Відомості Zooka
coding Mudlet packages, scripts and GUI's
I enjoy text-based games just like you, but I enjoy writing scripts more and helping people get the most out of their game. I am proficient in Lua and all things Mudlet. Let's talk and allow me to show you how I can help with your goals, whether that's learning the interface, Lua scripting, an automated bot or a full blown custom GUI.
Alternatively, buy me a coffee so I can have more time to provide the support, code and documentation that is required to bring new players into the genre.
Discord: zooka_1
Нещодавні прихильники
Дописи
Converting from one MUD client to another can be quite challenging. zMUD uses a different scripting language (a custom one called zScript) while Mudlet uses Lua . In this post I take zMUD commands from the zMUD manual and convert them to Mudlet aliases, scripts and functions to help you better understand Mudlet. Note: Each zMUD command is a link to the online zMUD manual. Loop Structures #number r...
Converting zMUD Commands to Mudlet
Jun 02, 2026
145 перегляди
There are a number of ways to save Mudlet variables , but by far the easiest method is via script and saving your variables to tables. When you create your variables in scripts prepend them with a namespace or identifier (which is just a table). So your hitpoints variable will become myVars.hitpoints. Now anytime myVars is saved, all variable underneath are saved too, which then of course can be r...
Saving Mudlet Variables to Files
Feb 18, 2026
133 перегляди


