EMBED_ACTION (a child element of STEP) is used to insert an ACTION that has been defined in "data/xml/actions.xml" into the current STEP.
Unlike INSERT_ACTION (a child element of ACTION), EMBED_ACTION converts all the steps in the inserted action to become part of the current step, while INSERT_ACTION makes no conversion and directly inserts all the steps into the current ACTION. You are recommended to use INSERT_ACTION instead of EMBED_ACTION, unless there are any special programmatic needs or concerns.
EMBED_ACTION uses the text value of the NAME element of the inserted action as value.
- <STEP>
- ......
- <EMBED_ACTION>Explosion Animation</EMBED_ACTION>
- ......
- </STEP>