Articy condition node error when importing

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
_marc
Posts: 69
Joined: Mon Nov 05, 2018 5:44 am

Articy condition node error when importing

Post 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
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Articy condition node error when importing

Post by Tony Li »

Hi Marc,

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