Skip to content

Check Bool All True

Tests whether all bool variables in a collection are True.

Parameters

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

Example

Use this to require every condition before continuing.

  1. Add required conditions to Bool Variables.
  2. Set True Event to Ready.
  3. Set False Event to NotReady.