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,
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,