beginscript; label wait: if (GetState()!=0) { EndFrame(); goto Followway; } EndFrame(); goto wait; label Followway: WaitForTime(5); AttachOtherToObj (scout1gun, scout1); SetFollowWaypoint(93,0,0); SetFollowRange(1000); EndFrame(); label End: EndFrame(); goto End; endscript; $