Seems that I must describe my case a bit. I want to find the room in the area and set the position on the map with #TELEPORT command.
The output I get from mud:
Teleporting...
Sunrise
I have a problem with creating trigger pattern to match more than one blank lines. I created these triggers for testing (ZMud 7.05):
#TR {^$} {#SHOW ONE BLANK} works well
#TR {^$^$} {#SHOW TWO BLANK ...
I want to capture text including zMud highlighted words to the mud
editor window. It's working well with #CAP command:
>#CAP 3
zMud Editor:
some normal text
highlighted text from main windo ...