beginscript; label wait: if (GetState()!=0) { EndFrame(); goto Followway; } EndFrame(); goto wait; label Followway: SetFollowWaypoint (45,0,0); SetFollowRange(20); ExcludeGTarget (1); IncludeGTarget (randjac); IncludeUTarget (0x780e); EndFrame(); label End: EndFrame(); goto End; endscript; $