Basically looking to see if anyone has written any Lua scripts (I don't know Lua - will learn if it hasn't been done before) that would take text recorded by a trigger and send it to a java class? Really just need a set of xy coords and possibly an exit name sent to a java app that determines how to get to point a from point b
Has anyone re-directed output with Lua?
Posted by Hurriedcorgi on Thu 23 Aug 2012 10:19 PM — 2 posts, 11,845 views.
Not that I am aware of. We had some code in Lua a while ago that worked out the shortest path between two points, but it would depend on what knowledge you had of the MUD layout.