I need help pls!

hii! so in my story, the MC’s name is “Krystal”, and i want to give the reader the option to type in a name of their choice, so this is what I did :
input What is your name? | What is your name? | Done (KRYSTAL)
And whenever i want to type in that name, i’ll write [KRYSTAL] aka the name that the reader wrote( I chose to name it Krystal so that it will be much easier for me while writing the script but I can obviously choose something else for ex [MCNAME], etc…)
However, when i’m writing a dialogue, I tried to write for example :

[KRYSTAL] ( talk_neutral)
Hii!

But they told me there’s an error, so I’m struggling and I don’t want the name “Krystal” to appear on top of the speech bubble if a reader chose a different name,

I really hope I explained my problem clearly, and please help me out <33

1 Like

Have you tried changing the Display name?

Check this, maybe it’ll help you! :heartbeat::heartpulse:

1 Like

Okayy i will try, thank youuuu <333333

You need to use the character’s script name when you command them to do anything. Always use the script name. [NAME] is only used in dialogue.

SCRIPT NAME (talk_neutral)
Hi my name is [KRYSTAL]!

1 Like

This is what I did at first, but when I previewed the episode on my phone, it did not show the name of the one I wrote.

What’s your script name and display name? Replace the names accordingly:

This should be the display name:
… Done (DISPLAYNAME)

And this should be the script name:

SCRIPTNAME (talk_neutral)
Hi, my name is [SCRIPTNAME]!

2 Likes

Okay I will try it and let you know if it worked, thank you so much <3

edit : it worked !! Thank you everyone <3

1 Like