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