Sandbox: Difference between revisions
From Vendetta Online Wiki
Jump to navigationJump to search
Line 46: | Line 46: | ||
=== Moo === | === Moo === | ||
< | <extimg>"http://lemming.localnetsys.com/imagerotate/rotate.php" style="width:180px; height:135px; float: left; border: 1px solid #8cacbb; padding : 2px; margin: 2px;" alt="Oui! A random image!"</extimg> |
Revision as of 20:01, 27 February 2005
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?