When ALL_ALLIES_APPEAR (a child element of STEP) is used, all party members will appear surrounding the leading character.
ALL_ALLIES_APPEAR supports the use of an integer or a numerical expression constructed by the child elements of NUMBER_OBJECT as value. This value means the maximum number of characters that will appear. ALL_ALLIES_APPEAR can also be used without value, and in this case it means all party members will appear.
In this example, ALL_ALLIES_APPEAR is used without value. This will cause all party members to appear.
- <STEP>
- ......
- <ALL_ALLIES_APPEAR/>
- ......
- </STEP>