Locking a story

label name_input
input What’s The Password?|What’s The Password|Done(PASSWORD)
if (PASSWORD is “mypassword”) {
NARRATOR
Access granted.
goto start_story
} else {
NARRATOR
This story is currently unavailable.
goto name_input
}
label start_story

3 Likes