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