How to include the Custom panel in the SetDialoguePanel() command
Posted: Sat May 21, 2022 5:42 am
Hello, Tony!
Before we start the conversation, we're going to put in a delay
We have used the following SequenceCommond.
However, we have modified the structure of the Standard UI and are using it.
I added GroupBG to put Dim, and I created SubTitleGroup using common subtitles. If you use SetDialoguePenel(), the newly created node is not affected by that command.
Can we solve this simply?
Thank you always for your support!
Before we start the conversation, we're going to put in a delay
We have used the following SequenceCommond.
Code: Select all
SetDialoguePanel(false,immediate);
Delay(5);
SetDialoguePanel(true);
I added GroupBG to put Dim, and I created SubTitleGroup using common subtitles. If you use SetDialoguePenel(), the newly created node is not affected by that command.
Can we solve this simply?
Thank you always for your support!