beginscript; ExcludeGTarget (0xffffffff); label sarastart: if (GetGlobalVar(3) == 1) { SpawnUnit(); SetFollowWaypoint(76,0,0); SetFollowRange (0); WaitForTime(160); SetFollowWaypoint(77,0,0); SetFollowRange (0); SelectWeapons(1,0,0); TargetFires(1); EndFrame(); goto End; } EndFrame(); goto sarastart; label End: EndFrame(); goto End; endscript; $