Difference between revisions of "Command:EndScript"

From Lavish Software Wiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|EndScript|Beginner|Beginner|Beginner|Beginner}}
 +
<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]]
 +
 +
[[Category:LavishScript]]
 +
[[Category:LavishScript Commands]]

Latest revision as of 23:24, 25 May 2005

Syntax

Command Difficulty Rating
EndScript
Usage Beginner
Level of Understanding Beginner
Computer Savvy Beginner
Logic Beginner

EndScript *|<filename>

Description

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

Examples

  • EndScript *
  • EndScript MyScript

See Also