With the warning you’re going to want to put
@CHARACTER enters from left to screen center (OR YOU COULD ADD ENTERS FROM RIGHT)
The error I’m not to sure what you’re asking but you can check if you made a mistake heres the coding:
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
}
NARRATOR
So… what’s your LAST name?
label last_name_input
input What’s Your Last Name?|What’s Your Last Name?|Done(LASTNAME)
if (LASTNAME is “”) {
NARRATOR
You do need a name.
goto last_name_input
} else {
continue
}
Remember to change @CHARACTER to whoever you are naming!
EXAMPLE OF RESULT:
NARRATOR
Hi! Is you name [NAME] [LASTNAME]?
NARRATOR
Is your name [NAME] [LASTNAME]?
choice “Yes”{
}
You may continue on with the story!
}“No” {
NARRATOR
We’ll take you back to the start!
goto first_name_input
}
So remove the word seconds.
Check out: HOW TO: Enter and Exit Scenes đź§Š
Also make sure your backgrounds you upload exist and are spelled correctly. You can find them in the Art Catalog. In Backgrounds (Backgrounds: Available for ALL Stories are Episode’s backgrounds while Uploaded to YOUR Account are backgrounds you upload into the art catalog, all begin with either INT. or EXT.)
ok tysm guys
Moved to Directing Helps and Tips since this is about coding. Make sure to check out our Forum Tutorial for more info about creating topics, and feel free to PM me if you’ve got questions.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.