|
- This page can be quickly reached at http://mushclient.com/lua
- Lua is supplied built into MUSHclient version 3.52 onwards.
- You can obtain a stand-alone version of Lua, and read about it, at http://www.lua.org/.
- To get started with scripting, read Introduction to MUSHclient scripting (http://mushclient.com/scripting).
- For documentation on Lua, see Lua Documentation - in particular the online book: Programming in Lua.
- The online book (Programming in Lua) is excellent. For more information, go to the Lua Users Wiki, in particular Learning Lua.
- See help on Lua
base,
coroutines,
debug,
io,
math,
os,
package,
string, and
table functions.
- The word "Lua" is a name, not an acronym. Thus, to call it "LUA" is incorrect.
For clarification, see: Lua - What's in a name?
|