diff --git a/lib/story.jl b/lib/story.jl index 40905a5..3a1b493 100644 --- a/lib/story.jl +++ b/lib/story.jl @@ -1 +1,16 @@ -include("../lib/io-extra.jl") \ No newline at end of file +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" \ No newline at end of file