Emergency brakes bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) |
Roguelazer (talk | contribs) |
||
Line 1: | Line 1: | ||
== | ==Code== | ||
alias +ebrake "+Decelerate ; +Brakes " | alias +ebrake "+Decelerate ; +Brakes " | ||
alias -ebrake "+Decelerate 0 ; +Brakes 0 " | alias -ebrake "+Decelerate 0 ; +Brakes 0 " | ||
==Aliases== | |||
Bind these commands to the keys of your choice: | Bind these commands to the keys of your choice: | ||
{| style="border:2px solid grey;" cellspacing=0 | {| style="border:2px solid grey;" cellspacing=0 | ||
Line 12: | Line 12: | ||
|} | |} | ||
==Credit== | |||
Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad | Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad |
Revision as of 17:56, 27 February 2005
Code
alias +ebrake "+Decelerate ; +Brakes " alias -ebrake "+Decelerate 0 ; +Brakes 0 "
Aliases
Bind these commands to the keys of your choice:
Command | Description |
---|---|
+ebrake | Enables emergency brakes while held down. |
Credit
Originally by Arolte, modified to work as a held key instead of a toggle by Eldrad