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