Difference between revisions of "Pause"
From Wiki
Line 1: | Line 1: | ||
− | + | {{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. | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | The | + | |
==== Example ==== | ==== Example ==== | ||
<pre> | <pre> | ||
− | finditem | + | finditem * C_ , #backpackid |
− | if #findkind = | + | if #findkind = 1 |
{ | { | ||
− | display ok | + | display ok The script is currently paused. press the EasyUO play button to restart. |
pause | pause | ||
} | } | ||
</pre> | </pre> | ||
− | + | {{footer}} | |
− | { | + | |
− | + | ||
− | + | ||
− | { | + | |
− | + | ||
− | + | ||
− | + |
Revision as of 09:36, 27 August 2005
{{body|pause|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 |