Try this -
NARRATOR
What is the password
label Password_input
input What’s The Password?|What’s The Password?|Done(PASSWORD)
if (PASSWORD is “ACCESS1”) {
goto start_of_chapter
} else {
goto Password_input
}
label start_of_chapter
Try this -
NARRATOR
What is the password
label Password_input
input What’s The Password?|What’s The Password?|Done(PASSWORD)
if (PASSWORD is “ACCESS1”) {
goto start_of_chapter
} else {
goto Password_input
}
label start_of_chapter