Yea, my last weapon used/lastinv is usually my secondary weapon. (unless I'm playing spy)


I was thinking about using a script that would alias one key to switch between primary/secondary and another key to switch between primary/melee... But it still wouldn't work because all of the "slot#" keys are disabled until a vote has been cast, right?

Something like:
Code:
//Primary-Secondary
alias ps1 "slot2;wait;alias ps ps2"
alias ps2 "slot1;wait;alias ps ps1"
alias ps ps1

//Primary-Melee
alias pm1 "slot3;wait;alias pm pm2"
alias pm2 "slot1;wait;alias pm pm1"
alias pm pm1

bind "key" "ps"
bind "key" "pm"