Dr. Lovecraft approaches you. "You will not get anywhere here with that kindn of attitude. If you refuse to willingly take it, we will have no other option but to force it into you," he says sternly while flashing a syring sitting in his coat pocket. \n\nYou don't fancy needles, so you [[take the medicine|oblige]]\n\n<<stopsound "clock.mp3">>
(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("storeArea").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}());
Just as you finally have the paperwork in your hands, the office door creaks open, and Dr. Lovecraft catches you red-handed. \n\n"You aren't to be looking at that, young lady. I'll let it slide this time, but please have a seat so we can go over your treatment," he says in a stern voice. \n\nYou place the file down back on the desk and [[take a seat|sit down]]
<<stopsound "phone.mp3">>
After being seated, the doctor speaks in a monotone voice,"you were admitted early this morning after a very traumatic incident but you seem to have no recollection of any of it, is that true?"\n\nYou nod your head and focus your eyes on the ticking clock behind him. \n\nHe speaks up again to clear the silence,"I'm sure you'll regain some of that memory and once you do, we'll need some exensive treatment and therapy. For now, I'd like to give you something to help you sleep."\n\nAs he says this, a nurse walks into the room sporting a fancy silver tray in hand, supporting a paper cup filled with water and a plastic one holding a little pink and blue capsule. \n\nThe nurse hands you the plastic up first and you [[refuse the medication|refuse]] or [[take the medicine|oblige]].\n\n<<playsound "clock.mp3">>\n
The nurse tucks you in and shuts the door on her way out. The room is dark and begins to swirl before your eyes. The formation of ghosts upon the wall scare you enough to close your eyes. When you open them, you're suddenly standing in the doorway of an overly-decorated wooden home. \n\nTo the right of you sits a staircase leading to darkness, and in front of you is a long hallway leading to a closed door with a small end table with a ringing phone and letter just a few inches away. You approach the table and [[read the letter first|letter]] or [[answer the phone|phone]].\n\n<<stopsound "pillbottle">>\n<<playsound "phone.mp3">>
You are sitting in a cold, dimly lit, therapy room. There are stacks of books, paperwork, and what looks like your file on the desk in front of you. \n\nYour curiousity gets the better of you, but you're hesitant to even move. Do you [[look at the file|look]] or [[wait for the doctor|wait]]
You pop the capsules in your mouth and chase it with the warm, stagnant water. The nurse helps lift you up from the chair and walks you to an empty, stuffy room with a small twin-sized bed in the corner. \n\n"This will be your room now, doll. Why don't you lay down and try to get some sleep?" she says sweetly as she pulls the covers down on the bed and motions you over. \n\nThe room is starting to get a little fuzzy, so you [[lay down on the bed|lay down]]\n\n\n<<stopsound "clock.mp3">>\n<<playsound "pillbottle.mp3">>
<<stopsound "phone.mp3">>
Nightmare Sequence Rough Draft\n
Taylor Lachina
You decide to place your focus on the courtyard outside the barred window. People in hopspital gowns with vacant stares scattered about make you wonder why you're here in the first place. Suddenly, the door creaks open and a very short, extremely hairy, man walks in. \n\n"Hello, I'm Dr. Lovecraft. I'd like to go over your treatment while you're here at Mercy Psychiatric Center," he says calmly. \n\nYou look down at the plastic bracelet placed tightly around your wrist and [[sit down quietly|sit down]]