Search found 6 matches

by mordenkaim
Tue Dec 17, 2019 7:29 pm
Forum: Help Forum
Topic: A little confused with the mapper and descriptions
Replies: 2
Views: 2921

Re: A little confused with the mapper and descriptions

So, I went from another angle. From the default generic mapping script I added two variables to the map table under variables, map.currentDescription and map.previousDescription. Then I went through the generic mapping script and added lines to capture the description during the parse for roomName a...
by mordenkaim
Tue Dec 17, 2019 3:22 pm
Forum: Help Forum
Topic: A little confused with the mapper and descriptions
Replies: 2
Views: 2921

A little confused with the mapper and descriptions

Hi all. I'm working on mapping a MUD (a very old custom code base so I don't get any location/map info from the game). I believe I need to parse descriptions in order to resolve position conflicts, and I have the triggers for capturing the descriptions done. I am a little confused on where I need to...
by mordenkaim
Mon Apr 25, 2016 1:56 am
Forum: Help Forum
Topic: Multiline Triggers
Replies: 6
Views: 6811

Re: Multiline Triggers

Sorry, was out of town for the weekend so I haven't had a chance to look at this. It looks like I'd need to filter out all other sources of red text for this to work which may be cumbersome. (There are quite a few items with red text and some commands output red...who for example shows affiliation w...
by mordenkaim
Fri Apr 22, 2016 5:17 pm
Forum: Help Forum
Topic: Multiline Triggers
Replies: 6
Views: 6811

Re: Multiline Triggers

Maybe this will be more clear... With that trigger setup this is what I'm getting with highlight enabled. roomOutputHighlight.PNG If I have it set up as an AND trigger it should only highlight lines that are red (from the 1st condition) AND those that start with a capital letter (from the 2nd condit...
by mordenkaim
Fri Apr 22, 2016 3:51 pm
Forum: Help Forum
Topic: Multiline Triggers
Replies: 6
Views: 6811

Re: Multiline Triggers

If I understand line delta properly it specifies the number of lines to check after the match occurs? If I am correct about that I do not need line delta greater than 0. I have not been able to find a lot on it googling. I was just playing with the value as I was not getting the expected results. He...
by mordenkaim
Wed Apr 20, 2016 9:16 pm
Forum: Help Forum
Topic: Multiline Triggers
Replies: 6
Views: 6811

Multiline Triggers

Hi guys, I'm new to the forum but I am a long time zMUD user and experienced coder. I've just been dabbling in MUDs again and I ran across Mudlet. Very cool product so far. I am trying to setup a multiline trigger to capture room descriptions for a mapper (following a simple example from another thr...