beginscript; ExcTargetType(0x8); IncludeUTarget(0x6c01); label Trig: if (PlayerInRange(150)) { SelectWeapons(0,1,0); } else { SelectWeapons(0,1,0); } EndFrame(); goto Trig; label End: EndFrame(); goto End; endscript; $