Not sure what the problem is

Hi guys,
I was wondering if anyone could help me out not sure what i’m doing wrong.
It keeps saying that goto ep6_end does not exist on line 44 , but when I play it on my mobile device it works fine. Thank you in advance to anyone who reaches out.
INT. BLACK - NIGHT
music off
@speechbubble is 161 239 to 100%
readerMessage Please choose carefully.
NARRATOR
Have you read this chapter before?
choice
“No.” {
NARRATOR
Okay :slight_smile:
goto ep_6starts
}“Yes!”{
NARRATOR
Oh, my bad, I’ll give you the option to skip it. D:
goto skip_episode
}
label skip_episode

    NARRATOR
I had to make some changes in this episode. Do you wish to re-read this chapter or skip it?

choice
“Re-read it pls”{
NARRATOR
Are you sure you want to read Episode 6?
choice
“Yes”{
NARRATOR
Here you go!
goto ep_6starts

}“No”{

    NARRATOR
I got you.

goto skip_episode
}
}“Skip it pls”{
NARRATOR
Are you sure you want to skip episode 6?
choice
“Yes”{
NARRATOR
Here you go!
goto ep6_end
}“No”{
NARRATOR
Ok
goto skip_episode
}
}
label ep_6starts

@Apes

You need to add this label at the end of episode if someone wants to skip it

INT. BLACK - NIGHT
music off
@speechbubble is 161 239 to 100%
readerMessage Please choose carefully.
NARRATOR
Have you read this chapter before?
choice
“No.” {
NARRATOR
Okay :slight_smile:
goto ep_6starts
}“Yes!”{
NARRATOR
Oh, my bad, I’ll give you the option to skip it. D:
goto skip_episode
}
label skip_episode

    NARRATOR
I had to make some changes in this episode. Do you wish to re-read this chapter or skip it?

choice
“Re-read it pls”{
NARRATOR
Are you sure you want to read Episode 6?
choice
“Yes”{
NARRATOR
Here you go!
goto ep_6starts

}“No”{

    NARRATOR
I got you.

goto skip_episode
}
}“Skip it pls”{
NARRATOR
Are you sure you want to skip episode 6?
choice
“Yes”{
NARRATOR
Here you go!
goto ep6_end
}“No”{
NARRATOR
Ok
goto skip_episode
}
}
label ep_6starts
#episode6 here
#at the end

label ep6_end
@pause for 0
#end of episode

Thank you!

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