Skip to content

Check Bool Any True

Tests whether any bool variable in a collection is True.

Parameters

Parameter Description
Bool Variables The bool variables to test.
True Event Sent when at least one value is true.
False Event Sent when all values are false.
Store Result Optional bool to store the test result.

Example

Use this for "any trigger active" checks.

  1. Add your trigger flags to Bool Variables.
  2. Set True Event to Triggered.
  3. Set False Event to Idle.