Immediate
This lets you test script commands in an "immediate" window - that is, anything you type is executed as soon as you click "Run".

This lets you test script snippets before using them in a larger script.

For example (in VBscript) just enter:

world.Note "Hello, world"

and click "run".

Run

Click this to execute the script.

Close

Closes the window. Any script in it is remembered for next time you open this window (in this session of MUSHclient, for this world).


See Also ...

Topics

DOC_Arrays Arrays
DOC_lua_base Lua base functions
DOC_lua_bc Lua bc (big number) functions
DOC_lua_bit Lua bit manipulation functions
DOC_lua_coroutines Lua coroutine functions
DOC_lua_debug Lua debug functions
DOC_lua_io Lua io functions
DOC_lua_math Lua math functions
DOC_lua_os Lua os functions
DOC_lua_package Lua package functions
DOC_lua_rex Lua PCRE regular expression functions
DOC_lua Lua script extensions
DOC_lua_string Lua string functions
DOC_lua_tables Lua table functions
DOC_lua_utils Lua utilities
DOC_plugins Plugins
DOC_scripting Scripting
DOC_mxp_callbacks Scripting callbacks - MXP
DOC_plugin_callbacks Scripting callbacks - plugins
DOC_data_types Scripting data types
DOC_function_list Scripting functions list
DOC_errors Scripting return codes
DOC_utils Utilities
DOC_variables Variables
DOC_world World functions

Command

CMD_ID_GAME_IMMEDIATE Immediate (Allows testing of scripts)

Dialog

DLG_IDD_PREFS_P17 Scripts

(Help topic: dialog=IDD_IMMEDIATE)

DOC_contents Documentation contents page