How do I get the characters to say the Mc's name

So this was probably a terrible title but I don’t know how else to put it. Basically I have full cc so that includes the name and how do I get the rest of the cast to use the name that the reader typed in?

2 Likes

example [FIRSTNAME]

2 Likes

Here’s an example:

Avatar - Name Input {

    NARRATOR
So... what's your disguise name?

label first_name_input

input What’s Your First Name?|What’s Your First Name?|Done (XEHNA)

if (XEHNA is “”) {

    NARRATOR
You do need a new name...

goto first_name_input

} else {
continue
}

#}

@speechbubble is 129 199 to 100% with tail_top_right
DOORMAN (talk_smile_happy_loop)
Thank you for choosing your stay at Hampton suite [XEHNA].

2 Likes

Wait I’m a little confused. So they type in their names then to get the characters to say their names what do I type?

Let me see your script on how you did it. I think it’ll be easier if I explain it to you from there.

1 Like

I usually do [NAME]

Example:

YOU (her display is “NAME”)
Hi, I’m [NAME].

1 Like

3 Likes

I tried but it didn’t work…

[YOU]

It’s [ ]

1 Like

Oh thank you so much! @Sydney_H please close this thread

1 Like

Moved to Directing Helps and Tips since this involves coding. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

@Dayaepy Jeremy will close this one. :grin:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.