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