Unexpected Character ERROR!

Hey, so I was using the points system and suddenly, it said unexpected character error when I saved it:

episode

Please help! Thank you so much!

1 Like

I don’t use if/elif/else often, But I believe you are missing a curly bracket that opens this:

elif (QUEEN BEE < LONER)

You have a closing curly bracket at the end, but I see you are lacking an opening one. Do this:

elif (QUEEN BEE < LONER) {

It should prevent the error. If it doesn’t, let me know and I can help.

1 Like

Ohhh! Thanks so much! <3

1 Like

No problem! <3

1 Like

Closed: marked as solved by op @faeriedust :v: