Hey there,
I'm seeking anyone with Mushclient coding abilities, to potentially teach me about not sucking with coding. What I'd really like to focus on learning is how to make an affliction tracker and limb counter. If you have any experience and wouldn't mind helping, message me or reply here! Thank you!
0
Comments
Way to rub it in!
If you are dead set on coding things to help you, there isn't really a silver bullet: you'll need to go out and learn the basics of the scripting language you want to work in. This will almost certainly be lua in your case because it works with mush out of the box, and you'll be able to get help from people who use that language in mudlet since the only real differences are client function calls (such as printing text to the terminal or sending a command to the game).
Lua documentation:
http://lua.org
Functions specific to mush:
http://mushclient.com/functions
I'm not really a lua user myself, so I can't point you to any other credible lua tutorials. The lua website is very complete and there's a good chance vast amounts of the information will be entirely irrelevant for your use cases, but its a good overall reference if there is a particular topic you become stuck on. You can also google lua tutorials and almost certainly find some things to get you started.