Get User Variable
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Get User Variable node reads a User Variable for the viewer behind the current event — the chatter who sent the message, or the subscriber, raider, or redeemer behind a chatbox event.
It has no input: the viewer is always the one tied to the message or event being handled. Connect the output into a Math Check, String Check, or other node to route on the value.
Outputs
| Name | Type | Description |
|---|---|---|
output | any | The current viewer's value for the chosen variable, or empty if they have none. |
Configuration
- Variable: The name of the user variable to read.
Example
Pick the variable wins. Feed the output into a Math Check that passes when the value equals 0, and route Pass to a "first win incoming" chatbox variant — a special look for viewers who haven't won a channel game yet.