MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Tue Aug 13, 2002 4:39 am |
quote:
Is there an easy way to get a path to a room in the commands zMUD would actualy send to the MUD or do I have to go through it and translate 'k' to southwest on my own, etc...
-- LZenner
path directions are pretty much used internally by ZMud for use with the pathing commands/functions. Any translations of these directions will have to be done manually, although you can easily make a function out of it:
#FUNCTION GetEngDir {%case(%ismember(%1, "n|e|s|w|h|j|k|l"), north, east, south, west, northwest, northeast, southwest, southeast)}
You'll have to add your own custom directions, though.
li'l shmoe of Dragon's Gate MUD |
|