beginscript; label wait: if (GetState()!=0) { EndFrame(); goto targ; } EndFrame(); goto wait; label targ: SelectWeapons (1,0,0); ExcludeGTarget (0xffffffff); IncludeUTarget (0x5a8); label End: EndFrame(); goto End; endscript; $