Auto aim bind: Difference between revisions

From Vendetta Online Wiki
Jump to navigationJump to search
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
This bind allows one to selectively enable/disable his autoaim functionality.
==Code:==
==Code:==
<div style="border: 1px dashed blue">
alias aim1 "set autoaim 0; alias aim aim2; echo 'auto aim OFF'"
<tt>
alias aim2 "set autoaim 1; alias aim aim1; echo 'auto aim ON'"
alias aim1 "set autoaim 0; alias aim aim2; echo 'auto aim OFF'"<br>
alias aim "aim1"
alias aim2 "set autoaim 1; alias aim aim1; echo 'auto aim ON'"<br>
alias aim "aim1"<br>
</tt>
</div>


==Aliases==
==Aliases==
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
{| 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>aim|| <small>Toggles autoaim.
| aim
| Toggles autoaim.
|}
|}


==Credit==
==Credit==
Created by Eldrad.
Created by Eldrad.
[[Category:Binds]]

Latest revision as of 03:19, 9 July 2005

This bind allows one to selectively enable/disable his autoaim functionality.

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.