Lock your story

Can someone tell me how you lock your story so no one can read them. I have one that I need to have locked so I can update it.

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

Hello Erica,
How to you put in a script a character is trying to take a shower.

You will need to use a background that has a shower in it and spot direct the character into the shower. You can zoom in on the shower and add the rain weather effect to give a more shower like appearance.

Okay thanks so much.

Can you put number in the password, and when you wrote (password) you put the name of the password.

ex.
if(PASSWORD is “cat”) that would be correct?