beginscript; label Start: if ( OtherUnitDead(0x7822) && OtherUnitDead(0x7823) && OtherUnitDead(0x7845) && OtherUnitDead(0x7846) // && OtherUnitDead(0x7847) ) { EndLevel(0); EndFrame(); goto End; } EndFrame(); goto check1; label End: EndFrame(); goto End; endscript; $