Am I wondering if I have a character set name but I allow my readers to choose their name will it be their name not the one I have set ? I just would like my readers to have the choice

Am I wondering if I have a character set name but I allow my readers to choose their name will it be their name not the one I have set ? I just would like my readers to have the choice

you can make it so it will be the name the reader choose.

the code looks like this. where it says FIRSTNAME. you need to replace that with the name the charatere have

 NARRATOR
So... what's 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
}

I know how to do it I just wanna know if I have a character named lizzy and I have the readers choose what they want and they put in for example Carla will it be Carla the whole time for them then? Not lizzy

Whatever name they put in will be the name that appears for them. So Lizzy won’t appear unless they type it. Hope this helped.

Ok thanks you!:grinning: I was just making sure

1 Like

No problem