SetDialoguePanel() not working properly? Pauses between nodes
Posted: Tue Apr 30, 2019 3:14 pm
Hey!
I've been trying to do pauses in between nodes (show box, press next, close box, delay, show next box) for timing purposes and SetDialoguePanel(bool) seemed to be appropriate.
I copied the sequence from the docs, but for me it turns it off, but never back on @time. Basically:
SetDialoguePanel(false);
SetDialoguePanel(true)@5;
Never turns back on. And in the DialogueDatabase editor my node is green and won't progress.
Am I using this wrong?
Also is there a better way to do pauses in between nodes ?
Thanks!
I've been trying to do pauses in between nodes (show box, press next, close box, delay, show next box) for timing purposes and SetDialoguePanel(bool) seemed to be appropriate.
I copied the sequence from the docs, but for me it turns it off, but never back on @time. Basically:
SetDialoguePanel(false);
SetDialoguePanel(true)@5;
Never turns back on. And in the DialogueDatabase editor my node is green and won't progress.
Am I using this wrong?
Also is there a better way to do pauses in between nodes ?
Thanks!