URGENT: Line doesnt have a matching?

hey ya’ll me again :expressionless: this time I am tryna figure out whats wrong with my script. so basically it says that there is a line missing on line 13 (where the start are at)
Yeah so if anyone can fix this that would be amazing. so what I am trying to do is get the 5 seconds choice to be locked so you can’t access it at all, and the 10 second choice to take you to the end of the story. then the 20 second one takes you to the next scene (bar) I kinda suck at goto’s and stuff so please help :pensive:

INT. BATHROOM - DAY
music music_happyedm
volume music 100 4000

label wash_hands

    NARRATOR
How long does it take to wash your hands?

choice

 <LOCKED>  "5 seconds"{ **

goto label wash_hands
readerMessage Sorry that option is not available
}
} “10 Seconds” {
sound wrong_buzz
readerMessge O.o
goto ep1_end
}

} “20 seconds” {
sound ding
readerMessage Yay! you made the right choice
goto lable bar_correct

}

label wash_hands

    NARRATOR
    How long does it take to wash your hands?
choice
     <LOCKED>  "5 seconds"{ **
    goto label wash_hands
    readerMessage Sorry that option is not available
    } “10 Seconds” {
    sound wrong_buzz
    readerMessge O.o
    goto ep1_end
    } “20 seconds” {
    sound ding
    readerMessage Yay! you made the right choice
    goto lable bar_correct

    }
1 Like

@Rcoote48 see if works… :arrow_up:

@andreea_c its still saying that line 10 doesn’t have a matching :confused:

choice
< LOCKED > “5 seconds” {
goto label wash_hands
readerMessage Sorry that option is not available

} “10 Seconds” {
sound wrong_buzz
readerMessge O.o
goto ep1_end

} “20 seconds” {
sound ding
readerMessage Yay! you made the right choice
goto lable bar_correct

}

IGNORE THE SPACES IN BETWEEN THE < > AND THE LOCKED IT’S JUST SO IT APPEARS.

I tried that but is still not working

okay so now it’s saying an unexpected block for here (where the stars are at)
choice
** } “10 Seconds” {**
sound wrong_buzz
readerMessge O.o
goto ep1_end

} <LOCKED>"5 seconds" {
goto label wash_hands
readerMessage Sorry that option is not available

} “20 seconds” {
sound ding
readerMessage Yay! you made the right choice
goto lable bar_correct

}

I am having the exact same issue and I really don’t know what to do. Because I checked over multiple times and it does have a matching }. Can anyone help?

Can you please post your script?

“Go bond somewhere more private.”{

@CARMEN +1
readerMessage Xander will remember you listened to what he wanted

    CARMEN (talk_neutral)
Let's go somewhere else.

    XANDER (talk_agree_happy)
Ok but we have to walk through the party again!

@CARMEN exits right
@XANDER exits right

INT. ROCK CLUB - NIGHT

music music_80srock_lp

    CARMEN (laugh_giggle)
This music is amazing though!

@CARMEN is dance_whip_loop
@pause for 1

    XANDER (laugh_chuckle)
Come on we gotta go!

@CARMEN exits right
@XANDER exits right

music off

EXT. PHILADELPHIA HOUSE - NIGHT

    CARMEN (laugh_giggle)
Well thats pretty cool

sound ambient_thunderstorm_lp

    XANDER (talk_exclaim_no_worried)
It's starting to rain!

@CARMEN exits right AND CARMEN is run_loop
@XANDER exits right AND XANDER is run_loop

ambient_thunderstorm_lp off

EXT. SEINE RIVER - NIGHT

sound ext_countryromanticwaterfall_day

    CARMEN (react_shocked_awe)
Wow

    XANDER (laugh_chuckle)
I know. Beautiful right.

    CARMEN (talk_awkward_loop)
I love it.

    XANDER (talk_unsure)
Swim time?

    CARMEN (talk_confused_mindblown)
Um? Now? Here?

    XANDER (talk_sheepish_rubneck)
Yes here and now. No one else is around.

@zoom on 3 435 to 380% in 1

@CARMEN is flirt_wink_atcamera
@pause for 2

@zoom reset

    CARMEN
(Sounds fun?)

choice
“Yes”{

@CARMEN +1
readerMessage Xander will remember you bonded with him

    CARMEN (talk_agree_happy)
That sounds amazing sure!

@XANDER is laugh_chuckle

@CARMEN is dustoff_neutral_loop
@CARMEN change into CARMEN_beach

    CARMEN (talk_neutral)
Are you changing?

    XANDER (flirt_coy)
I like to go in fully clothed

@CARMEN is laugh_crackup

sound body_splash

INT. BLACK - NIGHT

    NARRATOR
To be continued...

}“No”{

@CARMEN -1
readerMessage Xander will remember you left him there alone

    CARMEN (talk_awkward_loop)
I am pretty tired. I am just going to head home...

    XANDER (talk_sad_exhausted)
Oh ok sure!

@CARMEN exits left

INT. BLACK - NIGHT

    NARRATOR
To be continued...

}
}
}

At the beginning you should include the word choice before the “Go bond somewhere private”.
And from the portion you’ve sent it looks like there’s one extra } at the end. Are there any other choices/ conditions before this part?

1 Like