I’m having trouble with my first game, the choices are below, i’ve triple checked my variables, my *goto, and my *label
The error I’m getting is: Expected choice body
My code looks like this:
*choice
#Butler
*set aiappearance "Butler"
*goto aachapter22
#Maid
*set aiappearance "Maid"
*goto aachapter22
#Dog
*set aiappearance "Dog"
*goto aachapter22
#Cat
*set aiappearance "Cat"
*goto aachapter22
#Other
*input_text aiappearance
*goto aachapter22