Difference between revisions of "Command:EndScript"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Syntax == | == Syntax == | ||
+ | {{CMD-DR|EndScript|Beginner|Beginner|Beginner|Beginner}} | ||
<tt>EndScript *|<filename></tt> | <tt>EndScript *|<filename></tt> | ||
Line 11: | 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
Contents
Syntax
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