Scanner bind

From Vendetta Online Wiki
Revision as of 23:42, 26 February 2005 by Roguelazer (Talk | contribs)

Jump to: navigation, search

Scanner

Code:

alias AutoNTToggle "AutoNTOn"
alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ; ANTmsg2"
alias AutoNTClock ""
alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'"
alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"

Bind the following commands to the key of your choice:

Command Description
AutoNTToggle Toggles scanner.

Credit

Created by Morbidly Wrong and simultaneously by Celkan. Celkan's version is the one presented here.