Error with dressing game

Hey guys, need a bit help for making a dressing game.

In the error box it says, choice must follow dialog immediately. what does it mean?

choice

“Outfit 1”{

@RIA exits right
@RIA changes into Outfit 1
@RIA is flirt_wink
}

"Outfit 2"{

@RIA exits right
@RIA changes into Outfit 2
@RIA is flirt_wink
}

@RIA enters from right to screen rigth AND RIA faces left
@pause for a beat

    RIA
What you think?

choice
“Definitely, Your style. gal.”{

    ASHLEY (talk_happy_agree)
You slay girl

}
“You can do better”{

    ASHLEY (talk_unsure)
Let's see the other one.

goto choosing_outfits

}

It could be one of two things:

  1. You don’t have speech before the choice. Something simple like:

NARRATOR
What do you want to wear?
choice

will do.
2. Or you need to delete the space between choice and “outfit 1” so it looks like:
choice
“Outfit 1”{
insert script as you have it
}

I corrected both but its still showing error .
Now its saying there is nothing like label choosing outfit
and then at the end of the choosing game i wrote goto choosing outfit, there also error is shown.

label choosing_outfit

    RIA (talk_handsonhips)
    Let me show you my options.


    ASHLEY (talk_unsure)
Let's see the other one.

goto choosing_outfits

}
If you understood what i mean?

Your label is choosing_outfit

On the bottom goto, you have goto choosing_outfits

Take the extra ‘s’ out :slight_smile:

I kind of figured it out just now. :sweat_smile::sweat_smile::sweat_smile:
These spelling mistakes get me so much in trouble.
Thank you so much for your time.

Of course! And don’t worry, we all make mistakes. I can’t tell you how often I’ve done that, it’s easy to overlook.

Happy to help :3

1 Like

Solved and closed. :smiley: