View Single Post
Separate Keys for nades???
Old
  (#1)
Rimmel is Offline
Member
 
Posts: 56
Join Date: Nov 2002
   
Default Separate Keys for nades??? - 11-21-2002, 11:27 AM

Does anyone know how to assign the normal frag nades and the smoke nades to their own separate keys?

or....... change this script so that I have it press the button once for frag and have a nother version of the script so it presses the 5 button twice??

So then I can assign the two different scripts to individual keys??

Thanks
Rimmel

script:
bind HOME "+grenade"
alias w5 "wait;wait;wait;wait;wait"
alias w10 "w5;w5"
alias w25 "w10;w10;w5"
alias w50 "w25;w25"
alias +grenade "useweaponclass grenade;wait"
alias -grenade "w50;uselast"
  
Reply With Quote