Commands /
Conditional
Summary
Creates a conditional branch for if/then/else logic.
Parameters
Name | Explanation | Type |
---|---|---|
Conditions | The conditions to evaluate before executing the logic. | Conditions? |
Then | Commands to execute when the Conditions are met. | Commands |
Else | Commands to execute when the Conditions are not met. | Commands |