Dialogue wait for player to continue

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
aragu0529
Posts: 2
Joined: Fri Sep 20, 2024 8:47 pm

Dialogue wait for player to continue

Post by aragu0529 »

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

Re: Dialogue wait for player to continue

Post by aragu0529 »

I figured it out. One more question, is there a "previous sentence" function in this?
User avatar
Tony Li
Posts: 21636
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialogue wait for player to continue

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