Interactive Studio
back to documentation

Interactive Studio

Build no-code gameplay with tasks, triggers, effects, values, and player feedback.

Reset All Variables

What it does

Reset All Variables clears stored numeric and text values. It does not change task states; use Reset All Tasks when the flow itself needs to return to Not Active.

Required item compatibility

Add it through a compatible item that shows this effect in its Tasks panel.

Setup

  1. Decide which values should reset at the end of a round or session.
  2. Add Reset All Variables to the reset state.
  3. Choose the scopes that match the values you created.
  4. Test a complete round, then start another one and confirm the values are clear.

Settings

Setting What it means
Single-Player Includes values stored for the local player scope.
Multiplayer Includes shared room values.
Non Persistent Only Limits the reset to values that are not kept between visits.

Tiny example

A new-round button clears the score and answer values before the next round begins.

Test and troubleshoot

  • Use this only when every relevant value should be cleared together.
  • Check both numeric and text values in a test round.
  • Pair it with a deliberate task reset when a round needs both state and value cleanup.

Related pages