[[Info->Backpack info]]
[[Use->use Backpack]]
[[Drop->drop Backpack]]
[[Back->Inventory]]
(set: $item to "backpack ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Increases storage.
[[Back->Backpack]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$storage_used is $storage + 1)[You have too many items.
[[Back->place]]]
(if:$storage_used is not $storage + 1)[You took the Backpack.
Storage increased!
[[Next->Closet]]
(set: $items to "backpack " + $items)
(set: $storage to 8)]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You're in your bedroom.
What do you do?
[[Open closet->Closet]]
[[Check bedside table->Bedside table]]
[[Menu->Menu]]
[[Go back->Living room]] ]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "bedroom")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[Sitting on the bedside table is an empty water bottle and a watch.
[[Take the water bottle->Water bottle taken]]
[[Take the watch->Watch taken]]
[[Go back->Bedroom]]
[[Menu->Menu]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "bedside table")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Bread loaf info]]
[[Use->use Bread loaf]]
[[Drop->drop Bread loaf]]
[[Back->Inventory]]
(set: $item to "bread loaf ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]A loaf of bread.
[[Back->Bread loaf]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cupboard]]]
(if:$storage_used is not $storage + 0)[You took the Bread loaf.
Bread loaf Aquired!
[[Next->Cupboard]]
(set: $items to "bread loaf " + $items)
(set: $storage_used to 1 + $storage_used)]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You check the cans of food.
There is a can of beans, a can of pineapple, and a can of tomato soup.
What do you do?
[[Take the beans->Beans taken]]
[[Take the pineapple->Pineapple taken]]
[[Take the soup->Tomato soup taken]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You get in your car.
Where do you want to go?
(if:$time > 119)[[[Grocery store(unfinished)->Traffic(GS)]]
(if:$impossible is 1)[[[Hardware store(unfinished, do not finish yet)->Traffic(HS)]]]
(if:$impossible is 1)[[[Pharmacy(unfinished, do not finish yet->Traffic(P)]]]]
(if:$time < 119)[[[Grocery store(unfinished)->Grocery store]]
(if:$impossible is 1)[[[Hardware store(unfinished, do not finish yet)->Hardware store]]]
(if:$impossible is 1)[[[Pharmacy(unfinished, do not finish yet->Pharmacy]]]]
[[Back->Living room]]
(set: $location to "car")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(if:$time < 240)[You open the closet. Inside is a backpack, a chest of drawers, and some clothes hanging up.
(if:$items does not contain "backpack ")[[[Take the backpack->Backpack taken]]]
(if:$impossible is 1)[[[Check the chest of drawers->Chest of drawers]]]
[[Menu->Menu]]
[[Go back->Bedroom]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "closet")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You open the cupboard and see a couple of protein bars, a loaf of bread, an unopened box of weet-bix, and some assorted cans of food.
(if:(history: where its name contains "Protein bars taken")'s length is 0)[
[[Take protein bars->Protein bars taken]]]
(if:(history: where its name contains "Bread taken")'s length is 0)[[[Take bread->Bread taken]]]
(if:(history: where its name contains "Weet-bix taken")'s length is 0)[[[Take weet-bix->Weet-bix taken]]]
(if:(history: where its name contains "Cans o' food")'s length is 0)[[[Check cans->Cans o' food]]]
[[Menu->Menu]]
[[Close cupboard->Kitchen]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "cupboard")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You open the cutlery draw. Inside are some forks, knives, spoons, a utility knife, along with a variety of other kitchen tools.
What will you do?
[[Take a fork->Fork taken]]
[[Take a knife->Knife taken]]
[[Take a spoon->Spoon taken]]
(if:$items does not contain "utility knife")[[[Take the utility knife->Utility knife taken]]]
[[Close the drawer->Drawer closed]]
[[Menu->Menu]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "cutlery drawer")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You closed the drawer.
[[Next->Kitchen]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Fork info]]
[[Use->use Fork]]
[[Drop->drop Fork]]
[[Back->Inventory]]
(set: $item to "fork ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Used to eat food.
[[Back->Fork]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cutlery drawer]]]
(if:$storage_used is not $storage + 0)[You took the fork.
Fork Aquired!
[[Next->Cutlery drawer]]
(set: $items to "fork " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$items contains "name of item")[[[->]]]
(if:$items contains "utility knife ")[[[Utility knife->Utility knife]]]
(if:$items contains "fork ")[[[Fork->Fork]]]
(if:$items contains "Knife ")[[[Knife->Knife]]]
(if:$items contains "spoon ")[[[Spoon->Spoon]]]
(if:$items contains "bread loaf ")[[[Bread loaf->Bread loaf]]]
(if:$items contains "protein bar ")[[[Protein bar->Protein bar]]]
(if:$items contains "weet-bix ")[[[Weet-bix->Weet-bix]]]
(if:$items contains "backpack ")[[[Backpack->Backpack]]]
(if:$items contains "water bottle ")[[[Water bottle->Water bottle]]]
(if:$items contains "canned beans ")[[[Canned beans->Canned beans]]]
(if:$items contains "canned pineapple ")[[[Canned pineapple->Canned pineapple]]]
(if:$items contains "canned tomato soup ")[[[Canned pear->Canned tomato soup]]]
(if:$items contains "canned pear ")[[[Canned pear->Canned pear]]]
(if:$items contains "carrot ")[[[Carrot->Carrot]]]
(if:$items contains "apple ")[[[Apple->Apple]]]
(if:$items contains "lettuce bunch ")[[[Lettuce bunch->Lettuce bunch]]]
(if:$items contains "lettuce piece ")[[[Lettuce piece->Lettuce piece]]]
(if:$items contains "t-bone steak ")[[[T-bone seak->T-bone steak]]]
(if:$items contains "chicken ")[[[Chicken->Chicken]]]
(if:$items contains "leg of lamb ")[[[Leg of lamb->Leg of lamb]]]
(if:$items contains "cooked T-bone steak ")[[[Cooked t-bone steak->Cooked t-bone steak]]]
(if:$items contains "Chicken wing ")[[[Chicken wing->Chicken wing]]]
(if:$items contains "Chicken piece ")[[[Chicken piece->Chicken piece]]]
(if:$items contains "cooked Chicken ")[[[Cooked chicken->Cooked chicken]]]
(if:$items contains "cooked cHicken wing ")[[[Cooked chicken wing->Cooked chicken wing]]]
(if:$items contains "cooked cHicken piece ")[[[Cooked chicken piece->Cooked chicken piece]]]
(if:$items contains "cooked lEg of lamb")[[[Cooked leg of lamb->Cooked leg of lamb]]]
(if:$items contains "cell phone ")[[[Cell phone->Cell phone]]]
[[Back->Menu]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You're at your kitchen.
Now that you're here, what will you do?
[[Open cutlery drawer->Cutlery drawer]]
[[Check cupboard->Cupboard]]
[[Go back->Living room]]
[[Menu->Menu]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "kitchen")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
[[Info->Knife info]]
[[Use->use Knife]]
[[Drop->drop Knife]]
[[Back->Inventory]]
(set: $item to "Knife ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Used to eat food.
[[Back->Knife]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cutlery drawer]]]
(if:$storage_used is not $storage + 0)[You took the knife.
Knife Aquired!
[[Next->Cutlery drawer]]
(set: $items to "Knife " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You do not have long before the earthquake hits.
What will you do?
[[Go to Kitchen->Kitchen]]
[[Go to Car->Car]]
[[Go to Bedroom->Bedroom]]
[[Menu->Menu]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "living room")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
[[Info->Protein bar info]]
[[Use->use Protein bar]]
[[Drop->drop Protein bar]]
[[Back->Inventory]]
(set: $item to "protein bar ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]It's a bar of protein that you eat.
Doesn't take up much space.
[[Back->Protein bar]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cupboard]]]
(if:$storage_used is not $storage + 0)[You took the protein bars.
Protein bar x2 Aquired!
[[Next->Cupboard]]
(set: $items to "protein bar protein bar " + $items)
]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Spoon info]]
[[Use->use Spoon]]
[[Drop->drop Spoon]]
[[Back->Inventory]]
(set: $item to "spoon ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Used to eat food.
[[Back->Spoon]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cutlery drawer]]]
(if:$storage_used is not $storage + 0)[You took the Spoon.
Spoon Aquired!
[[Next->Cutlery drawer]]
(set: $items to "spoon " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Utility knife info]]
[[Use->use Utility knife]]
[[Drop->drop Utility knife]]
[[Back->Inventory]]
(set: $item to "utility knife ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You armed yourself with the utility knife
[[Continue->use Utility knife]]
(set: $held_item to "utility knife ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]"A knife is a man's most important tool out in the wild."
- Bear Grylls, probably.
Has a variety of uses.
[[Back->Utility knife]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cutlery drawer]]]
(if:$storage_used is not $storage + 0)[You took the utility knife.
Utility knife Aquired!
[[Next->Cutlery drawer]]
(set: $items to "utility knife " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Bedside table]]]
(if:$storage_used is not $storage + 0)[You took the watch.
Watch Aquired!
[[Next->Bedside table]]
(set: $items to "watch " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Water bottle info]]
[[Use->use Water bottle]]
[[Drop->drop Water bottle]]
[[Back->Inventory]]
(set: $item to "water bottle ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You filled up your water bottle.
[[Continue->use Water bottle]]
(set: $water_bottle_status to "Full")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]A water bottle.
(if:$water_bottle_status contains "Full")[It's full.]
(if:$water_bottle_status contains "empty")[It's empty.]
(if:$water_bottle_status contains "half")[It's half full.]
[[Back->Water bottle]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$storage_used is $storage + 0)[You have too many items.
[[Back->Bedside table]]]
(if:$storage_used is not $storage + 0)[You took the Water bottle.
Water bottle Aquired!
[[Next->Bedside table]]
(set: $items to "water bottle " + $items)
(set: $storage_used to 1 + $storage_used)
(set: $water_bottle_status to "empty")]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You drank some water.
[[Continue->use Water bottle]]
(if:$water_bottle_status contains "Full")[(set: $water_bottle_status to half full]
(if:$water_bottle_status contains "half full")[(set: $water_bottle_status to empty]
(set: $water to $water + 730)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Weet-bix info]]
[[Use->use Weet-bix]]
[[Drop->drop Weet-bix]]
[[Back->Inventory]]
(set: $item to "weet-bix ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Popular cereal in New Zealand.
[[Back->Weet-bix]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cupboard]]]
(if:$storage_used is not $storage + 0)[You took the weet-bix.
Weet-bix Aquired!
[[Next->Cupboard]]
(set: $items to "weet-bix " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]If you got here, then something went very, very wrong and you should restart.You discarded the Backpack.
(set: $items to $items - "backpack ")
(if:$items contains $item)[[[Continue->Backpack]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->Bread loaf]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(if:$items contains $item)[[[Back->Fork]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(set: $items to $items - $item)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(if:$items contains(set: $items to $items - $item) $item)[[[Back->Knife]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->item]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You discarded the $item.
(set: $items to $items - "spoon ")
(if:$items contains $item)[[[Continue->item]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->Utility knife]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->Water bottle]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->Weet-bix]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->item]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
[[Info->item info]]
[[Use->use item]]
[[Drop->drop item]]
[[Back->Inventory]]
(set: $item to "")(if:$storage_used is $storage + 0)[You have too many items.
[[Back->place]]]
(if:$storage_used is not $storage + 0)[You took the name of item.
Name of item Aquired!
[[Continue->place]]
(set: $items to "name of item " + $items)
(set: $storage_used to 1 + $storage_used)]
If you got here, then something went very, very wrong and you should restart.(set: $location to "")If you got here, then something went very, very wrong and you should restart.You're in place name.
What do you do?
[[Action->location]]
[[Back->Backpack]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat Bread->Bread loaf eaten]]
[[Back->Bread loaf]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Equip->Item equipped]]
[[Back->Fork]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Equip->Item equipped]]
[[Back->Knife]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat protein bar->Protein bar eaten]]
[[Back->Protein bar]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Equip->Item equipped]]
[[Back->Spoon]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Equip->Item equipped]]
[[Back->Utility knife]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$location contains "kitchen")[[[Fill water bottle->Water bottle filled]]]
(if:$water_bottle_status contains "full")[[[Drink->Water drank]]]
[[Back->Water bottle]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:(history: where its name contains "Weet-bix eaten")'s length <= 2)[[[Eat Weet-bix->Weet-bix eaten]]]
[[Back->Weet-bix]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]$item equipped!
[[Continue->Inventory]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You hear a horrble, loud sound coming from your phone, so you pick it up to see what's going on. An alert pops up - earthquake inbound. Seek immediate shelter. This is not a drill.
[[Next->Living room]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: num-type $water to 2200)
(set: num-type $food to 4400)
(set: num-type $storage to 2)
(set: $items to "")
(set: num-type $storage_used to 0)
(set: $held_item to "")
(set: num-type $money to 501)
(set: $location to "")
(set: $item to "")
(set: $time to 0)
(set: num-type $cost to 0)
(set: $items_in_trolley to "")
(set: num-type $number_of_items_in_trolley to 0)
(set: $phase to "preparation")
(set: $day_night to "day")
(set: $impossible to 0)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time +1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Menu->Menu]][[Status->Status]]
[[Inventory->Inventory]]
(if: $location contains "cutlery drawer")[[[Back->Cutlery drawer]]]
(if: $location contains "cupboard")[[[Back->Cupboard]]]
(if: $location contains "closet")[[[Back->Closet]]]
(if: $location contains "kitchen")[[[Back->Kitchen]]]
(if: $location contains "living room")[[[Back->Living room]]]
(if: $location contains "bedroom")[[[Back->Bedroom]]]
(if: $location contains "bedside table")[[[Back->Bedside table]]]
(if: $location contains "car")[[[Back->Car]]]
(if: $location contains "grocery store")[[[Back->Grocery store]]]
(if: $location contains "canned foods aisle")[[[Back->Canned foods aisle]]]
(if: $location contains "meat aisle")[[[Back->Meat aisle]]]
(if: $location contains "fruit and veggies aisle")[[[Back->Fruit and veggies aisle]]]
(if: $location contains "checkout")[[[Back->Checkout]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Water status: (if:$water > 1099)[(color: green)[Fine]
](else-if: $water > 275)[(color: yellow)[Thirsty]
](else:)[(color: red)[Dehydrating]]
Food status: (if:$food > 2199)[(color: green)[Fine]
](else-if: $food > 549)[(color: yellow)[Hungry]
](else:)[(color: red)[Starving]]
(if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cans o' food]]]
(if:$storage_used is not $storage + 0)[You took the canned beans.
Canned beans Aquired!
[[Next->Cans o' food]]
(set: $items to "canned beans " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cans o' food]]]
(if:$storage_used is not $storage + 0)[You took the canned tomato soup.
Canned tomato soup Aquired!
[[Next->Cans o' food]]
(set: $items to "canned tomato soup " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[(if:$storage_used is $storage + 0)[You have too many items.
[[Back->Cans o' food]]]
(if:$storage_used is not $storage + 0)[You took the canned beans.
Canned pineapple Aquired!
[[Next->Cans o' food]]
(set: $items to "canned pineapple " + $items)
(set: $storage_used to 1 + $storage_used)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You ate the $item.
Hunger decreased!
(set: $items to $items - "bread loaf ")
(if:$items contains $item)[[[Back->use Bread loaf]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 734)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You ate the $item.
Hunger decreased!
(set: $food to $food + 480)
(if:visits is 2)[(set: $items to $items - "weet-bix ")]
(if:$items contains $item)[[[Back->use Weet-bix]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You ate the $item.
Hunger decreased!
(set: $items to $items - "protein bar ")
(if:$items contains $item)[[[Back->use Protein bar]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 420)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You ate the $item.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use item]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 360)
(set: $storage_used to $storage_used - 1)[[Info->Canned beans info]]
[[Use->use Canned beans]]
[[Drop->drop Canned beans]]
[[Back->Inventory]]
(set: $item to "canned beans ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Canned pineapple info]]
[[Use->use Canned pineapple]]
[[Drop->drop Canned pineapple]]
[[Back->Inventory]]
(set: $item to "canned pineapple ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Canned tomato soup info]]
[[Use->use Canned tomato soup]]
[[Drop->drop Canned tomato soup]]
[[Back->Inventory]]
(set: $item to "canned tomato soup ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Beans... in a can.
That you eat.
[[Back->Canned beans]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat->Canned beans eaten]]
[[Back->Canned beans]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You discarded the $item.
(set: $items to $items - "canned beans ")
(if:$items contains $item)[[[Back->Canned beans]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]A pineapple... in a can.
That you eat.
[[Back->Canned pineapple]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat->Canned pineapple eaten]]
[[Back->Canned pineapple]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You discarded the $item.
(set: $items to $items - "canned pineapple ")
(if:$items contains $item)[[[Back->Canned pineapple]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)Tomato soup... in a can.
That you eat. Or drink?
[[Back->Canned tomato soup]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat->Canned tomato soup eaten]]
[[Back->Canned tomato soup]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You discarded the $item.
(set: $items to $items - "canned tomato soup ")
(if:$items contains $item)[[[Back->Canned tomato soup]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You ate the $item. The can too.
Hunger decreased!
(set: $items to $items - "canned beans ")
(if:$items contains $item)[[[Back->use Canned beans]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 480)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You ate the $item.
(set: $items to $items - "canned pineapple ")
Hunger decreased!
(if:$items contains $item)[[[Back->use Canned pineapple]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 480)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]
(set: $storage_used to $storage_used - 1)You ate the $item.
Hunger decreased!
(set: $items to $items - "canned tomato soup ")
(if:$items contains $item)[[[Back->use Canned tomato soup]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 480)
(set: $items to $items + "empty can ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[Inside the grocery store, you grab a trolley. Now that you're here, what will you buy?
[[Canned foods aisle->Canned foods aisle]]
[[Meat aisle->Meat aisle]]
[[Fruit and veggies aisle->Fruit and veggies aisle]]]
(if:$time > 360)[[[Continue->Earthquake begins]]]
(set: $location to "Grocery store")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[The shelves in the canned foods aisle are filled with lots of cans... of food.
[[Take a can of beans->Can of beans taken]]
[[Take a can of tomato soup->Can of tomato soup taken]]
[[Take a can of pear->Can of pear taken]]
[[Go to the Meat aisle->Meat aisle]]
[[Go to the Fruit and veggies aisle->Fruit and veggies aisle]]
[[Continue to checkout->Checkout]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "canned foods aisle")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You push your trolley to the Meat aisle.
[[Take a leg of lamb->Leg of lamb taken]]
[[Take a chicken->Chicken taken]]
[[Take a T-bone steak->T-bone steak taken]]
[[Go to the Canned foods aisle->Canned foods aisle]]
[[Go to the Fruit and veggies aisle->Fruit and veggies aisle]]
[[Continue to checkout->Checkout]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "meat aisle")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You push your trolley to the Fruit and veggies aisle.
[[Take an apple->Apple taken]]
[[Take a carrot->Carrot taken]]
[[Take a bunch of lettuce->Lettuce bunch taken]]
[[Go to the Meat aisle->Meat aisle]]
[[Go to the Canned foods aisle->Canned foods aisle]]
[[Continue to checkout->Checkout]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "fruit and veggies aisle")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]There is a lot of traffic on the way to the grocery store, so it takes you longer to get there.
(set: $time to $time + 60)
[[Continue->Grocery store]] (if:$time < 240)[You took the can of beans and put it into your trolley.
[[Continue->Canned foods aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "can of beans " + $items_in_trolley)
(set: $location to "Canned foods aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 30)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the can of tomato soup and put it into your trolley.
[[Continue->Canned foods aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "can of tomato soup " + $items_in_trolley)
(set: $cost to $cost + 30)
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $location to "Canned foods aisle")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[Your Text Here]
(if:$time > 240)[[[Continue->Earthquake begins]]]The ground begins to quake beneath your feet. The earthquake has begun!
...And that's the end of this demo!
If you wanna leave, just close the window.
[[Restart->Begin]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the can of pear and put it into your trolley.
[[Continue->Canned foods aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "can of pear " + $items_in_trolley)
(set: $location to "Canned foods aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 30)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You push your trolley to the checkout.
(if:$cost > $money)[You realize that you do not have enough money to pay for all of this.
[[Continue->Grocery store]]]
(else-if:$storage < $number_of_items_in_trolley + $storage_used)[You realize that you cannot carry all this stuff.
[[Continue->Grocery store]]]
(else-if:$cost < $money)[You scan all your items and leave the store.
[[Continue->Car]]
(set: $items to $items + $items_in_trolley)(set: $storage_used to $storage_used + $number_of_items_in_trolley)(set: $number_of_items_in_trolley to 0)(set: $items_in_trolley to "")(set: $money to $money - $cost)(set: $cost to 0)]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "checkout")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You arrive at the pharmacy.
What will you do now that you're here?
[[Pick up paracetamol->Picked up paracetamol]]
[[Pick up penicillin->Picked up penicillin]]
[[Pick up cough medicine->Picked up cough medicine]]
Make sure that cutting up a chicken doesn't cut one up and delete the rest if you have any.
Make sure that you can take some clothes from the closet.(Maybe)(if:$time < 240)[You took the leg of lamb and put it into your trolley.
[[Continue->Meat aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "leg of lamb " + $items_in_trolley)
(set: $location to "Meat aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 50)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the chicken and put it into your trolley.
[[Continue->Meat aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "chicken " + $items_in_trolley)
(set: $location to "Meat aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 3)
(set: $cost to $cost + 80)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the T-bone steak and put it into your trolley.
[[Continue->Meat aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "T-bone steak " + $items_in_trolley)
(set: $location to "Meat aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 60)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the apple and put it into your trolley.
[[Continue->Fruit and veggies aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "apple " + $items_in_trolley)
(set: $location to "Fruit and veggies aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 20)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the carrot and put it into your trolley.
[[Continue->Fruit and veggies aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "carrot " + $items_in_trolley)
(set: $location to "Fruit and veggies aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 20)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]](if:$time < 240)[You took the lettuce bunch and put it into your trolley.
[[Continue->Fruit and veggies aisle]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $items_in_trolley to "lettuce bunch " + $items_in_trolley)
(set: $location to "Fruit and veggies aisle")
(set: $number_of_items_in_trolley to $number_of_items_in_trolley + 1)
(set: $cost to $cost + 20)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Back->Inventory]]Welcome to earthquake survival.
Before you begin I have to tell you a few things.
Number one: This is only an unfinished demo, so expect some bugs.
Number two: You may need to scroll down to see all the text, especially in the Inventory.
And number three: Never press the back arrow. If you need to go back, there will be an option to do so.
You may begin when ready.
[[Begin->Opening]] (live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Canned pear info]]
[[Use->use Canned pear]]
[[Drop->drop Canned pear]]
[[Back->Inventory]]
(set: $item to "canned pear ")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Canned pear]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Eat->Canned pear eaten]]
[[Back->Canned pear]]
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]]Pear...in a can.
That you eat.
[[Back->Canned pear]]You ate the $item.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Canned pear]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $storage_used to $storage_used - 1)
(set: $food to $food + 480)
[[Info->Carrot info]]
[[Use->use Carrot]]
[[Drop->drop Carrot]]
[[Back->Inventory]]
(set: $item to "carrot ")[[Info->Apple info]]
[[Use->use Apple]]
[[Drop->drop Apple]]
[[Back->Inventory]]
(set: $item to "apple ")What's up, doc?
[[Back->Carrot]][[Eat->Carrot eaten]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Carrot]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Apple]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
[[Eat Apple->Apple eaten]]
[[Back->Apple]]Bapple
[[Back->Apple]]You ate the $item.
Hunger decreased!
(if:$items contains $item)[[[Back->use Carrot]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 300)
(set: $items to $items - $item)
(set: $storage_used to $storage_used - 1)You ate the $item.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Apple]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 300)
(set: $storage_used to $storage_used - 1)[[Info->Lettuce bunch info]]
[[Use->use Lettuce bunch]]
[[Drop->drop Lettuce bunch]]
[[Back->Inventory]]
(set: $item to "lettuce bunch ")"Eat your greens."
- Your mother, probably.
[[Back->Lettuce bunch]][[Eat->Lettuce bunch eaten]]
(if: $items contains "utility knife")[[[Cut->Lettuce bunch cut]]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Lettuce bunch]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You ate the whole bunch of lettuce?!
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Lettuce bunch]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 360)
(set: $storage_used to $storage_used - 1)You cut the lettuce bunch into smaller pieces
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Lettuce bunch]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $items to $items + "lettuce piece lettuce piece lettuce piece lettuce piece ")
[[Info->Lettuce piece info]]
[[Use->use Lettuce piece]]
[[Drop->drop Lettuce piece]]
[[Back->Inventory]]
(set: $item to "lettuce piece ")"Eat your slightly smaller greens."
- Your mother, maybe.
[[Back->Lettuce piece]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Lettuce piece]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 0.25)
[[Eat->Lettuce piece eaten]]
[[Back->Lettuce piece]]You ate the $item.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Lettuce piece]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 90)
(set: $storage_used to $storage_used - 0.25)[[Info->T-bone steak info]]
[[Use->use T-bone steak]]
[[Drop->drop T-bone steak]]
[[Back->Inventory]]
(set: $item to "t-bone steak ")[[Info->Chicken info]]
[[Use->use Chicken]]
[[Drop->drop Chicken]]
[[Back->Inventory]]
(set: $item to "chicken ")[[Info->Leg of lamb info]]
[[Use->use Leg of lamb]]
[[Drop->drop Leg of lamb]]
[[Back->Inventory]]
(set: $item to "leg of lamb")stek
[[Back->T-bone steak]][[Eat->T-bone steak eaten]]
(if:$location contains "kitchen")[[[Cook->T-bone steak cooked]]]
You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->T-bone steak]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You ate the T-bone steak.
Raw.
You maniac.
Hunger decreased, I guess.
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use T-bone steak]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 180)
(set: $storage_used to $storage_used - 1)You cooked the T-bone steak.
(set: $items to $items + "cooked T-bone steak ")
(if:$items contains $item)[[[Back->use T-bone steak]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $items to $items - $item)
[[Info->Cooked t-bone steak info]]
[[Use->use Cooked t-bone steak]]
[[Drop->drop Cooked t-bone steak]]
[[Back->Inventory]]
(set: $item to "cooked t-bone steak ")cook stek
[[Back->Cooked t-bone steak]] [[Eat->Cooked t-bone steak eaten]]
[[Back->Cooked t-bone steak]] You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Cooked t-bone steak]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You ate the $item.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use item]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 960)
(set: $storage_used to $storage_used - 1)Winner winner[[Eat->Chicken eaten]]
(if:$items contains "utility knife")[[[Cut up->Chicken cut]]]
(if:$location contains "kitchen")[[[Cook->Chicken cooked]]]
[[Back->Chicken]] You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Chicken]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 3)
You can't eat a whole, raw chicken!
[[Back->use Chicken]] You cut up the chicken.
Your hunger was not decreased!
(set: $items to $items - "chicken ")
(if:$items contains "chicken ")[[[Back->use Chicken]]]
(if:$items does not contain "chicken ")[[[Back->Inventory]]]
(set: $items to $items + "Chicken wing Chicken wing Chicken piece Chicken piece Chicken piece ")[[Info->Chicken wing info]]
[[Use->use Chicken wing]]
[[Drop->drop Chicken wing]]
[[Back->Inventory]]
(set: $item to "Chicken wing ")[[Info->Chicken piece info]]
[[Use->use Chicken piece]]
[[Drop->drop Chicken piece]]
[[Back->Inventory]]
(set: $item to "Chicken piece ")chicken dinner.
[[Back->Chicken wing]] [[Eat->Chicken wing eaten]]
(if:$location contains "kitchen")[[[Cook->Chicken wing cooked]]
[[Back->Chicken wing]] You discarded the $item.
(set: $items to $items - "Chicken wing ")
(if:$items contains $item)[[[Continue->Chicken wing]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 0.6)
You ate the Chicken wing raw.
Seriously?
Hunger decreased!
(set: $items to $items - "Chicken wing ")
(if:$items contains $item)[[[Back->use Chicken wing]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 120)
(set: $storage_used to $storage_used - 0.6)You cooked the Chicken wing.
(set: $items to $items - "Chicken wing ")
(if:$items contains $item)[[[Back->use Chicken wing]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $items to $items + "cooked Chicken wing ")chicken dinner.
[[Back->Chicken piece]][[Eat->Chicken piece eaten]]
(if:$location contains "kitchen")[[[Cook->Chicken piece cooked]]]
[[Back->Chicken piece]]You discarded the $item.
(set: $items to $items - "Chicken piece ")
(if:$items contains $item)[[[Continue->Chicken piece]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 0.6)
You ate the $item.
Hunger decreased!
(set: $items to $items - "chicken piece ")
(if:$items contains $item)[[[Back->use item]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 360)
(set: $storage_used to $storage_used - 1)You cooked the Chicken piece.
(set: $items to $items - "Chicken piece ")
(if:$items contains $item)[[[Back->use Chicken piece]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $items to $items + "cooked Chicken piece ")You cooked the Chicken.
(set: $items to $items - "chicken ")
(if:$items contains $item)[[[Back->use Chicken]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $items to $items + "cooked Chicken ")[[Info->Cooked chicken info]]
[[Use->use Cooked chicken]]
[[Drop->drop Cooked chicken]]
[[Back->Inventory]]
(set: $item to "cooked Chicken ")Cooked birb.
[[Back->Cooked chicken]] [[Eat->Cooked chicken eaten]]
[[Cut->Cooked chicken cut]]
[[Back->Cooked chicken]]You discarded the Cooked chicken.
How wasteful.
(set: $items to $items - "cooked Chicken ")
(if:$items contains $item)[[[Continue->Cooked chicken]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 3)
You can't a whole chicken!
[[Back->Cooked chicken]] You cooked the cut chicken.
...Wait, that's not right.
(set: $items to $items - "cooked Chicken ")
(if:$items contains "cooked Chicken ")[[[Back->use Cooked chicken]]]
(if:$items does not contain "cooked Chicken ")[[[Back->Inventory]]]
(set: $items to $items + "cooked cHicken wing cooked cHicken wing cooked cHicken piece cooked cHicken piece cooked cHicken piece ")[[Info->Cooked chicken wing info]]
[[Use->use Cooked chicken wing]]
[[Drop->drop Cooked chicken wing]]
[[Back->Inventory]]
(set: $item to "cooked cHicken wing ")[[Info->Cooked chicken piece info]]
[[Use->use Cooked chicken piece]]
[[Drop->drop Cooked chicken piece]]
[[Back->Inventory]]
(set: $item to "cooked cHicken piece ")Cooked birb piece.
[[Back->Cooked chicken piece]][[Eat->Cooked chicken piece eaten]]
[[Back->Cooked chicken piece]]You discarded the Cooked chicken piece.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Cooked chicken piece]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 0.6)
You ate the Cooked chicken piece.
(set: $items to $items - $item)
Hunger decreased!
(if:$items contains $item)[[[Back->use Cooked chicken piece]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 660)
(set: $storage_used to $storage_used - 0.6)Cooked birb wing.
[[Back->Cooked chicken wing]][[Eat->Cooked chicken wing eaten]]
[[Back->Cooked chicken wing]]You discarded the Cooked chicken wing.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Cooked chicken wing]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 0.6)
You ate the Cooked chicken wing.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Cooked chicken wing]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 680)
(set: $storage_used to $storage_used - 0.6)lam
[[Bacc->Leg of lamb]][[Eat->Leg of lamb eaten]]
[[Cook->Leg of lamb cooked]]
[[Back->Leg of lamb]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Leg of lamb]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You ate the RAW Leg of lamb.
Hunger decreased!
Likelihood of infection increased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Leg of lamb]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 180)
(set: $storage_used to $storage_used - 1)You cooked the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Leg of lamb]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $items to $items + "cooked lEg of lamb "[[Info->Cooked leg of lamb info]]
[[Use->use Cooked leg of lamb]]
[[Drop->drop Cooked leg of lamb]]
[[Back->Inventory]]
(set: $item to "cooked lEg of lamb")cook lam
[[Back->Cooked leg of lamb]][[Eat->Cooked leg of lamb eaten]]
[[Back->Cooked leg of lamb]]You discarded the Cooked leg of lamb.
Why would you waste food like that?
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Cooked leg of lamb]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
(set: $storage_used to $storage_used - 1)
You ate the Cooked leg of lamb.
Hunger decreased!
(set: $items to $items - $item)
(if:$items contains $item)[[[Back->use Cooked leg of lamb]]]
(if:$items does not contain $item)[[[Back->Inventory]]]
(set: $food to $food + 1080)
(set: $storage_used to $storage_used - 1)(if:$time < 240)[Inside the chest of drawers, you found(if:visits is 0)[your Cell phone.
Cell phone was added to your inventory!(set: $items to $items + "cell phone ")(set: $cell_phone_battery to 100)](else:)[nothing]
[[Back->Closet]]]
(if:$time > 240)[[[Continue->Earthquake begins]]]
(set: $location to "Chest of drawers")
(live: 1.0s)[
(set: $water to $water - 1)
(set: $food to $food - 1)
(set: $time to $time + 1)
(if:$time is 360)[(if:$day_night is "day")[(set: $day_night to "night")](if:$day_night is "night")[(set: $day_night to "day")]]][[Info->Cell phone info]]
[[Use->use Cell phone]]
[[Drop->drop Cell phone]]
[[Back->Inventory]]
(set: $item to "cell phone ")Technology. One of the three things out society toda worships.
[[Back->Cell phone]][[Turn on->Cell phone home]]
[[Back->Cell phone]]Are you sure you want to drop the Cell phone?
[[Yes->Cell phone dropped]]
[[No->Cell phone]]You discarded the $item.
(set: $items to $items - $item)
(if:$items contains $item)[[[Continue->Cell phone]]]
(if:$items does not contain $item)[[[Continue->Inventory]]]
You turned on your cell phone and entered the password.
What will you do now?
[[Open notes->Notes]]
(live: 1.0s)[
(set: $cellphone_time_used to $cellphone_time_used + 1)
(if:$cellphone_time_used is 240)[(set: $cellphone_time_used to 0)(set: $cell_phone_power to $cell_phone_power - 1)]]You open notes.
$notes
//test//