beginscript; label DeadCheck: if (GetGlobalVar (0) == 1) { EndFrame(); goto End; } if (OtherUnitDead(0x7807) || OtherUnitDead(0x7825) || OtherUnitDead(0x7826)) { ChangeCamera (0x804, 30, 40); TriggerMessage (22, h22, 0xffff); SetButtonJump(); if (HasJumped()) goto skipcs1; WaitForTime(50); JumpOnButton(false); label skipcs1: EndLevel (0); } EndFrame(); goto DeadCheck; label End: EndFrame(); goto End; endscript; $