Return to original conversation after linking to a secondary conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
D3Ver
Posts: 2
Joined: Wed Aug 07, 2024 5:26 pm

Return to original conversation after linking to a secondary conversation

Post 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 546 times
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Hi,

Use a conversation position stack. For details, please see the second part of How To: Interrupt Conversation
D3Ver
Posts: 2
Joined: Wed Aug 07, 2024 5:26 pm

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

Post 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!
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply