Added test story
This commit is contained in:
parent
cf2b875cc4
commit
003d1bfce0
17
lib/story.jl
17
lib/story.jl
@ -1 +1,16 @@
|
|||||||
include("../lib/io-extra.jl")
|
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"
|
Loading…
x
Reference in New Issue
Block a user