|
Marcos Beginner
Joined: 30 Jan 2003 Posts: 14 Location: USA
|
Posted: Sun Feb 02, 2003 9:00 pm
Automapper Troubles |
I'm having trouble configuring the automapper in z6.4 to Realms of the Dragon.
RoD is an LP mud.
South Protector Way [n,s].
> s
South Gate
[n,e,s,w,nw].
> s
Intersection of Orland Road and Vagrant Avenue [n,e,s].
Any ideas on what I can do? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Feb 03, 2003 12:00 am |
quote:
I'm having trouble configuring the automapper in z6.4 to Realms of the Dragon.
RoD is an LP mud.
South Protector Way [n,s].
> s
South Gate
[n,e,s,w,nw].
> s
Intersection of Orland Road and Vagrant Avenue [n,e,s].
Any ideas on what I can do?
You'll have to make two #TAG triggers. One for the line containing room name and exits, the other one a multiline trigger. The tagging itself should be pretty trivial, so I'll let you handle it.
Also, don't forget to also tag your prompt.
li'l shmoe of Dragon's Gate MUD |
|
|
|
Marcos Beginner
Joined: 30 Jan 2003 Posts: 14 Location: USA
|
Posted: Mon Feb 03, 2003 3:00 am |
Alright, I've looked at the #TAG helpfile, and I _THINK_ I get it...
#TRIGGER {(*) ~[(*)~] ~#(%d)} {#TAG name,exit {%1} {%2} {%3}}
#TRIGGER {^~>} {#TAG prompt}
for the name and the exit on the same line, how do I do ones that don't have it on the same line?
ie
South Gate
[n,e,s,w,nw]. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Feb 03, 2003 4:39 am |
quote:
Alright, I've looked at the #TAG helpfile, and I _THINK_ I get it...
#TRIGGER {(*) ~[(*)~] ~#(%d)} {#TAG name,exit {%1} {%2} {%3}}
#TRIGGER {^~>} {#TAG prompt}
for the name and the exit on the same line, how do I do ones that don't have it on the same line?
ie
South Gate
[n,e,s,w,nw].
Basically the same way, except you insert a $ character to denote the end of the line between room name and exits. I might be way wrong on this next count, but you may need to divide the #TAG command up into two #TAGs.
li'l shmoe of Dragon's Gate MUD |
|
|
|
john_taylor_jr Wanderer
Joined: 17 Jan 2003 Posts: 57 Location: USA
|
|
|
|
Marcos Beginner
Joined: 30 Jan 2003 Posts: 14 Location: USA
|
Posted: Tue Feb 04, 2003 4:03 am |
Thanks JT! That was exactly what I was looking for!
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|