Difference between revisions of "Exit"
From Wiki
m (version info) |
|||
Line 10: | Line 10: | ||
</pre> | </pre> | ||
+ | {{versions|1.42, 1.5}} | ||
{{footer}} | {{footer}} |
Revision as of 21:16, 27 April 2006
Synopsis
exit
Description
exit will stop the execution of the current script. If it's called from inside a script that was called using call it will resume execution from the line under the call statement. If the exit is used from the main script, the script will start over.
Example
event macro 1 0 %pet %command if %pet = all exit event macro 1 0 %pet follow me
Version Info
1.42, 1.5
See also
Main Page | Documentation |