Difference between revisions of "Command:EndScript"

From Lavish Software Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
<tt>EndScript *|<filename></tt>
  
 
== Description ==
 
== Description ==
 +
Ends execution of a script with the given filename, or all scripts if * is used.
  
 
== Examples ==
 
== Examples ==
 +
*<tt>EndScript *</tt>
 +
*<tt>EndScript MyScript</tt>
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]

Revision as of 19:35, 26 February 2005

Syntax

EndScript *|<filename>

Description

Ends execution of a script with the given filename, or all scripts if * is used.

Examples

  • EndScript *
  • EndScript MyScript

See Also