B1Script
- Represents a single script block containing conditions and executes, evaluated as an if/elif branch.
| Property | Type | Description | Metadata |
|---|---|---|---|
| IfType | EB1IfType | Whether this script block is evaluated as an If or Elif branch. | Category: B1Script |
| Conditions | TArray | The list of conditions that must all pass for this script block to execute. | Category: B1Script |
| Executes | TArray | The list of execute commands that run when all conditions pass. | Category: B1Script |