You fondle <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 0.8>>\n<<set $yEd = - Math.round((10 * $yF)/10)>>\n<<set $yAd = + Math.round((20 * $yF)/10)>>\n<<set $tEd = - Math.round((0 * $tF)/10)>>\n<<set $tAd = + Math.round((20 * $tF)/10)>>\n\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
You bite <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 1.2>>\n\n<<set $yEd = - Math.round(40 * $yF)/10>>\n<<set $yAd = + Math.round(100 * $yF)/10>>\n<<set $tEd = - Math.round(10 * $tF)/10>>\n<<set $tAd = + Math.round(10 * $tF)/10>>\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
(function () {\n version.extensions['soundMacros'] = {\n major: 1,\n minor: 1,\n revision: 1\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 var i = s[j];\n i.pause();\n i.currentTime = 0;\n }\n }\n }\n var div = $("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 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}());
<<silently>>\n<<set $tF = 0.8>>\n<<set $tB = "the fingers">>\n<<endsilently>>\nYou feel the fingers of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
<<silently>>\n<<set $yE = 50>>\n<<set $yA = 0>>\n<<set $yF = 0>>\n<<set $tE = 50>>\n<<set $tA = 0>>\n<<set $tF = 0>>\n<<set $tB = "">>\n<<endsilently>>\nYour eyes open. A [[Body]] lies besides yours.\n<<playsound "trebblofang-drone0005-qloop.ogg">>
You smell <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 1.0>>\n<<set $yEd = - Math.round((10 * $yF)/10)>>\n<<set $yAd = + Math.round((30 * $yF)/10)>>\n<<set $tEd = - Math.round((0 * $tF)/10)>>\n<<set $tAd = + Math.round((30 * $tF)/10)>>\n\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
The naked body consists of [[Arms|Arm]], [[Legs|Leg]], [[Head]] and [[Trunk]].\n\nYou can touch. You can [[Wait]].\n\nYou have <<print $yE>> Energy.\nYou have <<print $yA>> Adrenaline.\n\nThe body has <<print $tE>> Energy.
You feel the head of the [[Body]].\n\nYou can reach [[Lips]], [[Ears]] and [[Neck]], which connects it to the Trunk.
You feel the leg of the [[Body]].\n\nYou can reach [[Feet]] and [[Thighs]].\n\nThe leg is connected to the [[Trunk]].
You can [[Scratch]] or [[Fondle]] <<print $tB>>.\n\nOr you can use your [[Mouth]] or [[Nose]] or [[Wait]] instead.
<<silently>>\n<<set $tF = 1>>\n<<set $tB = "the arm skin">>\n<<endsilently>>\nYou feel the arm skin of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on it.
You can [[Bite]] or [[Lick]] <<print $tB>>.\n\nOr you can use your [[Hand]] or [[Nose]] or [[Wait]] instead.
<<silently>>\n<<set $tF = 1.4>>\n<<set $tB = "the breast">>\n<<endsilently>>\nYou feel the breast of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on it.
You feel the trunk of the [[Body]].\n\nYou can reach [[Breast]], [[Back]], [[Genitals]] and [[Armpit]], which connects it to the [[Arms|Arm]].\n\nThe trunk is also connected to [[Legs||Leg]] and [[Head]].
The Body
The [[Body]]'s hands scratch your back.\n<<silently>>\n<<set $tF = 1.2>>\n<<set $yF = 1.2>>\n<<set $yEd = - Math.round((40 * $yF)/10)>>\n<<set $yAd = + Math.round((50 * $yF)/10)>>\n<<set $tEd = - Math.round((80 * $tF)/10)>>\n<<set $tAd = + Math.round((50 * $tF)/10)>>\n\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\n\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
<<silently>>\n<<set $tF = 2>>\n<<set $tB = "the genitals">>\n<<endsilently>>\nYou feel the genitals of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
<<silently>>\n<<set $tF = 1.2>>\n<<set $tB = "the neck">>\n<<endsilently>>\nYou feel the neck of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on it.
<<silently>>\n<<set $tF = 1>>\n<<set $tB = "the thighs">>\n<<endsilently>>\nYou feel the thighs of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
<<silently>>\n<<set $tF = 0.8>>\n<<set $tB = "an armpit">>\n<<endsilently>>\nYou feel an armpits of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on it.
<<silently>>\n<<set $tF = 0.8>>\n<<set $tB = "the ears">>\n<<endsilently>>\nYou feel the ears of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
You bite <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 0.8>>\n\n<<set $yEd = - Math.round((20 * $yF)/10)>>\n<<set $yAd = + Math.round((40 * $yF)/10)>>\n<<set $tEd = - Math.round((20 * $tF)/10)>>\n<<set $tAd = + Math.round((40 * $tF)/10)>>\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
You nuzzle <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 0.8>>\n<<set $yEd = - Math.round((30 * $yF)/10)>>\n<<set $yAd = + Math.round((30 * $yF)/10)>>\n<<set $tEd = - Math.round((20 * $tF)/10)>>\n<<set $tAd = + Math.round((30 * $tF)/10)>>\n\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
You scratch <<print $tB>> of the [[Body]].\n<<silently>>\n<<set $yF = 1.2>>\n<<set $yEd = - Math.round((40 * $yF)/10)>>\n<<set $yAd = + Math.round((50 * $yF)/10)>>\n<<set $tEd = - Math.round((80 * $tF)/10)>>\n<<set $tAd = + Math.round((50 * $tF)/10)>>\n\n<<set $yE = Math.round($yE + $yEd)>>\n<<set $yA = Math.round($yA + $yAd)>>\n<<set $tE = Math.round($tE + $tEd)>>\n<<set $tA = Math.round($tA + $tAd)>>\n<<endsilently>>\nYou lost <<print $yEd>> Energy. You now have <<print $yE>> Energy.\nYou gained <<print $yAd>> Adrenaline. You now have <<print $yA>> Adrenaline.\n\nThe body lost <<print $tEd>> Energy. It now has <<print $tE>> Energy.\nThe body gained ??? Adrenaline.
<<silently>>\n<<set $tF = 1.2>>\n<<set $tB = "the back">>\n<<endsilently>>\nYou feel the back of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on it.
<<silently>>\n<<set $tF = 0.8>>\n<<set $tB = "the feet">>\n<<endsilently>>\nYou feel the feet of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
<<silently>>\n<<set $tF = 1>>\n<<set $tB = "the lips">>\n<<endsilently>>\nYou feel the lips of the [[Body]].\n\nYou can use your [[Nose]], [[Hand]] or [[Mouth]] on them.
<html><a href="http://qubodup.net" target="_blank">Iwan 'qubodup' Gabovitch</a></html>\n\n<html><a href="http://freesound.org/people/Trebblofang/sounds/172662/" target="_blank">Drone Ambience</a> by Trebblofang.</html>
You feel the arm of the [[Body]].\n\nYou can reach [[Fingers|Fingers]], [[Arm Skin]] or [[Armpit]], which connects it to the [[Trunk]].
You can [[Smell]] or [[Nuzzle]] <<print $tB>>.\n\nOr you can use your [[Hand]] or [[Mouth]] or [[Wait]] instead.