beginscript; label ObjectiveCam4: if (OtherUnitDead (miss2)!= 1) { EndFrame(); goto ObjectiveCam4; } SetHUDTarget (0); ChangeCamera (0x805, 30, 40); PausePlayer (); SetButtonJump(); if (HasJumped()) goto skipcs1; WaitForTime(20); JumpOnButton(false); label skipcs1: ResumePlayer (); ChangeCamera (0x801, 30, 40); SetGlobalVar (4, 4); label End: EndFrame(); goto End; endscript; $