Quote:
Originally Posted by Silone1993
Anyone remembers on how to leave all scenario missions cleared excluding the boss mission?
They disabled the conquest capsule or its bugged atm.
PD: Changing the injector fixed the problems.
|
atm tryng it with arcade but cant get it to work found some old stuff but that doesnt work aswell.
-------------------------------------------------------------------------------------------------------------------
-- 스테이지1의 진행과 관련된 내용이 담겨있는 함수
-------------------------------------------------------------------------------------------------------------------
function Stage01()
Arcade:Print( string.format( "스테이지1 실행" ) );
-- 테스트코드
u32TRobotA = HostArg:GetLU32( "TR_A01" );
Arcade:Print( string.format( "로봇A=%d", u32TRobotA ) );
if u32PhaseCheck == 0 then
-- 중간결과 요청
LuaRequestStageClear( Arcade, Host );
-- 페이즈15됨
PhaseAdd();
end
end