This error is coming up every time I save

I am trying to make a dressing game and I have looked up a lot of tutorials and followed them exactly, but for some reason every single time I save I can’t because I get this error that says “choices must follow a dialog immediately, not a branch” here is a picture of my script and the error.

what am I doing wrong?

You have to have someone saying something first (a dialog) then add a choice after that.
For example:

DIALOG THEN IMMEDIATELY FOLLOWED BY A CHOICE

NARRATOR
Should I wear this?

choice “I want to wear this!” {

}

Thank you!