Opts

From Wiki
Revision as of 12:17, 9 August 2005 by Kedrick Valorite (Talk | contribs)

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

#tileType

Result System Variables

Description

The #opt system variable displays which EasyUO configuration options are active.

Table of #opt values
Value Option
SOT Stay On Top
SYS event SysMessage
DMC Don't Move Cursor
EXEC Allow Execute
SEND Allow Send

Example


if DMC notin #opts 
{ 
	display ok This script requires "Don't move cursor" enabled!$ 
+Enable this option in the EasyUO Tools menu and restart the script.$ 
	halt 
}

See Also


Main_Page Documentation Result System Variables