|
Vrasp Newbie
Joined: 06 Jan 2006 Posts: 3
|
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Fri May 02, 2008 9:50 am |
No. Mushclient triggers are written in Lua using Mushclient's API and Mushclient's own trigger spec. zMUD doesn't support Lua at all, so you'd have to recode everything.
You might have slightly better luck with CMUD. While CMUD supports Lua now, it uses a completely different API to Mushclient and it's possible (nay, likely) that some of your scripts won't be fixable with a simple find+replace, though, so I wouldn't count on it. With that said, I believe someone was trying to write something that'd attempt a find+replace conversion. You could try searching. |
|
|
|
Vrasp Newbie
Joined: 06 Jan 2006 Posts: 3
|
Posted: Fri May 02, 2008 10:36 am |
Drat. Okay, thank you for the info.
|
|
|
|
Rorso Wizard
Joined: 14 Oct 2000 Posts: 1368
|
Posted: Fri May 02, 2008 10:44 am |
I have been playing with the idea of a more "general purpose" script converter. For example MushClient(Lua) <-> zMUD(zScript)<-> MM2k <-> cMUD(cScript). However the amount of work required and the usefulness of such a tool has made me hesitant to attempt it . Also some translations might be possible to do "properly" one-way only, e.g zScript -> cScript. Because cScript has more language features it becomes more difficult to translate it back to zScript.
|
|
|
|
|
|