beginscript; label spawnme: if (GetGlobalVar(0)==1) { SpawnUnit(); ExcludeGTarget (1); IncludeUTarget (0x6c01); SetFollowWaypoint (1,0,0); SetFollowRange(100); EndFrame(); goto End; } EndFrame(); goto spawnme; label End: EndFrame(); goto End; endscript; $