Sandbox

From Vendetta Online Wiki
Revision as of 18:43, 27 February 2005 by Miharu (Talk | contribs)

Jump to: navigation, search

Code

Command Name Text
Line One alias AutoNTToggle "AutoNTOn"
Line Two alias AutoNTOn "alias AutoNTToggle AutoNTOff; alias AutoNTClock 'wait 1 AutoNTarget'; AutoNTClock; ANTmsg1"
Line Three alias AutoNTOff "alias AutoNTToggle AutoNTOn; alias AutoNTClock ; ANTmsg2"
Line Four alias AutoNTClock ""
Line Five alias AutoNTarget "RadarNextNearestEnemy; AutoNTClock"
Line Six alias ANTmsg1 "echo 'Automatic Nearest Enemy Targetting Engaged.'"
Line Seven alias ANTmsg2 "echo 'Automatic Nearest Enemy Targetting Disengaged.'"

does this look ok?