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.
- Add Bool Set Value.
- Set Variable to
IsAlert. - Set Value to
True.
Now any transitions or actions checking IsAlert can react immediately.