Skip to main content

B1Script

  • Represents a single script block containing conditions and executes, evaluated as an if/elif branch.
PropertyTypeDescriptionMetadata
IfTypeEB1IfTypeWhether this script block is evaluated as an If or Elif branch.Category: B1Script
ConditionsTArrayThe list of conditions that must all pass for this script block to execute.Category: B1Script
ExecutesTArrayThe list of execute commands that run when all conditions pass.Category: B1Script