IT KEEPS GIVING ME ERRORS! I need help!

Ok so I want to something like you give a choice to the reader to customize their character.

Ex:
Narrator
Would you like to customize your character?

Choices
“Yes”{

Avatar male1-blah blah blah

}
“No thanks”{

}

Ok so the error is that it says I can’t put labels inside if/else or in between {}
So how do I fix that?

You aren’t allowed to have labels inside choices, so that’s why you’ve got the error

1 Like