ITEM Element


ITEM (a child element of STEP) allows you to change the stock of any item type.

Supported Values

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

Examples

  • <STEP>
    • ......
    • <ITEM>
      • <NAME>Healing Potion</NAME>
      • <STOCK>10</STOCK>
    • </ITEM>
    • ......
  • </STEP>