beginscript; SetWarningMsgID(52, h52); SetTerminateMsgID(53, h53); WaitForTime (1800); if (GetGlobalVar (1) > 0 || GetGlobalVar (2) > 0) { EndFrame(); goto End; } TriggerMessage (34, h34, 0xffff); WaitForTime (1200); if (GetGlobalVar (1) > 0 || GetGlobalVar (2) > 0) { EndFrame(); goto End; } ChangeCamera (0x804, 20, 30); TriggerMessage (35, h35, 0xffff); SetButtonJump(); if (HasJumped()) { goto skipcs1; } WaitForTime(50); JumpOnButton(false); label skipcs1: PausePlayer(); EndLevel (0); EndFrame(); goto End; label End: EndFrame(); goto End; endscript; $