I Have An Important-ish Question

You can copy and paste this below. Remember to replace NAME with the name you are using for your character in the script. Scroll below this for more directions.

#Avatar - Name Input {
NARRATOR
What’s your first name? If you need a suggestion, type Adrienne.

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
}

#}

To make other characters say the name, you can do this:

CHARACTERNAME
Hello, [NAME]!

The [NAME] indicates that this is the typed-in name. You’re going to want to replace NAME with the script name, like I’ve said above. The name input doesn’t show up in the web previewer. To test this out, use the mobile previewer to see if it works.

3 Likes