I tried doing this by creating a sequence in the 2nd line with this code:
Code: Select all
DialogueManager.SetDialoguePanel(false);
I saw that there's an optional second parameter "immediate", so then I changed the script to:
Code: Select all
DialogueManager.SetDialoguePanel(false,true);
So is there a way to make the 2nd bubble not showing at all (disappear immediately)?
Thanks!