intro options, fridge options, car options
This commit is contained in:
parent
dd84c030da
commit
649d223386
26
lib/story.jl
26
lib/story.jl
@ -1,16 +1,22 @@
|
||||
include("../lib/io-extra.jl")
|
||||
|
||||
# Stats (character names, character statistics etc)
|
||||
character_name="Grady"
|
||||
character_name="You"
|
||||
|
||||
|
||||
# Text to be included in scenes
|
||||
intro_text = "$character_name woke up feeling a bit dehydrated, but water was too bland.
|
||||
He wanted something with flavor so he wandered over to the fridge.
|
||||
In the fridge he saw a plastic 2 liter of Sun Drop which he immediately opened.
|
||||
Upon taking a large gulp he realized how gross it tasted so he spit it out into the sink.
|
||||
Then he thought to himself 'I need Sun Drop in a glass bottle'.\n
|
||||
|
||||
The quest to find a glass botole of Sundrop had begun!"
|
||||
|
||||
scene1_text = "He got in his car and started it up"
|
||||
intro_text = "$character_name woke up thirsty, hankering for a delicious citrus beverage.\n"
|
||||
intro_option1outcome_text = "You die of dehydration.\n"
|
||||
intro_option2outcome_text = "In the fridge, you find a half-filled plastic 2 liter
|
||||
bottle of delicious Sun Drop, a 40 oz King Cobra, and purple drink.\n"
|
||||
fridge_option1outcome_text = "This does not satisfy your thirst, so you decide
|
||||
you must go on The Quest For Bottled Sun Drop. \n"
|
||||
fridge_option2outcome_text = "The Sun Drop in a plastic bottle makes you realize
|
||||
it would be so much tastier in a glass bottle. You decide you must go on The Quest
|
||||
for Bottled Sun Drop. \n"
|
||||
fridge_option3outcome_text = "The cops immediately bust down your door and shoot
|
||||
you for being black. \n"
|
||||
car_option1outcome_text = "Oh no! There's a one day sale on meat. You get
|
||||
trampled by a stampede of soccer moms. \n"
|
||||
car_option2outcome_text = "The shelf is bare! There is no glass-bottled Sun Drop
|
||||
to be found here."
|
Loading…
x
Reference in New Issue
Block a user