Page 1 of 1

Return to original conversation after linking to a secondary conversation

Posted: Wed Aug 07, 2024 5:47 pm
by D3Ver
Hi, I've been trying to modularize my conversations a bit so that I don't have copies of essentially the same conversation in multiple places. Is it possible to return to a conversation after a linked conversation has finished without directly linking back to the first conversation? In this example I would like the "Have a great day" node to run after the linked conversation named "intro" has finished. Is this possible to achieve with existing features or would I have to build something of my own?
Screenshot 2024-08-07 233236.png
Screenshot 2024-08-07 233236.png (51.63 KiB) Viewed 549 times

Re: Return to original conversation after linking to a secondary conversation

Posted: Wed Aug 07, 2024 8:49 pm
by Tony Li
Hi,

Use a conversation position stack. For details, please see the second part of How To: Interrupt Conversation

Re: Return to original conversation after linking to a secondary conversation

Posted: Thu Aug 08, 2024 4:32 am
by D3Ver
Tony Li wrote: Wed Aug 07, 2024 8:49 pm Hi,

Use a conversation position stack. For details, please see the second part of How To: Interrupt Conversation
Just what I was looking for. Thank you!

Re: Return to original conversation after linking to a secondary conversation

Posted: Thu Aug 08, 2024 4:45 pm
by Tony Li
Glad to help!