Hello again, I need help with letting readers choose their name and what i would put so through the story it will still show their name that they picked pls help thx!
Watch Joseph Evan’s videos on youtube. He shares everything you need to know about episode and how to make a story.
You can go on the tutorials of Joseph Evans and of Dara Amarie.
Exactly!
Ok thx
Here you go!
Script
label custom_name
input What’s Your Name?|What’s Your Name?|Done (FIRSTNAME)
if (FIRSTNAME is “”) {
NARRATOR
What is your name?
goto custom_name
} else {
continue
}
@pause for 0.5
label custom_lastname
input What’s Your Last name?|What’s Your Last name?|Done (FIRSTNAMELASTNAME)
if (FIRSTNAME is “”) {
NARRATOR
What is your last name?
goto custom_lastname
} else {
continue
}
NARRATOR
Is [FIRSTNAME] [FIRSTNAMELASTNAME] your name?
choice
“Yes!” {
NARRATOR
Very well.
} “No, I did something wrong!” {
goto custom_name
}
Thank You So much! I do have a question though uhm later in the script do i have to put anything for the characters to say the readers name?
You’ll only have to mention the script name of your character.
SCRIPTNAME (talk_neutral)
Hi, my name is [SCRIPTNAME].
Ok i think i get it thx!
hey so it put in label femlcc_custom_0zz1 and it wont work, i dont know what that does but how do i fix it?