Please help I can't figure out names

I got how to let reader enter their own name but when I test it in the app, wherever the character is talking it shows up with the script name I gave her. what do I do?

2 Likes

How did you write the code?

NARRATOR
So… what’s your FIRST name?

label first_name_input

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

if (NAME is “”) {

    NARRATOR
You do need a name.

goto first_name_input

} else {

continue

}

Did you change your character’s display name to NAME?

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