NAME INPUT help

Hey guys,

So I am allowing the readers choose their name. Ther narration works for when it inputs there new name but when someone calls out there name it doesn’t. this is what I have for a code

Avatar - Name Input {

    NARRATOR
So... what's your name?

label first_name_input

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

if (FIRSTNAME is “”) {

    NARRATOR
You do need a name...

goto first_name_input

} else {
continue
}

#}

@speechbubble is 118 281 to 100% with tail_top_right
JAMES (talk_neutral)
[NAME], please read up to paragraph 3, please.
@speechbubble reset

I have also done it this way And it still doesn’t work for having another character call the MC’s name.

Avatar - Name Input {

    NARRATOR
So... what's your name?

label first_name_input

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

if (FIRSTNAME is “TAYLOR”) {

    NARRATOR
You do need a name...

goto first_name_input

} else {
continue
}

#}

You have TAYLOR in the input so you need to use that for the dialogue.

JAMES (talk_neutral)
[TAYLOR], please read up to paragraph 3, please.

yeah I realized that after a min of posting lol. thanks for the confirming though