| 
   
		
            
             Separate Keys for nades??? - 
            
          
		
		
				
		
				11-21-2002, 12:27 PM
			
			
			
		 
               
 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"
 |