Page 1 of 1

Dialogue wait for player to continue

Posted: Fri Sep 20, 2024 8:50 pm
by aragu0529
Hello, I am curious how to make the dialogue wait for the player to click and then show the next sentences.

Re: Dialogue wait for player to continue

Posted: Fri Sep 20, 2024 11:31 pm
by aragu0529
I figured it out. One more question, is there a "previous sentence" function in this?

Re: Dialogue wait for player to continue

Posted: Fri Sep 20, 2024 11:44 pm
by Tony Li
Hi,

You can make a subtitle panel accumulate text (previous sentences) by ticking its Accumulate Text checkbox.

If you want to record the previous sentence yourself, you can add a script with an OnConversationLine method to the Dialogoue Manager.

If you want a "back" button, you'll have to write a script. See the Backtracking Example on the Dialogue System Extras page.