Re: articy instructions not converted into groups?
Posted: Thu Jun 06, 2024 4:32 pm
Hi Tony,
I've tried with the new package, I still have the stack overflow issue.
Could you, in your articy project:
- add a hub just after the start of the conversation, allowing only one pass (for me it's a simstatus check in the input pin & a simstatus set in the output pin) - set the low priority on the "try again" link: I want to be sure that it happens only after the evaluation of the 3 other nodes (the converter does not preserve my articy nodes vertical order here. In articy from top to bottom I have A - B - C - TryAgain, but in the database from left to right I get B - C - A - TryAgain).
- add a jump at the end, going back just before the simstatus check (at the beginning of the conversation) .
In my opinion, when it blocks on this simstatus check (just after the dialogue system makes the jump), this should mark the end of the conversation. But instead, it keeps evaluating the random int value on the nodes that haven't been evaluated yet. Do you get the stack overflow error with this setup?
I've tried with the new package, I still have the stack overflow issue.
Could you, in your articy project:
- add a hub just after the start of the conversation, allowing only one pass (for me it's a simstatus check in the input pin & a simstatus set in the output pin) - set the low priority on the "try again" link: I want to be sure that it happens only after the evaluation of the 3 other nodes (the converter does not preserve my articy nodes vertical order here. In articy from top to bottom I have A - B - C - TryAgain, but in the database from left to right I get B - C - A - TryAgain).
- add a jump at the end, going back just before the simstatus check (at the beginning of the conversation) .
In my opinion, when it blocks on this simstatus check (just after the dialogue system makes the jump), this should mark the end of the conversation. But instead, it keeps evaluating the random int value on the nodes that haven't been evaluated yet. Do you get the stack overflow error with this setup?