Line 135: Expected Option Starting With #?

Hello!
I’m having problems with my game, on one of the scenes, this happens:


"I haven't seen you in town, are you new here?"
  *choice
   #"Yeah, I am."
    *image (x).png
    [i](x)[/i]
    *line_break
    "Need help moving in?"
    *choice
     #"Um...sure."

Note: The name and the image name have been blotted out to not reveal farther progress of my game.

And after she asks if you want help moving in, I get a Expected Option Starting With # Error.
Problem: It’s on Line 135.
And Line 135 is as follows:


              [i](x)[/i]
              *line_break
              "Oh hi! Your ${name}, aren't you? Well nice to meet you, and Welcome to (x)! My name is (x)."
              *choice
  --->     #"Thanks (x), nice to meet you to."
                 She smiles.
                 *image (x).png
                 [i](x)[/i]
                 *line_break
                 "Well, what would you like to purchase?"

What’s wrong with my code, anyone know?

EDIT: The # isn’t really back there, but apparently, my arrow brings it back.

Forget it guys, I fixed it, there was a confliction with the *label apparently, even though that there is no label in the first scene…it’s fixed now though.

How exactly did you fix this problem? im having trouble with this same error in my game.

@tylervarzeas since this was back in 2012, you’d probably be better off posting the problem code with the exact error code so someone else here can try to help.