Auto aim bind: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Red cactus (talk | contribs) No edit summary |
Roguelazer (talk | contribs) →Auto Aim Toggle: - Formatting |
||
Line 1: | Line 1: | ||
==Auto Aim Toggle== | ==Auto Aim Toggle== | ||
Code: | Code: | ||
alias aim1 "set autoaim 0; alias aim aim2; echo 'auto aim OFF'" | |||
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 aim2 "set autoaim 1; alias aim aim1; echo 'auto aim ON'" | alias aim "aim1" | ||
alias aim "aim1" | |||
Bind the following commands to the key of your choice: | Bind the following commands to the key of your choice: | ||
{| style="border:2px solid grey;" cellspacing=0 | {| style="border:2px solid grey;" cellspacing=0 |
Revision as of 23:39, 26 February 2005
Auto Aim Toggle
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"
Bind the following commands to the key of your choice:
Command | Description |
---|---|
aim | Toggles autoaim. |
Credit
Created by Eldrad.