data = [
{
block: "comments intro",
class: "comment",
text: "This is just the waiting room. If you want to progress any further, you need to prove yourself to me. I have the power to grant you rewards beyond your wildest dreams. But, you need to prove yourself worthy first."
},
{
block: "choices intro",
class: "choice askcoffee",
text: "Of course, I am very prepared.",
to: "yescoffee"
},
{
block: "choices intro",
class: "choice askcoffee",
text: "How do I do that?",
to: "nocoffee"
},
{
block: "comments yescoffee",
class: "comment",
text: "I would like a gift."
},
{
block: "choices yescoffee",
class: "choice coffeetype",
text: "I have alien technology! ",
to: "toamericano"
},
{
block: "choices yescoffee",
class: "choice coffeetype",
text: "I have the secret to immortality.",
to: "tolatte"
},
{
block: "comments toamericano ",
class: "comment",
text: "Alien technology? Ok...."
},
{
block: "comments toamericano ",
class: "comment",
text: "But I am looking for a way to make the Sun go faster."
},
{
block: "comments tolatte",
class: "comment",
text: "Perfect! but I would also like the cure for heterosexuality."
},
{
block: "comments nocoffee",
class: "comment",
text: "if you dont know, then you are not worthy."
},
{
block: "choices nocoffee",
class: "choice othertype",
text: "what does this mean",
to: "towater"
},
{
block: "choices nocoffee",
class: "choice othertype",
text: "I am scared",
to: "totea"
},
{
block: "comments towater totea",
class: "comment",
text: "How could I explain this in language you could possibly understand?"
}
]