Help me with my choices!

I don’t know what to do.

you don’t have to write “choice” again in front of the “change into simple outfit”

the easiest way is to just write choice and then use the choice-snippet which should be available then. so you can’t make any mistakes

Capture
It says this…

A basic choice looks like this:

CHARACTER
Dialogue.

choice (choice_name)
“Option 1” {

#whatever you want for this choice goes here

} “Option 2” {

#whatever you want for this choice goes here

}