I need some help with my story. D:
It’s said: There is a { on line 130 that does not have a matching }
I don’t know what is going on? Would anyone help me to fix it? Thanks!
Here’s the code:
if (LI_girl) {
@PATRICIA faces right
@PATRICIA starts react_shocked_gasp
NARRATOR (LIZZY)
He’s strange.
INT. BLUE SCHOOL HALLWAY LOCKERS - DAY
@zoom reset
@PATRICIA faces left
@PATRICIA walks to spot 1.280 80 0 AND LIZZY walks to spot 1.280 225 0
@PATRICIA spot 1.280 108 0 in zone 1 at layer 0
@LIZZY spot 1.280 192 0 in zone 1 at layer 1
@zoom on PATRICIA to 200% in 0
PATRICIA (talk_flirt_charming)
Hi, Lizzy.
@zoom on LIZZY to 200% in 0
LIZZY (talk_flirt_coy)
Hey…babe.
@zoom on PATRICIA to 200% in 0
PATRICIA (idle)
(I want to…)
choice
“Kiss!” {
@zoom on PATRICIA to 200% in 0
@PATRICIA faces right AND PATRICIA is kiss_cheek_give AND LIZZY is kiss_cheek_receive
@pause for a beat
@LIZZY starts idle AND PATRICIA starts blush_shy
readermessage You get 1 point!.with messageTitle Lizzy+1
@Lizzy +1
}
“Do nothing” {
@zoom reset
} elif(LI_boy) {
@PATRICIA faces right
@PATRICIA starts react_shocked_gasp
NARRATOR (SEAN)
He’s strange.
INT. BLUE SCHOOL HALLWAY LOCKERS - DAY
@zoom reset
@PATRICIA faces left
@PATRICIA walks to spot 1.280 80 0 AND SEAN walks to spot 1.280 225 0
@PATRICIA spot 1.280 108 0 in zone 1 at layer 0
@SEAN spot 1.280 192 0 in zone 1 at layer 1
@zoom on PATRICIA to 200% in 0
PATRICIA (talk_flirt_charming)
Hi, Sean.
@zoom on SEAN to 200% in 0
SEAN (talk_flirt_coy)
Hey…babe.
@zoom on PATRICIA to 200% in 0
PATRICIA (idle)
(I want to…)
choice “Kiss!” {
@zoom on PATRICIA to 200% in 0
@PATRICIA faces right AND PATRICIA is kiss_cheek_give AND SEAN is kiss_cheek_receive
@pause for a beat
@SEAN starts idle AND PATRICIA starts blush_shy
readermessage You get 1 point!.with messageTitle Sean+1
@SEAN +1
} “Do nothing” {
@zoom reset
}}}