Locking a story

Does anyone know if you can lock a story so readers can’t read it?

2 Likes

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

Thank you for your help.