|
zero Novice
Joined: 10 Oct 2000 Posts: 38 Location: USA
|
Posted: Tue Feb 03, 2004 9:18 pm
is there a way to turn off the map queue? |
if i run through an area that has triggers then try to move to a room that doesn't exist, my map gets all screwed up. things that got put in the map queue prevent my 'you cant go in that direction' from being executed at the right time.
|
|
|
|
Guede Wanderer
Joined: 30 Nov 2003 Posts: 65 Location: United Kingdom
|
Posted: Tue Feb 03, 2004 11:56 pm |
Hi,
If I remember correctly:
#TR {^you can't go in that direction} {#NOMAP;#NODIR;#SAY Ho! Pay attention, you can't go there!}
You don't really need the #SAY bit though. ;)
Obviously change the trigger pattern so it matches the MUD output exactly. the ^ will match from the beginning at the line so you don't get player spoofing your mapper with x says: you can't go in that direction
HTH
-G- |
|
|
|
|
|