Page 1 of 1

Bind keys

Posted: Thu Mar 08, 2007 10:16 pm
by ANIMAL1988
How do you bind one key to do two tasks?

Posted: Thu Mar 08, 2007 10:49 pm
by dzjepp
Via scripts. Check some of these out for examples how they are made

http://thebind.planetquake.gamespy.com/scripts.shtml

Posted: Thu Mar 08, 2007 11:24 pm
by ANIMAL1988
was gonna make a script just need to know answer to that question

Posted: Thu Mar 08, 2007 11:27 pm
by ANIMAL1988
The scripts dont appear to load on that webpage anymore

Posted: Fri Mar 09, 2007 3:19 am
by v1l3
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.