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