How can i lock an episode so no one can read the next chapter?

I need to lock one of my chapters so no one can read past episode 3 as I’m rewriting it can anyone help me.

label restart
NARRATOR
I’m sorry, these episodes will be locked until further notice.
goto restart

1 Like

Thank you :slight_smile:

1 Like

u can also use this if u want to as well.

label locked

NARRATOR 

This episode is locked for now.

goto locked

1 Like

Thank you :slight_smile:

1 Like

:+1:t3:

1 Like

Moved to Directing Helps and Tips. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

2 Likes

Thank you :slight_smile:

2 Likes

You could write it in the chapter description, something like “This chapter is still under editing.”

Here’s a template I use in my script:

label intro

@speechbubble is 0 0 to 0%

NARRATOR
Episode intro.

choice
“Start episode” {

NARRATOR
This story is still under editing!
Please come back later to experience the improved version!

goto intro
}

^ You could have also added a choice:

label intro
@speechbubble is 0 0 to 0%

NARR
Let’s start!

choice
“Read improved version!”{

NARR
This version is not available yet!

goto intro
}
“Read original version” {

}

#script

1 Like

Thank you :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.