beginscript; SetVar (0,0); label DeadCount3: if (OtherUnitDead(gun5)) { IncVar(0); } if (OtherUnitDead(gun6)) { IncVar(0); } if (OtherUnitDead(gun7)) { IncVar(0); } if (OtherUnitDead(gun8)) { IncVar(0); } if (OtherUnitDead(gun9)) { IncVar(0); } if (OtherUnitDead(gun10)) { IncVar(0); } if (OtherUnitDead(gun11)) { IncVar(0); } if (GetVar(0) == 7) { SetGlobalVar(2,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount3; label End: EndFrame(); goto End; endscript; $