Difference between revisions of "Scanner bind"

From Vendetta Online Wiki
Jump to: navigation, search
(No difference)

Revision as of 02:08, 21 February 2005

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.