beginscript; label tank: if (OtherUnitDead(quinn)) { FreezePlayer (); ChangeCamera (0x80d, 20, 20); TriggerMessage(21,h21,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; $