Difference between revisions of "LavishScript:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 22: Line 22:
 
* [[Command:RunScript|RunScript]]
 
* [[Command:RunScript|RunScript]]
 
* [[Command:EndScript|EndScript]]
 
* [[Command:EndScript|EndScript]]
 +
* [[Command:NoOp|NoOp]]
 
; File System
 
; File System
 
* [[Command:Cat|Cat]]
 
* [[Command:Cat|Cat]]
Line 44: Line 45:
 
* [[Command:QueueCommand|QueueCommand]]
 
* [[Command:QueueCommand|QueueCommand]]
 
* [[Command:ExecuteQueued|ExecuteQueued]]
 
* [[Command:ExecuteQueued|ExecuteQueued]]
* [[Command:NoOp|NoOp]]
 
 
; Variables
 
; Variables
 
* [[Command:DeclareVariable|DeclareVariable]]
 
* [[Command:DeclareVariable|DeclareVariable]]

Revision as of 19:27, 26 February 2005

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

Base
File System
Scripting (can only be used inside scripts)
Variables