Else
| Description |
The Else command, in addition to Else If, is used together with the If command. It enables you to make statements to change the robot's behavior based on sensor inputs or variable values. It is only insertable directly after an If or Else If node. The children of this node are only executed if the preceding If or Else If is false.
|
|
To access Else command |
|
|
|
The Else node is inserted into the program tree.
|