NAME Element


NAME (a child element of ACTION) defines the name for an action set. It is used to identify an action when it is used in other elements like INSERT_ACTION.

Remarks

NAME must be the first child element to be used in its parent element. This is true for all other NAME child elements of other elements.

Supported Values

NAME supports the use of text as value.

Examples

This example defines the action for the spell "Supernova". NAME element is used to identify this action as "Spell: Supernova".

  • <ACTION>
    • <NAME>Spell: Supernova</NAME>
    • <STEP>
      • ......
    • </STEP>
    • ......
    • <STEP>
      • ......
    • </STEP>
  • </ACTION>