2017-08-14 22:10:26 -07:00
|
|
|
include("../lib/io-extra.jl")
|
|
|
|
|
|
|
|
# Stats (character names, character statistics etc)
|
2017-08-14 23:45:41 -07:00
|
|
|
character_name="You"
|
2017-08-15 03:00:52 -07:00
|
|
|
wrong_key_error = "That option is invalid"
|
2017-08-14 22:10:26 -07:00
|
|
|
|
|
|
|
# Text to be included in scenes
|
2017-08-15 03:00:52 -07:00
|
|
|
|
|
|
|
# GENERAL TEXTS
|
2017-08-14 23:45:41 -07:00
|
|
|
intro_text = "$character_name woke up thirsty, hankering for a delicious citrus beverage.\n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
|
|
|
|
|
|
|
# GENERAL OUTCOMES
|
|
|
|
|
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
intro_option2outcome_text = "\nIn the fridge, you find a half-filled plastic 2 liter
|
2017-08-14 23:45:41 -07:00
|
|
|
bottle of delicious Sun Drop, a 40 oz King Cobra, and purple drink.\n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
fridge_option1outcome_text = "\nThis does not satisfy your thirst, so you decide
|
2017-08-14 23:45:41 -07:00
|
|
|
you must go on The Quest For Bottled Sun Drop. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
fridge_option2outcome_text = "\nThe Sun Drop in a plastic bottle makes you realize
|
2017-08-14 23:45:41 -07:00
|
|
|
it would be so much tastier in a glass bottle. You decide you must go on The Quest
|
|
|
|
for Bottled Sun Drop. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
car_option2outcome_text = "\nThe shelf is bare! There is no glass bottled Sun Drop
|
2017-08-15 04:30:43 -07:00
|
|
|
to be found here.\n\n
|
|
|
|
You really want that Sun Drop in a glass bottle. You decide you are heading
|
|
|
|
to the bottling plant in Polaski, Tennessee. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:30:43 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
tn_option1outcome_text = "\nYou catch a ride with a burly trucker. He agrees to take
|
2017-08-15 04:30:43 -07:00
|
|
|
you to the elusive Sun Drop for a blowie. You undo the man's pants to find a rank,
|
|
|
|
girthy penis. You really want this Sun Drop, so you go to town. The trucker later
|
|
|
|
states you've reached your destination. You realize you're in California. The
|
|
|
|
trucker informs you that his load is in fact glass bottled Sun Drop! You receive
|
|
|
|
a 12-pack for your troubles! Your quest is complete! \n"
|
|
|
|
|
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
tn_option2outcome_text = "\nYou arrive safely in Polaski, Tennessee. You buy your
|
2017-08-15 04:30:43 -07:00
|
|
|
glass bottled Sun Drop and are satisfied with your day. Your quest is complete! \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
# ENDING OUTCOMES
|
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
fridge_option3outcome_text = "\nThe cops immediately bust down your door and shoot
|
2017-08-14 23:45:41 -07:00
|
|
|
you for being black. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
car_option1outcome_text = "\nOh no! There's a one day sale on meat. You get
|
2017-08-14 23:45:41 -07:00
|
|
|
trampled by a stampede of soccer moms. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
dui_car_option1 = "\nThe cops pull you over and smell malt liquor on your breath.\n
|
2017-08-15 04:30:43 -07:00
|
|
|
You have gotten a DUI. \n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
2017-08-15 04:50:20 -07:00
|
|
|
intro_option1outcome_text = "\nYou die of dehydration.\n"
|
2017-08-15 03:00:52 -07:00
|
|
|
|
|
|
|
|