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?