From 62d8cb51b06e8b9a3789472f8e638b18a64f4e89 Mon Sep 17 00:00:00 2001 From: Tangent Date: Sun, 21 Apr 2019 21:31:56 +0000 Subject: [PATCH] Add 'script.moon' --- script.moon | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 script.moon diff --git a/script.moon b/script.moon new file mode 100644 index 0000000..1d40cc2 --- /dev/null +++ b/script.moon @@ -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." +}