ACTION (a child element of ACTIONS) defines a single set of action. In RPG Director, an action can mean an animation, event, or a combination of both.
ACTION supports the use of its own child elements as values. For a list of supported child elements please refer to the tree menu on the left.
This example uses two ACTION elements, each defining a different action set.
- <ACTIONS>
- <ACTION>
- ......
- </ACTION>
- <ACTION>
- ......
- </ACTION>
- </ACTIONS>