Hey guys, I'm an old v4.62 ZMud user and I'm trying to convert some of my aliases over to MUSHClient. If I could just see how one or two of these would work in a script, I could figure out how to get the rest of them working.
The basic idea is to have a series of quick commands that I can use to lay down rooms and exits.
I have @newRoom set to the vnum of the next room in my area.
I have @curRoom set to the room I'm currently standing in.
I use this basic alias below to process my commands.
#ALIAS {mroom} {goto @newRoom; redit bexit @dir @curRoom; redit name @newRoom; #MATH {newRoom} {@newRoom+1}}
And I use a series of aliases like:
#ALIAS {mrn} {dir = south; mroom}
or
#ALIAS {mrse} {dir = southwest; mroom}
So gentlemen and ladies.. how would I go about converting the above into something I could use in MUSHClient?
Thanks for your help.
The basic idea is to have a series of quick commands that I can use to lay down rooms and exits.
I have @newRoom set to the vnum of the next room in my area.
I have @curRoom set to the room I'm currently standing in.
I use this basic alias below to process my commands.
#ALIAS {mroom} {goto @newRoom; redit bexit @dir @curRoom; redit name @newRoom; #MATH {newRoom} {@newRoom+1}}
And I use a series of aliases like:
#ALIAS {mrn} {dir = south; mroom}
or
#ALIAS {mrse} {dir = southwest; mroom}
So gentlemen and ladies.. how would I go about converting the above into something I could use in MUSHClient?
Thanks for your help.