I've seen a few people post questions like this, but never saw an actual solution.
Input from world:
I like foo.
Trigger captures ^I like foo\.$
Trigger omits the original message from output
Trigger send replacement colored text:
You like bar
So I don't want to see the original message at all, just want it replaced with some colored output. I can do everything except make the replacement text colored. If I use the script:
world.colournote('red', 'black', 'You like bar');
It also gets omitted from the output.
Input from world:
I like foo.
Trigger captures ^I like foo\.$
Trigger omits the original message from output
Trigger send replacement colored text:
You like bar
So I don't want to see the original message at all, just want it replaced with some colored output. I can do everything except make the replacement text colored. If I use the script:
world.colournote('red', 'black', 'You like bar');
It also gets omitted from the output.