Difference between revisions of "Command:EndScript"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
== 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