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