The problem with creating a male avatar

Hi guys
I’m having problems with a male avatar
When you input a name, it does not change in the dialogue
(No problem with female avatar)
SCRIPTS (FEMALE):
&MC enters from left to screen center AND JACOB spot 1.280 200 0 in zone 4

@speechbubble is 162 260 to 100%

    NARRATOR
So... what's your name?

label first_name_input

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

if (FIRSTNAME is “”) {

    NARR
You do need a name...

goto first_name_input

} else {
continue
}

SCRIPT (MALE):
&BOY enters from right to screen center

@speechbubble is 162 260 to 100%

    NARRATOR
So... what's your name?

label first_name_input_boy

input What’s Your Name?|What’s Your Name?|Done(NAME)

if (NAME is “”) {

    NARR
You do need a name...

goto first_name_input_boy

} else {
continue
}

Are you previewing it on the app or the web previewer?

Yes, of course

No no sorry. I meant, which one are you previewing it on?

I checked both scripts. Only female avatar works correctly

So when you type [NAME], it doesn’t show up?

I mean another, type [NAME] show up.
That is, in the female avatar MC is changed to the name that was entered (For Example MC - Maria)
and in the male avatar BOY does not change to the entered name (The word boy does not change, although the name Edward was entered)
I hope I explained clearly))

Do you want the speech bubble name to change? I’m a little confused

the name does not change in this place

Oh! I gotcha! Paste this into your script instead

Oh my god!
Thank you very much!!:heart_eyes:
You’re the best :smiling_face_with_three_hearts:

Ofc! Did it work?

Yes!
You are my savior!:kissing_heart:

Aww thx! Let me know if you need anymore help!

1 Like

Moved to Directing Helps and Tips since this is about coding. Solved and closed. :smiley: 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:

1 Like