Re-equip Weapon by fallstarr
Related: Snippet
Description from the author:
if not varexist "primary" or not find "primary"
overhead "Weapon not found. Please designate your primary weapon."
@setvar! "primary"
endif
if find "primary" backpack
dclick "primary"
pause 500
endifA script to automatically equip a weapon that you have pre-selected. Set this to a hotkey for best results.