Page 3 of 3

Re: questions about dialogues for textline

Posted: Fri May 13, 2022 8:26 am
by Tony Li

Re: questions about dialogues for textline

Posted: Mon May 30, 2022 5:04 am
by shshwdr
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

Posted: Mon May 30, 2022 7:40 am
by Tony Li
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

Posted: Mon May 30, 2022 2:19 pm
by shshwdr
Is there a way to make dilogue system not hide the whole UI when that happens?

Re: questions about dialogues for textline

Posted: Mon May 30, 2022 2:51 pm
by Tony Li
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)