How to save on conversation end

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
tezza73
Posts: 21
Joined: Thu Feb 21, 2019 5:52 am

How to save on conversation end

Post by tezza73 »

Hi,

can you point me on the right direction to save on conversation end?
User avatar
Tony Li
Posts: 20774
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to save on conversation end

Post 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)
Post Reply