ITEMS is the root element of the RPGDML document items.xml inside the folder "data/xml". It defines all the items used in the game. In RPG Director, an item means something like a potion or key which can be used by a character in the battle or on the map.
ITEMS 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.
ITEMS can be empty and contain no value. In this case you can't use any items in your game.
- <ITEMS>
- <ITEM>
- ......
- </ITEM>
- ......
- </ITEMS>