zMud script files

Posted by Reyth on Wed 07 Jul 2010 03:42 PM — 2 posts, 10,825 views.

#0
I've got an ascii script file from zMud that I'd like to use in MUSHClient, is this possible? The file is a .txt file with lines that look like:

#TRIGGER {Your pipe has gone cold and dark.} {pipelit=0}

I'm not sure what language it's in, if anyone needs more information to help me or if it's just impossible please let me know. Thanks!
USA #1
It's called zScript. Unfortunately, MUSHclient can't run that directly. You'd need to convert it to MUSHclient's XML format to import them (or use them as a plugin).

How much is there? If it's a small amount, perhaps we (and by we I probably mean me) can convert it for you.