beginscript; label wait: if (GetState()!=0) { EndFrame(); goto Followway; } EndFrame(); goto wait; label Followway: ExcTargetType(0xffffffff); SetFollowWaypoint(8,0,0); SelectWeapons(0,0,0); label End: EndFrame(); goto End; endscript; $