Bind keys

Locked
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Bind keys

Post by ANIMAL1988 »

How do you bind one key to do two tasks?
dzjepp
Posts: 12839
Joined: Wed Mar 28, 2001 8:00 am

Post by dzjepp »

Via scripts. Check some of these out for examples how they are made

http://thebind.planetquake.gamespy.com/scripts.shtml
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

was gonna make a script just need to know answer to that question
ANIMAL1988
Posts: 75
Joined: Tue Jan 16, 2007 10:37 pm

Post by ANIMAL1988 »

The scripts dont appear to load on that webpage anymore
v1l3
Posts: 822
Joined: Wed Apr 02, 2003 8:00 am

Post 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.
Locked