Dialogue wait for player to continue
Dialogue wait for player to continue
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
I figured it out. One more question, is there a "previous sentence" function in this?
Re: Dialogue wait for player to continue
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.
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.