How do i fix this error in my script? "there is a { that does not have a matching }"

image
image
hii everyone, I was just wondering how to correct this? I checked support and it says " this means you have started a bracket { that does not have a closed one }", but it also says that the brackets should only be used “After an if statement (not after the “if”)”. Sorry if this is confusing, I didn’t really know how to word it :sob: also my apologies if the answer is obvious, I’m pretty new to coding. I’ve tried adding another bracket @ the beginning, but it doesn’t work. Thank you :heart:

1 Like

Can you show more of your script please?

image
sure! is this enough?

1 Like

Hey I think the problem is you need a
} on the begging of line 2853.

1 Like

Check the choice prior to the screenshot.

1 Like

Line 2857, flag names cannot contain spaces. Change the spacing in between MC_YOU and PLUSSIZE to an underscore so it looks like this: gain MC_YOU_PLUSSIZE

3 Likes

@Dara.Amarie @Catniss @LaurelleE27 thank you so much all three of you!! i fixed it :'))

1 Like

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