Auto aim bind

From Vendetta Online Wiki
Revision as of 03:19, 9 July 2005 by Miharu (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.