Is there any way to intercept a sent chat message, modify it, and display the modified string instead of the old one?
Ex:
I chat "hello", but this shows up instead
[All] Soulzek: helloEXTRA
You can achieve this by using a custom UI and hiding the default chat message window via layout files.
Create a dialog with a label that looks exactly like the default chat, then have a trigger with a chat message event that modifies the send message and displays it on the label.
You can achieve this by using a custom UI and hiding the default chat message window via layout files.
Create a dialog with a label that looks exactly like the default chat, then have a trigger with a chat message event that modifies the send message and displays it on the label.
Ah, that's a really good idea! Of course, the hardest part of that is replicating the default chat UI. Is there any way to essentially copy this as a template into my custom dialog style?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Is there any way to intercept a sent chat message, modify it, and display the modified string instead of the old one?
Ex:
I chat "hello", but this shows up instead
[All] Soulzek: helloEXTRA
You can achieve this by using a custom UI and hiding the default chat message window via layout files.
Create a dialog with a label that looks exactly like the default chat, then have a trigger with a chat message event that modifies the send message and displays it on the label.
Ah, that's a really good idea! Of course, the hardest part of that is replicating the default chat UI. Is there any way to essentially copy this as a template into my custom dialog style?