Can anyone help?
Would be much appreciated, guys!
XxShanLxX - New writer <3
Can anyone help?
Would be much appreciated, guys!
XxShanLxX - New writer <3
Under creating characters when it says
Script Name: YOU (or whatever you put)
Display Name: NAME (change it to NAME)
By writing name, and having the script in the story where the reader can choose their name, it should work.
Thanks, but can you give me an example? That would be great.
Then in my script,
#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
}
#}
ARIA (talk_phone_neutral_loop)
Miss [FIRSTNAME].
@ARIA is listen_phone_sigh
NARRATOR (YOU)
That's Aria, my best friend.
If you type NARRATOR (YOU) as well as changing your characters’ display name, the custom name will show up.