beginscript; label Truckfull: if (GetGlobalVar (1) < 6) { label wpone: if (GetGlobalVar (2) < 6) { SetHUDTarget (0x7824); EndFrame(); goto Truckfull; } label wptwo: if (GetGlobalVar (2) < 12) { SetHUDTarget (trig3); EndFrame(); goto Truckfull; } label wpthree: if (GetGlobalVar (2) < 18) { SetHUDTarget (trig4); EndFrame(); goto Truckfull; } label success: if (GetGlobalVar (2) > 17) { ChangeCamera (0x805, 20, 30); TriggerMessage (37, h37, 0xffff); SetButtonJump(); if (HasJumped()) { goto skipcs1; } WaitForTime(50); JumpOnButton(false); label skipcs1: PausePlayer(); EndLevel (1); EndFrame(); goto End; } } SetHUDTarget (0x7819); EndFrame(); goto Truckfull; label End: EndFrame(); goto End; endscript; $