How to I let readers choose a name?

I need help, the input thingy magigy doesnt work

1 Like

Dont get it

It’s pretty self explanatory.
Try it out in your script.
Copy and paste it.

or ask @Dara.Amarie to better explain it.

1 Like
Copy and paste:

NARRATOR
What is your name?

label first_name_input
input What’s Your Name?|What’s Your Name?|Done(NAME OF CHARACTER HERE)

if (NAME OF CHARACTER HERE “”){
NARRATOR
You need a name…
goto first_name_input
} else {
continue
}

    NARRATOR
Is this your name?

choice
“Yes!”{

    NAME OF CHARACTER HERE
I am [NAME OF CHARACTER HERE].

}
“No let me change it!”{

goto first_name_input

}

1 Like

I don’t need it lol.
They do.

Oh I’m sorry I replied the wrong message :joy:

1 Like

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