Interactive Studio
back to documentation

Interactive Studio

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

Update String Value

What it does

Sets the text stored under a named string value.

Required item compatibility

Use a compatible item that shows this effect in its Tasks panel.

Setup

  1. Select the item that should perform this effect.
  2. Add Update String Value to the task state where it should run.
  3. Configure the settings below and test the player path from the task’s starting state.

Settings

Setting What it means
Value Label Exact text value name.
Target Text Text to store under that label.

Tiny example

Finishing an introduction stores Ready under match-status, then a message effect can use that value.

Test and troubleshoot

  • Use a distinct label for each purpose.
  • Use Update Value rather than this effect for math or score comparisons.

Related pages