you shall not @choice. and also no space between choices. the next choice option shall be right under the end branch( this thing } )
a choice shall look like this
NAME
Text
choice
“option 1” {
}
“option 2” {
}
"option 3 {
}
and if you want a choice inside a choice like this
NAME
Text
choice
“option 1” {
NAME
Text
choice
“option 1” {
}
“option 2” {
}
"option 3 {
}
}
“option 2” {
}
"option 3 {
}
if you need more help please give this videos a look