There is a { on line 2863 that does not have a matching }

Hi, can someone help me please? I don’t know why it says this because I can clearly see there is a matching }.

1 Like

Not sure, but I think it’s because you have two “}” instead of just one. Delete line 2876 and see what happens.

no, cause i’m doing and if/elif/else

1 Like

If that’s on the “if” shouldn’t the one at the bottom be “elif”? I don’t know if that makes sense- :thinking:

kind of

Because line 2871, you forgot an “@”.
@pause for a beat

And you need to name the choice because you included a gem choice:
choice (CHOICE_NAME)
<GEMS: 8>“Of course!”{
.
.

1 Like

I’ll try that

it worked, but then it said the same thing on a different line that had been fine before :roll_eyes:

Can I see a screenshot of that line?

there you go

You closed all the outfit choices, but you did not close the if choice. So add another close bracket at the end of the choice.

Thank you! You know I’m not that good at coding but try to make these complex codes. lol

Is the backyard pool scene part of the if choice? If it is part of it then you have to close the bracket before the else choice instead.

if (pool_time){
.
.
}
}
EXT. BACKYARD POOL - DAY
.
.
}
else{
.
.

no the background change is inside the if choice