Does anyone know how to lock some of the episodes so you can revamp?

Hiya! If anyone knows how to do this please let me know!

Thank you, I’ll try it!

you can set a password with the NAME command

okay thank you x

It can be either option
OPTION 1:
label dontread

    NARRATOR
This chapter is not ready yet.

goto dontread

OPTION 2: by @Purple_Ghost

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