Page 1 of 1

Exit and Resume Conversation

Posted: Thu Nov 26, 2020 3:51 am
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.

Re: Exit and Resume Conversation

Posted: Thu Nov 26, 2020 7:51 am
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.