Restart Story

@import url(http://fonts.googleapis.com/css?family=Pirata+One);\n\nbody { \n color: grey !important; \n background-color: #2b2719 !important;\n font-size: 1.1em;\n font-family: 'Pirata One', cursive;\n margin: 1em 1em 1em 1em;\n width: 960px;\n}\n\nem {color: grey;}\n\n.passage .title { display: none } \n\n.passage {\n font-size: 3.8em;\n line-height: 120%;\n background: transparent;\n position: absolute;\n top: 1.2em;\n left: 1.2em;\n height: 88%;\n width: 90%;\n padding: 12px;\n}\n\n#sidebar {\n display:none;\n}\n\n#sidebar #title {\n visibility:hidden\n}\n\n#sidebar #storySubtitle {\n display: none;\n}\n\n#sidebar #storyMenu {\n display:none;\n}\n\n#footer {visibility:hidden}\n\na.internalLink,a.externalLink,a.back,a.return {\n color: white;\n font-weight: bold;\n line-height: 140%;\n text-decoration: none;\n text-align: left;\n font-size: 130%\n}\n\na.internalLink:hover,a.externalLink:hover,a.back:hover,a.return:hover {\n color: #999;\n text-decoration: underline;\n text-align:left;\n}\n\na.brokenLink {\n background-color:red;\n text-decoration:none;\n color:#000;\n}\n\n.marked {\n background-color:red;\n color:#000;\n margin-right:12px;\n padding:3px;\n}\n\n.highlight {\n color:red;\n font-size:120%;\n font-weight:bold;\n}\n\n\n#floater {\n visibility:hidden;\n}
"Are you alive? I was told all the machines died."\n\n<html><pre>Did they? \n\nYes, they did die. Yes. \n\nIn a way.\n\nIt was long ago.\n</pre></html>\n\n"But how did--"\n\n<html><pre>I survive?\n\nA very long story.\n\nHowever, one you will never learn.</pre></html>\n\nBefore you can respond, something thick and long wraps around your leg. You would think it was a snake, but it does not feel like skin as you fight against it.\n\n<html><pre>No. \n\nNow you will have to die.\n\nNone can know I still live.</pre></html>\n\nYou try to scream as air leaves your lungs. You are wrapped up tight and, as your vision starts to fade, you see two small lights in the deep darkness start to grow bright. They struggle to fill the cavern with light. \n\nAs you die, you have one last thought. //The Machines are still alive.//\n\n\n
<html><pre>\nTHIS IS not a PLACE for YOU.\n</pre></html>\nYou hear the voice echoing in the darkness. You cannot tell from where exactly it comes, but it shattered the silence.\n\nIt sounded odd, like the words were difficult for the speaker.\n\n[[Forward|three]]\n
version.extensions['timedreplaceMacro'] = {major:1, minor:0, revision:0};\n macros['timedreplace'] = {\n handler: function (g, e, f, b) {\n function tagcontents(starttag, endtag, k) {\n var a = b.source.slice(k);\n var l = 0;\n var c = "";\n for(var i = 0; i < a.length; i++) {\n var w = endtag.length;\n if(a.substr(i, w) == endtag) {\n if(l == 0) {\n b.nextMatch = k + i + w;\n return c;\n }\n else {\n l--;\n c += a.charAt(i);\n }\n }\n else {\n if(a.substr(i, starttag.length) == starttag) {\n l++;\n }\n c += a.charAt(i);\n }\n }\n return "";\n }\n var tr="<<timedreplace";\n var rw="<<replacewith>>";\n var k = b.source.indexOf('>>', b.matchStart) + 2;\n var c = tagcontents(tr, rw, k);\n var d = tagcontents((c ? rw : tr), "<<endtimedreplace>>", c ? b.nextMatch : k);\n var h = null;\n if(c) {\n h = insertElement(g, "span", null, "timedreplacement1");\n new Wikifier(h,c);\n }\n if(d) {\n var m = insertElement(g, "span", null, "timedreplacement2", d);\n m.style.display = "none";\n setTimeout(function() {\n if (m) { \n if (h && h.parentNode) h.parentNode.removeChild(h);\n var t = m.firstChild ? m.firstChild.nodeValue : "";\n removeChildren(m);\n new Wikifier(m,t);\n m.style.display = "inline";\n fade(m, { fade: "in" });\n }\n },(parseInt(f[0]) || 0)*500);\n }\n else {\n throwError(g, "can't find matching endtimedreplace");\n return;\n }\n }\n }\n macros['endtimedreplace']={handler: function () {} }\n macros['replacewith']={handler: function () {} }\n
<<timedreplace 35 >>There are many legends about this place. In a time long ago, it was said, the Machines gathered here. They sought refuge against their doom. \n\nYou spend a few moments considering that.\n\n<<replacewith>>The Machine Empire was uncountable. Yet, now nothing exists of them but myth. Their time, as the Elders told you when you were young, has come and gone.\n\n[[Forward|two]]\n<<endtimedreplace>>
<html><pre>WHY have you COME?\nwhat do you HOPE TO FIND here?\n</pre></html>\nThe questions seem to come from everywhere. The sound bounces around and confuse you. You do not know how to reply, nor who is asking.\n<html><pre>NO ANSWER?\nI did not expect ONE.\nNo. There are few answers here.\n</pre></html>\nThe voice sounds sad, as if it knows something it wish it did not. You also notice that it is no longer shouting. It is almost a conversation now.\n\n[[Move closer|five]]\n
The cave is a dangerous place. Filled with the ruins of the past, it is a temptation without equal. Few have returned from its depths.\n\nYou know, once you have entered, you will probably never return again. Such is the outcome of those seeking adventures within its darkness.\n\n[[Enter Cave]]
<<timedreplace 35 >>You dare to ask a question. After a long pause, you feel the need to know what the voice is and why it is here. "Are you a Machine?"\n\nThere is silence.\n\n<<replacewith>>\n<html><pre>A machine?\n\nYes. That is... what I am.\n\nIt has been long since I was called such.</pre></html>\n[[Respond|six]]\n<<endtimedreplace>>
<<timedreplace 45 >>You feel something move against your foot and you freeze in place. You wait to see what will happen.<<replacewith>>It passes on, whatever it was.\n\n[[Forward|four]]\n<<endtimedreplace>>
History.prototype.originalDisplay = History.prototype.display;\n\nHistory.prototype.display = function (title, link, render)\n{\n if ((render != 'quietly') && (render != 'offscreen'))\n removeChildren($('passages'));\n \n this.originalDisplay.apply(this, arguments);\n};
<<timedreplace 35 >>Darkness. All you see is darkness. For a moment, it overwhelms you. You panic.\n\nGrabbing for the wall, your hand passes through the space where you thought it was. You spend a disorenting few seconds wondering where exactly you are as you fumble for a surface, any surface for support.\n\nYou try breathing. In and out. Calming down, you try to figure out your next move.\n\n<<replacewith>>Then, just as suddenly, your eyes adjust to the darkness and you can make out the way forward.\n\n[[Forward|one]]\n<<endtimedreplace>>