beginscript; ExcludeGTarget (0xffffffff); label sarastart: if (OtherUnitInArea(Ash,-517,463,1000) == 1) { WaitForTime(30); SpawnUnit(); SetFollowWaypoint(62,0,0); SetFollowRange (0); ExcludeGTarget (0xffffffff); IncludeUTarget (Ash); EndFrame(); goto End; } EndFrame(); goto sarastart; label End: EndFrame(); goto End; endscript; $