Can anyone see anything wrong with this code for outfit selection choice:
choice (OUTFIT_1)
“Tight Dress” {
@FELICITY exits left
@pause for a beat
@FELICITY changes into FELICITY_sweethot1
@FELICITY enters from left to spot 1.172 62 10
#add your own dialogue and animations
} “Cute Dress” {
@FELICITY exits left
@pause for a beat
@FELICITY changes into FELICITY_sweethot2
@FELICITY enters from left to spot 1.172 62 10
#add your own dialogue and animations
} “Sparkly Top” {
@FELICITY exits left
@pause for a beat
@FELICITY changes into FELICITY_sweethot3
@FELICITY enters from left to spot 1.172 62 10
#add your own dialogue and animations
}
Getting this error next to the first line: