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