Unexpected string error

Hey everyone was wondering if anyone could help me out with an error?! I’ll copy and paste it down for you
CHLOE (think)
She’s picked out three outfits what should I wear tonight?
@CHLOE is dustoff_loop
label choice_outfits1
"Statement boots"{
@CHLOE is dustoff_loop
@CHLOE changes into Statement boots
@CHLOE is strike_a_pose
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
“Sparkle”{
@CHLOE is dustoff_loop
@CHLOE changes into Sparkle
@CHLOE is primp
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
“Little black dress”{
@CHLOE is dustoff_loop
@CHLOE changes into Little black dress
@CHLOE is blow_kiss
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
CHLOE (think)
Should I wear this?!
choice
“YAS QUEEN”{
@CHLOE exits right
}

"Nahhh next outfit please"{

goto choice_outfit1
}

The error comes up with Unexpected string and I cant for the life of me figure out why!
I’ve bolded the error for you!

you didn’t write choice?

1 Like

here you go try it
@CHARLIE is dustoff_loop
label choice_outfit1
CHARLIE (think)
She’s picked out three outfits what should I wear tonight?
choice
“Statement boots”{
@CHARLIE is dustoff_loop
@CHARLIE changes into CHARLIE_white
@CHARLIE is strike_a_pose
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
“Sparkle”{
@CHARLIE is dustoff_loop
@CHARLIE changes into CHARLIE_towel
@CHARLIE is primp
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
“Little black dress”{
@CHARLIE is dustoff_loop
@CHARLIE changes into CHARLIE_temple
@CHARLIE is blow_kiss
@pause for a beat
@pause for a beat
@pause for a beat
@pause for a beat
}
CHARLIE (think)
Should I wear this?!
choice
“YAS QUEEN”{
@CHARLIE exits right

}“Nahhh next outfit please”{
goto choice_outfit1

}

just change the name and looks :wink:

please tell me if it worked :heart:

Thanks so much it worked :heart_eyes:

1 Like

yess!!! :clap: @Jeremy I think you can close this now we found the anwser :wink:

1 Like

Do you have an insta?! I’ll give you a follow :smile:

1 Like

@episodexloverxrebecca

1 Like

Solved and closed. Thanks all!