Modding:Conversations: Difference between revisions

Add note of recursive text
(Add a table with the XML attributes for the <choice> tag that affect choice ordering, including Priority and the new Before and After attributes (thanks Armithaig for adding these!).)
(Add note of recursive text)
Line 49: Line 49:
|-
|-
| <code><nowiki><text></nowiki></code>
| <code><nowiki><text></nowiki></code>
| Contains a block of text to display for an element, multiple of these can be defined and randomly selected from if valid.
| Contains a block of text to display for an element, multiple of these can be defined and randomly selected from if valid. <br/>Additional text nodes can be recursively defined within other text nodes, allowing groups of text to use the same conditions. <br />For backwards compatibility, delimiting the text with <code>~</code> characters will behave similarly to multiple text nodes.
|-
|-
| <code><nowiki><part></nowiki></code>
| <code><nowiki><part></nowiki></code>