|
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Mon Dec 12, 2005 2:22 am
Mapper, Custom Trigger |
I play on this mud... And I'm trying to do map.. However the automapper config does not seem to work extremely well. So i'm thinking that I need to add in custom triggers for mapper.
Can someone visit this and recommend some custom triggers?
lensmoor.org:3500
This is a nice mud btw.
ToyMage |
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
|
|
|
ToyMage Apprentice
Joined: 01 Sep 2005 Posts: 120
|
Posted: Tue Dec 13, 2005 6:33 am |
The last #COND reports a syntax error. I can't figure it out... Can you?
-----------
#TRIGGER { ^(*) } {#TAG name "%1" }
#COND { {^[}(*) } { #VAR Desc %concat(@Desc, "%1") }
#COND {~[Exits: (*)~]} {#TAG desc @Desc; #VAR Exits %replace("%1", " ", "|"); FORALL @Exits { #NOOP %match ("%i", "%w", Temp; #ADDITEM EList @Temp; #IF ( %begins ("%i","(" ) { #DOOR @Temp } } #TAG exits @Elist }
----------- |
|
|
|
|
|