Smitty Posted May 14, 2002 Share Posted May 14, 2002 Can anyone point me to a thread, file(s) or whatever that explain how to bind and some suggestions for them? Thanks Link to comment Share on other sites More sharing options...
Phr00t Posted May 14, 2002 Share Posted May 14, 2002 It's really simple actually. The format is: /bind key command If you wanted quit the game from the f12 key, you'd type (in the console, shift+tilde): /bind f12 quit You can have one key do multiple commands as well: /bind f12 "say Bye!; disconnect; quit" You can also compress these three (or any) commands into one 'Alias' like this: /seta Bye "say Bye!; disconnect; quit" bind f12 "vstr Bye" The VSTR command above means "execute contents of a variable". The operation 'seta bye...' places everything inside of the quotation marks " into that variable, 'Bye'. Hope this helps Link to comment Share on other sites More sharing options...
Homosexual Ewok Posted May 14, 2002 Share Posted May 14, 2002 Basic bind: \bind h +taunt (makes you taunt when you press h) Drop down your console while in-game (press shift+~) and type \bindlist This shows you all of the keys you have bound, if you want to change or add something, look what the action (+attack) is described as in the bind list and just use the method above to stick it on another key. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.