Difference between revisions of "LavishScript:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 65: Line 65:
 
* [[Command:FlushQueued|FlushQueued]]
 
* [[Command:FlushQueued|FlushQueued]]
 
* [[Command:QueueCommand|QueueCommand]]
 
* [[Command:QueueCommand|QueueCommand]]
 +
 +
=== Triggers ===
 +
* [[Command:AddTrigger|AddTrigger]]
 +
* [[Command:RemoveTrigger|RemoveTrigger]]
 +
* [[Command:WaitFor|WaitFor]]
  
 
== Variables ==
 
== Variables ==
Line 81: Line 86:
 
* [[Command:rm|rm]]
 
* [[Command:rm|rm]]
 
* [[Command:rmdir|rmdir]]
 
* [[Command:rmdir|rmdir]]
 +
 +
== Operating System ==
 +
* [[Command:Processor|Processor]]
 +
 +
== Output ==
 +
* [[Command:Echo|Echo]]
 +
* [[Command:Squelch|Squelch]]
  
 
== Modules ==
 
== Modules ==
Line 89: Line 101:
 
* [[Command:Test|Test]]
 
* [[Command:Test|Test]]
  
== API ==
+
== Deprecated ==
 +
; The following commands should no longer be used
 
* [[Command:APICall|APICall]]
 
* [[Command:APICall|APICall]]
  
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]

Revision as of 18:13, 13 June 2006

Introduction

Usage

In simplistic terms, commands are used simply by typing the name of the command, followed by any parameters to the command. Consider the EverQuest 1 command "/who". "/who" is the name of the command, but parameters can be added to the command to give more specific information, such as "/who all friend" -- "all friend" would be the parameters.

For complete descriptions of LavishScript syntax, see Syntax.

Built-in Commands

Information

Aliases

Atoms

Command Execution

Scripts

Inside Scripts (only!)

Control Structures

If-Else

Loops

Switches

Timing

Function Calls

Command Queue

Triggers

Variables

File System

Operating System

Output

Modules

Testing

Deprecated

The following commands should no longer be used