blob: c2a77e32933b16c0b0c27ab942ae437dd92bb3a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@ DHC CUTSCENE_ORCHESTRATOR trying to escape the collapsing castle
SCRIPT_START script_CutsceneOrchestratorCastleEscape
SetPlayerIdle
Call WaitForPlayerNormal
Call DisablePauseMenuAndPutAwayItems
StartPlayerScript script_PlayerCastleEscape
WaitForSyncFlagAndClear 0x00000001
WaitForSyncFlagAndClear 0x00000002
EzloMessage TEXT_VAATI2, 0x47
WaitUntilTextboxCloses
SetLocalFlag 0x007a
Call EnablePauseMenu
EnablePlayerControl
DoPostScriptAction 0x0006
SCRIPT_END
|