Page 1 of 1

Kill a conversation after 2 sec

Posted: Thu Mar 03, 2022 3:28 pm
by hrohibil
Hi Toni

How do i kill or end a conversation after 2 sec after last node has been processed?

How should the end node be? Because after my last node with text in it i have one last node called <>END. I think this node does so after the NPC has finished the last node the one before the END, then the dialogue test and screen keeps being there until i ether press ESCAPE or click on the players empty text line..

Re: Kill a conversation after 2 sec

Posted: Thu Mar 03, 2022 7:57 pm
by Tony Li
Hi,

I don't understand. Do you want the <>[END] node? If so, what purpose do you want it to serve? If you want this node to stay for 2 seconds and then end the conversation, set the Sequence to:

Code: Select all

Continue()@2

Re: Kill a conversation after 2 sec

Posted: Fri Mar 04, 2022 2:07 am
by hrohibil
I solved it Toni.

Thank you..