<span id="alt3">Pineapple juice? Now that sounds tasty, thanks for the tip! By the way, My [[name|Crunchy friend]] is Crunchy. What is yours, Chief Rabbit?</span>
I can see the foot of the [[hills.|Hills]] The [[river|River 2]] lays still, on the other side of the [[forest.|Edge of the forest 2]]
<span id="alt3">So, tell me, what is the color of the sky? I need its RGB hexadecimal value. Type it below.</span>\n\n<<textbox "$hexSky" "Skytest" "OK!">>\n
<span id="alt3">So, <<display Name>>... Let me explain. The Webshroom is more potent than a mana potion.</span>\n* [[Does it really upgrade minds?|Buried]]\n* [[Did the dung just call you Dad?|Call you Dad]]\n
<span id="alt3">Interesting... But then, what is a story when there is nothing left to tell?</span><<remember $journey = 1>>\n* [[It is art, I guess.|Mind blown]]\n* [[Time to never be sober again.|Mind blown]]
try {\n version.extensions['countdownMacro'] = { \n major:1, minor:0, revision:0 \n };\n macros['countdown'] = {\n handler: function (place, macroName, params, parser) {\n var count = 30;\n\t\t\tvar counter = setInterval (countdown, 1000);\n\t\t\tfunction countdown() {\n\t\t\t\tcount = count-1;\n\t\t\t\tif (count <= 0) {\n\t\t\t\t\tclearInterval(counter);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tdocument.getElementById("countdown").innerHTML = "Everything will be forgotten in " + count + " seconds";\n\t\t\t}\n },\n init: function() {},\n };\n}\ncatch(e) {\n throwError(place,"countdown Setup Error: "+e.message); \n}
<<timedgoto "G Prairie 2 2" 1s>>
<<timedgoto "West of the forest (back)" 1s>>
<<timedgoto "Edge of the forest 6" 1s>>
<span id="alt1">I ate a [[llama|Llama Lama? 2]] once... Very noisy, but not very tasty. I think this is when I decided to go vegan. He wore no red robe though.</span>
<span id="alt3">Ha! Some also meet their demise in my own digestive system. Their blood has the nicest [[color.|When I was a painter]] It tastes like sunset.</span>
<span id="alt3">Well, I bear a crown... And, since I am a [[painter|When I was a painter]], I like to think I reign over colors.</span><<remember $painter = 1>>
It seems everyone has left. And there is a passage that should lead [[out|G Edge 1 3]] of the forest.
It seems everyone has left. And there is a passage that should lead [[out|G Edge 1 4]] of the forest.
<span id="alt3">Some people actually believe I am on a divine mission involving the rising and setting of the sun. I should start a new [[religion.|Good luck]]</span>
<span id="alt3">Hi! Perhaps. In this place, everything is [[possible|It's the llama]], you know.</span>
<span id="alt3">Bah! He is probably on the other side of the island now. The little [[prick|Crunchy's heart 2]] ran away faster than entangled electrons.</span><<remember $snitch = 1>>
<span id="alt3">I can read straight into your tiny hairy soul. You did not [[search|Hills 5]] enough to find the color of the sky yet. I need its RGB hexadecimal value, puny subject!</span>\n
<<if $metClumsy eq 1>><<goto "Goodbye Clumsy">><<else>><span id="alt3">Greetings, O Great Rabbit Spirit! Are you my totem animal?</span>\n* [[Hi. Dude, are you high?|Clumsy high]]\n* [[This sounds a bit sexual.|Very sexual]]<<endif>>
Oh well, let me go [[inside|G Cave 1]], then.
<span id="alt3">Sure, it is awesome! It will [[heal|Heal your connection]] your connection!</span>
(function () {\n "use strict";\n version.extensions['soundMacros'] = {\n major: 1,\n minor: 1,\n revision: 2\n };\n var p = macros['playsound'] = {\n soundtracks: {},\n handler: function (a, b, c, d) {\n var loop = function (m) {\n if (m.loop == undefined) {\n m.loopfn = function () {\n this.play();\n };\n m.addEventListener('ended', m.loopfn, 0);\n } else m.loop = true;\n m.play();\n };\n var s = eval(d.fullArgs());\n if (s) {\n s = s.toString();\n var m = this.soundtracks[s.slice(0, s.lastIndexOf("."))];\n if (m) {\n if (b == "playsound") {\n m.play();\n } else if (b == "loopsound") {\n loop(m);\n } else if (b == "pausesound") {\n m.pause();\n } else if (b == "unloopsound") {\n if (m.loop != undefined) {\n m.loop = false;\n } else if (m.loopfn) {\n m.removeEventListener('ended', m.loopfn);\n delete m.loopfn;\n }\n } else if (b == "stopsound") {\n m.pause();\n m.currentTime = 0;\n } else if (b == "fadeoutsound" || b == "fadeinsound") {\n if (m.interval) clearInterval(m.interval);\n if (b == "fadeinsound") {\n if (m.currentTime>0) return;\n m.volume = 0;\n loop(m);\n } else {\n if (!m.currentTime) return;\n m.play();\n }\n var v = m.volume;\n m.interval = setInterval(function () {\n v = Math.min(1, Math.max(0, v + 0.005 * (b == "fadeinsound" ? 1 : -1)));\n m.volume = Math.easeInOut(v);\n if (v == 0 || v == 1) clearInterval(m.interval);\n if (v == 0) {\n m.pause();\n m.currentTime = 0;\n m.volume = 1;\n }\n }, 10);\n }\n }\n }\n }\n }\n macros['fadeinsound'] = p;\n macros['fadeoutsound'] = p;\n macros['unloopsound'] = p;\n macros['loopsound'] = p;\n macros['pausesound'] = p;\n macros['stopsound'] = p;\n macros['stopallsound'] = {\n handler: function () {\n var s = macros.playsound.soundtracks;\n for (var j in s) {\n\t\tif (s.hasOwnProperty(j)) {\n s[j].pause();\n if (s[j].currentTime) {\n\t\t s[j].currentTime = 0;\n\t\t }\n\t\t}\n }\n }\n }\n var div = document.getElementById("store-area").firstChild;\n var fe = ["ogg", "mp3", "wav", "webm"];\n while (div) {\n var b = String.fromCharCode(92);\n var q = '"';\n var re = "['" + q + "]([^" + q + "']*?)" + b + ".(ogg|mp3|wav|webm)['" + q + "]";\n k(new RegExp(re, "gi"));\n div = div.nextSibling;\n }\n\n function k(c, e) {\n do {\n var d = c.exec(div.innerHTML);\n if (d) {\n var a = new Audio();\n if (a.canPlayType) {\n for (var i = -1; i < fe.length; i += 1) {\n if (i >= 0) d[2] = fe[i];\n if (a.canPlayType("audio/" + d[2])) break;\n }\n if (i < fe.length) {\n a.setAttribute("src", d[1] + "." + d[2]);\n a.interval = null;\n macros.playsound.soundtracks[d[1]] = a;\n } else console.log("Browser can't play '" + d[1] + "'");\n }\n }\n } while (d);\n }\n}());
<span id="alt1">You think I fuck dead chicks.</span>\n* [[Uh? No, not at all!|Not really]]\n* [[Well, you are a penguin...|I wonder]]
And I would bring them news from the [[real|Cave 4]] world, and nobody would care, something like that.
There would have been every animal I have met, playing video games on wall screens and [[stuff.|Cave 3]]
Instead, all I have got is the [[uncertainty|Cave 6]] of darkness. And it smells of lion's shit.
This would have been an insightful comment on video games failing as art but succeeding as mass escapism in a world shaped by reckless [[capitalism.|Cave 5]]
Existing is very reductive. You miss all the rest of the [[universe.|G The end 1]]
This is probably a fine time to [[exit.|Cave 7]]
<<timedgoto "G Edge 2 3" 1s>>
<<timedgoto "G Edge 2 3" 1s>>
<<timedgoto "G Edge 2 2" 1s>>
There is something [[carved|BRB]] in the rock here. It looks pretty old...
<<timedgoto "Grove" 1s>>
<<timedgoto "G Grove 2" 1s>>
<span id="alt3">Is that so? Then thou may pass, after thou have answered one last [[question.|Last question]]</span>
<span id="alt3">Do not push your luck, my little [[walking|Hills 5]] tin of paint. I like action painting. Do as I said.</span>\n
////(;;)\s\s\s\s
Uh? I fear we have [[never|Yes we did]] met before, Mr. Beetle.
I smell sacredness, like I am on an endless quest to save the world. Should I [[continue|G The Top 1]] or go [[back?|G Hills 1 2]]
<<timedgoto "Mountain 2" 1s>>
<<timedgoto "G Cave 3" 1s>>
<<timedgoto "Cave" 1s>>
<<timedgoto "G Cave 2" 1s>>
<<timedgoto "G Prairie 2 3" 1s>>
<<if $lion gt 0>><<timedgoto "Hills 4" 1s>><<else>><<timedgoto "Hills 6" 1s>><<endif>>
<span id="alt3">Fuckety fuckety fuck [[fuck!|Stop it!]]</span>
<<if $questSky eq 3>><<goto "The color of the sky">><<elseif $questSky eq 1 || $questSky eq 2>><<goto "In quest">><<else>>Hi! My name is <<display Name>>, how do you do, [[Mr. Big Cat?|Hail to the king]]<<remember $lion = 2>><<endif>>
<<timedgoto "Webshroom 2" 4s>>
<span id="alt3">Man, I am high enough to grab a piece of the sky. Here. [[Look.|A piece of the sky]]</span>
<span id="alt3">Oh, it's you [[again!|You again]] Sorry, please do not mind the dung ball. Lately it has become sentient and it has a hard time exiting anal stage.</span>
<a href="donotforgetthecolorofthesky.html" target="_parent">OMFGKTHXBYE.</a><<remember $picker = 1>>
<span id="alt3">The Webshroom will heal your connection and maybe defragment your consciousness. Go on, ask the [[Webshroom.|Ask the Webshroom]]</span>
Good. It was nice talking to you, Quickie. See you [[around!|Beach 2]]<<remember $questSky = 2>><<remember $llamaBRB = 2>>
It looks like dung, and it [[smells|You smell]] like dung. I hope it does not come from a giant bunny's behind.
It is a giant ball of [[dung.|Webshroom 3]] I suppose it still makes sense as a kind of fertilizer for giant psylocibes.
Maybe I did. The sky has many colors. Here is the RGB hexadecimal value of the one I remember the most:\n\n<<textbox "$hexSky" "Color maybe found" "OK!">>
<span id="alt3">The sky is not broken. It is too big to enter your tiny mind. You need to [[expand|Expand your mind]] your mind. Upgrade it.</span>
It is time to have a talk with the [[King|G Grove 1 2]], I guess./%<<set fullscreen(true)>>%/
I think maybe the sky has several [[colors.|Webshroom 9]] Or maybe not.<<forget $picker>><<loopsound $noise>><<loopsound $ocean>>
<span id="alt3">Nobody ever tried to steal my ball of poo. So I roll it up and down the mountain, again and again, hoping someone will [[notice|Religion]] me.</span>
<span id="alt3">This was not a message from me. This is from God. So I await for his return, except when I have to pee.</span>\n* [[Cool! Let us wait together.|Let us wait]]\n* [[This sounds mortally boring.|Atheist]]
<span id="alt3">I can draw [[hexagons|Perfect spheres]] out of my arse. I wonder, canst thou do such a thing?</span>\n
<span id="alt3">He is speaking with dots. Maybe it is a kind of morse code, but, uh, more like a [[crocodile|Crocodile code]] code.</span>
<<timedgoto "G Hills 2" 1s>><<remember $flee = 1>>
<span id="alt3">But why would you need a name on a [[desert |Here]] island?</span>
Sometimes I [[walk|G Seaside 1]] around, or I [[stare|Beach]] at the endless ocean. <<if $prairie eq 1>>Sometimes I go to the [[prairie.|G Prairie 1 2]]<<endif>><<remember $beachVisited = 1>>
<span id="alt3">What? Why do you think it is sexual? Are you a [[penguin?|I am a rabbit]]</span>
<<timedgoto "Webshroom 5" 4s>>
<span id="alt3">Ha! You are a funny one. This is true. I [[puke|Us rabbits]] royal hairballs several times a week.</span>\n<<remember $painter = 0>>
config.displayPassageTitles = false;\nconfig.disableHistoryControls = true;\nconfig.saves.autosave = true;\nconfig.saves.id = "do-not-forget";\nconfig.saves.autosave = "t8n-typewriter-4";\nconfig.saves.slots = 0;
<span id="alt3">You are here because aeons ago, the void has got bored of you. Then you did [[forget.|Webshroom 1]]</span>
(function(){var render2=Passage.prototype.render;Passage.prototype.render=function(){var b=render2.call(this);\nif(this.tags){var r=new RegExp("t8n.typewriter.([0-9]+)(?:[^0-9]|$)","g");var t=r.exec(this.tags.toString());\nif(t){typeout(b,t[1]+0);}}return b;};var typeout=function(c,t){var Furl=function(current){this.n=current;\nthis.out=false;this.data=current.nodeValue;current.nodeValue="";this.kids=[];var cn=current.childNodes;\nif(current.style && current.style.display=="none"){return;}while(cn.length>0){var f=new Furl(cn[0]);\ncurrent.removeChild(cn[0]);f.out=true;this.kids.push(f);}};var nodes=new Furl(c);\nvar unfurl=function(furled,d){var n=furled.n;if(furled.out){d.appendChild(n);furled.out=false;\n}if(furled.data){n.nodeValue+=furled.data[0];furled.data=furled.data.slice(1);return true;\n}for(var j=0;j<furled.kids.length;j++){var ret=unfurl(furled.kids[j],n);if(ret){return true;\n}}return false;};var title=state.active;var intr=setInterval(function(){if(state.active==title&&unfurl(nodes,null)){return;\n}clearInterval(intr);},t);};}());\n\n/* Just replaced "state.history[0].passage.title" by "state.active" to make it work in SugarCube */
I will not sleep anymore on the [[beach.|G Beach 1]] It was so fabulous, now it is shrunk down to almost nothing. It is better to chill in the [[prairie.|Next to the prairie]]
<<timedgoto "Lazy penguin" 1s>>
Maybe he is dreaming of murderous rampage and each dot stands for the coordinates of a future hole in [[your|Uh OK]] skin.
<<if ndef $questSky>><<timedgoto "G Beach 2" 1s>><<endif>><<if $questSky eq 1>><<timedgoto "G Beach 3" 1s>><<endif>><<if $questSky eq 2>><<timedgoto "G Beach 4" 1s>><<endif>>
<span id="alt3">So what? Does your own dung has the fragance of heaven? Think about it, you little shithead!</span>\n* [[Why hello, Mr. Dung...|No need to be polite]]\n* [[Hey, no need to be gross!|What did you expect?]]
<<timedgoto "Beach 2" 1s>>
Well... Nice to meet you, Quickie. My name? People (do not) forget it easily... Let me write it here:\n\n<<textbox "$namebase" "Greetings" "OK!">>
<div id="variables">$picker = <<print $picker>>\n$name = <<print $name>>\n$beachVisited = <<print $beachVisited>>\n$prairie = <<print $prairie>>\n$quickieGone = <<print $quickieGone>>\n$quickieFriend = <<print $quickieFriend>>\n$snitch = <<print $snitch>>\n$pacifist = <<print $pacifist>>\n$metCrunchy = <<print $metCrunchy>>\n$psider = <<print $psider>>\n$flee = <<print $flee>>\n$purpose = <<print $purpose>>\n$lion = <<print $lion>>\n$painter = <<print $painter>>\n$hexSky = <<print $hexSky>>\n$questSky = <<print $questSky>>\n$llamaBRB = <<print $llamaBRB>>\n$skyFixed = <<print $skyFixed>>\n$journey = <<print $journey>>\n$hitchhike = <<print $hitchhike>>\n$llamaLama = <<print $llamaLama>>\n$metClumsy = <<print $metClumsy>>\n$stonedCrunchy = <<print $stonedCrunchy>>\n$rock = <<print $rock>>\n$musicPlaying = <<print $musicPlaying>>\n</div>\n<<back>>
<<remember $name = $namebase>>My name is <span id="alt2"><<display Name>>.</span>\nBut, err, what are [[you|Dead chicks]] doing here? How is it even possible?
<span id="alt3">I will follow your advice, O totem animal. Ask me anything.</span><<if $stonedCrunchy = 1>>\n* [[What happened to Crunchy?|What happened]]\n* [[What is the color of the sky?|Clumsy color]]\n* [[Do you know the Webshroom?|Clumsy Webshroom]]<<else>>\n* [[What is the color of the sky?|Clumsy color]]\n* [[Do you know the Webshroom?|Clumsy Webshroom]]<<endif>>
Oh! I can help. A healthy rabbit's [[diet|Herbivore 2]] starts with oakleaf and lamb's lettuce, batavia... Chicory is good too. But avoid alfalfa: too much calcium.
<span id="alt3">You would better not forget, little lost soul. I just gave a meaning to your [[wandering.|Hills 5]] </span>\n
<<timedgoto "Full crocodile" 1s>>
We do not mind eating our own feces for added nutrients. So, behave, or I shall devour your nutritious [[ineptitude!|Ask the Webshroom]]
/*! <<textbox>> macro for SugarCube */\n(function(){var requiredSugarCubeBuild=2680;if(!version||!version.build||version.build<requiredSugarCubeBuild)throw new Error("<<textbox>> macro requires SugarCube build "+requiredSugarCubeBuild+" or greater, aborting load");if(macros.has("textbox"))macros.remove("textbox");macros.add("textbox",{version:{major:2,minor:0,revision:0},handler:function(){if(this.args.length===0)return this.error("no $variable name specified");var varName=this.args[0].replace("$",""),varId=slugify(varName),passage=this.args.length>\n1?this.args[1]:undefined,btnName=this.args.length>2?this.args[2]:undefined,el=document.createElement("input");el.type="text";el.id="textbox-"+varId;if(typeof state.active.variables[varName]!=="undefined")el.value=state.active.variables[varName];$(el).change(function(){state.active.variables[varName]=this.value}).keypress(function(evt){if(evt.which===13){evt.preventDefault();$(this).change();if(typeof passage!=="undefined")state.display(passage,this)}});if(typeof btnName!=="undefined"){var wrapper=\ndocument.createElement("span"),btn=document.createElement("button");wrapper.id="textbox-body-"+varId;btn.id="textbox-button-"+varId;btn.innerHTML=btnName;$(btn).click(function(){state.display(passage,this)});wrapper.appendChild(el);wrapper.appendChild(btn);el=wrapper}this.output.appendChild(el)}})})();\n
<span id="alt3">It seems like fire [[walks|Hitchhike]] with you.</span>
<span id="alt3">Uh. This would be very confusing. On the other hand, it would explain why I have always felt I am more [[spirit|This world is an illusion]] than meat.</span>
<span id="alt3">Whatever [[you|My body]] are doing, <<display Name>>, (do not) forget you are not really here. All in all, it is just about 0 and 1 in a binary world.</span>
<span id="alt1">I think you are looking for the Llama Lama. He knows everything. See you [[later|Quickie walks away]], <<if $quickieFriend eq 1>>buddy.<<else>>bunny.<<endif>> I have <<if $quickieFriend eq 1>>some warmth left to share.<<else>>dead chicks to fuck.<<endif>></span><<remember $quickieGone = 1>>
(do not) forget
<div id="the-end">00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110000 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110000 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110001 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000 00100000 00110000 00110000 00110001 00110001 00110000 00110000 00110000 00110000\n\n<<return [[end|Start]]>></div>
The [[King|Say hi]] is waiting for something that may never come.
Maybe I should enter the [[cave|The King appears]], or climb up the [[mountain|G Mountain 1]] again, or even go back to the [[forest.|G Edge 1 2]]
The [[King|Say hi]] is waiting. Let me climb [[higher|G Mountain 1]], or go back to the [[forest.|G Edge 1 2]]
The [[King|Say hi]] is waiting. I could climb up the mountain [[again|G Mountain 1]], or go back to the [[forest.|G Edge 1 2]]
I could speak to the [[King|Say hi]], or maybe climb [[higher|G Mountain 1]], or even go back to the [[forest.|G Edge 1 2]]
I suppose I could say [[hi|Say hi]], or maybe climb [[higher.|G Mountain 1]] Going back to the [[forest|G Edge 1 2]] also seems like an option.
<<set $noise = "sounds/lectronice_liquid-noise.mp3">>\n<<set $forget = "sounds/lectronice_do-not-forget.mp3">>\n<<set $ocean = "sounds/lectronice_the-ocean.mp3">>\n<<set $playground = "sounds/lectronice_the-playground-of-the-world.mp3">>\n<<set $deeper = "sounds/lectronice_going-deeper.mp3">>
<span id="alt1">Unlike most [[other|Friends 2]] folks around here, you are nice, <<display Name>>.</span><<remember $quickieFriend = 1>>
<span id="alt3">I am... I forgot. But not a panda bear. You must [[help|Help me]] me, totem animal. My existence is overcomplicated.</span>
Passage.prototype.originalRender = Passage.prototype.render;\nPassage.prototype.render = function ()\n{\n var el = this.originalRender.apply(this);\n if (window.location.search.indexOf('debug')!=-1)\n insertText(el, JSON.stringify(state.history[0].variables));\n return el;\n};\n
<span id="alt3">Heh. I am more stoned than an adulterer. I followed all the steps to come to you and be [[connected|Awkward]] with my inner self and stuff.</span>
OK, Mr. Llama, thanks for the advice. I hope it will not eat my soul or something. [[Bye!|G From the top 2]]<<remember $llamaLama = 1>>
<span id="alt1">Sure. And you are a rabbit. I bet we [[both|Closer]] know what //sexually deviant// means...</span>
Uh. I wonder what [[it|BRB]] means... Anyway, there is nobody [[here.|The top 2]]
Mmh... Why worry about a [[bird|Symbiotic relationship]] refusing to look into your mouth? Your teeth grow back, and they are too widely spaced for food particles to get jammed in.
Heh. Are you related to the Llama Lama? Are you the Panda Pandit or [[something|I am Clumsy]] like that?
But you are no [[mammal|Mammal joy 2]], Quickie. You are an aquatic flightless bird.
There is this playground I called the playground of the world, over [[here.|G Prairie 1]] I imagined people coming from all over the world.
!(do not) forget\n//A game by [[o0o0.|http://o0o0.fr]] & [[lectronice|http://lectronice.com]]//\n\n<div id="smaller">Special thanks to [[Richard Goodness|http://richardgoodness.wordpress.com]] and [[Storycade|http://storycade.com]] for their interest and their support. Deadlines are a necessary evil.</div>\n<<return>><<set $menuScreen = 1>>
<span id="alt3">Well, we are [[all|Together]] in this mess together, whether we like it or not, are we not?</span>
Coming back from the [[hills|G Hills 1]], I can see the [[river|G River 1 2]] lays still, on the other side of the [[forest.|Edge of the forest 2]]
<<timedgoto "Prairie" 1s>>
<<timedgoto "Prairie 2" 1s>>
<div id="alt3">No, no, thanks, <<display Name>>. I am totally [[fine.|You can help]] Feel free to [[leave|Beach 2]] anytime.</div>
It looks like a regular glade, except I can see <<if $metClumsy eq 1>>Clumsy<<else>>a panda bear<<endif>> [[here|Clumsy]], and Crunchy over [[there...|Crunchy is back]] And there is a passage on the [[other|Passage]] side.
<<timedgoto "Beach" 1s>>
<span id="alt3">This would be fair. He has torn my [[heart|Crunchy's heart]] apart and left me bleed.</span><<remember $pacifist = 1>>
Hey! What's [[that?|Full dungball]] It looks like a...
<span id="alt3">Everyone has a [[reason|Reason]] to come here. What is yours?</span>
I know the sky is supposed to be made of air, but you are holding absolutely [[nothing|Nothing]], Clumsy.
<span id="alt3">I had no idea the sky actually existed. Now I am seeing the world from a different [[perspective.|Perspective]]</span>\n
Worshiping a ball of dung makes more sense than most religions I know. I am an [[absentheist|Ask the Webshroom]], though.
<span id="alt3">I am nothing. I know everything. From afar, I have seen your name floating in the air, [[written|Written]] in great pink letters.</span><<remember $hitchhike = 1>>
Well, that was fun. I could climb up again to the [[top|G The Top 1]] or go to the [[hills.|G Hills 1 2]]
<span id="alt1">A desert island? Cannot you understand the simple [[mammal|No mammal joy]] joy of sharing mutual warmth?</span>
!(do not) forget.\n//A game by [[o0o0.|http://o0o0.fr]] & [[lectronice|http://lectronice.com]]//\n* [[New game.|Forget?]]\n* [[Credits.|Info]]\n* [[Thanks.|More]]\n<div id="smaller">Like the music? Get it [[here.|http://lectronice.bandcamp.com]]</div><div id="smallest">//2014.07.10 - version 1.2 - please send <a href="mailto:i.love.bugs@lectronice.com">feedback here.</a>//</div>\n<<if $picker eq 1>><<goto "Webshroom 8">><<endif>>\n<<if $menuScreen neq 1>>\n\t<<stopallsound>>\n\t<<loopsound $noise>>\n\t<<if $questSky lt 2 || ndef $questSky>>\n\t\t<<loopsound $forget>>\n\t<<endif>>\n\t<<if $questSky eq 2>>\n\t\t<<loopsound $playground>>\n\t<<endif>>\n\t<<if $questSky eq 3>>\n\t\t<<loopsound $ocean>>\n\t<<endif>>\n\t<<if $questSky eq 4>>\n\t\t<<loopsound $deeper>>\n\t<<endif>>\n<<endif>>
Oh wow. This is getting a little [[weirder|Weirder]] than usual. I guess this giant glowing psylocibe is what they call the Webshroom.<<remember $questSky = 3>>
<<if ($hexSky eq "#0000FF") or ($hexSky eq "0000FF")>>\n\t<<goto "Sky OK">>\n<<else>>\n\t<<goto "Sky Fail">>\n<<endif>>\n
<span id="alt3">Hey! You! Have you seen a fat bird with countershaded dark and white plumage?</span>\n* [[Quickie, the penguin?|Say the truth to Crunchy]]\n* [[No. I was looking for food.|Lie to Crunchy]]
Eh. The fifty million receptor cells in my twitching nose suggest a big, smelly, and possibly hairy predator might be [[close.|Decision]]
<span id="alt3">Psider? I knew my totem animal would speak a cryptic mystical language. Or are you [[dyslexic?|Dyslexic]]</span>
My body remembers what my mind [[forgets.|What are you doing here?]] Or maybe not.
<<if $stonedCrunchy eq 1>><<goto "Not very nice 3">><<else>>Hey, Crunchy! Did you really break Quickie's spine? I tell you, this was not very [[nice.|Not very nice]]<<endif>>
<<timedgoto "G Mountain 2" 1s>>
<<timedgoto "Mountain" 1s>>
Maybe. He is vegan, but apparently sometimes he breaks people's spines or tears their limbs apart. Now he looks rather [[quiet|Rather quiet]], though.
<<if $psider eq 1>><<goto "Edge of the forest 3">><<else>>I wish I was a tall leafy [[tree|Edge of the forest 3]], to feel both the earth and the sky.<<endif>>
<<if $psider eq 1>>[[Eeek!|Thy purpose]] It is the Psider, again !<<else>>[[Eeek!|Psider]] It is a...<<endif>>
<span id="alt3">I can tell you are on a spiritual hitchhike, <<display Name>>.</span>\n* [[How do you know my name?|My name]]\n* [[I am just slightly bored.|Bored]]
I suppose now would be a good time to stop running in circles. Let me go straight to the [[hills.|G Hills 1]]
<span id="alt3">I am the Psider. I can see thou.</span>\n* [[Undoubtedly. I see thou canst.|No sarcasm]]\n* [[Err, I wish you did not. See you!|G Hills 1 (flee)]]\n<<remember $psider = 1>>
Between the quiet [[river|G River 1 2]] and the grassy [[hills|G Hills 1]], the [[forest|Edge of the forest 2]] smells of earth after the rain.
<<if $questSky eq 3>><<timedgoto "Hills 7" 1s>><<else>><<timedgoto "Hills" 1s>><<endif>>
<<timedgoto "G Hills 2" 1s>>
<span id="alt3">I was dead and the flower was growing from the ground where my body was buried.</span>\n* [[Will I be able to see the sky?|Able to see the sky]]\n* [[Will I know why I am here?|Why]]\n
Do you [[know|I know everything]] Quickie?
<span id="alt3">One errand for the Painter King, then? [[Begone|Begone]], for he is a cunt, giving thou false quests to stave off both his boredom and thine.</span>
<div id="smallest">[[Prairie]] / [[River]] / [[Edge of the forest]] / [[Hills]] / [[Useless]] / [[Perspective]] / [[Mountain]] / [[Naming]] / [[The top 4]] / [[Grove]] / [[Webshroom]] / [[Ask the Webshroom]] / [[Let me go]] / [[THE END]] / [[Cave]] / [[BSOD]]\n[[Variables|Variables]]</div>
<span id="alt3">This is not the hexadecimal color of the sky. Try [[harder|Hills 5]], <<display Name>></span><span id="alt2">!</span>
<<timedgoto "The top 6" 1s>>
<span id="alt3">I think the tide stops right at my feet. But I cannot feel it. I do not care. I can see the [[sky.|You can help]]</span>\n
No, I am not dyslexic, and I am not your totem animal. Go find the Llama Lama at the top of the mountain. He knows [[everything.|Being a rock]]
Other folks? I thought there was nobody here. This place was my [[desert|Mutual warmth]] island...
<<timedgoto "G Mountain 3 2" 1s>>
There is no one up there. The top is the place where nobody goes... I should climb [[down.|G From the top]]
<<timedgoto "G River 2 2" 1s>>
<span id="alt3">I would be more interested in Calabi–Yau manifolds, but spheres will do. Thou may [[pass.|You may pass]]</span>\n
<span id="alt3">Tell me what is thy purpose here, lost soul, and I shall listen.</span>\n<<if $questSky >= 1 && $llamaLama eq 1>>* [[To expand my tiny mind.|Tiny mind]]\n* [[To seek the color of the sky.|To seek the color of the sky]]\n* [[Frankly, I have no idea.|No idea]]<<elseif $questSky eq 1>>* [[To seek the color of the sky.|To seek the color of the sky]]\n* [[Frankly, I have no idea.|No idea]]<<else>>* [[Frankly, I have no idea.|No idea]]\n<<endif>>
<<timedgoto "Grove 3" 1s>>
<<timedgoto "Grove 2" 1s>>
<span id="named"><<if $name neq "">><<print $name>><<else>>Titine<<endif>></span>
Us [[rabbits|Their demise]] cannot puke. Many die because of hair getting stuck in their digestive system.
You know, Herodotus made it up. There is no evidence of such cleaning symbiosis. This Egyptian plover story is [[mythical|Symbiotic relationship 2]] crap.
!(do not) forget.\n//A game by [[o0o0.|http://o0o0.fr]] & [[lectronice|http://lectronice.com]]//\n\n<span id="alt1">If you have a saved game, everything will be forgotten.</span><<set $menuScreen = 1>>\n* [[Okay, let me play!|Warning]]\n* <<return [[Oops.|Start]]>>
<<if $questSky gt 0>><<timedgoto "G Seaside 3" 1s>><<else>><<timedgoto "G Seaside 2" 1s>><<endif>>
<<timedgoto "Seaside" 1s>>
<<timedgoto "G Seaside 2" 1s>>
<span id="alt3">Maybe it is the clouds, or the sun, or the sea, or even the wind. Maybe it is the color of what you see when you close your [[eyes.|Color maybe found 3]]</span>
<span id="alt3">Maybe in the end, none of this really matters. We indeed [[walked|Inside]] beneath the same sky.</span>
<span id="alt3">I shall pardon thou, because thou indeed hast no [[idea|Thy purpose]] about where nor who thou art.</span>
<span id="alt3">Yeah well, I do not know yet if I will use it as a food source or as a [[brooding|Brooding chamber]] chamber, you see.</span>
<div id="ui-bar">\n\n</div>
<span id="alt3">Fear my humourless wrath, puny lagomorph, for I shall devour thy soul if thou showest disrespect.</span>\n* [[Pardon me, O Humourless One.|Pardon me]]\n* [[Do you mean I have a soul?|I have a soul]]
<span id="alt3">Please. I may be an apex cold-blooded ambush predator, but I am vegan. You are a [[herbivore.|Herbivore]] I would like a dietetic advice.</span>
<<timedgoto "River" 1s>>
<span id="alt3">Did you [[find|Find the llama]] him? I have never met him. No one I know has ever met him, in fact.</span> \n
<<if $psider neq 1>><<timedgoto "Edge of the forest 4" 4s>><<else>><<timedgoto "Thy purpose" 4s>><<endif>>
<span id="alt3">You are like me, then. You did forget. Everyone forgets, or just says it is [[blue.|Color forgotten 2]]</span>
<span id="alt3">[[Begone|Begone]], then. Thou wilt not come back until thou knowest.</span>
<<if $lion gt 0>><<goto "Hills 3">><<endif>><<if $flee eq 1>>I cannot stand psiders, especially Early Modern English speaking psiders. They [[stink.|Super scent]]<<else>>Hills make me want to jump all over the place. I feel like I could take a dream and [[fly|Super scent]] away.<<endif>>
Dude, stop freaking out. You do not even have hands. This is all in your head. Stay [[calm|Stay calm]] and <<if $rock eq 1>>try<<else>>keep<<endif>> being a <<if $rock eq 1>>rock<<else>>panda bear<<endif>>.
At least you could try to be nice. You are such a... [[Oh!|Full beetle]]
Yes, I did. Here is its RGB hexadecimal value:\n\n<<textbox "$hexSky" "Color found" "OK!">>
<div id="alt3">It is unlike anything I have ever seen. It is beautiful. It <<if $skyFixed neq 1>>[[is...|BSOD]]<<else>><a href="file:///D:/%23%20mega/%28do%20not%29%20forget/twine/donotforgetthecolorofthesky.html">is...</a><<endif>></div>
<span id="alt3">Uh, OK. I would better not stay here for too long, then. [[Thanks|Grove]] for the advice, O totem animal!</span><<remember $metClumsy = 1>>
<<if ndef $llamaLama>><<timedgoto "The top" 1s>><<else>><<timedgoto "The top 7" 1s>><<endif>>
<span id="alt3">This is not about the sky. The problem is [[between|Your mind is broken]] earth and heaven.</span>
I think carrot is overrated...\nBut I would recommend parsnip, fennel, and parsley. And lots of hay. Also, pineapple juice is [[bliss.|Sounds tasty]]
<<timedgoto "Hills 2" 4s>><<remember $lion = 1>>
version.extensions.timedgotoMacro={\n\tmajor:1,minor:1,revision:1 /*SugarCube version*/\n};\nmacros["goto"]=macros["timedgoto"]={\n\ttimer:null,handler:function(a,b,c,d){\n\t\tfunction cssTimeUnit(s){\n\t\t\tif(typeof s=="string"){\n\t\t\t\tif(s.slice(-2).toLowerCase()=="ms"){\n\t\t\t\t\treturn Number(s.slice(0,-2))||0;\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\tif(s.slice(-1).toLowerCase()=="s"){\n\t\t\t\t\t\treturn Number(s.slice(0,-1))*1000||0;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tthrowError(a,s+" isn't a CSS time unit");\n\t\t\treturn 0;\n\t\t}\n\t\tvar t,d,m,s;\n\t\tt=c[c.length-1];\n\t\td=d.fullArgs();\n\t\tm=0;\n\t\tif(b!="goto"){\n\t\t\td=d.slice(0,d.lastIndexOf(t));\n\t\t\tm=cssTimeUnit(t);\n\t\t}\n\t\td=eval(Wikifier.parse(d));\n\t\tif(d+""){\n\t\t\tif(this.timer){\n\t\t\tclearTimeout(this.timer);\n\t\t\t}\t\n\t\t\ts=state.active.title;\n\t\t\tthis.timer=setTimeout(function(){\n\t\t\t\tif(state.active.title==s){\n\t\t\t\t\tstate.display(d,a);\n\t\t\t\t}\n\t\t\t},m);\n\t\t}\n\t}\n};
<span id="alt3">My name is Clumsy. And I am pretty sure I am not a panda bear.</span>\n* [[What are you, then?|What are you]]\n* [[Did the Psider eat your soul?|Eat your soul]]
<span id="alt1">It was up in the mountain. Maybe you should [[search|KTHXBYE]] there. But beware the lion. He is a cunt. \nSee you, <<display Name>>!</span>
<<timedgoto "Quest 2" 1s>>
.transition-in {\n\tclip: rect(0px, 1200px, 0px, 0px) !important;\n}\n.passage {\n\tclip: rect(0px, 1200px, 800px, 0px);\n\twidth: 1200px;\n\theight: 800px;\n\tposition: absolute;\n\ttransition: 1s linear;\n\t-webkit-transition: 1s linear;\n}\n.transition-out {\n\tclip: rect(800px, 1200px, 800px, 0px);\n}
<<if $metCrunchy eq 1>><<goto "River 2">><<else>>I love to [[watch|Crunchy appears]] the river flowing like history. I wish I was a little glossy drop...<<endif>>
Everything has been forgotten.\n\n<<back>><<nobr>>\n<<forget $picker>>\n<<forget $beachVisited>>\n<<forget $prairie>>\n<<forget $name>>\n<<forget $quickieGone>>\n<<forget $quickieFriend>>\n<<forget $snitch>>\n<<forget $pacifist>>\n<<forget $metCrunchy>>\n<<forget $psider>>\n<<forget $flee>>\n<<forget $purpose>>\n<<forget $lion>>\n<<forget $painter>>\n<<forget $questSky>>\n<<forget $llamaBRB>>\n<<forget $skyFixed>>\n<<forget $journey>>\n<<forget $hitchhike>>\n<<forget $llamaLama>>\n<<forget $metClumsy>>\n<<forget $stonedCrunchy>>\n<<forget $rock>>\n<</nobr>>\n
In the prairie, everything is fine. Everything is quiet. I wish I could die <<if $quickieGone eq 1>>[[here|Prairie 2]]<<else>>[[here|I can see someone]]<<endif>>, or maybe <<if $metCrunchy eq 1>>just chill.<<else>>on the [[beach.|G Beach 1 2]]<<endif>><<remember $prairie = 1>>
Well... I could talk to the [[penguin|Lazy penguin 2]] laying in the sand, have a [[walk|G Seaside 3]] along the sea, or to the [[prairie.|G Prairie 3]]\n
<span id="alt3">Look, I was kidding, OK? I carved it myself to trick [[people|People]] when I am not here. Once again, it worked.</span>
<<timedgoto "Lazy penguin" 1s>>
<span id="alt3">This one is very precocious. There is not even an egg in it. It is probably because of the Webshroom. It [[changed|Upgrading minds]] it.</span>\n
<span id="alt3">OK, OK, I am sorry, [[Dad.|Dad]]</span>
<span id="alt3">You are truly lost. Why did you come? What are you looking for?</span>\n* [[I think the sky is broken.|The sky is broken]]\n* [[I have seen "BRB" carved here.|BRB carved]]
I love to watch the river flowing like history. But I can also go to the [[forest|G Edge 1]] behind me, or head back to the [[prairie.|G Prairie 1 3]]
<<if $rock eq 1>><<timedgoto "G Grove 2 3" 1s>><<else>><<timedgoto "G Grove 2 2" 1s>><<endif>>
<<timedgoto "G The Top 2" 1s>>
<<if $llamaBRB gt 1 && ndef $llamaLama>><<timedgoto "G The Top 4" 1s>><<else>><<timedgoto "G The Top 3" 1s>><<endif>>
What a strange fellow... Anyway, this llama may know why my once [[desert|Prairie 2]] island is now inhabited.
<<timedgoto "The top 4" 1s>>
<span id="alt3">There is a blatant lack of parallel lines. Everything seems a bit less isometric, I guess.</span>\n* [[Cool. What color is the sky?|You can help]]\n* [[Should I call an ambulance?|Ambulance]]
<span id="alt3">Indeed, thou dost. Or maybe art thou a figment of my [[imagination.|Thy purpose]] What is the difference, I wonder?</span>
<<timedgoto "A place of solace" 1s>>
<<timedgoto "Prairie" 1s>>
<<timedgoto "Beach 2" 1s>>
<span id="alt3">Could be. I have been waiting for ages, and I am still here, but I have seen impatient [[people|People]] jump off the cliff.</span>
<span id="alt3">So you picked this one and you think it is the color that sums up the sky and everything below and everything [[beyond.|Color found 2]]</span>
Dang. What was that? I think something is [[broken.|Broken]]<<loopsound $noise>><<loopsound $playground>>
<span id="alt3">There is no need to be polite! Do not dare being polite with me! This is really [[insulting!|You could be nice]]</span>
Hey! I can see [[someone|Full penguin]] over there! Where do they come from? My island used to be so tiny...
<span id="alt1">I suppose we could be friends.\nDo you mind if I come closer?</span>\n* [[No problem. I need friends.|Friends]]\n* [[I am out of my comfort zone.|Too bad]]
<span id="alt3">Who knows? [[Maybe|The truth]] tomorrow is cancelled, then.</span><<remember $journey = 2>>
I guess I could explore this cave, or continue to climb. Should I go [[higher|G Mountain 1]] or [[deeper?|The King appears]]
<span id="alt3">I am the King, but this is a damn anarcho-syndicalist community!\nI am [[useless|Useless]] and loathed.</span>
<span id="alt3">Really? Yeah... Maybe you are right, Bunny Boo. Maybe I am overreacting. I often do. My name is Crunchy, what is [[yours?|Crunchy friend]]</span>
<div id="alt1">Too bad. I am meant to stay [[forever|Too bad 2]] alone. I really should go looking for some dead chick, then.</div>
<<timedgoto "G River 2" 1s>>
<<forget $picker>>\n<<forget $beachVisited>>\n<<forget $prairie>>\n<<forget $name>>\n<<forget $quickieGone>>\n<<forget $quickieFriend>>\n<<forget $snitch>>\n<<forget $pacifist>>\n<<forget $metCrunchy>>\n<<forget $psider>>\n<<forget $flee>>\n<<forget $purpose>>\n<<forget $lion>>\n<<forget $painter>>\n<<forget $questSky>>\n<<forget $llamaBRB>>\n<<forget $skyFixed>>\n<<forget $journey>>\n<<forget $hitchhike>>\n<<forget $llamaLama>>\n<<forget $metClumsy>>\n<<forget $stonedCrunchy>>\n<<forget $rock>>
<<timedgoto "River" 1s>>
Cool, thanks. I will [[go.|G Grove 1]] I suppose it is OK to be afraid, though.
No. But I can produce perfect spheres with mine. We are [[even.|We are even]]
<<timedgoto "Meet Crunchy" 4s>>
Maybe. But then I am glad the universe is expanding since the Big Bang. In a few [[billion|Cosmic dust]] years, there will be so much space no one will have to tolerate anyone else.
<span id="alt1">Hi! Daydreaming, eh? I am Quickie. What is your [[name|Naming]], buddy?</span>
<span id="alt3">Get out of my face, you stinky rotten [[rodent!|Rodent]]</span>
Nope. I am still looking. I am also looking for the color of the sky. Maybe you could [[help|You can help]] me? \n
Not really. I am a [[rabbit.|I can see that]] But I thought you would have noticed.
<span id="alt3">Maybe you are [[nothing|Hitchhike]] more than God's persistence of vision.</span>
<span id="alt3">I am a remnant from the days of old, when people liked their rulers big and hairy...</span>\n* [[Are you still a king, then?|I have a crown]]\n* [[Hair rules. Until you choke on it.|Hair rules]]
<<if ndef $beachVisited>>It has been ages since I last came here... I love<<else>>I know<<endif>> this place. There is no place like it, in the whole world. This is my [[desert|A place of solace]] island.
<span id="alt3">We will be cosmic dust carried by the eternal wind of everything that ever was. This will be awesome! [[Thanks|Grove]] for cheering me up, O totem animal!</span><<remember $metClumsy = 1>>
<<if ndef $questSky>><<timedgoto "G Beach 2 2" 1s>><<endif>>\n<<if $questSky eq 1>><<timedgoto "G Beach 2 3" 1s>><<endif>>\n<<if $questSky eq 2>><<timedgoto "G Beach 2 4" 1s>><<endif>>
!(do not) forget\n//A game by [[o0o0.|http://o0o0.fr]] & [[lectronice|http://lectronice.com]]//\n\n<div id="smallest">Made with [[Twine.|http://twinery.org]]\nDrawn with [[Hexels.|http://hexels.com]]\nPowered by [[Tiddlywiki.|http://tiddlywiki.org]]\nFont by [[Elvis Mehmedovic.|http://www.dafont.com/px-sans-nouveaux.font]]\nSome macros by [[Leon Arnott.|http://l.j-factor.com/]]\nColor picker by [[Script Tutorials.|http://www.script-tutorials.com/creating-an-html5-canvas-image-color-picker/]]\nSome animations by [[Zach Saucier.|http://cssdeck.com/user/Zeaklous]]\nGridiculous CSS boilerplate by [[c.batova.|http://gridiculo.us]]\nSugarCube header by [[Thomas Michael Edwards.|http://www.motoslave.net/sugarcube/]]\n</div>\n<<return>><<set $menuScreen = 1>>
Between the quiet [[river|G River 1 2]] and the grassy [[hills|G Hills 1]], the [[forest|Edge of the forest 2]] smells of earth after the rain.
<span id="alt1">Yeah, I am a penguin, so what?\nI know what you [[think.|Uh?]]</span>
(function(){ \n\tvar render2 = Passage.prototype.render;\n\tPassage.prototype.render = function () { \n\t\tvar b = render2.call(this); \n\t\tvar t = this.tags.join(" ");\n\t\tdocument.body.setAttribute("data-tags", t); \n\t\treturn b; }\n\t}());
<span id="alt1">Yeah, thanks for the subtle prompt. Yet I am warm-blooded. We are not very different... We are both looking for [[something.|Something]]</span>\n
<span id="alt3">Nope. I feel fine. I wonder how long I can survive like this. Maybe months? Years?</span>\n* [[It depends on the tide, I think.|The tide]]\n* [[Maybe the Llama Lama knows.|The Llama knows]]\n
<<timedgoto "Full lion" 1s>>
<span id="alt3">So, tell me, did you find the color of the sky, <<display Name>>?</span><<stopsound $ocean>><<loopsound $deeper>><<remember $questSky = 4>>\n* [[Yes.|Yes I did]]\n* [[Maybe.|Maybe I did]]\n* [[I forgot.|I forgot]]\n
<<timedgoto "The top 3" 1s>>
<<timedgoto "Edge of the forest" 1s>>
<<timedgoto "G Edge 2" 1s>>
Oh crap. I thought this would be a reinterpretation of Plato's Allegory of the [[Cave.|Cave 2]]<<stopsound $ocean>><<loopsound $deeper>>
Taller trees make me feel [[smaller|G Webshroom 1]], even if I have always been smaller than anyone I ever met.
<span id="alt3">You lack deeper feelings because you are a mere vessel driven by unspeakable forces.</span><<remember $hitchhike = 2>>\n* [[I (do not) remember the good.|Good or bad]]\n* [[I (do not) forget the bad.|Good or bad]]
<<timedgoto "G Mountain 2 2" 1s>>
<<timedgoto "G Mountain 2 2" 1s>>
<span id="alt3">Well, my spine is, in case you did not notice. But it is [[okay|It is okay]], really. I am as happy as possible.</span> \n
Well, I think I [[broke|The sky is broken]] the sky a little. Maybe.
<span id="alt3">He said we could share [[warmth.|Crunchy's heart 2]]\nI believed him. I believed he would pick leeches from my mouth and clean my teeth.</span>
<span id="alt3">No idea. At first, I thought he was made of wood. Is he [[dangerous?|Dangerous]] He looks like a crocodile.</span>
<<if ndef $metCrunchy>>I believe the island was actually smaller... I do not remember this river. Let me [[follow|G River 1]] it, or [[wait|Prairie]] for something to happen.<<else>>Let me go [[up|G River 1]] or [[down|G Beach 1 2]] the river. Any choice will lead to the same place if I go far enough.<<endif>>
<span id="alt3">What did you expect? I am a fucking giant ball of stinky shit! I am grossness [[incarnate!|You could be nice]] </span>
Hey, Quickie! How is the view? Do you need to be [[dragged|Move you]] somewhere else?\n
<span id="alt3">. . ..... .. ... ..... ........................ .. ... ..... . . ..</span>\n* [[Was it an accident?|Not very nice 2]]\n* [[Do not play dumb with me!|Not very nice 2]]
But you are no [[mammal|Mammal joy 2]], Quickie. You are an aquatic flightless bird.
We are supposed to be alone. This place was meant to be my [[desert|No warmth]] island, right?
What should I ask?\n* [[Show me the sky.|Show me the sky 1]]\n* [[Show me death.|Show me death 1]]\n* [[Nevermind.|Ask the Webshroom]]
Do not be silly. I am not a rodent. I am a [[lagomorph!|Lagomorph]]
<span id="alt1">Please press F11 to run the game in full screen, and be sure to switch the sound on before you start to [[play.|Beach]]</span>/%<<set fullscreen(true)>>%/<<set $menuScreen = 0>>\n\n<<forget $picker>>\n<<forget $beachVisited>>\n<<forget $prairie>>\n<<forget $name>>\n<<forget $quickieGone>>\n<<forget $quickieFriend>>\n<<forget $snitch>>\n<<forget $pacifist>>\n<<forget $metCrunchy>>\n<<forget $psider>>\n<<forget $flee>>\n<<forget $purpose>>\n<<forget $lion>>\n<<forget $painter>>\n<<forget $questSky>>\n<<forget $llamaBRB>>\n<<forget $skyFixed>>\n<<forget $journey>>\n<<forget $hitchhike>>\n<<forget $llamaLama>>\n<<forget $metClumsy>>\n<<forget $stonedCrunchy>>\n<<forget $rock>>\n
I guess you are looking for friends, but I am not looking for anything. I do not know. Maybe I am [[dead.|Quest]]
<span id="alt3">So I am a panda bear, and my totem animal is a rabbit. This is awkward.</span>\n* [[Maybe YOU are my totem animal.|You are my totem]]\n* [[Do I look made of wood?|Made of wood]]
<span id="alt3">. . ......... .............. .. . . . . .......... ..... . . ......... ..... . . ..... ....... . .... ...... .... ..... .... . .. ... ............. . .. ... ............. . . .......... . . . . [[?|Not very nice 4]]</span>
<span id="alt3">. . . ... . . ....... . . . ... .... ...... . . .. ...... .... ... ... ........ ...... .. . . .. .... . . . . . . . . . ...... . . . . ..</span>\n* [[Are you OK?|Not very nice 3]]\n* [[Fancy some pineapple juice?|Not very nice 3]]
Uh, OK, it is [[useless.|Grove]] He seems totally disconnected.<<remember $stonedCrunchy = 1>>
<span id="alt3">Uh? Oh shit oh shit oh shit... I had it right here in the palm of my [[hand|My hand]] where is it where is it where where wheeeeeeeere?</span>
<span id="alt3">Well, I can see that, but I do not trust everything my eyes can see. I know this world is an [[illusion.|This world is an illusion]]</span>
Uh... Bye, then. I guess I would better go to the [[hills|G Hills 1]] or to the [[river|G River 1 2]] for now.
<span id="alt3">Here is your reward. You are allowed to go [[inside.|Let me go]]</span>
<span id="alt3">I am the King. This is your quest. Go. Fetch me the color of the sky, and maybe I will reward you.</span>\n* [[But this is my desert island!|Your luck]] \n* [[I will try to (not) forget.|I will try]]\n<<remember $questSky = 1>>
<span id="alt3">I believe you. This is beautiful. Thank you. I will try to not [[forget|Color found 3]] it, wherever I may go.</span>
<span id="alt3">I will try to paint this color [[forever|Inside]] behind my eyelids.</span>
<span id="alt3">Mmmh. This might be it! </span>
<span id="alt3">[[Go|OK llama]] to the sacred grove, and tell the Psider you need to expand your mind to make the sky fit.</span>
<span id="alt3">I can feel I am coming back to reality or whatever it is called. Or maybe I am just fainting. See you [[later|Grove]], O totem animal.</span>
Yeah? Well, I am not sure I need to be [[connected|Connected]] to anyone. I wanted a desert island, and all I have got is this lousy adventure.
/*\n * This CSS is completely optional and not required (although, it might\n * make things look a bit nicer). It adds a margin between the textbox\n * and the button, and also slims the padding on the button down a bit\n * (from SugarCube's default).\n */\n.passage button[id|=textbox-button] { margin-left: 12px; padding: 2px 3px; }
<span id="alt3">Really? Speaking about food...\nI think you could help me.</span>\n* [[No, my body contains 74% fur.|74% fur]] \n* [[I may have seen a penguin...|Say the truth to Crunchy]]
<span id="alt3">You have reached the top of the mountain. What is a journey when there is nowhere left to go?</span>\n* [[It becomes a story.|A story]]\n* [[Is it death?|Death]]
<span id="alt3">Yes we did. In this place, everyone has met before, and everyone will meet again. That is what [[Quickie|You know Quickie?]] says about the toilets, anyway.</span>
<<timedgoto "The top 2" 1s>>\n\n
<span id="alt3">Crunchy broke my spine and left me here. I cannot feel anything. This is [[not so bad|Rather nice]], actually.</span> \n
So, I can talk to the [[Webshroom|Talk to the Webshroom]], the [[beetle|Talk to the beetle]], or his ball of [[dung.|Talk to the dung]]
This is a mountain of solitude. I am not sure [[ascending|G To the top]] to the top or going [[down|G Mountain 1 2]] will make a difference.
<<timedgoto "G The end 3" 2s>>
<<timedgoto "G The end 4" 2s>>
<<timedgoto "G The end 2" 2s>>
<<timedgoto "THE END" 4s>>
<<timedgoto "G The end 5" 2s>>
<<timedgoto "G The end 6" 2s>>
<span id="alt1">Yeah, me too... Aaah... the sharing of mutual warmth is what friends are made for. I am so fond of this simple [[mammal|Mammal joy]] joy.</span>
<div id="container">\n\t<div id="cube">\n\t\t<div class="back"></div>\n\t\t<div class="left"></div>\t \n\t\t<div class="bottom"></div>\n\t\t<div class="top"></div>\n\t\t<div class="right"></div>\n\t\t<div class="front"></div>\n\t</div>\n</div>\n<<timedgoto "Show me the sky 2" 12s>>
<<timedgoto "Webshroom 7" 4s>>
<span id="alt3">Clearly not. You are made of pure [[light|This world is an illusion]], or maybe of very small suns.</span>
<span id="alt3">Once the Webshroom changed me into a flower. It took me a while to understand. It was [[beautiful.|Beautiful]]</span>\n
<span id="alt3">I know everyone. I am [[everything.|Sentient]] I am the Llama Llama. Wait, no.</span>
<html>\n<svg viewBox="-200 -200 400 400" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">\n<defs>\n <rect id="markerShape" x="-1" y="-1" width="2" height="2" fill="#000000">\n <animateTransform attributeName="transform" type="rotate" to="-180,0,0" begin="0s" dur="18s" repeatCount="indefinite"/>\n </rect>\n\n <marker id="marker1" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.02,0.02)"/><!--NOTE: =1/50-->\n <animate attributeName="orient" from="0" to="-30" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker2" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.01428,0.01428)"/><!--NOTE: =1/70-->\n <animate attributeName="orient" from="0" to="-60" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker3" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.01111,0.01111)"/><!--NOTE: =1/90-->\n <animate attributeName="orient" from="0" to="-90" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker4" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.00909,0.00909)"/><!--NOTE: =1/110-->\n <animate attributeName="orient" from="0" to="-120" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker5" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.007692,0.007692)"/><!--NOTE: =1/130-->\n <animate attributeName="orient" from="0" to="-150" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker6" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.00666,0.00666)"/><!--NOTE: =1/150-->\n <animate attributeName="orient" from="0" to="-180" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n <marker id="marker7" markerUnits="strokeWidth" viewBox="-1 -1 2 2" overflow="visible" markerWidth="1" markerHeight="1">\n <use xlink:href="#markerShape" transform="scale(0.00588,0.00588)"/><!--NOTE: =1/180-->\n <animate attributeName="orient" from="0" to="-210" begin="0s" dur="3s" repeatCount="indefinite"/>\n </marker>\n\n <polygon id="basicShape" fill="none" points="\n 0,1\n 0.5,0.86603\n 0.86603,0.5\n 1,0\n 0.86603,-0.5\n 0.5,-0.86603\n 0,-1\n -0.5,-0.86603\n -0.86603,-0.5\n -1,0\n -0.86603,0.5\n -0.5,0.86603" \n />\n</defs>\n\n<g>\n <use xlink:href="#basicShape" transform="scale(50,50)" stroke-width="14" marker-mid="url(#marker1)" marker-start="url(#marker1)"/>\n <animateTransform attributeName="transform" type="rotate" to="30,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n<g>\n <use xlink:href="#basicShape" transform="scale(70,70)" stroke-width="15" marker-mid="url(#marker2)" marker-start="url(#marker2)"/>\n <animateTransform attributeName="transform" type="rotate" to="60,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n <g>\n <use xlink:href="#basicShape" transform="scale(90,90)" stroke-width="16" marker-mid="url(#marker3)" marker-start="url(#marker3)"/>\n <animateTransform attributeName="transform" type="rotate" to="90,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n<g>\n <use xlink:href="#basicShape" transform="scale(110,110)" stroke-width="17" marker-mid="url(#marker4)" marker-start="url(#marker4)"/>\n <animateTransform attributeName="transform" type="rotate" to="120,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n<g>\n <use xlink:href="#basicShape" transform="scale(130,130)" stroke-width="18" marker-mid="url(#marker5)" marker-start="url(#marker5)"/>\n <animateTransform attributeName="transform" type="rotate" to="150,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n<g>\n <use xlink:href="#basicShape" transform="scale(150,150)" stroke-width="19" marker-mid="url(#marker6)" marker-start="url(#marker6)"/>\n <animateTransform attributeName="transform" type="rotate" to="180,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n<g>\n <use xlink:href="#basicShape" transform="scale(170,170)" stroke-width="21" marker-mid="url(#marker7)" marker-start="url(#marker7)"/>\n <animateTransform attributeName="transform" type="rotate" to="210,0,0" begin="0s" dur="3s" repeatCount="indefinite"/>\n</g>\n</svg>\n</html>\n<<display "Do forget">><<timedgoto "Beach" 12s>>
<div id="container">\n\t<div id="cube">\n\t\t<div class="back"></div>\n\t\t<div class="left"></div>\t \n\t\t<div class="bottom"></div>\n\t\t<div class="top"></div>\n\t\t<div class="right"></div>\n\t\t<div class="front"></div>\n\t</div>\n</div>\n<<timedgoto "Show me death 2" 12s>>
<span id="alt3">Mmh. Maybe that is it. Maybe not. It is not the exact color I am trying to [[remember.|Color maybe found 2]]</span>
<<timedgoto "G Hills 2 2" 1s>>
There is a moutain? Okay. Thanks, vegan apex predator friend. I will see you [[later|River 2]], then.\n<<remember $metCrunchy = 1>>
<<timedgoto "G Prairie 2" 1s>>
<<timedgoto "The top 5" 1s>>\n\n
<<timedgoto "G Prairie 2 2" 1s>>
<<timedgoto "What this means" 4s>>\n<<remember $llamaBRB = 1>>
<span id="alt3">Yes, I am sorry, O totem animal. [[Thanks|Grove]] for showing me the path. I will do as you say.</span><<remember $metClumsy = 1>>
<span id="alt3">The use of sarcasm is [[forbidden|Beware the wrath]] in this sacred grove. Thou shalt not make fun of the Webshroom.</span>
I forgot. I saw the sky, and it entered my mind, and then it left, and now its color is forever [[gone.|Color forgotten]]
Glad to help, Crunchy. My name is <<display Name>>. Maybe you can help too... Do you know the [[Llama Lama?]]
<span id="alt3">What? You unworthy subject! Say something like "Greetings, your Majesty". I am the [[King|The King]], do not dare to ever forget it!</span>
<span id="alt3">It does not matter. Sometimes you are [[here|Here]] to learn, and sometimes to teach.</span>
<span id="alt3">You saw him! Where? I will tear the little bastard's limbs apart and leave him bleed.</span>\n* [[Sounds like gratuitous violence.|Gratuitous violence]]\n* [[I saw him earlier in the prairie.|He is gone]]
<<timedgoto "G Webshroom 2" 1s>>
<<timedgoto "Webshroom" 1s>><<stopsound $playground>><<loopsound $ocean>>
<span id="alt3">Stop it, you worthless ball of dung! Say that again and I will make you roll on the other side of the moutain and never pick you up again, do you [[hear|Do you hear]] me?</span>
<span id="alt1">You are a liar, <<display Name>>. But you try to spare my sensitivity so I guess you are [[OK.|Closer]]</span>
Help you? Well... Maybe try to become a rock. Rocks usually have no problem [[being|Being a rock]] just rocks, from what I have heard.<<remember $rock = 1>>
A problem has been detected and the sky has been shut down to prevent damage to your mind.\n\nThe problem seems to be caused by the following file: GOD.SYS\n\nRANDOM_DOORS_OF_PERCEPTION_UNLOCKING_ATTEMPT\n\nIf this is the first time you've seen this Stop error screen,\nrestart your mind. If this screen appears again, follow these steps:\n\nCheck to make sure any new hardware or software is properly installed. If this is a new incarnation, ask your hardware or software manufacturer for any sky updates you might need.\n\nIf problems continue, disable or remove any new installed hardware or software. Disable BIOS memory option such as caching or shadowing. If you need to use Safe Mode to remove or disable components, restart your mind, press your belly button to select Advanced Startup Options, and then select Safe Mode.\n\nTechnical information:\n\n<span>*** STOP: 0x00000050 (0xFD3094C2,0x00000001,0xFBFE7617,0x00000000)</span>\n\n<span>*** OMGKTHXBYE.SYS - Adress FBFE7617 base at FBFE5000, DateStamp 3D6DD67C</span>\n\nBeginning dump of physical memory\n<span id="countdown"></span><<countdown>>\n<<timedgoto "Dang" 30s>><<stopallsound>>
<span id="alt3">Maybe you will. Ask it to show you what you [[seek|Webshroom 1]], and you will see. But be careful with what you ask.</span>\n
<span id="alt3">It is better than grey, or better than black, I guess. We do not really care anymore, do we? We can [[imagine|Color forgotten 3]] it all.</span>
<span id="alt3">We can pretend we once cared. We can say the color of the sky once mattered, knowing [[nobody|Inside]] is left to listen.</span>
<span id="alt3">I believed this would be the beginning of a pure [[symbiotic|Mythical crap]] relationship. But then he ran away.</span>
<span id="alt3"><<if $painter eq 1>>Nobody obeys me. But colors, they follow my [[rules.|My rules]] Most of them do.<<else>>Nobody obeys me, but I am also a painter. Colors, they follow my [[rules.|My rules]] Most of them do.<<endif>></span>
<span id="alt3">Once I [[became|Upgrading minds]] a penguin. It was... special. The Webshroom is your friend. Show him respect and he will show you respect.</span>\n
Hey, Quickie! What are you doing? Are you [[dead|I am not dead]] or something?\n
<<timedgoto "Meet Quickie" 4s>>
I feel like some tiny fragment of something huge which will never know I exist. Let me go back [[down.|G Mountain 1 2]]
This is the top, I think. I can wait here [[forever.|Forever]] Or I can climb [[down.|G From the top]]
Hello, Mr. Llama. Tell me... Would you happen to [[be|Everything is possible]] the Llama Lama?
Hey! I can see someone up there. Shoud I go [[back|G Mountain 1 2]], or say [[hello|G To the top 2]]?
There is no one up there. The top is the place where nobody goes... I should climb [[down.|G Mountain 1 2]]
I wish I was a little round rock to run [[down|G Mountain 1 3]] the mountain without an effort.