Expected Choice Body problem

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

Is that certainly the codeline the error text is giving?
Are the indents correct?

Nevermind, i forgot to save, my bad for wasting your time. :sweat_smile::sweat_smile:

It happens, dont worry :slight_smile:

Also remember to clear the cache etc when testing.