Skip to main content
Corvus Connection

Flash a celebration scene on a cheer

Advanced
When a viewer cheers, switch OBS to a Celebrate scene for 5 seconds, then bounce back to Main.
On CheeroutdisplayNamebitsmessageisAnonymousTextvalueOBS: Set SceneinsceneNameoutDelayinoutTextvalueOBS: Set SceneinsceneNameoutReturnin
Graph structure (text alternative)

Trigger: onCheer

Nodes:

  • On Cheer (entry.onCheer)
  • Text (data.literal.string)
  • OBS: Set Scene (obs.setScene)
  • Delay (flow.delay)
  • Text (data.literal.string)
  • OBS: Set Scene (obs.setScene)
  • Return (flow.return)

Connections:

  • On Cheer.out → OBS: Set Scene.in
  • Text.value → OBS: Set Scene.sceneName
  • OBS: Set Scene.out → Delay.in
  • Delay.out → OBS: Set Scene.in
  • Text.value → OBS: Set Scene.sceneName
  • OBS: Set Scene.out → Return.in

Walkthrough

Flash a celebration scene on a cheer, then bounce back.

How it works

  1. On Cheer fires when a viewer cheers bits.
  2. OBS: Set Scene switches to your Celebrate scene.
  3. Delay holds it there for 5 seconds.
  4. OBS: Set Scene switches back to Main.

Because Delay is async, the switch-back is scheduled without freezing anything else your bot is doing. See Delay and OBS: Set Scene.

Uses these nodes