beginscript; SetVar (0,0); label DeadCount4: if (OtherUnitDead(gun12)) { IncVar(0); } if (OtherUnitDead(gun13)) { IncVar(0); } if (OtherUnitDead(gun14)) { IncVar(0); } if (OtherUnitDead(gun15)) { IncVar(0); } if (OtherUnitDead(gun16)) { IncVar(0); } if (GetVar(0) == 5) { SetGlobalVar(3,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount4; label End: EndFrame(); goto End; endscript; $