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
Recap of choices screen
Re: Recap of choices screen
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.
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.