Pause

From Wiki
Revision as of 23:33, 13 August 2005 by Snicker7 (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pause

Flow Control

Synopsis

pause

Description

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

Example

finditem SEG C_ , #backpackid
if #findkind = -1
{
	display ok Your SEG is missing!! Who will hold your keys? Press play when you find SEG.
	pause
}

See Also


Main_Page Documentation

Flow Control