Difference between revisions of "LavishScript:Commands"
Jump to navigation
Jump to search
(→Base) |
(→Base) |
||
Line 8: | Line 8: | ||
== Built-in Commands == | == Built-in Commands == | ||
=== Base === | === Base === | ||
+ | * [[Command:Alias|Alias]] | ||
+ | * [[Command:APICall|APICall]] | ||
+ | * [[Command:Arg|Arg]] | ||
+ | * [[Command:Commands|Commands]] | ||
+ | * [[Command:EndScript|EndScript]] | ||
+ | * [[Command:Execute|Execute]] | ||
+ | * [[Command:ExecuteFile|ExecuteFile]] | ||
+ | * [[Command:Module|Module]] | ||
+ | * [[Command:NoOp|NoOp]] | ||
+ | * [[Command:NoParse|NoParse]] | ||
+ | * [[Command:LSType|LSType]] | ||
* [[Command:LSVersion|LSVersion]] | * [[Command:LSVersion|LSVersion]] | ||
+ | * [[Command:RunScript|RunScript]] | ||
+ | * [[Command:Scripts|Scripts]] | ||
* [[Command:Test|Test]] | * [[Command:Test|Test]] | ||
− | |||
− | |||
− | |||
− | |||
* [[Command:TimedCommand|TimedCommand]] | * [[Command:TimedCommand|TimedCommand]] | ||
− | |||
− | |||
− | |||
* [[Command:TopLevelObject|TopLevelObject]] | * [[Command:TopLevelObject|TopLevelObject]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== File System === | === File System === |
Revision as of 04:42, 2 April 2005
Contents
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
- Alias
- APICall
- Arg
- Commands
- EndScript
- Execute
- ExecuteFile
- Module
- NoOp
- NoParse
- LSType
- LSVersion
- RunScript
- Scripts
- Test
- TimedCommand
- TopLevelObject
File System
Scripting (can only be used inside scripts)
- If
- Else
- Do
- While
- Call
- Return
- Wait
- WaitFrame
- Break
- Continue
- Switch
- Case
- EndSwitch
- Default
- QueueCommand
- ExecuteQueued
- FlushQueued
- Turbo