Save during conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

Save during conversation

Post by VoodooDetective »

I was thinking of writing a SaveGame() sequencer command. Is there any reason that might not work (saving a game during a conversation)?
User avatar
Tony Li
Posts: 22054
Joined: Thu Jul 18, 2013 1:27 pm

Re: Save during conversation

Post by Tony Li »

That'll work. Add a ConversationStateSaver component to the Dialogue Manager if you want to save the current position in the conversation. Then, when you load the saved game, it will automatically resume the conversation at that position.
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

Re: Save during conversation

Post by VoodooDetective »

Fantastic, thanks!
Post Reply