Page 1 of 1

Recap of choices screen

Posted: Tue Oct 18, 2022 7:31 am
by Albyd
Hi there,
I wanted to do a RECAP screen to show all the significant choices that the player has selected during the run.
There's any way to do it?

Thanks

Re: Recap of choices screen

Posted: Tue Oct 18, 2022 7:42 am
by Tony Li
Hi,

You can write a script to do that. Examine the ConversationLogger.cs script. It demonstrates how to use the Dialogue System's special script methods to capture conversation lines. It logs them to the Console window, but you can use the same methods to log the conversation so you can show it later.