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.
Exit and Resume Conversation
Re: Exit and Resume Conversation
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.
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.