Hi,
can you point me on the right direction to save on conversation end?
How to save on conversation end
Re: How to save on conversation end
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)
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)