2017-08-14 22:10:26 -07:00
|
|
|
include("../lib/io-extra.jl")
|
|
|
|
|
|
|
|
# Stats (character names, character statistics etc)
|
|
|
|
character_name="Grady"
|
|
|
|
|
|
|
|
|
|
|
|
# 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"
|