Exit

From Wiki
Revision as of 11:42, 3 August 2007 by 65.32.162.67 (Talk)

Jump to: navigation, search

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

Related Commands

call

See also

Main Page Documentation