Error in the outfit script

Hello, when I try to save my story, I recieve this error: “There is a { on line 310 that does not have a matching }”
Here is the outfit script I use:

open

label outfit_start
NARRATOR
Pick an outfit to wear!
choice
“Outfit 1”{
&THEO is dustoff_loop
@THEO changes into THEO_1
@THEO is idle_happyidle_happy
goto outfit_start
}”Outfit 2”{
&THEO is dustoff_loop
@THEO changes into THEO_2
@THEO is idle_happy
goto outfit_start
}”Outfit 3”{
&THEO is dustoff_loop
@THEO changes into THEO_3
@THEO is idle_happy
goto outfit_start
}”Outfit 4”{
&THEO is dustoff_loop
@THEO changes into THEO_4
@THEO is idle_happy
goto outfit_start
}”Outfit 5”{
&THEO is dustoff_loop
@THEO changes into THEO_5
@THEO is idle_happy
goto outfit_start
}”Outfit 6”{
&THEO is dustoff_loop
@THEO changes into THEO_6
@THEO is idle_happy
goto outfit_start
}<*PREMIUM>”Done”{
NARRATOR
Are you sure?
choice
“Yes!”{
NARRATOR
Great choice!
}”No, go back!”{
goto outfit_start
}

And this is the line with an error: }<*PREMIUM>”Done”{

1 Like

add an extra } at the end

1 Like

Remove the * from <*PREMIUM>

There’s no * it was made to let people see the script here.

1 Like

Oh okay :smile:

1 Like

Thank you so much, it worked out!

i’m glad i could help :star_struck:

1 Like

Closed: Marked as solved by Op :yay: