Quote:
I modified my quickswitch slightly so it only switches between primary and secondary, so I don't get caught with a flash in my hand.
alias rotate1 "slot1; bind q rotate2"
alias rotate2 "slot2; bind q rotate1"
bind q rotate1
alias resetrotate "bind q rotate1"
bind 3 "slot3; resetrotate"
bind 4 "slot4; resetrotate"
bind 5 "slot5; resetrotate"
bind "MWHEELUP" "invprev; resetrotate"
bind "MWHEELDOWN" "invnext; resetrotate"
So, apparently this exists:
Code:
bind q invnextnongrenade
Now you don't even need this type of alias.