The Else step is used with the 'IF' step and is the classic programming construct of the same name.
e.g.
If <some condition>
play message X
Else
play message Y
End If
The Else step is used with the 'IF' step and is the classic programming construct of the same name.
e.g.
If <some condition>
play message X
Else
play message Y
End If