Adding a PlayMacro action

Outside a Condition element, you can add only one PlayMacro action to a macro screen, and that PlayMacro action must be the last action in the Actions list (<actions> element) of the macro screen.

Inside a Condition element:
  • You can add one PlayMacro action to the true branch (<if> element), and that PlayMacro action must be the last action in the branch (<if> element).
  • You can also add one PlayMacro action to the false branch (<else> element), and that PlayMacro action must be the last action in the branch (<else> element).

You can have as many Condition elements in the macro as you like, with each Condition element containing one PlayMacro action in its true branch and one PlayMacro action in its false branch.

The Macro Editor enforces these rules.