Always True Conditional
The AlwaysTrueConditional
conditional auto-passes as soon as it's run. It's useful for when you want to activate a Result
as soon as a specific Trigger
is detected.
Properties
Property | Required | Default | Details |
---|---|---|---|
Type | true | AlwaysTrueConditional | - |
Example
"Conditionals": [{"Type": "AlwaysTrueConditional"}]