Skip to main content

Build Cheer Alert

The Build Cheer Alert node constructs a cheer alert object by assembling individual input values into a single CheerAlert object. This gives you fine-grained control over every property of the alert. You can wire in data from triggers, data nodes, or other process nodes to customize exactly what the alert contains before displaying it.

After building the alert object, connect it to an Activate Cheer Alert effect node to display it on your overlay.

Inputs

NameTypeDescription
UserstringThe display name of the viewer who cheered
BitsnumberThe number of bits cheered
MessagestringThe cheer message text

Outputs

NameTypeDescription
AlertCheerAlertThe assembled cheer alert object, ready to be activated

Example

You want to create a custom cheer alert that modifies the viewer's name to uppercase and doubles the displayed bit count for a special promotion. Connect the cheer trigger's username through a String Op (uppercase) node to the User input, run the bits through a Math node (multiply by 2) to the Bits input, and pass the message directly to Message. Then connect the Alert output to an Activate Cheer Alert effect node. The overlay displays the customized alert.