Hl Bind Help
mirrodin
Join Date: 2004-06-29 Member: 29621Members
Join Date: 2004-06-29 Member: 29621Members
Comments
I think.
e.g.
bind "r" "duck" will disable wall-walk forever, after 'r' is pressed.
bind "r" "+duck" "will disable wall-walk whilst the key is held down.
Then type -attack, you'll understand <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html//emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
You then let go of mouse1 and it triggers the -attack which just stops it from attacking.
The -command always triggers after the button bound to the +command is released and in the case of +jump the -jump command needs to be triggered for you to be able to +jump again.
The "-" is the stop trigger
If a key is bounded to anything with a + before it, when pressed it will execute the command with a + in front of it. When released, it will execute the command with a - in front of it.
In example:
If mouse1 is bound to +attack,
when pressed, mouse1 will execute +attack
when released, mouse1 will execute -attack
Even if it is a nonsense command, this applies:
bind b +nosuchcommand
When pressed, +nosuchcommand will be executed
When released, -nosuchcommand will be executed
If I went into aliasing, I would have told you too much.
Does that help?