How to make a character mentions the MC's name

So when the reader chooses their name and types in it, I was wondering how to make another character to mention the name that they add in. For example if they put their name as Jane, I was wondering how to make a character say “hi Jane”, mentioning their name.

input What is your name? | What is your name? | Done (NAME)

You wrap straight brackets around whatever you put inside the parentheses for in the input code:

CHARACTER
Hi [NAME]!

1 Like

Also wondering how to make their name show up as the display name. What do you type in as the script and display for that?

.

1 Like

Thank you <3

1 Like