So, say you have something like this:
Telepathy[Bob] Hello!
You want the Telepathy[Bob] part to be a certain color.
You want everything after Telepathy[Bob] to be a different color.
And, Bob isn't the only player so you're matching any player there.
I accomplished the first part with ^(Telepathy\[.*\]) but I am unsure how I can highlight the rest of the message (which can be any text) a different color.
Telepathy[Bob] Hello!
You want the Telepathy[Bob] part to be a certain color.
You want everything after Telepathy[Bob] to be a different color.
And, Bob isn't the only player so you're matching any player there.
I accomplished the first part with ^(Telepathy\[.*\]) but I am unsure how I can highlight the rest of the message (which can be any text) a different color.