Hello,
Use a blank node for the first dialogue entry node (the node linked from <START>). Set its Sequence to:
Code: Select all
SetDialoguePanel(false, immediate);
required SetDialoguePanel(true)@1;
Continue()@1
Then link that node to the first node that has dialogue text.