Save during conversation
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Save during conversation
I was thinking of writing a SaveGame() sequencer command. Is there any reason that might not work (saving a game during a conversation)?
Re: Save during conversation
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.
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Re: Save during conversation
Fantastic, thanks!