Difference between revisions of "Command:Module"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
[[Category:LavishScript]]
 
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Revision as of 23:26, 25 May 2005

Syntax

Command Difficulty Rating
Module
Usage Newbie
Level of Understanding Newbie
Computer Savvy Newbie
Logic Newbie

Modules -list|-add <name>|-remove <name>|-require <name>

Description

Lists, adds, removes, or requires a given LavishScript module. The -require switch is used in scripts to indicate that the script cannot run without a given module. If the module is required, and is not loaded, and cannot be, the script will end with an error.

Examples

  • Modules -list
  • Modules -add Winamp
  • Modules -remove Winamp
  • Modules -require Winamp

See Also