Difference between revisions of "Opts"
From Wiki
m |
|||
| Line 1: | Line 1: | ||
| − | + | {{header|result|ro|The #opts system variable displays which EasyUO configuration options are active.}} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | {{ro | + | |
| − | + | ||
| − | The #opts system variable displays which EasyUO configuration options are active. | + | |
{| border="1" cellpadding="2" | {| border="1" cellpadding="2" | ||
| Line 34: | Line 28: | ||
</pre> | </pre> | ||
| − | + | {{footer}} | |
| − | { | + | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | { | + | |
| − | + | ||
| − | + | ||
Revision as of 11:13, 26 August 2005
| ⇒ | The #opts system variable displays which EasyUO configuration options are active. |
| 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 |