Difference between revisions of "Pause"

From Wiki
Jump to: navigation, search
m
Line 1: Line 1:
 
{{command header|Flow Control}}
 
{{command header|Flow Control}}
{{body|pause|The ''pause'' command will stop execution of the current script, but it can be resumed by pressing the "Play" button.
+
{{body|pause|The ''pause'' command will stop execution of the current script, but it can be resumed by pressing the "Play" button.}}
  
 
==== Example ====
 
==== Example ====

Revision as of 10:36, 27 August 2005

Synopsis

pause

Description

The pause command will stop execution of the current script, but it can be resumed by pressing the "Play" button.

Example

finditem * C_ , #backpackid
if #findkind = 1
{
	display ok The script is currently paused. press the EasyUO play button to restart.
	pause
}

See also

Main Page Documentation