Exit and Resume Conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
NotVeryProfessional
Posts: 150
Joined: Mon Nov 23, 2020 6:35 am

Exit and Resume Conversation

Post by NotVeryProfessional »

I'd like to quit out of a conversation in the middle, let the player do things and then resume that conversation at that exact spot. Is that possible?

I can't just hide the UI, because among the things that players do inbetween is having other conversations.
User avatar
Tony Li
Posts: 22051
Joined: Thu Jul 18, 2013 1:27 pm

Re: Exit and Resume Conversation

Post by Tony Li »

Hi,

To stop a conversation and later resume at the exact spot, you'll need to:

1. Record the current position in the conversation.
2. Stop the conversation.
3. Later, start the conversation at the recorded spot.

This post has some example code to do that.
Post Reply