Description
Denotes the beginning of a series of actions that will only execute if the specified condition is true and the previous If or Else If action's condition was false.
Snippet
Else If(True);
Properties
Returns: Void
Parameters: Condition
Condition
Type: Boolean, Default: Compare
If this evaluates to true, execution continues with the next action. Otherwise, execution jumps to the next else if, else, or end action at the current level.