Please help with the coding

I have no idea how to fix this. Can someone help?

It keeps saying…
“Unexpected block end: Did you forget the { which goes with }, or forget to put the word “choice” at the start of this choice option?”

@zoom on 81 344 to 195% in 0
label dressing_game_1

@speechbubble is 162 216 to 97%
NARRATOR
What do you want to wear?

OUTFIT 1 STARTS HERE

choice
“Outfit 1” {
@MC changes into MC_wedding1withoutjewelry
#add your own dialogue and animations

    NARRATOR
Is this the one?

choice
“It’s perfect!” {
gain Flag_Name_1
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces

} “No, I want to try on the others!” {
goto dressing_game_1
}

OUTFIT 2 STARTS HERE

} “Outfit 2” {
@MC changes into MC_wedding2withoutjewelry
#add your own dialogue and animations

    NARRATOR
Is this the one?

choice
“It’s perfect!” {
gain Flag_Name_2
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces

} “No, I want to try on the others!” {
goto dressing_game_1
}

OUTFIT 3 STARTS HERE

} “Outfit 3” {
@MC changes into MC_wedding3withoutjewelry
#add your own dialogue and animations

    NARRATOR
Is this the one?

choice
“It’s perfect!” {
gain Flag_Name_3
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces
}

} “No, I want to try on the others!” {
goto dressing_game_1
}

OUTFIT 4 STARTS HERE

} “Outfit 4” {
@MC changes into MC_wedding5withoutjewelry
#add your own dialogue and animations

    NARRATOR
Is this the one?

choice
“It’s perfect!” {
gain Flag_Name_4
#change the flag name to whatever you want
#flag names can only have letters, numbers, and underscores. No spaces
}

} “No, I want to try on the others!” {
goto dressing_game_1
}

Are these headings actually in the script? That would cause issues.

no, just notes that I added

Remove the above bracket and add another bracket at the very end

1 Like

it worked! thank you so much! :grin:

1 Like

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