Is VIP
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Is VIP check reads the badges array on the incoming chat message and checks whether any badge has a set_id of "vip". If the chatter is a VIP, the message is forwarded to Pass; otherwise it goes to Fail.
Use this node to highlight VIP messages with a distinct variant — a diamond icon, a colored border, or an alternate layout — so your most valued community members stand out in the chatbox overlay.
Inputs
| Name | Type | Description |
|---|---|---|
message | chat-message | The chat message object from the Chat Message trigger or an upstream check node. |
Outputs
| Name | Type | Description |
|---|---|---|
pass | chat-message | The message, forwarded if the chatter has the VIP badge. |
fail | chat-message | The message, forwarded if the chatter does not have the VIP badge. |
Example
Route VIP messages to a "vip" variant that adds a pink diamond badge next to the username. Send Fail to the default variant so regular chatters still display normally.