Conditional Dialogue Flow Between Child Nodes
Posted: Thu Sep 07, 2023 6:16 pm
Hello!
I'm working on a new feature and have come across a scenario I'm unsure about.
I have a parent node, let's call it Node A, which has two child nodes: Node B and Node C. My objective is to set up the system in such a way that after Node A's dialogue is displayed, the system would transition to Node B if a certain condition is met. However, if that condition isn't met, it should proceed with Node C's dialogue.
Is there a way to implement this conditional transition between the child nodes based on the state of the specified condition?
Thank you in advance for any guidance!
I'm working on a new feature and have come across a scenario I'm unsure about.
I have a parent node, let's call it Node A, which has two child nodes: Node B and Node C. My objective is to set up the system in such a way that after Node A's dialogue is displayed, the system would transition to Node B if a certain condition is met. However, if that condition isn't met, it should proceed with Node C's dialogue.
Is there a way to implement this conditional transition between the child nodes based on the state of the specified condition?
Thank you in advance for any guidance!