Please help me with the name choosing

Hi,
The problem is that I’ve already used code like this [FIRSTNAME] but the script tools still announced the errors as this following picture.

And here is the script I’m using:

NARRATOR

What is your name?

Label first_name_input
input What’s Your First Name?|What’s Your First Name?|DONE (FIRSTNAME)

if (FIRSTNAME is “”){
NARRATOR
You do need a name.
goto first_name_input
} else {
continue
}

Could anyone help me with this problem? :frowning_face:
Thank you guys so much! :wink:

Just use the character’s script name. “FIRSTNAME” is only used for the display name and for referencing that name in dialogue.

1 Like

It works, thank you so much :heart_eyes:

1 Like