beginscript; label tank: if (OtherUnitDead(0x7803)) { PausePlayer (); ChangeCamera (0x80e, 20, 20); TriggerMessage(22,h22,0x7803); SetButtonJump(); if (HasJumped()) { goto skipcs3; } WaitForTime(100); JumpOnButton(false); label skipcs3: EndLevel(0); EndFrame(); goto End; } EndFrame(); goto tank; label End: EndFrame(); goto End; endscript; $