Here is a strange issue I am having. When importing an xml file from articy with conversations written in "Documents" view, it seems like the first dialogue gets duplicate LinkTo data in each dialogue node. This is not happening for all following dialogues in the same document.
Here is how the project is structured:
Code: Select all
M01 (Document)
|----First Dialogue for M01 (Duplicated LinkTo)
|----Second Dialogue for M01(No duplicate)
M02 (Document)
|----First Dialogue for M02 (Duplicated LinkTo)
|----Second Dialogue for M02(No duplicate)
Let me know if you want me to send you the resulting xml file + the articy test project.