Control Structures

Control structures allow you to set conditions that will affect the sequence or "flow" of your action lists at run time.

There are several actions that you can use to build control structures into your action lists. IF, ELSE and END IF allow you to set up conditional blocks; WHILE and END WHILE let you fashion loops; and LABEL and GOTO let you skip over actions, jumping directly from one line to another in an action list.

All of these actions can be found under the Control Structures category in the list of available actions on the left side of the Actions tab.