So I’m trying to lock my episode with a password but it’s not letting anyone input the password it’s skipping straight to the the
This story is currently unavailable
The coding I have
Label name_input
Input What’s The Password?| What’s The Password|Done(PASSWORD)
If (PASSWORD is “Password”) {
NARR
Access granted
Goto start_story
} else {
NARR
This story is currently unavailable
Goto Password_input
}
Label start_story
I have no idea what’s wrong any help is really appreciate xx
Are you testing your story on the computer? If yes, you’ll need to test this scene out on a mobile device because the ‘Input’ code doesn’t show up on the computer
Ah, then unfortunately I’m not sure why. Maybe try double checking if the password spelling is all identical? Other than that, I’m not sure why it’s not working, sorry