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