Pausing typewriter mid sentence

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Oskar
Posts: 15
Joined: Wed May 17, 2023 6:18 am

Pausing typewriter mid sentence

Post by Oskar »

Hi!

We're trying to figure out how to execute the following

There's this narrator part where text appears on the screen. Then it pauses and the player would pick a option on how to continue the story. Example:

Narrator: "I'm Mike. My childhood was...(pause and waits for player input)"

a. great
b. terrible

the player would choose the option and the story would continue with the chosen line.

Thanks!
User avatar
Tony Li
Posts: 21033
Joined: Thu Jul 18, 2013 1:27 pm

Re: Pausing typewriter mid sentence

Post by Tony Li »

Hi,

You can handle them as separate dialogue entries, and append them to the text instead of starting a new line. This post has an example scene and example code for appending text to the same paragraph instead of starting a new one: How To: Color Actor Name and Indent Text.
Post Reply