questions about dialogues for textline

Announcements, support questions, and discussion for the Dialogue System.
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: questions about dialogues for textline

Post by Tony Li »

shshwdr
Posts: 20
Joined: Wed Feb 02, 2022 10:00 pm

Re: questions about dialogues for textline

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

Re: questions about dialogues for textline

Post 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.
shshwdr
Posts: 20
Joined: Wed Feb 02, 2022 10:00 pm

Re: questions about dialogues for textline

Post by shshwdr »

Is there a way to make dilogue system not hide the whole UI when that happens?
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: questions about dialogues for textline

Post 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)
Post Reply