Getting Weird Error for Choices

I am doing an outfit choice and I am getting error unexpected character or scene change found. It is saying the title I have for the outfit Black Skirt is the problem. Here is the code did I do something wrong?
CHARACTER1
(Let’s get ready for the dance)
choice “Black Dress”{
@CHARACTER1 changes into Black Dress}
“Black Skirt”{
@CHARACTER1 changes into Black Skirt}
“Blue Leather Pants”{
@CHARACTER1 changes into Blue Leather Pants}

2 Likes

I believe black dress has to be on the line after choice. Also, double check your outfit names.

1 Like

The problem is with Black Skirt not black Dress and I did check the names. Checking the outfit names was the first thing I did. I did move Black Dress down a line and I am still getting the same error.

1 Like

Those end brackets needs to be on the next line like this:

Thank you that was the problem. I have done it that way before with no problem.

Hello @wallkry, this is Sydney the moderator. Welcome to the forum! :smiley: Moved this topic to Directing Helps and Tips since it’s about coding. 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:

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