Any help with this is appreciated!

Hiya,

I know this may seem silly but I’m struggling at the moment with getting other characters to use the main characters “chosen” name.

It doesn’t result in the chosen name when actually previewed but the the chat shows up exactly as in the script

I really appreciate any help with this.
Thanks,

Alice.

Hi @Aliceangel202 and welcome to the Episode forums! My name is Nick and I am always here to help with any forum related questions you might have :smiley: . Whoops! It looks like you created this thread in the incorrect section of the forum :scream:. But no worries, you can review our forum tutorial here for more info on where to correctly create threads on the forums. As a one time accommodation I have gone ahead and moved your thread to the correct sub forum for you, so no worries this time. Feel free to reach out to either myself or the forum team via private message if you have any forum related questions or help. Thanks! :v: :sunglasses:

You need to let the reader choose the name with this code

Avatar - Name Input {

    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
}

#}

If you preview it and skip the part where you write the name, it will not show up even if you did it before

Ahh, it does work! So silly, thanks for your help @EtherealWitch AND @Nick!

2 Likes

Closed: Marked as solved by thread op :v: