Parse line trouble

So basically After a couple of selectable ifs it said.
Couldn’t to parse the line after *selectable_if (item_amount < 6) I could trick someone into giving me food (15 Charm)

*label food

*page_break

Starvation wasn't an option if you wanted to last as long as you hoped.
*choice
   *selectable_if (item_amount < 6) I could trick someone into giving me food (15 Charm)
     *if Intelligence > 14
         You had some Chocolate from some of your courters that would do for now
         *set has_food true
         *goto Chapter1
     *else
         You won't have food for now *shrugs*
         *goto Chapter1

   *selectable_if (item_amount < 6) Well I already know how to make my own crops (15 Intelligence)
     *if Intelligence > 14
         You had some books about how to forage for food you decided to use that
         *set has_books true
         *goto Chapter1
     *else
         You won't have food for now *shrugs*
         *goto Chapter1

   *selectable_if (item_amount < 6) #steal food (15 agility)
     *if agility > 14
         You did'nt get caught! Quietly you walked into the kitchen and grabbed some water, canned food, raw meat and cereal.you then walked over and got a grocery bag from the cabinet and put the food into the bag. And then as silently as you could went to your room tied the bag, and put it into a side pocket of the bag.
         *set intelligence +15
         *set has_food true
         *goto Chapter1
     *else
         You get caught.
         *set intelligence -5
         *goto Checkpoint

   #I cant risk it

      *goto Chapter1

You need a # in front of your choice.

*selectable_if #option
2 Likes

This. Also i think the free paragraphs between the choices wont do.

(Also, mind to not invite people into your threads? If we can help we’ll do. No need gor special invites)

wait nevermind its still giving me the same error

Try getting rid of the line break like @MeltingPenguins suggested

the error now says No Separation of spaces

Which line is this new error referencing?

Wait I just changed the spacing and indents it’s fixed

thank you all for your help

1 Like