Difference between revisions of "LavishScript:Commands"
Jump to navigation
Jump to search
Line 69: | Line 69: | ||
* [[Command:Tail|Tail]] | * [[Command:Tail|Tail]] | ||
* [[Command:Line|Line]] | * [[Command:Line|Line]] | ||
− | |||
− | |||
− | |||
== Modules == | == Modules == | ||
Line 79: | Line 76: | ||
* [[Command:Arg|Arg]] | * [[Command:Arg|Arg]] | ||
* [[Command:Test|Test]] | * [[Command:Test|Test]] | ||
+ | |||
+ | == API == | ||
+ | * [[Command:APICall|APICall]] |
Revision as of 04:55, 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.