diff --git a/src/SynthFur.twee b/src/SynthFur.twee index 2e1a51d..fb8bb92 100644 --- a/src/SynthFur.twee +++ b/src/SynthFur.twee @@ -13,7 +13,17 @@ Synthetic Fur :: About {"position":"325,250","size":"100,100"} -(align:"=><=")+(box:"X=")[You play as $player, a blue fennec who hired $synth. $synth is an android that works as a butler.] +(align:"=><=")+(box:"X")[= +=|= +You play as $player, a blue fennec who hired $synth, an android that was hired to work as a butler. +=|= +Written by Tony Bark + +Based on Model T by Tony Bark +|==| + +(text-style:"subscript")[ Synthetic Fur is marked with CC0 1.0 Universal. To view a copy of this license, visit https://creativecommons.org/publicdomain/zero/1.0/ ] + :: Chapter 1 {"position":"200,625","size":"100,100"} @@ -26,6 +36,10 @@ You close the door behind you after Nathan fully steps in. "Not much," you sheep Your ears perked up at their surprise compliment. +:: Footer [footer] {"position":"450,375","size":"100,100"} +(align:"=><=")+(box:"X")[ ] + + :: Header [header] {"position":"325,375","size":"100,100"} (align:"=><=")+(box:"X")[ [[Settings->Settings]] | [[About->About]] ] (seed:"36ac6237-cefe-4f59-894e-0cc812654f44") @@ -41,21 +55,20 @@ Your ears perked up at their surprise compliment. :: On Load [startup] {"position":"200,250","size":"100,100"} (set: $player to "Zack") -(set: $nick to "Z") +(set: $nick to "Ze") (set: $dj to "Furry Blue DJ") (set: $synth to "Nathan") -(set: $lewd to false) (set: $d6 to (random: 1,6)) :: Prologue {"position":"200,500","size":"100,100"} With one leg up on your office chair, a slight turn of a dial, and the headphone to your ear, you closed your eyes. The music flowed through your ears like an incoming wave. - +(set: _openDoor = "opened it") Suddenly, there was a soft knock that began to fill your thoughts. Trying to focus, the second knock was louder. Finally, the third knock startled you from your trance, causing you to jump in your chair as you opened your eyes. (if: 3 <= $d6)["Yipe!" You cried out as you almost fall out of chair.](else:)["Woops," you mutter to yourself.] -You stood up from your chair and regained your composure, you ran the front door then opened it up (click: "front door")[An android with a fennec aesthetic and blue alloy skin that matched yours stood before you. "Greetings, $player," they said with a graceful bow before standing right back up. +You stood up from your chair and regained your composure, you ran the front door then _openDoor. (click: _openDoor)[=An android with a fennec aesthetic and blue alloy skin that matched yours stood before you. "Greetings, $player," they said with a graceful bow before standing right back up. You took a moment to examine them. The android was dressed in a matching gray t-shirt and chaps that framed their panties. On the left side of their shirt was a single blue stripe ran from the top to bottom, while a white logo in the shape of a paw on the top right sleeve. @@ -63,7 +76,7 @@ You took a moment to examine them. The android was dressed in a matching gray t- "That is correct." $synth replied. "Forgive me for disturbing you," he added. -"Not at all," you shrug. "[[Make your self at home->Chapter 1]]," you step aisde to let them in.] +"Not at all," you shrug. "[[Make your self at home->Chapter 1]]," you step aisde to let them in. :: Settings {"position":"325,500","size":"100,100"} @@ -76,12 +89,22 @@ You took a moment to examine them. The android was dressed in a matching gray t- (input-box:2bind $dj,"X",1,"") =|= ''Nickname'' -(input-box:2bind $dj,"X",1,"") +(input-box:2bind $nick,"X",1,"") |==| (button:)(link-goto: "Save", (history:)'s last) +:: Your Room {"position":"325,625","size":"100,100"} +You gestured into your bedroom. "Probably the messiest part of the house," you joke. +(set: _walktoBed = "You pointed up then walk towards it") +As $synth stepped in, they were in a slight awe of the bunk bed at the sight of the bunk bed that had a bunch of worn clothes and underwear laying on it. Directly facing it was a cluttered computer desk with another flat screen TV mounted on a shelf directly beside it. The computer screen showed a mixing software, and directly underneath the window was a weekly schedule for something. + +$synth looked up to see the dome that let in natural sunlight before turning towards you with a raise eyebrow. "How did you get a bunk bed into an apartment?" They asked. + +_walktoBed. (click: _walktoBed)[="There's a little a hatch here," you say while climbing up the ladder and opening up the window. + + :: d6 {"position":"450,250","size":"100,100"} (change: $d6 to (random: 1,6))