Hide dialogue during conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
BattlerY
Posts: 1
Joined: Sat Nov 27, 2021 4:15 am

Hide dialogue during conversation

Post by BattlerY »

Hi, I have a long dialog for the training mode, and it needs to be hidden several times until the player does certain actions. How to implement it correctly?
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide dialogue during conversation

Post by Tony Li »

Hi,

There are two ways:

1. Use the SetDialoguePanel() sequencer command if you're going to show a new subtitle or response menu as soon as the dialogue UI comes back.

2. Set SetEnabled(Canvas, false/true, Canvas Name) If you need to retain the same information in the panels and you've ticked Clear Text On Close. (Give your dialogue UI canvas a unique name such as "DialogueCanvas".)
Post Reply