What am I doing wrong? Last name label

What am I doing wrong?

    NARRATOR (CAROLINE)
What happened? Where am I?
    NARRATOR (HANSEN)
Don't worry miss....
    NARRATOR
So... what's your LAST name?

label last_name_input
input What’s Your Last Name?|What’s Your Last Name?|Done(LASTNAME)
if (LASTNAME is “”) {
NARRATOR
You do need a name.
goto last_name_input
} else {
continue
}
NARRATOR (HANSEN)
miss (LASTNAME), Like I said I’m here to aid you until you learn to control this condition.

1 Like

You have to write [LASTNAME] instead of (LASTNAME).

This is @Dara.Amarie’s.

1 Like

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