Auto aim bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Roguelazer (talk | contribs) |
Roguelazer (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
==Credit== | ==Credit== | ||
Created by Eldrad. | Created by Eldrad. | ||
[[Category:Binds]] |
Revision as of 19:54, 22 April 2005
Code:
alias aim1 "set autoaim 0; alias aim aim2; echo 'auto aim OFF'" alias aim2 "set autoaim 1; alias aim aim1; echo 'auto aim ON'" alias aim "aim1"
Aliases
Bind the following commands to the key of your choice:
Command | Description |
---|---|
aim | Toggles autoaim. |
Credit
Created by Eldrad.