Page 1 of 1

Articy condition node error when importing

Posted: Mon Nov 05, 2018 6:06 am
by _marc
Hi,

Nothing really important here, but it looks like the articy importer makes a little mistake with the articy condition node, when you have a semicolon at the end of the condition field. Exemple:

- in articy, I have a condition node with this expression: GlobalVariables.Act == 1;
- when importing, as expected, the Dialogue System creates two nodes (for true and false statements), but the false statement is modified like that: (Variable["GlobalVariables.Act"] == 1;) == false

You can notice that the false keyword is added after the semicolon, producing an error at runtime.
It works well without the semicolon, but I think it should not happen. However, I'm not a professional coder and maybe I'm doing something the wrong way ;)

Thanks!

Marc

Re: Articy condition node error when importing

Posted: Mon Nov 05, 2018 7:58 am
by Tony Li
Hi Marc,

Good catch! I'll fix that in version 2.0.6.