Command:Module

From Lavish Software Wiki
Revision as of 08:41, 8 October 2005 by Lax (talk | contribs)
(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to navigation Jump to search

Syntax

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

Module -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

  • Module -list
  • Module -add Winamp
  • Module -remove Winamp
  • Module -require Winamp

See Also