beginscript; SetVar (0,0); label DeadCount4: if (OtherUnitDead(blackhawk1)) { IncVar(0); } if (OtherUnitDead(bi2)) { IncVar(0); } if (OtherUnitDead(bi1)) { IncVar(0); } if (OtherUnitDead(Fortress)) { IncVar(0); } if (GetVar(0) >= 4) { SetGlobalVar(6,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount4; label End: EndFrame(); goto End; endscript; $