LavishScript:Commands
From Lavish Software Wiki
Contents |
[edit]
Introduction
[edit]
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 LavishScript command syntax, see Command_Syntax.
[edit]
Built-in Commands
[edit]
Information
[edit]
Aliases
[edit]
Atoms
[edit]
Command Execution
[edit]
Scripts
[edit]
Inside Scripts (only!)
[edit]
Control Structures
[edit]
If-Else
- If see LavishScript Control Structures
- Else see LavishScript Control Structures
[edit]
Loops
- Break see LavishScript Control Structures
- Continue see LavishScript Control Structures
- Do see LavishScript Control Structures
- While see LavishScript Control Structures
- For see LavishScript Control Structures
[edit]
Switches
- Break see LavishScript Control Structures
- Case see LavishScript Control Structures
- Default see LavishScript Control Structures
- Switch see LavishScript Control Structures
[edit]
Timing
[edit]
Function Calls
[edit]
Command Queue
[edit]
Triggers
[edit]
Variables
[edit]
File System
[edit]
Operating System
[edit]
Output
[edit]
Modules
[edit]
Testing
[edit]
Deprecated
- The following commands should no longer be used
