old zmud script to lua

Posted by Bakarus on Thu 30 Aug 2012 07:57 AM — 2 posts, 11,954 views.

#0
I've located an old zmud script for a mud I'm playing, since i use mushclient I figured why not try and adapt it to lua and make it a plugin.


The following is the script still in zmud format, any direction as to how to go about zmud->lua would be greatly appreciated.

It wouldn't fit here in its entirety, so below is link to the zmud version. Thanks again.

http://pastebin.com/19YNcECa
Australia Forum Administrator #1
There isn't going to be a 5-minute solution. zMud uses more of an expression-processor whereas Lua has procedural code.

There was a thread a while back about automating some of that, search for #trigger and/or #alias and see what you come up with.