Bind keys
- 
				ANIMAL1988
 - Posts: 75
 - Joined: Tue Jan 16, 2007 10:37 pm
 
Bind keys
How do you bind one key to do two tasks?
			
			
									
						
										
						Via scripts. Check some of these out for examples how they are made
http://thebind.planetquake.gamespy.com/scripts.shtml
			
			
									
						
										
						http://thebind.planetquake.gamespy.com/scripts.shtml
- 
				ANIMAL1988
 - Posts: 75
 - Joined: Tue Jan 16, 2007 10:37 pm
 
- 
				ANIMAL1988
 - Posts: 75
 - Joined: Tue Jan 16, 2007 10:37 pm
 
This is the only one I use:
bind END "+movedown;+zoom"
If you want it to work you have to put that line in your autoexec.cfg...check it out. You can do this with certain other cvars together also...like:
bind KP_PGUP "disconnect;r_gamma 1"
Which I use so that the lighting gets turned back to it's normal setting when I end game.
			
			
									
						
										
						bind END "+movedown;+zoom"
If you want it to work you have to put that line in your autoexec.cfg...check it out. You can do this with certain other cvars together also...like:
bind KP_PGUP "disconnect;r_gamma 1"
Which I use so that the lighting gets turned back to it's normal setting when I end game.