I would like to know how I can add custom text to the output. I need to add nicknames to characters to be able to recognize them.
Example:
Server sends "Laughing maniacally, an enormous, blue-skinned man points a finger at you."
I want the string " (Tom)" to be added next to "an enormous, blue-skinned man"
-> "Laughing maniacally, an enormous, blue-skinned man (Tom) points a finger at you."
I tried around using triggers, but couldn't find a way to succeed.
Example:
Server sends "Laughing maniacally, an enormous, blue-skinned man points a finger at you."
I want the string " (Tom)" to be added next to "an enormous, blue-skinned man"
-> "Laughing maniacally, an enormous, blue-skinned man (Tom) points a finger at you."
I tried around using triggers, but couldn't find a way to succeed.