Page 2 of 2

Re: A continue button haunts.

Posted: Wed Sep 23, 2020 9:13 pm
by Tony Li
Let's recap. You entire Sequence should look similar to this:

Code: Select all

SetContinueMode(false);
Fade(out, 8, #0000FF);
Audio(FadeOut);
LoadLevel(scenes_0)@7.5;
Continue()@8
The next node's Sequence should contain SetContinueMode(true) (or original):

Code: Select all

SetContinueMode(original);
{{default}}

Re: A continue button haunts.

Posted: Fri Sep 25, 2020 5:16 am
by aaajiao
Thanks Tony, full of possibilities and opening up ideas.
About node jumping to a new conversation, I'll start a new thread to ask :D