beginscript; SetGlobalVar(5,0); label check1: if ( OtherUnitInArea(0x7822,-2622,-1125,500) || OtherUnitInArea(0x7823,-2622,-1125,500) ) { // EndFrame(); ChangeCamera(0x808,30,30); // TriggerMessage(0,0xffff,0xffff); WaitForTime(50); EndLevel(0); } else if ( OtherUnitDead(0x7825) && OtherUnitDead(0x7826) && OtherUnitDead(0x7831) ) { SetGlobalVar(5,1); EndLevel(1); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $