Skip to content

Bool Set Value

Sets a bool variable to a specific value.

Parameters

Parameter Description
Variable The bool variable to set.
Value The value to assign (True or False).

Example

Use this action when entering a state that should force a known condition.

  1. Add Bool Set Value.
  2. Set Variable to IsAlert.
  3. Set Value to True.

Now any transitions or actions checking IsAlert can react immediately.