Sandbox
From Vendetta Online Wiki
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?