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