beginscript; SetVar (0,0); label DeadCount: if (OtherUnitDead(0x7802)) { IncVar(0); } if (OtherUnitDead(0x783b)) { IncVar(0); } if (OtherUnitDead(0x780b)) { IncVar(0); } if (OtherUnitDead(0x780c)) { IncVar(0); } if (OtherUnitDead(0x7836)) { IncVar(0); } if (GetVar(0) >= 5) { SetGlobalVar(0,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount; label End: EndFrame(); goto End; endscript; $