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