How to insert characters name inside story

How can I insert whatever name the reader chose inside the story?
I tried making the speechbubble like this: [NAME] but it’s not correct.
I tried: NAME, and also wasn’t correct.
I tried changing the display name to “name” but still incorrect.

Can someone help me please and how can I remember this through the whole story?

    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
}

This is the template to let the reader choose the character’s name, and you just have to change the character display name to FIRSTNAME and whenever you want that name to be told through the story you have to write [FIRSTNAME]

Are you sure this is right?
Cause Dara Amarie has a slightly different way. She still uses input but not with the if/elif/else thing.

This is the Episode one I’ve always used, and it has always worked!

1 Like

I changed the display name, but when I write [NAME] it gives me an error.
Help me please.

I’ll pm you!

1 Like

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