Difference between revisions of "Sandbox"

From Vendetta Online Wiki
Jump to: navigation, search
(table-ized binds!)
(Code)
Line 44: Line 44:
  
 
does this look ok?
 
does this look ok?
 +
 +
=== Moo ===
 +
{| cellpadding="1" cellspacing="0" border="1" style="border-collapse: collapse" class="inline"
 +
!Hi
 +
!There
 +
|-
 +
!It
 +
|Sure
 +
|-
 +
!Is
 +
|Nice
 +
|-
 +
!Out
 +
|Side
 +
|-
 +
|}

Revision as of 19:30, 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?

Moo

Hi There
It Sure
Is Nice
Out Side