Hi,
That issue may be related to: Conversations Evaluate Conditions One Extra Level Ahead
questions about dialogues for textline
Re: questions about dialogues for textline
No, the problem is that when you reach the end of the dialogue, the whole textline would disappear. For example, if you create a dialogue with one entry, then after this entry, the whole textline would disappear. I'm not sure if there is a setting about this?
Re: questions about dialogues for textline
Got it. I believe the whole thing disappears because the conversation has ended. Since B's Conditions are false, the conversation cannot proceed to B, so it ends when A is done. When a conversation ends, the Dialogue System hides the dialogue UI.
Re: questions about dialogues for textline
Is there a way to make dilogue system not hide the whole UI when that happens?
Re: questions about dialogues for textline
You'll need to prevent the conversation from ending. For example, if B's Conditions are false, make a link from A to a new node C whose Sequence is: WaitForMessage(Forever)