NEED HELP WITH IF/ELSE/ELIF branches PLEASE

ok so my problem is i am doing an if/elif/else for a previous choice character made.
Now within this “if” branch there is a choice (meaning more brackets)
Unfortunately, the webpage wont let me save, saying :

there is a { on line 1494 that does not have a matching }

can anyone help me with this?
If you can i would appreciate you so so so much!!!

here is a copy of my script:

if (undecided_nihan) {
music music_kpop
volume music 100 0

@cut to zone 3
&zoom on 728 215 to 205% in 0
&PRINCESS AERWYNA spot 0.813 93 146 in zone 3

readerMessage Back in Episode 11 with messageTitle PREVIOUSLY UNDECIDED

@speechbubble is 155 230 to 100% with tail_top_left

    PRINCESS AERWYNA (talk_awkward_loop)
What a lovely voice you have, Nihan.

@speechbubble is 174 249 to 100% with tail_top_left

    PRINCESS AERWYNA
(Shula is preoccupied with the servants at the moment -)
(I wonder...)

choice “Plant a kiss.” {
music music_climacticromance
volume music 100 0
@PRINCESS AERWYNA walks to spot 0.813 126 145 in zone 3 in 1 AND PRINCESS AERWYNA is walk_neutral
@PRINCESS AERWYNA starts kiss_peck

@pause for a beat

@pause for a beat

@NIHAN +2

} “Do nothing.” {

music music_backandforth
@zoom on 703 271 to 376% in 0

@PRINCESS AERWYNA starts idle_awkward_scratch_loop

@pause for a beat

@pause for a beat

} } elif(accept_nihan) {

Blah blah blah

}

AND HERE IT IS W/OUT spot directing/ dialogue , etc…

if (undecided_nihan) {

choice “Plant a kiss.” {

} “Do nothing.” {

}

elif(accept_nihan) {

choice “Plant a kiss.” {

} “Do nothing.” {

}

else {

}

choice
“Plant a kiss.” {

}
“Do nothing.” {

}

if (undecided_nihan){

choice
“Plant a kiss.” {

}
“Do nothing” {

}

}
elif (accept_nihan) {

}

just

thanks so much ! i will try it

it worked!!! thank you!!!:star_struck:

your so very welcome :slight_smile:

1 Like

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