Script Error: Dressing Game Help

It’s been awhile since I used the templates code for dressing game and not my own. With that being said it keeps saying this is wrong. Specifically the The Hologram Dress the extra “}” on top, it says there is a } that does not have a matching { but when I change it to

This …

}}“Hologram Dress .”{.

or This…

It literally says the exact same thing.

#}

Choice - Outfit {

@JANE stands screen center
@JANE faces right
label holloweenbash3
@speechbubble reset

    JANE (think)
(I'd like to wear...)

choice (Eps1Outfit)
“Tinker Bell.”{
@JANE is dustoff_loop
@pause for a beat
@JANE changes into Tinker Bell

    JANE (dance_disco_loop)
What do you think?

choice
“Wear this!” {
@JANE changes into Tinker Bell

gain TinkerBell3

goto afterhb3

} “I’ll try something else.” {
@JANE unpreviews outfit Tinker Bell

goto holloweenbash3

}}“Dark Angel.”{
@JANE is dustoff_loop
@pause for a beat
@JANE changes into Black Angel

    JANE (curtsey)
What do you think?

choice
“Wear this!” {
@JANE changes into Black Angel

gain BlackAngel3
#This will let you check if they made this choice later.
goto afterhb3

}“I’ll try something else”{
@JANE unpreviews outfit Black Angel

@JANE starts idle_arms_crossed
goto holloweenbash3

}
}“Hologram Dress.”{
@JANE is dustoff_loop
@pause for a beat
@JANE changes into Hologram Dress

    JANE (curtsey)
What do you think?

choice
“Wear this!” {
@JANE changes into Hologram Dress

gain HologramDress3
#This will let you check if they made this choice later.
goto afterhb3

}“I’ll try something else”{
@JANE unpreviews outfit Hologram Dress

@JANE starts idle_arms_crossed
goto holloweenbash3

}
label afterhb3

@JANE starts idle_happy

Moved to Directing Helps and Tips since it’s about scripting. Make sure to check out our Forum Tutorial for more info about where to correctly create topics, and feel to PM me if there are any questions. :wink:

1 Like

You need one more end bracket at the very end right before the label

}
}
label afterhb3

1 Like

Thank you so much!!

Solved and closed. :smiley:

1 Like