Page 1 of 1

How to save on conversation end

Posted: Thu May 02, 2019 9:15 pm
by tezza73
Hi,

can you point me on the right direction to save on conversation end?

Re: How to save on conversation end

Posted: Fri May 03, 2019 7:57 am
by Tony Li
Hi,

If you want to do it without scripting:

1. Add a Save System Methods component to the Dialogue Manager.
2. Add a Dialogue System Events component to the Dialogue Manager, and hook up the OnConversationEnd event to call SaveSystemMethods.SaveToSlot.

This assumes you've set up the save system. (tutorial)