beginscript; label Wait: if (GetGlobalVar(1) == 11) { SpawnUnit(); WaitForTime(10); ExcTargetType(0x2); IncTargetType(0x1); IncludeGTarget(3); //IncludeUTarget(0x7401); BreakWptsOnAttack(); EndFrame(); goto End; } EndFrame(); goto Wait; label End: EndFrame(); goto End; endscript; $