So, I’ll start reading a story, and it will ask me what my name is, and I’ll say Liz, and then, the characters will actually call me Liz. (ex: “Hey Liz, wanna grab some ice cream?”). I was wondering, how do I code that??? cause, like, the help thingie is doing nothing for me. If anyone knows, it would be much appreciated if they shared their knowledge.
Hey, I can help you! It’s pretty simple! But, it might be tricky on your first try!
Ok, how does it work???
Do you see it?
Yes. What do I do now?
Click on the script templates!
Ok, did that.
Scroll down, until you find this, and click it!
This box should pop up!
Ok, now what do I do?
This should pop up in your 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(NAME)
if (NAME is “”) {
NARRATOR
You do need a name...
goto first_name_input
} else {
continue
}
#}
Alrighty, now what?
Alright, did that.
Alright…now what do I do?
Ok, now what?
Save! If there’s any errors, let me know!