Difference between revisions of "LavishScript:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
m
Line 66: Line 66:
 
== File System ==
 
== File System ==
 
* [[Command:Cat|Cat]]
 
* [[Command:Cat|Cat]]
 +
* [[Command:cd|cd]]]
 
* [[Command:Head|Head]]
 
* [[Command:Head|Head]]
 
* [[Command:Tail|Tail]]
 
* [[Command:Tail|Tail]]

Revision as of 22:49, 4 May 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

Information

Aliases

Command Execution

Scripts

Inside Scripts (only!)

Timing

If-Else

Loops

Switches

Function Calls

Command Queue

Variables

File System

Modules

Testing

API