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).
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).
Topics
- Arrays
- Database (SQLite)
- Lua LPEG library
- Lua PCRE regular expression functions
- Lua SQLite (database) interface
- Lua base functions
- Lua bc (big number) functions
- Lua bit manipulation functions
- Lua coroutine functions
- Lua debug functions
- Lua io functions
- Lua math functions
- Lua os functions
- Lua package functions
- Lua script extensions
- Lua string functions
- Lua syntax
- Lua table functions
- Lua utilities
- Plugins
- Scripting callbacks - MXP
- Scripting callbacks - plugins
- Scripting data types
- Scripting functions list
- Scripting return codes
- Scripting
- Utilities
- Variables
- World functions