Difference between revisions of "Lua Scripting for Mudlet"
Jump to navigation
Jump to search
(Created page with "Lua is used by many game engines such as World of Warcraft. It lets you create custom UI. Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses...") |
|||
Line 1: | Line 1: | ||
+ | ==Basic Info== | ||
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI. | Lua is used by many game engines such as World of Warcraft. It lets you create custom UI. | ||
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx. | Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx. | ||
− | + | ==Mudlet Package files== | |
− | + | ==Associated Configs and Mud Side Aliases== | |
− | + | ==Script Explanations== |
Revision as of 01:43, 4 December 2011
Contents
Basic Info
Lua is used by many game engines such as World of Warcraft. It lets you create custom UI.
Mudlet (www.mudlet.org) is an open source mud client that works on PC and Mac that uses it. It's forum has links to help pages for Mudlet and Lua and RegEx.