beginscript; SetVar (0,0); label DeadCount3: if (OtherUnitDead(Outturt2)) { IncVar(0); } if (OtherUnitDead(Outturt1)) { IncVar(0); } if (OtherUnitDead(Miss1)) { IncVar(0); } if (GetVar(0) == 3) { SetGlobalVar(1,1); EndFrame(); goto End; } SetVar (0,0); EndFrame(); goto DeadCount3; label End: EndFrame(); goto End; endscript; $