ACTIONS Element


ACTIONS is the root element of the RPGDML document actions.xml inside the folder "data/xml". This document serves as an action library which allows other RPGDML documents to use the actions defined within.

Remarks

In RPG Director, an action can mean an animation, event, or a combination of both. Even though an action can be defined directly inside some other RPGDML documents, it will be much more convenient to define it inside actions.xml if this action can be re-used in other RPGDML documents. In this way you can avoid defining the same action each time it is used in other RPGDML documents.

Supported Values

ACTIONS 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.

Remarks

ACTIONS can be empty and contain no value. In this case if you want to use an action in other RPGDML documents you must define it inside that document.

Examples