Episode gave me an error that says “There is a { on line 521 that does not have a matching }”. I’m trying to make it so that one of the three outfits unlocks a bonus scene. Help?
Script:
CAROLINE
(What should I wear to the party?)
choice
“Zoo wee mama”{
@CAROLINE is dustoff_loop
@pause for 3
&CAROLINE is dustoff_loop
@CAROLINE changes into CAROLINE_unlocked
gain special_scene
} (THIS IS LINE 521)
“Uh oh, HeRe wE gO”{
@CAROLINE is dustoff_loop
&CAROLINE is dustoff_loop
@CAROLINE changes into CAROLINE_club1
lose special_scene
}
“MY GUY PRETTY LIKE A GIRL <3”{
@CAROLINE is dustoff_loop
&CAROLINE is dustoff_loop
@CAROLINE changes into CAROLINE_ew
lose special_scene
}