Hello everyone! This is my first attempt at making a game, so there may be bugs that i will try to iron out as the development goes on. In addition, this is the first version of the game so it's intended to be more of a preview and won't have much content. But, if you like this game and would like to see it grow, it would be a huge help if you can support me on <a href="https://www.patreon.com/MisterHero" target="_blank">patreon</a>
But before we begin this game is intended for adults so only continue if you're of age in your country.
[[continue|player intro]]<<ctp "test">>
hi
my name is jack
hdhdh
ghdhdb
dhdhd
bdhdh
ydgd
uxjxhx
hxhx
hxhx
th
<<linkreplace "next">><<scrollTop>><<ctpAdvance "test">><</linkreplace>>
<<ctpNext clear>>
and now
<</ctp>><<set $p ={
name: "Kevin",
money: 200,
int: 1,
fit: 1,
m: "tenant",
ys: "roommate",
vials: 0,
}>>
<<set $m ={
name: "Alice",
rel: "landlady",
love: 10,
corruption: 0,
inf: 0,
}>>
<<set $ys ={
name: "Sarah",
rel: "roommate",
love: 0,
corruption: 0,
inf: 0,
}>>
<<set $up ={
first: 1,
inf: 0,
}>>
<<set $Days = ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]>>
<<set $Times =
["Early Morning","Morning","Noon","Afternoon","Late Afternoon","Evening","Night"]>>
<<set $time={
day: "",
time: "",
dn: 2,
tn: 0,
getDay: function(cd){
this.day = $Days[cd];
return this.day;
},
getTime: function(cT) {
this.time = $Times[cT];
return this.time;
},
newDay: function(){
this.tn = 0;
if (this.dn == 6){
this.dn = 0;
}
else{
this.dn += 1;
}
this.day = $Days[this.dn];
this.time = $Times[this.tn];
return this.day;
return this.time;
},
passTime: function(h) {
this.tn += h;
if (this.tn >= 7) {
this.tn = 6;
this.dn += 0;
if (this.dn > 6) {
this.dn = 0;
}
}
this.time = $Times[this.tn];
this.day = $Days[this.dn];
return this.time;
return this.day;
},
}>><<if $initiate === 1>>
<<nobr>>
<<set $time.day = $time.getDay($time.dn)>>
<<set $time.time = $time.getTime($time.tn)>>
$time.day - $time.time<</nobr>>
money: $p.money
intelligence: $p.int
fitness: $p.fit
<</if>>
[img[img/misc/logo/patreonIcon.png][https://www.patreon.com/MisterHero]]
<hr/>what is your name?
<<textbox "$p.name" "Kevin">>
[[next|alice intro]]<img src="img/Sarah/Sarah body.jpg">
This is Sarah, she is 19,she is Alice's daughter and your:
<<textbox "$ys.rel" "younger roommate">>
which means you are her:
<<textbox "$p.ys" "older roommate">>
[[next|skip?]]Alice: alexis fawx
boss: angela white
Sarah: adriana chechik@@.you;
You
<hr/>
you.@@
@@.emote;
emote.@@
@@.alice;
Alice
<hr/>
alice.@@
@@.sarah;
Sarah
<hr/>
sarah.@@
@@.stuff;
stuff.@@
@@.linda;
Linda
<hr/>
linda.@@
@@.mike;
Mike
<hr/>
mike.@@
@@.youth;
youth.@@
@@.love;
love.@@
@@.corruption;
corruption.@@<img src="img/misc/alarm.jpg">
@@.you;
You
<hr/>
urgh...Guess it's time to get up.@@
you turn off the alarm and start getting ready for work.
you work at a nanomedicine research facility, as a janitor.
you never felt like you fit with school, which is why you dropped out of college and ended up with this job.
it pays well enough, i mean its not gonna make you a millionaire any time soon, but you're also not on the street.
[[get up and go to the shower|lore B]]<img src="img/misc/bathroom door.jpg">
As you get closer to the bathroom, you can hear the water running and some slightly off tune singing. At a closer inspection, you notice that the door is slightly open.
@@.youth;
looks like <<link "Sarah">><<script>>Dialog.setup("Sarah");
Dialog.wiki(Story.get("Sarah").processText());
Dialog.open();<</script>><</link>> woke up late today.
Oh well, it's not like I'm in that much of a rush, I can just go eat before I take a shower.@@
[[have breakfast|lore C]]<<link "characters">>
<<script>>
Dialog.setup("characters");
Dialog.wiki(Story.get("characters").processText());
Dialog.open();
<</script>>
<</link>><<button 'Alice'>>
<<script>>
Dialog.setup("Alice");
Dialog.wiki(Story.get("Alice").processText());
Dialog.open();
<</script>>
<</button>>
<<button 'Sarah'>>
<<script>>
Dialog.setup("Sarah");
Dialog.wiki(Story.get("Sarah").processText());
Dialog.open();
<</script>>
<</button>>
<<button 'Linda'>>
<<script>>
Dialog.setup("Linda");
Dialog.wiki(Story.get("Linda").processText());
Dialog.open();
<</script>>
<</button>>
<<button 'Mike'>>
<<script>>
Dialog.setup("Mike");
Dialog.wiki(Story.get("Mike").processText());
Dialog.open();
<</script>>
<</button>><img src="img/Alice/Alice body.jpg">
Name: Alice
Age: 42
Height: 163cm(5'4")
@@.stuff;
Alice is your $m.rel, she is one of the smartest and nicest women you've ever met. She works in a sales company, and because of how nice she is, she gets walked all over which puts a lot of stress on her day to day life.@@
<<button "characters">>
<<script>>
Dialog.setup("characters");
Dialog.wiki(Story.get("characters").processText());
Dialog.open();
<</script>>
<</button>><img src="img/Sarah/Sarah body.jpg">
Name: Sarah
Age: 19
Height: 157cm(5'2")
@@.stuff;
Sarah was never the nicest, she was always spoiled by Alice. Her bitchy attitude was always annoying but it got especially bad after you dropped out and started working as a janitor.
You kinda got along when you were young, but now she takes every opportunity to taunt you and make fun of you.@@
<<button "characters">>
<<script>>
Dialog.setup("characters");
Dialog.wiki(Story.get("characters").processText());
Dialog.open();
<</script>>
<</button>><img src="img/Alice/Alice body kitchen.jpg">
As you walk into the kitchen, you see that <<link "Alice">><<script>>Dialog.setup("Alice");
Dialog.wiki(Story.get("Alice").processText());
Dialog.open();<</script>><</link>> has finished making breakfast and has put the food on the table. As she was about to clean the pans, she notices you and turns around.
@@.alice;
Alice
<hr/>
Good morning honey, aren't you supposed to be taking a shower?@@
@@.you;
You
<hr/>
good morning $m.rel, looks like sarah woke up late today and is taking a shower right now so i'm going to eat first.@@
@@.alice;
Alice
<hr/>
yeah, i think she stayed up late yesterday working on a project for school, you know her grades are better than ever.@@
you grimace at the mention of school reminding you of your failure.
@@.emote;
alice sees the hurt expression on your face.@@
@@.alice;
Alice
<hr/>
you know i didn't mean it like that, whatever you do won't affect my love for you.@@
@@.emote;
saying that she leans in and gives you a hug.@@
@@.you;
You
<hr/>
i know alice, it's okay i just don't like remembering what happened, but i understand that i can't force everyone around me to tiptoe around the subject.@@
@@.alice;
Alice
<hr/>
I'm glad you understand, and i will try my best not to mention school around you.@@
@@.you;
You
<hr/>
thanks alice.@@
saying that, you finish eating your food and put your dishes in the sink.
@@.alice;
Alice
<hr/>
now go take a shower you don't want to smell like that at work.@@
you giggle at alice's attempt to lighten the mood.
[[go take a shower|lore D]]<img src="img/sarah/sarah bathroom 1.jpg">
As you open the bathroom door, you noticed that your $ys.rel was still inside, wearing a bathtowel, she also noticed you when you entered
@@.you;
You
<hr/>
Sorry Sarah! I thought you had already finished!@@
@@.sarah;
Sarah
<hr/>
yeah right, did you think i was already finished or are you just trying to take a peak at your $ys.rel while she's taking a shower.@@
why does she have to be such a bitch.
@@.you;
You
<hr/>
no it's just that the door was open so i thought you already left.@@
you notice that you can sea her sideboob because her towel is drooping.
@@.emote;
sarah notices you staring at her exposed skin and immediately covers up.@@
@@.sarah;
Sarah
<hr/>
what the fuck, you pervert.@@
saying that she runs out of the bathroom.
you feel it's useless to run after her and try to explain so you just give up.
[[take a shower|lore E]]<img src="img/alice/alice livingroom.jpg">
As you're leaving the bedroom you spot your $m.rel looking gorgeous in the livingroom.
@@.alice;
Alice
<hr/>
Hey honey, are you going to work?@@
@@.you;
You
<hr/>
Yes $m.rel i was heading to my car right now. Btw you look gorgeous where are you heading?@@
@@.alice;
Alice
<hr/>
Something happened at work and they need me to come help.@@
@@.you;
You
<hr/>
They've been making you work a lot lately, they should probably give you a raise.@@
@@.emote;
Alice laughs.@@
@@.alice;
Alice
<hr/>
Well i wouldn't say no to one.@@
you were about to head to your car when alice added.
@@.alice;
Alice
<hr/>
you're gonna let me leave without giving me a kiss goodbye?@@
@@.you;
You
<hr/>
Of course not.@@
Alice still treats me like a child sometimes, but i'm not complaining.
[[to work|lore G]]<<widget "scrollTop">>
<<timed 0s>>
<<run $("html, body").stop().animate({ scrollTop: 0 }, 0)>>
<</timed>>
<</widget>>
<<widget "NewDay">>
<<run $time.newDay()>>
<</widget>>
<<widget "Dash">>
<<if $args[0].length > 0>>
- @@$args[0]@@
<</if>>
<</widget>>
<<widget "btnLink">>
<<if $args[0]>>
<<if not isString($args[0])>>
@@.btnUI;<<button $args[0]>>
<<silently>>
<<if $args.length > 1>>
<<for _i = 1; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<<else>>
@@.btnUI;<<button $args[0] $args[1]>>
<<silently>>
<<if $args.length > 2>>
<<for _i = 2; _i < $args.length; _i++>>
<<= '<<set '+$args[_i]+'>>'>>
<</for>>
<</if>>
<</silently>>
<</button>>@@
<</if>>
<</if>>
<</widget>><img src="img/sarah/sarah school.jpg">
after you finish taking a shower, you start heading to your room to change when you spot your $ys.rel in the kitchen.
@@.you;
You
<hr/>
looks like you're ready for school, do you want a ride?@@
she thinks for a few seconds while looking at you.
@@.sarah;
Sarah
<hr/>
why so you could ogle me all the way there?@@
@@.you;
You
<hr/>
i wasn't ogling yo...@@
she interrupts you before you can finish
@@.sarah;
Sarah
<hr/>
save your excuses they won't work on me I'm leaving.@@
guess there's nothing i can do.
[[go change|lore F]]<img src="img/linda/linda office.jpg">
As you arrive at work you notice your boss <<link "Linda">><<script>>Dialog.setup("Linda");
Dialog.wiki(Story.get("Linda").processText());
Dialog.open();
<</script>><</link>> standing there. You try to sneak by hoping she doesn't notice you.
@@.linda;
Linda
<hr/>
Where do you think you're going?@@
//fuck//
@@.you;
You
<hr/>
Hi linda, i was heading in to do my job, you know the one you pay me to do.@@
@@.linda;
Linda
<hr/>
Still as funny as always i see. But also still as late as always $p.name.@@
@@.you;
You
<hr/>
well my $ys.rel woke up late which delayed my shower.@@
Linda shushes you
@@.linda;
Linda
<hr/>
Stop making excuses $p.name this isn't only a today issue. you've been coming in late for a week straight, if that keeps happening i will have to fire you.@@
@@.you;
You
<hr/>
yes ma'am, it won't happen again.@@
@@.linda;
Linda
<hr/>
Good, now get to work.@@
what a bitch.
[[get to work|lore H]]<img src="img/linda/linda body.jpg">
Name: Linda
Age: 37
Height: 160cm(5'3")
@@.stuff;
Linda is your boss, she's never been nice to you, but to be fair you've never seen her be nice to anyone before. She is very strict and likes to keep a tight schedule.@@
<<button "characters">>
<<script>>
Dialog.setup("characters");
Dialog.wiki(Story.get("characters").processText());
Dialog.open();
<</script>>
<</button>><img src="img/mike/mike.jpg">
Name: Mike
Age: 30
Height: 175cm(5'9")
@@.stuff;
Mike is one of the scientists at the lab you work in. But unlike everyone else, he is the only one who's nice to you.
He has been working on a project where nanobots would intigrate themselves with the brain opening up a lot of opportunities like increasing the intelligence of the user, or stopping seizures from even happening.@@
<<button "characters">>
<<script>>
Dialog.setup("characters");
Dialog.wiki(Story.get("characters").processText());
Dialog.open();
<</script>>
<</button>><<ctp "h">>
<img src="img/mike/mike.jpg">
you go in and notice that <<link "Mike">><<script>>
Dialog.setup("Mike");
Dialog.wiki(Story.get("Mike").processText());
Dialog.open();
<</script>><</link>> saw the whole thing.
@@.mike;
Mike
<hr/>
I see she's a bitch like always.@@
@@.you;
You
<hr/>
yeah, but she is kinda right i have been coming in kinda late lately.@@
@@.mike;
Mike
<hr/>
so what, it's not like you're spending you're entire shift cleaning. Half of your time is spent just sitting around because this place isn't that big.@@
@@.mike;
Mike
<hr/>
anyway forget about her. guess what happened today.@@
@@.you;
You
<hr>
what?@@
@@.mike;
Mike
<hr>
my project got approved for human research.@@
@@.emote;
mike notices the look of confusion on your face.@@
@@.mike;
Mike
<hr>
you know the one with the nanobots and the brain, don't tell me you forgot about "animus".@@
@@.you;
You
<hr>
oh yeah I remember, congrats man.@@
you continue discussing the project for a few more minutes.
@@.you;
You
<hr>
well i think it's best i get to work now, talk to you later man.@@
@@.youth;
i can't believe how oblivious he is, does he really not notice how powerful what he has is. i have to get my hands on some of that.@@
you finish your work and head home.
<<linkreplace "on your way home">><<scrollTop>><<ctpAdvance "h">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/driving.jpg">
as you're driving you can't stop thinking about Mike's project.
@@.youth;
i mean seriously, if you use it correctly you could rule the world, and all he can think about is curing seizures.@@
[[arrive back home|lore I]]
<</ctp>><<ctp"i">>
<img src="img/misc/kitchen.jpg">
You arrive home and can't seem to find anyone.
@@.youth;
seems like alice is still at work, and i assume sarah is out with her friends. looks like i have the house to myself.@@
you go to the kitchen and make yourself something to eat and then head to your room.
you lay on bed and start watching some metube while you eat.
<<linkreplace "you hear something in the house">><<scrollTop>><<ctpAdvance "i">><</linkreplace>>
<<ctpNext clear>>
<img src="img/sarah/sarah kitchen.jpg">
you look around to see what it was and find sarah in the kitchen.
@@.sarah;
Sarah
<hr/>
urgh... i thought no one was gonna be home.@@
@@.you;
You
<hr/>
why do you hate me so much even though I've never done anything bad to you?@@
@@.sarah;
Sarah
<hr/>
Beacause you're a perv and a leech, you dropped out of school and now alice has to take care of you for nothing.@@
@@.you;
You
<hr/>
i have a job, while you go out every day with your friends doing nothing.@@
@@.sarah;
Sarah
<hr/>
that thing you call a job doesn't even give you enough to pay rent. and I'm still in college I'll get a job after i graduate.@@
@@.you;
You
<hr/>
go fuck yourself, I don't have the energy for you after dealing with that bitch Linda all day.@@
saying that you head to your room.
@@.sarah;
Sarah
<hr/>
yeah run away like you always do, you coward.@@
[[inside your room|lore J]]
<</ctp>><<ctp "j">>
<img src="img/misc/bed.jpg">
as you lay down on your bed, you think about Sarah's words.
@@.youth;
she is kinda right, i am leeching off of alice. i have to figure something out, i am the man of the house after all.@@
you sit at your desk trying to figure out what to do.
@@.youth;
i have to find a way to get my hands on "animus".@@
you spend the next few hours trying to come up with ideas, but nothing comes up.
<<linkreplace "you hear alice calling you">><<scrollTop>><<ctpAdvance "j">><</linkreplace>>
<<ctpNext clear>>
<img src="img/alice/alice yoga.jpg">
you look for alice and find her doing some yoga in the livingroom.
@@.you;
You
<hr/>
did you call me?@@
@@.alice;
Alice
<hr/>
yeah i was going to start making dinner after this and i wanted to know if you wanted anything specific.@@
@@.you;
You
<hr/>
I think i'm gonna skip dinner today actually.@@
@@.emote;
alice has a concerned look on her face.@@
@@.alice;
Alice
<hr/>
why? is something wrong? are you sick? should i call a doctor?@@
there she goes treating me like a child again.
@@.you;
You
<hr/>
I'm okay $m.rel, i'm just not hungry.@@
@@.emote;
alice looks relieved.@@
@@.alice;
Alice
<hr/>
ok honey, if you change your mind just tell me.@@
@@.you;
You
<hr/>
ok $m.rel.@@
[[back to your room|lore K]]
<</ctp>><<ctp "k">>
<img src="img/misc/desk.jpg">
you sit back down at your desk and get back to it.
@@.youth;
why is this so hard.@@
after a couple of hours you make a realization.
@@.youth;
the lab is currently understaffed, and everyone is being worked to death, so i could convince him to let me help him with the project using my background in nanomedicine, and then i'll take what i want when he's not looking.@@
once you're done with that you look at the clock and realize it's already 11:00PM.
@@.youth;
i should go to sleep i don't want to be late tomorrow.@@
<<linkreplace "you go to sleep">><<scrollTop>><<ctpAdvance "k">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/alarm.jpg">
you wake up to a new day of the same old thing.
@@.you;
You
<hr/>
today i become powerful.@@
you get up and get ready to take a shower.
@@.youth;
i hope sarah didn't wake up late today too, I don't want a repetition of yesterday.@@
[[head to the shower|lore L]]
<</ctp>><<ctp "l">>
<img src="img/misc/bathroom door.jpg">
as you approach the bathroom, you can't hear anything from inside.
@@.youth;
looks like sarah didn't wake up late today.@@
you get in and start taking a shower
@@.youth;
it's great that there wasn't a repeat of yesterday this way i won't have to deal with sarah again.@@
as you leave the bathroom you realize that you can't hear anyone.
<<linkreplace "check the kitchen">><<scrollTop>><<ctpAdvance "l">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/kitchen.jpg">
you head to the kitchen to see if anyone is there but you only find a note on the counter from $m.rel.
@@.alice;
Alice
<hr/>
they called me into work early today and i didn't have time to make breakfast so your going to have to figure it out on your own.@@
looks like she gave sarah a ride on her way to work.
@@.youth;
well i better get to work too so that i don't have to deal with linda's bitchiness again today.@@
[[get ready and head to work|lore M]]
<</ctp>><<ctp "dis">>
<img src="img/misc/facility.jpg">
you arive at work and look around, but you can't seem to find mike anywhere.
@@.youth;
looks like i'll have to wait.@@
you start doing your job, going around cleaning, until you spot mike heading to his lab, so you go in after him to talk to him.
@@.you;
You
<hr/>
hey mike, i wanted to ask you about something.@@
@@.emote;
mike turns around to look at you.@@
@@.mike;
Mike
<hr/>
oh hey $p.name, yeah what's up.@@
<<linkreplace "ask about animus">><<scrollTop>><<ctpAdvance "dis">><</linkreplace>>
<<ctpNext clear>>
<img src="img/mike/mike.jpg">
@@.you;
You
<hr/>
you said your project got approved for human trials, right?@@
@@.mike;
Mike
<hr/>
yes, why?@@
@@.you;
You
<hr/>
you know that's going to increase your workload by a lot right?@@
@@.mike;
Mike
<hr/>
yeah but i'll have to get through it, for science.@@
@@.you;
You
<hr/>
i could help.@@
mike thinks about it for a bit and then replys.
@@.mike;
Mike
<hr/>
how would you do that? you don't have a degree.@@
@@.you;
You
<hr/>
well i can help around the lab, maybe help with processing the data, or administering animus, that kind of stuff.@@
@@.mike;
Mike
<hr/>
what about linda, i don't think she will like that.@@
@@.you;
You
<hr/>
she doesn't need to know, as far as she is concerned i'm cleaning your lab.@@
@@.mike;
Mike
<hr/>
okay then you're help is welcome, when do you want to start?@@
@@.you;
You
<hr/>
we'll start today but first i have to go clean more of the facility so that linda doesn't get mad.@@
@@.mike;
Mike
<hr/>
i'll see you then.@@
[[clean the rest of the facility|lore N]]
<</ctp>><img src="img/Alice/Alice body.jpg">
This is Alice, she is 42, and she is your:
<<textbox "$m.rel" "landlady">>
which means you are her:
<<textbox "$p.m" "tenant">>
[[next|sarah intro]]<img src="img/misc/desk.jpg">
This is your room, here you can waste time on your computer,
<<if ($time.dn != 5 and $time.dn != 6) and ($time.tn == 2 or $time.tn ==3)>>
i should be at work
<<else>>
<<btnLink "Use your computer" "computer">>
<</if>>
<<btnLink "Leave your room" "House">>
<<if $time.tn == 6>>
<<btnLink "Go to sleep" "sleep">>
<</if>><<btnLink "Character settings" "character settings">>
<<btnLink "Pass some time" "Pass time">>
<<btnLink "View stats" "view stats">>
[[back|Your room]]<img src="img/misc/house.jpg">
<<GetFamLoc>>
<<btnLink "Go to your bedroom <<Dash @@$LocBedroom@@>>" "Your room">>
<<btnLink "Go to Alice's bedroom <<Dash @@$LocMBedroom@@>>" "Alice's room">>
<<btnLink "Go to Sarah's bedroom <<Dash @@$LocYsBedroom@@>>" "Sarah's room">>
<<btnLink "Go to the Kitchen <<Dash @@$LocKitchen@@>>" "Kitchen">>
<<btnLink "Go to the Bathroom <<Dash @@$LocBathroom@@>>" "Bathroom">>
<<btnLink "Go to the Livingroom <<Dash @@$LocLivingroom@@>>" "Livingroom">>
<<btnLink "Go to the Yard <<Dash @@$LocYard@@>>" "Yard">>
<<if ($time.dn != 5 and $time.dn != 6) and ($time.tn == 2 or $time.tn ==3)>>
<<goto "Go work">>
<</if>>how should you refer ro Alice
<<textbox "$m.rel" $m.rel>>
how should alice refer to You
<<textbox "$p.m" $p.m>>
how should you refer to Sarah
<<textbox "$ys.rel" $ys.rel>>
how should sarah refer to You
<<textbox "$p.ys" $p.ys>>
[[done|Your room]]would you like to skip the prologue?(this isn't recommended for first time players)
[[let's get on with the story|lore A]]
[[Nah bro i'm just here to fap|Your room][$initiate = 1]]<img src="img/misc/sleep.jpg">
<<NewDay>>
[[start the new day|Your room]]<img src="img/alice/alice bedroom.jpg">
This is your $m.rel's room, she doesn't seem to be here at the moment.
<<switch $time.tn>>
<<case 6>>
<<goto "Alice sleep">>
<</switch>>
[[leave|House]]<img src="img/sarah/Sarah bedroom.jpg">
this is your $ys.rel's room, she doesn't seem to be here.
<<switch $time.tn>>
<<case 4>>
<<goto "Sarah peek">>
<<case 6>>
<<goto "sarah sleep">>
<</switch>>
[[leave|House]]<img src="img/misc/town.jpg">
This is the town, here you can go to a multitude of places.
[[gym]]
[[library]]
[[store]]
[[home|House]]<img src="img/misc/gym.jpg">
This is the gym where you can workout to increase your fitness.
<<switch $time.tn>>
<<case 6>>
you're too tired
<<default>>
[[workout]]
<</switch>>
[[leave|Town]]<img src="img/misc/library.jpg">
This is the library where you can study to increase your intelligence.
<<switch $time.tn>>
<<case 6>>
you're too tired
<<default>>
[[study]]
<</switch>>
[[leave|Town]]<video src="img/misc/gym/intro.mp4" autoplay loop/>
You checkout one of the girls as you work out.
[[back|gym][$time.passTime(1)]]
<<if $up.first>>
<<run $p.fit += 1>>
<<else>>
<<run $p.fit += 2>>
<</if>><img src="img/misc/study.jpg">
you put all your effort into studying.
[[back|library][$time.passTime(1)]]
<<if $up.first>>
<<run $p.int += 1>>
<<else>>
<<run $p.int += 2>>
<</if>><img src="img/misc/facility.jpg">
<<GetFamLoc>>
this is the research facility you work at.
<<switch $time.tn>>
<<case 2 3>>
<<btnLink "Clean the facility" "Job">>
<<btnLink "Go to Linda's office <<Dash @@$LocLOffice@@>>" "Linda's office">>
<<btnLink "Go to Mike's lab <<Dash @@$LocMOffice@@>>" "Mike's lab">>
<<default>>
your shift is over
<<btnLink "Go home" "House">>
<</switch>><img src="img/misc/kitchen.jpg">
This is the kitchen, this is where people make food, but it's also where the family eats. Your $m.rel will make breakfast in the Early Morning.
<<switch $time.tn>>
<<case 0>>
<<goto "Alice breakfast">>
<<case 1>>
<<goto "Sarah breakfast">>
<<case 2>>
i should be at work.
<<case 3>>
i should be at work.
<<case 4>>
<<case 5>>
<<goto "cook dinner">>
<<case 6>>
<</switch>>
[[back|House]]<img src="img/misc/livingroom.jpg">
This is the living room, here is where you can watch T.V. and play board games.
<<switch $time.tn>>
<<case 4>>
<<goto "Alice yoga">>
<</switch>>
[[back|House]]<img src="img/misc/job.jpg">
you do your job and clean up the facility.
[[back|Work][$p.money += 30;$time.passTime(1)]]<img src="img/misc/linda office.jpg">
<<switch $time.tn>>
<<case 2>>
Linda is here i probably shouldn't disturb her.
<<default>>
this is linda's office, she doesn't seem to be here.
<</switch>>
[[leave|Work]]<img src="img/misc/mike lab.jpg">
This is Mike's lab, here you can make upgrades to your "animus", or you can help Mike improve on it to unlock more upgrades.
<<switch $time.tn>>
<<case 2>>
<<if $up.first == 1>>
[[program "animus"|upgrade]]
<<else>>
[[Upgrade "animus"|upgrade]]
<</if>>
<<case 3>>
<<if $up.first == 1>>
[[Help Mike]]
<<elseif $up.first == 2>>
[[Help Mike|improve]]
<</if>>
<</switch>>
[[back|Work]]<img src="img/alice/alice breakfast.jpg">
you walk into the kitchen and see your $m.rel making breakfast.
@@.you;
You
<hr>
Good morning $m.rel.@@
@@.emote;
Alice turns around and looks at you.@@
@@.alice;
Alice
<hr>
Good morning $p.name.@@
@@.you;
You
<hr>
aren't i lucky to have such an amazing and loving $m.rel who makes me breakfast every morning?@@
@@.emote;
you say as you approach and hug Alice.@@
@@.alice;
Alice
<hr>
and aren't i lucky to have such a sweet $p.m.@@
@@.love;
Alice loves you more.@@
after that sweet interaction you sit down and have breakfast with your $m.rel.
[[back|House][$time.passTime(1),$m.love += 1]]<img src="img/linda/linda office.jpg">
after you're done cleaning up the facility, you start heading to mike's office but then linda calls you to her office.
@@.you;
You
<hr>
you called for me?@@
@@.linda;
Linda
<hr>
yeah, please take a seat.@@
you sit down and she continues talking.
@@.linda;
Linda
<hr>
i believe you've heard about mike's project, animus or whatever he's calling it, getting approved for human trials.@@
@@.you;
You
<hr>
yes i have.@@
@@.linda;
Linda
<hr>
so there is going to be a lot more work for mike, which means his lab is going to be a lot dirtier. so from now on i want you to pay extra close attention to his lab.@@
@@.you;
You
<hr>
you got it boss, anything else?@@
@@.linda;
Linda
<hr>
don't waste time now go.@@
[[go to mike's lab|lore O]]<img src="img/misc/driving.jpg">
as you're driving home sarah's words ring out in your head again.
@@.youth;
even though i am working on improving my situation, it's still might take some time so i should probably start doing something else for now, like taking on more chores around the house.@@
you continue thinking about it until you arrive.
@@.youth;
i mean i do clean for a living so i should be pretty good at it.@@
[[arrive home|lore R]]<<ctp "v">>
<img src="img/alice/alice livingroom.jpg">
you get inside and you notice your $m.rel in the livingroom and she looks like she just got back from work.
@@.you;
You
<hr/>
hey $m.rel, did you just get back from work?@@
@@.alice;
Alice
<hr/>
hey $p.name, yeah i just got back.@@
@@.emote;
you notice that alice looks really tired.@@
@@.you;
You
<hr/>
are you okay? you look super tired.@@
@@.alice;
Alice
<hr/>
oh no it's nothing, i've just been busy with work.@@
@@.youth;
she's been working really hard lately i should probably do something to help her relax.@@
@@.you;
You
<hr/>
you've been working really hard lately, so how about i cook dinner today and you sit here watch some tv, maybe a cup of wine, and relax.@@
@@.alice;
Alice
<hr/>
oh no it's okay i'm not that tired i ca...@@
you interrupt her before she can finish.
@@.you;
You
<hr/>
it's okay $m.rel you deserve it, now go change into something more comfortable.@@
@@.emote;
alice smiles and then gives you a hug.@@
@@.alice;
Alice
<hr/>
thank you $p.name.@@
<<linkreplace "go prepare dinner">><<scrollTop>><<ctpAdvance "v">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/dinner.jpg">
you announce that dinner is ready and both your $m.rel and your $ys.rel come.
@@.alice;
Alice
<hr/>
wow, this looks amazing, maybe you should cook more often.@@
@@.sarah;
Sarah
<hr/>
wait, you made dinner?@@
@@.you;
You
<hr/>
yeah, doesn't it look amazing?@@
@@.sarah;
Sarah
<hr/>
yeah i would rather starve.@@
@@.emote;
saying that she turns around and leaves.@@
@@.alice;
Sarah
<hr/>
c'mon how can you resist this.@@
@@.you;
You
<hr/>
more for us i guess.@@
@@.emote;
alice smiles.@@
@@.alice;
Alice
<hr/>
should we?@@
[[eat dinner|lore S]]
<</ctp>><img src="img/misc/desk.jpg">
after you finish dinner you say goodnight to your $m.rel and go to your room.
@@.youth;
turns out cooking is easy, i should probably do it more often.@@
you sit at your desk thinking while looking at the vial.
@@.youth;
this is going to take some time to integrate, i should probably administer it and go to sleep.@@
[[take it and go to sleep|lore T]]<img src="img/misc/grave.jpg">
you don't take the vial and go about you're day as usual, and the next day, and the one after that, and every other day of your life goes by like usual.
on the other hand, your $ys.rel graduates from college, gets an amazing job, and moves herself and your $m.rel to a fancy mansion while you stay in the same house barely able to afford rent.
your boring pathetic life continues until you discover that you have lung cancer from all the fumes you were breathing from cleaning the lab everyday and you die miserable and alone.
[[retry|lore O]]<<ctp "o">>
<img src="img/mike/mike.jpg">
as soon as you get into the lab, mike looks at you and smiles.
@@.mike;
Mike
<hr>
perfect timing, i really need to go to the bathroom, can you take over for a second.@@
@@.you;
You
<hr>
of course.@@
as soon as you say that he rushes out of the room like he's been waiting for an hour.
<<linkreplace "you realize that you're alone">><<scrollTop>><<ctpAdvance "o">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/vials.jpg">
you look around and you notice a few vials are still left.
@@.youth;
this is the perfect opportunity to take one, but if i do mike might get in trouble.@@
[[don't take the vial|failure]]
[[take the vial|lore P]]
<</ctp>><<ctp "p">>
<img src="img/mike/mike.jpg">
you put the vial in your pocket and get back to work.
@@.emote;
mike walks in with a relieved look on his face.@@
@@.mike;
Mike
<hr>
if you'd been a couple minutes late, i would have burst.@@
@@.you;
You
<hr>
that reminds me linda asked me to spend more time cleaning your lab, which means it'll be easier for me to help you.@@
@@.mike;
Mike
<hr>
that's great.@@
<<linkreplace "after sometime working">><<scrollTop>><<ctpAdvance "p">><</linkreplace>>
<<ctpNext clear>>
<img src="img/mike/mike.jpg">
@@.you;
You
<hr>
you know, i just realized something, you never explained anything about animus.@@
@@.mike;
Mike
<hr>
like what?@@
@@.you;
You
<hr>
you never explained how it works or how it's administered, knowing that is important for me to be able to help you.@@
mike starts explaining everything about the project, which to you felt like it took hours even though it probably was 10 minutes.
@@.mike;
Mike
<hr>
and that's everything you need to know about animus.@@
@@.you;
You
<hr>
ok great, but i should probably head home we'll continue tomorrow.@@
@@.mike;
Mike
<hr>
see you tomorrow.@@
@@.you;
You
<hr>
see you.@@
[[head home|lore P.2]]
<</ctp>><img src="img/misc/king dream.jpg">
you open your eyes to the view of you sitting on a throne looking over the throne room where your followers are. among them are Alice, Sarah, and Linda. but as soon as you try to focus on the other faces you wake up.
@@.youth;
that was a weird dream, but i did look great on that throne, and i don't think i'd mind being in that position.@@
as you're thinking about becoming a king, you realize that you should probably stop wasting time and get started with your day.
[[start your day|Your room][$initiate = 1]]<img src="img/misc/facility.jpg">
as you're heading out you hear linda call out to you.
@@.linda;
Linda
<hr>
$p.name can i see you in my office?@@
you go into linda's office.
@@.linda;
Linda
<hr>
mike is going to be coming in late from now on. so i want you to clean his lab in the morning that way it doesn't affect his workflow.@@
@@.you;
You
<hr>
sure but isn't his lab locked when he's not here?@@
@@.linda;
Linda
<hr>
yes which is why i was about to give you this key.@@
@@.emote;
you put the key in your pocket.@@
@@.you;
You
<hr>
anything else?@@
@@.linda;
Linda
<hr>
yeah, get out of here and stop bothering me.@@
[[go home|lore Q]]<<ctp "dinner">>
<img src="img/misc/kitchen.jpg">
remembering how happy cooking dinner made your $m.rel, you decide to do it again. so you get everything ready and start cooking.
@@.sarah;
Sarah
<hr>
what are you doing.@@
you suddenly hear your Sarah's voice.
@@.you;
You
<hr>
what does it look like i'm doing, i'm cooking dinner.@@
@@.sarah;
Sarah
<hr>
why are you wasting your time?@@
trying to improve your relationship with your $ys.rel, you decide to suck up to her a bit.
@@.you;
You
<hr>
because even though i hate admiting it, what you said the other day was right, so i decided to take more responsibility around the house so that Alice could relax a bit.@@
@@.sarah;
Sarah
<hr>
ofcourse i was right as i always am.@@
even though she's trying not to look like it, but she is happy you took her words to heart.
<<if $up.inf == 0 and ($m.inf == 0 or $ys.inf == 0)>>
[[add "animus" to one of their plates|corruption]]
<<linkreplace "finish cooking">><<scrollTop>><<ctpAdvance "dinner">><</linkreplace>>
<<else>>
<<linkreplace "finish cooking">><<scrollTop>><<ctpAdvance "dinner">><</linkreplace>>
<</if>>
<<ctpNext clear>>
<img src="img/misc/dinner.jpg">
you announce that dinner is ready and both your $m.rel and your $ys.rel come.
@@.alice;
Alice
<hr/>
wow, this looks amazing, maybe you should cook more often.@@
@@.sarah;
Sarah
<hr/>
wait, you actually made dinner?@@
@@.you;
You
<hr/>
yeah, doesn't it look amazing?@@
@@.sarah;
Sarah
<hr>
it's better than nothing i guess.@@
after that everyone digs in.
@@.love;
Alice loves you a little more.@@
@@.love;
Sarah likes you a little more.@@
[[Eat dinner|House][$m.love += 1;$ys.love += 1;$time.passTime(1)]]
<</ctp>><b>You</b>
money: $p.money
fitness: $p.fit
intelligence: $p.int
<hr>
<b>Alice</b>
$m.rel love: $m.love
$m.rel corruption: $m.corruption
<hr>
<b>Sarah</b>
$ys.rel love: $ys.love
$ys.rel corruption: $ys.corruption
<hr>
<b>Linda</b>
linda doesn't currently have any content
[[back|computer]]<img src="img/sarah/sarah school.jpg">
you enter the kitchen and see sarah getting ready for school.
@@.you;
You
<hr>
Good morning $ys.rel.@@
@@.emote;
sarah answers you without looking away from her phone.@@
@@.sarah;
Sarah
<hr>
yeah good morning.@@
@@.youth;
looks like she still doesn't like me that much.@@
[[back|House][$time.passTime(1)]]<img src="img/misc/store.jpg">
[[back|Town]]<<widget "GetFamLoc">>
<<set $LocBedroom = []>>
<<set $LocMBedroom = []>>
<<set $LocYsBedroom = []>>
<<set $LocBathroom = []>>
<<set $LocKitchen = []>>
<<set $LocLivingroom = []>>
<<set $LocTown = []>>
<<set $LocYard = []>>
<<set $LocMOffice = []>>
<<set $LocLOffice = []>>
<<if $time.dn != 5 and $time.dn != 6>>
<<switch $time.tn>>
<<case 0>>
<<set $LocKitchen = "Alice">>
<<set $LocBathroom = "Sarah">>
<<case 1>>
<<set $LocBathroom = "Alice">>
<<set $LocKitchen = "Sarah">>
<<case 2>>
<<set $LocLOffice = "Linda">>
<<case 3>>
<<set $LocMOffice = "Mike">>
<<case 4>>
<<set $LocYsBedroom = "Sarah">>
<<set $LocLivingroom = "Alice">>
<<case 5>>
<<set $LocKitchen = "Alice,Sarah">>
<<case 6>>
<<set $LocYsBedroom = "Sarah">>
<<set $LocMBedroom = "Alice">>
<</switch>>
<<else>>
<<switch $time.tn>>
<<case 0>>
<<set $LocBathroom = "Alice">>
<<set $LocYsBedroom = "Sarah">>
<<case 1>>
<<set $LocKitchen = "Alice">>
<<set $LocBathroom = "Sarah">>
<<case 2>>
<<set $LocKitchen = "Sarah">>
<<case 3>>
<<case 4>>
<<set $LocLivingroom = "Alice">>
<<case 5>>
<<set $LocKitchen = "Alice,Sarah">>
<<case 6>>
<<set $LocYsBedroom = "Sarah">>
<<set $LocMBedroom = "Alice">>
<</switch>>
<</if>>
<</widget>><img src="img/misc/bathroom.jpg">
This is the bathroom. You always take a shower before you go to bed, because it's almost impossible to use it in the morning.
<<if $time.dn != 5 and $time.dn != 6>>
<<switch $time.tn>>
<<case 0>>
<<goto "Sarah shower">>
<<case 1>>
<<goto "Alice shower">>
<</switch>>
<<else>>
<<switch $time.tn>>
<<case 1
[[back|House]]<img src="img/misc/pass time.jpg">
you pass some time
[[Done|Your room][$time.passTime(1)]]<<ctp "sho">>
<img src="img/misc/bathroom door.jpg">
It seems like Sarah is taking a shower and the bathroom door is slightly open.
<<linkreplace "peek">><<scrollTop>><<ctpAdvance "sho">><</linkreplace>>
[[Leave|House]]
<<ctpNext clear>>
<img src="img/sarah/sarah shower.jpg">
You decide to check on your $ys.rel.
@@.youth;
looks like she's still getting ready.@@
You can't help but admire her curves.Your hand slowly moves towards your crotch, but you catch yourself in time.
@@.youth;
what am i doing she's my $ys.rel.@@
[[back|House][$time.passTime(1)]]
<</ctp>><<ctp "sho">>
<img src="img/misc/bathroom door.jpg">
It seems like Alice is taking a shower and the bathroom door is slightly open.
<<linkreplace "peek">><<scrollTop>><<ctpAdvance "sho">><</linkreplace>>
[[Leave|House]]
<<ctpNext clear>>
<img src="img/alice/alice shower.jpg">
You decide to check on your $m.rel.
@@.youth;
looks like she's still getting ready.@@
You can't help but admire her curves.Your hand slowly moves towards your crotch, but you catch yourself in time.
@@.youth;
what am i doing she's my $m.rel.@@
[[back|House][$time.passTime(1)]]
<</ctp>><<ctp "yoga">>
<img src="img/alice/alice yoga.jpg">
you walk into the livingroom and see that Alice is doing yoga.
@@.you;
You
<hr>
hey $m.rel, what are you doing?@@
@@.emote;
Alice looks at you.@@
@@.alice;
Alice
<hr>
just some yoga, how else am i gonna get rid of all this weight i gained.@@
@@.emote;
Alice gets a bit gloomy.@@
You stop to think about what you are going to say, should you try to compliment her or just leave, not wanting to step on a land mine.
<<linkreplace "compliment her">><<scrollTop>><<ctpAdvance "yoga">><</linkreplace>>
[[find an escape and leave|House]]
<<ctpNext clear>>
<img src="img/alice/alice yoga 2.jpg">
@@.you;
You
<hr>
What? There's no way that is true, you look as beautiful as ever $m.rel!@@
@@.alice;
Alice
<hr>
You think so? Aww, you are such a charmer!@@
@@.emote;
Alice hugs you.@@
@@.love;
Alice loves you a little more.@@
@@.alice;
Alice
<hr>
now go get ready for dinner.@@
@@.you;
You
<hr>
Okay, I will see you later then, thanks.@@
[[Leave|House][$m.love += 1;$time.passTime(1)]]
<</ctp>><img src="img/misc/locked door.jpg">
It's locked.
//''Seems like Sarah will keep the door locked, mostly because she doesn't trust me...''//
[[Leave|House]]<<ctp "sleep">>
<img src="img/alice/door open night.jpg">
seems alice left her door slightly open.
<<linkreplace "peek">><<scrollTop>><<ctpAdvance "sleep">><</linkreplace>>
[[Don't peek|House]]
<<ctpNext clear>>
<img src="img/alice/alice sleep 1.jpg">
You decide to take a look, so you open the door a little bit more and peek.
//"what am i doing she is my $m.rel"//
[[Leave|House][$time.passTime(1)]]
<</ctp>><img src="img/misc/Work time.jpg">
[[Go to work|Work]]<img src="img/misc/Yard.jpg">
This is the yard, it's quite big and has a nice pool that can be used to swim. If you ever feel like having a party, this is a great spot to have it.
[[Leave|House]]<img src="img/misc/upgrade.jpg">
<<if $up.first == 1>>
you link with the lab computer and start to program "animus", but as you do it you realize its current limitations, only allowing you to improve the speed of your bodies natural processes like building muscle, and granting you improved control over your body.
@@.youth;
i should probably try and convince mike to expand the limitations of "animus". but if i use my goals as an example he probably won't do it, so i will have to trick him into it.@@
[[back to work|Work][$up.first = 2,$time.passTime(1)]]
<<elseif $up.inf == 1>>
<img src="img/misc/coding.jpg">
seeing that mike isn't around you sneak in to apply the upgrade to yourself. after you do that you take 2 vials of "animus" to test this upgrade out.
[[back to work|Work][$time.passTime(1),$up.inf = 0 ,$p.vials += 2]]
<<else>>
there is currently no available upgrades
[[back|Work]]
<</if>><<ctp "imp">>
<img src="img/mike/mike improve.jpg">
You walk into Mike's office and see him working studying "animus" more closely, so you knock as get his attention.
@@.mike;
Mike
<hr>
hey $p.name, come to help me again?@@
@@.you;
You
<hr>
you know it, so what are you doing?@@
@@.emote;
mike looks back at the microscope.@@
@@.mike;
Mike
<hr>
oh this, i found a way to allow different samples to communicate with each other. Do you see the potential of this, they can send help requests if the host goes unconscious, or it can...@@
mike continues to list ways this could be helpful but your more focused on an idea that you had.
@@.youth;
this amazing, the possibilities this opens up. mainly if i can get more samples and give to someone with the right programming i could literally put someone under my control.@@
with that you decide to try and focus your efforts on convincing mike to do focus his research into this area.
<<linkreplace "a while later">><<scrollTop>><<ctpAdvance "imp">><</linkreplace>>
<<ctpNext clear>>
<img src="img/mike/mike.jpg">
@@.mike;
Mike
<hr>
today has been a long day hasn't it.@@
@@.you;
You
<hr>
yeah but we're making great progress with this.@@
@@.mike;
Mike
<hr>
look your shift is over, go home, i can finish this by my self.@@
@@.you;
You
<hr>
it's okay i really want to see where this ends.@@
@@.mike;
Mike
<hr>
look this mostly done, I'll do the rest myself it'll be done by tomorrow, go home, you had a long day.@@
@@.you;
You
<hr>
well in that case I'll see you tomorrow.@@
saying your goodbyes you leave.
<<linkreplace "on the way home">><<scrollTop>><<ctpAdvance "imp">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/driving.jpg">
@@.youth;
tomorrow while he's out of the lab i have to get that upgrade and possibly a few vials to test it out.@@
[[Arrive|House][$time.passTime(1),$up.first = 0,$up.inf = 1]]
<</ctp>><img src="img/mike/mike.jpg">
you help mike around his lab, but the whole time you can't help but feel like you should have programmed your "animus" before this.
[[Finish|Work][$time.passTime(1)]]<img src="img/misc/wip.jpg">
there is currently no available content for this corruption line.
[[back|Your room][$newDay]]<img src="img/misc/locked door.jpg">
It's locked.
//''Seems like Sarah will keep the door locked, mostly because she doesn't trust me...''//
[[Leave|House]]<img src="img/sarah/sarah kitchen.jpg">
you walk into the kitchen and see sarah dressed up and ready to go out.
@@.you;
You
<hr>
where are you going?@@
@@.sarah;
Sarah
<hr>
none of your business.@@
@@.you;
You
<hr>
you don't have to be so defensive, i'm just curious.@@
@@.sarah;
Sarah
<hr>
if you have to know i'm going out with friends.@@
@@.you;
You
<hr>
see it isn't that hard.@@
@@.sarah;
Sarah
<hr>
is that what your girlfriend says.@@
she says as she leaves.
[[Leave defeated|House][$time.passTime(1)]]<<img src="img/misc/choice.jpg">>
Which one should i choose
<<if $m.inf == 0>>
[[Alice|Alice cor]]
<</if>>
<<if $ys.inf ==0>>
[[Sarah|Sarah cor]]
<</if>><<ctp "alice">>
<img src="img/misc/choice 2.jpg">
after adding it to alice's plate, you announce that dinner is ready and both your $m.rel and your $ys.rel come.
@@.alice;
Alice
<hr/>
wow, this looks amazing, maybe you should cook more often.@@
@@.sarah;
Sarah
<hr/>
wait, you actually made dinner?@@
@@.you;
You
<hr/>
yeah, doesn't it look amazing?@@
@@.sarah;
Sarah
<hr>
it's better than nothing i guess.@@
after that everyone digs in.
<<linkreplace "eat dinner">><<scrollTop>><<ctpAdvance "alice">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/livingroom.jpg">
after dinner you spend some time in the livingroom with Sarah waiting for "animus" to work.
@@.alice;
Alice
<hr>
huh, that's weird.@@
@@.you;
You
<hr>
what is?@@
@@.emote;
Alice sits next to you and shows you an obviously fake video.@@
@@.you;
You
<hr>
you know that's fake right?@@
@@.alice;
Alice
<hr>
what do you mean fake?@@
as soon as alice says that you get a weird feeling that you assume is "animus" connecting, so you look over at Alice and see a confused look on her face.
@@.youth;
i could use this opportunity to test whether i can send information too instead of just commands.@@
@@.emote;
you focus on trying to teach Alice how to spot fake videos.@@
a few moments later Alice looks at her phone and chuckles.
@@.alice;
Alice
<hr>
of course it's fake how didn't i notice it before.@@
after that success you decide to go to your room to think it over.
@@.you;
You
<hr>
anyway, goodnight $m.rel.@@
<<if $ys.inf == 0>>
[[go to your room|First cor][$m.inf = 1]]
<<else>>
[[go to your room|Second cor][$m.inf = 1]]
<</if>>
<</ctp>><<ctp "sar">>
<img src="img/misc/choice 2.jpg">
after adding it to sarah's plate, you announce that dinner is ready and both your $m.rel and your $ys.rel come.
@@.alice;
Alice
<hr/>
wow, this looks amazing, maybe you should cook more often.@@
@@.sarah;
Sarah
<hr/>
wait, you actually made dinner?@@
@@.you;
You
<hr/>
yeah, doesn't it look amazing?@@
@@.sarah;
Sarah
<hr>
it's better than nothing i guess.@@
after that everyone digs in.
<<linkreplace "eat dinner">><<scrollTop>><<ctpAdvance "sar">><</linkreplace>>
<<ctpNext clear>>
<img src="img/misc/livingroom.jpg">
after dinner you spend some time in the livingroom with Sarah waiting for "animus" to work.
@@.sarah;
Sarah
<hr>
what are you doing here?@@
@@.you;
You
<hr>
excuse me.@@
@@.sarah;
Sarah
<hr>
you usually go to your room after dinner, why are you here today.@@
@@.you;
You
<hr>
i just felt like changing it up today, anything qrong with that?@@
@@.sarah;
Sarah
<hr>
i assume not.@@
a couple minutes you get a weird feeling that you can't explain but assume is from "animus", so you look over at Sarah and see a confused look on her face.
@@.youth;
how should i test this, probably get her to do something slightly unusual but still explainable.@@
you focus and try to command her to raise her arm.
@@.emote;
Sarah raises her arm.@@
@@.you;
You
<hr>
why did raise your arm?@@
@@.sarah;
Sarah
<hr>
just felt like it.@@
@@.you;
You
<hr>
well anyway i should go to bed it's getting late.@@
<<if $m.inf == 0>>
[[go to your room|First cor][$ys.inf = 1]]
<<else>>
[[go to your room|Second cor][$ys.inf = 1]]
<</if>>
<</ctp>><img src="img/misc/bed.jpg">
@@.youth;
that worked, that actually worked, the possibilities are endless, the world is now mine.@@
[[go to sleep|WIP]]<img src="img/misc/bed.jpg">
@@.youth;
two down a lot more to go.@@
[[go to sleep|WIP]]