Command:Module

From Lavish Software Wiki
Revision as of 23:26, 25 May 2005 by Eleven (talk | contribs)
Jump to navigation Jump to search

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