So, i started using the quickswitch feature and i wanted to make my life a bit easier so I made a script that rolls thought the slots.
bind m +qswitch
alias +qswitch "+quickswitch;bind k qswitchslot1"
alias -qswitch "-quickswitch;unbind k"
alias qswitchslot1 "slot1; bind k qswitchslot2"
alias qswitchslot2 "slot2; bind k qswitchslot3"
alias qswitchslot3 "slot3; bind k qswitchslot1"
So what it should do is if i press m (witch pops up the dialog) and when i keep pressing k it will be going from slot1 to slot2 and slot3. But what this script does is that it changes the weapons ingame but not the slot in the quickswitch menu.
Thanks for any help