Triggers with output on the same line

Posted by Zuurstof on Sat 24 Jan 2004 01:34 PM — 2 posts, 11,370 views.

#0
I have the following problem and it looks simple but I just can't create it, maybe somehere here knows the answer.

Anyways I have this trigger.
trigger text:
^(.*?) is near death.

sent to:
Output

Send:
---> %1 ---> ND !!!
regular expression = true


Ok, this works without any problems just the thing is that the output is on the next line....like this

Draven is near death.
---> Draven ---> ND !!!


I just want it on the same line like this:
Draven is near death. ---> Draven ---> ND !!!

I've seen it in logs of other users, dunno what client they were using though, but if anybody knows a way to do this it would be very much appreciated!

Greetings Zuurstof,


Australia Forum Administrator #1
What you need to do is send:

%0 ---> %1 ---> ND !!!

Send to "output" - this sends the original line with the extra bit appended.

Then check "omit from output". This suppresses the original line.

Add such colouring as you need (eg. change colour to red).

Maybe also play a sound.