Adding chat tags to a SystemMessage?

  1. What do you want to achieve? Keep it simple and clear!
    When a system message appears, such as the chat limit message when you spam the chat, I want chat tags to appear similar to how a speaker has a chat tag when they chat.

  2. What is the issue? Include screenshots / videos if possible!
    This instead sets the speaker’s tags, and not the system message itself.

  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    I have tried to use SetExtraData to set tags to the speaker when a SystemMessage is called.

Is this possible, or do I have to create my own bot to instead create and send the message?

you can use setcore, chatmakesystemmessage to do this.

1 Like

Thanks, I’ll look into this and I’ll let you know if I got it working.