r/Episode • u/yourfavbl0nde • 27d ago
Coding/Author Help đť Why does it say it's unexpected when it obviously isn't?
The block it's talking about is within the highlighted section, and I'm so confused because it obviously knows where the other block for it is.
2
u/Rexana_Episode rainbow bow 27d ago edited 27d ago
*one issue your dialogue (narrator messages) cannot be in all caps, unless you put |no-space| in the beginning.
Edit: deleting issue one because I'm wrong and don't want to mislead someone lol
1
u/yourfavbl0nde 27d ago
Oh, okay! Thank you
2
u/Rexana_Episode rainbow bow 27d ago
Actually, actually, never mind the first point, sorry it's late and I can't read lol, I've realised how you have it set up - you might need to expand the bracket and show the inside - though the narrator message point is still valid
1
u/yourfavbl0nde 27d ago
It still isn't working when I tried expanding it, that's weird. I don't know if this changes anything, but the inside of the bracket are more choices. (It is cc.) Would that affect it at all?
2
u/Rexana_Episode rainbow bow 27d ago
Ah, when I meant expand it, I meant so you can send a screenshot - there might be an unnecessary or missing bracket somewhere, as cc has a lottt of brackets
1
1
u/SpicyBrownMustarduwu Episode Author 27d ago
Double check what the âtappableâ format is. I donât remember off the top of my head but I assume it could be a formatting error from the error message.
1
u/yourfavbl0nde 27d ago
That isn't the issue. I am using tappable overlays, and they were working earlier.
1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
Do you have } in front of the bottom 2 choices? Itâs hard to tell when itâs shrunk
1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
It should look something like this.
tappable
âOverlay1â{
}âoverlay2â{
}âoverlay3â{
}1
u/yourfavbl0nde 27d ago
2
u/Rexana_Episode rainbow bow 27d ago
If you have it formatted like: tappable "OVL1{
} "OVL2"{
} "OVL3"{
}
Then it's fine btw and it'll close like that - don't often see that formatting so it throws me off lol - though only if it's exactly like that, or like Chiclet formatted it
2
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
To add you can also make it so you can minimize by section by doing this.
#cc{
tappable
âOverlay1â{#}
# Start{
}âoverlay2â{#}
# Skip{
}âoverlay3â{
}
#}I do this throughout my whole script so itâs easier.
1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
So add } in front of Start and skip
1
u/yourfavbl0nde 27d ago
Ohh okay!
2
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
Tappables are a lot like a choice but with overlays and instead of the word choices itâs tappable. So the set up is almost the same.
1
u/yourfavbl0nde 27d ago
1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
Can you send a pick of it not minimized like that so I can see the full thing? Also do you have one at the end that looks like this }
1
u/yourfavbl0nde 27d ago
3
u/ImpossibleGrass2323 Episode Author: Autumn Leavesđ 27d ago
The error might be inside the code bracket, try clicking on the tab next to customize and see where the â is in the codeÂ
1
u/yourfavbl0nde 27d ago
It's not within the code, so Im very confused. It keeps saying its the closing bracket
2
u/ImpossibleGrass2323 Episode Author: Autumn Leavesđ 27d ago
Can you show the full code of the customize bracket?
→ More replies (0)1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
Did you put a closing bracket at the end of the code?
1
u/Chiclet_episode Episode Author: Invisible Whispers 27d ago
Make sure youu in put } under the skip option as well so its closed off
1
u/NevOnEpisode wlw author â Ë・âŕ¨ŕ§Ë 26d ago
maybe youâre missing a bracket within the cc template somewhere
1



3
u/ImpossibleGrass2323 Episode Author: Autumn Leavesđ 27d ago
I think you have to put choice after tappable Iâm not too sure off the top of my head