Difference between revisions of "LavishScript"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
= Introduction =
+
== Introduction ==
 
LavishScript is the next iteration of a system [[User:Lax|Lax]] developed in 2004 for [http://www.macroquest2.com MacroQuest 2] (software for customization and automation of [http://www.everquest.com EverQuest 1]).  LavishScript was originally developed specifically for [[Inner Space]], but was split from the project so that it could be used in [[Fury]] and other new products as well.
 
LavishScript is the next iteration of a system [[User:Lax|Lax]] developed in 2004 for [http://www.macroquest2.com MacroQuest 2] (software for customization and automation of [http://www.everquest.com EverQuest 1]).  LavishScript was originally developed specifically for [[Inner Space]], but was split from the project so that it could be used in [[Fury]] and other new products as well.
  
= Basics =
+
== Basics ==
 
; LavishScript encompasses these basic parts
 
; LavishScript encompasses these basic parts
 +
=== Action ===
 
* [[LavishScript:Commands|Commands]] (and [[Command:Alias|Aliases]])
 
* [[LavishScript:Commands|Commands]] (and [[Command:Alias|Aliases]])
 +
* [[LavishScript:Scripts|Scripts]]
 +
=== Data Retrieval ===
 
* [[LavishScript:Data Types|Data Types]]
 
* [[LavishScript:Data Types|Data Types]]
 
* [[LavishScript:Top-Level Objects|Top-Level Objects]]
 
* [[LavishScript:Top-Level Objects|Top-Level Objects]]
 
* [[LavishScript:Variables|Variables]]
 
* [[LavishScript:Variables|Variables]]
* [[LavishScript:Scripts|Scripts]]
 
  
= Script Development =
+
== Script Development ==
 
(see [[Script Development]])
 
(see [[Script Development]])
  
= Extending LavishScript =
+
== Extending LavishScript ==
 +
* [[LavishScript:LSModule System|LSModule System]]
 
* [[LavishScript:Developing Commands|Developing Commands]]
 
* [[LavishScript:Developing Commands|Developing Commands]]
 
* [[LavishScript:Developing Data Types|Developing Data Types]]
 
* [[LavishScript:Developing Data Types|Developing Data Types]]
 
* [[LavishScript:Developing Top-Level Objects|Developing Top-Level Objects]]
 
* [[LavishScript:Developing Top-Level Objects|Developing Top-Level Objects]]

Revision as of 23:40, 9 May 2005

Introduction

LavishScript is the next iteration of a system Lax developed in 2004 for MacroQuest 2 (software for customization and automation of EverQuest 1). LavishScript was originally developed specifically for Inner Space, but was split from the project so that it could be used in Fury and other new products as well.

Basics

LavishScript encompasses these basic parts

Action

Data Retrieval

Script Development

(see Script Development)

Extending LavishScript