jon_stroble Newbie
Joined: 08 Dec 2001 Posts: 3 Location: USA
|
Posted: Sat Dec 08, 2001 8:17 am
multiple lines and triggers |
Hello,
I am stumped by a problem I am having using triggers on my MUD. I think this is a very simple fix and I apologize in advance for what I am sure must be a repetition of a typical 'newbie' problem.
Basically, all I want to do is capture all 'tells' sent to me and display them in a dedicated 'tell' window. Also, I'd like the text of the tell to be highlighted, and a beep to occur.
So, I have this trigger:
tells*you: -> #hi;#cap tell;#gag;#beep
(I have included a wildcard between the words 'tells' and 'you' because it's possible to see: 'Dave tells Bob, Doug and you: hello, there'.)
Ok, this trigger works well, -except-: if the tell message is longer than one line, only the first line is captured properly. The remaining lines are displayed, unaltered, on my main playing window.
How can I get all the lines up to my tell window?
thanks,
Jon. |
|