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