Binding Multiple Commands

  • Thread starter Thread starter SteveCentra
  • Start date Start date
S

SteveCentra

Guest
How does one bind multiple commands to the same key (in the console of course)? I appreciate any help given.

Edit: Is it obvious or impossible? If it is a noobish question, feel free to flame me.
 
Its not a really a noob question ( all noobs have questions, its a given )
I dont think, with out any real programing knowledge, that you can bind 2 or more commands to a single key. once something is bound to a key, it boots the last key from that command.
 
bind x "+attack;+walk;kill"
Simply divide them by ;
 
Thank you, AciD! kacation_man, the last command that was bound is forgotten when a new key is bound, but thanks for helping.
 
Back
Top