Difference between revisions of "Emergency brakes bind"

From Vendetta Online Wiki
Jump to: navigation, search
(Code)
(Aliases)
Line 5: Line 5:
 
==Aliases==
 
==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
+
{| border="1"
 
|-  
 
|-  
! style="border-right:1px solid grey; border-bottom:1px solid grey;" | <small>Command !! style="border-bottom:1px solid grey;" | <small>Description
+
! Command  
 +
! Description
 
|-
 
|-
| style="border-right:1px solid grey;" | <small>+ebrake|| <small>Enables emergency brakes while held down.
+
| +ebrake
 +
| Enables emergency brakes while held down.
 
|}
 
|}
  
 
==Credit==
 
==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 01:20, 5 March 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