beginscript; ExcludeGTarget (0xffffffff); label sarastart: if (GetGlobalVar(6) == 1) { WaitForTime(30); SpawnUnit(); SetFollowWaypoint(56,0,0); SetFollowRange (1000); ExcludeGTarget (0xffffffff); IncludeUTarget (Ash); EndFrame(); goto End; } EndFrame(); goto sarastart; label End: EndFrame(); goto End; endscript; $