beginscript; label wait: if (GetState()!=0) { EndFrame(); goto spits; } EndFrame(); goto wait; label spits: SelectWeapons (0,0,0); ExcludeGTarget (0xffffffff); SetFollowWaypoint(67,0,0); label End: EndFrame(); goto End; endscript; $