Add 'script.moon'

This commit is contained in:
Tangent 2019-04-21 21:31:56 +00:00
parent 2f69680584
commit 62d8cb51b0

48
script.moon Normal file
View File

@ -0,0 +1,48 @@
{
"Hey, you awake?"
"Do you remember your name?"
{
yes: {
"What is it? "
{ entry: "name" }
}
no: {
"Not good."
{ pause: 1 }
"Might come back to you, might not."
}
}
"You're not gonna like this.. Remember the prototype interface?"
{
yes: {}
no: {
"It was a new neural link tech. Supposed to allow more intuitive control, more expansive interface."
}
}
"Well.. there was an error in the integration"
"Your a ghost"
{
options: {
"what?"
"but I'm still here!"
}
}
"I know"
"Thats why I said 'a ghost'"
"You aren't ghosting"
{ interrupt: "I died didnt i", timeout: 2 }
"But the integration, it used a new algorithm for linking"
"we didnt realize it could load consciousness"
"you died"
"Another error, a mistake in the prototype's nav."
{
interrupt: "Wait, how long?", timeout: 3
{
{ continue: 1, pause: 1 }
"It's been about 5 years."
}
}
"Sent you way off course, the travel time was far too long."
"I'm not sure how this works legally."
"You probably shouldn't tell anyone."
}