Subing for a same line report

Posted by Malek on Wed 15 Nov 2006 10:37 PM — 2 posts, 11,044 views.

USA #0
Here's my issue,
I am playing a mud that reports combat like this.

You hit Human very hard.
Human misses you.
You hit Human hard.
Human misses you.
You miss Human.
Human misses you.

What I am trying to do is make my client report my misses as,

You miss Human............................. MISS

with the Capitalized MISS yellow so it stands out more.

Thanks,
-M-
Australia Forum Administrator #1
You just need to make a trigger, omit the original (matching) line from output, and then "send to script" a couple of lines that will display the original line, plus the extra stuff with colours. Search this forum, there are heaps of such examples.