Difference between revisions of "LavishScript:Commands"

From Lavish Software Wiki
Jump to navigation Jump to search
(removed Version, ConsoleClear, Log from the command list. those are Inner Space commands. see http://www.lavishsoft.com/wiki/index.php/ISKernel:Commands)
Line 8: Line 8:
 
= Built-in Commands =
 
= Built-in Commands =
 
== Information ==
 
== Information ==
* [[Command:Version|Version]]
 
 
* [[Command:Commands|Commands]]
 
* [[Command:Commands|Commands]]
 
* [[Command:LSType|LSType]]
 
* [[Command:LSType|LSType]]
Line 97: Line 96:
 
* [[Command:Echo|Echo]]
 
* [[Command:Echo|Echo]]
 
* [[Command:Squelch|Squelch]]
 
* [[Command:Squelch|Squelch]]
* [[Command:ConsoleClear|ConsoleClear]]
 
* [[Command:Log|Log]]
 
  
 
== Modules ==
 
== Modules ==

Revision as of 16:25, 7 February 2008

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 LavishScript command syntax, see Command_Syntax.

Built-in Commands

Information

Aliases

Atoms

Command Execution

Scripts

Inside Scripts (only!)

Control Structures

If-Else

Loops

Switches

Timing

Function Calls

Command Queue

Triggers

Variables

File System

Operating System

Output

Modules

Testing

Deprecated

The following commands should no longer be used