Turbo lock bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) |
Roguelazer (talk | contribs) |
||
Line 10: | Line 10: | ||
==Aliases== | ==Aliases== | ||
Bind these commands to the keys of your choice: | Bind these commands to the keys of your choice: | ||
{| | {| border="1" | ||
|- | |- | ||
! Command | |||
! Description | |||
|- | |- | ||
| | | +t | ||
| Normal turbo. | |||
|- | |- | ||
| | | ttog | ||
| Toggle turbo lock. | |||
|- | |||
| acti | |||
| Activate turbo lock, default key is enter. | |||
|} | |} | ||
==Credit== | ==Credit== | ||
Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full. | Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full. |
Revision as of 01:23, 5 March 2005
Code
alias mt "+turbo 0" alias -t "mt" alias +t "+turbo; alias -t mt" alias acti "Activate" alias ttog "ttog1" alias ttog2 "+turbo 0; alias ttog ttog1; alias acti Activate; alias -t mt; alias mt '+turbo 0'; echo 'Turbo OFF'" alias ttog1 "+turbo; alias ttog ttog2; alias acti 'Activate; ttog2'; alias -t ' '; alias mt ttog2; echo 'Turbo ON'"
Aliases
Bind these commands to the keys of your choice:
Command | Description |
---|---|
+t | Normal turbo. |
ttog | Toggle turbo lock. |
acti | Activate turbo lock, default key is enter. |
Credit
Created by Eldrad. Many turbo lock binds are out there, but this is the most feature-full.