|
dnserror Newbie
Joined: 30 Jun 2001 Posts: 6 Location: USA
|
Posted: Tue Feb 10, 2004 6:18 pm
Automapper grabbing prompt |
I'm not one to be good at explaining stuff, so lets start with an example output:
Code: |
[15hp 3006en]
>n
[OOC] Some channel chat message
[8hp 3006en]
>Room name
Room description, blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah.
[Exits: (D)south]
[15hp 3006en]
>
|
I already have the [##hp ##en] line filtered out, the problem is the prompt character '>'. ZMud interprets the room above as a new room, because it catches the > in the title, so it creates new rooms like crazy whem moving around with other stuff going on. I have the prompt character set to > in the mapper config, I'm not sure if that is supposed to take care of it, but it doesn't.
Is there some way I can filter out just the > from the begining of room descriptions, before the automapper gets to it?
Edit: As a side note I am using the 6.67 beta, but I have had this problem in every single version of zmud I've ever used. |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Feb 10, 2004 11:37 pm |
#TR {^>(*)$} {#SUB {>%cr%1}}
This attempts to put a newline in when the mud forgets to, but may interfere with normal activities like your example ">n". |
|
|
|
|
|
|
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
|
|