Recap of choices screen

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Albyd
Posts: 29
Joined: Thu Jul 21, 2022 4:46 pm

Recap of choices screen

Post 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
User avatar
Tony Li
Posts: 21020
Joined: Thu Jul 18, 2013 1:27 pm

Re: Recap of choices screen

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