Author |
Message |
Topic: Automapper trying to capture Room Name |
justanotheruser
Replies: 10
Views: 4901
|
Forum: zMUD General Discussion Posted: Wed Jun 20, 2007 10:25 pm Subject: Automapper trying to capture Room Name |
Okay, that I managed to test with #color, and it seems to work properly. This is what I used:
#trig {^(%t)$} {} "" {input}
#cond {^(*)$} {#color bold,yellow} {within|param=1}
Same as yours, e ... |
Topic: Automapper trying to capture Room Name |
justanotheruser
Replies: 10
Views: 4901
|
Forum: zMUD General Discussion Posted: Wed Jun 20, 2007 10:02 pm Subject: Automapper trying to capture Room Name |
Unfortunately I can't test those now, but I will as soon as I can. My only concern is, wouldn't this trigger:
#trigger {^[%w%s]$} {#tag name;vRoomDesc = "";#T+ tRoomDesc}
match everything? I d ... |
Topic: Automapper trying to capture Room Name |
justanotheruser
Replies: 10
Views: 4901
|
Forum: zMUD General Discussion Posted: Wed Jun 20, 2007 8:58 pm Subject: Automapper trying to capture Room Name |
Unfortunately not, the problem is that the automatic configuration for the mapper fails to recognize the room name when creating the room in the first place. Well, it does sometimes, when the room de ... |
Topic: Automapper trying to capture Room Name |
justanotheruser
Replies: 10
Views: 4901
|
Forum: zMUD General Discussion Posted: Wed Jun 20, 2007 6:47 am Subject: Automapper trying to capture Room Name |
Okay, here's the problem. For some reason, the auto-configuration doesn't like to recognize the room names on my MUD.
The problem is, the description can be 2 or 3 paragraphs, or 1 or none, and it ... |
|