/* Если рабочий день закончен
<<if ($t.dayEnd == 1 && passage() != 'endWorkDay')>> <<goto 'endWorkDay'>> <</if>>
*/
/*
<<= passage();>>
*/
<<widget modelsLink>>
<<set _model to Object.keys($m)>>
<<for _i = 0; _i < _model.length; _i++>>
<<if $m[_model[_i]].location == _args[0]>>
<<set
_link = $m[_model[_i]].name + ' ';
_link += $m[_model[_i]].location + ' ';
_link += $m[_model[_i]].event + '-';
_link += $m[_model[_i]].scene;
>>
<<capture _i, _link>>
<<link $m[_model[_i]].name>>
<<goto _link>>
<</link>>
<</capture>>
<</if>>
<</for>>
<</widget>>/*<<run l10nStrings.savesTitle = "text";>>*/
/* звук по дефолту */
<<set $volume = 0.25;>>
<<set
$week = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
$time = ['Morning', 'Afternoon', 'Evening', 'Night'];
$clock = {
hours: 8,
minutes: 0,
time: '8:00',
daypart: 'Morning',
today: 0,
days: 1
};
$bio = {
essence: 0, /* 0 */
essenceMax: 10000,
damage: 0,
price: 0,
upgrades: 0,
volunteers: {
waiting: 6,
done: 0
},
bugs: {
counter: 0,
day: 0
},
events: {
counter: 0,
day: 0
}
};
$t = {
sidebar: 1, // 0 - сайдбар выключен, 1 - включен
AmyBug: 0, // 1 - если Эми допустит ошибку сегодня
synthesisEvent: 0, // 1 - если во время синтеза будет событие
blackMarket: 0, // 0 - рынок продажи эссенции еще не инициализирован
prewPassage: '', // название предыдущего пассажа
showGallery: 0, // 1 - введен код на отображение порно галлереи
newModels: 0, // 1 - введен код на квесты моделей для патреона
energy: 0, // 1 - введен код на бесконечную энергию,
hygiene: 0 // 1 - введен код на бесконечную гигиену
};
$cityQuests = {};
$i = {};
$i.energyDrink = {
title: 'Energy drink',
desc: 'This energy drink can increase your energy (+20%). Can be used at any time.',
img: 'inventory/energyDrink.jpg',
anyLocation: 1,
count: 0,
buyCount: 1,
price: 5
};
$i.refreshingKit = {
title: 'Refreshing kit',
desc: 'Did you forget to take a shower in the morning? Then disposable deodorant, wet wipes and breath freshener will help you (Hygiene: 100%). Can be used at any time.',
img: 'inventory/refreshingKit.jpg',
anyLocation: 1,
count: 0,
price: 10
};
$i.food = {
title: 'Food',
desc: 'Healthy food is the best way to fully restore your energy. Can be cooked in the kitchen.',
img: 'inventory/food.jpg',
count: 2,
price: 12
};
$i.shower = {
title: 'Personal care products',
desc: 'Soap, toothpaste, shampoo are indispensable items for personal hygiene. Can be used in the shower.',
img: 'inventory/shower.jpg',
count: 2,
price: 15
};
$i.dress = {
title: 'Fashionable dress',
desc: 'Pretty girls love pretty dresses.',
img: 'inventory/dress.jpg',
count: 0,
price: 600
};
$i.perfume = {
title: 'Exquisite perfume',
desc: 'Exquisite perfume is not a hint that a girl smells bad, but a way to please her.',
img: 'inventory/perfume.jpg',
count: 0,
price: 200
};
$i.underwear = {
title: 'Stylish underwear',
desc: 'Give a girl some stylish underwear and she might let you take it off.',
img: 'inventory/underwear.jpg',
count: 0,
price: 100
};
$i.chocolates = {
title: 'Box of chocolates',
desc: 'Delicious chocolate is an allusion to a delicious relationship.',
img: 'inventory/chocolates.jpg',
count: 0,
price: 40
};
$i.flowers = {
title: 'Fresh flower bouquet',
desc: 'A bouquet of fresh flowers is what all girls love.',
img: 'inventory/flowers.jpg',
count: 0,
price: 50
};
$i.earring = {
title: 'Diamond huggie earring',
desc: '',
img: 'inventory/earring.jpg',
count: 0,
price: 1000
};
$i.necklace = {
title: 'Diamond cluster necklace',
desc: '',
img: 'inventory/necklace.jpg',
count: 0,
price: 1500
};
$i.ring = {
title: 'Diamond ring',
desc: '',
img: 'inventory/ring.jpg',
count: 0,
price: 700
};
$i.bangle = {
title: 'Diamond slider bangle',
desc: '',
img: 'inventory/bangle.jpg',
count: 0,
price: 1000
};
$i.bracelet = {
title: 'Diamond pave link bracelet',
desc: '',
img: 'inventory/bracelet.jpg',
count: 0,
price: 850
};
$i.cuffs = {
title: 'Layered studded cuffs',
desc: '',
img: 'inventory/cuffs.jpg',
count: 0,
price: 200
};
$i.flogger = {
title: 'Studded handle flogger',
desc: '',
img: 'inventory/flogger.jpg',
count: 0,
price: 240
};
$i.bra = {
title: 'Target bra',
desc: '',
img: 'inventory/bra.jpg',
count: 0,
price: 170
};
$i.bodice = {
title: 'Zip point bodice',
desc: '',
img: 'inventory/bodice.jpg',
count: 0,
price: 350
};
$i.panties = {
title: 'Cage panties',
desc: '',
img: 'inventory/panties.jpg',
count: 0,
price: 150
};
$i.cardGym = {
title: 'Gym membership card',
desc: 'This card allows you to visit the gym for a month.',
img: 'inventory/cardGym.jpg',
count: 0,
buyDay: 0
};
$i.cardCorp = {
title: 'Pass card to the SexMachine building',
desc: 'This card gives you access to the Biological Research Laboratory of the SexMachine Corporation.',
img: 'inventory/cardCorp.jpg',
count: 1
};
$p = {};
$p.You = {
name: 'You',
photo: 'You',
money: 100,
energy: 80,
hygiene: 100,
muscles: 0,
charisma: 0,
map: 'Home',
GymDay: 0,
ActingClassesDay: 0
};
$p.Amy = {
name: 'Amy',
photo: 'Amy',
photobig: 'Amy-big.jpg',
punishments: 0,
quest: 0,
quests:
[
'Punish Amy 1 time',
'Punish Amy 5 times',
'Punish Amy 10 times',
'Punish Amy 15 times',
'Punish Amy 20 times',
'Punish Amy 25 times'
]
};
$p.Vanessa = {
name: 'Vanessa',
photo: 'Vanessa',
photobig: 'Vanessa-big.jpg',
repairs: 0,
quest: 0,
quests:
[
'Repair equipment 1 time',
'Repair equipment 5 times',
'Repair equipment 10 times',
'Repair equipment 15 times',
'Repair equipment 20 times',
'Repair equipment 25 times'
]
};
$p.Ruby = {
name: 'Ruby',
photo: 'Ruby',
photobig: 'Ruby-big.jpg',
upgrades: 0,
quest: 0,
quests:
[
'Complete the first equipment upgrade',
'Complete the second equipment upgrade',
'Complete the third equipment upgrade',
'Complete the fourth equipment upgrade',
'Complete the fifth equipment upgrade',
'Complete the sixth equipment upgrade'
]
};
$p.Sophia = {
name: 'Sophia',
photo: 'Sophia',
photobig: 'Sophia-big.jpg',
hybrid: 0,
quest: 0,
quests:
[
'Prevent the appearance of the first hybrid',
'Prevent the appearance of the second hybrid',
'Prevent the appearance of the third hybrid',
'Prevent the appearance of the fourth hybrid',
'Prevent the appearance of the fifth hybrid',
'Prevent the appearance of the sixth hybrid'
]
};
$p.Mary = {
name: 'Mary',
photo: 'Mary',
photobig: 'Mary-big.jpg',
deals: 0,
quest: 0,
quests:
[
'Sell the Essence of Sexuality to Mary 1 time',
'Sell the Essence of Sexuality to Mary 10 times',
'Sell the Essence of Sexuality to Mary 20 times',
'Sell the Essence of Sexuality to Mary 30 times',
'Sell the Essence of Sexuality to Mary 40 times',
'Sell the Essence of Sexuality to Mary 50 times'
]
};
$p.Camilla = {
name: 'Camilla',
photo: 'Camilla',
photobig: 'Camilla-big.jpg',
quest: 0,
quests:
[
'Sell the Essence of Sexuality 5 times',
'Sell the Essence of Sexuality 15 times',
'Sell the Essence of Sexuality 25 times',
'Sell the Essence of Sexuality 35 times',
'Sell the Essence of Sexuality 45 times',
'Sell the Essence of Sexuality 55 times'
]
};
$p.Stacy = {
name: 'Stacy',
photo: 'Stacy',
photobig: 'Stacy-big.jpg',
quest: 0,
quests:
[
'Play a joke on Joe 1 time',
'Play a joke on Joe 2 times',
'Play a joke on Joe 3 times',
'Play a joke on Joe 4 times',
'Play a joke on Joe 5 times',
'Make Joe apologize to Stacy'
]
};
$p.Computer = {
name: 'Computer',
photo: 'Computer',
photobig: 'Computer-big.jpg'
};
$p.Joe = {
name: 'Joe',
photo: 'Joe'
};
$p.UnknownFV = {
name: 'Unknown female voice',
photo: 'UnknownFV'
};
$p.UnknownMV = {
name: 'Unknown man voice',
photo: 'UnknownMV'
};
$p.DJ = {
name: 'DJ Sash',
photo: 'DJ'
};
$p.Drunk = {
name: 'Drunk male voice',
photo: 'Drunk'
};
$p.Harley = {
name: 'Harley Quinn',
photo: 'Harley'
};
/* volunteers */
$p.Sabrina = {
name: 'Sabrina',
role: 'volunteer',
photo: 'Sabrina',
photobig: 'Sabrina-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 100,
done: 0,
beforeTest: 'I want to be sexy. I want to have big breasts and a huge ass. I want to cum 5 times in a row.',
afterTest: "I feel myself good. Fuck! And I look like a pornstar! I'm looking forward to trying my new body with a man.",
sex: 'SabrinaSexTest1'
},
{
mission: 'Increased libido',
essence : 110,
done: 0,
sex: 'SabrinaSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 105,
done: 0,
sex: 'SabrinaSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 95,
done: 0,
sex: 'SabrinaSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 115,
done: 0,
sex: 'SabrinaSexTest5'
}],
bug:
{
phase: 1,
object: 'Housefly',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Sabrina',
'Complete the second phase of testing the Essence of Sexuality on Sabrina',
'Complete the third phase of testing the Essence of Sexuality on Sabrina',
'Complete the fourth phase of testing the Essence of Sexuality on Sabrina',
'Complete the fifth phase of testing the Essence of Sexuality on Sabrina',
]
};
$p.Agatha = {
name: 'Agatha',
role: 'volunteer',
photo: 'Agatha',
photobig: 'Agatha-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 200,
done: 0,
beforeTest: "Every man wants to fuck Kim Kardashian. All men love Kim Kardashian's ass. So please professor, give me the same gorgeous ass as Kim's...",
afterTest: 'I feel great! Professor, you have changed me beyond recognition! And just look at my ass! Now every man will cum in his pants at the sight of my ass! I am delighted with this result!',
sex: 'AgathaSexTest1'
},
{
mission: 'Increased libido',
essence : 200,
done: 0,
sex: 'AgathaSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 205,
done: 0,
sex: 'AgathaSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 194,
done: 0,
sex: 'AgathaSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 210,
done: 0,
sex: 'AgathaSexTest5'
}],
bug:
{
phase: 2,
object: 'Bee',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Agatha',
'Complete the second phase of testing the Essence of Sexuality on Agatha',
'Complete the third phase of testing the Essence of Sexuality on Agatha',
'Complete the fourth phase of testing the Essence of Sexuality on Agatha',
'Complete the fifth phase of testing the Essence of Sexuality on Agatha',
]
};
$p.Zoe = {
name: 'Zoe',
role: 'volunteer',
photo: 'Zoe',
photobig: 'Zoe-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 300,
done: 0,
beforeTest: 'I want men to be able to fuck me between my tits. But I have very small breasts... You have to fix that, sir!',
afterTest: "I feel good. And I can't believe what I see! My boobs! Oh, my boobs look incredibly sexy! I love the results I see!",
sex: 'ZoeSexTest1'
},
{
mission: 'Increased libido',
essence : 320,
done: 0,
sex: 'ZoeSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 315,
done: 0,
sex: 'ZoeSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 280,
done: 0,
sex: 'ZoeSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 300,
done: 0,
sex: 'ZoeSexTest5'
}],
bug:
{
phase: 3,
object: 'Mosquito',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Zoe',
'Complete the second phase of testing the Essence of Sexuality on Zoe',
'Complete the third phase of testing the Essence of Sexuality on Zoe',
'Complete the fourth phase of testing the Essence of Sexuality on Zoe',
'Complete the fifth phase of testing the Essence of Sexuality on Zoe',
]
};
$p.Rebecca = {
name: 'Rebecca',
role: 'volunteer',
photo: 'Rebecca',
photobig: 'Rebecca-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 400,
done: 0,
beforeTest: 'I really love watching porn. But at some point, I stop enjoying porn because I envy porn models... I envy those girls big boobs. I envy those girls big asses. You have to make me as sexy as the girls who star in porn movies.',
afterTest: "I'm fine, but... But! Just look at me! I have a body like a porn model! No, wait a minute... My body is much sexier than porn models have! Professor, you deserve a Nobel Prize!",
sex: 'RebeccaSexTest1'
},
{
mission: 'Increased libido',
essence : 405,
done: 0,
sex: 'RebeccaSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 376,
done: 0,
sex: 'RebeccaSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 420,
done: 0,
sex: 'RebeccaSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 400,
done: 0,
sex: 'RebeccaSexTest5'
}],
bug:
{
phase: 4,
object: 'Butterfly',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Rebecca',
'Complete the second phase of testing the Essence of Sexuality on Rebecca',
'Complete the third phase of testing the Essence of Sexuality on Rebecca',
'Complete the fourth phase of testing the Essence of Sexuality on Rebecca',
'Complete the fifth phase of testing the Essence of Sexuality on Rebecca',
]
};
$p.Ruth = {
name: 'Ruth',
role: 'volunteer',
photo: 'Ruth',
photobig: 'Ruth-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 500,
done: 0,
beforeTest: "I just want to be sexy, sir. Look at me - I'm thin, I have small boobs and a small ass. Sexy dresses don't fit my figure. Even the mannequins look hotter than me. Please fix it, sir.",
afterTest: "I feel great! Wait a minute... My body... My body has become incredibly sexy! I didn't even suspect that by becoming a volunteer of the SexMachine corporation I would get such a great result! You're a genius, Mr Turner!",
sex: 'RuthSexTest1'
},
{
mission: 'Increased libido',
essence : 507,
done: 0,
sex: 'RuthSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 580,
done: 0,
sex: 'RuthSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 540,
done: 0,
sex: 'RuthSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 500,
done: 0,
sex: 'RuthSexTest5'
}],
bug:
{
phase: 4,
object: 'Spider',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Ruth',
'Complete the second phase of testing the Essence of Sexuality on Ruth',
'Complete the third phase of testing the Essence of Sexuality on Ruth',
'Complete the fourth phase of testing the Essence of Sexuality on Ruth',
'Complete the fifth phase of testing the Essence of Sexuality on Ruth',
]
};
$p.Barbara = {
name: 'Barbara',
role: 'volunteer',
photo: 'Barbara',
photobig: 'Barbara-big.jpg',
photoBefore: 'img2',
photoAfter: 'img3',
phasesDone: 0,
phase: [
{
mission: 'Change in appearance',
essence : 600,
done: 0,
beforeTest: 'I just want to have big boobs, big ass, and I just want to be the slut that men will dream of.',
afterTest: 'My boobs and my ass look incredibly sexy! Now every girl will be jealous of my gorgeous figure!',
sex: 'BarbaraSexTest1'
},
{
mission: 'Increased libido',
essence : 610,
done: 0,
sex: 'BarbaraSexTest2'
},
{
mission: 'Increased sensation in the genitals',
essence : 580,
done: 0,
sex: 'BarbaraSexTest3'
},
{
mission: 'Increased skin sensitivity',
essence : 620,
done: 0,
sex: 'BarbaraSexTest4'
},
{
mission: 'Stimulation of sexual activity',
essence : 600,
done: 0,
sex: 'BarbaraSexTest5'
}],
bug:
{
phase: 2,
object: 'Dragonfly',
finished: 0
},
quest: 0,
quests:
[
'Complete the first phase of testing the Essence of Sexuality on Barbara',
'Complete the second phase of testing the Essence of Sexuality on Barbara',
'Complete the third phase of testing the Essence of Sexuality on Barbara',
'Complete the fourth phase of testing the Essence of Sexuality on Barbara',
'Complete the fifth phase of testing the Essence of Sexuality on Barbara',
]
};
/* city models */
$p.Daisy = {
name: 'Daisy',
photo: 'Daisy',
photobig: 'Daisy-big.jpg',
role: 'city',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Daisy.loyalty, <u><i>Lust:</i></u> $p.Daisy.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Daisy in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Daisy's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Daisy.quests[1].muscles Muscles and $p.Daisy.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Парк */
{
quest: "Spend time with Daisy in the city to increase her loyalty to you.",
subquest: "Location: Park. Time: from 17:00 to 20:00. Objective: Increase Daisy's loyalty to $p.Daisy.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Daisy-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting in the park.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DaisyAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Daisy to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 22:00 to 8:00. Objective: Increase Daisy's lust to $p.Daisy.quests[3].lust.",
lust: 14,
photo: 'video/Daisy/Daisy-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Daisy/Daisy-1-1.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-1-2.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-1-3.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-1-4.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-1-5.mp4'},
{text: 'Position 6', video: 'video/Daisy/Daisy-1-6.mp4'},
{text: 'Position 7', video: 'video/Daisy/Daisy-1-7.mp4'},
{text: 'Position 8', video: 'video/Daisy/Daisy-1-8.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DaisyAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Daisy wants something more than just sex. Chat with Daisy in the city after you increase your muscles to $p.Daisy.quests[4].muscles and charisma to $p.Daisy.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Daisy.quests[4].muscles Muscles and $p.Daisy.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'DaisyAction5'
},
/* 5- лояльность университет */
{
quest: "Spend time with Daisy in the city to increase her loyalty to you.",
subquest: "Location: University. Time: from 10:00 to 15:00. Objective: Increase Daisy's loyalty to $p.Daisy.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Daisy-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting in the university.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DaisyAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Daisy to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 22:00 to 8:00. Objective: Increase Daisy's lust to $p.Daisy.quests[6].lust.",
lust: 28,
photo: 'video/Daisy/Daisy-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Daisy/Daisy-2-1.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-2-2.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-2-3.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-2-4.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-2-5.mp4'},
{text: 'Position 6', video: 'video/Daisy/Daisy-2-6.mp4'},
{text: 'Position 7', video: 'video/Daisy/Daisy-2-7.mp4'},
{text: 'Position 8', video: 'video/Daisy/Daisy-2-8.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DaisyAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Daisy wants something more than just sex. Give Daisy some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Daisy's loyalty to $p.Daisy.quests[7].loyalty.",
loyalty: 38,
gifts: ['dress','perfume','chocolates'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DaisyAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Daisy to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 22:00 to 8:00. Objective: Increase Daisy's lust to $p.Daisy.quests[8].lust.",
lust: 42,
photo: 'video/Daisy/Daisy-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Daisy/Daisy-3-1.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-3-2.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-3-3.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-3-4.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-3-5.mp4'},
{text: 'Position 6', video: 'video/Daisy/Daisy-3-6.mp4'},
{text: 'Position 7', video: 'video/Daisy/Daisy-3-7.mp4'},
{text: 'Position 8', video: 'video/Daisy/Daisy-3-8.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Daisy's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Daisy's quests.",
subquest: ''
}
]
};
$p.Bridget = {
name: 'Bridget',
photo: 'Bridget',
photobig: 'Bridget-big.jpg',
role: 'city',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Bridget.loyalty, <u><i>Lust:</i></u> $p.Bridget.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Bridget in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Bridget's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Bridget.quests[1].muscles Muscles and $p.Bridget.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Art Center */
{
quest: "Spend time with Bridget in the city to increase her loyalty to you.",
subquest: "Location: Art Center. Time: from 18:00 to 21:00. Objective: Increase Bridget's loyalty to $p.Bridget.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Bridget-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Art Center.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'BridgetAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Bridget to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 5:00 to 16:00. Objective: Increase Bridget's lust to $p.Bridget.quests[3].lust.",
lust: 14,
photo: 'video/Bridget/Bridget-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Bridget/Bridget-1-1.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-1-2.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-1-3.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-1-4.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-1-5.mp4'},
{text: 'Position 6', video: 'video/Bridget/Bridget-1-6.mp4'},
{text: 'Position 7', video: 'video/Bridget/Bridget-1-7.mp4'},
{text: 'Position 8', video: 'video/Bridget/Bridget-1-8.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'BridgetAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Bridget wants something more than just sex. Chat with Bridget in the city after you increase your muscles to $p.Bridget.quests[4].muscles and charisma to $p.Bridget.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Bridget.quests[4].muscles Muscles and $p.Bridget.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'BridgetAction5'
},
/* 5- лояльность Restaurant */
{
quest: "Spend time with Bridget in the city to increase her loyalty to you.",
subquest: "Location: Restaurant. Time: from 21:00 to 00:00. Objective: Increase Bridget's loyalty to $p.Bridget.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Bridget-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the restaurant.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'BridgetAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Bridget to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 5:00 to 16:00. Objective: Increase Bridget's lust to $p.Bridget.quests[6].lust.",
lust: 28,
photo: 'video/Bridget/Bridget-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Bridget/Bridget-2-1.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-2-2.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-2-3.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-2-4.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-2-5.mp4'},
{text: 'Position 6', video: 'video/Bridget/Bridget-2-6.mp4'},
{text: 'Position 7', video: 'video/Bridget/Bridget-2-7.mp4'},
{text: 'Position 8', video: 'video/Bridget/Bridget-2-8.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'BridgetAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Bridget wants something more than just sex. Give Bridget some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Bridget's loyalty to $p.Bridget.quests[7].loyalty.",
loyalty: 38,
gifts: ['flowers','perfume','underwear'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'BridgetAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Bridget to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 5:00 to 16:00. Objective: Increase Bridget's lust to $p.Bridget.quests[8].lust.",
lust: 42,
photo: 'video/Bridget/Bridget-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Bridget/Bridget-3-1.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-3-2.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-3-3.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-3-4.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-3-5.mp4'},
{text: 'Position 6', video: 'video/Bridget/Bridget-3-6.mp4'},
{text: 'Position 7', video: 'video/Bridget/Bridget-3-7.mp4'},
{text: 'Position 8', video: 'video/Bridget/Bridget-3-8.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Bridget's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Bridget's quests.",
subquest: ''
}
]
};
$p.Vivian = {
name: 'Vivian',
photo: 'Vivian',
photobig: 'Vivian-big.jpg',
role: 'city',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Vivian.loyalty, <u><i>Lust:</i></u> $p.Vivian.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Vivian in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Vivian's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Vivian.quests[1].muscles Muscles and $p.Vivian.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Бассейн */
{
quest: "Spend time with Vivian in the city to increase her loyalty to you.",
subquest: "Location: Swimming pool. Time: from 14:00 to 17:00. Objective: Increase Vivian's loyalty to $p.Vivian.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Vivian-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting in the Swimming pool.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'VivianAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Vivian to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 23:00 to 9:00. Objective: Increase Vivian's lust to $p.Vivian.quests[3].lust.",
lust: 14,
photo: 'video/Vivian/Vivian-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Vivian/Vivian-1-1.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-1-2.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-1-3.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-1-4.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-1-5.mp4'},
{text: 'Position 6', video: 'video/Vivian/Vivian-1-6.mp4'},
{text: 'Position 7', video: 'video/Vivian/Vivian-1-7.mp4'},
{text: 'Position 8', video: 'video/Vivian/Vivian-1-8.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'VivianAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Vivian wants something more than just sex. Chat with Vivian in the city after you increase your muscles to $p.Vivian.quests[4].muscles and charisma to $p.Vivian.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Vivian.quests[4].muscles Muscles and $p.Vivian.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'VivianAction5'
},
/* 5- лояльность Кинотеатр */
{
quest: "Spend time with Vivian in the city to increase her loyalty to you.",
subquest: "Location: Cinema. Time: from 20:00 to 22:00. Objective: Increase Vivian's loyalty to $p.Vivian.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Vivian-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Cinema.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'VivianAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Vivian to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 23:00 to 9:00. Objective: Increase Vivian's lust to $p.Vivian.quests[6].lust.",
lust: 28,
photo: 'video/Vivian/Vivian-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Vivian/Vivian-2-1.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-2-2.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-2-3.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-2-4.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-2-5.mp4'},
{text: 'Position 6', video: 'video/Vivian/Vivian-2-6.mp4'},
{text: 'Position 7', video: 'video/Vivian/Vivian-2-7.mp4'},
{text: 'Position 8', video: 'video/Vivian/Vivian-2-8.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'VivianAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Vivian wants something more than just sex. Give Vivian some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Vivian's loyalty to $p.Vivian.quests[7].loyalty.",
loyalty: 38,
gifts: ['dress','chocolates','underwear'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'VivianAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Vivian to increase her lust.",
subquest: "Location: Residential Complex «HillSide». Time: from 23:00 to 9:00. Objective: Increase Vivian's lust to $p.Vivian.quests[8].lust.",
lust: 42,
photo: 'video/Vivian/Vivian-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Vivian/Vivian-3-1.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-3-2.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-3-3.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-3-4.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-3-5.mp4'},
{text: 'Position 6', video: 'video/Vivian/Vivian-3-6.mp4'},
{text: 'Position 7', video: 'video/Vivian/Vivian-3-7.mp4'},
{text: 'Position 8', video: 'video/Vivian/Vivian-3-8.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Vivian's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Vivian's quests.",
subquest: ''
}
]
};
$p.Sandra = {
name: 'Sandra',
photo: 'Sandra',
photobig: 'Sandra-big.jpg',
role: 'city',
subrole: 'subscribe',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Sandra.loyalty, <u><i>Lust:</i></u> $p.Sandra.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Sandra in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Sandra's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Sandra.quests[1].muscles Muscles and $p.Sandra.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Mall */
{
quest: "Spend time with Sandra in the city to increase her loyalty to you.",
subquest: "Location: Mall. Time: from 12:00 to 15:00. Objective: Increase Sandra's loyalty to $p.Sandra.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Sandra-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Mall.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'SandraAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Sandra to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 22:00 to 7:00. Objective: Increase Sandra's lust to $p.Sandra.quests[3].lust.",
lust: 14,
photo: 'video/Sandra/Sandra-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Sandra/Sandra-1-1.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-1-2.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-1-3.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-1-4.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-1-5.mp4'},
{text: 'Position 6', video: 'video/Sandra/Sandra-1-6.mp4'},
{text: 'Position 7', video: 'video/Sandra/Sandra-1-7.mp4'},
{text: 'Position 8', video: 'video/Sandra/Sandra-1-8.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'SandraAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Sandra wants something more than just sex. Chat with Sandra in the city after you increase your muscles to $p.Sandra.quests[4].muscles and charisma to $p.Sandra.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Sandra.quests[4].muscles Muscles and $p.Sandra.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'SandraAction5'
},
/* 5- лояльность Cafe */
{
quest: "Spend time with Sandra in the city to increase her loyalty to you.",
subquest: "Location: Cafe. Time: from 18:00 to 21:00. Objective: Increase Sandra's loyalty to $p.Sandra.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Sandra-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Cafe.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'SandraAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Sandra to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 22:00 to 7:00. Objective: Increase Sandra's lust to $p.Sandra.quests[6].lust.",
lust: 28,
photo: 'video/Sandra/Sandra-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Sandra/Sandra-2-1.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-2-2.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-2-3.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-2-4.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-2-5.mp4'},
{text: 'Position 6', video: 'video/Sandra/Sandra-2-6.mp4'},
{text: 'Position 7', video: 'video/Sandra/Sandra-2-7.mp4'},
{text: 'Position 8', video: 'video/Sandra/Sandra-2-8.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'SandraAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Sandra wants something more than just sex. Give Sandra some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Sandra's loyalty to $p.Sandra.quests[7].loyalty.",
loyalty: 38,
gifts: ['earring','cuffs','necklace'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'SandraAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Sandra to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 22:00 to 7:00. Objective: Increase Sandra's lust to $p.Sandra.quests[8].lust.",
lust: 42,
photo: 'video/Sandra/Sandra-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Sandra/Sandra-3-1.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-3-2.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-3-3.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-3-4.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-3-5.mp4'},
{text: 'Position 6', video: 'video/Sandra/Sandra-3-6.mp4'},
{text: 'Position 7', video: 'video/Sandra/Sandra-3-7.mp4'},
{text: 'Position 8', video: 'video/Sandra/Sandra-3-8.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Sandra's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Sandra's quests.",
subquest: ''
}
]
};
$p.Amanda = {
name: 'Amanda',
photo: 'Amanda',
photobig: 'Amanda-big.jpg',
role: 'city',
subrole: 'subscribe',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Amanda.loyalty, <u><i>Lust:</i></u> $p.Amanda.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Amanda in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Amanda's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Amanda.quests[1].muscles Muscles and $p.Amanda.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Horse Club */
{
quest: "Spend time with Amanda in the city to increase her loyalty to you.",
subquest: "Location: Horse Club. Time: from 18:00 to 21:00. Objective: Increase Amanda's loyalty to $p.Amanda.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Amanda-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Horse Club.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'AmandaAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Amanda to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 23:00 to 10:00. Objective: Increase Amanda's lust to $p.Amanda.quests[3].lust.",
lust: 14,
photo: 'video/Amanda/Amanda-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Amanda/Amanda-1-1.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-1-2.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-1-3.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-1-4.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-1-5.mp4'},
{text: 'Position 6', video: 'video/Amanda/Amanda-1-6.mp4'},
{text: 'Position 7', video: 'video/Amanda/Amanda-1-7.mp4'},
{text: 'Position 8', video: 'video/Amanda/Amanda-1-8.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'AmandaAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Amanda wants something more than just sex. Chat with Amanda in the city after you increase your muscles to $p.Amanda.quests[4].muscles and charisma to $p.Amanda.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Amanda.quests[4].muscles Muscles and $p.Amanda.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'AmandaAction5'
},
/* 5- лояльность Gym */
{
quest: "Spend time with Amanda in the city to increase her loyalty to you.",
subquest: "Location: Gym. Time: from 10:00 to 12:00. Objective: Increase Amanda's loyalty to $p.Amanda.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Amanda-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Gym.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'AmandaAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Amanda to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 23:00 to 10:00. Objective: Increase Amanda's lust to $p.Amanda.quests[6].lust.",
lust: 28,
photo: 'video/Amanda/Amanda-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Amanda/Amanda-2-1.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-2-2.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-2-3.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-2-4.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-2-5.mp4'},
{text: 'Position 6', video: 'video/Amanda/Amanda-2-6.mp4'},
{text: 'Position 7', video: 'video/Amanda/Amanda-2-7.mp4'},
{text: 'Position 8', video: 'video/Amanda/Amanda-2-8.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'AmandaAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Amanda wants something more than just sex. Give Amanda some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Amanda's loyalty to $p.Amanda.quests[7].loyalty.",
loyalty: 38,
gifts: ['flogger','ring','bodice'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'AmandaAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Amanda to increase her lust.",
subquest: "Location: Residential Complex «ARCHhous». Time: from 23:00 to 10:00. Objective: Increase Amanda's lust to $p.Amanda.quests[8].lust.",
lust: 42,
photo: 'video/Amanda/Amanda-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Amanda/Amanda-3-1.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-3-2.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-3-3.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-3-4.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-3-5.mp4'},
{text: 'Position 6', video: 'video/Amanda/Amanda-3-6.mp4'},
{text: 'Position 7', video: 'video/Amanda/Amanda-3-7.mp4'},
{text: 'Position 8', video: 'video/Amanda/Amanda-3-8.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Amanda's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Amanda's quests.",
subquest: ''
}
]
};
$p.Margaret = {
name: 'Margaret',
photo: 'Margaret',
photobig: 'Margaret-big.jpg',
role: 'city',
subrole: 'subscribe',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Margaret.loyalty, <u><i>Lust:</i></u> $p.Margaret.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Margaret in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Margaret's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Margaret.quests[1].muscles Muscles and $p.Margaret.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Spa & Wellness */
{
quest: "Spend time with Margaret in the city to increase her loyalty to you.",
subquest: "Location: Spa & Wellness. Time: from 14:00 to 16:00. Objective: Increase Margaret's loyalty to $p.Margaret.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Margaret-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Spa & Wellness.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'MargaretAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Margaret to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Margaret's lust to $p.Margaret.quests[3].lust.",
lust: 14,
photo: 'video/Margaret/Margaret-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Margaret/Margaret-1-1.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-1-2.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-1-3.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-1-4.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-1-5.mp4'},
{text: 'Position 6', video: 'video/Margaret/Margaret-1-6.mp4'},
{text: 'Position 7', video: 'video/Margaret/Margaret-1-7.mp4'},
{text: 'Position 8', video: 'video/Margaret/Margaret-1-8.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'MargaretAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Margaret wants something more than just sex. Chat with Margaret in the city after you increase your muscles to $p.Margaret.quests[4].muscles and charisma to $p.Margaret.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Margaret.quests[4].muscles Muscles and $p.Margaret.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'MargaretAction5'
},
/* 5- лояльность Night club */
{
quest: "Spend time with Margaret in the city to increase her loyalty to you.",
subquest: "Location: Night club. Time: from 20:00 to 22:00. Objective: Increase Margaret's loyalty to $p.Margaret.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Margaret-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Night club.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'MargaretAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Margaret to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Margaret's lust to $p.Margaret.quests[6].lust.",
lust: 28,
photo: 'video/Margaret/Margaret-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Margaret/Margaret-2-1.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-2-2.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-2-3.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-2-4.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-2-5.mp4'},
{text: 'Position 6', video: 'video/Margaret/Margaret-2-6.mp4'},
{text: 'Position 7', video: 'video/Margaret/Margaret-2-7.mp4'},
{text: 'Position 8', video: 'video/Margaret/Margaret-2-8.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'MargaretAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Margaret wants something more than just sex. Give Margaret some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Margaret's loyalty to $p.Margaret.quests[7].loyalty.",
loyalty: 38,
gifts: ['bangle','bra','bracelet'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'MargaretAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Margaret to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Margaret's lust to $p.Margaret.quests[8].lust.",
lust: 42,
photo: 'video/Margaret/Margaret-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Margaret/Margaret-3-1.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-3-2.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-3-3.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-3-4.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-3-5.mp4'},
{text: 'Position 6', video: 'video/Margaret/Margaret-3-6.mp4'},
{text: 'Position 7', video: 'video/Margaret/Margaret-3-7.mp4'},
{text: 'Position 8', video: 'video/Margaret/Margaret-3-8.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Margaret's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Margaret's quests.",
subquest: ''
}
]
};
$p.Deborah = {
name: 'Deborah',
photo: 'Deborah',
photobig: 'Deborah-big.jpg',
role: 'city',
subrole: 'subscribe',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Deborah.loyalty, <u><i>Lust:</i></u> $p.Deborah.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Deborah in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Deborah's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Deborah.quests[1].muscles Muscles and $p.Deborah.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Yoga Studio */
{
quest: "Spend time with Deborah in the city to increase her loyalty to you.",
subquest: "Location: Yoga Studio. Time: from 15:00 to 17:00. Objective: Increase Deborah's loyalty to $p.Deborah.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Deborah-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Yoga Studio.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DeborahAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Deborah to increase her lust.",
subquest: "Location: Residential Complex «AlterEgo». Time: from 21:00 to 7:00. Objective: Increase Deborah's lust to $p.Deborah.quests[3].lust.",
lust: 14,
photo: 'video/Deborah/Deborah-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Deborah/Deborah-1-1.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-1-2.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-1-3.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-1-4.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-1-5.mp4'},
{text: 'Position 6', video: 'video/Deborah/Deborah-1-6.mp4'},
{text: 'Position 7', video: 'video/Deborah/Deborah-1-7.mp4'},
{text: 'Position 8', video: 'video/Deborah/Deborah-1-8.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DeborahAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Deborah wants something more than just sex. Chat with Deborah in the city after you increase your muscles to $p.Deborah.quests[4].muscles and charisma to $p.Deborah.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Deborah.quests[4].muscles Muscles and $p.Deborah.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'DeborahAction5'
},
/* 5- лояльность Theatre */
{
quest: "Spend time with Deborah in the city to increase her loyalty to you.",
subquest: "Location: Theatre. Time: from 18:00 to 21:00. Objective: Increase Deborah's loyalty to $p.Deborah.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Deborah-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Theatre.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DeborahAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Deborah to increase her lust.",
subquest: "Location: Residential Complex «AlterEgo». Time: from 21:00 to 7:00. Objective: Increase Deborah's lust to $p.Deborah.quests[6].lust.",
lust: 28,
photo: 'video/Deborah/Deborah-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Deborah/Deborah-2-1.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-2-2.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-2-3.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-2-4.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-2-5.mp4'},
{text: 'Position 6', video: 'video/Deborah/Deborah-2-6.mp4'},
{text: 'Position 7', video: 'video/Deborah/Deborah-2-7.mp4'},
{text: 'Position 8', video: 'video/Deborah/Deborah-2-8.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DeborahAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Deborah wants something more than just sex. Give Deborah some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Deborah's loyalty to $p.Deborah.quests[7].loyalty.",
loyalty: 38,
gifts: ['panties','ring','cuffs'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'DeborahAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Deborah to increase her lust.",
subquest: "Location: Residential Complex «AlterEgo». Time: from 21:00 to 7:00. Objective: Increase Deborah's lust to $p.Deborah.quests[8].lust.",
lust: 42,
photo: 'video/Deborah/Deborah-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Deborah/Deborah-3-1.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-3-2.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-3-3.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-3-4.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-3-5.mp4'},
{text: 'Position 6', video: 'video/Deborah/Deborah-3-6.mp4'},
{text: 'Position 7', video: 'video/Deborah/Deborah-3-7.mp4'},
{text: 'Position 8', video: 'video/Deborah/Deborah-3-8.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Deborah's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Deborah's quests.",
subquest: ''
}
]
};
$p.Elizabeth = {
name: 'Elizabeth',
photo: 'Elizabeth',
photobig: 'Elizabeth-big.jpg',
role: 'city',
subrole: 'subscribe',
desc: '',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> $p.Elizabeth.loyalty, <u><i>Lust:</i></u> $p.Elizabeth.lust</span>',
loyalty: 0,
lust: 0,
eventDay: 0,
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: 'Find Elizabeth in the city and try to communicate with her.',
subquest: 'Location: anywhere in the city.'
},
/* 1 - знакомство */
{
quest: "Gain courage to get Elizabeth's attention.",
subquest: "Location: anywhere in the city. Needed: $p.Elizabeth.quests[1].muscles Muscles and $p.Elizabeth.quests[1].charisma Charisma.",
muscles: 0,
charisma: 0
},
/* 2- лояльность Beach */
{
quest: "Spend time with Elizabeth in the city to increase her loyalty to you.",
subquest: "Location: Beach. Time: from 12:00 to 15:00. Objective: Increase Elizabeth's loyalty to $p.Elizabeth.quests[2].loyalty.",
loyalty: 16,
photo: 'photo/Elizabeth-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Beach.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'ElizabethAction3',
resultInclude: ''
},
/* 3 - похоть секс Дом 1 */
{
quest: "Fuck Elizabeth to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Elizabeth's lust to $p.Elizabeth.quests[3].lust.",
lust: 14,
photo: 'video/Elizabeth/Elizabeth-1.jpg',
sex:
[
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-1-1.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-1-2.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-1-3.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-1-4.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-1-5.mp4'},
{text: 'Position 6', video: 'video/Elizabeth/Elizabeth-1-6.mp4'},
{text: 'Position 7', video: 'video/Elizabeth/Elizabeth-1-7.mp4'},
{text: 'Position 8', video: 'video/Elizabeth/Elizabeth-1-8.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-1-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'ElizabethAction4',
resultInclude: ''
},
/* 4 - работа над собой */
{
quest: "Elizabeth wants something more than just sex. Chat with Elizabeth in the city after you increase your muscles to $p.Elizabeth.quests[4].muscles and charisma to $p.Elizabeth.quests[4].charisma.",
subquest: "Location: anywhere in the city. Needed: $p.Elizabeth.quests[4].muscles Muscles and $p.Elizabeth.quests[4].charisma Charisma.",
muscles: 0,
charisma: 0,
resultInclude: 'ElizabethAction5'
},
/* 5- лояльность Bar */
{
quest: "Spend time with Elizabeth in the city to increase her loyalty to you.",
subquest: "Location: Bar. Time: from 20:00 to 22:00. Objective: Increase Elizabeth's loyalty to $p.Elizabeth.quests[5].loyalty.",
loyalty: 32,
photo: 'photo/Elizabeth-big.jpg',
locationMessage: "I'm sorry Evan, but I'm busy right now. However, I am really looking forward to our meeting at the Bar.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'ElizabethAction6',
resultInclude: ''
},
/* 6 - похоть секс Дом 2 */
{
quest: "Fuck Elizabeth to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Elizabeth's lust to $p.Elizabeth.quests[6].lust.",
lust: 28,
photo: 'video/Elizabeth/Elizabeth-2.jpg',
sex:
[
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-2-1.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-2-2.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-2-3.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-2-4.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-2-5.mp4'},
{text: 'Position 6', video: 'video/Elizabeth/Elizabeth-2-6.mp4'},
{text: 'Position 7', video: 'video/Elizabeth/Elizabeth-2-7.mp4'},
{text: 'Position 8', video: 'video/Elizabeth/Elizabeth-2-8.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-2-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'ElizabethAction7',
resultInclude: ''
},
/* 7 - подарок */
{
quest: "Elizabeth wants something more than just sex. Give Elizabeth some gifts to make her feel your interest.",
subquest: "Location: anywhere in the city. Objective: Increase Elizabeth's loyalty to $p.Elizabeth.quests[7].loyalty.",
loyalty: 38,
gifts: ['dress','bra','underwear'],
resultSay: '',
resultDo: '',
resultGoto: '',
resultLink: 'ElizabethAction8',
resultInclude: ''
},
/* 8 - похоть секс Дом 3 */
{
quest: "Fuck Elizabeth to increase her lust.",
subquest: "Location: Residential Complex «Skyline». Time: from 22:00 to 7:00. Objective: Increase Elizabeth's lust to $p.Elizabeth.quests[8].lust.",
lust: 42,
photo: 'video/Elizabeth/Elizabeth-3.jpg',
sex:
[
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-3-1.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-3-2.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-3-3.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-3-4.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-3-5.mp4'},
{text: 'Position 6', video: 'video/Elizabeth/Elizabeth-3-6.mp4'},
{text: 'Position 7', video: 'video/Elizabeth/Elizabeth-3-7.mp4'},
{text: 'Position 8', video: 'video/Elizabeth/Elizabeth-3-8.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-3-9.mp4'}
],
pose: 1,
locationMessage: "I'm sorry Evan, but I'm busy right now. By the way, don't forget to visit my apartment if you want to fuck me.",
resultSay: '',
resultDo: "Elizabeth's quest list has been updated.",
resultGoto: '',
resultLink: '',
resultInclude: ''
},
/* 9 - Квесты завершены */
{
quest: "✔ You completed all of Elizabeth's quests.",
subquest: ''
}
]
};
>>
<<include 'city'>>
<<include 'locations'>>
/*
*/
/*
<<run console.log($l);>>
*/
/*$p.You.map $t.prewPassage*/
<<if $t.energy == 1>><<set $p.You.energy = 100;>><</if>>
<<if $t.hygiene == 1>><<set $p.You.hygiene = 100;>><</if>>
/* кнопки конфигурации */
<<include 'config'>>
<div class="sidebar">
<div class="block timer">
<<=$week[$clock.today]>> - <<=$clock.daypart>><br>
Day <<=$clock.days>> - <<=$clock.time>><br>
<<link '+15M' `passage()`>><<timer 0 15>><</link>>
<<link '+30M' `passage()`>><<timer 0 30>><</link>>
<<link '+1H' `passage()`>><<timer 1 0>><</link>>
<<link '+3H' `passage()`>><<timer 3 0>><</link>>
<<link '+Day'>><<morning>><</link>>
</div>
<div class="block stats links">
<center>
<table>
<tr>
<td align="right"><i>Money:</i> </td>
<td align="left">$<<=$p.You.money>></td>
</tr>
<tr>
<td align="right"><i>Essence:</i> </td>
<td align="left"><<= $bio.essence>> oz</td>
</tr>
<tr>
<td align="right"><i>Energy:</i> </td>
<td align="left"> <<=$p.You.energy>>%</td>
</tr>
<tr>
<td align="right"><i>Hygiene:</i> </td>
<td align="left"> <<=$p.You.hygiene>>%</td>
</tr>
<tr>
<td align="right"><i>Muscles:</i> </td>
<td align="left"> <<=$p.You.muscles>></td>
</tr>
<tr>
<td align="right"><i>Charisma:</i> </td>
<td align="left"> <<=$p.You.charisma>></td>
</tr>
</table>
</center>
<<link '🔎 Open City Map' 'map'>>
<<prewPassage>>
<</link>>
<<link '💼 Open Inventory' 'inventory'>>
<<prewPassage>>
<</link>>
<<link '📕 Open Quest Book' 'quests'>>
<<prewPassage>>
<</link>>
<<if $t.showGallery == 1>>
<<link '🎦 Open Porn Gallery' 'modelsGallery'>>
<<prewPassage>>
<</link>>
<</if>>
<<link '😎 Enter Cheat Code' 'cheats'>>
<<prewPassage>>
<</link>>
</div>
<div class="block subscribe">
<div class="title" style="margin-bottom: 10px;">Get Cheat Codes:</div>
<a href="https://www.patreon.com/SupremeAI" target="_blank">
<img src="img/patreon.jpg">
</a>
<a href="https://www.clica.net/user/supremeai" target="_blank">
<img src="img/clica.jpg">
</a>
<div class="title" style="margin: 14px 0 10px;">Join the Community:</div>
<a href="https://discord.gg/gM39Kh3589" target="_blank">
<img src="img/discord.jpg">
</a>
</div>
<div class="block links">
<div class="title" style="margin-bottom: 10px;">Information:</div>
<<link '👩 Credits' 'credits'>>
<<prewPassage>>
<</link>>
/*
<<link '🏆 Friends' 'supporters'>>
<<prewPassage>>
<</link>>
*/
<<link '📓 Changelog' 'changelog'>>
<<prewPassage>>
<</link>>
</div>
<div class="block disable">
Sidebar is not available during quest events
</div>
</div><!--sidebar-->
<<if !$t.sidebar>>
<<addclass '.sidebar' 'off'>>
<</if>>
<br>
<<run console.log($cityQuests);>>
<<widget "timer">>
<<set _newH = $clock.hours + _args[0]>>
<<set _newM = $clock.minutes + _args[1]>>
<<if _args[2] >>
<<set $p.You.energy = $p.You.energy + _args[2];>>
<<else>>
<<set _energyMinutes = _args[0]*60 + _args[1]; >>
<<set _energySpend = Math.round(_energyMinutes * 0.12); >>
<<set $p.You.energy -= _energySpend; >>
<</if>>
<<if $p.You.energy > 100 >>
<<set $p.You.energy = 100;>>
<<elseif $p.You.energy < 0 >>
<<set $p.You.energy = 0;>>
<</if>>
/* если новый час */
<<if _newM >= 60 >>
<<set _newH++>>
<<set _newM = _newM - 60>>
<</if>>
/* если новый день */
<<if _newH >= 24>>
<<set $clock.hours = _newH - 24; >>
<<set $clock.minutes = _newM; >>
<<set $clock.days++>>
<<set $p.You.hygiene = 0; >>
<<if $clock.today >= 6>>
<<set $clock.today = 0>>
<<else>>
<<set $clock.today++>>
<</if>>
/* если тот же день */
<<else>>
<<set $clock.hours = _newH>>
<<set $clock.minutes = _newM>>
<</if>>
/* время дня */
<<if $clock.hours >= 0 and $clock.hours < 12>>
<<set $clock.daypart = 'Morning'>>
<<elseif $clock.hours >= 12 and $clock.hours < 17>>
<<set $clock.daypart = 'Afternoon'>>
<<elseif $clock.hours >= 17 and $clock.hours < 20>>
<<set $clock.daypart = 'Evening'>>
<<else>>
<<set $clock.daypart = 'Night'>>
<</if>>
/* вывод текущего времени */
<<if $clock.minutes < 10>>
<<set $clock.time = $clock.hours + ':0' + $clock.minutes;>>
<</if>>
<<if $clock.minutes < 10>>
<<set $clock.time = $clock.hours + ':0' + $clock.minutes;>>
<<else>>
<<set $clock.time = $clock.hours + ':' + $clock.minutes;>>
<</if>>
<</widget>><<set _model to Object.keys($m)>>
<<for _i = 0; _i < _model.length; _i++>>
<<set
_link = $m[_model[_i]].name + ' movements ';
_link += $m[_model[_i]].movements;
>>
<<include _link>>
<</for>><<if $clock.hours >= 9 and
$clock.hours < 14>>
<<set $m.Phoenix.location = 'Park'>>
<<elseif $clock.hours >= 14 and
$clock.hours < 18>>
<<set $m.Phoenix.location = 'Work'>>
<<elseif $clock.hours >= 18 and
$clock.hours < 22>>
<<set $m.Phoenix.location = 'Shop'>>
<<else>>
<<set $m.Phoenix.location = 'Park'>>
<</if>>
<<if $clock.hours >= 10 and
$clock.hours < 12>>
<<set $m.Abella.location = 'Gym'>>
<<elseif $clock.hours >= 12 and
$clock.hours < 21>>
<<set $m.Abella.location = 'Park'>>
<<else>>
<<set $m.Abella.location = 'Park'>>
<</if>>
<<widget modelsMap>>
<<set _model to Object.keys($m)>>
<<for _i = 0; _i < _model.length; _i++>>
<<if $m[_model[_i]].location == _args[0]>>
<<= $m[_model[_i]].name>>
<</if>>
<</for>>
<</widget>><<widget "events">>
<<set
_modelsArr = Object.keys($m);
_hours = $clock.hours;
_photos = [];
_links = [];
>>
<<for _i = 0; _i < _modelsArr.length; _i++>>
<<set _model = $m[_modelsArr[_i]];>>
<<if _model.map[_hours] == passage()>>
<<set _photos.push(_model.photo);>>
<<for _k = 0; _k < _model.events.length; _k++>>
<<if _model.events[_k].location == passage()>>
<<set _links.push(_model.events[_k]);>>
<</if>>
<</for>>
<</if>>
<</for>>
<<for _i = 0; _i < $p.events.length; _i++>>
<<if $p.events[_i].location == passage()>>
<<set _links.push($p.events[_i]);>>
<</if>>
<</for>>
<div class="models">
<<for _i = 0; _i < _photos.length; _i++>>
<<capture _i>>
<div class="model">_photos[_i]</div>
<</capture>>
<</for>>
</div>
<div class="links">
<<for _i = 0; _i < _links.length; _i++>>
<<capture _i>>
<<if _links[_i].goto>>
<<goto _links[_i].passage>>
<<else>>
<<button _links[_i].text>>
<<goto _links[_i].passage>>
<</button>>
<</if>>
<</capture>>
<</for>>
</div>
<<run console.log(_links);>>
<</widget>>
<<set
$week = ['Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'];
$time = ['Morning', 'Afternoon', 'Evening', 'night'];
$clock = {
hours: 0,
minutes: 0,
daypart: 'Morning',
today: 0,
days: 1
};
$p = {
events: [
{
location: 'Home',
text: 'Spent some time in home',
passage: 'Sleep',
goto: 0
},
{
location: 'Work',
text: 'Work whis papers',
passage: 'Papers',
goto: 0
},
{
location: 'Gym',
text: 'Workout',
passage: 'Gym',
goto: 0
},
{
location: 'Park',
text: 'Walk in park',
passage: 'Park',
goto: 0
}
]
};
$m = {
Phoenix:
{
name: 'Phoenix',
photo: 'Phoenix-img',
confidence: 0,
events: [
{
location: 'Home',
text: 'Talk to Phoenix',
passage: 'PhoenixEvent1',
goto: 0
},
{
location: 'Work',
text: 'Work with Phoenix',
passage: 'PhoenixEvent2',
goto: 0
},
{
location: 'Shop',
text: 'Ask Phoenix what she want to buy',
passage: 'PhoenixEvent3',
goto: 0
},
{
location: 'Park',
text: 'Walk throu the park with Phoenix',
passage: 'PhoenixEvent4',
goto: 0
}
],
map: [
'Home', //0
'Home', //1
'Home', //2
'Home', //3
'Home', //4
'Home', //5
'Home', //6
'Home', //7
'Home', //8
'Work', //9
'Work', //10
'Work', //11
'Work', //12
'Work', //13
'Work', //14
'Work', //15
'Work', //16
'Work', //17
'Shop', //18
'Shop', //19
'Park', //20
'Park', //21
'Park', //22
'Home' //23
]
},
Abella:
{
name: 'Abella',
photo: 'Abella-img',
confidence: 0,
events: [
{
location: 'Home',
text: 'Talk to Abella',
passage: 'AbellaEvent1',
goto: 0
},
{
location: 'Work',
text: 'Work with Abella',
passage: 'AbellaEvent2',
goto: 0
},
{
location: 'Shop',
text: 'Ask Abella what she want to buy',
passage: 'AbellaEvent3',
goto: 0
},
{
location: 'Park',
text: 'Walk throu the park with Abella',
passage: 'AbellaEvent4',
goto: 0
}
],
map: [
'Home', //0
'Home', //1
'Home', //2
'Home', //3
'Home', //4
'Home', //5
'Home', //6
'Park', //7
'Park', //8
'Park', //9
'Park', //10
'Gym', //11
'Gym', //12
'Gym', //13
'Shop', //14
'Shop', //15
'Work', //16
'Work', //17
'Shop', //18
'Shop', //19
'Home', //20
'Home', //21
'Home', //22
'Home' //23
]
}
};
>>
<<widget "events">>
<<set
_photos = [];
_links = [];
>>
<<for _i = 0; _i < $active.length; _i++>>
<<set _event = $e[$active[_i]]; >>
<<if _event.passage.includesAny(passage()) &&
_event.day.includesAny($clock.today) &&
_event.from <= $clock.hours &&
_event.to > $clock.hours
>>
_event.model <br>
<</if>>
<</for>>
<</widget>>
/*
Включает неограниченное количество ивентов
<<startEvents 'event1' 'event2' '...'>>
*/
<<widget "startEvents">>
<<for _i = 0; _i < _args.length; _i++>>
<<run $active.pushUnique(_args[_i]);>>
<</for>>
<</widget>>
/*
Отключает неограниченное количество ивентов
<<stopEvents 'event1' 'event2' '...'>>
*/
<<widget "stopEvents">>
<<for _i = 0; _i < _args.length; _i++>>
<<run $active.delete(_args[_i]);>>
<</for>>
<</widget>>
<br><br>
<div id="Home"></div>
<br><br>
<div id="Work"></div>
<br><br>
<div id="Gym"></div>
<br><br>
<div id="Park"></div>
<br><br>
<div id="Shop"></div>
/*
<<script>>
$(document).one(':passagedisplay', function (ev) {
var m = State.variables.m;
var h = State.variables.clock.hours;
Object.keys(m).filter(function(i)
{
var location = m[i].map[h];
if (location == 'Home') {
var photo = '<div class="model">' + m[i].name + '</div>';
$("#Home").append(photo);
}
else if (location == 'Work') {
var photo = '<div class="model">' + m[i].name + '</div>';
$("#Work").append(photo);
}
else if (location == 'Gym') {
var photo = '<div class="model">' + m[i].name + '</div>';
$("#Gym").append(photo);
}
else if (location == 'Park') {
var photo = '<div class="model">' + m[i].name + '</div>';
$("#Park").append(photo);
}
else if (location == 'Shop') {
var photo = '<div class="model">' + m[i].name + '</div>';
$("#Shop").append(photo);
}
});
});
<</script>>
*/
<<set
$q = {};
$q.passage1 = {
name: 'Abella',
passage: 'passage1'
};
$q.passage2 = {
name: 'Phoenix',
passage: 'passage2'
};
_link = 'passage1';
>>
<<= $q[_link].name>>
<<run delete $q.passage2;>>
_____________________________________________
Случайное число без повторения
<<set _old = $randomNum;>>
<<for _i = 1; $randomNum == _old;>>
<<set $randomNum = random(1, 30);>>
<</for>>
_____________________________________________
Проверка объявлена ли переменная ранее:
<<if typeof $volume != "undefined">>
<<set $volume = 0.15;>>
<</if>>
_____________________________________________
Работа с функциями:
::StoryInit
<<script>>
window.GetSeconds = function() {
var d = new Date();
var n = d.getSeconds();
return n;
};
<</script>>
::John H. Widget & Co. [widget]
<<widget "getsecs">><<print GetSeconds()>><</widget>>
::Start
<<getsecs>>
_____________________________________________
<<run console.log($q);>><<set
_map = {
Home: '',
Work: '',
Gym: '',
Park: '',
Shop: ''
};
_location to Object.keys(_map);
_event to Object.keys($e);
_model = '';
>>
<<for _i = 0; _i < _event.length; _i++>>
<<if $e[_event[_i]].active == 1 &&
$e[_event[_i]].showPhoto == 1 &&
$e[_event[_i]].map.includesAny(_location) &&
$e[_event[_i]].day.includesAny($clock.today) &&
$e[_event[_i]].from <= $clock.hours &&
$e[_event[_i]].to > $clock.hours &&
$e[_event[_i]].model != _model
>>
<<for _k = 0; _k < _location.length; _k++>>
<<if $e[_event[_i]].map.includes(_location[_k]) >>
<<set
/* Правильный код:
_css= '<div class="' +$e[_event[_i]].model+ '"></div>';
*/
_css= $e[_event[_i]].model + ' ';
_map[_location[_k]] += _css;
_model = $e[_event[_i]].model;
>>
<<continue>>
<</if>>
<</for>>
<</if>>
<</for>>
<br><br>
<div id="Home"></div>
<<=_map.Home>>
<br>
<br><br>
<div id="Work"></div>
<<=_map.Work>>
<br>
<br><br>
<div id="Gym"></div>
<<=_map.Gym>>
<br>
<br><br>
<div id="Park"></div>
<<=_map.Park>>
<br>
<br><br>
<div id="Shop"></div>
<<=_map.Shop>>
<br>
<style>body {background-image: url(bg/quest-book.jpg);}</style>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<div class="questBook">
<div class="questsInfo">
<div class="questsTitle">Biological Research Lab</div>
<div class="questsDesc">
You work for the "SexMachine" corporation. Your position is Senior Researcher at the Laboratory of Biological Research. You have received such a high position thanks to the invention of the Essence of Sexuality. This essence can make any girl extremely seductive even without Botox and silicone.
<br>
<center>
<u><b>Quests:</b></u>
</center>
</div>
</div>
<div class="models">
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Amy.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Amy.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
Amy is your laboratory assistant and junior researcher in the Biological Research Laboratory. She helps you to synthesize the Essence of Sexuality daily. According to corporation policy, you must monitor her daily work, and if Amy violates the lab's safety rules 5 times, you must punish her for her mistakes. Visit the "Staff Punishment Room" to find out Amy's number of violations, or to punish her. Besides, it looks like Amy really enjoys being punished by you.
</div>
<div class="walkthrough">
<span class="line1">❗ Punish Amy for her violations to unlock 6 erotic scenes with her.</span>
<span class="line2">
<i><u>You punished Amy:</u></i>
$p.Amy.punishments
<<if $p.Amy.punishments == 1>>
<<set _times = 'time'; >>
<<else>>
<<set _times = 'times'; >>
<</if>>
_times.</span>
</div>
<div class="quests">
<<set _model = $p.Amy; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Vanessa.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Vanessa.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
The synthesis process of the Essence of Sexuality is unstable and can damage the equipment at any time. To prevent this, you must repair the equipment in a timely manner. Visit the "Equipment Repair Room" to give Vanessa the task of repairing the equipment. The more often you and Vanessa repair equipment, the more attention Vanessa will pay to you. And who knows what sexual adventures it will lead you to :)
</div>
<div class="walkthrough">
<span class="line1">❗ Repair equipment to unlock 6 erotic episodes with Vanessa.</span>
<span class="line2">
<i><u>You repaired equipment:</u></i>
$p.Vanessa.repairs
<<if $p.Vanessa.repairs == 1>>
<<set _times = 'time'; >>
<<else>>
<<set _times = 'times'; >>
<</if>>
_times.</span>
</div>
<div class="quests">
<<set _model = $p.Vanessa; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Ruby.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Ruby.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
The Essence synthesis equipment is still not perfect. It breaks down and does not allow you to get a lot of essence in a single synthesis procedure. But equipment upgrades will fix that problem, and Ruby will help you with that. Just visit the "Lab Upgrade Room", and Ruby will give you all the information you need about equipment upgrades. In addition, each upgrade is a big deal! Therefore, Ruby will not refuse to celebrate with you every completed upgrade.
</div>
<div class="walkthrough">
<span class="line1">❗ Complete equipment upgrades to unlock 6 erotic episodes with Ruby.</span>
<span class="line2">
<i><u>Number of upgrades completed:</u></i>
$p.Ruby.upgrades
</span>
</div>
<div class="quests">
<<set _model = $p.Ruby; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Sophia.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Sophia.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
Sophia is the CEO of "SexMachine" Corporation and she is a very busy person. But at the same time, she loves initiative men very much. Prove to her that you are capable of solving problems of extreme complexity, and she will definitely thank you. At first glance, it might seem to you that there can be no problems of extreme complexity in the boring work of a scientist... But... Who knows what can happen if a butterfly flies into your laboratory.
</div>
<div class="walkthrough">
<span class="line1">❗ Test the Essence of Sexuality on volunteers to unlock 6 erotic scenes with Sophia.</span>
</div>
<div class="quests">
<<set _model = $p.Sophia; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Mary.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Mary.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
The Essence of Sexuality you invented is becoming more and more popular day by day. And it looks like some unknown people on the black market are interested in your discovery. For reasons you don't know, these people won't refuse to buy any amount of essence you can sell them. Mary is the intermediary between you, and these unknown buyers of the essence. You can meet Mary if you want to sell some essence on the black market.
</div>
<div class="walkthrough">
<span class="line1">❗ Sell the Essence of Sexuality on the black market to unlock 6 erotic scenes with Mary.</span>
<span class="line2">
<i><u>You sold essence to Mary:</u></i>
$p.Mary.deals
<<if $p.Mary.deals == 1>>
<<set _times = 'time'; >>
<<else>>
<<set _times = 'times'; >>
<</if>>
_times.</span>
</div>
<div class="quests">
<<set _model = $p.Mary; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Camilla.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Camilla.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
All research conducted in the "SexMachine" corporation is the intellectual property of the corporation. To avoid leakage of information, the authorities of the "SexMachine" corporation created the "SexMachine Security Department". Camilla is an employee of this department. Your desire to sell the Essence of Sexuality on the black market may attract the attention of Camilla. If this happens, then you will have to take disciplinary action and Camilla will punish you. But perhaps this punishment will please you?
</div>
<div class="walkthrough">
<span class="line1">❗ Sell the Essence of Sexuality on the black market to unlock 6 erotic scenes with Camilla.</span>
<span class="line2">
<i><u>You sold essence on the black market:</u></i>
$p.Mary.deals
<<if $p.Mary.deals == 1>>
<<set _times = 'time'; >>
<<else>>
<<set _times = 'times'; >>
<</if>>
_times.</span>
</div>
<div class="quests">
<<set _model = $p.Camilla; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + $p.Stacy.photo + '.jpg';>>
<img @src="_photo">
<div class="name">$p.Stacy.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
Stacy works in the Marketing Department of the "SexMachine" Corporation. She is quite a sweet girl, and she always treats you very friendly. But she is constantly abused by her colleague Joe. Joe is a real asshole. Be the knight who saves Stacey from Joe's attacks. Just do the essence synthesis, and sooner or later Joe himself will give you an opportunity to communicate with him.
</div>
<div class="walkthrough">
<span class="line1">❗ The more times you play a joke on Joe, the more Stacy will like you.</span>
</div>
<div class="quests">
<<set _model = $p.Stacy; >>
<span>_model.name's Quests:</span>
<<for _i = 0; _i < _model.quests.length; _i++>>
<div class="list">
<<if _model.quest > _i >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_model.quests[_i]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _model.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
</div>
<br>
<br>
<div class="questsInfo">
<div class="questsTitle">Volunteers</div>
<div class="questsDesc">
Biological Research Laboratory volunteers are girls who want to be among the first to experience the effect of the Essence of Sexuality on themselves, because it will allow them to change their bodies and become more sexy for free. Each volunteer must go through 5 phases of essence testing on themselves. At the end of each phase, you must evaluate the result by having sex with a volunteer. You can start testing essence on volunteers in the "Essence Testing Room".
<br>
<center>
<u><b>Quests:</b></u>
</center>
</div>
</div>
<div class="models">
<<set _names = Object.keys($p); >>
<<for _i = 0; _i < _names.length; _i++>>
<<if $p[_names[_i]].role == 'volunteer'>>
<<set _vol = $p[_names[_i]]; >>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + _vol.photo + '.jpg';>>
<img @src="_photo">
<div class="name">_vol.name</div>
</div>
<div class="desc">
<span>Character Description:</span>
_vol.name is one of the volunteers of the Biological Research Lab. You can meet _vol.name in the Essence Testing Room.
</div>
<div class="walkthrough">
<span class="line1">❗ Testing the Essence of Sexuality on _vol.name will open 5 erotic scenes with her.</span>
<span class="line2">
<i><u>_vol.name passed:</u></i>
_vol.phasesDone
<<if _vol.phasesDone == 1>>
<<set _times = 'phase'; >>
<<else>>
<<set _times = 'phases'; >>
<</if>>
_times of essence testing.</span>
</div>
<div class="quests">
<span>_vol.name Quests:</span>
<<for _k = 0; _k < _vol.quests.length; _k++>>
<div class="list">
<<if _vol.quest > _k >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<</if>>
_vol.quests[_k]
</div>
<</for>>
</div>
<div class="finished">
<<if _model.quest == _vol.quests.length >>
<span>
All quests completed ✔
</span>
<</if>>
</div>
</div>
<</if>>
<</for>>
</div>
<br>
<br>
<div class="questsInfo">
<div class="questsTitle">City</div>
<div class="questsDesc">
Your scientific research is very important. But do not forget about the rest, because at the end of each working day you can have fun with city girls, of course, if you find a way to seduce them.
<br>
<center>
<u><b>Quests:</b></u>
</center>
</div>
</div>
<div class="models">
<<set _names = Object.keys($p); >>
<<for _i = 0; _i < _names.length; _i++>>
<<if $p[_names[_i]].role == 'city'>>
<<set _vol = $p[_names[_i]]; >>
<div class="model">
<div class="title">
<<set _photo = 'photo/' + _vol.photo + '.jpg';>>
<img @src="_photo">
<div class="name">_vol.name</div>
</div>
<<if _vol.desc>>
<div class="desc">_vol.desc</div>
<</if>>
<<if _vol.walkthrough>>
<div class="walkthrough">_vol.walkthrough</div>
<</if>>
<div class="quests">
<<set
_questID = _vol.quest;
_line1 = _vol.quests[_questID].quest;
_line2 = _vol.quests[_questID].subquest;
>>
<<if _vol.subrole == 'subscribe' && $t.newModels != 1>>
<<set
_line1 = "Become my subscriber to unlock " + _vol.name + "'s quests.";
_line2 = 0;
>>
<</if>>
<span>Active quest:</span>
<<if _line1>><div class='line1'>_line1</div><</if>>
<<if _line2>><div class='line2'>_line2</div><</if>>
/*
<<for _k = 0; _k < _vol.quest+1; _k++>>
<div class="list">
<<if _vol.quest == _k >>
<div class="check"></div>
<<else>>
<div class="check"></div>
<div class="done">✔</div>
<</if>>
<<set
_questID = _vol.quest;
_line1 = _vol.quests[_k].quest;
_line2 = _vol.quests[_k].subquest;
>>
<<if _line1>><div class='line1'>_line1</div><</if>>
<<if _line2>><div class='line2'>_line2</div><</if>>
</div>
<</for>>
*/
</div>
</div><!--/model-->
<</if>>
<</for>>
</div><!--/models-->
</div>
<<can 'Please note:'>>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I want to express my gratitude to those people who support me and speed up the releases of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
<br><br>
<center><b><u>Subscribe and support me:</u></b></center>
<<subscribe2>>
<</can>>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<<set
_phones = {};
_models = Object.keys($m);
>>
<<for _i = 0; _i < _models.length; _i++>>
<<set _model = $m[_models[_i]]; >>
<<if _model.activeQuest > 0 >>
<<set
_phones[_model.name] = {
css: '<div class="photo ' + _model.name + '"></div>',
button: 'Call ' + _model.name,
link: 'call'
};
>>
<</if>>
<</for>>
<<for _i = 0; _i < $active.length; _i++>>
<<set _event = $e[$active[_i]]; >>
<<if _event.passage.includesAny(passage()) &&
_event.day.includesAny($clock.today) &&
_event.from <= $clock.hours &&
_event.to > $clock.hours
>>
<<set _phones[_event.model].link = _event.link; >>
<</if>>
<</for>>
<<set _contacts = Object.keys(_phones); >>
<<for _i = 0; _i < _contacts.length; _i++>>
<<set _contact = _phones[_contacts[_i]]; >>
<div class="phone">
<<= _contact.css >>
<<button _contact.button _contact.link>><</button>>
</div>
<</for>>
<<run console.log($g);>>
<a data-passage="Home"
data-setter="$.wiki('<<timer 1 0 -10>>')">
Do the thing
</a>
<img data-passage="Home" src="fdff" style="width:20px; height: 20px">
<<link "Get some money">>sdsdsdsdsdsdsds<</link>>
<style>body {background-image: url(bg/morning.jpg);}</style>
<<if $clock.hours < 9 >>
<<set _h = 9 - $clock.hours >>
<<else>>
<<set _h = 24 - $clock.hours + 9 >>
<</if>>
<<set $clock.minutes = 0; >>
<<timer _h 0>>
/*<<set $clock.minutes = 10; >>*/
<<set $p.You.energy = 70; >>
/* Рандомазеры сегодняшних событий */
<<include 'randomizers'>>
/* Рандомайзер того что снится */
<<if random(0,1) == 1>>
<<do>>
Вам снится сон:
<</do>>
/* Выбор видео сна */
<<if !$dreamVideo || $dreamVideo == 50>>
<<set $dreamVideo = 1; >>
<</if>>
<<set _video = 'video/dream/dream-' + $dreamVideo + '.mp4'; >>
<<set $dreamVideo++; >>
<div class="video">
<video autoplay loop muted>
<source @src="_video" type="video/mp4">
</video>
</div>
<</if>>
<<if $bio.upgrades == 6>>
<<do>>
Вы просыпаетесь от звука только-что пришедшей смс:
<</do>>
<<say 'Computer'>>
Доброе утро, мистер Тернер. Позвольте напомнить вам, что после 6-го апгрейда оборудования Лаборатории Биологических Исследований синтез Эссенции Сексуальности выполняется в автоматическом режиме.
<br>
<br>
STATUS:
<ul>
<li>Автоматический синтез Эссенции Сексуальности завершен.</li>
<li>За ночь было синтезировано эссенции: 50 oz.</li>
<li>На ваш счет поступило: 100$</li>
<li>Количество эссенции в хранилище лаборатории: <<=$bio. essence>> oz.</li>
<li>Максимальное вместилище хранилища эссенции: <<=$bio. essenceMax>> oz.</li>
</ul>
Корпорация "" благодарит вас за сотрудничество.
<</say>>
<<do>>
Вы встаете с постели, принимаете душ и завтракаете. Самое время начать новый день.
<</do>>
<<set
$p.You.money += 100;
$bio.essence += 50;
>>
<<if $bio.essence > $bio. essenceMax>><<set $bio.essence = 1000;>><</if>>
<<else>>
<<do>>
Вы просыпаетесь от звона будильника.
<</do>>
<div class="image">
<img src="img/morning.gif">
</div>
<<do>>
Вы встаете с постели, принимаете душ и завтракаете. Самое время начать новый рабочий день.
<</do>>
<</if>>
<div class="go goto">
<<link 'Go to work'>>
<<goto BioLab>>
<</link>>
</div><<button ' Go home and sleep '>><<goto newDay>><</button>> <<button ' Go home and sleep '>><<goto newDay>><</button>> <<set $p.You.map = 'Corporation'; >>
<<events>>
[[Enter the Corporation building|mapCorporation]]
<<set
_map = {
Corporation: '',
Hall: '',
BioLab: '',
CyberLab: '',
SecretLab: '',
DirectorOffice: '',
ServiceRoom: ''
};
_location = Object.keys(_map);
_model = '';
>>
<<for _i = 0; _i < $active.length; _i++>>
<<set _event = $e[$active[_i]]; >>
<<if _event &&
_event.showPhoto == 1 &&
_event.day.includesAny($clock.today) &&
_event.from <= $clock.hours &&
_event.to > $clock.hours &&
_event.model != _model
>>
<<for _k = 0; _k < _location.length; _k++>>
<<if _event.map.includes(_location[_k]) >>
<<set
/* Правильный код:
_css = '<div class="' + _event.model + '"></div>';
*/
_css = _event.model + ' ';
_map[_location[_k]] += _css;
_model = _event.model;
>>
<<continue>>
<</if>>
<</for>>
<</if>>
<</for>>
<br><br>
<div id="Hall"></div>
<<=_map.Hall>>
<br>
[[Hall]]
<br><br>
<div id="BioLab"></div>
<<=_map.BioLab>>
<br>
[[Biological Research Laboratory|BioLab]]
<br><br>
<div id="CyberLab"></div>
<<=_map.CyberLab>>
<br>
[[Cybernetic Research Laboratory|CyberLab]]
<br><br>
<div id="SecretLab"></div>
<<=_map.SecretLab>>
<br>
[[Secret Research Laboratory|SecretLab]]
<br><br>
<div id="DirectorOffice"></div>
<<=_map.DirectorOffice>>
<br>
[[Director's office|DirectorOffice]]
<br><br>
<div id="ServiceRoom"></div>
<<=_map.ServiceRoom>>
<br>
[[Service room|ServiceRoom]]
<br><br>
<div id="Corporation"></div>
<<=_map.Corporation>>
<br>
[[Exit the building|Corporation]]
[[Leave the Hall|mapCorporation]]<style>body {background-image: url(bg/biolab.jpg);}</style>
/* Если рабочий день закончен */
<<if ($clock.hours >= 18)>><<goto 'endWorkDay'>><</if>>
/* рандомайзер случайных событий */
<<include 'randomizers'>>
<<say 'Amy'>>
The Biological Research Laboratory is at your disposal, Evan. I am displaying the laboratory status on your screen:
<</say>>
<<can 'Laboratory status'>>
<div class="BioLab-info">
<div class="block essence">
<<link '<div class="info"><i>i</i></div>'>>
<<script>>
Dialog.setup("💦 Essence Synthesis");
Dialog.wiki('
<div class="BioLab-info-modal">
You have invented the Essence of Sexuality, which can easily enhance the appearance of any woman and make her really sexy. And now the synthesis of essence is your main task during each workday.
<hr>
<u>Synthesize the Essence of Sexuality in order to:</u>
<ol>
<li>Make money.</li>
<li>Unlock access to story events in the game.</li>
<li>Unlock access to erotic scenes in the game.</li>
<li>Unlock access to testing the essence on female volunteers.</li>
<li>Unlock access to laboratory equipment upgrades.</li>
</ol>
<hr>
<u>Recommendations:</u>
<ul>
<li>Visit the "Essence Synthesis Room" (💦) to start synthesizing the Essence of Sexuality.</li>
<li>Talk to Amy (🗣) if you need more helpful tips about the lab, essence synthesis, and your daily work.</li>
<li>Open Quest Book (📕) to see the list of tasks you need to complete.</li>
</ul>
</div>
');
Dialog.open();
<</script>>
<</link>>
/*<img src="">*/
<div class="img">💦</div>
<div class="title">Essence in storage:</div>
<div class="count"><<=$bio.essence>> <span>oz</span></div>
</div>
<<if $bio.volunteers.waiting == 1>>
<<set _volsText = 'volunteer';>>
<<else>>
<<set _volsText = 'volunteers';>>
<</if>>
<div class="block volunteers">
<<link '<div class="info"><i>i</i></div>'>>
<<script>>
Dialog.setup("💃 Essence testing");
Dialog.wiki('
<div class="BioLab-info-modal">
The Essence of Sexuality you have invented requires further research. Therefore, the "SexMachine" Corporation has provided you with 6 female volunteers who are ready to undergo testing of the Sexual Essence on themselves.
<hr>
<u>Test the Essence of Sexuality on Female Volunteers in order to:</u>
<ol>
<li>Unlock access to plot events in the game.</li>
<li>Unlock access to erotic scenes with volunteers.</li>
<li>Unlock access to laboratory equipment upgrades.</li>
</ol>
<hr>
<u>Note:</u>
<ul>
<li>You have 6 female volunteers at your disposal.</li>
<li>Essence testing on each volunteer consists of 5 phases.</li>
<li>For each phase, you must accumulate enough essence.</li>
<li>At the end of each phase, you must fuck a volunteer to determine the effectiveness of the essence.</li>
</ul>
<hr>
<u>Recommendations:</u>
<ul>
<li>Visit the "Essence Testing Room" (💃) to choose a volunteer and start testing.</li>
<li>Open Quest Book (📕) to see the list of tasks you need to complete.</li>
</ul>
</div>
');
Dialog.open();
<</script>>
<</link>>
/*<img src="">*/
<div class="img">💃</div>
<div class="title">Waiting for testing:</div>
<div class="count"><<= $bio.volunteers.waiting>> <span>_volsText</span></div>
</div>
<div class="block damage">
<<link '<div class="info"><i>i</i></div>'>>
<<script>>
Dialog.setup("🔨 Equipment repair");
Dialog.wiki('
<div class="BioLab-info-modal">
During the synthesis of the Essence of Sexuality, the laboratory equipment can get damaged. You must keep your equipment in good working order.
<hr>
<u>You must repair the equipment in a timely manner to:</u>
<ol>
<li>Prevent leakage of the Essence of Sexuality during synthesis.</li>
<li>Avoid losing money due to essence leakage during synthesis.</li>
<li>Unlock access to erotic scenes with Vanessa.</li>
</ol>
<hr>
<u>Recommendations:</u>
<ul>
<li>Visit the "Equipment Repair Room" (🔨) to check the current condition of the laboratory equipment or to repair it.</li>
<li>Talk to Vanessa (🗣), if you want to learn more about equipment repair. Vanessa is waiting for you in the "Equipment Repair Room".</li>
<li>Open Quest Book (📕) to see the list of tasks you need to complete.</li>
</ul>
</div>
');
Dialog.open();
<</script>>
<</link>>
/*<img src="">*/
<div class="img">🔨</div>
<div class="title">Equipment damage:</div>
<div class="count"><<=$bio.damage>> <span>%</span></div>
</div>
<div class="block upgrades">
<<link '<div class="info"><i>i</i></div>'>>
<<script>>
Dialog.setup("⚡ Laboratory upgrades");
Dialog.wiki('
<div class="BioLab-info-modal">
You must create the perfect machine for synthesizing the Essence of Sexuality. This will allow the corporation to produce the essence on an industrial scale. That is why your lab equipment needs to be upgraded.
<hr>
<u>You must perform equipment upgrades in order to:</u>
<ol>
<li>Obtain more essence during synthesis.</li>
<li>Earn more money during synthesis.</li>
<li>Eliminate the need for equipment repairs.</li>
<li>Eliminate the possibility of creating hybrids.</li>
<li>Unlock access to erotic scenes with Ruby.</li>
</ol>
<hr>
<u>Recommendations:</u>
<ul>
<li>Visit the "Lab Upgrade Room" (⚡) to see the list of upgrades and start upgrading your equipment.</li>
<li>Talk to Ruby (🗣) if you want to get more information about equipment upgrades. Ruby is waiting for you in the "Lab Upgrade Room". </li>
<li>Open Quest Book (📕) to see the list of tasks you need to complete.</li>
</ul>
</div>
');
Dialog.open();
<</script>>
<</link>>
/*<img src="">*/
<div class="img">⚡</div>
<div class="title">Upgrades needed:</div>
<div class="count"><<= 6 - $bio.upgrades>></div>
</div>
<<if $bio.bugs.counter == 1>>
<<set _bugsText = 'mistake';>>
<<else>>
<<set _bugsText = 'mistakes';>>
<</if>>
<div class="block bugs">
<<link '<div class="info"><i>i</i></div>'>>
<<script>>
Dialog.setup("😈 Punishments for Subordinates");
Dialog.wiki("
<div class='BioLab-info-modal'>
Amy is a junior scientist in the laboratory, and therefore she may sometimes make mistakes in her work. According to the corporation's rules, you must punish Amy for her mistakes.
<hr>
<u>You must punish Amy in order to:</u>
<ol>
<li>Teach Amy to do her job without making mistakes.</li>
<li>Unlock access to erotic scenes with Amy.</li>
</ol>
<hr>
<u>Note:</u>
<ul>
<li>You can only punish Amy after she makes 5 mistakes.</li>
<li>After each punishment, Amy's mistake counter will be reset.</li>
</ul>
<hr>
<u>Recommendations:</u>
<ul>
<li>Visit the Staff Punishment Room (😈) to punish Amy.</li>
<li>Talk to Amy (🗣) if you want to learn more about staff punishments.</li>
<li>Open Quest Book (📕) to see the list of tasks you need to complete.</li>
</ul>
</div>
");
Dialog.open();
<</script>>
<</link>>
/*<img src="">*/
<div class="img">😈</div>
<div class="title">Amy made:</div>
<div class="count">
<<= $bio.bugs.counter>> <span>_bugsText</span>
</div>
</div>
</div>
<</can>>
<<can 'You can:'>>
<div class="go synth">[[Go to the "Essence Synthesis Room"|essenceRoom]]</div>
<div class="go testing">[[Go to the "Essence Testing Room"|testingRoom]]</div>
<div class="go repair">[[Go to the "Equipment Repair Room"|repairRoom]]</div>
<div class="go upgr">[[Go to the "Lab Upgrade Room"|upgradeRoom]]</div>
<div class="go sex">[[Go to the "Staff Punishment Room"|punishRoom]]</div>
<div class="go blackmarket">[[Sell Essence on the black market|blackMarket]]</div>
<</can>>
<<can 'Or You can:'>>
<div class="go ask">[[Ask Amy about the corporation|talkCorporation]]</div>
<div class="go ask">[[Ask Amy about the Essence of Sexuality|talkEssence]]</div>
<div class="go ask">[[Ask Amy about what you should do at work|talkWorkday]]</div>
<div class="go ask">[[Ask Amy about how you can earn more money|talkBlackMarket]]</div>
<</can>>
<<can 'Or:'>>
<div class="go">
<<link 'Leave the corporate building (Open map)' 'map'>><<prewPassage>><</link>>
</div>
<</can>>
[[Leave the Laboratory|mapCorporation]][[Leave the Laboratory|mapCorporation]][[Leave the office|mapCorporation]][[Leave the room|mapCorporation]]<style>body {background-image: url(bg/testing-room.jpg);}</style>
<div class="go" style="margin-bottom: 25px;">[[Leave the "Essence Testing Room"|BioLab]]</div>
<<say 'Computer'>>
Mr Turner, the administration of the "SexMachine" Corporation has granted your request for volunteers to test the Essence of Sexuality invented by you. Please select a volunteer to start testing:
<</say>>
<div class="volunteerProfiles">
/*
<div class="intro">
<div class="title">Volunteer profiles</div>
<div class="desc">
<span class="desc-title">Уведомление от корпорации "":</span>
Мистер Эван Тернер. Администрация Корпорации "" рассмотрела ваш запрос на получение волонтеров для тестирования изобренной вами Эссенции Сексуальности. В своем запросе вы указываете, что волонтеры должны быть женского пола. Кроме того каждый волонтер должен пройти 5 фаз тестирования. А также в конце каждой фазы вы должны убедиться в положительном воздействии эссенции на волонтера - и этот вывод вы сможеде сделать только после секса с ними. Администрация Корпорации "" приняла решение удовлетворить ваш запрос и отобрала для вас 6 женщин-волонтеров, каждая из которых готова пройти все 5 фаз тестирования в соответствии со всеми условиями, которые вы указали в своем запросе. А также корпорация "" предоставляет в ваше распоряжение несколько комфортабельных комнат с удобными кроватями.
</div>
</div>
*/
<div class="profiles">
<<set _names = Object.keys($p); >>
<<for _i = 0; _i < _names.length; _i++>>
<<if $p[_names[_i]].role == 'volunteer'>>
<<set
_vol = $p[_names[_i]];
_finish = 100 * _vol.phasesDone / _vol.phase.length;
_photo = 'photo/' + _vol.photo + '.jpg';
>>
<div class="profile">
<div class="volunteer">
<img class="photo" @src="_photo">
<div class="info">
<div>Name: <<= _vol.name;>></div>
<div>Testing progress: _finish%</div>
</div>
</div>
<div class="phases">
<<for _k = 0; _k < _vol.phase.length; _k++>>
<div class="phase">
<div class="number">
<u>Testing phase #<<=_k+1>></u>
<<if _vol.phase[_k].done>>(✔)<</if>>
</div>
<div class="list">
<span>
• <i>Objective:</i> _vol.phase[_k].mission
</span>
<span>
• <i>Essences required:</i> <<=_vol.phase[_k].essence>> oz
</span>
</div>
</div>
<</for>>
</div>
<<set $volunteer = ''>>
<div class="progress">
<<if _vol.phasesDone != _vol.phase.length >>
<<set _link = _vol.phasesDone + 1;>>
<<capture _i>>
[['Start testing phase #' + _link|beforeTest][$volunteer=_names[_i]]]
/*
[[Начать тестирование|beforeTest][$volunteer=_names[_i]]]
*/
<</capture>>
<<else>>
<div class="done">
All phases completed ✔
</div>
<</if>>
</div>
</div>
<</if>>
<</for>>
</div>
</div>
<br>
<div class="go">[[Leave the "Essence Testing Room"|BioLab]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<if $bio.upgrades == 6 >>
<<say 'You'>>
Hey Ruby. Do you have something for me?
<</say>>
<<say 'Ruby'>>
Nope. All upgrades completed. Now the lab equipment is perfect.
<</say>>
<div class="go">[[Leave the "Lab Upgrade Room"|BioLab]]</div>
<<else>>
<<say 'You'>>
So Ruby. Are you ready to upgrade our lab?
<</say>>
<<say 'Ruby'>>
Sure thing. I have a few upgrades that will improve our lab. But for upgrades, we need some money and the fulfillment of several additional conditions.
<</say>>
<<can 'You can:'>>
<div class="go list">[[Check list of updates|upgradeList]]</div>
<div class="go ask">[[Ask Ruby about the purpose of the upgrades|talkRuby]]</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">[[Leave the "Lab Upgrade Room"|BioLab]]</div>
<</can>>
<</if>>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You'>>
Vanessa, I want to know the technical condition of our equipment and production units.
<</say>>
<<say 'Vanessa'>>
Wait a second, Evan. I'm initializing equipment diagnostic protocols.
<</say>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Equipment damage: <<=$bio.damage>>%</li>
<<if $bio.damage == 0>>
<li>Necessity of equipment repair: no repair required.</li>
<<elseif $bio.damage > 0 && $bio.damage < 30 >>
<li>Necessity of equipment repair: at your discretion.</li>
<<elseif $bio.damage >= 30 && $bio.damage < 60 >>
<li>Necessity of equipment repair: recommended.</li>
<<elseif $bio.damage >= 70 && $bio.damage <= 80 >>
<li>Attention! Critical equipment damage detected.</li>
<li>Necessity of equipment repair: urgent repair needed.</li>
<</if>>
<<if $bio.damage != 0 >>
<<set $bio.price = Math.trunc(400 * $bio.damage / 100);>>
<li>The cost of repair: $<<=$bio.price >></li>
<</if>>
</ul>
<</say>>
<<can 'You can:'>>
<<if $bio.damage != 0>>
<div class="go repair">[[Start the repair process|equipRepair]]</div>
<</if>>
<div class="go ask">[[Ask Vanessa about equipment repair|talkVanessa]]</div>
<div class="go">[[Leave the "Equipment Repair Room"|BioLab]]</div>
<</can>>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<if $p.You.energy < 10>>
<<say 'You' '7'>>
I feel too tired for this...
<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go">[[Leave the "Equipment Repair Room"|BioLab]]</div>
<<elseif $p.You.money < $bio.price >>
<<say 'Vanessa'>>
We don't have enough money to repair the equipment. You need to continue synthesizing the essence to earn more money.
<</say>>
<<say 'You'>>
You are right Vanessa...
<</say>>
<div class="go">[[Leave the "Equipment Repair Room"|BioLab]]</div>
<<elseif ($clock.hours+1>18) || ($clock.hours+1==18 && $clock.minutes>0) >>
<<say 'Vanessa'>>
I'm sorry, Evan, but the equipment repair procedure will take 1 hour, but the working day ends at 18:00. Unfortunately, we will not be able to start the repair today.
<</say>>
<<say 'You'>>
It's okay, Vanessa. We will repair the equipment next time. Maybe tomorrow...
<</say>>
<div class="go">[[Leave the "Equipment Repair Room"|BioLab]]</div>
<<else>>
<<set
$bio.damage = 0;
$p.You.money -= $bio.price;
$p.Vanessa.repairs++;
>>
<<timer 1 0 -10>>
<<say 'Vanessa'>>
Equipment repair protocols have been initialized. Calibration of synthesis aggregates started. Debugging digital systems in progress.
<</say>>
<div class="image">
<img src="img/Vanessa-repair.jpg">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Equipment repair completed successfully.</li>
<li>Equipment damage: 0%</li>
</ul>
<</say>>
<<switch $p.Vanessa.repairs>>
<<case 1>>
<<set _link = 'VanessaSex1';>>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 5>>
<<set _link = 'VanessaSex2'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 10>>
<<set _link = 'VanessaSex3'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 15>>
<<set _link = 'VanessaSex4'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 20>>
<<set _link = 'VanessaSex5'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 25>>
<<set _link = 'VanessaSex6'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<default>>
<<set _link = 'BioLab'; >>
<<set _text = 'Leave the "Equipment Repair Room"'; >>
<<say 'You'>>
Great job, Vanessa! Now the laboratory equipment is completely ready for work!
<</say>>
<<say 'Vanessa'>>
Happy to serve, Evan.
<</say>>
<</switch>>
<div class="go">
<<link _text _link>><</link>>
</div>
<</if>><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<say 'Amy'>>
Please select the duration of the essence synthesis, Evan. The longer the synthesis is, the more Essence of Sexuality we can get.
<</say>>
/* Синтез или событие для Stacy */
<<if $t.synthesisEvent == 1>>
<<switch $bio.events.counter>>
<<case 1>>
<<set _link = 'secretRoomEvent1'>>
<<case 4>>
<<set _link = 'StacySex1'>>
<<case 6>>
<<set _link = 'StacySex2'>>
<<case 8>>
<<set _link = 'StacySex3'>>
<<case 10>>
<<set _link = 'StacySex4'>>
<<case 14>>
<<set _link = 'StacySex5'>>
<<case 16>>
<<set _link = 'StacySex6'>>
<<default>>
<<set _link = 'synthesisEvents'>>
<</switch>>
<<else>>
<<set _link = 'resultEssence'; >>
<</if>>
<<can 'You can:'>>
<div class="go essence1">
<<link 'Synthesize essence within 1 hour' _link>>
<<set $times = 1; >>
<</link>>
</div>
<div class="go essence2">
<<link 'Synthesize essence within 2 hours' _link>>
<<set $times = 2; >>
<</link>>
</div>
<div class="go essence3">
<<link 'Synthesize essence within 3 hours' _link>>
<<set $times = 3; >>
<</link>>
</div>
<</can>>
/* Рандомайзер событий во время синтеза - завершение кода */
<<can 'Or You can:'>>
<div class="go">[[Leave the "Essence Synthesis Room"|BioLab]]</div>
<</can>>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<set
_phase = $p[$volunteer].phasesDone;
_phases = $p[$volunteer].phase.length;
_essence = $p[$volunteer].phase[_phase].essence;
_text = $p[$volunteer].phase[_phase].beforeTest;
_mission = $p[$volunteer].phase[_phase].mission;
_bugPhase = $p[$volunteer].bug.phase;
_bugFinished = $p[$volunteer].bug.finished;
>>
<<if ($clock.hours+2>18) || ($clock.hours+2==18 && $clock.minutes>0) >>
<<say 'Computer'>>
STATUS:
<ul>
<li>Testing is not possible.</li>
<li>Reason: laboratory generators will be shut down before the testing procedure is completed.</li>
<li>Recommendation: start the testing procedure at least 2 hours before the end of the working day.</li>
</ul>
<</say>>
<<say 'You'>>
Okay then... Looks like I'll have to go back to testing the essence on volunteers some other time. Maybe tomorrow...
<</say>>
<div class="go">[[Return|testingRoom]]</div>
<<elseif $bio.essence < _essence >>
<<say 'Computer'>>
STATUS:
<ul>
<li>Testing error. There is not enough the Essence of Sexuality in the storage.</li>
<li>Essence required: _essence oz.</li>
<li>Amount of essence in storage: $bio.essence oz.</li>
<li>Recommendation: Continue synthesizing the Essence of Sexuality to unlock this testing phase.</li>
</ul>
<</say>>
<div class="go">[[Return|testingRoom]]</div>
<<elseif $p.You.energy < 20 >>
<<say 'You' '7'>>
Not now. Unfortunately, I feel too tired to conduct experiments.
<</say>>
<<do>>You must have at least 20% energy to start the testing process.<</do>>
<div class="go">[[Return|testingRoom]]</div>
<<else>>
<<set $t.sidebar = 0; >>
<<say 'Computer'>>
STATUS:
<ul>
<li>Objective of testing phase #<<=_phase+1>>: <<=_mission>></li>
<li>Name of the test subject: $volunteer</li>
<li>Voluntary participation of the test subject in essence testing: confirmed.</li>
<li>Equipment is ready to launch.</li>
</ul>
<</say>>
<<do>><center>$volunteer enters the Essence Testing Room.</center><</do>>
<<switch _phase>>
<<case 0>>
<<say 'You'>>
Hello $volunteer. Are you ready to start the experiment?
<</say>>
<<say $volunteer>>
I'm looking forward to it, sir.
<</say>>
<<say 'You'>>
Excellent. But first you need to undress.
<</say>>
<<do>>
<center>$volunteer obediently takes off her clothes in front of you.</center>
<</do>>
<<set
_before1 = 'video/' + $p[$volunteer].name + '/quest-1-1.jpg';
_before2 = 'video/' + $p[$volunteer].name + '/quest-1-2.jpg';
>>
<div class="image">
<img @src="_before1">
</div>
<div class="image">
<img @src="_before2">
</div>
<<say 'You'>>
And what result do you expect from the experiment?
<</say>>
<<say $volunteer>>
_text
<</say>>
<<say 'You'>>
I think we can make it happen.
<</say>>
<<case _phases>>
<div class="image">
<<set _img = 'video/' + $p[$volunteer].name + '/photo-1.jpg';>>
<img @src="_img">
</div>
<<say 'You'>>
$volunteer, are you ready for the final phase of our experiment?
<</say>>
<<say $volunteer>>
Of course, professor. I look forward to it.
<</say>>
<<default>>
<div class="image">
<<set _img = 'video/' + $p[$volunteer].name + '/photo-1.jpg';>>
<img @src="_img">
</div>
<<say 'You'>>
$volunteer, are you ready for the next phase of our experiment?
<</say>>
<<say $volunteer>>
Of course, professor. I look forward to it.
<</say>>
<</switch>>
<<if _phase == _bugPhase && _bugFinished != 1>>
<div class="go">[[Start the experiment|bugTest]]</div>
<<else>>
<div class="go">[[Start the experiment|resultTest]]</div>
<</if>>
<</if>>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<set
_phase = $p[$volunteer].phasesDone;
_photo = $p[$volunteer].photoAfter;
_essence = $p[$volunteer].phase[_phase].essence;
_text = $p[$volunteer].phase[_phase].afterTest;
_link = $p[$volunteer].phase[_phase].sex + '-1';
>>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<if _phase == 0>>
<<set
_after1 = 'video/' + $p[$volunteer].name + '/quest-1-3.jpg';
_after2 = 'video/' + $p[$volunteer].name + '/quest-1-4.jpg';
>>
<div class="image">
<img @src="_after1">
</div>
<div class="image">
<img @src="_after2">
</div>
<</if>>
<<say $volunteer>>
<<if _text>>
_text
<<else>>
I feel great.
<</if>>
<</say>>
<<say 'You'>>
Excellent. And now it's time for the practical test.
<</say>>
<<say $volunteer>>
I'm looking forward to it, sir)
<</say>>
<<set
$bio.essence -= _essence;
$p[$volunteer].phasesDone++;
$p[$volunteer].phase[_phase].done++;
>>
<<timer 2 0 -20>>
<div class="go sex">
<<link 'Start the Practical Test'>><<goto _link>><</link>>
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video 'video/Sabrina/Sabrina-1-1.mp4'>>
<<say 'Sabrina'>>
Mmm, fuck yes! Your cock is so thick and long, it feels amazing sliding down my throat.
I can't get enough of it. I want you to fuck my mouth hard and deep, make me beg for more.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-2]]
</div>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set
$t.AmyBug = '0';
$bio.essence --;
$bio.bugs.counter ++;
$bio.bugs.day = $clock.days;
>>
<<do>>
Amy broke the flask with the essence you just synthesized.<br>
Essence lost: -1 oz.<br>
Amy's mistake count increased: +1
<</do>>
<div class="image">
<img src="img/Amy-bug.jpg">
</div>
<<say 'Amy'>>
I'm sorry, Evan, but I accidentally broke the flask. I don't understand how it happened.
<</say>>
<<if $bio.bugs.counter == 5>>
<<say 'You'>>
This is not good. Besides, Amy, you've violated the lab's safety standards 5 times already. And now, according to the rules of our corporation, I must punish you.
<</say>>
<<say 'Amy'>>
Of course, Evan. Let's go to the "Staff Punishment Room" and you will punish me. This will teach me to be more careful about the property of the corporation. Besides, I really like when you punish me.
<</say>>
<<else>>
<<say 'You' '11'>>
But you should remember that if you violate the lab's safety standards 5 times, according to the rules of the corporation, I will have to punish you for the violations.
<</say>>
<<say 'Amy'>>
Oh Evan. I dream that you punish me again and again.
<</say>>
<<say 'You' '2'>>
Are you sure about this?
<</say>>
<<say 'Amy'>>
Don't even doubt it.
<</say>>
<<do>>
Visit the Staff Punishment Room to see the number of mistakes Amy made.
<</do>>
<</if>>
<div class="go">[[Return|essenceRoom]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<if $bio.bugs.counter == 0 >>
<<say 'You' '2'>>
So, Amy. You violated lab safety standards 0 times. Please try to keep it that way. Otherwise, after the fifth mistake, I will have to punish you.
<</say>>
<<say 'Amy'>>
I love bossy men, and I really want you to punish me, Evan. Ha-ha.
<</say>>
<<can 'You can:'>>
<div class="go">[[Leave the "Staff Punishment Room"|BioLab]]</div>
<</can>>
<<elseif $bio.bugs.counter == 5 >>
<<if $p.You.energy < 10>>
<<say 'You'>>
Amy, violated lab safety standards 5 times. According to the corporation's zero tolerance policy for safety violations, I must punish her. But I feel too tired to do it now.
<</say>>
<<do>>You must have 10% energy to punish Amy.<</do>>
<<can 'You can:'>>
<div class="go">[[Leave the "Staff Punishment Room"|BioLab]]</div>
<</can>>
<<elseif $clock.hours == 17 && $clock.minutes > 30>>
<<say 'You'>>
Amy, violated lab safety standards 5 times. According to the corporation's zero tolerance policy for safety violations, I must punish her. But the work day is almost over. I don't have enough time to do it today.
<</say>>
<<do>>You need 30 minutes to punish Amy.<</do>>
<<can 'You can:'>>
<div class="go">[[Leave the "Staff Punishment Room"|BioLab]]</div>
<</can>>
<<else>>
<<say 'You'>>
So, Amy, you violated lab safety standards 5 times. According to the corporation's zero tolerance policy for safety violations, I must punish you.
<</say>>
<<say 'Amy'>>
I'm ready, Evan. I love when you punish me.
<</say>>
<<can 'You can:'>>
<div class="go sex">[[Punish Amy|punishAmy]]</div>
<div class="go">[[Leave the "Staff Punishment Room"|BioLab]]</div>
<</can>>
<</if>>
<<else>>
<<if $bio.bugs.counter == 1>>
<<set _total = $bio.bugs.counter + ' time';>>
<<else>>
<<set _total = $bio.bugs.counter + ' times';>>
<</if>>
<<say 'You'>>
So, Amy, you violated lab safety standards _total. But if you make 5 mistakes in your work, I will have to punish you. This is the corporation's zero-tolerance policy for violations of security standards.
<</say>>
<<say 'Amy'>>
I'm looking forward to you punishing me, Evan.
<</say>>
<<can 'You can:'>>
<div class="go">[[Leave the "Staff Punishment Room"|BioLab]]</div>
<</can>>
<</if>><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<set
$bio.bugs.counter = 0;
$bio.bugs.day = $clock.days;
$p.Amy.punishments++;
>>
<<timer 0 30 -10>>
/* Выбор видео */
<<set _old = $randomAmyPunishVideo;>>
<<for _i = 1; $randomAmyPunishVideo == _old;>>
<<set $randomAmyPunishVideo = random(1, 18);>>
<</for>>
<<set _video = 'video/Amy/Amy-punish-' + $randomAmyPunishVideo + '.mp4'; >>
<<video `'video/Amy/Amy-punish-' + $randomAmyPunishVideo + '.mp4'`>>
<<say 'You'>>
Okay, Amy. I think that’s enough for now. I hope this punishment will teach you not to break the Laboratory Safety Rules again in the future. Now get dressed and freshen up, because it’s time for us to get back to work.
<</say>>
<<do>>
Amy's mistakes counter has been reset.
<br>
Amy's number of punishments increased: +1.
<</do>>
<<switch $p.Amy.punishments>>
<<case 1>>
<<set _link = 'AmySex1'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 5>>
<<set _link = 'AmySex2'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 10>>
<<set _link = 'AmySex3'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 15>>
<<set _link = 'AmySex4'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 20>>
<<set _link = 'AmySex5'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 25>>
<<set _link = 'AmySex6'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<default>>
<<set _link = 'BioLab'; >>
<<set _text = 'Leave the "Staff Punishment Room"'; >>
<</switch>>
<div class="go">
<<link _text>><<goto _link>><</link>>
</div><<widget "say" container>>
<<set _name = $p[_args[0]].name;>>
<<if _args[1]>>
<<set _photo = 'photo/' + $p[_args[0]].photo + '-' +_args[1] + '.jpg'; >>
<<else>>
<<set _photo = 'photo/' + $p[_args[0]].photo + '.jpg'; >>
<</if>>
<div class="say">
<div class="photo">
<img @src="_photo">
</div>
<div class="text">
<div class="name">_name:</div>
_contents
</div>
</div>
<</widget>><<widget "do" container>>
<div class="do">
_contents
</div>
<</widget>><style>body {background-image: url(bg/testing-room.jpg);}</style>
<div class="image">
<img src="img/test.jpg">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Essence of Sexuality: injected.</li>
</ul>
<</say>>
<div class="image">
<img src="img/warning.gif">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Warning! Remains of a foreign biological organism were found in the essence.</li>
<li>Merger of the foreign biological organism with the volunteer: inevitable.</li>
</ul>
<</say>>
<<say 'You' '4'>>
What the fuck? Amy, we need to figure out what just happened!
<</say>>
<div class="go">[[Initiate scanning protocols|bugProcess1]]</div>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<switch $p[$volunteer].bug.object>>
<<case 'Housefly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing scanning protocol...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Diptera</li>
<li>Family: Muscidae</li>
<li>Genus: Musca</li>
<li>Species: Musca domestica</li>
</ul>
<</say>>
<div class="image">
<img src="img/housefly.jpg">
</div>
<<say 'You' '4'>>
"Musca domestica" is a housefly. But how could the particles of the housefly get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<<case 'Bee'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Scanning protocol initialized...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Hymenoptera</li>
<li>Family: Apidae</li>
<li>Genus: Apis</li>
<li>Species: Apis mellifera</li>
</ul>
<</say>>
<div class="image">
<img src="img/bee.jpg">
</div>
<<say 'You' '4'>>
"Apis mellifera" is a western honey bee. But how could the particles of the bee get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<<case 'Mosquito'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Scanning protocol initialized...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Diptera</li>
<li>Family: Culicidae</li>
<li>Genus: Culex</li>
<li>Species: Culex pipiens</li>
</ul>
<</say>>
<div class="image">
<img src="img/mosquito.jpg">
</div>
<<say 'You' '4'>>
"Culex pipiens" is a house mosquito. But how could the particles of the mosquito get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<<case 'Butterfly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Scanning protocol initialized...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Lepidoptera</li>
<li>Family: Nymphalidae</li>
<li>Genus: Danaus</li>
<li>Species: Danaus plexippus</li>
</ul>
<</say>>
<div class="image">
<img src="img/butterfly.jpg">
</div>
<<say 'You' '4'>>
"Danaus plexippus" is a butterfly. But how could the particles of the butterfly get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<<case 'Spider'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Scanning protocol initialized...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Araneae</li>
<li>Family: Theridiidae</li>
<li>Genus: Parasteatoda</li>
<li>Species: Parasteatoda tepidariorum<</li>
</ul>
<</say>>
<div class="image">
<img src="img/spider.jpg">
</div>
<<say 'You' '4'>>
"Parasteatoda tepidariorum" is a house spider. But how could the particles of the spider get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<<case 'Dragonfly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Scanning protocol initialized...</li>
<li>Identification of the foreign biological organism is complete:</li>
<li>Kingdom: Animalia</li>
<li>Phylum: Arthropoda</li>
<li>Class: Insecta</li>
<li>Order: Odonata</li>
<li>Family: Libellulidae</li>
<li>Genus: Pantala</li>
<li>Species: Pantala flavescens</li>
</ul>
<</say>>
<div class="image">
<img src="img/dragonfly.jpg">
</div>
<<say 'You' '4'>>
"Pantala flavescens" is a dragonfly. But how could the particles of the dragonfly get into the essence? And most importantly, how did the infected essence affect the volunteer?
<</say>>
<</switch>>
<<say 'Amy'>>
Hurry! We must initialize the quarantine protocol... before it's too late!
<</say>>
<div class="go">[[Initiate quarantine protocol|bugProcess2]]</div>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<switch $p[$volunteer].bug.object>>
<<case 'Housefly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a fly-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/housefly-bug.jpg">
</div>
<<case 'Bee'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a bee-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/bee-bug.jpg">
</div>
<<case 'Mosquito'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a mosquito-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/mosquito-bug.jpg">
</div>
<<case 'Butterfly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a butterfly-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/butterfly-bug.jpg">
</div>
<<case 'Spider'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a spider-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/spider-bug.jpg">
</div>
<<case 'Dragonfly'>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Initializing quarantine protocol...</li>
<li>Volunteer placed in cryosleep.</li>
<li>Merger of the foreign biological organism with the volunteer: slowed down.</li>
<li>Determining the probable result of the merger...</li>
<li>Probable result of the merger: a dragonfly-human hybrid.</li>
<li>Creating a probable graphical model of the hybrid...</li>
<li>Displaying the model on the monitor:</li>
</ul>
<</say>>
<div class="image">
<img src="img/dragonfly-bug.jpg">
</div>
<</switch>>
<<say 'Amy'>>
Oh no! This is terrible! We must fix this immediately!
<</say>>
<div class="go">[[Initiate the cancellation protocol|bugProcess3]]</div>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'Computer'>>
STATUS:
<ul>
<li>Cancellation protocol initialized.</li>
<li>Synthesizing infected essence blockers...</li>
<li>Injecting a volunteer with infected essence blockers...</li>
<li>Rescanning...</li>
</ul>
<</say>>
<<say 'You' '5'>>
Come on! Come on!
<</say>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Analyzing the result...</li>
<li>Merger of the foreign biological organism with the volunteer: terminated.</li>
<li>Restoring the volunteer's body to its original state: performed.</li>
<li>The effect of the infected essence on the volunteer: not detected.</li>
<li>Volunteer waking up from cryosleep.</li>
</ul>
<</say>>
<<say 'You'>>
How are you feeling, $volunteer?
<</say>>
<<switch $p[$volunteer].bug.object>>
<<case 'Housefly'>>
<<say $volunteer>>
For some reason I want to fly and buzz ...
<</say>>
<<case 'Bee'>>
<<say $volunteer>>
For some reason I want to taste honey on my lips...
<</say>>
<<case 'Mosquito'>>
<<say $volunteer>>
I'm fine. But for some reason I want to taste blood right now...
<</say>>
<<case 'Butterfly'>>
<<say $volunteer>>
I'm fine. But for some reason, I want to bathe in flower pollen...
<</say>>
<<case 'Spider'>>
<<say $volunteer>>
I'm fine. But for some reason, I want to weave a web...
<</say>>
<<case 'Dragonfly'>>
<<say $volunteer>>
For some reason I want to fly...
<</say>>
<</switch>>
<<say 'You'>>
This desire will soon pass. But I must disappoint you. We have not achieved the desired result. And we'll have to try again later.
<</say>>
<<say $volunteer>>
Okay, Professor. I’ll see you next time.
<</say>>
<<do>>
$volunteer leaves the lab.
<</do>>
<<say 'You'>>
Okay, Amy. Now we need to figure out the status of our equipment.
<</say>>
<div class="go">[[Initiate equipment diagnostics|bugProcess4]]</div>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<<set
_phase = $p[$volunteer].phasesDone;
$p[$volunteer].bug.finished = 1;
_essenceLost = Math.trunc($p[$volunteer].phase[_phase].essence * 60 / 100);
$bio.essence -= _essenceLost;
$bio.damage += 30;
>>
<<if $bio.damage > 80>><<set $bio.damage = 80; >><</if>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Equipment diagnostics completed.</li>
<li>Equipment damage: <<=$bio.damage>>%</li>
<li>Essence lost: _essenceLost oz.</li>
</ul>
<</say>>
<<say 'You' '5'>>
Fuck! Tomorrow we will repair the equipment, and then we will start synthesizing the essence again.
<</say>>
<<say 'Amy'>>
It's better than creating a monster.
<</say>>
<<say 'You'>>
And now I need to write an incident report and send it to management.
<</say>>
<div class="go">[[Write an incident report|bugEnd]]</div>
<style>body {background-image: url(bg/testing-room.jpg);}</style>
<div class="image">
<img src="img/typing.gif">
</div>
<<say 'You'>>
Good. The report has been written and sent. And now it's time to end this terrible working day and forget everything that's happened here.
<</say>>
<<set $p.Sophia.hybrid++ >>
<<switch $p.Sophia.hybrid >>
<<case 1>>
<<set _link = 'SophiaSex1'; >>
<<case 2>>
<<set _link = 'SophiaSex2'; >>
<<case 3>>
<<set _link = 'SophiaSex3'; >>
<<case 4>>
<<set _link = 'SophiaSex4'; >>
<<case 5>>
<<set _link = 'SophiaSex5'; >>
<<case 6>>
<<set _link = 'SophiaSex6'; >>
<</switch>>
<div class="go">
<<link 'Finish the working day'>><<goto _link>><</link>>
</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<say 'You'>>
Amy, tell me everything you know about the corporation we work for.
<</say>>
<<say 'Amy'>>
The main mission of the "SexMachine" Corporation is to satisfy the sexual needs of our society. We develop everything that is needed for this: from condoms with nanobots to virtual reality suits that allow users to not only see how they fuck porn stars, celebrities, or even the presidents of any country, but also feel it from the comfort of their homes.
<</say>>
<<say 'You' '7'>>
It would be better if people just went out into the street, found partners for themselves and had sex the way nature intended.
<</say>>
<<say 'Amy'>>
Who said that? Did the nerd say that?
<</say>>
<<say 'You'>>
Very funny, Amy...
<</say>>
<<say 'Amy'>>
Nevertheless, the most advanced research of the "SexMachine" Corporation is carried out in our branch. And your discovery today is one of the most promising of everything that our corporation is working on. You invented the Essence of Sexuality, and this discovery completely turned the world of science upside down!
<</say>>
<<say 'You' '2'>>
So when will I get the Nobel Prize?
<</say>>
<<say 'Amy'>>
Perhaps very soon. But it is also possible that you have competitors here. There is another important laboratory in the building of our corporation.
<</say>>
<<say 'You'>>
What do scientists in this important laboratory do?
<</say>>
<<say 'Amy'>>
This is a secret laboratory, and all the research of this laboratory is kept in the strictest confidence. There are guards at the entrance to the Secret Laboratory, and it's not so easy to get there. I don't even know what kind of research is being done there. But if we want, we can find out.
<</say>>
<<do>>
NOTE: You will learn about everything that happens in the Secret Laboratory in the following chapters of the game "SexMachine".
<</do>>
<div class="go">[[End conversation|BioLab]]</div><style>body {background-image: url(bg/biolab.jpg);}</style>
<<say 'You'>>
Amy, tell me more about the Essence of Sexuality.
<</say>>
<<say 'Amy'>>
It's no longer a secret for you that people are tired of such an outdated concept as feminism. Men want to see feminine girls, and girls want to be in demand and sexy.
<</say>>
<<say 'You' '10'>>
Feminism is contrary to Darwin's theory.
<</say>>
<<say 'Amy'>>
You have discovered the Essence of Sexuality. By applying it, the girls turn into real porn models. Their bodies change almost instantly: their breasts grow without silicone implants, their asses grow without silicone implants, their lips grow without Botox. In addition, the Essence of sexuality increases the sensitivity of women's genitals and increases libido. Simply put, thanks to your essence, girls want sex like never before. You surpassed genetics and Darwin sucked a fat hairy scientific cock thanks to your discovery!
<</say>>
<<say 'You' '5'>>
HEY! You should choose your words carefully, young lady! No one has the right to talk about Darwin like that.
<</say>>
<<say 'Amy'>>
Whatever... If the Essence of Sexuality is injected into the body of a girl, her body changes instantly: small tits become big, flat asses become appetizing, lips become plump, and the vagina turns from an ordinary hole into an erogenous volcano.
<</say>>
<div class="go">[[End conversation|BioLab]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<if $p.You.energy < 10>>
<<say 'You' '7'>>
I feel too tired for this...
<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go">[[Return|upgradeRoom]]</div>
<<elseif ($clock.hours+1>18) || ($clock.hours+1==18 && $clock.minutes>0) >>
<<say 'Ruby'>>
I'm sorry, Evan, but the equipment upgrade procedure will take 1 hour, and the workday ends at 18:00. Unfortunately, we will not be able to start the upgrade today.
<</say>>
<<say 'You'>>
It's okay, Ruby. We will upgrade the equipment next time. Maybe tomorrow...
<</say>>
<div class="go">[[Return|upgradeRoom]]</div>
<<else>>
<<set
$p.You.money -= $upgradePrice;
$bio.upgrades ++;
$p.Ruby.upgrades ++;
>>
<<timer 1 0 -10>>
<div class="image">
<img src="img/upgrade.jpg">
</div>
<<say 'You'>>
Looks like new hardware nodes installed, Ruby. But now we need to be sure that the upgrade is done correctly!
<</say>>
<<say 'Ruby'>>
I'm initializing a protocol for analyzing the compatibility of new equipment...
<</say>>
<div class="image">
<img src="img/Ruby-upgrade.jpg">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Equipment compatibility analysis protocol initialized...</li>
<li>Attention! New hardware nodes detected!</li>
<li>Checking the compatibility of the equipment...</li>
<li>Compatibility of new hardware nodes: 100%</li>
<li>Upgrade successfully complete.</li>
</ul>
<</say>>
<<switch $p.Ruby.upgrades>>
<<case 1>>
<<set _link = 'RubySex1'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 2>>
<<set _link = 'RubySex2'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 3>>
<<set _link = 'RubySex3'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 4>>
<<set _link = 'RubySex4'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 5>>
<<set _link = 'RubySex5'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<case 6>>
<<set _link = 'RubySex6'; >>
<<set _text = 'Next'; >>
<<set $t.sidebar = 0; >>
<<set $bio.damage = 0; >>
<</switch>>
<div class="go">
<<link 'Complete upgrade' _link>><</link>>
</div>
<</if>>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<do>>
After the punishment, Amy sits across from you. It looks like she wants to tell you something.
<</do>>
<div class="image">
<img src="video/Amy/quest-1.jpg">
</div>
<<say 'Amy'>>
Evan, I have a confession to make. Every time you punish me for breaking the vials with the Essence, I get incredibly turned on.
<</say>>
<<say 'You'>>
Amy, this should not turn you on. You should learn from your mistakes, not enjoy the punishments that follow them.
<</say>>
<<say 'Amy'>>
But Evan, I can't help it. I love how you punish me, how you use the whip, and everything else. It just makes me so wet with excitement.
<</say>>
<<say 'You'>>
I don't know what to say...
<</say>>
<<say 'Amy'>>
I can't take it anymore, the way you look at me, the way you touch me, the way you undress me before punishing me, it drives me crazy. I get wet and dripping just thinking about it. I masturbate in the evenings imagining you as my dominant Master. I jerk off imagining BDSM scenes with you.
<</say>>
<<say 'You'>>
I must say, Amy, your attraction to me in this way is quite flattering, but I find your desires a bit twisted. What exactly do you want from me right now?
<</say>>
<<say 'Amy'>>
Evan, please, I need you to fuck me right now. I want you to be rough and brutal. I want you to be my Master and I'll be your slave. I beg you to fuck me in all my holes. I want you to talk to me dirty. I want you to use all the punishment tools that are in the Punishment Room right now.
<</say>>
<<say 'You' '11'>>
Are you sure about this? This doesn't seem quite right.
<</say>>
<<say 'Amy'>>
Please, Evan, I need you to fuck me so hard right now.
<</say>>
<<say 'You' '2'>>
Alright, Amy, if this is what you truly want, then I will give you what you desire. But remember, this is purely a physical act, nothing more.
<</say>>
<<say 'Amy'>>
Thank you, Evan. I can't wait to feel your dominance over me. I'm ready for whatever you have in store for me.
<</say>>
<div class="go">[[Give Amy what she wants|AmySex1-1]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'Amy'>>
Evan, I can't take it anymore. The way you punished me just got me so turned on. I want you to fuck me like you've never fucked anyone before.
<</say>>
<<say 'You'>>
Oh yeah? Tell me more about your desires. How exactly do you want me to fuck you, Amy?
<</say>>
<<say 'Amy'>>
I want it rough, I want it brutal, I want it in a BDSM style. I want to be your sex slave, your submissive, your little slut.
<</say>>
<<say 'You' '2'>>
Damn, Amy. That's hot. I'm totally down for that. Let's make it happen.
<</say>>
<<say 'Amy'>>
Good. I can't wait for you to dominate me, to make me beg for more, to show me who's in charge. Let's go to my house right now and go wild tonight.
<</say>>
<div class="go sex">[[Give Amy what she wants|AmySex2-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'Amy'>>
Oh Evan, I can't believe how turned on I am right now after you punished me like that. I want you to grab me by the hair, slam me against the wall, and fuck me hard and rough until I scream your name. I want you to spank me and leave marks on my ass, I want you to make me beg for more.
<</say>>
<<say 'You'>>
Damn, Amy, that sounds hot as hell. I can't wait to make you mine in the most primal way. Let's go to your place and fulfill all your dirty desires.
<</say>>
<div class="go sex">[[Give Amy what she wants|AmySex3-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'Amy'>>
Oh, Evan, I can't believe how turned on I am right now after you just punished me. The way you were so dominant and forceful, it made me so wet and ready for more.
<</say>>
<<say 'You'>>
Oh really, Amy? And what exactly do you want me to do to you now?
<</say>>
<<say 'Amy'>>
I want you to take me home and fuck me hard, Evan. I want you to be rough and aggressive, I want you to show me who's in charge. I want you to take me in every position possible and make me scream your name.
<</say>>
<<say 'You' '2'>>
Well, Amy, it sounds like we're on the same page. Let's go to your place and make those fantasies of yours come true.
<</say>>
<div class="go sex">[[Give Amy what she wants|AmySex4-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'Amy'>>
Oh Evan, I can't believe how turned on I am right now. The way you punished me for breaking that flask in the lab, it was so hot. I can't stop thinking about it.
<</say>>
<<say 'You' '11'>>
I don't think the point of the punishment was to make you aroused. But that doesn't matter now. After all, it's time for us to get back to work.
<</say>>
<<say 'Amy'>>
Let's forget about work for the day. Let's go to my house and have a good fuck. I want you to push me to my limits, to make me lose all control. I want you to show me the true meaning of pleasure.
<</say>>
<div class="go sex">[[Give Amy what she wants|AmySex5-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'Amy'>>
Oh, Evan, I can't believe how turned on I am right now after you punished me for breaking that flask in the lab. The way you took control and showed me who's boss... it's driving me crazy. Why don't we skip work right now and head to my house? I have something special in mind for us...
<</say>>
<<say 'You'>>
Oh yeah? What do you have in mind, Amy?
<</say>>
<<say 'Amy'>>
I want us to fuck each other senseless, all night long. I want you to pound me hard and make me scream with pleasure.
<</say>>
<<say 'You' '2'>>
Fuck yeah, Amy! I can't wait to get my hands on your gorgeous body and make you cum over and over again.
<</say>>
<<say 'Amy'>>
That's what I want, Evan. I want you to make me your dirty little whore and use me however you please.
<</say>>
<<say 'You'>>
I'll make sure to give you exactly what you want, Amy. Get ready for the wildest night of your life.
<</say>>
<div class="go sex">[[Go to Amy's house and fuck her|AmySex6-1]]</div>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You'>>
Vanessa, you're always on top of things. Thank you for the excellent work. I'm proud to have professionals like you in our lab.
<</say>>
<<say 'Vanessa'>>
Thank you, Evan. I'm happy to work under the guidance of a professional like you. It's always nice to know that my work is appreciated.
<</say>>
<<say 'Computer'>>
Attention! Hidden malfunctions detected in the hardware components of the Essence of Sexuality synthesizer. List of damages:
<ul>
<li>Infusion module calibration error.</li>
<li>Thermoregulator damage.</li>
<li>Power instability in the extraction unit.</li>
<li>Imbalance in synthesizing elements.</li>
<li>Reagent delivery system error.</li>
</ul>
<</say>>
<div class="go">[[Next|VanessaSex1-1]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Vanessa'>>
Hey, Evan, I have a crazy idea. Let's just ditch work right now and head over to my place. I'm in the mood to get down and dirty.
<</say>>
<<say 'You' '2'>>
Wait, what do you mean by get down and dirty?
<</say>>
<<say 'Vanessa'>>
Oh, I mean I want you to take me to bed and fuck me like you've never fucked anyone before. I want you to grab me by the hair, pull me close, and pound me hard until we both explode with pleasure.
<</say>>
<<say 'You' '11'>>
Damn, Vanessa, that's hot. I never knew you had such a dirty side to you.
<</say>>
<<say 'Vanessa'>>
Oh, I have plenty of dirty thoughts running through my mind, Evan. And right now, all I can think about is having you inside me, making me scream your name as you drive me crazy with desire. So, what do you say? Are you ready to leave work behind and fulfill my wildest fantasies?
<</say>>
<div class="go sex">[[Go to Vanessa's house and fuck her|VanessaSex2-1]]</div>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Vanessa'>>
Evan, I can't stop thinking about your hard cock inside my tight pussy all day. I need you to fuck me right now.
<</say>>
<<say 'You' '11'>>
Vanessa, we still have a lot of work to do today.
<</say>>
<<say 'Vanessa'>>
Screw the work, I want you to sneak away with me right now, come over to my place, and fuck me hard. My pussy is craving your cock so badly.
<</say>>
<<say 'You' '9'>>
Well, in that case, how can I resist such a tempting offer? Let's get out of here and go make some sweet, dirty love.
<</say>>
<<say 'Vanessa'>>
Yes, Evan, I can't wait to feel you inside me, pounding me deep and hard. Let's go, I need you now.
<</say>>
<div class="go sex">[[Go to Vanessa's house and fuck her|VanessaSex3-1]]</div>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Vanessa'>>
Hey, Evan, I have a naughty idea. Why don't we ditch work right now and go back to my place for some hot, wild sex?
<</say>>
<<say 'You' '2'>>
Oh hell yeah, baby. You know just how to get me going. I've been thinking about fucking you all day long. Let's make it happen.
<</say>>
<<say 'Vanessa'>>
Mmm, I can't wait to feel your hard cock inside me. I want you to pound me so hard that I can't even think straight.
<</say>>
<<say 'You'>>
I'm going to make you scream my name, Vanessa. I'm going to lick every inch of your body, make you beg for more.
<</say>>
<<say 'Vanessa'>>
Yes, Evan, I want you to take me right now. I want you to use me for your pleasure, make me your dirty little slut.
<</say>>
<<say 'You'>>
I'm going to make you cum over and over again until you can't take it anymore. And then I'm going to fuck you even harder.
<</say>>
<<say 'Vanessa'>>
Oh, Evan, I need you inside me now. I want you to make me yours, show me how much you want me.
<</say>>
<<say 'You'>>
Let's go, Vanessa. Let's get out of here and come to you. I want to make you scream with pleasure all night long. Let's fuck like animals.
<</say>>
<div class="go sex">[[Go to Vanessa's house and fuck her|VanessaSex4-1]]</div>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Vanessa'>>
Hey Evan, I can't stop thinking about you and how much I want you right now. Let's forget about work and all these boring experiments. Why don't we just sneak out of here, go to my place, and fuck each other senseless? I want you to grab me, push me against the wall, and take me hard. I want to feel your hands all over my body, your lips on mine, and your cock deep inside me. I want us to be sweaty, breathless, and completely lost in pleasure. What do you say, Evan?
<</say>>
<<say 'You' '2'>>
Oh hell yes, Vanessa! Let's get out of here and go crazy together. I can't resist you when you talk like that. Let's make this sex the hottest ever.
<</say>>
<div class="go sex">[[Go to Vanessa's house and fuck her|VanessaSex5-1]]</div>
<style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Vanessa'>>
Evan, I can't take it anymore. I need you right now. Let's just forget about work, forget about everything, and go to my place to fuck each other until we can't move anymore.
<</say>>
<<say 'You'>>
Oh god, Vanessa, you have no idea how much I've been craving you. The thought of being inside you, feeling your body against mine, it's driving me crazy. Let's go, let's go right now.
<</say>>
<<say 'Vanessa'>>
I want you to take me, Evan. I want you to fuck me, to show me how much you desire me. Let's make it rough, let's make it wild, let's make it unforgettable.
<</say>>
<<say 'You'>>
Yes, Vanessa, yes. I'll make you scream, I'll make you beg for more. I'll fuck you harder than you've ever been fucked before. Let's go, let's go and make each other lose our minds.
<</say>>
<div class="go sex">[[Go to Vanessa's house and fuck her|VanessaSex6-1]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
The installation of the «Improved Catalyst Delivery System» is complete, Evan. The system is now ready for use. The new upgrade ensures more precise and even distribution of the catalyst in the reaction environment. This reduces the likelihood of by-product formation, increasing reaction efficiency by 15-20%. Additionally, the system can now maintain the optimal temperature for catalysts, which reduces reaction time and increases the overall yield of target compounds.
<</say>>
<<say 'You'>>
That sounds impressive. You did a great job, Ruby. This upgrade is really important for us. Now, thanks to this, I'll be able to synthesize more Essence of Sexuality in less time and with fewer losses. This is crucial for my research.
<</say>>
<<say 'Ruby'>>
And the best part is, we won't have to worry about reagent wastage. The optimization we've implemented will really cut down on waste.
<</say>>
<<say 'You'>>
This is a very important improvement. You've once again demonstrated how vital your work is to the lab. Thank you, Ruby. With your help, our research will reach a new level. Now I need to get back to work.
<</say>>
<div class="go">[[Back to work|RubySex1-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
The «Improved Inhibitor Delivery System» is installed and has been tested. The system works perfectly. Inhibitors are now distributed more precisely and at the right stages of the reaction.
<</say>>
<<say 'You'>>
Excellent. This is exactly what we need for finer tuning of the synthesis. Now we can control more accurately when and in what quantities inhibitors are introduced into the process.
<</say>>
<<say 'Ruby'>>
Exactly. The new system allows inhibitors to be delivered with millisecond precision, minimizing the impact on key stages of the reaction. This is especially useful when we need to slow down or stop specific reactions without risking affecting others.
<</say>>
<<say 'You'>>
Yes, this is crucial for the synthesis of the Essence. Control over inhibition is key to achieving a stable product. Now we can precisely control which reactions to stop and which to let complete.
<</say>>
<<say 'Ruby'>>
Additionally, the improved system reduces the risk of unwanted interactions between inhibitors and other substances. We've seen it reduce side reactions by nearly 30%.
<</say>>
<<say 'You' '11'>>
That's incredible. With such precision, we can take our research to the next level. Each batch of Essence will be much more stable and predictable. Now, thanks to this, I'll be able to synthesize more Essence of Sexuality in less time and with less waste.
<</say>>
<<say 'Ruby'>>
And one more thing. The system automatically adjusts to any changes during the reaction, so even unforeseen deviations won't throw the process off course.
<</say>>
<<say 'You'>>
Great news. Now the synthesis will be as controlled as possible. With this system, the risk of errors is significantly reduced. Ruby, you've exceeded all expectations once again. This upgrade is another important step for us.
<</say>>
<div class="go">[[Next|RubySex2-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You'>>
So, Ruby, what do we have now?
<</say>>
<<say 'Ruby'>>
The installation of the new hardware unit is complete. We now have an improved substrate mixing system. You can imagine how much more uniform the process will be now.
<</say>>
<<say 'You' '11'>>
That's exactly what we needed. We previously had issues with uneven substrate distribution, which affected the final concentration of active components.
<</say>>
<<say 'Ruby'>>
That's a thing of the past now. With the new system, the substrate is mixed with high precision and at a constant speed, regardless of its viscosity or composition. This will help us avoid undesirable gradients and ensure a more consistent reaction.
<</say>>
<<say 'You'>>
So, the result will be more stable, and the number of reworkings will be significantly reduced. This will save both time and resources on fixing errors.
<</say>>
<<say 'Ruby'>>
Exactly. Additionally, the system now adapts to real-time changes, adjusting the mixing intensity to the current reaction parameters. This prevents local overheating and improves the overall efficiency of the process.
<</say>>
<<say 'You'>>
That's wonderful. Uniform mixing is key to successful synthesis of complex compounds like the Essence. Now I can be sure that each batch will have consistent quality.
<</say>>
<<say 'Ruby'>>
And importantly, the process will now be more predictable. We can set the desired parameters at the start and not worry about unexpected issues during the process. The amount of synthesis waste will decrease, and the yield of Essence will increase.
<</say>>
<<say 'You'>>
Exactly. You've once again demonstrated your expertise, Ruby. Thanks to you, our research is advancing much faster and more efficiently. This upgrade is another significant step forward for us.
<</say>>
<div class="go">[[Next|RubySex3-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
The installation of the «Improved Cryogenic System» is complete, and the system has already been tested. We now have much more stable and precise control over cryogenic processes. Cooling will be maintained at the specified level without deviations.
<</say>>
<<say 'You'>>
This is exactly what we needed. Cryogenic processes have always been difficult to manage. The old system often failed, and we lost valuable Essence samples due to temperature fluctuations.
<</say>>
<<say 'Ruby'>>
With the new system, that's no longer an issue. The enhanced sensors and regulators allow us to maintain the temperature with an accuracy of up to hundredths of a degree. This will ensure reliable preservation and processing of our most sensitive materials.
<</say>>
<<say 'You'>>
Excellent. This will significantly improve the reliability of sample storage and their preservation during experiments. It's especially important for processes where even the slightest temperature changes can ruin the results.
<</say>>
<<say 'Ruby'>>
Exactly. And another advantage is that the system now automatically adjusts cooling based on changes in the environment, eliminating any potential failures, even if external conditions change.
<</say>>
<<say 'You' '11'>>
This is critical for our Essence synthesis. With such precise temperature control, I can avoid any unforeseen reactions. The quality of the final product will be much higher.
<</say>>
<<say 'Ruby'>>
And importantly, the entire system has become more energy-efficient. We now use 25% less energy to maintain the required conditions. This means we have freed up 25% of energy. The system will redirect this freed-up 25% of energy to the synthesizer. This means we will be able to produce more Essence as a result of the synthesis.
<</say>>
<<say 'You'>>
You've done a fantastic job again, Ruby. This upgrade will not only enhance the efficiency of our research but also ensure stability at a new level. I'm confident our results will be even more impressive.
<</say>>
<div class="go">[[Next|RubySex4-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
The «Improved Equipment Damage Control System» has been installed and is working perfectly. Now our equipment will no longer suffer from wear and tear and will require no more repairs. The system autonomously monitors the condition of all components and prevents any damage before it becomes an issue.
<</say>>
<<say 'You' '9'>>
That's great news. Equipment repair has always been a sore spot. Constant downtimes due to breakdowns have severely hampered our research.
<</say>>
<<say 'Ruby'>>
With this system, we won't face such problems anymore. It monitors the condition of all key nodes and, at the first sign of wear, automatically initiates self-repair procedures. This not only extends the lifespan of the equipment but also completely eliminates unexpected failures.
<</say>>
<<say 'You'>>
This is a huge improvement. Now we can be confident that the equipment will run at full capacity without the risk of breakdowns. This is especially important for our long and complex experiments, where any delay can negate all our work.
<</say>>
<<say 'Ruby'>>
And importantly, the system adapts to new operating conditions. If we change settings or add new equipment, it will automatically adjust to ensure maximum protection.
<</say>>
<<say 'You'>>
This is just fantastic. With such control over the equipment, we can focus solely on our research without being distracted by technical issues. This will significantly accelerate our progress.
<</say>>
<<say 'Ruby'>>
Exactly. Now we have complete confidence that the equipment will last and perform reliably, no matter what tasks we set for it.
<</say>>
<<say 'You'>>
Ruby, you've done something incredible. This upgrade is another step towards making our lab function as a perfectly tuned mechanism. We'll be able to achieve results faster and with less time and resource expenditure.
<</say>>
<div class="go">[[Next|RubySex5-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
The «Protein Structure Harmonizer» is installed and fully operational. Now, any foreign biological organisms will be filtered out at the molecular level, so the risk of contaminating the Essence is virtually eliminated.
<</say>>
<<say 'You'>>
That's a huge relief. Previously, even the smallest trace of foreign DNA could lead to the creation of hybrids. The last thing we need is a random monster in the lab.
<</say>>
<<say 'Ruby'>>
Exactly. This upgrade is specifically designed to detect and eliminate any biological contaminants. It doesn't just filter but also harmonizes the protein structure, ensuring complete compatibility without risk to the final product.
<</say>>
<<say 'You' '11'>>
So, even if something foreign gets into the reactor, we can be confident that the system will handle it. This is a significant step forward in ensuring the safety of our research.
<</say>>
<<say 'Ruby'>>
Yes, and what's especially important is that this system works at all stages of synthesis. It continuously scans and analyzes the composition, and if something's wrong, it immediately activates the filtration process. We no longer have to rely solely on the purity of the starting materials.
<</say>>
<<say 'You'>>
This eliminates a huge amount of risk. Previously, we could only hope for the best; now, we fully control the process. Each batch of Essence will be pure and safe.
<</say>>
<<say 'Ruby'>>
And it speeds up the work. No need for extra checks or tests after synthesis. We can be confident in the results from the start.
<</say>>
<<say 'You'>>
You've done something incredible again, Ruby. The «Protein Structure Harmonizer» is the finishing touch that makes our research as safe as possible. Now we can work without fear of unexpected mutations.
<</say>>
<div class="go">[[Next|RubySex6-1]]</div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<do>>
You walk out of the corporate building and head toward the parking lot. Suddenly, you hear your boss's voice behind you. You turn around.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Mr. Turner! Please wait a minute.
<</say>>
<<do>>
Sophia comes closer to you.
<</do>>
<<say 'Sophia'>>
I just received your report, and on behalf of our corporation, I want to thank you for quickly resolving this terrible problem. In addition, you saved the SexMachine Corporation from a terrible lawsuit.
<</say>>
<<say 'You'>>
I'm just doing my job, miss.
<</say>>
<<say 'Sophia'>>
Oh no, Mr Turner. Today you are my hero! And now you and I will go to my house, and you will tell me everything that happened today in your laboratory. I want to know all the details. And of course we will celebrate your today's feat.
<</say>>
<div class="go">[[Accept her offer|SophiaSex1-1]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporate building, you run into your boss.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Hey Evan! According to your report today, you once again saved the World from another monster. Let's go to my house right now and celebrate this event.
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex2-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporate building, you run into your boss.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Hey Evan! According to your report today, you once again saved the World from another monster. Let's go to my house right now and celebrate this event.
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex3-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporate building, you run into your boss.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Hey Evan! According to your report today, you once again saved the World from another monster. Let's go to my house right now and celebrate this event.
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex4-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporate building, you run into your boss.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Hey Evan! According to your report today, you once again saved the World from another monster. Let's go to my house right now and celebrate this event.
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex5-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporate building, you run into your boss.
<</do>>
<div class="image">
<img src="video/Sophia/photo-1.jpg">
</div>
<<say 'Sophia'>>
Hey Evan! According to your report today, you once again saved the World from another monster. Let's go to my house right now and celebrate this event.
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex6-1]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You'>>
Hey, Vanessa, please tell me about equipment repair.
<</say>>
<<say 'Vanessa'>>
The fact is that our laboratory equipment is still not perfect. The more often you synthesize the Essence of Sexuality, the higher the risk of equipment damage.
<</say>>
<<say 'You'>>
Tell me about the consequences of equipment damage.
<</say>>
<<say 'Vanessa'>>
The more damaged the laboratory equipment, the higher the risk of leakage of essence during synthesis. Simply put, if you could synthesize 10 oz of essence with a fully functional equipment, then in the event of a leak, you can get no more than 1 oz of essence. As a result, you will get 10 times less essence, and 10 times less money. That is why you should monitor the condition of the equipment and repair it in time.
<</say>>
<<say 'You'>>
How can I prevent the Essence of Sexuality from leaking during synthesis?
<</say>>
<<say 'Vanessa'>>
Just make sure your equipment is in good working order. Come to the "Equipment Repair Room" often, and I will give you information about the condition of the equipment and the advisability of repair. The less damaged the equipment, the lower the risk of leaking the essence during synthesis and the cheaper the repair will be.
<</say>>
<div class="go">[[End conversation|repairRoom]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You'>>
Ruby, could you tell me more about equipment upgrades.
<</say>>
<<say 'Ruby'>>
Our main task is to create the perfect machine for the synthesis of the Essence of Sexuality. That's why equipment upgrades are so important. Of course upgrades cost money! But the more upgrades you complete, the more essence we can synthesize daily. Do you remember? The more essence, the more money, the more testing of the essence on volunteers, the more sex for you, Evan! In addition, thanks to upgrades, you no longer need to repair equipment.
<</say>>
<<say 'You'>>
What do I need to do the upgrades?
<</say>>
<<say 'Ruby'>>
Just open the list of upgrades, and choose the upgrade that I will have to do. But remember, for each upgrade, several conditions must be met. You will see these conditions in the list of equipment upgrades.
<</say>>
<div class="go">[[End conversation|upgradeRoom]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<div class="go">[[Return|upgradeRoom]]</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #1: <span>«Improved Catalyst Delivery System»</span>
</div>
<div class="desc">
This upgrade will increase the amount of synthesized essence.
</div>
<<if $bio.upgrades < 1>>
<<set _problem1 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 1000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem1 = 1;>>
<</if>>
Upgrade cost: $1000
</div>
<div class="list">
<<if $bio.volunteers.done >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem1 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on one volunteer
</div>
</div>
<<if _problem1 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 1000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #2: <span>«Improved Inhibitor Delivery System»</span>
</div>
<div class="desc">
This upgrade will increase the amount of synthesized essence.
</div>
<<if $bio.upgrades < 2>>
<<set _problem2 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 2000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem2 = 1;>>
<</if>>
Upgrade cost: $2000
</div>
<div class="list">
<<if $bio.upgrades >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem2 = 1;>>
<</if>>
Complete Upgrade #1
</div>
<div class="list">
<<if $bio.volunteers.done >= 2 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem2 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on two volunteers
</div>
</div>
<<if _problem2 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 2000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #3: <span>«Improved Substrate Mixing System»</span>
</div>
<div class="desc">
This upgrade will increase the amount of synthesized essence.
</div>
<<if $bio.upgrades < 3>>
<<set _problem3 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 4000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem3 = 1;>>
<</if>>
Upgrade cost: $4000
</div>
<div class="list">
<<if $bio.upgrades >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem3 = 1;>>
<</if>>
Complete Upgrade #1
</div>
<div class="list">
<<if $bio.upgrades >= 2 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem3 = 1;>>
<</if>>
Complete Upgrade #2
</div>
<div class="list">
<<if $bio.volunteers.done >= 3 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem3 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on three volunteers
</div>
</div>
<<if _problem3 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 4000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #4: <span>«Improved Cryogenic System»</span>
</div>
<div class="desc">
This upgrade will increase the amount of synthesized essence.
</div>
<<if $bio.upgrades < 4>>
<<set _problem4 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 6000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem4 = 1;>>
<</if>>
Upgrade cost: $6000
</div>
<div class="list">
<<if $bio.upgrades >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem4 = 1;>>
<</if>>
Complete Upgrade #1
</div>
<div class="list">
<<if $bio.upgrades >= 2 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem4 = 1;>>
<</if>>
Complete Upgrade #2
</div>
<div class="list">
<<if $bio.upgrades >= 3 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem4 = 1;>>
<</if>>
Complete Upgrade #3
</div>
<div class="list">
<<if $bio.volunteers.done >= 4 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem4 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on four volunteers
</div>
</div>
<<if _problem4 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 6000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #5: <span>«Improved Equipment Damage Control System»</span>
</div>
<div class="desc">
Laboratory equipment no longer wears out and does not need to be repaired.
</div>
<<if $bio.upgrades < 5>>
<<set _problem5 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 8000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Upgrade cost: $8000
</div>
<div class="list">
<<if $bio.upgrades >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Complete Upgrade #1
</div>
<div class="list">
<<if $bio.upgrades >= 2 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Complete Upgrade #2
</div>
<div class="list">
<<if $bio.upgrades >= 3 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Complete Upgrade #3
</div>
<div class="list">
<<if $bio.upgrades >= 4 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Complete Upgrade #4
</div>
<div class="list">
<<if $bio.volunteers.done >= 5 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem5 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on five volunteers
</div>
</div>
<<if _problem5 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 8000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="upgrade">
<div class="title">
⚡ UPGRADE #6: <span>«Protein Structure Harmonizer»</span>
</div>
<div class="desc">
This upgrade filters out foreign biological organisms, the remains of which can spoil the essence and lead to the appearance of hybrids.
</div>
<<if $bio.upgrades < 6>>
<<set _problem6 = 0;>>
<div class="conditions">
<span>Conditions:</span>
<div class="list">
<<if $p.You.money >= 10000 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Upgrade cost: $10000
</div>
<div class="list">
<<if $bio.upgrades >= 1 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete Upgrade #1
</div>
<div class="list">
<<if $bio.upgrades >= 2 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete Upgrade #2
</div>
<div class="list">
<<if $bio.upgrades >= 3 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete Upgrade #3
</div>
<div class="list">
<<if $bio.upgrades >= 4 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete Upgrade #4
</div>
<div class="list">
<<if $bio.upgrades >= 5 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete Upgrade #5
</div>
<div class="list">
<<if $bio.volunteers.done >= 6 >>
<div class="check"></div>
<div class="done">✔</div>
<<else>>
<div class="check"></div>
<<set _problem6 = 1;>>
<</if>>
Complete 5 phases of testing the Essence of Sexuality on six volunteers
</div>
</div>
<<if _problem6 == 0>>
<div class="ready">
[[Perform upgrade|doUpgrade][$upgradePrice = 10000]]
</div>
<<else>>
<div class="not-ready">
<i>❗ Complete all conditions to unlock access to this upgrade</i>
</div>
<</if>>
<<else>>
<div class="complete">Upgrade complete ✔</div>
<</if>>
</div>
<div class="go">[[Return|upgradeRoom]]</div>/*<img class="logo" src="img/logo.png">*/
<div style="font-family: Impact; font-weight: normal; font-size: 36px; line-height: 36px; margin-top: 12px;">
SexMachine
</div>
<div style="font-size: 12px; line-height: 18px; font-weight: normal; margin: 2px 0 14px;">
<i><nobr>Chapter 1:</nobr> <nobr>The Essence [v.1.3]</nobr></i>
</div>/* день недели и время */
<span class="timer">
<<=$week[$clock.today]>> - <<=$clock.daypart>><br>
Day <<=$clock.days>> - <<=$clock.hours>>:<<=$clock.minutes>>
</span>
<br>
<<if passage()!= 'tooTired' &&
passage()!= 'tooLate' &&
passage()!= 'newDay'
>>
<<button ' +30M '>><<timer 0 30>><<goto `passage()`>><</button>>
<<button ' +1H '>><<timer 1 0>><<goto `passage()`>><</button>>
<<button ' +3H '>><<timer 3 0>><<goto `passage()`>><</button>>
<<button ' +day '>><<goto newDay>><</button>>
<br>
<br>
<<button ' +1H -10 energy '>>
<<timer 1 0 -10>><<goto `passage()`>>
<</button>>
<br>
<br>
<<button 'Map'>><<goto map>><</button>>
<</if>>
<br>
<br>
<<button 'Quests'>><<goto quests>><</button>>
<br>
<br>
<<button 'Cellphone'>><<goto cellphone>><</button>>
<br>
<br>
Money: <<=$p.You.money>>$
<br>
Energy: <<=$p.You.energy>>%
<<if $clock.hours >= 4 && $clock.hours < 7 && passage() != 'tooLate' >>
<<goto tooLate>>
<<elseif $p.energy <= 0 && passage() != 'tooTired' >>
<<goto tooTired>>
<</if>>
<br>
<br>
<br>
<br>
<<button 'test'>><<goto test>><</button>>
<br>
<<=$p.You.map>>
<<run console.log($m.Amy);>><style>body {background-image: url(bg/night.jpg);}</style>
<div class="image">
<img style="max-width: 400px; width: 100%;" src="img/18-00.gif">
</div>
<<do>><center>Your work day is over.</center><</do>>
<div class="go goto">
<<link 'Leave the corporate building (Open map)' 'map'>>
<<set $t.prewPassage = 'SexMachine'; >>
<<set $p.You.map = 'SexMachine';>>
<</link>>
</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-1.mp4>>
<<say 'You' '5'>>
You fucking wanted this, didn't you, you dirty little slut?! You wanted me to be rough, to treat you like the filthy whore you are! Well, here you fucking go, you piece of shit! You like it when I pull your hair, when I throw you on the fucking floor like a worthless piece of meat?! You fucking love it, don't you?!
<</say>>
<<say 'Amy'>>
Yes, Master, please don't stop. I love it when you're rough with me, when you show me who's boss. I'm your dirty little slut, please use me however you want. I live to serve you, Master.
<</say>>
<<say 'You'>>
That's right, you fucking do as I say, when I say it. You're my fucking slave, my property, my bitch. And don't you ever fucking forget it.
<</say>>
<<say 'Amy'>>
Yes, Master, I won't forget. I belong to you, body and soul. Thank you for dominating me, for showing me my place. Thank you for being so fucking brutal and harsh. I crave your control, your power over me.
<</say>>
<<say 'You'>>
Good girl. Now shut the fuck up and take what's coming to you. You're gonna fucking love it, you dirty little whore. Now beg for it.
<</say>>
<<say 'Amy'>>
Please, Master, give it to me. I want it, I need it. Please, show me no mercy. Use me, abuse me, make me yours. I'm yours to command, to please, to satisfy. Thank you, Master, thank you.
<</say>>
<<say 'You'>>
That's right, you fucking slut. Now let's see how much you can take. You asked for it, now you're gonna fucking get it. Get ready for the ride of your fucking life.
<</say>>
<div class="go sex">[[Next|AmySex1-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-1.mp4>>
<<say 'You'>>
You fucking whore, take it deep in your throat like the obedient slut you are. You love it when I fuck your mouth hard, don't you? You're nothing but a filthy little cum dumpster for me to use however I want.
<</say>>
<<say 'Amy'>>
Yes, Master. I love it when you treat me like your filthy little whore. I want you to use me however you please, I'm yours to use and abuse. Please, fuck my throat harder, I want to feel your cock deep inside me. I want to be your obedient slut, your cum dumpster, your filthy fucking whore.
<</say>>
<div class="go sex">[[Next|AmySex2-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-1.mp4>>
<<say 'You'>>
You like that, don't you, slut? You enjoy feeling my hands on your tits, making you squirm and moan like the little whore you are.
<</say>>
<<say 'Amy'>>
Yes, Master, thank you for touching me. I'm your dirty little slut, use me as you please.
<</say>>
<<say 'You'>>
That's right, you're my property now. I own every inch of you. You exist solely for my pleasure, understand?
<</say>>
<<say 'Amy'>>
Yes, Master, I understand. I'll do whatever you want, I'm yours to use and abuse. I'm just a toy for your pleasure.
<</say>>
<div class="go sex">[[Next|AmySex3-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-1.mp4>>
<<say 'Amy'>>
You like what you see, Evan? My tits are fucking amazing, aren't they? Bet you can't wait to get your hands on them and squeeze them, huh? You wanna bury your cock between these juicy tits and pound me like a dirty little slut? I want you to fuck me hard and fast, make me scream your name as you ram into me like a fucking animal.
<</say>>
<<say 'You'>>
Damn, Amy, you're turning me on like crazy. Your tits are fucking amazing and I can't wait to slide my hard cock between them and make you moan with pleasure. Let's make this night unforgettable.
<</say>>
<<say 'Amy'>>
Oh, fuck yeah, Evan. I want you to make me scream your name while you fuck me hard and fast. I need your cock inside me now, pounding me like there's no tomorrow. Let's fucking do this.
<</say>>
<div class="go sex">[[Next|AmySex4-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-1.mp4>>
<<say 'Amy'>>
Mmm, your hard cock feels so good in my throat. Do you like it when I take it all the way in?
<</say>>
<<say 'You'>>
Fuck yeah, it feels amazing. You're such a good little cocksucker.
<</say>>
<<say 'Amy'>>
I love pleasing you like this. Your cock tastes so fucking good.
<</say>>
<div class="go sex">[[Next|AmySex5-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-1.mp4>>
<<say 'You'>>
Oh, fuck, Amy, your lips feel amazing on my cock. Keep sucking, baby, just like that.
<</say>>
<<say 'Amy'>>
Mmm, I love it, Evan. I love pleasing you like this. But I want you inside me now, honey. I want you to fuck me hard.
<</say>>
<<say 'You'>>
You want it, huh? Ready for me to fuck you hard?
<</say>>
<<say 'Amy'>>
Yes, please, Evan. I want you to fuck me in the ass until we both explode.
<</say>>
<div class="go sex">[[Next|AmySex6-2]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You' '4'>>
What the hell! How could this happen?! We just finished the repairs, and now it turns out everything's gone wrong! We can't afford mistakes like this, especially with such critical equipment!
<</say>>
<<say 'Vanessa'>>
The Computer might not have detected these damages right away due to unstable power supply or a sudden voltage spike. This could have easily damaged the sensitive components of the Computer's scanners, and they just didn't catch the issue in time.
<</say>>
<<say 'You'>>
You're right, Vanessa. Lately, the lab's power generators keep failing and shutting down. I'm tired of rebooting them day after day. But right now, we need to decide what to do next. We can't ignore the detected damage to the components.
<</say>>
<<say 'Vanessa'>>
Got it. Initiating the equipment repair protocol again. Starting right now.
<</say>>
<div class="image">
<img src="img/Vanessa-repair.jpg">
</div>
<<do>>Vanessa enters the commands to launch the repair protocol on the terminal display.<</do>>
<div class="go">[[Next|VanessaSex1-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-1.mp4>>
<<say 'Vanessa'>>
Do you like what you see, baby? Do you like my body, my curves, my ass?
<</say>>
<<say 'You'>>
Oh, baby, you're driving me crazy with that sexy dance. Your body is absolutely stunning, I can't take my eyes off you.
<</say>>
<<say 'Vanessa'>>
Tell me, do you want to fuck me? Do you want to feel how wet and ready I am for you?
<</say>>
<<say 'You'>>
Hell yes, I want to fuck you. I want to feel every inch of your body against mine. I want to make you scream with pleasure.
<</say>>
<<say 'Vanessa'>>
Mmm, I can't wait to feel you inside me. I want you to take me right now, right here. I want you to make me yours, completely and utterly.
<</say>>
<<say 'You'>>
Baby, I'm going to ravish you, I'm going to make you feel things you've never felt before. I'm going to take you to ecstasy and beyond. Get ready for the ride of your life.
<</say>>
<<say 'Vanessa'>>
Oh yes, I'm ready for you. I'm ready for all of you. Take me, fuck me, make me yours. I want it all, I want you to show me what real pleasure feels like.
<</say>>
<div class="go sex">[[Next|VanessaSex2-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-1.mp4>>
<<say 'Vanessa'>>
Do you like my body, my ass? Do you want to fuck me, Evan?
<</say>>
<<say 'You'>>
Oh baby, your body is absolutely stunning. I can't take my eyes off of you. Your ass is so round and firm, it's driving me crazy. I want to grab it, squeeze it, and spank it until it's red. And yes, I want to fuck you so badly. I want to feel every inch of you, I want to make you scream with pleasure.
<</say>>
<<say 'Vanessa'>>
Mmm, that sounds so hot. I want you to take me right here, right now. I want to feel you deep inside me, pounding me hard and fast. I want to feel your hands all over my body, your lips on my skin. I want you to make me moan and beg for more.
<</say>>
<<say 'You'>>
I'll give you everything you desire, baby. I'll make you feel things you've never felt before. I'll worship your body like it's a temple, I'll make you lose control with pleasure. I'll make you beg for more, I'll make you explode with ecstasy.
<</say>>
<<say 'Vanessa'>>
Yes, please. Take me, fuck me, make me yours. I want to be completely lost in you, consumed by the passion and desire. I want to be yours in every way possible.
<</say>>
<div class="go sex">[[Next|VanessaSex3-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-1.mp4>>
<<say 'Vanessa'>>
Do you like what you see, baby? Do you like my body?
<</say>>
<<say 'You'>>
Oh god, you look amazing. Your body is perfect, every curve, every inch of you is driving me crazy.
<</say>>
<<say 'Vanessa'>>
Does it turn you on? Am I making you hard?
<</say>>
<<say 'You'>>
Baby, I'm so turned on right now. I want you so bad, I can't resist you.
<</say>>
<<say 'Vanessa'>>
How badly do you want to fuck me? Tell me, baby.
<</say>>
<<say 'You'>>
I want to fuck you so hard, so deep. I want to feel you tremble beneath me, begging for more.
<</say>>
<<say 'Vanessa'>>
Then let me suck your cock, show you how much I want you. Let me pleasure you in every way possible.
<</say>>
<div class="go sex">[[Next|VanessaSex4-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-1.mp4>>
<<say 'Vanessa'>>
Mmm, your cock tastes so good. I love feeling it growing in my mouth as I suck on it.
<</say>>
<<say 'You'>>
Glad you're enjoying it, baby. Your mouth feels amazing around my hard cock.
<</say>>
<<say 'Vanessa'>>
I love it when you grab my hair like that, it makes me feel so dirty and submissive.
<</say>>
<<say 'You'>>
You look so sexy on your knees, sucking my cock like a good little slut.
<</say>>
<<say 'Vanessa'>>
I want you to fuck my mouth harder, I want to feel you deep down my throat.
<</say>>
<div class="go sex">[[Next|VanessaSex5-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-1.mp4>>
<<say 'Vanessa'>>
Oh, fuck! That's it, baby, fuck my mouth hard. I want to feel you deep down my throat. Take control, I'm all yours.
<</say>>
<<say 'You'>>
You like it when I dominate you like this, huh? You're such a naughty little slut.
<</say>>
<<say 'Vanessa'>>
Mmm, yes, I love it when you're rough with me. Keep fucking my face, make me your filthy little toy. I want to taste every drop of your cum.
<</say>>
<div class="go sex">[[Next|VanessaSex6-2]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
Evan... please... wait a minute... I've been wanting to talk to you for a long time. I don't know how to say this properly, but... I feel like I'm starting to develop feelings for you that go beyond just friendship.
<</say>>
<<say 'You'>>
Ruby, you can talk to me about anything on your mind. I'm listening.
<</say>>
<<say 'Ruby'>>
Every time I see you in a lab coat, my thoughts get tangled. I don't know if it's love, affection, attachment... or something else. But when you're around, I start dreaming... about things that might be completely inappropriate.
<</say>>
<<say 'You'>>
Ruby, you're surprising me. What things are you talking about?
<</say>>
<<say 'Ruby'>>
I know it sounds strange, but I imagine you taking off your lab coat and being... naked underneath. I can't stop thinking about what it would be like... if you... fucked me right here in the lab, on the synthesis setup, or in the lab storage room, or in the Essence testing room, anywhere really.
<</say>>
<<say 'You'>>
Ruby... that's a serious confession. I didn't expect to hear this from you.
<</say>>
<<say 'Ruby'>>
I didn't expect to say this out loud either. But I couldn't keep it to myself any longer. I needed to share my feelings with you, even if they are... bold and possibly inappropriate.
<</say>>
<div class="go">[[Next|RubySex1-2]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
How about celebrating another successful upgrade of the lab equipment? Just you and me. What do you think?
<</say>>
<<say 'You' '2'>>
That sounds like a great idea, Ruby. It would be nice to go to a restaurant, have some good wine, discuss future plans and prospects for equipment upgrades.
<</say>>
<<say 'Ruby'>>
Or we could skip all these boring preludes, head to my place right now, and have as much fun as we did last time. How does that sound?
<</say>>
<<do>>
At this moment, Ruby grabs your cock.
<</do>>
<div class="image"><img src="img/fun.gif"></div>
<div class="go">[[One hour later|RubySex2-2]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
Thanks for the kind words, Evan. I'm glad you appreciate my contribution to your research. So, your lab is now another step closer to perfection. I think it's a great reason to celebrate. How about coming over to my place?
<</say>>
<<say 'You' '2'>>
I agree, we've done a great job. It would be nice to celebrate. Maybe we can start with a restaurant, some good wine, and discuss what's next?
<</say>>
<<do>>At this moment, Ruby grabs your cock.<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Ruby'>>
Or we could skip all these formalities and head to my place right now. We can have as much fun as we did last time.
<</say>>
<div class="go sex">[[Go to Rubby's house and fuck her|RubySex3-2]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
So, Evan, your laboratory is one step closer to perfection. I think it's worth celebrating. How about doing it at my place?
<</say>>
<<say 'You' '2'>>
That sounds like a great idea. We've earned a little break.
<</say>>
<<do>>
At this moment, Ruby grabs your cock.
<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Ruby'>>
Great. Then let's not waste time and just go to my place. My cunt is already dripping from just the thought of what will happen next.
<</say>>
<div class="go sex">[[Go to Rubby's house and fuck her|RubySex4-2]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
I think we definitely should celebrate this important milestone. How about doing it at my place?
<</say>>
<<say 'You' '2'>>
I think we've earned it. The hard work is behind us, and it's time to relax a bit.
<</say>>
<<do>>At this moment, Ruby grabs your cock.<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Ruby'>>
Great. Then let's not waste time and just go to my place. Because I want to feel your hard thick cock in my holes so bad.
<</say>>
<div class="go sex">[[Go to Rubby's house and fuck her|RubySex5-2]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'Ruby'>>
Evan, with this latest upgrade, we've made a huge leap forward. It's time we celebrated it properly. How about a small party at my place? Are you up for an evening without limits and formalities?
<</say>>
<<say 'You' '2'>>
Absolutely. After all this effort, we definitely deserve a celebration.
<</say>>
<<say 'Ruby'>>
Great! Then let's not waste time and just go to my place.
<</say>>
<<do>>At this moment, Ruby grabs your cock.<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Ruby'>>
I want you to fuck me so hard and rough, grab me by the hair and make me scream with pleasure. I want you to show me who's in charge, dominate me, and make me your dirty little slut. I want you to use me like a toy, pound me, and make me beg for more. So fuck me like the filthy whore I am, show me no mercy, and make me feel every inch of you inside me until I'm left completely satisfied.
<</say>>
<div class="go sex">[[Go to Rubby's house and fuck her|RubySex6-2]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She leads you to a cozy living room with soft lighting. Sophia retrieves a bottle of wine from a mini-bar against the wall. She selects a red wine, holding it by the neck as if it were a ritual before opening it.
<</do>>
<<say 'Sophia'>>
This is probably the most suitable wine for tonight. True heroism deserves a special toast.
<</say>>
<<do>>
She uncorks the bottle, takes two glasses, and carefully pours the wine, watching it flow down the sides of the glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<say 'You' '2'>>
You do this very professionally. I feel... like a special guest.
<</say>>
<<say 'Sophia'>>
And you are. For not letting the world see something... horrible today. For your caution and quick response.
<</say>>
<<say 'You' '9'>>
It's just my job. But... thank you, Sophia. For your trust.
<</say>>
<div class="go">[[Take a sip of wine|SophiaSex1-2]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
After you take the first sip, Sophia places her glass on the table and looks at you with a slight smile.
<</do>>
<<say 'Sophia'>>
You know, Evan, I've always been drawn to men who don't panic in difficult situations, but instead take charge and solve the problem.
<</say>>
<<say 'You' '11'>>
Well, panic never helps. But quick problem-solving can sometimes save a life... or prevent a disaster.
<</say>>
<<say 'Sophia'>>
Exactly. Today, you proved that you can keep your cool, even when the stakes are high. It's a quality... worthy of admiration. Now, if you don't mind, I'd like to know more about today's situation.
<</say>>
<<say 'You'>>
Of course. What exactly are you interested in, Sophia? I've already detailed everything in the report, which you've read.
<</say>>
<<say 'Sophia'>>
Yes, I've seen the report. But I'm curious about how exactly the contaminated Essence alters a person's body. I want to understand the process more deeply.
<</say>>
<div class="go">
[[Tell her more about hybridization|SophiaSex1-3]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She retrieves a bottle of wine and pours it into glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<do>>
You drink the wine and engage in casual conversation on various topics. The conversation then shifts to the topic of hybrids.
<</do>>
<<say 'Sophia'>>
Evan, I'd like to discuss an important issue with you. After we encountered the second hybrid, I'm concerned about whether there are ways to prevent accidental contamination of the Essence. How can we ensure that foreign DNA does not alter the Essence's composition and make it dangerous in the future?
<</say>>
<<say 'You'>>
Yes, I understand your concern. At the moment, we are actively working on upgrading the equipment used in the synthesis of the Essence at the Laboratory. We are implementing new technologies that will help prevent such incidents in the future.
<</say>>
<<say 'Sophia'>>
Tell me more about what exactly you are doing to address this?
<</say>>
<<say 'You'>>
The main element we are working on is the installation of a hardware module called the «Protein Structure Harmonizer». This system is designed to prevent contamination of the Essence with foreign DNA.
<</say>>
<<say 'Sophia'>>
And how does it work?
<</say>>
<div class="go">
[[Tell her more about the «Protein Structure Harmonizer»|SophiaSex2-2]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She retrieves a bottle of wine and pours it into glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<do>>
You sip the wine and engage in casual conversation on various topics. Then the conversation turns to the topic of hybrids.
<</do>>
<<say 'Sophia'>>
I keep wondering, Evan, why did you allow the appearance of another hybrid? Last time you told me that this problem would be easily resolved with the «Protein Structure Harmonizer». But you still haven't installed the device. Why?
<</say>>
<<say 'You'>>
Sophia, developing and installing the «Protein Structure Harmonizer» takes time. We can't just install it without prior testing. To fully develop and implement this device, we need the results of testing the Essence of Sexuality on volunteers.
<</say>>
<<say 'Sophia'>>
What exactly is needed to complete the development?
<</say>>
<<say 'You'>>
To correctly develop the «Protein Structure Harmonizer», we first need to complete testing the Essence of Sexuality on six volunteers. There are five critically important reasons why we can only develop the «Harmonizer» after completing all phases of testing the Essence on these six volunteers.
<</say>>
<<say 'Sophia'>>
Tell me more about these five reasons.
<</say>>
<div class="go">
[[Next|SophiaSex3-2]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She takes out a bottle of wine and pours it into glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<do>>
You drink the wine and engage in casual conversation on various topics. The discussion then turns to hybrids.
<</do>>
<<say 'Sophia'>>
Evan, since we're here again, let's talk about... what a hybrid of a human and a scarab beetle might look like. I want to understand what we could expect. I saw a Discovery Channel show about these scarab beetles yesterday, and it piqued my curiosity.
<</say>>
<<say 'You'>>
Well, a hybrid of a human and a scarab beetle is indeed a complex and troubling concept. It involves specific aspects of biological and physiological integration.
<</say>>
<<say 'Sophia'>>
Interesting. How does that work?
<</say>>
<<say 'You'>>
First of all, on a molecular level, due to the contamination of the Essence with foreign DNA, there is a merging of human and insect genetic information. Specifically, the DNA of the scarab beetle contains genetic instructions for forming a chitinous exoskeleton, which is unique to that insect.
<</say>>
<<say 'Sophia'>>
And what does that result in practice?
<</say>>
<<say 'You'>>
As a result of the interaction between human cells and scarab beetle DNA, we can observe several key changes.
<</say>>
<<say 'Sophia'>>
What kind of changes?
<</say>>
<div class="go">
[[Describe to her the characteristics of the hybrid|SophiaSex4-2]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She takes out a bottle of wine and pours it into glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<do>>
You drink the wine and engage in a relaxed conversation on various topics. Then the conversation turns to the topic of hybrids.
<</do>>
<<say 'Sophia'>>
Evan, let's discuss what a hybrid of three creatures might look like: a human, an infectious parasite, and a bat. I'm curious to understand what we might expect from such a combination.
<</say>>
<<say 'You'>>
A hybrid of this kind would be extremely complex. Let's break down how each of these organisms could influence the appearance and physiology of the hybrid.
<</say>>
<<say 'Sophia'>>
I'm very curious. Keep going...
<</say>>
<<say 'You'>>
On a molecular level, the interaction between human DNA, the DNA of an infectious parasite, and bat DNA would lead to numerous changes.
<</say>>
<<say 'Sophia'>>
Tell me more about this in detail.
<</say>>
<div class="go">
[[Tell her more about the hybrid|SophiaSex5-2]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You enter Sophia's house. She takes out a bottle of wine and pours it into glasses.
<</do>>
<div class="image"><img src="img/drink.gif"></div>
<<say 'Sophia'>>
Evan, I wanted to ask you, how long does the Essence of Sexuality continue to affect a person? How lasting are the changes it causes?
<</say>>
<<say 'You'>>
The Essence alters a person's body permanently. Once the effect manifests, the changes are permanent. The body adapts and maintains the new form.
<</say>>
<<say 'Sophia'>>
So, if a woman acquires a luxurious sexual figure due to the Essence's effect, she will maintain that result permanently?
<</say>>
<<say 'You'>>
Yes, exactly. The effect is long-lasting and permanent. The changes to the body are forever.
<</say>>
<<say 'Sophia'>>
This might not align with the corporation's interests. Every product we produce is designed with a planned obsolescence period. This means that after a certain time, the product will fail or stop delivering the promised result. This encourages consumers to repeatedly purchase the product.
<</say>>
<<say 'You'>>
I don't like what I'm hearing. It sounds like manipulation.
<</say>>
<div class="go">
[[Next|SophiaSex6-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-1.mp4>>
<<say 'You'>>
Oh fuck, yes, right there. Your mouth feels so good on my cock. I love how you're sucking me like that, baby. You're such a dirty little girl, aren't you?
<</say>>
<<say 'Sabrina'>>
Mmm, I love it when you talk dirty to me, professor. Your cock tastes so good, I can't get enough. I want to make you cum hard in my mouth. I want you to use me however you want.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-3-1.mp4>>
<<say 'Sabrina'>>
Oh, fuck! Your cock feels so good in my mouth! Yes, deeper, fuck my throat! I want all of you inside me!
<</say>>
<<say 'You'>>
That's it, baby, take it all! You look so fucking hot with my cock in your mouth. Suck it harder, show me how much you want it!
<</say>>
<<say 'Sabrina'>>
Mmm, I love feeling you thrusting into me like this. I want to taste every drop of your cum when you're ready to explode.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-1.mp4>>
<<say 'Sabrina'>>
Fuck, I love having your cock in my mouth. Do you like when I suck you like this, huh? I want to taste every inch of you, feel you grow harder and harder in my mouth. Oh, Professor, I can feel it, the Essence of Sexuality is working its magic on me.
<</say>>
<<say 'You'>>
Oh fuck, that feels amazing. Your mouth feels so fucking good around my cock. Suck me harder, I want to feel you take me deep. You're such a dirty little slut, aren't you? Keep going...
<</say>>
<<say 'Sabrina'>>
Mmm, I love it when you talk dirty to me. I'm gonna make you cum so hard, I want to taste every drop of your hot load. I'm gonna swallow it all and show you how much I love your cock.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-1.mp4>>
<<say 'Sabrina'>>
Fuck my mouth, I want to taste you deep inside me, professor. I love how hard you are, it turns me on so much. Make me gag on your cock, show me how much you want me.
<</say>>
<<say 'You'>>
You love it when I'm rough with you, don't you? Your mouth feels so good wrapped around me. I want to see your eyes watering as I fuck your face harder. You're such a dirty little slut and I love it.
<</say>>
<<say 'Sabrina'>>
Mmm, I'm your dirty little slut, take what you want from me. I love feeling you in my throat, it's such a turn on. I'm yours to use however you want, I love being your plaything.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-2-1.mp4>>
<<say 'Agatha'>>
Oh, yeah, that's it, take control. Fuck my mouth with that hard cock. Pull my hair, show me who's in charge.
<</say>>
<<say 'You'>>
You like it when I fuck your mouth like this? You're such a dirty little slut. I love how you take it all in, gagging on me.
<</say>>
<<say 'Agatha'>>
Mmm, I love it, I love being your little fuck toy. Give it to me harder, make me your dirty girl, professor.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-1.mp4>>
<<say 'Agatha'>>
Oh fuck, yes, pull my hair and fuck my throat harder. professor! I want to feel your cock deep inside me, gagging me with your every thrust. Use me as your dirty little slut, I'm yours to fuck however you want.
<</say>>
<<say 'You'>>
That's it baby, take my cock all the way down your throat. You look so damn hot with my cock in your mouth. I'm going to fuck that pretty face of yours until I explode. You're such a good little cocksucker.
<</say>>
<<say 'Agatha'>>
Mmm, yes, I love feeling your cock deep in my mouth. Keep going, Professor, don't stop. The Essence of Sexuality has unlocked something inside of me, something primal and raw. I want more, I need more. This is pure ecstasy, pure bliss.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-1.mp4>>
<<say 'Agatha'>>
Oh, fuck yes, I love feeling your cock down my throat, Professor. The Essence of Sexuality amplifies every sensation, every touch, every thrust. It's like I can feel every ridge and vein on your shaft. Give it to me, I want it all.
<</say>>
<<say 'You'>>
You're such a good little cocksucker, just like that, take it all. Take my cock deep into your throat.
<</say>>
<<say 'Agatha'>>
Mmm, I love being your naughty little cum slut, making you feel so good as I worship your cock with my mouth.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-1.mp4>>
<<say 'Agatha'>>
Mmm, I love the way your cock feels in my mouth.
<</say>>
<<say 'You'>>
Yeah, suck it harder, baby. I want to feel you deepthroat me.
<</say>>
<<say 'Agatha'>>
Oh, fuck, I love tasting you, feeling you grow even harder.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-1.mp4>>
<<say 'Agatha'>>
Fuck me between my tits, baby! I love feeling your hard cock slide between them. You make me so wet and horny, just keep fucking me like that!
<</say>>
<<say 'You'>>
You like that, huh? Your tits feel amazing wrapped around my cock. Moan for me, I wanna hear you scream my name.
<</say>>
<<say 'Agatha'>>
Yes, yes, keep going! I'm your dirty little whore, fuck me harder! Oh god, I feel so horny right now!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-1-1.mp4>>
<<say 'Zoe'>>
Mmm, I love feeling your hard cock in my mouth, Professor. Do you like it when I suck you like this, huh? I want to taste every drop of your hot cum when you explode in my mouth. Fuck, you taste so fucking good, I could do this all day.
<</say>>
<<say 'You'>>
Yeah, that's it, baby, take all of it deep down your throat. You're driving me crazy with that mouth of yours, it feels so fucking good. I want to see you swallow every last drop of my cum.
<</say>>
<<say 'Zoe'>>
Oh yes... I can feel your cock throbbing in my mouth, it's fucking amazing. It seems the Essence has turned me into a wild animal.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-1.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock is so deep in my throat, I love it when you take control like this. Keep fucking my mouth, I want to taste every inch of you, make me gag on it.
<</say>>
<<say 'You'>>
Yeah, baby, you look so fucking hot with your mouth wide open, taking all of me in. I love the way you swallow my cock whole. Keep sucking, show me how much you want it.
<</say>>
<<say 'Zoe'>>
Mmm, I love it when you grip my hair and guide me, it's like you're using me for your pleasure. I'm your little oral fuck toy. The Essence of Sexuality is making me feel so horny and turned on, I can't get enough of you.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-1.mp4>>
<<say 'Zoe'>>
Mmm, your cock tastes so good, Professor. You want me to suck your cock harder, don't you? I'll take it all in, make you feel so damn good. You taste so fucking amazing.
<</say>>
<<say 'You'>>
Yeah, baby, that's it! Suck it just like that. Your mouth feels incredible on my dick. I can't wait to fuck you after this.
<</say>>
<<say 'Zoe'>>
Mmm, I can't wait either, professor. I can feel the Essence of Sexuality running through my body, making me crave you even more.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-1.mp4>>
<<say 'Zoe'>>
Mmm, your cock tastes so good. I love feeling it grow harder in my mouth. I want you to fuck my face and make me gag on you, show me who's in control.
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to pull your hair and make you take all of me? You're such a dirty little slut, but I love it.
<</say>>
<<say 'Zoe'>>
Yes, I'm your dirty little slut. I'll do anything to please you. The Essence of Sexuality is making me so wet and turned on, I can't get enough of sucking you.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-1.mp4>>
<<say 'Zoe'>>
Mmm, I love feeling you in my mouth, professor. You taste so good, I could do this all day. Your moans are driving me crazy, I just want to make you feel amazing.
<</say>>
<<say 'You'>>
Fuck, your mouth feels incredible, babe. Suck it harder, I want to explode in your mouth. Your skill is unmatched, you know exactly what I need. I love watching you enjoy it too.
<</say>>
<<say 'Zoe'>>
I love pleasuring you, it turns me on so much. Seeing you lose control like this, it's so hot. I want to make you come so hard you can't even think straight. I want you to remember this moment forever.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-1.mp4>>
<<say 'Rebecca'>>
Oh, fuck! Your cock feels so good between my tits. I love it when you slide it back and forth, rubbing against my nipples. Give it to me harder, baby!
<</say>>
<<say 'You'>>
Yeah, you like that, huh? Your tits are perfect for my dick. I can't get enough of your sexy body.
<</say>>
<<say 'Rebecca'>>
Mmm, I love how you moan when I squeeze my tits around your cock. The Essence of Sexuality, it's like a fire burning inside me, making me crave more... I've never felt so alive, so wild... oh god, I can't get enough...
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-1.mp4>>
<<say 'Rebecca'>>
Mmm, your cock tastes so good. I love feeling it grow harder in my mouth. I want to take all of you in, make you moan and squirm with pleasure.
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing. Keep sucking me like that, baby. I want to see how deep you can take me. You're driving me crazy with that tongue of yours.
<</say>>
<<say 'Rebecca'>>
I want to make you cum so hard, I want to feel you release all that pent-up desire. I'm going to swallow every drop, taste every bit of you.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-1.mp4>>
<<say 'Rebecca'>>
Mmm, your cock feels so good in my mouth. The Essence of Sexuality is driving me crazy, I've never enjoyed blowjobs this much before.
<</say>>
<<say 'You'>>
You look so sexy with my cock in your mouth. The way you moan and suck just turns me on even more.
<</say>>
<<say 'Rebecca'>>
I can't get enough of it, keep fucking my mouth just like that.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-1.mp4>>
<<say 'Rebecca'>>
Oh, fuck yes! Pull my hair and fuck my mouth like a dirty little slut. I want to feel your cock deep in my throat, making me gag and moan with pleasure.
<</say>>
<<say 'You'>>
You love it when I take control, don't you? Your mouth feels so fucking good wrapped around me, I can't get enough of this hot, wet sensation. Let me show you how much I want you.
<</say>>
<<say 'Rebecca'>>
Mm, keep fucking my mouth like that, I'm your willing little plaything. I'll take every inch of you, let me please you with my mouth. The Essence of Sexuality is fueling my desire for you, making me want to please you in every way possible.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-1.mp4>>
<<say 'Rebecca'>>
Mmm, your cock tastes so good in my mouth. I can feel every inch of you sliding in and out, it's driving me crazy. This Essence of Sexuality is making me so wet and turned on, I just want to please you more and more.
<</say>>
<<say 'You'>>
Oh yeah, baby, suck it just like that. You're so naughty, I love how you're getting wilder with every touch. This Essence really does work wonders, your enthusiasm is intoxicating.
<</say>>
<<say 'Rebecca'>>
I can't get enough of you, I want to taste you and feel you deep inside me. This is the hottest blowjob I've ever given, and I want to show you how much I enjoy it.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-1.mp4>>
<<say 'Ruth'>>
Mmm, your cock feels so good in my mouth. I love how you grab my hair and control me, it turns me on so much.
<</say>>
<<say 'You'>>
You're such a good little slut, taking my cock like that. The Essence of Sexuality is enhancing every sensation, isn't it?
<</say>>
<<say 'Ruth'>>
Oh yes, it's like my whole body is on fire with desire. I want you to fuck my mouth harder, show me how much you enjoy it.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-1.mp4>>
<<say 'Ruth'>>
Mmm, your cock feels so good in my mouth, baby. The Essence of Sexuality makes me crave it even more. I love how you're taking control and fucking my face, it's driving me crazy.
<</say>>
<<say 'You'>>
That's it, take it all in, you're doing so well. I love seeing you submit to me like this. I can't wait to see how else it enhances our experience.
<</say>>
<<say 'Ruth'>>
I'm your dirty little slut, Professor. I need more of your cock, deeper and harder. The Essence has made me so eager for your touch, I can't get enough. Give me that, I want to feel your cock in my tight ass now.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-1.mp4>>
<<say 'Ruth'>>
Mmm, your cock tastes so good. I can't get enough of it. The Essence of Sexuality really heightened my senses, making me crave you even more.
<</say>>
<<say 'You'>>
That's it, baby. Suck it like you mean it. The effects of the Essence are definitely showing. You seem more eager and passionate than before.
<</say>>
<<say 'Ruth'>>
I love how hard you are, how deep I can take you in. The pleasure is overwhelming, it's like every touch sends shivers through my body.
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-1.mp4>>
<<say 'Ruth'>>
Mmm, your cock tastes so good. I love feeling it grow harder in my mouth. It's such a turn on to see how much you enjoy it when I suck you like this. I want to feel you explode in my mouth and taste every drop of your cum.
<</say>>
<<say 'You'>>
Oh yeah, baby, keep sucking it just like that. Your mouth feels amazing on my cock. I want to see your eyes watering with pleasure as I push it deeper into your throat. I can't wait to feel your lips wrapped around me as I release all my cum for you.
<</say>>
<<say 'Ruth'>>
I love it when you talk dirty to me like that. It makes me want to take you even deeper and make you moan with pleasure. I want to show you how much I can make you cum by just using my mouth. I'll make sure you never forget this blowjob.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-1.mp4>>
<<say 'Barbara'>>
Mmm, yes, fuck me deep in my mouth, show me how much you enjoy my new, sexy look. I love feeling your hard cock slide in and out, it's turning me on so much. I feel the Essence of Sexuality flowing inside me, it's making me want you even more.
<</say>>
<<say 'You'>>
Oh, fuck, your lips feel amazing wrapped around my cock like that. Your mouth feels so good, baby, I can't get enough of it. You're driving me crazy.
<</say>>
<<say 'Barbara'>>
I love being your naughty little slut, taking you all the way down my throat, feeling your cock throbbing with pleasure. I can't wait to see the effect of the Essence when we try different positions.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-1.mp4>>
<<say 'Barbara'>>
Mmm, your cock feels so good in my mouth... I can't believe how much more sensitive and aroused I am since they injected me with the Essence of Sexuality. It's like every touch, every lick, every thrust is magnified tenfold. I want you to fuck my mouth harder, make me gag on your dick, show me how much you like fucking my throat.
<</say>>
<<say 'You'>>
Your moans drive me crazy. The way you suck my cock with such hunger and desire... It's like you can't stop enjoying it.
<</say>>
<<say 'Barbara'>>
Yes, please! Give it to me rough, make me feel every inch of your cock, show me what it means to truly be a slave to pleasure. I want to taste your cum, to feel it slide down my throat, to know that I'm satisfying you in every way possible.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-1.mp4>>
<<say 'Barbara'>>
Oh god, your cock tastes so good, professor! I love feeling it slide in and out of my mouth.
<</say>>
<<say 'You'>>
You're doing such a good job, baby. Keep sucking on it like that.
<</say>>
<<say 'Barbara'>>
Mmm, I can feel your cock getting harder in my mouth. I want you to fuck me in every hole.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-1.mp4>>
<<say 'Barbara'>>
Mmm, your cock feels so good in my mouth. I can't believe how much more sensitive and aroused I am with the Essence of Sexuality running through my veins. It's like every touch, every thrust, every sensation is heightened to an incredible level.
<</say>>
<<say 'You'>>
You love it, don't you? You love feeling my hard cock in your mouth, tasting every drop of pleasure that I give you.
<</say>>
<<say 'Barbara'>>
Oh yes, fuck me harder! I want to feel your cum explode in my mouth, to swallow every last drop and feel the ultimate satisfaction.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-1.mp4>>
<<say 'Barbara'>>
Mmm, your cock feels so good between my tits. I can feel the Essence of Sexuality making me even more sensitive. Fuck me harder, Professor.
<</say>>
<<say 'You'>>
You like that, huh? You want me to fuck you like a dirty slut? I'll make sure you feel every inch of my hard cock, baby.
<</say>>
<<say 'Barbara'>>
Yes, please! Give it to me rough and let me know how much you like my enhanced sexuality.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-2]]
</div><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0;>>
<<set $bio.events.day = $clock.days; >>
<<set $bio.events.counter++; >>
<<set $t.synthesisEvent = 0; >>
<<say 'Computer'>>
STATUS:
<ul>
<li>The synthesis of the Essence of Sexuality is not possible at this time.</li>
<li>Cause: The lab's power generators are not running at full capacity.</li>
<li>Recommendation: reboot the laboratory power generators.</li>
</ul>
<</say>>
<<say 'You'>>
Amy, it looks like the lab's power generators are failing again. Wait a few minutes while I reset the generators.
<</say>>
<div class="go">
[[Restart generators|restartGenerators]]
</div>
<<set _mapRandom = passage(); >>
<<switch _mapRandom>>
<<case 'BioLab'>>
/* Допустит ли Эми нарушение сегодня */
<<if $bio.bugs.day != $clock.days &&
$bio.bugs.counter < 5 &&
$p.Amy.punishments < 25
>>
<<set $t.AmyBug = random(0,3); >>
<</if>>
/* Будет ли событие в отделе рекламы */
<<if $bio.events.day != $clock.days >>
<<set $t.synthesisEvent = random(0,1); >>
<</if>>
<</switch>>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<if $bio.essence >= $bio.essenceMax >>
<<say 'Amy'>>
We cannot start synthesizing at the moment as our essence storage is currently full.
<</say>>
<<say 'You'>>
You're right, Amy. We cannot store more than $bio.essenceMax oz of essence in the lab.
<</say>>
<div class="go">[[Return|essenceRoom]]</div>
<<elseif ($clock.hours+$times>18) || ($clock.hours+$times==18 && $clock.minutes>0) >>
<<if $times > 1>>
<<set _time = $times + ' hours';>>
<<else>>
<<set _time = $times + ' hour';>>
<</if>>
<<say 'Amy'>>
I'm sorry, Evan, but today we can't synthesize the essence for _time. Generators can provide our laboratory with power only during working hours: from 9:00 to 18:00. And now it's <<=$clock.time>>.
<</say>>
<<say 'You'>>
You're right, Amy.
<</say>>
<div class="go">[[Return|essenceRoom]]</div>
<<elseif (3 * $times) > $p.You.energy >>
<<say 'You'>>
I feel too tired to synthesize the essence during this time. I need a rest.
<</say>>
<<do>>
Explanation: Each hour of synthesis consumes 6% of your energy. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go">[[Return|essenceRoom]]</div>
<<else>>
/*
<<switch $bio.upgrades>>
<<case 0>>
<<set _essenceGet = random(3,4) * $times; >>
<<case 1>>
<<set _essenceGet = random(4,6) * $times; >>
<<case 2>>
<<set _essenceGet = random(5,7) * $times; >>
<<case 3>>
<<set _essenceGet = random(5,8) * $times; >>
<<case 4 5 6>>
<<set _essenceGet = random(6,9) * $times; >>
<</switch>>
*/
<<switch $bio.upgrades>>
<<case 0>>
<<set _essenceGet = 10 * $times; >>
<<case 1>>
<<set _essenceGet = 15 * $times; >>
<<case 2>>
<<set _essenceGet = 20 * $times; >>
<<case 3>>
<<set _essenceGet = 25 * $times; >>
<<case 4 5 6>>
<<set _essenceGet = 30 * $times; >>
<</switch>>
<<set _energy = 0 - (6 * $times); >>
<<if $bio.upgrades < 5>>
<<set
_equipDamage = $bio.damage + random(1,2) * $times;
_equipTrouble = random(1,3);
>>
<<if _equipDamage > 80>>
<<set _equipDamage = 80; >>
<</if>>
<<if $bio.damage >= 30>>
<<set _essenceLeak = random(1,100); >>
<</if>>
<</if>>
<<timer $times 0 _energy>>
<<say 'Computer'>>
STATUS:
<ul>
<li>The synthesis of the Essence of Sexuality is complete.</li>
<li>Synthesized: _essenceGet oz of essence.</li>
<<if _essenceLeak <= $bio.damage>>
<li><b><u>Attention!</u></b> Essence leak detected!</li>
<li>The cause of the leak: Equipment damage.</li>
<li>Recommendation: Perform equipment repair.</li>
<<set _essenceGet = 1; >>
<</if>>
<<set _essenceTotal = $bio.essence + _essenceGet;>>
<<if _essenceTotal > $bio.essenceMax >>
<<set $bio.essence = $bio.essenceMax; >>
<li><b><u>Attention!</u></b> Essence storage is overflowing. Synthesized essence has been partially lost.</li>
<li>Recommendation: Do not perform essence synthesis while the storage is full.</li>
<<else>>
<<set $bio.essence = _essenceTotal; >>
<li>Added to the storage: _essenceGet oz of essence.</li>
<</if>>
<<if _equipTrouble == 1 && _equipDamage != 80>>
<li><b><u>Attention!</u></b> Synthesis caused damage to equipment!</li>
<li><b><u>Attention!</u></b> The equipment damage level has increased from $bio.damage% to _equipDamage%!</li>
<<set $bio.damage = _equipDamage; >>
<<else>>
<li>No additional equipment damage occurred during synthesis.</li>
<li>The level of equipment damage remained unchanged: $bio.damage%.</li>
<</if>>
<<set
_money = _essenceGet * 2;
$p.You.money = $p.You.money + _money;
>>
<li>Your account has been credited with money: +<<=_money>>$</li>
</ul>
<</say>>
/* Реакции Эвана */
<<if _essenceLeak <= $bio.damage>>
<<say 'You' '5'>>Fuck! We've lost too much essence due to the leak! The lab equipment needs urgent repair! Or the fifth upgrade...<</say>>
<<elseif _essenceTotal > $bio.essenceMax >>
<<say 'You' '7'>>It was too stupid of me to start synthesizing while the essence storage is full.<</say>>
<<elseif _equipTrouble == 1 && _equipDamage != 80>>
<<say 'You' '4'>>Crap! The laboratory equipment received new damage. This is not good...<</say>>
<</if>>
/* Допустила ли Эми нарушение */
<<if $t.AmyBug >= 1>>
<div class="go">[[Return|assistantBug]]</div>
<<else>>
<div class="go">[[Return|essenceRoom]]</div>
<</if>>
<</if>><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<set $bio.events.day = $clock.days; >>
<<set $bio.events.counter++; >>
<<set $t.synthesisEvent = 0; >>
<<say 'You'>>
Okay, Amy. It's time to start synthesizing the Essence of Sexuality. Please initialize the synthesis launch protocol.
<</say>>
<div class="image">
<img src="img/warning.gif">
</div>
<<say 'Computer'>>
Warning! All personnel, this is not a drill! Please leave your workplaces immediately and exit the building!
<</say>>
<<say 'You' '4'>>
What the fuck? What happened? I hope it's not because of us.
<</say>>
<<say 'Amy'>>
I don't think it's about us. I did not have time to initialize the synthesis launch protocol. Maybe it's a fire alarm or something...
<</say>>
<<say 'You' '5'>>
Anyway, we have to follow the security doctrine and leave the corporation building immediately!
<</say>>
<div class="go goto">
[[Grab Amy's hand and run out of the corporate building|secretRoomEvent2]]
</div>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'You'>>
Okay, Amy. Today we need to get as much Essence of Sexuality as we can. So I propose to work really productively.
<</say>>
<<do>>
At that moment you hear someone knocking on your lab door.
<</do>>
<div class="go">[[Open the door|StacySex1-1]]</div><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'Computer'>>
STATUS:
<ul>
<li>The synthesis of the Essence of Sexuality is not possible at this time.</li>
<li>Cause: The lab's power generators are not running at full capacity.</li>
<li>Recommendation: reboot the laboratory power generators.</li>
</ul>
<</say>>
<div class="go">[[Exit the lab and restart the generators|StacySex3-1]]</div>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'Computer'>>
STATUS:
<ul>
<li>The synthesis of the Essence of Sexuality is not possible at this time.</li>
<li>The lab's power generators are not running at full capacity.</li>
<li>Recommendation: reboot the laboratory power generators.</li>
</ul>
<</say>>
<<say 'You'>>
Hey Amy! I'll take care of reloading the generators. At this time, you can relax a little and drink coffee.
<</say>>
<div class="go">[[Exit the lab|StacySex2-1]]</div>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'You'>>
Everything is ready to begin the synthesis of the Essence of Sexuality, Amy.
<</say>>
<<do>>
At this moment, someone loudly knocks on the door of your laboratory.
<</do>>
<<say 'You'>>
I'm sorry, Amy, but I have to open the door.
<</say>>
<div class="go">[[Open the door|StacySex4-1]]</div><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'You'>>
So, Amy, let's do the essence synthesis!
<</say>>
<<do>>
At this moment, someone knocks on the door of your laboratory.
<</do>>
<<say 'You'>>
You know, Amy, sometimes I feel like I'm not a scientist, but an oracle. Because I foresee that if I open the door right now, I will see Joe and he will try to surprise me with his stupid jokes or questions.
<</say>>
<<say 'Amy'>>
Then you should quickly open the door and test your hypothesis, because the sooner you do this, the sooner we can return to the synthesis of the Essence of Sexuality.
<</say>>
<div class="go">[[Open the door|StacySex5-1]]</div><style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<set $t.sidebar = 0; >>
<<say 'You'>>
So, Amy, it's time to start synthesizing the Essence of Sexuality.
<</say>>
<<do>>
But at that moment, you hear loud male laughter outside the lab door.
<</do>>
<<say 'You'>>
I'm sorry, Amy, but I have to take a few minutes off to ask our colleagues to keep quiet. Then I will return and we will proceed to the synthesis of the essence.
<</say>>
<div class="go">[[Exit the Biological Research Lab|StacySex6-1]]</div><style>body {background-image: url(bg/office.jpg);}</style>
<<set _old = $randomOfficeVideo;>>
<<for _i = 1; $randomOfficeVideo == _old;>>
<<set $randomOfficeVideo = random(1, 30);>>
<</for>>
<<video `'video/office/' + $randomOfficeVideo + '.mp4'`>>
<<include '_OfficeSexReactions'>>
<<do>>
The lab's generators have rebooted. The lab's power supply has been restored. Now you can get back to work.
<</do>>
<div class="go">
<<link 'Return to the "Essence Synthesis Room"' 'essenceRoom'>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<do>>
You run out of the corporation building. In the parking lot at the entrance to the building, you see a crowd of frightened employees. Judging by their worried faces, they do not understand what is happening, just like you.
<</do>>
<div class="image">
<img src="img/people.jpg">
</div>
<<do>>
Among the people you notice Sophia (the CEO of "SexMachine" Corp). She takes a megaphone in her hand.
<</do>>
<div class="image">
<img src="img/megaphone.jpg">
</div>
<<say 'Sophia'>>
Colleagues and visitors of the "SexMachine" Corporation. Please remain calm. Being outside the corporation building, nothing threatens you. I can't tell you exactly what happened, but you should know that corporate management is already handling the situation.
<</say>>
<<do>>
At this moment, you hear the sound of sirens and turn around.
<</do>>
<div class="image">
<img src="img/swat.jpg">
</div>
<<do>>
You see several SWAT cars approaching the corporation building. Armed people run out of the cars and run into the hall of the corporation.
<</do>>
<div class="go">[[Next|secretRoomEvent3]]</div>
<style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<say 'You' '4'>>
What the fuck? The SexMachine's corporate SWAT team? It doesn't look like a fire alarm. Amy, what do you think could actually happen?
<</say>>
<<say 'Amy'>>
I have no idea, but I think it has something to do with the Secret Laboratory and the research that goes on there.
<</say>>
<<say 'You'>>
I think we should find a way to find out what's going on in this Secret Lab.
<</say>>
<<say 'Amy'>>
Great idea! And I think I know where to start.
<</say>>
<<do>>
<b>NOTE:</b>
<br><br>
This is how the main storyline begins, which will be available to you in the full version of the game "SexMachine". You will have to conduct your own investigation, find a way to get into the Secret Laboratory, and find out exactly what is happening there. The result of your investigation may shock you. But this combination of circumstances will lead you to become an employee of the Secret Laboratory yourself. From this point on, the storyline of the game will become very unpredictable.
<</do>>
<div class="go">[[Next|secretRoomEvent4]]</div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<say 'Sophia'>>
I repeat, stay calm. We do our best to get you back to work as soon as possible.
<</say>>
<<do>>
You see SWAT coming out of the corporate building. The squad lieutenant approaches Sophia and says something to her. After that, Sophia makes a phone call and again addresses the employees:
<</do>>
<<say 'Sophia'>>
The situation has been resolved! Corporation employees can return to their jobs and continue working. On behalf of the corporation's management, I express gratitude for your cooperation. Let's just pretend that nothing happened and return to our daily work.
<</say>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<set $t.sidebar = 1;>>
<<timer 1 0 -5>>
<</link>>
</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<if $t.blackMarket == 0>>
<<do>>
Someone is calling your cell phone. You look at the screen: 'Caller not identified.' You leave the lab and answer.
<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<say 'UnknownFV'>>
Good afternoon, Mr. Turner. You don't know me, but I know you. Let's just say that my clients are willing to pay good money for the Essence of Sexuality that you produce in the laboratory of the "SexMachine" corporation. Are you interested in selling us some essence? Of course, our deal must remain secret, as well as the names of my clients. So what is your response to my suggestion, Mr. Turner?
<</say>>
<<say 'You'>>
Hmm... I think I can steal some essence from the lab and sell it to you.
<</say>>
<<say 'UnknownFV'>>
I'm glad to hear that. The algorithm of our deal is very simple:
<ol>
<li>You call my guy and tell him the amount of Essence you're ready to sell.</li>
<li>My courier comes to you, and you hand him the package with the Essence.</li>
<li>The courier gives you the money. The deal is complete.</li>
</ol>
See how simple it is?
<</say>>
<<say 'You'>>
And how do I recognize your courier?
<</say>>
<<say 'UnknownFV'>>
My clients have many interests in the "SexMachine" Corporation. That is why our couriers are always in the corporation building. As soon as you call my man and tell him that you are ready to sell the essence, one of my couriers will immediately come to the door of your laboratory. So our deal will not take you long.
<</say>>
<<say 'You'>>
Okay, but the problem is that I don't know anything about you. So your offer looks a little risky to me.
<</say>>
<<say 'UnknownFV'>>
I understand your concern, but the names of my clients must remain confidential. But as a mediator between them and you, I can give you my name. My name is Mary, and now I will send you my photo.
<</say>>
<div class="image">
<img src="video/Mary/photo-1.jpg">
</div>
<<say 'You' '4'>>
Wow! I expected you to be dressed in this photo.
<</say>>
<<say 'Mary'>>
I hope this photo will be the beginning of our trusting and productive relationship, Evan. And I want you to know - after our first successful deal, we will meet in person, and I will do everything possible to address any concerns you have about trust.
<</say>>
<<do>>
<center><b>NOTE:</b>
<br><br>
In one of the next chapters of my game, you will learn more about the group of mysterious unknown persons to whom Mary transfers the essence you synthesized. You will also learn the reason why they want to buy your essence and what they do with it.</center>
<</do>>
<div class="go">
[[Return to the Lab|BioLab]]
</div>
<<set $t.blackMarket = 1; >>
<<else>>
<<say2 "Courier" "Courier.jpg">>
Looks like you’re ready to sell us some Essence of Sexuality, Mr. Turner. What specific amount of Essence would you like to sell?
<</say2>>
<<can 'You can:'>>
<div class="go money">
[[Sell 10 oz of Essence (you will earn $20)|sellEssence][$essencesSell = 10]]
</div>
<div class="go money">
[[Sell 100 oz of Essence (you will earn $200)|sellEssence][$essencesSell = 100]]
</div>
<div class="go money">
[[Sell 400 oz of Essence (you will earn $800)|sellEssence][$essencesSell = 400]]
</div>
<div class="go money">
[[Sell all Essence you have (you will earn $2 for each oz of essence)|sellEssence][$essencesSell = $bio.essence]]
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
[[Do not sell essence right now (Return)|BioLab]]
</div>
<</can>>
<</if>><style>body {background-image: url(bg/corridor.jpg);}</style>
<<if $bio.essence < $essencesSell || $bio.essence == 0 >>
<<say 'You' '8'>>
Crap! I don't have that amount of essence. I need to continue the synthesis to get more essence.
<</say>>
<div class="go">[[Return|blackMarket]]</div>
<<else>>
<<say2 "Courier" "Courier.jpg">>
It's a pleasure doing business with you, Mr. Turner. Here's your money: $<<= $essencesSell * 2>>. Let me know if you want to sell us more Essence in the future. For now, have a good day, Mr. Turner.
<</say2>>
<<set
$p.You.money += $essencesSell * 2;
$bio.essence -= $essencesSell;
$p.Mary.deals ++;
>>
<<do>>
Earned money: $<<= $essencesSell * 2>><br>
Spent Essence of Sexuality: $essencesSell oz.
<</do>>
<<switch $p.Mary.deals>>
<<case 1>>
<<set _link = 'MarySex1'; >>
<<set $t.sidebar = 0; >>
<<case 5>>
<<set _link = 'CamillaSex1'; >>
<<set $t.sidebar = 0; >>
<<case 10>>
<<set _link = 'MarySex2'; >>
<<set $t.sidebar = 0; >>
<<case 15>>
<<set _link = 'CamillaSex2'; >>
<<set $t.sidebar = 0; >>
<<case 20>>
<<set _link = 'MarySex3'; >>
<<set $t.sidebar = 0; >>
<<case 25>>
<<set _link = 'CamillaSex3'; >>
<<set $t.sidebar = 0; >>
<<case 30>>
<<set _link = 'MarySex4'; >>
<<set $t.sidebar = 0; >>
<<case 35>>
<<set _link = 'CamillaSex4'; >>
<<set $t.sidebar = 0; >>
<<case 40>>
<<set _link = 'MarySex5'; >>
<<set $t.sidebar = 0; >>
<<case 45>>
<<set _link = 'CamillaSex5'; >>
<<set $t.sidebar = 0; >>
<<case 50>>
<<set _link = 'MarySex6'; >>
<<set $t.sidebar = 0; >>
<<case 55>>
<<set _link = 'CamillaSex6'; >>
<<set $t.sidebar = 0; >>
<<default>>
<<set _link = 'BioLab'; >>
<</switch>>
<div class="go">
<<link 'Complete the deal' _link>><</link>>
</div>
<</if>><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say2 'Courier' 'Courier.jpg'>>
Oh, and Mr. Turner, please wait here a few more minutes. There’s someone special who wants to meet with you.
<</say2>>
<<say 'You'>>
Someone special?
<</say>>
<<do>>
The courier leaves, ignoring your question. You watch him go and reflect on whether it was the right decision to sell the Essence on the black market. After a few minutes, someone places a hand on your shoulder.
<</do>>
<div class="go">[[Turn around|MarySex1-1]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>The courier leaves. At that moment, someone calls your cell phone.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<do>>You look at the screen: 'Mary is calling'. You answer the call.<</do>>
<<say 'Mary'>>
Evan, just got word - the latest batch of Essence is secure. You really came through again.
<</say>>
<<say 'You'>>
Glad to hear it. Everything went smoothly.
<</say>>
<<say 'Mary'>>
Perfect timing too. I'm hosting a party tonight and wanted to invite you.
<</say>>
<<say 'You' '2'>>
A party? What kind of party?
<</say>>
<<say 'Mary'>>
Think something along the lines of an Ancient Roman orgy-decadent, wild, and definitely not the kind of event you'd want to miss.
<</say>>
<<say 'You' '8'>>
An orgy? I'm not sure that's really my scene...
<</say>>
<<say 'Mary'>>
Come on, Evan. You've already dipped your toes into this world with the Essence. Why not dive in fully? It'll be a night to remember, I promise.
<</say>>
<<say 'You'>>
I don't know... It sounds intense.
<</say>>
<<say 'Mary'>>
It will be, but in the best way possible. Trust me, you'll enjoy it. Consider it a new experience, something exciting beyond the usual business. What do you say?
<</say>>
<<say 'You' '9'>>
Alright, you've convinced me. I'll come.
<</say>>
<<say 'Mary'>>
Great! I'll see you tonight then. Prepare yourself for an unforgettable night.
<</say>>
<div class="go sex">[[Take part in the orgy|MarySex3-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>The courier leaves. At that moment, someone calls your cell phone.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<do>>You look at the screen: 'Mary is calling'. You answer the call.<</do>>
<<say 'Mary'>>
Hey, Evan. I just got word that you handed over another batch of Essence to my courier. Thank you for that.
<</say>>
<<say 'You'>>
Yeah, I did. Everything went smoothly.
<</say>>
<<say 'Mary'>>
I appreciate your cooperation. I hope we'll have even more successful deals in the future.
<</say>>
<<say 'You'>>
That's the plan.
<</say>>
<<say 'Mary'>>
By the way, how about coming over to my place? We could have some fun, consider it a nice bonus for all the hard work.
<</say>>
<<say 'You'>>
A bonus, huh?
<</say>>
<<say 'Mary'>>
Exactly. A bottle of wine, perhaps a little weed, and definitely a lot of rough sex. What do you say?
<</say>>
<<say 'You'>>
That sounds tempting. I could use a bit of relaxation. I'll come over.
<</say>>
<div class="go sex">[[A few hours later at Mary’s house|MarySex2-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>The courier leaves. At that moment, someone calls your cell phone.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<do>>You look at the screen: 'Mary is calling'. You answer the call.<</do>>
<<say 'Mary'>>
Evan, I wanted to let you know that my clients are very pleased with the steady supply of Essence they've been receiving from you.
<</say>>
<<say 'You'>>
That's good to hear. But I've been wondering... who exactly are these mysterious people buying up so much Essence? And more importantly, how are they using it?
<</say>>
<<say 'Mary'>>
Oh, Evan, you know I can't share that kind of information. It's all very confidential. Let's just say they have their reasons, and it's best not to ask too many questions.
<</say>>
<<say 'You'>>
I guess... But it does make me curious.
<</say>>
<<say 'Mary'>>
I understand, but some things are better left unsaid. Speaking of which, how about we change the subject? I'm hosting another party tonight, and I'd love for you to join.
<</say>>
<<say 'You' '10'>>
A party? You know, I'm starting to think those kinds of gatherings aren't really my scene.
<</say>>
<<say 'Mary'>>
Evan, you need to be cautious about how this sounds. Turning down an invitation like this could lead to unnecessary questions from people you'd rather not disappoint. These parties aren't just about having fun - they're a way to demonstrate your commitment to our little operation and your involvement in the business. You've already received the invitation, and that can't be changed. Now it's best not to let us down.
<</say>>
<<say 'You'>>
I didn't think about it that way...
<</say>>
<<say 'Mary'>>
Exactly. Plus, I promise this time will be different. It'll be the most unforgettable experience you could ever imagine - something beyond your wildest dreams. You really don't want to miss it.
<</say>>
<<say 'You' '11'>>
Alright... I guess I'm in.
<</say>>
<<say 'Mary'>>
Great choice, Evan. Trust me, you won't regret it.
<</say>>
<div class="go sex">[[Take part in the orgy|MarySex5-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>The courier leaves. At that moment, someone calls your cell phone.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<do>>You look at the screen: 'Mary is calling'. You answer the call.<</do>>
<<say 'Mary'>>
Evan, I just wanted to thank you for the consistent, successful deliveries of the Essence. You've really been coming through for me.
<</say>>
<<say 'You'>>
I'm just doing my part. Glad it's working out.
<</say>>
<<say 'Mary'>>
It definitely is. And to show my appreciation, I'd love for you to join us at another party I'm hosting tonight.
<</say>>
<<say 'You'>>
Another orgy? Honestly, I wasn't that impressed with the last one.
<</say>>
<<say 'Mary'>>
I hear you, but this time, it's going to be on a whole new level. I've made sure of it.
<</say>>
<<say 'You'>>
What's different about this one?
<</say>>
<<say 'Mary'>>
More excitement, more intensity, and a few surprises that I'm keeping under wraps. Trust me, it'll be nothing like the last time.
<</say>>
<<say 'You'>>
I don't know...
<</say>>
<<say 'Mary'>>
Come on, Evan. Give it another shot. I promise you won't be disappointed this time. It's going to be unforgettable.
<</say>>
<<say 'You'>>
Alright, I'll give it another try.
<</say>>
<<say 'Mary'>>
Perfect! I'll see you there. This one's going to be something special.
<</say>>
<div class="go sex">[[Take part in the orgy|MarySex4-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>The courier leaves. At that moment, someone calls your cell phone.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<do>>You look at the screen: 'Mary is calling'. You answer the call.<</do>>
<<say 'Mary'>>
Evan, just got confirmation - another batch of Essence delivered without a hitch. You really know how to get things done.
<</say>>
<<say 'You'>>
Glad to hear it. Everything went as planned.
<</say>>
<<say 'Mary'>>
You're becoming quite reliable, you know that? I'm excited to see where this partnership takes us.
<</say>>
<<say 'You'>>
Same here.
<</say>>
<<say 'Mary'>>
I was thinking... we should celebrate our smooth operation. How about coming over to my place? We could make the night a little more memorable. Consider it a well-deserved perk.
<</say>>
<<say 'You'>>
A memorable night, huh? Just the two of us, I hope? No more orgies?
<</say>>
<<say 'Mary'>>
Exactly. Just a chance for us to unwind and enjoy each other's company without any distractions. Just you and me. Only my holes and your cock in them. What do you say?
<</say>>
<<say 'You'>>
That sounds good to me. I'd appreciate a more private and relaxed evening. I'll be there.
<</say>>
<div class="go sex">[[A few hours later|MarySex6-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>><center>You turn around and see Mary.</center><</do>>
<div class="image">
<img src="video/Mary/photo-2.jpg">
</div>
<<say 'Mary'>>
Good afternoon, Evan. Please act normal and don't show surprise at seeing me here.
<</say>>
<<say 'You' '4'>>
Mary? I don’t think we should be seen together, especially in a corporate building. And nice dress, by the way... A bit revealing, but I like it...
<</say>>
<<say 'Mary'>>
Yes, it's me. It's nice to finally meet you in person, Evan. I thought it would be best if we met face-to-face to build trust between us.
<</say>>
<<say 'You'>>
Trust, huh? Well, I guess that makes sense.
<</say>>
<<say 'Mary'>>
It's important for me to know who I'm dealing with. If we're going to do business in the future, we need to understand each other.
<</say>>
<<say 'You'>>
Alright. So, what now?
<</say>>
<div class="go">
[[Next|MarySex1-2]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-1.mp4>>
<<say 'Mary'>>
Mmm, Evan, take control, pull my hair and fuck my mouth.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut. That's right, take it all, swallow it deep.
<</say>>
<<say 'Mary'>>
Yes, I'm your filthy little whore. Keep it coming, Evan.
<</say>>
<div class="go sex">[[Next|MarySex2-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-1.mp4>>
<<say 'Mary'>>
Come on, guys, don't hold back. I want to suck each and every one of your cocks. I want to feel them deep in my throat, hear you moan with pleasure as I work my mouth on you. I want to taste every drop of your hot, sticky cum and swallow it all down like the dirty slut. So give it to me, fuck my face with your hard cocks.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
With pleasure, baby. Let me be the first to use your insatiable mouth, and then we will gladly fulfill all your desires.
<</say2>>
<<say 'You' '8'>>
I'd better stay on the sidelines for now...
<</say>>
<div class="go sex">[[Next|MarySex3-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-1.mp4>>
<<say 'Mary'>>
Fuck yeah, we want to suck your cocks like there's no tomorrow! We want to feel every inch of your hard fucking dicks in our mouths, gagging on them and swallowing every drop of your fucking cum! We want to be your filthy little cocksucking sluts, begging for more and more!
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Oh fuck yeah, you dirty little sluts! You're fucking amazing at sucking cock!
<</say2>>
<div class="go sex">[[Next|MarySex4-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-1.mp4>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Hey! It's Weird Evan!
<</say2>>
<<say 'You'>>
Uh, hi guys...
<</say>>
<<say2 'Another guy' 'UnknownM.jpg'>>
How are you, Weird Evan? Are you gonna wag your tail and run away like last time?
<</say2>>
<<say 'You'>>
Um, well... I don't know...
<</say>>
<<say2 'Third guguye' 'UnknownM.jpg'>>
You don't mind us calling you Weird Evan, do you, Weird Evan?
<</say2>>
<<say 'You'>>
No, it's okay, I guess...
<</say>>
<<say2 'Fourth guy' 'UnknownM.jpg'>>
Don't listen to these idiots, Weird Evan. Just enjoy the show with us - just watch Kimberlee fucking Mary. We'll join them in a bit.
<</say2>>
<div class="go sex">[[Next|MarySex5-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-1.mp4>>
<<say 'Mary'>>
Mmm, yes, fuck my mouth hard. I love feeling you deep in my throat.
<</say>>
<<say 'You'>>
You like that, huh? You're so good at sucking my cock. I'm gonna make you gag on it.
<</say>>
<<say 'Mary'>>
Oh fuck, that turns me on so much. Keep going!
<</say>>
<div class="go sex">[[Next|MarySex6-2]]</div><style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You are returning to the "Biological Research Lab" to continue your daily work. But just a couple of minutes later, an unknown person enters the laboratory. She sits down across from you and opens her notebook with some notes.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr Turner. My name is Camilla. I am an employee of the "SexMachine Security Department". We have undeniable evidence that you have just given a certain amount of Essence of Sexuality to an outside person who is not an employee of the "SexMachine" corporation.
<</say>>
<<do>>
You try to think of an excuse but nothing comes to mind.
<</do>>
<<say 'Camilla'>>
It's no secret to you, Mr. Turner, that the Essence of Sexuality is the intellectual property of the "SexMachine" corporation. And by transferring the essence to an outsider, you violated the security protocol of our corporation.
<</say>>
<<say 'You' '4'>>
But you misunderstood...
<</say>>
<<say 'Camilla'>>
Don't waste my time, Mr. Turner. I'm not here to listen to your excuses, Mr. Turner.
<</say>>
<<say 'You'>>
Then let me ask you why are you here?
<</say>>
<<say 'Camilla'>>
According to the corporation's zero tolerance for breaches of security protocols, you must be punished, Mr. Turner. That's why I'm here. So let's just go to the "Staff Punishment Room" of your lab and get this over with as quickly as possible.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex1-1]]</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You return to the "Biological Research Laboratory" and begin your daily work. But just a couple of minutes later, Camilla from the "SexMachine Security Department" enters the laboratory.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr. Turner, you have again given the Essence of Sexuality to an unauthorized person. Now I will have to punish you again for violating our corporation's security protocol.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex2-1]]</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You return to the "Biological Research Laboratory" and begin your daily work. But just a couple of minutes later, Camilla from the "SexMachine Security Department" enters the laboratory.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr. Turner, you have again violated "SexMachine" Corporation Security Protocols. And now I have to punish you for it.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex4-1]]</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You return to the "Biological Research Laboratory" and begin your daily work. But just a couple of minutes later, Camilla from the "SexMachine Security Department" enters the laboratory.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr. Turner, you have again violated "SexMachine" Corporation Security Protocols. And now I have to punish you for it.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex5-1]]</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You return to the "Biological Research Laboratory" and begin your daily work. But just a couple of minutes later, Camilla from the "SexMachine Security Department" enters the laboratory.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr. Turner, you have again violated "SexMachine" Corporation Security Protocols. And now I have to punish you for it.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex3-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-3.mp4>>
<<say 'Camilla'>>
I think I'll still have to add information about your violation to your personnel file, Mr. Turner. Or we can go to my house right now and there you will fuck me. Which option will you choose?
<</say>>
<<say 'You'>>
First, tell me, what exactly awaits me this time? Do you want me to be your slave like the first time? Or do you want me to be your master, and you my slave, like the second time? Or is there something new waiting for me this time?
<</say>>
<<say 'Camilla'>>
Today, I'm just too tired of the routine work. All I want right now is to relax. I think a gentle, relaxing massage is just what I need. Are you ready to take on the role of my personal masseuse today, Evan?
<</say>>
<<say 'You' '2'>>
Compared to the first two extra punishments, giving you a massage is a walk in the park for me. I'm on it.
<</say>>
<div class="go sex">[[Go to Camilla's house and give her a massage|CamillaSex3-2]]</div>
<style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-1.mp4>>
<<say 'Camilla'>>
Oh, fuck! Yeah, pull my hair, fuck my mouth, shove your dick all the way down my throat. I love it when you're so rough with me, it makes me feel so fucking dirty and turned on.
<</say>>
<<say 'You'>>
Take it all, you filthy slut, you love choking on my cock, don't you? You're such a good little cocksucker, you're making me so fucking hard right now.
<</say>>
<<say 'Camilla'>>
Mmm, yes, I love feeling your cock deep in my throat, it feels so good. Keep fucking my mouth like this.
<</say>>
<div class="go sex">[[Next|CamillaSex4-3]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-1.mp4>>
<<say 'Camilla'>>
Oh yes, pull my hair and fuck me harder from behind! I love it when you take control like this, it drives me crazy. Your cock feels so good inside me, I want more!
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you exactly what you need, baby. You're so wet and tight. Your moans are music to my ears.
<</say>>
<<say 'Camilla'>>
Keep going, don't stop! I want to feel you deep inside me, filling me up completely. I'm yours, take me however you want. I want to feel your every thrust, deeper and harder.
<</say>>
<div class="go sex">[[Next|CamillaSex5-3]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-2.mp4>>
<<say 'Camilla'>>
I think this is enough. But it seems that the previous punishment did not teach you anything. I think I'll still have to add information about your violation to your personnel file, Mr. Turner.
<</say>>
<<say 'You'>>
Camilla, what can I do to prevent this? After all, a career in a corporation is very important to me!
<</say>>
<<say 'Camilla'>>
I like you, Mr. Turner, and I will try to help you. Either right now you and I will go to my house and there I will use your dick as I want, or I will have to enter information about your violation in your personnel file. Which option will you choose, Mr. Turner?
<</say>>
<<say 'You'>>
I will do whatever you say, just so my violations don't end up in my personal file. But what exactly will be waiting for me this time? Another extra punishment?
<</say>>
<<say 'Camilla'>>
Actually no. By profession, I have to punish men, women, men again, then women, and again men day after day. I'm already pretty tired of playing the role of a dominant mistress... The thought of a dominant man punishing me really excites me. And today you will be that dominant man, Evan. Are you ready to be my master and punish me like your little naughty slave?
<</say>>
<<say 'You'>>
Explain in two words, what exactly do you expect from me?
<</say>>
<<say 'Camilla'>>
You must be dominant, brutal, and rough with me. You must talk dirty to me and not spare me. I beg you to punish me in a BDSM style, show me the true power of domination and help me explore the depths of my desires.
<</say>>
<<say 'You'>>
And where are we going to do that? Here? In the Punishment Room of the corporation building?
<</say>>
<<say 'Camilla'>>
I have a basement at home with fun toys that you can use to make me feel like your slave. So what do you say?
<</say>>
<<say 'You' '2'>>
It looks like this will be an interesting experience for both of us, and it may help protect my personal file from records that could harm me and my career. Well... I'm in the game.
<</say>>
<div class="go sex">[[Go to Camilla's house and punish her|CamillaSex2-2]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You exit the Biological Research Lab and meet Joe and Stacey in the hallway. They are talking about something. You decide to overhear on their conversation.
<</do>>
<<say 'Joe' '4'>>
School is useless. School sucks. Finite math is worse. Since when did algebra become a quick wank? Trigonometry fucked me. I forgot long division in grade six. What idiot would teach math in school if in real life any computer can do everything for you?
<</say>>
<<say 'Stacy'>>
Mathematics, physics, chemistry are the sciences that are the basis for all scientific research that helps our society become more developed and technological. These are the same academic disciplines that gave you the opportunity to use a computer that you are trying to replace math.
<</say>>
<<say 'Joe' '2'>>
Well-done, Stacy. You're unpredictably articulate for a girl who waves goodbye to her pee when she flushes the toilet.
<</say>>
<<do>>
After that, Joe tells some hurtful jokes to Stacy and you decide to intervene in their conversation.
<</do>>
<<say 'You'>>
Or maybe you're just jealous of those people who are a little smarter than you, Joe? But I can give you a couple of tips that will increase your IQ. Perhaps this will help you not to envy those people who can multiply 2 by 2 without a calculator.
<</say>>
<<say 'Joe' '3'>>
Who do we have here? Mister Nerd? It is unlikely that you can teach me something useful. But try. I'm sure it will amuse me.
<</say>>
<div class="go">[[Give Joe some advice|StacySex2-2]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You exit the Biological Research Lab and approach the power reset terminal. The terminal is located near the Marketing Department where Joe and Stacey work. As you pass the Marketing Department, you hear Joe's voice:
<</do>>
<<say 'Joe'>>
Hey Evan! Guess what?
<</say>>
<<say 'You'>>
What?
<</say>>
<<say 'Joe' '2'>>
If you were Mark Zuckerberg, you would invent NerdBook.
<</say>>
<<say 'You'>>
Hey Joe! Guess what?
<</say>>
<<say 'Joe'>>
What, Evan?
<</say>>
<<say 'You' '2'>>
If you were Mark Zuckerberg, you would invent FartBook.
<</say>>
<<say 'Joe' '4'>>
Go fuck yourself, Evan.
<</say>>
<<say 'You' '9'>>
Have a nice day, Joe.
<</say>>
<<do>>
Joe leaves with an offended face. At that moment, Stacey approaches you.
<</do>>
<<say 'Stacy'>>
You have no idea how right you are, Evan. Because FartBook is really in Joe's style. Joe is such an asshole that he doesn't hesitate to act like a pig right in the office...
<</say>>
<<say 'You'>>
Just give him time, Stacey. I think Joe can learn to be polite.
<</say>>
<<say 'Stacy'>>
Better I give your dick time to fuck me in the ass, Evan.
<</say>>
<div class="go sex">[[Accept her offer|StacySex3-2]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You open the door and see Joe.
<</do>>
<<say 'Joe' '2'>>
Hello, nerd. I was passing by and decided to ask how you doing, nerd?
<</say>>
<<say 'You' '10'>>
I'm fine, Joe. It's moist outside. And on this rainy day, I really have a lot of work to do. So please, Joe, don't distract me from my work.
<</say>>
<<say 'Joe'>>
Did you say "moist", Evan?
<</say>>
<<say 'You'>>
What's wrong with the word "moist", Joe?
<</say>>
<<say 'Joe'>>
"Moist" is the word for hot horny chicks, Evan! A real man like me doesn't even want to hear the word "Moist" from another man! Besides, hearing that word from a nerd like you or your frigid friend Stacey is an insult to a tough guy like me.
<</say>>
<<do>>
At that moment, you notice Stacey. It looks like she heard your dialogue with Joe, and Joe's words offended her.
<</do>>
<div class="go sex">[[Play a joke on Joe to cheer up Stacy|StacySex4-2]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Joe' '2'>>
Hey Evan. I have a question for a nerd. Tell me who do you like better. Picard or Kirk? I think the coolest is Picard. Because Picard kicked a Lygonian's ass in 14 seconds in a wrestling match.
<</say>>
<<say 'You' '2'>>
I think the coolest is Kirk. You got to respect a man who can fuck a green bitch and destroy a whole civilization all in 60 minutes. In addition, in episode 25 of season 4, Picard admits that he has no idea how to communicate with females. I think you and Picard are very similar in this.
<</say>>
<<say 'Joe' '5'>>
Fuck yourself Evan.
<</say>>
<<say 'You' '9'>>
Have a nice day at work, Joe.
<</say>>
<<do>>
Joe leaves with an offended expression on his face. But at that moment, Stacey comes up to you.
<</do>>
<div class="go">[[Say hello to Stacy|StacySex5-2]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You exit the lab and see Joe and Stacey. From their conversation, you understand that Joe is trying to mock Stacey's dress. Stacey looks upset. She almost cries. At this moment, Joe notices you.
<</do>>
<<say 'Joe' '2'>>
Hey mister nerd
<</say>>
<<say 'You'>>
Listen to me, Joe! First of all, Joe, could you work during office hours instead of chilling in the hallway distracting corporate employees from work? And second, what's wrong with you, man? Why are you always trying to offend Stacey?
<</say>>
<<say 'Joe' '3'>>
It's very simple, Evan. I offend whoever I want, and I do it simply because I can. You see, tough guys like me are at the top of the food chain and do whatever they want. And nerds like you don't even know how to swear like a man. How do you like this scientific theory, nerd?
<</say>>
<div class="go">[[Kick Joe's ass|StacySex6-2]]</div><style>body {background-image: url(bg/biolab.jpg);}</style>
<<say 'You'>>
Amy, please remind me exactly what I'm supposed to do during the workday?
<</say>>
<<say 'Amy'>>
You and I work at the Biological Research Laboratory. This is where we synthesize (produce) the Essence of Sexuality. And our daily work consists of several tasks:
<ol>
<li>Synthesis of the Essence of Sexuality</li>
<li>Testing the essence on volunteers</li>
<li>Repair of synthesis equipment</li>
<li>Lab equipment upgrade</li>
<li>Punishment for violations of laboratory safety standards</li>
</ol>
What exactly do you want to know?
<</say>>
<<say 'You'>>
Tell me more about the synthesis of the Essence of Sexuality.
<</say>>
<<say 'Amy'>>
Synthesizing the Essence of Sexuality is the main task that you will do daily, because the more Essence of Sexuality you can synthesize, the more money you can earn. Essence and money are the main resources that you will definitely need, so do not miss the opportunity to synthesize as much essence as possible. Just go to the Essence Synthesis Room and I will tell you exactly what you need to do to start the essence synthesis.
<</say>>
<<say 'You'>>
Tell me more about testing the essence on volunteers.
<</say>>
<<say 'Amy'>>
You invented the Essence of Sexuality just recently. And this means that the Essence of Sexuality needs more research. That is why the corporation has provided you with several female volunteers who are ready to test the Essence of Sexuality on themselves in order to change their body, increase their breasts and ass, and also enhance the pleasure of sex. Essence testing on each volunteer consists of five phases, and at the end of each phase you will have to fuck the volunteer to determine exactly how the Essence of Sexuality affected her. In addition, each phase requires a sufficient amount of the Essence of Sexuality. So don't forget to synthesize as much essence as you can. Visit the "Essence Testing Room" to study volunteer profiles and choose a volunteer for testing.
<</say>>
<<say 'You'>>
Tell me more about equipment repair.
<</say>>
<<say 'Amy'>>
Synthesizing the Essence of Sexuality can damage our equipment. For this reason, it needs to be repaired periodically. Repairing equipment costs money - so you should try to synthesize as much Essence of Sexuality as possible. Vanessa is responsible for the repair of the equipment. Just visit the "Equipment Repair Room" and Vanessa will tell you about the condition of the lab equipment or repair it.
<</say>>
<<say 'You'>>
Tell me more about the lab equipment upgrades.
<</say>>
<<say 'Amy'>>
Equipment upgrades are very important. The more upgrades we complete, the more essence we can get during the synthesis, and the more money you can earn. The upgrades are handled by Ruby. Just go to the "Lab Upgrade Room" and Ruby will tell you more about equipment upgrades. In addition, in the "Lab Upgrade Room" you can find a list of upgrades, and start upgrading equipment.
<</say>>
<<say 'You'>>
Tell me more about the punishment for violations of laboratory safety standards.
<</say>>
<<say 'Amy'>>
You're a senior researcher, and I'm just your subordinate. That is why you must control my work and make sure that I do not make mistakes. According to the corporation's zero tolerance policy for safety violations, you must punish me if I violate our lab's safety standards 5 times. Visit the "Staff Punishment Room" to do this. And let me ask you not to hold back. I love your punishments.
<</say>>
<div class="go">[[End conversation|BioLab]]</div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<say 'You'>>
Amy, how can I make more money?
<</say>>
<<say 'Amy'>>
The more Essence of Sexuality you can synthesize in a day, the more money you can earn. But remember that the lab's power generators only run during working time: from 9:00 to 18:00. So you better come to work on time.
<</say>>
<<say 'You' '2'>>
Sounds logical.
<</say>>
<<say 'Amy'>>
In addition, try to repair laboratory equipment in time. The more damaged the equipment, the higher the risk of essence leakage. Less essence equals less money.
<</say>>
<<say 'You'>>
What else?
<</say>>
<<say 'Amy'>>
Don't forget to upgrade your equipment. Each new upgrade will increase the amount of essence received, which means you can earn more money.
<</say>>
<<say 'You'>>
Synthesis, repair, upgrades - all this is understandable. But isn't there some other way to make more money?
<</say>>
<<say 'Amy'>>
Essence of Sexuality is gaining more and more popularity, and more and more people want to buy it on the black market. I think you could sell some of the essence on the black market without the corporation noticing it. In this way, you can earn money not only on the synthesis of the Essence of Sexuality, but also on its sale. But remember - the essence is necessary for testing on volunteers. So the more essences you sell, the more our research slows down.
<</say>>
<div class="go">[[End conversation|BioLab]]</div>
<<widget "can" container>>
<div class="can">
<<if _args[0]>>
<div class="title">_args[0]</div>
<</if>>
<<=_contents>>
</div>
<</widget>><style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
<div style="font-size: 20px; line-height: 28px; font-weight: bold; text-align: center;">Welcome to the game "SexMachine"</div>
<br>
<div style="font-size: 13px; line-height: 20px; text-align: center;">
This game will tell you the story of the "SexMachine" corporation, whose scientific research has gone far beyond human logic. Your main task will be to help the heroes of the game to prevent the terrible consequences that the research of the "Sex Machine" corporation can lead to.
<br><br>
The plot of the game "SexMachine" is so big that it simply cannot fit into one game. For this reason, I have decided to divide the storyline into several chapters, each of which will be a separate game:
</div>
<</do>>
<div class="chapter">
<div class="title">Chapter 1: The Essence</div>
<img src="img/chapter1.jpg">
<div class="desc">
This is an introductory chapter, the purpose of which is simply to introduce you to the main characters in the game "SexMachine". The main character of this chapter is Evan Turner, a senior Scientist at the "SexMachine" Corporation. Evan invented the Essence of Sexuality - a special substance that can make any girl truly sexy. This chapter will be a cakewalk for you, because you don't yet know about the horrifying consequences that Evan's scientific discovery has led to.
</div>
</div>
<div class="chapter">
<div class="title">Chapter 2: Recallizer</div>
<img src="img/chapter2.jpg">
<div class="desc">
In this chapter, you will learn how to use the «Recallizer» - another cutting-edge development by the SexMachine Сorporation. This small device is capable of remotely influencing the human brain, significantly enhancing pleasure from sex, erotic memories, and even sexual fantasies. Sounds intriguing, doesn't it? However, the Recallizer has not undergone all the necessary tests. Well, let's find out what this might lead to. By the way, this chapter will also tell you about the reasons for the emergency evacuation of personnel from the SexMachine Сorporation building (events from the Сhapter 1).
</div>
</div>
<div class="chapter">
<div class="title">Chapter 3: Who is Joe?</div>
<img src="img/chapter3.jpg">
<div class="desc">
You will meet Joe in "Chapter 1: The Essence", and this guy will seem to you a real misogynist and sociopath. But in "Chapter 3: Who is Joe?" you will learn about the events that turned Joe into such an asshole. After this chapter, you will begin to sympathize with Joe, but maybe you will hate this guy even more? By the way, Joe will show his best in the next chapter of the game.
</div>
</div>
<div class="chapter">
<div class="title">Chapter 4: The Secret Laboratory</div>
<img src="img/chapter4.jpg">
<div class="desc">
In this chapter, you will conduct your own investigation and find out what terrible research is being carried out in the Secret Laboratory of the SexMachine Corporation. Who knows, maybe the results of your investigation will even shock you? By the way, the invention of the Essence of Sexuality will be one of the reasons for the emergence of the Secret Laboratory. Well, looks like it was Evan Turner's fault? Let's find out...
</div>
</div>
<div class="chapter">
<div class="title">Chapter 5: The Hydra Project</div>
<img src="img/chapter5.jpg">
<div class="desc">
This is one of the most dramatic chapters of the SexMachine game. In this chapter, you yourself will take part in the terrible research that is being conducted in the Secret Laboratory of the Corporation. You will have to decide the fate of an amazing Subject that the corporation is conducting research on in the Secret Laboratory. And I'm far from sure that your choice will benefit society. Perhaps you will forever change the course of history?
</div>
</div>
<div class="chapter">
<div class="title">Chapter 6: The Finale</div>
<img src="img/chapter6.jpg">
<div class="desc">
In this chapter, the characters from all previous chapters will unite together to reveal to the world the truth about what kind of terrible research is actually being carried out in the Secret Laboratory of the SexMachine Corporation. Because the world must know the truth! You will enter into a fight with the SexMachine Corporation, and who knows how it will end?
</div>
</div>
<div class="chapter">
<div class="title">Additions to the game "SexMachine"</div>
<img src="img/chapter7.jpg">
<div class="desc">
In addition to the six chapters of the main storyline, the game "Sex Machine" will have many additions. These <nobr>add-ons</nobr> will be released MONTHLY and will be available only for my Patreon subscribers. Thus, I want to thank those players who support me and my work on the game "SexMachine".
</div>
</div>
/*
<<subscribe>>
*/
<div class="go">[[Next|Intro2]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You exit the "Biological Research Lab" into the corridor and restart the lab's power generators.
<</do>>
<div class="image">
<img src="img/loading.gif">
</div>
<<do>>
Restarting the generators will take several minutes. So you decide to walk down the hallway to see what's going on in other departments of the corporation building.
<</do>>
<div class="go eyes">
[[See what's going on in the Marketing Department|nearbyOfficeEvents]]
</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You'>>
Ruby, I appreciate your honesty. But these things require time and consideration. We need to be careful not to ruin what we have - and I mean our productive working relationship. You're an excellent specialist, and I don't want us to spoil everything.
<</say>>
<<say 'Ruby'>>
I understand. I just needed to say it, or I wouldn't be able to work next to you anymore while keeping all of this inside.
<</say>>
<<say 'You' '11'>>
I'm glad you shared your feelings. But let's not rush things and see where this leads us both in the future.
<</say>>
<<say 'Ruby'>>
Well... I don't know where this will lead us in the future... But I definitely know where it's leading my hand right now... Right into your pants, baby.
<</say>>
<<do>>Ruby grabs your cock.<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Ruby'>>
Do you like what you're feeling? Oh yes, you do. I can feel your cock growing in my hand. Let's go to my place right now, and I promise I'll give you the most unforgettable evening of your life. And believe me, after what you experience tonight, you'll be begging me for my pussy day after day.
<</say>>
<<say 'You' '2'>>
Ah, what the hell... Let's have some fun this evening... Besides, in this corporation everyone fucks each other, so why are we any worse?
<</say>>
<div class="go">[[Go to Rubby's house and fuck her|RubySex1-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-1.mp4>>
<<say 'Ruby'>>
Mmm, your cock feels so good in my mouth. I love when you thrust deep and hit the back of my throat. It's so dirty and so fucking hot.
<</say>>
<<say 'You'>>
Yeah, take it all baby. Show me how much you love sucking my cock. You're such a dirty little slut and I love it.
<</say>>
<<say 'Ruby'>>
Fuck, I love when you grab my hair and force me to take it all. I want you to cum in my mouth and make me swallow every drop.
<</say>>
<div class="go sex">[[Next|RubySex1-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-2.mp4>>
<<say 'Ruby'>>
Oh god, your cock is stretching me out so much. I've never felt so full before. It hurts but it feels so good at the same time.
<</say>>
<<say 'You'>>
You're so tight baby, I love fucking your ass. Your moans just drive me crazy.
<</say>>
<<say 'Ruby'>>
Yes, fuck me harder. I want you to pound me until I can't take it anymore.
<</say>>
<div class="go sex">[[Next|RubySex1-5]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-1.mp4>>
<<say 'Camilla'>>
I think that's enough, Mr. Turner. But according to the instructions, I'll now have to add your violation to your personnel file. And I'm afraid it could really ruin your career in our corporation, Mr. Turner. But! While I was punishing you, I got too horny and now I want more. So I think we can come to a compromise.
<</say>>
<<say 'You'>>
Yes, I'd like to come to a compromise. Because a career is very important to me, and I would really like to have only my achievements in my personnel file, and not my random mistakes.
<</say>>
<<say 'Camilla'>>
I'm glad to hear it, Mr. Turner. Then right now we will go to my house, and there you will receive extra punishment from me. If you do whatever I want, then your personal file will remain unchanged.
<</say>>
<<say 'You'>>
And what will this "extra punishment" look like?
<</say>>
<<say 'Camilla'>>
We're going to my place right now, and once we get there, I'm going to be your mistress and you're going to be my obedient slave. You will do whatever I say without question, you will worship and serve me in every way possible. I will take control of you completely and make you beg for more. Are you ready to submit to me and fulfill all my desires?
<</say>>
<<say 'You' '3'>>
Y-yes, I'm ready...
<</say>>
<div class="go sex">[[Accept extra punishment|CamillaSex1-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<say 'Camilla'>>
You fucking worthless piece of shit, get on your fucking knees and crawl to me like the pathetic worm you are. You're going to lick my clit like your life depends on it, while I whip your sorry ass so hard you'll beg for mercy.
<</say>>
<<video video/Camilla/Camilla-1-1.mp4>>
<<say 'Camilla'>>
You like that pain, don't you, you filthy slut? You crave it, you fucking masochistic whore. Now show me how much you fucking worship me, how much you want to please me, how much you need my fucking dominance over you. Now fucking do it!
<</say>>
<<say2 'You' 'Slave.jpg'>>
Yes, Mistress, I will obey your every command. I am nothing but your lowly servant, here to fulfill your every desire.
<</say2>>
<<say 'Camilla'>>
Good doggy. Just like that. Keep licking my clit.
<</say>>
<div class="go sex">[[Next|CamillaSex1-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-6.mp4>>
<<say 'Camilla'>>
You fucking pathetic piece of shit! How does it feel to have your worthless ass spanked by Me, huh? Does it hurt like the little slut you are? Do you like it when I make you feel pain and pleasure at the same fucking time? Tell Me, you filthy whore, do you want more or are you too much of a pussy to handle it?
<</say>>
<<say2 'You' 'Slave.jpg'>>
It fucking hurts, Mistress! But I fucking love it! Please, may I have more? I want to feel your power and dominance over me, please don't stop, Mistress!
<</say2>>
<div class="go sex">[[Next|CamillaSex1-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-1.mp4>>
<<say 'You'>>
You fucking slut, you like it when I smack your ass with this fucking whip, don't you? You love feeling the sting of pain mixed with pleasure, the way your body shivers with every strike. You're my filthy little whore and I'm going to make sure you remember who owns you. And if you even think about disobeying me, I'll fucking show you what real punishment feels like, you pathetic piece of shit.
<</say>>
<<say 'Camilla'>>
Yes, Master, I love it when you punish me. I crave your rough touch, your dominance over me. I am yours to command, to use as you please. Please, don't stop, I need more of your control, more of your power over me. Thank you for showing me my place, Master.
<</say>>
<div class="go sex">
[[Next|CamillaSex2-3]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-2.mp4>>
<<say 'Camilla'>>
Oh god, Evan! Your cock feels so fucking good in my mouth! I love the way it fills me up and hits the back of my throat! Fuck, I'm getting so wet just thinking about you pounding me with that big, hard dick of yours. Yes, Evan, yes! Give it to me, baby!
<</say>>
<<say 'You'>>
Oh, baby, your mouth feels amazing wrapped around my cock! I love the way you use your tongue to drive me crazy. I can't wait to feel you clench around me when I'm buried deep inside you. You're so fucking hot, Camilla.
<</say>>
<<say 'Camilla'>>
Yes, Evan! I want you to fuck me hard and fast, I need your thick cock inside my pussy. Let's go, Evan, let's do this!
<</say>>
<div class="go sex">[[Next|CamillaSex3-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-1.mp4>>
<<say 'Camilla'>>
Fuck, Evan, your hands feel so fucking good on my body. I can feel myself getting wetter with every touch. I love the way you know exactly where to touch me to make me shiver with pleasure. Your strong fingers tracing along my back, sending shivers down my spine... I can feel my whole body responding to your touch, anticipating what's to come.
<</say>>
<<say 'You'>>
Camilla, you are so sexy when you're turned on like this. I love feeling your body respond to my touch, it's such a turn on for me too.
<</say>>
<<say 'Camilla'>>
I want you to take me, Evan. I want to feel you deep inside me, filling me up with your passion and desire. I want to lose myself in the heat of the moment with you, surrendering to every sensation you give me.
<</say>>
<<say 'You'>>
Yes... I want to explore every part of you, to make you feel pleasure beyond your wildest dreams.
<</say>>
<<say 'Camilla'>>
I want you, Evan. I want you to fuck me like you've never fucked anyone before. I want to feel your hard cock inside me, pounding me into ecstasy. But first, I want to taste you. Please, give me your cock to suck on.
<</say>>
<div class="go sex">[[Next|CamillaSex3-3]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-4.mp4>>
<<say 'Camilla'>>
Looks like you've had enough punishments for today, handsome. But, as you know, according to corporate policy, I have to log your violation in your personal file. You're well aware of the consequences.
<</say>>
<<say 'You' '2'>>
Or... Or... we could have a pleasant evening together, huh, Camilla? Just like last time. A quiet conversation, a relaxing massage... romantic sex... no new entries in my personal file... How does that sound?
<</say>>
<<say 'Camilla'>>
A massage? Romance? Nah, not today. Today, I'm in the mood for rough sex. Get ready, sweetheart... we're going to my place right now, and you're going to fuck me hard, like a filthy cheap slut.
<</say>>
<div class="go sex">[[Go to Camilla's house and fuck her|CamillaSex4-2]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-5.mp4>>
<<say 'Camilla'>>
That's enough punishment for today, Mr. Essence Thief. But don't worry, I'm not going to add information about your violation to your personal file.
<</say>>
<<say 'You'>>
Oh, I'm glad to hear that. So, can I get back to work now?
<</say>>
<<say 'Camilla'>>
Nope... You'll get back to work tomorrow. For now, we're going to my place, and we're going to have a really good time. And you know exactly what I mean.
<</say>>
<div class="go sex">[[Go to Camilla's house and fuck her|CamillaSex5-2]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
You open the door and see Joe. Joe works in the Marketing Department. For some reason, he does not like you.
<</do>>
<<say 'Joe'>>
Hey Evan! Guess what?
<</say>>
<<say 'You'>>
What, Joe?
<</say>>
<<say 'Joe' '2'>>
While you nerds are doing boring science, I'm doing creative work in the Marketing Department! Creativity is the quintessence of the evolution of the mind. I have the best job in the world!
<</say>>
<<say 'You' '2'>>
Hey Joe! Guess what?
<</say>>
<<say 'Joe'>>
What?
<</say>>
<<say 'You' '9'>>
I fuck volunteer girls and the corporation pays me for that. I have the best job in the world!
<</say>>
<<say 'Joe' '4'>>
Fucking Evan...
<</say>>
<<do>>
Joe goes to his office. At this time, Stacy approaches you. Stacy works with Joe in the Marketing Department and she is your friend.
<</do>>
<div class="go">[[Say hello to Stacy|StacySex1-2]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You' '2'>>
Hi Stacey. How are you doing?
<</say>>
<<say 'Stacy'>>
Hey Evan. Good to see you today. I'm fine until the moment when Joe appears on the horizon with his stupid jokes! This asshole is hated by all my colleagues! But you are the only one who can shut his mouth. And you do it perfectly. You are my hero.
<</say>>
<<say 'You' '9'>>
Joe is not as smart and creative as he thinks.
<</say>>
<<say 'Stacy'>>
This morning he said that I have sexy lips, but then he added that this is the merit of my lipstick and not the natural beauty of my lips... His words upset me... And now I need confirmation that my lips are really fine!
<</say>>
<<say 'You'>>
And what confirmation would be sufficient for you, Stacy?
<</say>>
<<say 'Stacy'>>
As far as I know, you are testing the essence on volunteers, and for these tests the corporation has equipped several rooms with comfortable beds in our building?
<</say>>
<<say 'You' '2'>>
Yup
<</say>>
<<say 'Stacy'>>
So let's go to one of these rooms where you show me what my lips can do? Joe lowered my self-esteem with his words. Now you have to boost my self-esteem with your dick, okay?
<</say>>
<<do>>
<center><b>NOTE:</b>
<br><br>
Perhaps at first glance, Joe will seem to you a misogynist and even a sociopath. However, there are dramatic events in this guy's past that made him such an asshole. The full story of Joe you will learn from the third chapter of the game "SexMachine". This chapter will be called "Who is Joe?".</center>
<</do>>
<div class="go sex">[[Boost Stacy's self-esteem|StacySex1-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-1.mp4>>
<<say 'Stacy'>>
Oh yes, right there, deeper! Your cock feels so good inside me, Evan. I love the way you fill me up.
<</say>>
<<say 'You'>>
You're so tight, babe. I can't get enough of you. I could stay inside you forever.
<</say>>
<<say 'Stacy'>>
I want you to fuck me harder, deeper! I love how you fill me up, how you make me feel so incredibly good. Don't stop! Please!
<</say>>
<div class="go sex">[[Next|StacySex1-4]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You' '2'>>
Hey Joe! You should pay attention to Sudoku. Didn't you not know that doing number puzzles and games increases the neuroplasticity within the brain and helps it reorganize itself.
<</say>>
<<say 'Joe' '2'>>
Sudoku is for nerds.
<</say>>
<<say 'You' '9'>>
You should do sports. Didn't you nots knows that exercisings allows your brains to takes on the proteins called BDNF, which helps with focus, concentrations and memories?
<</say>>
<<say 'Joe' '4'>>
Sports are for nerds.
<</say>>
<<say 'You'>>
You should learn to play the guitar. Didn't you not know that playing an instrument strengthens the corpus callosum that links hemispheres in your brain by creating new connections? And Joe! I'm more than a little bit concerned you're the only one around here not looking to create new neural pathways in the brain.
<</say>>
<<do>>
Joe is resentfully silent.
<</do>>
<<say 'You' '5'>>
You need to eat sweet food! Didn't you know that sugar is good for the development of a childish and immature brain like yours, Joe?
<</say>>
<<say 'Joe' '5'>>
Go fuck yourself Evan.
<</say>>
<<say 'You' '2'>>
Have a nice day, Joe.
<</say>>
<<do>>
Joe resentfully walks off to his office.
<</do>>
<div class="go">[[Talk to Stacy|StacySex2-3]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You' '9'>>
Hi Stacy. It looks like I just saved you from Joe's company. Hope you don't get mad at me for that?
<</say>>
<<say 'Stacy'>>
Joe thinks he's the smartest guy in our Marketing Department. He gives everyone useless advice. He ridicules everyone who made mistakes in the work. I'm just trying to say that every co-worker of mine hates Joe. But only you can fight him back. And I really like you for it. Now let me thank you for saving me from Joe's moralizing.
<</say>>
<<say 'You' '2'>>
And how do you want to thank me, Stacy?
<</say>>
<<say 'Stacy'>>
I will raise your "IQ" and make it cum.
<</say>>
<div class="go sex">[[Accept her offer|StacySex2-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-1.mp4>>
<<say 'Stacy'>>
Mm, yes, fuck my mouth harder, baby. I love it when you're rough with me. Make me gag on your cock, show me who's in charge.
<</say>>
<<say 'You'>>
You like that, huh? You love how I grab your hair and control every move you make, don't you? You're my little slut, aren't you?
<</say>>
<<say 'Stacy'>>
Oh, yes, I want you to use me however you want, Evan. I'm your dirty little whore, just keep fucking my mouth like this.
<</say>>
<div class="go sex">[[Next|StacySex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-1.mp4>>
<<say 'Stacy'>>
Mmm, yes, grab my hair and fuck my mouth, baby. I love how rough you are with me.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty slut, taking my cock all the way down your throat like a good girl.
<</say>>
<<say 'Stacy'>>
Oh, I love it when you take control like this. It turns me on so much.
<</say>>
<div class="go sex">[[Next|StacySex3-3]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You' '4'>>
I don't understand what's wrong with the word "Moist". You've never watched Mickey and Minnie Moist growing up? You outta your fuckin' mind? You've never heard of Ronald Moist Donald?
<</say>>
<<do>>
Stacy comes closer and decides to join in your conversation.
<</do>>
<<say 'Stacy'>>
Seein' my buddy Ben on Moisture Chefs Canadas?
<</say>>
<<say 'You' '10'>>
No. But I'm all caught up on How to Moist a Murder. Fuck those Avery's really put their foots in it now, eh?
<</say>>
<<say 'Stacy'>>
My favorite show is America's Moist Wanted.
<</say>>
<<say 'You'>>
You gotta respect athleticisms, Connor Moist-Gregor, Conner Moist-David, Floyd Moist-Weather. They're all at the top of their classes.
<</say>>
<<say 'Stacy'>>
They're all driving Moist-eradis, that's all I know. May even a Rolls Moist. Or maybe a Moist-cedes Benz. No Moist-subishis eclipses in this bunch.
<</say>>
<<say 'You' '2'>>
They're not using Capital One Moister-Cards. Nope. They got Amex Black likely. Moist money, moist problems.
<</say>>
<<say 'Stacy'>>
The good folks at Mira-moisti where they love shucking moysters. And don't forget about Moistness Tennessees. The Moist-issippi's a great river. You've ever been to Moisti-Gras?
<</say>>
<<say 'You' '9'>>
No, but I've been to the rocky Moisten-range in the United States of Amoistica.
<</say>>
<<say 'Joe' '5'>>
Screw both of you!!!
<</say>>
<<do>>
Joe is offended. He leaves leaving you and Stacey alone.
<</do>>
<<say 'Stacy'>>
It was awesome, Evan. Looks like we just gave Joe a real "moist shower". Besides, it looks like my panties are already moist too. Can you take them off me and fuck my moist pussy right now?
<</say>>
<div class="go sex">[[Accept her offer|StacySex4-3]]</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-1.mp4>>
<<say 'Stacy'>>
Oh, yes, just like that, pull my hair and fuck my mouth hard. I love feeling you take control and use me for your pleasure. I want to taste every inch of you, give it to me.
<</say>>
<<say 'You'>>
You love it when I dominate you, don't you? Your mouth feels amazing wrapped around my cock. I'm going to fuck your pretty face until you're a moaning mess beneath me.
<</say>>
<<say 'Stacy'>>
Mmm, keep going, don't stop. I want to be your dirty little slut. Fill my mouth with your cum, I want to swallow every drop.
<</say>>
<div class="go sex">[[Next|StacySex4-5]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You'>>
Hey Stacey.
<</say>>
<<say 'Stacy'>>
Hi Evan. You just humiliated Joe in just one minute, and it looks like this is your new record. I didn’t watch Star Trek and I have no idea who Kirk is, but the thought that he fucked a green bitch really turned me on. So why don't you fuck me right now, Evan? And please do it like you're Kirk and I'm a green bitch. I'm sorry, that sounded stupid. I meant - just fuck me hard.
<</say>>
<div class="go sex">[[Accept her offer|StacySex5-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-1.mp4>>
<<say 'Stacy'>>
Oh, fuck yes, shove that cock deep down my throat. I love feeling you stretch me out like this.
<</say>>
<<say 'You'>>
You look so sexy with my dick in your mouth, baby. Suck it like you mean it.
<</say>>
<<say 'Stacy'>>
Mmm, I can't get enough of your cock. I want you to cum all over my face.
<</say>>
<div class="go sex">[[Next|StacySex5-4]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You'>>
Firstly, the phrases "Scientific theory" and "Stupid Joe" are not lexically compatible.
<</say>>
<<do>>
Joe tries to answer you but you interrupt him.
<</do>>
<<say 'You'>>
Secondly, you are only capable of bullying weak and defenseless girls. Are you still not mature enough to the male weight category?
<</say>>
<<do>>
Joe wants to say something, but you won’t let him do it again
<</do>>
<<say 'You' '5'>>
Now, I'd say give your balls a tug, but it looks like your pants are doing that for you.
<</say>>
<<say 'Joe' '4'>>
What?
<</say>>
<<say 'You'>>
You look like you could lose a hand in there playin' pocket pool.
<</say>>
<<say 'Joe' '4'>>
Why are you talking like that?
<</say>>
<<say 'You'>>
Here's a poem. Star light, star bright, why the fuck you got earrings on?
<</say>>
<<say 'Joe' '4'>>
Stop!
<</say>>
<<say 'You' '9'>>
Bet your lobes ain't the only thing that got a hole punched in 'em.
<</say>>
<<say 'Joe' '5'>>
Please stop!
<</say>>
<<say 'You'>>
See the muscle shirt came today. Muscles comin' tomorrow? You get a tracking number? That package is gonna be smaller than the one you're currently sporting.
<</say>>
<<do>>
Joe is silent. He looks offended.
<</do>>
<div class="go">[[Tell Joe to apologize to Stacy|StacySex6-3]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'You' '5'>>
Now you'll have to apologize to Stacy, or the US government will have to hold a referendum to extradite my heel from your ass, Joe.
<</say>>
<<say 'Joe' '5'>>
Okay! Okay! Just relax, man. Stacey, I'm so sorry I acted like an asshole to you.
<</say>>
<<say 'You' '6'>>
And if Stacey tells me one more time, just one more time, that you offend her, I will fuck your face up from front to Finland in a fairly unfair fashion unfortunately for females. Do you understand me, Joe?
<</say>>
<<say 'Joe' '5'>>
I got you, Evan... From now on, I will treat Stacy with the utmost respect.
<</say>>
<<do>>
Joe silently leaves. But at that moment, you notice Stacy's smile.
<</do>>
<div class="go">[[Talk to Stacy|StacySex6-4]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Stacy'>>
You stood up for me, Evan. And it was incredible and very sexy. You made Joe realize that he shouldn't be so rude to his co-workers and I think you did the right thing. And now let me thank you for this.
<</say>>
<<say 'You' '2'>>
And how do you want to thank me, Stacy?
<</say>>
<<say 'Stacy'>>
I will thank you with the best sex of your life, okay?
<</say>>
<div class="go sex">[[Accept her offer|StacySex6-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-1.mp4>>
<<say 'Stacy'>>
Oh, yes, fill me up, baby. I've been craving your hard cock in my ass all day. Fuck me, I need it so bad.
<</say>>
<<say 'You'>>
You like it when I pound into you like this? You're such a dirty little slut, taking it all in your tight little asshole.
<</say>>
<<say 'Stacy'>>
Mmm, yes, I love it when you take control. Give it to me rough, just like that. Oh, fuck, yes!
<</say>>
<div class="go sex">[[Next|StacySex6-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-3.mp4>>
<<say 'Sabrina'>>
Oh, Professor, your cock feels so fucking good inside my tight asshole. The Essence of Sexuality is driving me crazy, I've never felt so much pleasure before. Keep fucking me like that, I can't get enough of it.
<</say>>
<<say 'You'>>
That's it, baby. I can feel how much you're enjoying this. The Essence is making you so much more responsive, so much more eager for my cock. You're taking it like a real slut, just the way I like it.
<</say>>
<<say 'Sabrina'>>
Yes, yes, fuck me harder, Professor! I'm your naughty little slut. I want to feel every inch of you deep inside me. The Essence of Sexuality is making me want to scream with pleasure. I'm addicted to this feeling, I never want it to end.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-4.mp4>>
<<say 'You'>>
Do you feel it, baby? That intense pleasure running through your body, making you crave more and more. That's the power of the Essence of Sexuality working its magic on you. You're so responsive, so eager for more, it's like you're a different woman altogether.
<</say>>
<<say 'Sabrina'>>
Oh God, yes! I've never felt anything like this before. It's like every touch, every movement sends shivers down my spine. I never knew sex could feel this amazing, this intense. I need you to keep going, don't stop, please!
<</say>>
<<say 'You'>>
You're like a wild, insatiable beast now, letting go of all your inhibitions and just surrendering to the pleasure. Your moans, your gasps, they drive me crazy.
<</say>>
<<say 'Sabrina'>>
I... I can't control myself anymore. I want you so much, I need you to take me to the edge and beyond. The way you move, the way you touch me, it's like nothing else matters but this moment. Please, don't hold back, give me all you've got.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-5.mp4>>
<<say 'Sabrina'>>
Oh, fuck! Your cock feels so good in my mouth, professor. I love how you grab my hair and push yourself deeper. It's turning me on so much, I can't get enough of it. Keep fucking my mouth, I want to feel you all the way down my throat.
<</say>>
<<say 'You'>>
You're such a dirty little slut, aren't you? Begging for my cock in your mouth like this. I love how you gag and moan as I thrust deeper. You're so fucking wet and I can feel your excitement on my dick. Take it all, show me how much you want it.
<</say>>
<<say 'Sabrina'>>
Yes, yes! I'm your filthy little slut, professor. I want you to use me for your pleasure, make me your little fuck toy. I'm so close to cumming just from having your cock in my mouth.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-2.mp4>>
<<say 'Sabrina'>>
Oh fuck, your cock feels so fucking good inside me. I can't get enough of it, it's so fucking big and thick. I love the way it fills me up and stretches me out. Damn, I could ride you all fucking day.
<</say>>
<<say 'You'>>
Yeah, baby, take all of it. You love the way my cock fucks you, don't you? I'm gonna make you cum so fucking hard, you won't be able to walk straight tomorrow.
<</say>>
<<say 'Sabrina'>>
Your cock is hitting all the right fucking spots. I love how you make me feel, I need more of it. Give it to me harder, make me scream your fucking name.
<</say>>
<<say 'You'>>
You want it harder, huh? You want me to pound your tight little pussy with my cock?
<</say>>
<<say 'Sabrina'>>
Fuck, yes! Shit, it's like my whole fucking body is on fire!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-3.mp4>>
<<say 'Sabrina'>>
Oh my god, Professor, I've never felt like this before! It's like a fire burning inside me, driving me wild with desire. Your touch feels so intense, like every nerve in my body is electrified. I can't control myself, I need you more than ever!
<</say>>
<<say 'You'>>
That's the power of the Essence of Sexuality, my dear. It awakens the primal instincts within you, turning you into a wild, insatiable creature of passion. Embrace the sensation, let go of all inhibitions, and indulge in the pleasure we share together.
<</say>>
<<say 'Sabrina'>>
Yes, Professor, I want more! I want to feel everything, to lose myself in this carnal frenzy. With each thrust, I feel a wave of ecstasy washing over me, making me crave more of your touch. I never want this moment to end, I want to be consumed by the fire of desire!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-4.mp4>>
<<say 'Sabrina'>>
Oh fuck, Professor, your ass tastes so fucking good. I love running my tongue up and down your fucking crack, feeling every fucking inch of your tight asshole. You like that, huh?
<</say>>
<<say 'You'>>
Fuck yes. Your wet tongue feels so fucking amazing on my ass. Keep licking it... That's it, fucking lick me clean, you fucking slut.
<</say>>
<<say 'Sabrina'>>
I love it when you talk dirty to me, Professor. Oh, fuck yeah, I love being your fucking dirty little whore.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-5.mp4>>
<<say 'Sabrina'>>
Oh, yes...! Do you like how tight my pussy is? Does it feel good, professor?
<</say>>
<<say 'You'>>
Fuck, yes! Your pussy is so tight, baby. I can barely control myself... God, you feel amazing!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-3-2.mp4>>
<<say 'Sabrina'>>
Oh, god, yes! Pound my ass, I need it rough! Your dick is stretching me so good from behind.
<</say>>
<<say 'You'>>
You like it when I fuck you hard like this, don't you? Your ass is so tight and feels so fucking good around my cock.
<</say>>
<<say 'Sabrina'>>
Keep going, I want more! I love the way you take control and dominate me. Give it to me deeper, fuck me like you own me!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-3-4.mp4>>
<<say 'Sabrina'>>
Oh, Professor, it feels so intense! The Essence of Sexuality has made me so sensitive to every touch, every thrust. It's like my whole body is on fire with desire. I've never felt anything like this before.
<</say>>
<<say 'You'>>
You look so sexy bouncing on my cock like that. I can feel you squeezing me tight with every thrust.
<</say>>
<<say 'Sabrina'>>
I want you to fuck me harder, make me scream with pleasure. You're driving me wild, baby, don't stop!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-3-5.mp4>>
<<say 'Sabrina'>>
Your cock feels amazing in my ass while I'm on top of you. I want you to keep fucking me like this, I'm so close to cumming. Your cock is hitting all the right spots, don't stop!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-2.mp4>>
<<say 'Sabrina'>>
Oh god, your cock feels so good inside me baby. I love riding you like this, feeling you deep in me. Do you like how tight I am around you? I know you love watching me bounce on your cock.
<</say>>
<<say 'You'>>
Fuck yeah... I love watching your tits bounce as you ride me. I want you to ride me harder...
<</say>>
<<say 'Sabrina'>>
I'm your dirty little rider, baby. I want you to fill me up with your cum, make me yours. I'm gonna ride you until you explode inside me, then I'm gonna milk every last drop out of you.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-3.mp4>>
<<say 'Sabrina'>>
You like it when I ride you like this, huh? I love feeling you deep inside me, stretching me out. I want you to make me cum all over your cock, make me scream your name.
<</say>>
<<say 'You'>>
You feel so fucking good on top of me, baby. I love watching you bounce on my cock, I never want it to end. You're such a dirty little rider, I want to fuck you all day long. I want to fill you up with my cum.
<</say>>
<<say 'Sabrina'>>
Oh, Professor, don't stop, don't ever stop. I want to lose myself in this whirlwind of ecstasy, to drown in this sea of pleasure. The Essence of Sexuality has unlocked something primal within me, something raw, untamed, insatiable.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-4.mp4>>
<<say 'Sabrina'>>
Oh god, your cock feels so good. I love it when you take me like this, make me your dirty little slut. I want you to fuck me hard and deep.
<</say>>
<<say 'You'>>
You feel so fucking good on your side, baby. I love pounding you from behind, feeling you clench around me. I want to make you cum so hard, make you scream my name. You're such a dirty little slut, I love it.
<</say>>
<<say 'Sabrina'>>
I'm your dirty little slut, baby. I want you to fuck me. Keep pounding me, I want to feel all of you inside me. I want to feel you deep inside me forever.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-5.mp4>>
<<say 'Sabrina'>>
Oh fuck, yes! Harder, professor, deeper! I want to feel you all the way inside me. Oh god, that's amazing! I love how you're fucking me from behind, it feels so good!
<</say>>
<<say 'You'>>
You like that, huh? You like it when I take you like this, pounding you from behind? You're such a dirty little slut, taking my cock in your ass like a good girl. I'm gonna make you cum so hard, just you wait.
<</say>>
<<say 'Sabrina'>>
Yes, yes, please! I want to cum, I need it so badly! I love how you're dominating me, how you're making me your little anal slut. I'm yours, completely yours, baby!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-2.mp4>>
<<say 'Sabrina'>>
Oh yes, your cock feels so good inside me, I love riding it. I want you to watch me bounce on you, I want you to see how much I want you. Fuck me harder, I can take it.
<</say>>
<<say 'You'>>
You look so fucking hot bouncing on my cock, you're insatiable. The Essence definitely did its job, your moans and screams are music to my ears.
<</say>>
<<say 'Sabrina'>>
I'm your little anal slut, riding you like this drives me wild. I want you to fill me up completely, I crave your hard cock in my ass. I'm yours to use however you want, make me scream with pleasure.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-3.mp4>>
<<say 'Sabrina'>>
Oh fuck, professor, your cock feels amazing in my tight ass. I love feeling you deep inside me, fucking me hard. Make me scream your name, I want everyone to hear how good you make me feel.
<</say>>
<<say 'You'>>
You were made for anal, you take me so well in your ass. I want to hear you begging for more, I want to see you lose control. I'm going to pound you from behind, make you feel every inch of me.
<</say>>
<<say 'Sabrina'>>
Don't stop, I need you to fuck me harder. I'm your anal slut, use me as you please. I love the way you take me, it feels so good. I want to feel you deep inside me, fill me up completely.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-4.mp4>>
<<say 'Sabrina'>>
I love having your cock in my mouth, I want to taste you. I crave the way you feel on my tongue, I want to show you how much I want you. Let me take you deeper, let me show you how good I am at sucking.
<</say>>
<<say 'You'>>
You look so fucking hot with my cock in your mouth. I want you to take me all in, feel me at the back of your throat. Suck me... Show me how good you are.
<</say>>
<<say 'Sabrina'>>
Mmm, I love being your dirty little cock sucker. I want to feel you in my throat. Your cock is so big and hard, I need more of you. Let me show you how much I crave you.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-5.mp4>>
<<say 'Sabrina'>>
Yes, fuck me from behind, I love feeling you deep in my ass. I want you to take me harder, I want you to show me how much you want me. Make me yours, fuck me until I can't take it anymore.
<</say>>
<<say 'You'>>
Your ass was made for me, I love how you feel wrapped around me. I want to pound you from behind. I'm going to make you scream with pleasure.
<</say>>
<<say 'Sabrina'>>
I'm your anal slut, fuck me however you want. I love the way you take me, the way you make me feel. I need you to take me harder, I need to feel every inch of you. Make me yours completely.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-2.mp4>>
<<say 'Sabrina'>>
Oh my god, yes! Fuck me harder, professor! Your cock feels amazing between my tits. I love how you're taking control and dominating me. I want you to cum all over my face and watch me lick it all up like a good girl. Now please call me your dirty little whore, Professor. I want to hear those words now!
<</say>>
<<say 'You'>>
You like that, huh? You're so fucking hot, I can't get enough of you. I'm gonna fuck your tits until you beg for more, you little whore.
<</say>>
<<say 'Sabrina'>>
Oh fuck, yes! I'm your dirty little whore, professor. I want you to use me for your pleasure and make me scream your name. Fuck me harder, I'm yours to fuck however you want.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-3-3.mp4>>
<<say 'Sabrina'>>
I love how you take me while I'm lying on my back. Your cock feels so good sliding in and out of my ass like this.
<</say>>
<<say 'You'>>
Your moans drive me crazy, baby. You feel so fucking good underneath me.
<</say>>
<<say 'Sabrina'>>
I want you to keep thrusting into me like this, don't stop. I'm going to cum so hard with you deep inside me.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-2.mp4>>
<<say 'Agatha'>>
Oh fuck yes, pound me from behind while I finger my tight little asshole. I love feeling you deep inside me, stretching me out. I want you to fuck me harder, make me scream with pleasure.
<</say>>
<<say 'You'>>
I love watching you play with your ass while I fuck you from behind. It's so fucking hot. I'm going to ram my cock into you so hard you won't be able to walk straight tomorrow. You're such a dirty girl, and I love it.
<</say>>
<<say 'Agatha'>>
Give it to me rough, babe. My pussy is so wet for you, I need you to make me cum hard. Fuck me like the dirty slut I am.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-3.mp4>>
<<say 'Agatha'>>
Oh god, your cock feels amazing in my ass. I love how you're fucking me like a wild animal. I want you to dominate me, make me beg for more. I'm your anal whore, pound my ass until I can't take anymore.
<</say>>
<<say 'You'>>
Oh yeah! I love how you moan when I thrust into you. You're such a sexy little anal slut.
<</say>>
<<say 'Agatha'>>
Fuck me harder, professor. I want to feel your cock deep inside me, filling me up. I'm your anal slut, use me however you want. I love feeling you stretch me out, give it to me rough.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-4.mp4>>
<<say 'Agatha'>>
Oh professor, I love how you're fucking me from behind while I'm lying on my side. Your cock feels so good in my ass, I want you to pound me harder.
<</say>>
<<say 'You'>>
Oh yes... I love seeing your ass bounce with each thrust.
<</say>>
<<say 'Agatha'>>
Fuck me harder, professor. I love how your cock feels deep inside me. I want you to make me scream with pleasure, give it to me rough.
<</say>>
<<say 'You'>>
Your ass is so tight, it's driving me crazy. The way you moan and squirm under me, begging for more, it's like you're addicted to my cock. The Essence of Sexuality is making you into a perfect fuck toy, isn't it?
<</say>>
<<say 'Agatha'>>
Yes, yes, oh god, yes! I've never felt anything like this before. The pleasure is overwhelming, it's like I'm in a constant state of ecstasy. I need you to keep going, to fuck me like the dirty whore I am. I want you to use me, to make me scream your name until I can't take it anymore.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-5.mp4>>
<<say 'Agatha'>>
Harder, baby, fuck me harder. I want you to take me like a dirty little slut. I love feeling you deep inside me, making me scream with pleasure.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you what you want, you're a filthy little whore, aren't you? Taking my cock in your tight ass like a good little slut.
<</say>>
<<say 'Agatha'>>
Oh god, yes, I'm your fucking whore. Pound me harder, make me feel every inch of you. I want you to use me, make me your dirty little bitch.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-2-2.mp4>>
<<say 'Agatha'>>
Oh fuck, yes, give it to me rough. Pound my tight ass, I want to feel every inch of you deep inside me. The Essence of Sexuality has heightened every sensation in my body, making this anal sex experience so much more intense and pleasurable. I feel like I'm on the edge of ecstasy with every thrust.
<</say>>
<<say 'You'>>
You're so fucking tight, babe. I love watching you take it all. You're so fucking hot when you beg for more.
<</say>>
<<say 'Agatha'>>
Fuck me, fuck me harder. I'm your little anal whore, give it to me.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-2-3.mp4>>
<<say 'Agatha'>>
Oh god, this position feels so good. I love how you're hitting all the right spots. Keep going, don't stop, don't you dare stop.
<</say>>
<<say 'You'>>
You look so sexy lying like this, taking my cock in your ass. I can't get enough of you, of this moment. You're driving me crazy.
<</say>>
<<say 'Agatha'>>
I'm yours, all yours. I want you to make me cum like never before. I need you to fill me up completely, make me yours.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-2-4.mp4>>
<<say 'Agatha'>>
Yes, fuck me from below, make me ride you hard. I want to feel every inch of you inside me, stretching me out.
<</say>>
<<say 'You'>>
You look so hot bouncing on my cock like this. I love watching your ass bounce with every thrust.
<</say>>
<<say 'Agatha'>>
I can't get enough of your cock. I want to ride you till we both explode in ecstasy. You're my entire world right now, professor.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-2-5.mp4>>
<<say 'Agatha'>>
Oh, professor, your cock tastes so fucking good. I love sucking you, feeling your cock grow in my mouth.
<</say>>
<<say 'You'>>
Fuck, your mouth feels like heaven. I love watching you take me in, moaning with each stroke. You're the best cocksucker I've ever had.
<</say>>
<<say 'Agatha'>>
I want to feel every inch of you inside my mouth. The Essence of Sexuality has completely transformed this experience for me. I never knew sex could feel this good.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-2.mp4>>
<<say 'Agatha'>>
Fuck me harder, I want to feel you deep inside me. I love it when you pound me like this.
<</say>>
<<say 'You'>>
You feel so good, baby, your pussy is so wet and tight. I can't get enough of you.
<</say>>
<<say 'Agatha'>>
Yes, yes, yes, don't stop, keep fucking me until we both cum together. I need you inside me, filling me up.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-3.mp4>>
<<say 'Agatha'>>
Oh, professor, I love being on top of you like this. I can feel every inch of you inside me.
<</say>>
<<say 'You'>>
You look so sexy riding me, your body moving with mine. I can't get enough of your perfect curves.
<</say>>
<<say 'Agatha'>>
I love feeling you deep inside me, grinding against you, taking all of you in. You feel so good, professor.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-4.mp4>>
<<say 'You'>>
Oh fuck, you feel so fucking good! Your tits are fucking amazing wrapped around my cock like this.
<</say>>
<<say 'Agatha'>>
Yes, fuck me between my tits, baby! Your cock feels so fucking big and hard between them. I love the way you're fucking my tits. Fuck yes, I'm your dirty little fuck toy! I love it when you fuck me like this. I love feeling your cock between my tits, sliding in and out, making me fucking crazy.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-5.mp4>>
<<say 'Agatha'>>
Oh, Professor, your thrusts feel so deep and powerful. I can feel every inch of you inside me, thanks to the Essence of Sexuality. It's like my senses are heightened and every touch, every movement, brings me to new levels of pleasure.
<</say>>
<<say 'You'>>
Yeah! Your pussy is so tight and wet, it's like it was made for me. I love how you're gripping me, pulling me in deeper with every thrust. You're driving me crazy, baby.
<</say>>
<<say 'Agatha'>>
Harder, fuck me harder in this position. I want to feel you pounding into me, making me scream your name. Your cock is filling me up completely, I never want this to end.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-2.mp4>>
<<say 'Agatha'>>
Oh god, your cock feels so good in my ass, it feels so intense! The Essence of Sexuality is really doing its job, making every touch, every thrust, every movement feel heightened and so incredibly pleasurable. I never knew sex could feel this amazing!
<</say>>
<<say 'You'>>
You like it when I pound you like this, don't you?
<</say>>
<<say 'Agatha'>>
Yes, professor! Fuck me harder! Make me scream with pleasure! I can't help it, I'm completely lost in the pleasure. Keep going, don't stop, I want more of this amazing feeling. Oh, it's so good, I can't get enough!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-3.mp4>>
<<say 'Agatha'>>
Your cock fills me up so perfectly, I love the way you move inside me.
<</say>>
<<say 'You'>>
You're so tight, baby, you feel amazing.
<</say>>
<<say 'Agatha'>>
Yes, keep going, don't stop, give me all of you.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-4.mp4>>
<<say 'Agatha'>>
Oh, yes, take control of me, fuck my mouth how you want, professor.
<</say>>
<<say 'You'>>
You like it rough, huh? I love seeing you gag on my cock.
<</say>>
<<say 'Agatha'>>
I want you to use me, make me your dirty little slut.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-5.mp4>>
<<say 'Agatha'>>
Oh god, yes, fuck me from behind, make me scream your name. I want you to fill me up, make me yours completely.
<</say>>
<<say 'You'>>
The Essence of Sexuality is enhancing your sensations. Just let yourself go and enjoy the moment.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
I want you to fuck my mouth, professor. I love having your big cock filling me up, making me gag. It's turning me on so much, I can't get enough of it.
<</say>>
<<video video/Agatha/Agatha-5-2.mp4>>
<<say 'You'>>
Your mouth feels so fucking good, baby. I'm gonna fuck your face. Suck it like the dirty little slut you are, take it all in.
<</say>>
<<say 'Agatha'>>
Mmm, yes, I love it. I'm your cock-hungry whore, keep fucking my mouth. Oh, I'm getting so wet from this!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-3.mp4>>
<<say 'Agatha'>>
Oh, professor, fuck me harder. I love feeling your cock deep inside me, filling me up completely. Your thrusts feel amazing, I want you to make me cum so hard.
<</say>>
<<say 'You'>>
You're so tight, baby. I love how you ride me like this, grinding your pussy on my cock. I'm gonna make you cum all over me, you're my little slut.
<</say>>
<<say 'Agatha'>>
Yes, yes, just like that. Keep fucking me like this, I can't get enough. The Essence is making everything feel so intense, I can't hold back anymore. Yes, yes, fuck me harder!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-4.mp4>>
<<say 'Agatha'>>
Oh fuck, baby. Your cock feels so good in my ass. I love how you stretch me out, filling me up completely. Keep pounding me from behind, I want more!
<</say>>
<<say 'You'>>
You're such a dirty little slut, taking my cock in your ass like this. I'm gonna make you scream with pleasure, you love it rough. Take all of me, baby.
<</say>>
<<say 'Agatha'>>
Yes, yes, don't stop. I want more, I want you to fuck me harder. Oh god, this feels so fucking good!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-5.mp4>>
<<say 'Agatha'>>
Oh professor, give it to me from behind. I love how your cock feels in my ass, it's so deep and hard. Keep fucking me like that, I need it so bad.
<</say>>
<<say 'You'>>
You're such a fucking anal slut, taking my cock in your ass like a champ. I'm gonna make you scream with pleasure, you love it rough. Take all of it, baby.
<</say>>
<<say 'Agatha'>>
Oh god, yes, fuck me harder. I want it deep, I want it rough. I'm your dirty anal whore, fuck me!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-1-2.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock feels so good inside me, baby. I love how deep you're filling me up right now. Keep fucking me harder, I want to feel you all the way inside me. You're making me so wet, I can't get enough of this.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut, taking my cock in your tight ass like this. I love watching you moan and squirm on top of me. Fuck, you feel so good, I could do this all day. You're mine, baby, all mine.
<</say>>
<<say 'Zoe'>>
Yes, I'm yours, professor, take me however you want me. Fuck me until I can't even think straight. Your cock is driving me wild, I need more of you. Keep fucking me, baby, I'm yours to use.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-1-3.mp4>>
<<say 'Zoe'>>
Mmm, I love playing with my pussy while you're fucking my ass, baby. It feels so dirty and hot, I can't get enough of it. I want to feel your cock pounding into me while I work myself up like this. I'm going to cum so hard for you, just watch.
<</say>>
<<say 'You'>>
Fuck, you're such a dirty little slut, fingering yourself while I'm fucking your tight ass. You know how to drive me crazy, baby. I love seeing you pleasure yourself like this, it's such a turn on. Keep going, I want to see you cum while I'm buried deep inside you.
<</say>>
<<say 'Zoe'>>
Yes, I'm your dirty little slut, baby. I'm so close, I can feel it building up inside me. Your cock is stretching me out so good, I love it. The Essence of Sexuality makes me feel so alive, so sensitive to every thrust of your cock.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Zoe'>>
Oh my god, your fingers feel amazing inside me, baby. I've never felt anything like this before, it's so intense. Keep going, I'm so close to cumming all over your hand. I want to feel you make me cum so hard, it's driving me crazy.
<</say>>
<<video video/Zoe/Zoe-1-4.mp4>>
<<say 'You'>>
Yeah, baby, you like it when I fuck you with my fingers like this? I love watching you squirm and moan while I play with your pussy. You're so wet, I can feel you pulsating around my fingers. I want to make you cum all over me, just for me.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-1-5.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock is stretching my tight little asshole so good, professor. I love feeling you deep inside me like this. I want you to fuck my ass so hard I can't sit down for days. Give it to me, I'm yours.
<</say>>
<<say 'You'>>
You like it when I pound your ass like this, huh? You're such a dirty little slut, taking my cock in your tight little hole. Your ass is so fucking tight, I can barely hold back.
<</say>>
<<say 'Zoe'>>
Yes, I'm your dirty little slut, baby. I want it all, I want to feel your cock deep inside me. Fuck me until I can't take it anymore, I need it. Your cock feels so fucking good in my ass, I never want it to end. Keep fucking me, I need more of you.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-2.mp4>>
<<say 'Rebecca'>>
Mmm, you taste so good, I can't get enough of it. Just let me take you all the way in, feel how hard you are for me.
<</say>>
<<say 'You'>>
Fuck, yeah, that's it. Suck my cock like the dirty slut. I want to see how deep you can take it, show me how much you want it.
<</say>>
<<say 'Rebecca'>>
I love it when you talk dirty to me, it turns me on so much. I want to make you cum so bad, feel your hot load on my tongue. I want to taste every drop of you.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-3.mp4>>
<<say 'Rebecca'>>
Oh, baby, your cock feels amazing inside me. It's like you were made to fit perfectly in me, filling me up completely. I can't get enough of your thrusts, they drive me crazy.
<</say>>
<<say 'You'>>
Yeah, I love how tight you are, gripping my cock so perfectly. I could fuck you all day long and never get tired. Your moans are music to my ears.
<</say>>
<<say 'Rebecca'>>
Don't stop, keep pounding me harder, I want to feel you deep inside me. The Essence of Sexuality has made me insatiable, I can't get enough of you. Fuck me like there's no tomorrow, show me how much you want me.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-4.mp4>>
<<say 'Rebecca'>>
Oh yes, fuck my ass, I love feeling you deep inside me. You're stretching me out so good, take me harder, baby. I want to feel every inch of you in me.
<</say>>
<<say 'You'>>
Your tight little ass feels so good around my cock, I can't hold back anymore. I want to hear you scream my name as I fuck you hard.
<</say>>
<<say 'Rebecca'>>
Oh, yes, professor! I'm your dirty little anal slut, use me however you want. Pound my ass until we both explode with pleasure, I need you deeper, faster, harder.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-2.mp4>>
<<say 'Zoe'>>
Oh yes, your cock feels so good inside me, I love riding you like this. I want to feel every inch of you filling me up, make me cum on your dick.
<</say>>
<<say 'You'>>
Ride me harder, baby, show me how much you need it. I want to feel your juices flowing.
<</say>>
<<say 'Zoe'>>
Ah, I love it when you grab my ass and help me bounce on you, it's like you can't get enough. I'm gonna make you explode, I want to milk your cock with my tight cunt. Keep fucking me, don't stop.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-3.mp4>>
<<say 'Zoe'>>
Holy shit, your dick feels amazing between my tits, I love the way it slides back and forth. I want you to fuck my tits like they're your own personal fuck toy.
<</say>>
<<say 'You'>>
You have the perfect tits for tit-fucking, baby, I can't get enough of this tight grip. I want to feel your soft skin on my shaft. Keep rubbing them together, show me how much you love my cock.
<</say>>
<<say 'Zoe'>>
Mmm, I love watching you enjoy my tits like this, it's such a turn on, professor. Feel me squeezing your dick with my tits.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-4.mp4>>
<<say 'Zoe'>>
Yes, fuck me from below, I want to ride you until we both explode. Your cock feels so good inside me, I love the way you fill me up, make me your naughty cowgirl.
<</say>>
<<say 'You'>>
Ride me, baby, show me how you like it. Your pussy is so wet and tight, it's like you were made for my cock. I want to feel you bounce on me, ride me like there's no tomorrow. I'm gonna make you scream my name.
<</say>>
<<say 'Zoe'>>
Mmm, I love how hard you are for me. The Essence is intensifying every sensation I'm feeling. I want to please you in every way possible.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-5.mp4>>
<<say 'Zoe'>>
Oh my god, your cock is so fucking hard, it's like you want to split me in half. Pound me harder, make me feel every inch of you inside me. I love it rough, show me how much you need it.
<</say>>
<<say 'You'>>
You like it rough, baby? I'll give you rough. I want to make you scream with pleasure, show you how a real man fucks. I'm gonna pound you into oblivion, make you beg for more, make you mine completely.
<</say>>
<<say 'Zoe'>>
Yes, yes, fuck me like the dirty slut I am. I want to feel your cock dominating me, taking me to new heights of pleasure. Make me feel every thrust, every slap of our bodies together. Show me your wild side, professor.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-2.mp4>>
<<say 'Zoe'>>
Fuck me harder, professor! Pound me like you own this pussy! I want to feel you deep inside me, filling me up completely.
<</say>>
<<say 'You'>>
You feel so fucking good, baby. Your pussy is so tight around my cock. I'm gonna make you scream my name as I fuck you senseless.
<</say>>
<<say 'Zoe'>>
Yes, yes, don't stop! I need you to fuck me until I can't take it anymore. I want to cum all over your dick.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-3.mp4>>
<<say 'Zoe'>>
Oh, fuck, your cock is so big! I love feeling it in my mouth, gagging on it. I want to taste every drop of your cum.
<</say>>
<<say 'You'>>
Yeah, baby, suck my cock like a good little whore. You know how much I love it when you deepthroat me like that. You're the best at giving head.
<</say>>
<<say 'Zoe'>>
I'll show you just how good I am at it. I want you to fill my mouth with your hot cum. I'll swallow every last drop.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-4.mp4>>
<<say 'Zoe'>>
Harder, professor, fuck me harder from behind! I love feeling your cock pounding into me like that. Don't hold back, give it to me rough!
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to show you how much I can fuck you?
<</say>>
<<say 'Zoe'>>
Oh, yes, I want it all! I want you to take me hard and fast. Show me how much you want me!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-5.mp4>>
<<say 'Zoe'>>
Oh, fuck, your cock feels so good inside me. I love bouncing on your hard shaft like this, feeling you deep inside me. I want you to fill me up completely as I ride you harder and faster.
<</say>>
<<say 'You'>>
Yeah, baby, you're so fucking hot. I love watching your tits bounce as you ride me. Your pussy is so tight and wet, it's driving me crazy. Keep going...
<</say>>
<<say 'Zoe'>>
Fuck, I'm so close, I can feel myself getting closer and closer. Your cock is hitting all the right spots. I'm going to cum so hard, just for you. You make me feel so good, I never want this to end.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-2.mp4>>
<<say 'Zoe'>>
Fuck me harder, baby! I want to feel your cock deep inside me. Give it to me rough, show me how much you want me.
<</say>>
<<say 'You'>>
You like it when I take you like this? You want me to slam into you over and over again? You're my little fuck toy and I'm gonna use you until you can't handle anymore.
<</say>>
<<say 'Zoe'>>
Yes, use me however you want, professor. I'm yours to do with as you please. Make me your dirty little slut and fuck me until I can't walk straight.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-3.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock feels incredible in my ass. I love every inch of you stretching me open. Pound me harder, make me scream your name.
<</say>>
<<say 'You'>>
You like it when I take you like this, huh? You want me to make you beg for more? I'll give it to you rough and deep, just like you need it.
<</say>>
<<say 'Zoe'>>
Yes, punish my ass with your cock. I want to feel you deep inside me and make me yours completely. Don't hold back, I want to feel every thrust.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-4.mp4>>
<<say 'Zoe'>>
Oh god, your cock feels so good in my ass. I love the way you fill me up completely. Fuck me harder, professor, make me your little anal whore.
<</say>>
<<say 'You'>>
You want it rough, don't you? You want me to make you feel every inch of me as I pound into you? You're such a dirty slut, but I can't get enough of it.
<</say>>
<<say 'Zoe'>>
Yes, I'm your dirty little slut. Keep fucking me like this... The Essence is making me crave more and more, I can't get enough!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-5.mp4>>
<<say 'Zoe'>>
Oh god, your cock is huge! I love feeling you stretch me open like this. Fuck me harder, show me no mercy.
<</say>>
<<say 'You'>>
You like it rough, don't you? You want me to make you scream with pleasure and pain?
<</say>>
<<say 'Zoe'>>
Yes, I need it rough. I want to feel you deep inside me. Pound me until I can't think straight and then do it all over again.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-2.mp4>>
<<say 'Zoe'>>
Oh yes, fill me up with your hard cock, Professor. I want you so deep inside me, it feels so good. I can't believe how much more sensitive and aroused I am since taking the Essence of Sexuality.
<</say>>
<<say 'You'>>
You're so tight, baby, it's driving me insane. Your ass is perfect, I could never get enough of it. I love how you surrender to me, it's such a turn on.
<</say>>
<<say 'Zoe'>>
I can feel every inch of you inside me, it's pure ecstasy. Your thrusts are making me lose my mind. I love how rough you are with me, it's exactly what I need.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-3.mp4>>
<<say 'Zoe'>>
You taste so good, baby, I can't get enough of you. Your cock is like a treat I can't resist. I love watching you get so turned on by me. I just want to please you in every way possible.
<</say>>
<<say 'You'>>
Your mouth is heaven, babe, don't stop. Suck it like it's the last time. The way you look at me while you do it, it's so fucking hot. I want to come in your mouth and see you swallow every drop.
<</say>>
<<say 'Zoe'>>
I love how hard you get when I suck you. It turns me on so much. I want to make you come in my mouth and see your face when you do. I can't wait to feel you pulsating in my mouth, it's all I want right now.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-4.mp4>>
<<say 'Zoe'>>
Oh yeah, fuck my tight ass harder, professor. I love feeling you deep inside me like this.
<</say>>
<<say 'You'>>
You're so fucking naughty, taking it in the ass like a dirty little slut. You love it, don't you?
<</say>>
<<say 'Zoe'>>
Yes, I love it when you fuck me like this. I can't get enough of your hard cock in my ass.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-5.mp4>>
<<say 'Zoe'>>
I love sucking your cock, it's so hard and taste so good. Your moans and groans turn me on even more, I never want to stop. I adore feeling you grow in my mouth, it's the most delicious feeling in the world. I could do this all day, every day, because I love making you feel good.
<</say>>
<<say 'You'>>
Fuck, baby, you know just how to suck my cock. Your mouth feels so fucking amazing wrapped around my cock.
<</say>>
<<say 'Zoe'>>
Oh, yes! Yes! I can feel the Essence of Sexuality coursing through my body, intensifying every sensation. It's like I'm on fire, burning with desire for you.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-2.mp4>>
<<say 'Rebecca'>>
Oh god, fuck me harder! I want to feel you deep inside me, pounding me like a wild animal.
<</say>>
<<say 'You'>>
You like it rough, huh? You're so tight, it's driving me crazy. I'm gonna make you scream my name.
<</say>>
<<say 'Rebecca'>>
Oh, Professor, your cock feels so good inside me. The Essence of Sexuality has made me so much more sensitive to every touch, every movement. It's like I can feel every inch of you in me, driving me wild with desire.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-3.mp4>>
<<say 'Rebecca'>>
Oh god, your cock feels so good in my ass. I love being taken from behind, feeling you deep inside me. I want all of you, I want to be your dirty girl. Fuck me harder, make me your little whore.
<</say>>
<<say 'You'>>
You're so fucking tight, baby. I love how you take me in like that. I want to pound into you until you can't take it anymore. You're my dirty little slut, and I'm going to make you scream for me.
<</say>>
<<say 'Rebecca'>>
Yes, yes, I love it when you use me like this. I'm your anal whore, your little slut. Don't stop, keep fucking me...
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-4.mp4>>
<<say 'Rebecca'>>
Yes, yes, keep fucking me like that! I want all of you, every inch of you.
<</say>>
<<say 'You'>>
You like it when I take you like this, huh? You're such a fucking whore for my cock.
<</say>>
<<say 'Rebecca'>>
I love it, I love feeling you deep inside me. Don't ever stop, I need you to keep going.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-5.mp4>>
<<say 'Rebecca'>>
Oh god, I never knew anal could feel this good. You're hitting all the right spots, driving me insane.
<</say>>
<<say 'You'>>
You like this position, baby? I'm gonna make you come so hard, you won't be able to walk straight.
<</say>>
<<say 'Rebecca'>>
Fuck, yes, yes! Don't stop, I'm so close. I want you to make me come, make me scream your name. The Essence of Sexuality is making me feel so incredibly horny right now.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-2.mp4>>
<<say 'Rebecca'>>
Ooh, spank me harder, professor. I want to feel your hands on my ass, driving me wild with desire. Fuck me from behind, make me scream your name as you pound me relentlessly.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you what you need, I'll make you beg for more. Your tight pussy feels so good around my cock, I never want to stop fucking you like this.
<</say>>
<<say 'Rebecca'>>
Yes, yes, don't stop. I'm your dirty little slut, your naughty girl who needs to be punished. Take me, use me, make me yours in every way possible.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-3.mp4>>
<<say 'Rebecca'>>
Oh, fuck! Your cock feels amazing in my ass, filling me up completely. Pound me harder, professor, show me how much you want me. I love the way you take control and fuck me like a wild beast.
<</say>>
<<say 'You'>>
You're so tight, so fucking tight. I can't get enough of this feeling, of being deep inside you. Your ass was made for me, I'll make you mine over and over again. You're my dirty little anal slut.
<</say>>
<<say 'Rebecca'>>
I'm yours, I'm all yours. Take me, use me, make me scream with pleasure. I want to feel you deep inside me, I want to be completely yours in this moment of pure erotic bliss.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-4.mp4>>
<<say 'Rebecca'>>
Mmm, I love it when you fuck my mouth like this. Your cock tastes so good, I can't get enough of it. Let me show you how much I enjoy pleasing you, how much I love every second of this sinful act.
<</say>>
<<say 'You'>>
That's right, my dear, let the Essence of Sexuality fuel your wildest passions. You're such a good little cock-sucker, you know that? Your mouth is like heaven, it's driving me crazy with desire. I want to feel you swallow every inch of me, I want to watch you enjoy my cock in your mouth.
<</say>>
<<say 'Rebecca'>>
Fuck yes, I'll take it all. I'll make you feel amazing, I'll show you how much I crave your taste. Let me be your dirty little oral slave, let me worship you with my mouth and show you how much I desire you.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-5.mp4>>
<<say 'Rebecca'>>
Oh, baby, I love feeling you inside me like this. Your cock in my ass is driving me wild, it's making me want more and more of you. I want to feel you deep inside me, making me scream with pleasure.
<</say>>
<<say 'You'>>
You're so fucking hot, so fucking tight. I can't get enough of this feeling, of being completely inside you. Your ass is a paradise, it's my favorite place to be. I'll make you mine in this moment of pure lust and desire.
<</say>>
<<say 'Rebecca'>>
Yes, yes, keep fucking me like this. I'll ride you, I'll make you feel amazing. I want to be completely yours, I want to be your anal slut who craves your cock and your touch like never before.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-2.mp4>>
<<say 'Rebecca'>>
Oh god, your dick feels amazing inside me. The Essence of Sexuality has made me so wet and sensitive, every thrust sends shivers down my spine. I feel like I'm on fire, I just want more and more.
<</say>>
<<say 'You'>>
You're so tight and wet, it's driving me crazy. The way you're arching your back and moaning is a total turn on.
<</say>>
<<say 'Rebecca'>>
I never knew sex could feel this good, keep fucking me harder.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-3.mp4>>
<<say 'Rebecca'>>
Oh, professor! The Essence has made me so flexible and sensitive, every movement feels so intense. I love the way it allows us to get even closer, it's like we're one.
<</say>>
<<say 'You'>>
You like it, huh? I'll give it to you exactly how you want it, Rebecca. You're so wet and tight, it feels so fucking good.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-4.mp4>>
<<say 'Rebecca'>>
Oh yes, I love riding you like this. The Essence of Sexuality has made me so confident and adventurous, I can't believe how much pleasure I'm feeling. I feel so empowered and sexy, like I can do anything.
<</say>>
<<say 'You'>>
Your movements are so hypnotizing, the way you're bouncing on my cock is driving me wild. The sounds you're making are music to my ears.
<</say>>
<<say 'Rebecca'>>
I want to keep going all day, let's enjoy this moment to the fullest.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-5.mp4>>
<<say 'Rebecca'>>
I'm so close to cumming, I can feel it building up inside me. The Essence of Sexuality has heightened every sensation, I'm on the edge of ecstasy. I love how every thrust brings me closer to the edge.
<</say>>
<<say 'You'>>
Your tight ass is pushing me over the edge too, the way you're bouncing on my cock is driving me insane.
<</say>>
<<say 'Rebecca'>>
I'm about to explode, keep fucking me like that, professor.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-2.mp4>>
<<say 'Rebecca'>>
Oh, your cock feels amazing inside me, it's like it was made to fit perfectly. The Essence of Sexuality is enhancing every sensation, I can feel every thrust more intensely. I want you to take me harder and deeper, I want to feel you completely.
<</say>>
<<say 'You'>>
You're so tight and wet, baby. The way you moan and move under me is driving me crazy. This Essence really brings out your sexuality, and I can't get enough of you.
<</say>>
<<say 'Rebecca'>>
I love how you fill me up, how you make me feel so incredibly good. I want to be yours completely, to let you take me to new heights of pleasure. This is the best sex I've ever had.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-3.mp4>>
<<say 'Rebecca'>>
Oh yes, I love riding you like this, professor. The way you feel deep inside me, the way you make me shiver with pleasure... it's all so intense.
<</say>>
<<say 'You'>>
You're so sexy when you ride me like this, when you show me how much you want me.
<</say>>
<<say 'Rebecca'>>
I want you to watch me as I take all of you inside me, as I make you lose control. I want to make you feel as good as you make me feel. This is pure ecstasy, and I never want it to end.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-4.mp4>>
<<say 'Rebecca'>>
Oh, Professor, your cock feels so good inside me. I can feel every inch of your hardness filling me up, thanks to the Essence of Sexuality. It's like my whole body is on fire with pleasure, every touch, every thrust sends shivers down my spine. I've never felt so alive and so turned on before.
<</say>>
<<say 'You'>>
That's right, baby, let yourself go, let the Essence take over and make you feel things you've never felt before. You're so tight and wet, it's driving me crazy, I can't get enough of you.
<</say>>
<<say 'Rebecca'>>
Oh, Professor, don't stop, don't ever stop. I want more, I need more of you. I want to feel you deeper, harder, make me yours completely.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-5.mp4>>
<<say 'Rebecca'>>
Yes, Professor, take me from behind, show me what real pleasure feels like. The Essence of Sexuality has made me so sensitive to your every touch, it's like I can feel every little movement of your body against mine. I want you to drive me wild, make me scream with pleasure.
<</say>>
<<say 'You'>>
You like it, huh? You're really enjoying this, aren't you? I can feel how wet and ready you are for me.
<</say>>
<<say 'Rebecca'>>
Oh, yes, Professor, give it to me hard and fast. I want to feel you deep inside me, I want to lose myself in this ecstasy. Keep going, don't hold back.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-5.mp4>>
<<say 'You'>>
Fuck, your ass is so fucking tight, it's like heaven around my cock. I love how you take it all in, you're my little anal toy.
<</say>>
<<say 'Rebecca'>>
I love being your anal plaything, it feels so dirty and so good. I want you to take me harder, show me who's in charge.
<</say>>
<<say 'You'>>
You like that, huh? You like it rough and dirty, don't you? The Essence is definitely doing its job on you, my little experiment.
<</say>>
<<say 'Rebecca'>>
Yes, yes, don't stop, please. I've never felt anything like this before. The intensity, the pleasure, it's just overwhelming. Thank you, Professor, thank you for showing me this new world of sensation.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-1.mp4>>
<<say 'Ruth'>>
Mmm, your cock feels so good in my mouth. The Essence of Sexuality is making me so wet and turned on. I love how you're taking control and pulling my hair as you fuck my mouth. It's like every sensation is intensified, every touch is electrifying.
<</say>>
<<say 'You'>>
You're doing such a good job, baby. Your mouth feels so warm and inviting. The way you're sucking me off with such enthusiasm is driving me wild.
<</say>>
<<say 'Ruth'>>
Oh, I love it when you thrust deeper into my throat. It's like I can feel every inch of you, and it's driving me crazy with pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-2.mp4>>
<<say 'Ruth'>>
Yes, fuck me from behind, Professor. The Essence of Sexuality is making every thrust feel incredible. I can't get enough of your hard cock pounding into me. It's like I'm being consumed by pure, unadulterated lust.
<</say>>
<<say 'You'>>
You're so tight and wet, baby. The Essence is definitely doing its job, making you even more irresistible.
<</say>>
<<say 'Ruth'>>
I love how you take me like this, with such force and passion. It's like I can't control myself, I just want more and more of you inside me.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-3.mp4>>
<<say 'Ruth'>>
Yes, spank me harder, Professor. The Essence of Sexuality is making my ass so sensitive and receptive to your touch. I love how you're dominating me and showing me who's in charge. It's like every spank sends shivers of pleasure down my spine.
<</say>>
<<say 'You'>>
You're such a bad girl, getting off on being spanked. The way you moan and squirm under my touch is driving me wild.
<</say>>
<<say 'Ruth'>>
Oh, fuck me harder in the ass, Professor. I want to feel you deep inside me, filling me up completely. The way you're pounding into me is making me see stars.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-4.mp4>>
<<say 'Ruth'>>
Fuck me harder, Professor. The Essence of Sexuality is making me so sensitive and aroused. It's like I'm on the edge of a mind-blowing orgasm.
<</say>>
<<say 'You'>>
Your ass is so tight and perfect, baby. The way you're arching your back is driving me insane.
<</say>>
<<say 'Ruth'>>
I can't get enough of you, Professor. The way you're thrusting into me is like pure ecstasy. I feel like I'm floating on a cloud of pleasure, and I never want it to end.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-5.mp4>>
<<say 'Ruth'>>
Oh, Professor, your cock feels so good in my mouth. The Essence of Sexuality has heightened all my senses, every thrust of yours is pure ecstasy. I love how rough you are with me, it turns me on even more. Keep going, I want to taste every inch of you.
<</say>>
<<say 'You'>>
You're such a dirty girl, taking my cock so eagerly. Your mouth is like a velvet glove around me, I can't get enough of you. The way you moan and whimper only makes me want to fuck your mouth harder. You're my little slut now, and I'm going to use you in every way I desire.
<</say>>
<<say 'Ruth'>>
Yes, Professor, use me however you want. I'm your willing toy, your obedient little plaything. I want to feel you deep inside me, filling me up completely. The Essence of Sexuality has made me crave your cum, so take control and make me your cum slut.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-2.mp4>>
<<say 'Ruth'>>
Oh, fuck me, baby, I've never felt so excited and satisfied like this. The Essence of Sexuality has made everything so intense and pleasurable. Your cock sliding in and out of my ass feels like pure ecstasy. I can't believe how much I'm loving this.
<</say>>
<<say 'You'>>
You're taking my dick so well! I can tell the Essence is working its wonders on you. Your moans and gasps are music to my ears. I can't resist pounding into you with all my strength.
<</say>>
<<say 'Ruth'>>
I'm yours to use and enjoy, Professor. The Essence has unleashed a wild desire in me that I can't control. I want you to fuck me as hard as you can and make me scream with pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-3.mp4>>
<<say 'Ruth'>>
Mmm, your cock tastes so good. I can't get enough of it. The Essence of Sexuality has made me crave it even more. I love how it feels in my mouth, so hard and throbbing. I just want to please you and make you feel good.
<</say>>
<<say 'You'>>
That's it, baby, suck it like a good girl. I love watching you take me in your mouth, it's such a turn on.
<</say>>
<<say 'Ruth'>>
I can't help it, I need you so badly. I want to please you in every way possible.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-4.mp4>>
<<say 'Ruth'>>
Oh yes, fuck me harder from behind. I want you to take me rough and deep, make me yours completely. I love feeling you inside me like this.
<</say>>
<<say 'You'>>
You like it rough, huh? The Essence is really doing its job, making you so responsive to my every touch. Your ass looks amazing as I pound into you. You're just a slut for my cock, aren't you?
<</say>>
<<say 'Ruth'>>
Yes, I'm your dirty little slut. I love it when you fuck me like this. It's so dirty and hot, I can't get enough.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-5.mp4>>
<<say 'Ruth'>>
Oh, fuck me while I lay on my back. The Essence of Sexuality has made me so wet and ready for you. I love feeling your cock filling me up like this, it's pure ecstasy. I want you to take me to the edge and beyond.
<</say>>
<<say 'You'>>
Your ass is so tight and warm, it's driving me crazy, baby.
<</say>>
<<say 'Ruth'>>
I love it when you talk dirty to me, it makes me want you even more. I can feel myself getting close, please don't stop.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-2.mp4>>
<<say 'Ruth'>>
Your cock sliding between my tits feels amazing. The Essence of Sexuality has made my breasts so sensitive, every touch sends shivers down my spine. I love how you're using my body for your pleasure.
<</say>>
<<say 'You'>>
Your tits are perfect for fucking, so soft and inviting.
<</say>>
<<say 'Ruth'>>
I can't get enough of your cock between my breasts. I want you to cum all over them, cover them with your hot load.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-3.mp4>>
<<say 'Ruth'>>
Oh, Professor, your grip on my throat just intensifies the pleasure I feel from the Essence. I love how it makes me feel so submissive and aroused at the same time. Keep going, it feels so good.
<</say>>
<<say 'You'>>
You're taking it so well, my dear. The way your body responds to the Essence is truly remarkable. I can feel your increased arousal and it's driving me wild.
<</say>>
<<say 'Ruth'>>
Yes, yes, that's it. I want more, Professor. Show me how potent the Essence of Sexuality can truly be.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-4.mp4>>
<<say 'Ruth'>>
Riding you like this, feeling you deep inside me, is like a whole new level of pleasure, thanks to the Essence. It's like every movement sends waves of ecstasy through my body. I can't get enough of it.
<</say>>
<<say 'You'>>
Your passion and desire are incredibly intoxicating, my dear. It's like you've been transformed by the Essence into the ultimate embodiment of sensuality. I can't resist you.
<</say>>
<<say 'Ruth'>>
I never want this to end, Professor. I want to ride you until we both reach the peak of pleasure. The Essence has made me crave this connection with you even more.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-5.mp4>>
<<say 'Ruth'>>
Oh, Professor, this Essence of Sexuality is amazing! I can feel every inch of you inside me, it's like I'm on fire with desire. Your movements are so powerful, making me moan with pleasure. I never knew sex could feel this good, it's like I'm in heaven!
<</say>>
<<say 'You'>>
That's right, my dear. The Essence of Sexuality enhances every sensation, making the experience more intense and satisfying. Your body is responding so beautifully to it, driving me wild with desire. I can't get enough of you, you're intoxicating.
<</say>>
<<say 'Ruth'>>
Yes, yes, don't stop, Professor. I want more, I need more of you. This is the best sex I've ever had, I can't believe how amazing it feels. You're the only one who can make me feel this way, so alive and full of pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-2.mp4>>
<<say 'Ruth'>>
Oh yes, I love riding you like this. You make me so wet. I feel every inch of your cock inside me, filling me completely.
<</say>>
<<say 'You'>>
You're so tight, baby. Your movements are so erotic and powerful.
<</say>>
<<say 'Ruth'>>
I can't get enough of this sensation. I want to keep going, feel you deeper and harder. The pleasure is so intense, it's like I'm on the edge of bliss.
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-3.mp4>>
<<say 'Ruth'>>
Mmm, your cock is so delicious. I can't get enough of your taste. I love how hard and throbbing you are in my mouth. The pleasure is so intense, it's like I can't get enough.
<</say>>
<<say 'You'>>
You're getting better at this, baby. Your enthusiasm and passion are more noticeable. The Essence is really doing its job on you.
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-4.mp4>>
<<say 'Ruth'>>
Your thrusts feel amazing, so deep and powerful. I can feel every movement, every touch as if it's magnified. I love how you take me, how you make me feel so wanted and satisfied. The pleasure is overwhelming, it's like I'm on cloud nine.
<</say>>
<<say 'You'>>
Your body is responding so intensely to mine. The effects of the Essence are really showing here.
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-5.mp4>>
<<say 'Ruth'>>
Oh, professor, your cock feels so good inside me. I can't control myself, I just want to ride you all day long. Your hands on my hips, guiding me as I bounce up and down, it's driving me crazy. I can feel the Essence working its magic, making me want you even more. I want you to take me harder, make me scream with pleasure.
<</say>>
<<say 'You'>>
That's it, baby, show me how much you enjoy it. Your tight pussy squeezing my cock, taking me deeper with every thrust. The way you move, it's like you were made for this position.
<</say>>
<<say 'Ruth'>>
I'm getting closer, professor, I'm so close to cumming. Your cock is hitting all the right spots, driving me wild with desire. I can't hold back anymore, I need to let go. Oh, fuck, yes, yes, yes!...cumming!
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-2.mp4>>
<<say 'Ruth'>>
Oh, fuck me harder, baby. I want to feel every inch of your cock deep inside me. Your thrusts feel so good, I can't get enough of it. I want you to pound me until I can't take it anymore.
<</say>>
<<say 'You'>>
You're so tight and wet, it's driving me crazy. I love watching your body move in pleasure as I thrust into you harder and harder. I want to feel you scream in ecstasy as we reach the peak together.
<</say>>
<<say 'Ruth'>>
Keep fucking me just like that. I love the way you make me lose control and surrender to the pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-3.mp4>>
<<say 'Ruth'>>
Yes, make me ride you like a wild cowgirl. I love how deep you go inside me when I'm on top. Your cock feels amazing in me, and I want you to watch as I take control of this pleasure.
<</say>>
<<say 'You'>>
You look so hot riding me like this, baby. Your breasts bounce in front of me as you move up and down on my cock.
<</say>>
<<say 'Ruth'>>
I want you to feel all of me, baby. I want you to fill me completely as I ride you harder and faster. I love how you grab my hips and guide me up and down on your shaft. I'm going to make you cum so hard, you won't forget this moment.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-4.mp4>>
<<say 'Ruth'>>
Oh, fuck me from behind, baby. I love feeling you take me from behind like this. I can't help but moan in pleasure. I want you to make me scream as you pound me harder.
<</say>>
<<say 'You'>>
I love how you push back against me, taking me deeper inside you. I want to hear you beg for more while I make you cum all over my cock.
<</say>>
<<say 'Ruth'>>
I'm so close to cumming, baby. Keep fucking me just like that. I want to feel you hit all my sweet spots and drive me crazy with pleasure. I love how rough you are with me, it makes me want you even more.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-5.mp4>>
<<say 'Ruth'>>
Oh, Professor, this Essence of Sexuality is incredible! I feel so much more sensitive and aroused, it's like every touch sends shivers down my spine. Your hands on my body feel like pure pleasure, and being on top of you, riding you, is the most amazing sensation I've ever experienced. I can't get enough of you, I want to feel you deep inside me, filling me completely.
<</say>>
<<say 'You'>>
You're so sexy, my dear. The way you move on top of me, the way you moan and gasp with pleasure, it's driving me wild. I can feel the effects of the Essence of Sexuality on you, and it's making me want you even more. Your body is like a work of art, and I want to explore every inch of it, make you scream with pleasure, and bring you to the most intense climax you've ever had.
<</say>>
<<say 'Ruth'>>
Yes, yes, Professor, please, don't stop. I need you so much, I need to feel you deeper, faster, harder. I'm on the edge of ecstasy, just a little more and I'll come undone. Your name is like a curse on my lips, a prayer for more of this divine pleasure. I'm yours, completely and utterly yours, make me yours in every way possible.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-2.mp4>>
<<say 'Barbara'>>
Yes, fuck me from behind, show me how much you want me. I love feeling your hard cock filling me up, it's making me so wet and ready for you. I can't get enough of you, professor, I need more of your amazing cock.
<</say>>
<<say 'You'>>
Your pussy is so tight and hot, baby, it's driving me wild with desire. You're so fucking sexy, I can't hold back anymore.
<</say>>
<<say 'Barbara'>>
I want you to take me hard and fast, show me what the Essence of Sexuality can do to make our sex even more intense.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-3.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cock feels so good between my tits. The Essence of Sexuality has made me so sensitive, every movement sends shivers of pleasure through my body. I love how your hard shaft slides between my breasts, it's like a naughty little tease before the main event.
<</say>>
<<say 'You'>>
Mmm, baby, your tits feel amazing wrapped around my cock.
<</say>>
<<say 'Barbara'>>
Yes, Professor, keep fucking me between my tits. The Essence makes me want more, makes me crave your touch like never before. I can't wait for you to come all over my face, I want to feel your hot cum covering me while I look up at you with desire in my eyes.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-4.mp4>>
<<say 'Barbara'>>
Ohh, your cock feels so good inside me... I can't believe how much I'm enjoying this. I can feel every inch of you thrusting into me, and it's driving me crazy.
<</say>>
<<say 'You'>>
That's it, baby, just relax and let me take control. You're so tight and wet, it's like you were made for me. I love seeing you like this, so vulnerable and exposed. Keep moaning for me, I want to hear how much you want it.
<</say>>
<<say 'Barbara'>>
Yes, yes, fuck me harder... I want to feel you deep inside me, filling me up completely. Your touch is electrifying, sending shivers down my spine. I never knew sex could feel this good, but with you, it's like a whole new world of pleasure.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-5.mp4>>
<<say 'Barbara'>>
Oh, Professor, I can feel every inch of you filling me up, making me crave more and more. I didn't know sex could be this intense and pleasurable before trying this amazing substance.
<</say>>
<<say 'You'>>
That's right, baby. The Essence of Sexuality enhances every sensation, making it feel like pure ecstasy.
<</say>>
<<say 'Barbara'>>
Please, keep going, don't stop. I want to feel you taking me to new heights of pleasure with every thrust.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-2.mp4>>
<<say 'Barbara'>>
Oh god, your cock is stretching me out so perfectly... It's like fireworks are going off inside me. I love feeling you inside me, fucking my pussy while I play with my ass... It's like I'm on the edge of an orgasm every second.
<</say>>
<<say 'You'>>
Your tight little pussy feels amazing around my cock, and watching you pleasure yourself like that is driving me wild.
<</say>>
<<say 'Barbara'>>
Oh yes, please! Please keep fucking me, professor! The way the Essence of Sexuality has intensified every sensation, every touch, it's like I'm addicted to this pleasure. I just want more and more, to lose myself in the ecstasy of being fucked so deeply.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-3.mp4>>
<<say 'Barbara'>>
Mmm, your cock feels so good in my mouth, Professor. I can't believe how much more sensitive and aroused I am with the Essence of Sexuality running through my veins. It's like every touch, every thrust, every little movement sends waves of pleasure through my body. I love feeling your hands in my hair, guiding me, controlling me. It's so intense, so thrilling. I never want this to end.
<</say>>
<<say 'You'>>
That's it, baby. Suck on my cock like it's the most delicious thing you've ever tasted. I can feel how much you're enjoying this, how much you're craving more of me.
<</say>>
<<say 'Barbara'>>
Yes, Professor, I'm completely at your mercy, and I love it. The way you're fucking my mouth, the way you're using me for your own pleasure, it's driving me wild.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-4.mp4>>
<<say 'Barbara'>>
Oh, fuck, Professor, your cock feels amazing in my ass. I never knew anal sex could be this incredible, this mind-blowing. The Essence of Sexuality has completely changed the way I experience pleasure, especially when it comes to this. I can feel every inch of you stretching me, filling me up, and it's driving me crazy. I never want this moment to end, I want to ride you forever.
<</say>>
<<say 'You'>>
The way you're moaning, the way you're begging for more, it's music to my ears. The Essence is doing wonders for you, isn't it? You're insatiable, you're hungry for more, and I'm more than happy to give it to you.
<</say>>
<<say 'Barbara'>>
Yes, Professor, I am insatiable. I want more, I want it harder, I want to feel you deeper inside me. The way you're fucking me, the way you're thrusting up into me, it's driving me to the edge of ecstasy.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-5.mp4>>
<<say 'Barbara'>>
Oh yes, fuck me harder, Professor. Your hard cock feels so good inside me, filling me up completely. I want you to take me to the edge and make me lose control.
<</say>>
<<say 'You'>>
You like that, huh? You're so tight and wet, it's driving me crazy. I'm going to make you scream with pleasure.
<</say>>
<<say 'Barbara'>>
Yes, yes, please don't stop. I'm on the brink of ecstasy, the way you're pounding into me is sending me over the edge. The Essence is intensifying every sensation, making me lose myself in pleasure. I want you to take me to the peak and beyond.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-2.mp4>>
<<say 'Barbara'>>
Oh baby, slide that big dick between my tits and fuck them hard. The Essence has made my breasts so sensitive and eager for your touch. It's like my whole body is alive with pleasure, craving your every move.
<</say>>
<<say 'You'>>
You like it when I fuck your tits, don't you? You love feeling my cock sliding between them, feeling the friction and the heat building up.
<</say>>
<<say 'Barbara'>>
Yes, yes, don't stop! Keep fucking my tits, professor!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-3.mp4>>
<<say 'Barbara'>>
Oh fuck, your cock feels amazing in my tight little asshole. Every thrust, every pound, every inch of your dick feel like pure ecstasy. I never knew I could enjoy anal sex this much!
<</say>>
<<say 'You'>>
You take my cock in your ass like a dirty little slut. You love feeling me stretch you out, filling you up with my hard cock.
<</say>>
<<say 'Barbara'>>
Yes, I'm your filthy anal whore! Pound me harder, make me scream with pleasure as you fuck my ass raw and deep, professor.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-4.mp4>>
<<say 'Barbara'>>
Ooh, I love riding your cock like this. The Essence of Sexuality has made me so wet, so ready for you. I can feel every vein, every ridge of your cock as it slides in and out of my tight asshole, driving me crazy with pleasure.
<</say>>
<<say 'You'>>
You like it when I fill your ass with my dick, don't you? You love being on top, controlling the pace and the depth, riding me like there's no tomorrow.
<</say>>
<<say 'Barbara'>>
Yes, I want it all! I want to feel your cock deep inside me, to ride you until we both explode with pleasure and lust, until we're both spent and satisfied.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-5.mp4>>
<<say 'Barbara'>>
Oh fuck, your cock feels so good in my ass. The Essence has turned up my sensitivity to a whole new level, making every thrust, every slap of your skin on mine feel like heaven.
<</say>>
<<say 'You'>>
You love it when I fuck you from behind, don't you? You love feeling me deep inside you, pounding your tight little asshole.
<</say>>
<<say 'Barbara'>>
Yes, harder, deeper! I want to feel you take me like a dirty slut, like your own personal fuck toy. Give it to me rough, make me scream with pleasure as you own my ass completely.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-2.mp4>>
<<say 'Barbara'>>
Oh fuck, your cock is so deep inside me! I can feel every inch of it stretching my ass.
<</say>>
<<say 'You'>>
You're such a tight little slut, taking my cock so well. I'm going to fuck you harder.
<</say>>
<<say 'Barbara'>>
Yes, please fuck my ass harder, professor! Fuck me! Fuck me! Fuck me!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-3.mp4>>
<<say 'Barbara'>>
I love feeling you thrusting into me from behind. Your cock feels amazing in my ass.
<</say>>
<<say 'You'>>
You're such a dirty little whore, begging for more. I'm going to make you scream.
<</say>>
<<say 'Barbara'>>
Don't stop fucking me, professor, I want more. I want you to make me cum all over your cock.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-4.mp4>>
<<say 'Barbara'>>
Oh, Professor, your hard cock feels amazing sliding between my tits. The Essence of Sexuality has heightened my senses, making every touch, every thrust, feel so much more intense.
<</say>>
<<say 'You'>>
Mmm, you're so fucking hot, baby. Your tits are perfect for my cock, squeezing it so tight. I can't get enough of this view, your soft skin, your wet lips, I'm in ecstasy.
<</say>>
<<say 'Barbara'>>
Yes, fuck me harder, Professor! I love how you take control, thrusting between my tits with such passion.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-5.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cock feels so good inside me. It's like my whole body is on fire, every movement driving me wild with desire. This Essence of Sexuality is incredible, I've never felt so turned on before. I can't get enough of you, I want to ride you all day long.
<</say>>
<<say 'You'>>
Fuck, you're tighter than I ever imagined. Your moans are like music. This experiment is definitely a success, your body responding to the Essence in ways I never could have predicted. Keep riding me, baby, show me how good it feels.
<</say>>
<<say 'Barbara'>>
Yes, yes, Professor! I'm so close! The pleasure is overwhelming! I can't hold back anymore! I need you to make me cum! This is pure ecstasy! I never want it to end!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-2.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cock tastes so good in my mouth. I'll show you how much I appreciate your research.
<</say>>
<<say 'You'>>
Suck it! Let me feel your lips and tongue work on me, baby. I'll give you all the pleasure you need!
<</say>>
<<say 'Barbara'>>
Mmm, I'll make sure to show you how much the Essence of Sexuality is affecting me. I want to feel every inch of you inside my throat.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-3.mp4>>
<<say 'Barbara'>>
Professor, your cock feels so good inside me. The Essence of Sexuality is intensifying every sensation. I want to feel you deep inside me, making me scream with pleasure.
<</say>>
<<say 'You'>>
You're such a good little test subject. I'll make sure to fuck you hard and show you the true power of the Essence.
<</say>>
<<say 'Barbara'>>
Yes, yes, fill me up and make me yours, Professor. I can feel the pleasure building up inside me.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-4.mp4>>
<<say 'Barbara'>>
Oh, it feels so good, I can't believe how tight and amazing it feels.
<</say>>
<<say 'You'>>
You like that, baby? Your ass is like a vice around my cock.
<</say>>
<<say 'Barbara'>>
Yes, fuck me harder, don't hold back, I want to feel every inch of you.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-5.mp4>>
<<say 'Barbara'>>
Oh god, it's so intense, I feel like I'm being taken over by pleasure.
<</say>>
<<say 'You'>>
You asked for it rough, baby, and that's exactly what I'm giving you.
<</say>>
<<say 'Barbara'>>
Please, don't stop, I want more, I want to be completely owned by you.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-6]]
</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-2.mp4>>
<<say 'You'>>
You fucking slut, how badly do you want to suck my fucking cock? I want to see you gag on it, choke on it like the worthless whore that you are. You better fucking worship every inch of it, you understand me? You're nothing but a filthy cum dumpster for me to use and abuse as I please. Now open your mouth wider and take it all, you fucking slut!
<</say>>
<<say 'Amy'>>
Yes, master! I want it so fucking bad. I want to feel every inch of your cock in my mouth, I want to taste your cum and swallow every drop. I live to serve you, to please you in any way I can. I'm your fucking whore, your obedient little slut. Please let me suck your cock, let me please you in any way you desire.
<</say>>
<div class="go sex">[[Next|AmySex1-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-1-3.mp4>>
<<say 'You'>>
You like that, you fucking slut? You love it when I fuck your mouth like this, don't you? You're just a worthless little whore who craves my cock deep down your throat. I bet you're getting off on how dirty and pathetic you are right now, aren't you? You're nothing but a filthy little cum dumpster for me to use however I please.
<</say>>
<<say 'Amy'>>
Yes, Sir, I love it. I'm your dirty little cum dumpster, Master. Please, use me however you want. I'm here to please you, Master. Thank you for fucking my mouth like this, Master.
<</say>>
<div class="go sex">[[Next|AmySex1-4]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-4.mp4>>
<<say 'You'>>
You like that, you fucking slut? You're my little whore, aren't you? You love being used like this, don't you? Taking my cock deep inside you, you filthy fucking whore.
<</say>>
<<say 'Amy'>>
Yes, Master, I love it. I'm your dirty little slut, I belong to you. Please, fuck me harder, use me like the worthless fucktoy I am.
<</say>>
<<say 'You'>>
That's right, you're just my little fucktoy. And I'm gonna use you however I want. You're nothing but a piece of meat for me to fuck, and you love every fucking second of it.
<</say>>
<<say 'Amy'>>
Yes, Master, I do. I'm yours to use and abuse, I crave your dominance over me. Please, please don't stop, I need you to fuck me harder and make me scream.
<</say>>
<div class="go sex">[[Next|AmySex1-5]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-5.mp4>>
<<say 'You'>>
You like that, you dirty little slut? Hanging there like a fucking piece of meat while I whip your sorry ass.
<</say>>
<<say 'Amy'>>
Yes, Master. It hurts so good. I love feeling your power over me, using me for your pleasure.
<</say>>
<<say 'You'>>
That's right, you're mine to do with as I please. You're nothing but a worthless whore who craves my punishment.
<</say>>
<<say 'Amy'>>
Yes, Master, punish me as much as you want. I'm yours to control, to use, to abuse. I thrive on your brutal dominance.
<</say>>
<<say 'You'>>
Good, that's what I like to hear. Now take this pain like the obedient little bitch you are. I'll give you what you deserve, every fucking time.
<</say>>
<div class="go sex">[[Next|AmySex1-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-2.mp4>>
<<say 'You'>>
You like that, you fucking slut? You love feeling my cock deep inside your tight little pussy, don't you? You're nothing but a worthless whore for me to use however I want. I'm going to fuck you hard and make you scream for more.
<</say>>
<<say 'Amy'>>
Yes, Master, please fuck me harder. I'm your obedient slut, I belong to you and only you. Use me however you please, I'm yours to command.
<</say>>
<<say 'You'>>
That's right, Your body is mine to do with as I please, and I'm going to make sure you never forget who owns you. Now beg for more, you fucking whore.
<</say>>
<<say 'Amy'>>
Please, Master, fuck me harder! I need your cock so bad, I'm your dirty little whore and I want to be used by you. Please, make me your obedient slave and show me no mercy.
<</say>>
<div class="go sex">[[Next|AmySex2-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-3.mp4>>
<<say 'You'>>
You like that, huh? You like when I hit those fucking tits of yours with this fucking whip, huh? Take it like the fucking whore you are!
<</say>>
<<say 'Amy'>>
Yes, Master, I love it. Please, punish me more. I deserve it for being such a dirty little slut for you.
<</say>>
<<say 'You'>>
Good. That's what I like to hear. You're my fucking property, and I'll do whatever the hell I want to you. Now, beg for more, you filthy whore.
<</say>>
<<say 'Amy'>>
Please, Master, please hit me harder. I need it. I need to feel your power over me. Thank you for using me like the worthless bitch I am.
<</say>>
<div class="go sex">[[Next|AmySex2-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-4.mp4>>
<<say 'You'>>
You fucking slut, you love it when I pound your tight little cunt, don't you? You're my little whore, my fucking property, and you'll take every inch of my cock like the good little bitch you are. Yeah, that's right, moan for me, moan louder.
<</say>>
<<say 'Amy'>>
Yes, Master, I love it when you use me like this. I'm your slave, your property, and I'll do anything to please you. Please, Master, fuck me harder, I want to feel you deep inside me.
<</say>>
<div class="go sex">[[Next|AmySex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-5.mp4>>
<<say 'You'>>
You like that, you dirty little slut? You fucking love it when I pound your tight little pussy from behind, don't you?
<</say>>
<<say 'Amy'>>
Oh yes, Sir. I love it when you fuck me hard like this. I'm your dirty little whore, your obedient slut. Please, fuck me harder.
<</say>>
<<say 'You'>>
That's right, you're my fucking whore. You're my property to do with as I please. And I'm going to use you until I'm satisfied.
<</say>>
<<say 'Amy'>>
Yes, Sir. I'm yours to use however you want. I'm just a hole for you to use as you please.
<</say>>
<<say 'You'>>
Good girl. Now take every inch of my cock and beg for more, you filthy little slut. You love being my obedient little slave, don't you?
<</say>>
<<say 'Amy'>>
Yes, Sir. I love it. Please, use me as your dirty little whore. I'm all yours.
<</say>>
<div class="go sex">[[Next|AmySex2-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-2.mp4>>
<<say 'You'>>
Are you ready for this, my little slut?
<</say>>
<<say 'Amy'>>
Yes, Master, I'm ready for whatever you want to do to me.
<</say>>
<<say 'You'>>
Good. Now, feel my fingers slipping into your tight asshole. You like that, don't you?
<</say>>
<<say 'Amy'>>
Oh yes, Master, it feels so good. Please, don't stop.
<</say>>
<<say 'You'>>
And now, my other hand is going to fuck your dripping wet pussy. You're such a dirty little whore, aren't you?
<</say>>
<<say 'Amy'>>
Yes, Master, I am your dirty little whore. Please, use me as you please.
<</say>>
<<say 'You'>>
That's right, you belong to me. Now beg for it, beg for more. Tell me how much you love being my little obedient slut.
<</say>>
<<say 'Amy'>>
Oh Master, I love it so much. I'm yours, completely yours. Thank you for using me.
<</say>>
<<say 'You'>>
You're welcome, my dear. Now, let's see how much more you can take. This is just the beginning. Get ready for an unforgettable night.
<</say>>
<div class="go sex">[[Next|AmySex3-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-3.mp4>>
<<say 'You'>>
You like it when I pound your tight pussy hard, don't you, my little whore?
<</say>>
<<say 'Amy'>>
Yes, Master, it feels so good when you fuck me with your big cock. Please, don't stop, fuck me harder.
<</say>>
<<say 'You'>>
I own every inch of your body, every moan that escapes your lips is mine to enjoy.
<</say>>
<<say 'Amy'>>
I belong to you, Master. Use me however you please, I am here to serve you and fulfill all your desires. Please, give it to me rough, show me who I belong to.
<</say>>
<<say 'You'>>
That's it, take me like the obedient slut you are. You're mine to use and abuse, and I will make sure you never forget it.
<</say>>
<div class="go sex">[[Next|AmySex3-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-4.mp4>>
<<say 'You'>>
Squirm all you want, but you know you love the way my electric toy shocks your nipples and tongue. You were made for this kind of punishment, weren't you, Amy?
<</say>>
<<say 'Amy'>>
Oh, thank you, Master! Your dominance over me brings me pleasure beyond words. I crave every ounce of pain and pleasure you deliver to me.
<</say>>
<<say 'You'>>
Good. You're a good little masochist, aren't you? I love watching you squirm and moan as I use you for my own pleasure. You belong to me, Amy, and you'll do whatever I say, won't you?
<</say>>
<<say 'Amy'>>
Yes, Master! I am yours to command, to use, to punish in any way you see fit. Please, punish me more, show me how much of a dirty little whore I really am.
<</say>>
<div class="go sex">[[Next|AmySex3-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-5.mp4>>
<<say 'You'>>
You like that, don't you, you dirty little slut? You wanted me to fuck your tight little ass, didn't you?
<</say>>
<<say 'Amy'>>
Oh yes, Master, please fuck me harder. I've been a bad girl and I deserve to be punished. Please, punish me for being such a naughty little slut.
<</say>>
<<say 'You'>>
That's right, take it all, take every inch of my cock in your filthy ass. You're nothing but a dirty whore who loves getting fucked like this, aren't you?
<</say>>
<<say 'Amy'>>
Yes, Master, I'm your dirty little whore. I need you to use me and make me feel like your property. Please, fuck me harder and make me scream.
<</say>>
<div class="go sex">[[Next|AmySex3-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-2.mp4>>
<<say 'You'>>
Yeah, fuck, your tits feel so fucking amazing, Amy. I love sliding my cock between them and watching you squeeze them together. You're such a fucking tease.
<</say>>
<<say 'Amy'>>
Oh god, Evan, it feels so fucking good. I love how hard you are fucking me between my tits. Yeah, keep going, don't stop!
<</say>>
<div class="go sex">[[Next|AmySex4-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-3.mp4>>
<<say 'Amy'>>
Oh fuck, Evan! Your cock is so deep down my throat! Fuck my face, show me how much of a filthy whore I am for you!
<</say>>
<<say 'You'>>
Take it all, you dirty little slut. Suck my fucking cock like you mean it. Oh, fuck, yeah, you love it when I fuck your mouth like this, don't you?
<</say>>
<<say 'Amy'>>
Mmm, yeah, I love it when you're so rough with me. Keep fucking my mouth, Evan. I want all of your cock down my throat.
<</say>>
<div class="go sex">[[Next|AmySex4-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-4.mp4>>
<<say 'Amy'>>
Oh yes, Evan! Fuck me from behind, I want to feel your cock deep in my tight pussy! Fuck me harder, you animal!
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to ram my cock into you like a wild beast? You're such a fucking dirty slut, Amy.
<</say>>
<<say 'Amy'>>
Yes, Evan! I'm your dirty little slut! Fuck me with your hard cock and make me scream with pleasure!
<</say>>
<<say 'You'>>
You're so fucking tight, Amy. I love how you take my cock so well. I'm gonna fuck you hard and make you mine, you dirty fucking whore.
<</say>>
<div class="go sex">[[Next|AmySex4-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-5.mp4>>
<<say 'You'>>
You want it rough, huh, Amy? Well, I'll give you rough. Fuck, your pussy is so fucking wet and tight.
<</say>>
<<say 'Amy'>>
Yes, Evan, I want it rough. Give it to me, fuck me like the dirty slut I am. Oh god, yes, fuck me harder, don't hold back!
<</say>>
<div class="go sex">[[Next|AmySex4-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-2.mp4>>
<<say 'Amy'>>
Your huge cock is stretching me so good from behind. I love feeling you deep inside me.
<</say>>
<<say 'You'>>
You like it rough, don't you? You're such a dirty little slut.
<</say>>
<<say 'Amy'>>
Yes, I love it when you fuck me like this. Harder, baby. Give it to me.
<</say>>
<div class="go sex">[[Next|AmySex5-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-3.mp4>>
<<say 'You'>>
Take my cock you filthy fucking whore, you love getting fucked like this, don't you?
<</say>>
<<say 'Amy'>>
Oh fuck, yes, I love it rough, spank me and fuck me harder.
<</say>>
<<say 'You'>>
You like it when I slap your hips and pound you like this?
<</say>>
<<say 'Amy'>>
Yes, I'm your dirty little slut, give it to me rough, make me scream.
<</say>>
<div class="go sex">[[Next|AmySex5-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-4.mp4>>
<<say 'Amy'>>
Do I suck your cock good enough, Evan? I want to be the best you've ever had. Tell me, baby, am I doing it right?
<</say>>
<<say 'You'>>
Fuck, Amy, you suck my dick like a fucking pornstar. You know just how to please me. I love feeling your mouth on me, keep going, baby.
<</say>>
<<say 'Amy'>>
I love the taste of your cock in my mouth. I want to make you cum so bad. Please, tell me when you're ready to explode, I want it all.
<</say>>
<div class="go sex">[[Next|AmySex5-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-5.mp4>>
<<say 'You'>>
Ride me like a fucking stallion, Amy, show me how much you love my cock.
<</say>>
<<say 'Amy'>>
Oh yes, I love bouncing on your dick, it feels so fucking good.
<</say>>
<<say 'You'>>
Your tits look fucking amazing bouncing like that, baby.
<</say>>
<<say 'Amy'>>
I love it when you watch me ride you, your cock feels so good inside me, Evan.
<</say>>
<div class="go sex">[[Next|AmySex5-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-2.mp4>>
<<say 'Amy'>>
Oh, Evan, your cock feels so good in my ass. Fuck, yes, keep going. I love riding you like this.
<</say>>
<<say 'You'>>
You're so tight, baby. I can feel you clenching around me. You're driving me crazy.
<</say>>
<<say 'Amy'>>
You like how I take you, huh? Do you want me to go faster?
<</say>>
<<say 'You'>>
Yes, babe, ride me hard. I want to feel you cum on my cock.
<</say>>
<div class="go sex">[[Next|AmySex6-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-3.mp4>>
<<say 'Amy'>>
Fuck, your cock feels so good in my ass, Evan. Keep fucking me just like that.
<</say>>
<<say 'You'>>
You're so tight and wet, baby. I can't get enough of you.
<</say>>
<<say 'Amy'>>
I love how deep you go, Evan. Don't stop, I want more.
<</say>>
<div class="go sex">[[Next|AmySex6-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-4.mp4>>
<<say 'Amy'>>
Oh, yes, Evan! Fuck my tight ass from behind while I play with my clit. Your cock feels so good inside me.
<</say>>
<<say 'You'>>
You like that, baby? Your moans are turning me on so much. Your ass is so tight and hot... It drives me crazy.
<</say>>
<<say 'Amy'>>
Harder, Evan! Give it to me deeper and faster. I want to feel you fill me up completely.
<</say>>
<div class="go sex">[[Next|AmySex6-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-5.mp4>>
<<say 'Amy'>>
Oh god, fuck me harder! Yes, right there! Don't stop!
<</say>>
<<say 'You'>>
You like it rough, huh? Your tight ass feels so good around my cock.
<</say>>
<<say 'Amy'>>
Yes, yes, don't hold back. I want it harder, deeper! Fuck me like you own me!
<</say>>
<div class="go sex">[[Next|AmySex6-6]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'Computer'>>
Repair protocol initialized. The following operations are being carried out:
<ul>
<li>Recalibration of the infusion module.</li>
<li>Replacement of the thermoregulator.</li>
<li>Restoration of power stability in the extraction unit.</li>
<li>Balancing of synthesizing elements.</li>
<li>Correction of errors in the reagent delivery system.</li>
</ul>
Calculated repair duration: 7 hours.
<</say>>
<<say 'You' '11'>>
7 hours? That's long. Looks like today's work in the lab is over. We'll get back to it tomorrow when the Computer finishes repairing the damaged components. For now, everyone can go home. So, Vanessa, any plans for the evening? It seems you've got some extra free time today.
<</say>>
<<say 'Vanessa'>>
Yes, actually, I was planning to play tennis. Want to join? You're not afraid of a challenge, right?
<</say>>
<<say 'You' '2'>>
Oh, tennis, huh? Well, I'm always up for some exercise. But be ready, I won't go easy on you!
<</say>>
<<say 'Vanessa'>>
Ha, we'll see who the real master on the court is. Can you handle my serves?
<</say>>
<<say 'You' '9'>>
Don't worry, I'm prepared for your tricks. How about we make a little challenge? Whoever loses treats the other to coffee after the game.
<</say>>
<<say 'Vanessa'>>
Deal! But keep in mind, I'm in it to win.
<</say>>
<div class="go">[[Tennis court, two hours later|VanessaSex1-3]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<say 'Vanessa'>>
Hey, ready for our tennis match?
<</say>>
<<say 'You'>>
Yup, I'm pumped! You warming up already?
<</say>>
<<video video/Vanessa/Vanessa-1-1.mp4>>
<<say 'Vanessa'>>
Yeah, just doing some stretching and arm circles to get loose. Gotta make sure I'm ready to crush you on the court!
<</say>>
<<say 'You' '2'>>
Haha, we'll see about that. I've been practicing my serves, so watch out!
<</say>>
<<say 'Vanessa'>>
Oh please, your serves are no match for my killer backhand. You better be prepared to run all over the court trying to keep up with me.
<</say>>
<<say 'You' '9'>>
We'll see who's running after this match is over. I'm feeling pretty confident about my game today.
<</say>>
<<say 'Vanessa'>>
Bring it on! I'm not afraid of a little competition. Let's see who comes out on top.
<</say>>
<<say 'You'>>
Game on! May the best player win. Good luck out there!
<</say>>
<<say 'Vanessa'>>
You're gonna need it. Let's do this!
<</say>>
<div class="go">[[Next|VanessaSex1-4]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-2.mp4>>
<<say 'Vanessa'>>
Oops, I missed that one! Sorry, I'm still learning.
<</say>>
<<say 'You' '2'>>
It's okay, nobody's perfect. But I must say, it's quite entertaining watching you play.
<</say>>
<<say 'Vanessa'>>
Oh come on, don't tease me! I'll get better, I promise.
<</say>>
<<say 'You' '9'>>
I have no doubt about that. Just remember, practice makes perfect. And in the meantime, I'll enjoy seeing you struggle a bit.
<</say>>
<<say 'Vanessa'>>
Haha, very funny. Just you wait, I'll show you my skills next time we play.
<</say>>
<<say 'You' '11'>>
I can't wait. But for now, let's finish this game and see if you can redeem yourself. And who knows, maybe I'll go easy on you this time.
<</say>>
<div class="go">[[Next|VanessaSex1-5]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-3.mp4>>
<<say 'Vanessa'>>
Ouch! I think I twisted my ankle.
<</say>>
<<say 'You' '4'>>
Are you okay? Let me help you up.
<</say>>
<<say 'Vanessa'>>
No, it really hurts. I don't think I can continue playing.
<</say>>
<<say 'You'>>
Let me take a look. Maybe we should stop and get some ice on it.
<</say>>
<<say 'Vanessa'>>
Thanks, that would be great. I'm sorry for ending our game early.
<</say>>
<div class="go">[[Next|VanessaSex1-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-2.mp4>>
<<say 'Vanessa'>>
Oh, fuck, that's it, grab my head and ram your cock down my throat. I love how rough you are with me, it turns me on so much. Make me gag on it, I want to feel every inch of you in my mouth.
<</say>>
<<say 'You'>>
Yeah, that's right, take it all, you filthy little slut. I love seeing you on your knees, taking me deep. You look so fucking hot with my dick in your mouth. You're such a good girl for me.
<</say>>
<div class="go sex">[[Next|VanessaSex2-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-3.mp4>>
<<say 'Vanessa'>>
Fuck, it feels so good when you pound my ass like this. I love it when you use me like your own personal fuck toy. Pull my hair harder, make me scream your name. I want you to fuck me until I can't take it anymore.
<</say>>
<<say 'You'>>
You like it rough, don't you, you dirty little whore. I'm going to make you feel every inch of me inside you. You're so tight, I can't get enough of your ass. I'm going to make you beg for more.
<</say>>
<div class="go sex">[[Next|VanessaSex2-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-4.mp4>>
<<say 'Vanessa'>>
Mmm, your cock tastes so good. I love sucking you off, feeling you throb in my mouth. I want you to fuck my face until I'm a drooling mess. I can't get enough of you.
<</say>>
<<say 'You'>>
That's it, baby, show me how much you love my dick. I could watch you suck me all day long. Your mouth feels so fucking good on me. I want to see your eyes watering as you take me in deeper.
<</say>>
<div class="go sex">[[Next|VanessaSex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-5.mp4>>
<<say 'Vanessa'>>
Yes, fuck me harder! I want it rough and deep. Oh god, that feels so good. Your cock is driving me crazy.
<</say>>
<<say 'You'>>
You like it when I pound your ass like this? You're such a dirty little slut. Your moans are music to my ears. I'm gonna make you cum so hard.
<</say>>
<<say 'Vanessa'>>
Oh yes, please don't stop. I want more, give it to me. I love how you take control. I feel so full and stretched out. I'm on the edge of ecstasy.
<</say>>
<<say 'You'>>
You're my naughty little anal whore, aren't you? I can't get enough of your tight hole.
<</say>>
<div class="go sex">[[Next|VanessaSex2-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-2.mp4>>
<<say 'Vanessa'>>
Oh, fuck, you taste so good. I want you all the way down my throat.
<</say>>
<<say 'You'>>
Yeah, you like it when I fuck your mouth like this? You're such a dirty little slut.
<</say>>
<<say 'Vanessa'>>
Mmm, I love it. I love feeling your cock deep in my throat. It turns me on so much.
<</say>>
<<say 'You'>>
Take it all, baby. Swallow it all. You're such a good little cocksucker.
<</say>>
<div class="go sex">[[Next|VanessaSex3-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-3.mp4>>
<<say 'Vanessa'>>
Oh, god, yes! Pound me harder from behind. I want to feel you deep inside me.
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to fuck you like the dirty slut you are?
<</say>>
<<say 'Vanessa'>>
Yes, yes, fuck me harder. I need it. I need you to take me like this.
<</say>>
<<say 'You'>>
I'm gonna make you cum so hard, baby. You're mine to fuck however I want.
<</say>>
<div class="go sex">[[Next|VanessaSex3-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-4.mp4>>
<<say 'You'>>
You like it when I stretch your tight pussy like this? You're so wet for me.
<</say>>
<<say 'Vanessa'>>
Fuck, yes. I'm so wet for you. I need you to keep fucking me like this. Your cock feels so good inside me. Oh, yes, don't stop. I want more.
<</say>>
<div class="go sex">[[Next|VanessaSex3-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-5.mp4>>
<<say 'Vanessa'>>
Oh, god, your cock feels so deep inside my ass. I love it.
<</say>>
<<say 'You'>>
You like it when I fuck your tight little asshole like this? You're such a nasty girl.<</say>>
<<say 'Vanessa'>>
Yes, yes, I'm your nasty girl. I need you to fuck me harder back there.
<</say>>
<<say 'You'>>
I'm gonna make you beg for more, baby. You're my anal whore now.
<</say>>
<div class="go sex">[[Next|VanessaSex3-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-2.mp4>>
<<say 'Vanessa'>>
Oh, fuck, your cock feels so good deep in my throat. I love gagging on it.
<</say>>
<<say 'You'>>
Yeah, you're such a dirty girl, taking my cock all the way down like that.
<</say>>
<<say 'Vanessa'>>
I want it even deeper, I want you to fuck my mouth hard and make me gag.
<</say>>
<div class="go sex">[[Next|VanessaSex4-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-3.mp4>>
<<say 'Vanessa'>>
Oh, god, your cock feels so good inside me. I love bouncing on top of you like this.
<</say>>
<<say 'You'>>
Yeah, baby, ride me hard. You're so fucking sexy when you ride me like this.
<</say>>
<<say 'Vanessa'>>
Mmm, your cock is hitting all the right spots. I could do this all night.
<</say>>
<div class="go sex">[[Next|VanessaSex4-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-4.mp4>>
<<say 'Vanessa'>>
Oh, fuck yes, right there! Your cock feels so fucking good deep in my ass. I love how you're really taking control and pounding me from below. It's like you're reaching places no one has ever reached before. Don't stop, baby, I want more!
<</say>>
<<say 'You'>>
You like that, huh? I love how tight your ass feels around my cock. You're such a dirty fucking slut, taking me all the way in like that.
<</say>>
<<say 'Vanessa'>>
Yes, yes, I'm your dirty anal slut. I can't get enough of this feeling. Fuck me harder, don't stop now! Please!
<</say>>
<div class="go sex">[[Next|VanessaSex4-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-5.mp4>>
<<say 'Vanessa'>>
Oh, fuck me harder, baby! I love it when you take me from behind. Your cock feels amazing in my ass, just keep going!
<</say>>
<<say 'You'>>
You like it rough, huh? I'm gonna make you scream my name as I pound you harder and faster. You're so tight and wet, it drives me insane.
<</say>>
<<say 'Vanessa'>>
Yes, yes, don't stop! Spank me, pull my hair, do whatever you want. I'm all yours, take me to the edge and make me beg for more.
<</say>>
<div class="go sex">[[Next|VanessaSex4-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-2.mp4>>
<<say 'Vanessa'>>
Oh fuck, your cock feels so good inside me. I love bouncing on it and feeling it fill me up.
<</say>>
<<say 'You'>>
You look so hot riding me like this, your tits bouncing and your moans driving me crazy.
<</say>>
<<say 'Vanessa'>>
I can't get enough of you. Fuck me harder, baby! I want you deeper inside me.
<</say>>
<div class="go sex">[[Next|VanessaSex5-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-3.mp4>>
<<say 'Vanessa'>>
Ohhh, yes! Fuck me harder and spank me until I can't take it anymore. I never want you to stop!
<</say>>
<<say 'You'>>
You love it when I spank you, don't you? You're so wet for me right now.
<</say>>
<<say 'Vanessa'>>
I love feeling your hand against my ass, it makes me feel so submissive and turned on.
<</say>>
<<say 'You'>>
You're so tight, I love pounding you from behind like this.
<</say>>
<div class="go sex">[[Next|VanessaSex5-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-4.mp4>>
<<say 'Vanessa'>>
Oh yes, that's it! I love it when you take control and pull my hair like that. Your cock feels amazing deep in my throat, I want all of it. I can feel how hard you are, it turns me on so much. Keep fucking my mouth just like that, baby.
<</say>>
<<say 'You'>>
You like it rough, huh? I love seeing you on your knees, looking up at me with those hungry eyes. Your mouth is so warm and wet, it's driving me crazy. I'm going to fuck your face hard and fast, make you gag on my cock.
<</say>>
<<say 'Vanessa'>>
Mmm, yes baby, I'm your dirty little slut. I love how you're using me for your pleasure, it's so hot. I want you to use my mouth for your own pleasure, make me your personal toy. I can't wait to feel you cum in my mouth, I want every drop of your hot load.
<</say>>
<div class="go sex">[[Next|VanessaSex5-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-5.mp4>>
<<say 'Vanessa'>>
Oh god, your cock feels so good in my ass! I love how you're pounding me from behind, fucking me like the dirty little whore I am. I can't get enough of you, I want you deeper and harder.
<</say>>
<<say 'You'>>
You like it when I take you like this, huh? Your ass is so tight and so perfect, it drives me wild, honey.
<</say>>
<<say 'Vanessa'>>
Yes, yes, fuck me harder! I want to feel you deep inside me, filling me up completely. I'm your anal toy, use me however you want. I want you to dominate me, make me scream with pleasure as you take me from behind. Give it to me rough, Evan, I can take it all.
<</say>>
<div class="go sex">[[Next|VanessaSex5-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-2.mp4>>
<<say 'Vanessa'>>
Yes, that's it, baby, fuck me harder! Grab my tits and squeeze them while you pound into me. I want to feel you deep inside me.
<</say>>
<<say 'You'>>
You like it when I take control, don't you? Your pussy is so wet and tight. I love how you moan when I squeeze your tits.
<</say>>
<<say 'Vanessa'>>
Oh, I love it when you're rough with me. Keep fucking me like this, I'm yours to use however you want.
<</say>>
<div class="go sex">[[Next|VanessaSex6-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-3.mp4>>
<<say 'Vanessa'>>
Oh, fuck! Your cock feels so good in my tight pussy!
<</say>>
<<say 'You'>>
Yeah, you like that? You're so fucking wet for me.
<</say>>
<<say 'Vanessa'>>
Harder, faster! I want to feel you deep inside me. Keep pounding me like that, I'm going to cum so hard!
<</say>>
<div class="go sex">[[Next|VanessaSex6-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-4.mp4>>
<<say 'Vanessa'>>
Oh yes, fuck me harder! I love feeling your cock deep inside me.
<</say>>
<<say 'You'>>
You like it when I pound your tight pussy like this? I can feel you getting wetter with every thrust.
<</say>>
<<say 'Vanessa'>>
Yes! Don't stop! Keep going! Oh, fuck! Your cock feels so good in my tight pussy. Harder, baby, fuck me harder!
<</say>>
<div class="go sex">[[Next|VanessaSex6-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-5.mp4>>
<<say 'You'>>
Fuck, you look so hot riding my cock like that. Your ass feels amazing, baby.
<</say>>
<<say 'Vanessa'>>
Oh god, yes, give it to me harder. I love feeling you deep inside me.
<</say>>
<<say 'You'>>
I could watch you bounce on me all day. You're such a dirty little slut.
<</say>>
<<say 'Vanessa'>>
Mmm, I love it when you talk dirty to me. Keep going, I'm so close.
<</say>>
<div class="go sex">[[Next|VanessaSex6-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-1.mp4>>
<<say 'Ruby'>>
Mmm, I love feeling you in my mouth, baby. Your hard cock tastes so good, I want to savor every inch of it. I love the way you groan and moan as I take your cock deeper. Let me show you just how much I enjoy pleasuring you with my mouth.
<</say>>
<<say 'You'>>
Oh fuck, that feels incredible. Your warm wet mouth around my cock is driving me wild. Your tongue swirling around my dick is pure heaven. I can't get enough of how good you make me feel. Keep going, baby! Keep going!
<</say>>
<<say 'Ruby'>>
I love making you feel good, knowing that I have the power to drive you crazy with desire. I can feel your dick throbbing in my mouth. I want to taste every drop of your hot cum when you explode in my tongue.
<</say>>
<div class="go sex">[[Next|RubySex2-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-2.mp4>>
<<say 'Ruby'>>
Oh yes, your cock feels so good in my ass. Fuck me harder, baby!
<</say>>
<<say 'You'>>
You like it when I pound you like this? You're so tight, it's driving me crazy.
<</say>>
<<say 'Ruby'>>
I love feeling you deep inside me, filling me up. Give it to me rough, just like that.
<</say>>
<div class="go sex">[[Next|RubySex2-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-3.mp4>>
<<say 'Ruby'>>
Oh, fuck me harder, baby. I love how you're taking me from behind. I want you to dominate me completely.
<</say>>
<<say 'You'>>
You like that, huh? You like it when I pound into you like this? Your ass is so fucking tight, it feels amazing.
<</say>>
<<say 'Ruby'>>
Yes, it feels so good. I want you to make me yours in every way possible. Keep going, baby, please!
<</say>>
<div class="go sex">[[Next|RubySex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-4.mp4>>
<<say 'Ruby'>>
Mmm, that feels so good. I love it when you fuck my mouth like that.
<</say>>
<<say 'You'>>
Yeah, you love taking my cock deep down your throat, don't you? You're such a filthy little slut.
<</say>>
<<say 'Ruby'>>
Fuck yeah, I'm your dirty little whore. I want you to come all over my face when you're done. I want to taste every drop.
<</say>>
<div class="go sex">[[Next|RubySex2-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-1.mp4>>
<<say 'Ruby'>>
Mmm, I love the taste of you in my mouth. Your moans drive me crazy, baby. I want to feel you deep in my throat.
<</say>>
<<say 'You'>>
Fuck, your mouth feels so good. Your tongue, your lips, I can't get enough of the pleasure they give my cock. Suck my cock harder, Ruby, yeah, that's it.
<</say>>
<<say 'Ruby'>>
Your cock is so hard and ready for me. I want to make you cum so bad. Let me take you to the edge and beyond, boss.
<</say>>
<div class="go sex">[[Next|RubySex3-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-2.mp4>>
<<say 'Ruby'>>
Oh yes, fill me up with every inch of your hard cock. I love feeling you deep inside me, pounding into me.
<</say>>
<<say 'You'>>
You feel so fucking good, baby. Your tight pussy wrapped around me, driving me wild. I could stay like this forever.
<</say>>
<<say 'Ruby'>>
Don't stop, keep thrusting into me. I want to feel you lose control, losing yourself in the pleasure. I'm yours, completely yours.
<</say>>
<div class="go sex">[[Next|RubySex3-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-3.mp4>>
<<say 'Ruby'>>
Take me any way you want, show me your dominance, baby. Fuck my throat hard, make me gag on your cock.
<</say>>
<<say 'You'>>
You're so fucking naughty, I love it. You look so hot with my cock in your mouth. I'm gonna go deep, feel my balls against your chin.
<</say>>
<<say 'Ruby'>>
Yes, use me for your pleasure, show me who's boss. I'm your dirty little slut, craving every inch of you.
<</say>>
<div class="go sex">[[Next|RubySex3-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-4.mp4>>
<<say 'Ruby'>>
Oh God, your cock feels so fucking good inside me. I love bouncing on it like this, feeling every inch of you filling me up. Fuck, yes!
<</say>>
<<say 'You'>>
That's it, ride me, baby. Your tight little pussy squeezing me so perfectly, driving me crazy. Just like that, baby, keep going.
<</say>>
<<say 'Ruby'>>
I can't get enough of you, I want to feel you deep inside me. I want you to fuck me harder, make me scream your name. Oh, yes, yes, yes!
<</say>>
<div class="go sex">[[Next|RubySex3-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-1.mp4>>
<<say 'Ruby'>>
I love feeling your hard cock in my mouth, it turns me on so much. I want to please you and make you feel good. Your moans are driving me crazy, I love pleasuring you like this.
<</say>>
<<say 'You'>>
Fuck, your mouth feels so good, I can't control myself when you suck me like that. I love watching you on your knees, taking me deep into your throat. Your lips are so soft and wet, it's driving me wild.
<</say>>
<<say 'Ruby'>>
Mmm, your cock tastes so good, baby. I love feeling it getting harder in my mouth. I'm getting so wet just thinking about it.
<</say>>
<div class="go sex">[[Next|RubySex4-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-2.mp4>>
<<say 'Ruby'>>
Oh, yes, Evan, just like that! Your hard cock inside me feels so good. I love the way you move, the way you fuck me. Make me yours, make me scream with pleasure, Evan.
<</say>>
<<say 'You'>>
Your tight pussy is driving me crazy, Ruby. I could never get enough of it. I want to feel you shiver, I want to hear you moan my name. You're so fucking sexy, baby.
<</say>>
<<say 'Ruby'>>
Ohh, Evan! Don't stop, keep going. I'm so close, I need you to fuck me harder.
<</say>>
<<say 'You'>>
I'm not stopping, baby, I'm going to make you come so hard you won't be able to think straight. I want to feel your body tremble, I want to see your eyes roll back in ecstasy. You're mine, all mine.
<</say>>
<div class="go sex">[[Next|RubySex4-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-3.mp4>>
<<say 'Ruby'>>
Oh yeah, take me from behind, I love feeling you so deep inside me. I want you to take me hard, make me scream with pleasure.
<</say>>
<<say 'You'>>
You're so naughty, playing with your ass while I fuck you hard. You drive me crazy, baby.
<</say>>
<<say 'Ruby'>>
I want your cock in every hole, I want to feel you completely. Fuck me! Fuck me harder!
<</say>>
<<say 'You'>>
I can't resist your dirty talk, it turns me on even more. I love how wild you are.
<</say>>
<div class="go sex">[[Next|RubySex4-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-4.mp4>>
<<say 'Ruby'>>
Mmm, your cock tastes so good, I love sucking you. I love the way it feels in my mouth, the way it grows harder with every touch of my tongue. I want to make you come so bad.
<</say>>
<<say 'You'>>
Your mouth is heaven, baby. I could watch you suck my cock all day. I want to feel your lips around me, feel your tongue teasing me. You're so damn good at this.
<</say>>
<div class="go sex">[[Next|RubySex4-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-1.mp4>>
<<say 'Ruby'>>
Oh, yes, that's it. Fuck my mouth just like that. I love it when you're so rough with me. Show me how much you want it. Don't hold back, baby.
<</say>>
<<say 'You'>>
You look so sexy with my cock in your mouth. I can't get enough of your wet lips wrapped around me. I'm going to make you gag on it, that's how much I need you.
<</say>>
<<say 'Ruby'>>
Mmm, I love feeling you deep in my throat. It turns me on so much to please you this way. I want to taste every inch of you, feel you pulsating in my mouth.
<</say>>
<div class="go sex">[[Next|RubySex5-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-2.mp4>>
<<say 'Ruby'>>
Fuck me harder, I want it rough! I love how you're pounding me from behind, it's driving me crazy!
<</say>>
<<say 'You'>>
You like it rough, huh? You're such a dirty slut, begging for my cock like that. Your pussy is so wet, you're enjoying every inch of me.
<</say>>
<<say 'Ruby'>>
I want more, I want it all. Please, fuck my tight little asshole, show me how much you want me. I need to feel you deep inside me, fill me up completely.
<</say>>
<<say 'You'>>
Oh, you want it in your ass? You're such a filthy whore, I love it. I'll give you what you're asking for, I'll fuck your tight little hole until you scream with pleasure. Get ready for the best anal sex of your life, baby.
<</say>>
<div class="go sex">[[Next|RubySex5-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-3.mp4>>
<<say 'Ruby'>>
Oh yes, fuck me harder! I love it when you're rough with me. I want to feel your cock deep inside me, filling me up completely. Don't hold back, show me how much you want me.
<</say>>
<<say 'You'>>
You like it like that, huh? Your tight ass feels so fucking good around my dick. I'm gonna make you scream my name, baby. You're so fucking naughty, taking me all in like a little slut.
<</say>>
<<say 'Ruby'>>
Mmm, yes, I'm your dirty little whore, aren't I? Pound me harder, make me beg for more. I love the way you take control and dominate me. Give it to me rough, show me who's boss.
<</say>>
<<say 'You'>>
That's right, you're my dirty little slut and I'm gonna make you mine. You can't get enough of my cock, can you? I love watching you squirm and moan, it drives me wild. I'm gonna fuck you until you can't take it anymore.
<</say>>
<div class="go sex">[[Next|RubySex5-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-4.mp4>>
<<say 'Ruby'>>
Oh, fuck, your cock feels so good inside me. I love when you let me take control and ride you like this. I want you to feel how tight my ass is around your hard dick.
<</say>>
<<say 'You'>>
You're driving me crazy, baby. Your ass is so fucking tight. I love watching you bounce up and down on me, it's such a turn on.
<</say>>
<<say 'Ruby'>>
I want you to go deeper, I want to feel you all the way inside me. Fuck, I can feel every inch of your dick stretching me out.
<</say>>
<<say 'You'>>
I'm not gonna last much longer if you keep riding me like that. Your moans are driving me insane. I wanna see you cum all over my cock. Let's make this one hell of a ride.
<</say>>
<div class="go sex">[[Next|RubySex5-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-1.mp4>>
<<say 'Ruby'>>
Mmm, yesss, grab my hair and fuck my mouth, baby. I love how you take control and make me your little slut. Your cock feels so good sliding in and out of my throat, driving me crazy with pleasure.
<</say>>
<<say 'You'>>
That's it, baby, take it all. You look so sexy with my cock deep in your mouth. I can feel you getting wet and I know you're loving every moment.
<</say>>
<<say 'Ruby'>>
Oh yes, keep going, Evan. You make me feel so dirty and I love it.
<</say>>
<div class="go sex">[[Next|RubySex6-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-2.mp4>>
<<say 'Ruby'>>
Fuck me harder, babe, I want to feel you deep inside me. I can't get enough of your hard cock pounding into me. I need you to make me cum all over your dick.
<</say>>
<<say 'You'>>
You like that, Ruby? You like when I fill you up with my cock? I can see you rubbing your clit, getting yourself off while I fuck you. God, you're so fucking hot.
<</say>>
<<say 'Ruby'>>
Yes, yes, I'm gonna cum. Keep going, don't stop. Your cock is driving me wild. I'm so close, I'm gonna explode all over you. Oh fuck, that's it, I'm cumming!
<</say>>
<div class="go sex">[[Next|RubySex6-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-3.mp4>>
<<say 'Ruby'>>
Oh god, Evan, fuck me in the ass like the dirty little slut I am. I love how rough you are, how you take me to another level of pleasure. I want more, I want you to fuck me harder.
<</say>>
<<say 'You'>>
You can handle it, baby? You can take all of me in your tight little asshole? I'm gonna make you scream with pleasure. I love how you beg for more, it turns me on like crazy.
<</say>>
<<say 'Ruby'>>
Yes, yes, give it to me. Pound me harder, make me yours. I'm your anal whore, your little toy. Oh fuck, I love it!
<</say>>
<div class="go sex">[[Next|RubySex6-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-4.mp4>>
<<say 'Ruby'>>
I want you to fuck my mouth hard, I want to feel your cock deep down my throat. Your hard cock drives me wild, I love how you take control and use me for your pleasure.
<</say>>
<<say 'You'>>
You like it when I fuck your mouth, baby? You like feeling my cock slide in and out, making you gag and squirm in pleasure? I want to see your eyes roll back as I push you to the edge.
<</say>>
<<say 'Ruby'>>
Oh god, you're going to make me cum just from sucking your cock. I love how you make me feel so dirty and used, it's such a turn on.
<</say>>
<div class="go sex">[[Next|RubySex6-6]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You lean back in your chair, take a small sip of wine, and gather your thoughts.
<</do>>
<<say 'You'>>
Well, it all starts with the integration of foreign DNA, like that of an insect, into the Essence's structure. Once the Essence enters the body, it begins interacting with cells, activating a process called gene expression. This is when certain genes in the foreign DNA start producing proteins and other molecules that are not typical for the human body.
<</say>>
<<say 'Sophia'>>
And what happens next?
<</say>>
<<say 'You'>>
There is a gradual replacement of normal proteins and structural components of the cells with those encoded by the foreign genes. For example, if insect DNA is present in the Essence, the cells might start producing chitin - the main component of an insect's exoskeleton. Over time, this leads to the formation of unnatural structures like chitinous plates or even additional limbs.
<</say>>
<<say 'Sophia'>>
So, the human body literally starts turning into something... hybrid?
<</say>>
<<say 'You'>>
Exactly. It's a sort of transdifferentiation, where cells change their specialization and begin performing functions typical of cells from another organism - in this case, an insect. The longer this process continues, the less remains of the original human phenotype. The result is a horrifying hybrid, something in between a human and the organism whose DNA was used.
<</say>>
<<say 'Sophia'>>
It sounds like something out of a nightmare. And you prevented it at the last moment...
<</say>>
<<say 'You'>>
Yes, I managed to put the volunteer into cryosleep in time, which slowed down all processes. Then I was able to purify the Essence and remove the contaminated components before the transformation went too far. But it was... a dangerous experience that should never be repeated.
<</say>>
<div class="go">
[[Next|SophiaSex1-4]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
Evan, your decisiveness is truly impressive. I can't help but admire how you handled such a situation. Not everyone could stay so composed and calm, knowing that a human life... or even the fate of the world... was at stake.
<</say>>
<<say 'You'>>
Thank you, Sophia. I was just doing what I thought was necessary. We're all responsible for what we create.
<</say>>
<<say 'Sophia'>>
You know, actions like that... are incredibly arousing. Men who aren't afraid to take risks and always act decisively... they're hard to overlook.
<</say>>
<<say 'You'>>
Sophia... I didn't expect you to react this way. I thought you were still upset with me about what happened at the company event... I'm sorry, I behaved inappropriately back then...
<</say>>
<<say 'Sophia'>>
Forget about that. It's in the past.
<</say>>
<<say 'You' '8'>>
But...
<</say>>
<<say 'Sophia'>>
I've always known you were talented and smart. But today, you showed just how strong you are... and that makes me see you in a completely different light.
<</say>>
<<do>>
Sophia runs her hand over your dick.
<</do>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Sophia'>>
You have no idea how much men like you turn me on...
<</say>>
<div class="go sex">
[[Next|SophiaSex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Sophia'>>
Now forget that I'm your boss. I want you to focus entirely on the fact that I want you, not on the fact that you're my subordinate. Just... just kiss me... Kiss me right now...
<</say>>
<div class="image"><img src="video/Sophia/photo-2.jpg"></div>
<<say 'Sophia'>>
Please, unzip my dress... I want there to be nothing between us. Just you and me...
<</say>>
<<do>>You silently take off her dress.<</do>>
<div class="image"><img src="video/Sophia/photo-3.jpg"></div>
<<say 'Sophia'>>
Evan, I want you... I haven't felt this way in a long time. I want to feel you with every part of my body, right now.
<</say>>
<div class="image"><img src="video/Sophia/photo-4.jpg"></div>
<<say 'You'>>
You drive me crazy, Sophia...
<</say>>
<<say 'Sophia'>>
I can't hold back anymore. I want your cock... I want to feel the taste of it in my mouth right now... Give it to me, Evan... I want it so bad!
<</say>>
<div class="go sex">
[[Give her what she wants|SophiaSex1-6]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'You'>>
The «Protein Structure Harmonizer» will utilize technology based on the principle of molecular filtration and selective purification. During the synthesis of the Essence, we will apply a phase shift method to separate the molecules. The setup will consist of three key components.
<</say>>
<<say 'Sophia'>>
Tell me more about each of these components.
<</say>>
<<say 'You'>>
Component #1. Molecular Spectrum Analyzer: This device analyzes molecules in real-time and identifies any foreign protein structures or DNA fragments that may be contaminants.
<</say>>
<<say 'Sophia'>>
Oh, I understand the purpose of the first component now. What about the second component?
<</say>>
<<say 'You'>>
Component #2. Nanoparticle Filter Module: After identifying foreign molecules, they are directed to the filter module, which uses nanoparticles with high-specific adsorption. These nanoparticles bind only to molecules with specific structural features characteristic of foreign DNA.
<</say>>
<<say 'Sophia'>>
Got it. And now tell me about the last component.
<</say>>
<<say 'You'>>
Component #3. Purification Reactor: After filtration, the purified Essence passes through the reactor, where fluorescent correction and chemical neutralization methods are applied for final purification. This includes the use of specific enzymes that break down any remaining foreign molecules.
<</say>>
<<say 'Sophia'>>
And this will really help avoid contamination?
<</say>>
<<say 'You'>>
Yes, exactly. With these improvements, we can ensure that the Essence will be free of all potential contaminants and remain safe for use. Additionally, this will also enhance the overall efficiency and stability of the synthesis, which is a significant step forward in our work.
<</say>>
<<say 'Sophia'>>
It seems like you and your team are doing a tremendous job preventing such incidents. I see that you have everything under control, and that's truly impressive. And you know, I think I'd like to be under your control... right now.
<</say>>
<div class="go">
[[Ask her what she means|SophiaSex2-3]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'You'>>
What do you mean, Sophia?
<</say>>
<<say 'Sophia'>>
I'm tired of being the boss and constantly overseeing everything. I need you to take me right now, roughly and aggressively. I want to submit to a man and feel you completely dominate me. That's exactly what I need right now.
<</say>>
<<say 'You'>>
Roughly and aggressively, huh?
<</say>>
<<say 'Sophia'>>
I want you to grab me by the hair, push me against the wall, and fuck me like the dirty slut. Show me how brutal and rough you can be.Fuck me hard and rough in the ass, treat me like a filthy whore, talk to me like I'm nothing but a piece of meat. Unleash your primal instincts, make me your submissive slut right now.
<</say>>
<div class="image"><img src="img/fun.gif"></div>
<div class="go sex">
[[Give her what she wants|SophiaSex2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-1.mp4>>
<<say 'You'>>
You fucking love it when I treat you like a piece of meat, don't you? You want me to use you like a filthy whore, to make you beg for it?
<</say>>
<<say 'Sophia'>>
Yes! Make me feel like nothing but your fuck toy. Treat me like the dirty slut I am. Fuck me hard and rough, tear me apart.
<</say>>
<<say 'You'>>
You're just a hole for me to use, aren't you? You want me to stuff every inch of you full of my cock, to make you scream with pleasure and pain.
<</say>>
<<say 'Sophia'>>
Oh fuck yes! I'm your personal cum dumpster, your little whore to use as you please. Pound me into submission, show me who's boss.
<</say>>
<<say 'You'>>
You want it rough, you want it dirty? You're going to get it all, you dirty little cum slut. I'm going to make you beg for more, make you my dirty little plaything.
<</say>>
<<say 'Sophia'>>
Yes, yes, fuck me hard, treat me like your filthy little fuck toy. Forget that I'm your boss at work! While your cock is inside me, I'm just your property! Talk to me dirty! Use me, abuse me, fuck me until I can't take it anymore.
<</say>>
<div class="go sex">[[Next|SophiaSex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-2.mp4>>
<<say 'You'>>
Yeah, that's it, take it all in your mouth. You like it when I'm rough with you, don't you? You're such a little slut for me.
<</say>>
<<say 'Sophia'>>
Mmmph yeah, that's it, fuck my mouth just like that. I love it when you're so aggressive with me. I want you to use me however you want.
<</say>>
<<say 'You'>>
You look so fucking hot with my cock in your mouth. I can't get enough of your filthy mouth and those moans you make. You're such a good little cock-sucking whore.
<</say>>
<<say 'Sophia'>>
Fuck yes, I love being your dirty little whore. I'll do anything you want me to, just keep pounding my mouth like that.
<</say>>
<div class="go sex">[[Next|SophiaSex2-6]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'You'>>
1. Development of purification algorithms: Testing results allow us to precisely determine which molecules and DNA fragments need to be removed. Based on the test data, we can fine-tune the algorithms of the «Harmonizer» for specific filtration. Without this data, the device will not be optimally configured to remove all potential contaminants.
<</say>>
<<say 'Sophia'>>
That's the first reason. What's the second?
<</say>>
<<say 'You'>>
2. Analysis of molecular interactions: Testing on volunteers gives us information about how foreign DNA interacts with the Essence molecules. We use this information to create a model that allows us to predict how the «Harmonizer» should operate to break down and remove these molecules without disrupting the integrity of the Essence itself.
<</say>>
<<say 'Sophia'>>
Go on...
<</say>>
<<say 'You'>>
3. Assessment of structural changes: Testing helps us analyze how the Essence changes when exposed to different types of foreign DNA. This allows us to create settings that maintain the optimal molecular structure of the Essence, preventing potential negative alterations.
<</say>>
<<say 'Sophia'>>
What's the fourth reason?
<</say>>
<<say 'You'>>
4. Testing reactions: Based on the test data, we can identify potential side effects that may arise from using the «Harmonizer». We examine how the purified Essence affects biological systems, which helps us improve the device to ensure complete safety.
<</say>>
<<say 'Sophia'>>
And the final reason?
<</say>>
<<say 'You'>>
5. Device calibration: Each test provides us with critically important data for precise calibration of the device. This data allows us to adjust the filters and purification mechanisms of the «Harmonizer» to effectively and safely remove foreign DNA.
<</say>>
<div class="go">
[[Next|SophiaSex3-3]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
In general, it's clear. So, we need to wait for the completion of testing to properly configure the device and ensure its effectiveness.
<</say>>
<<say 'You'>>
Yes, exactly. We are doing everything we can to finish the testing and complete the development as quickly as possible to avoid further problems.
<</say>>
<<say 'Sophia'>>
But here's what seems strange to me. According to what you're saying, to develop a system that will clean the Essence of foreign DNA, you need to... essentially infect the Essence with foreign DNA?
<</say>>
<<say 'You'>>
To some extent, yes. To create the «Protein Structure Harmonizer», we need to gather as much data as possible on how the Essence interacts with foreign DNA. This involves analyzing how contaminated Essence interacts with the volunteer's body. Based on this data, we can develop more effective filtration and purification mechanisms.
<</say>>
<<say 'Sophia'>>
So, to create this device, you need to deliberately contaminate the Essence by introducing DNA from various insects or other organisms?
<</say>>
<<say 'You'>>
Absolutely not. The introduction of insect DNA into the Essence is a dangerous accident that we try to avoid. The Essence is synthesized with a controlled level of contamination that is sufficient for obtaining the necessary data. While the presence of insect DNA could provide more results in the analysis, it is extremely dangerous. We strive to minimize risks and work with the contamination that is already present.
<</say>>
<div class="go">
[[Next|SophiaSex3-4]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
Then maybe we should consider the option of deliberately contaminating the Essence with foreign DNA? If we introduce such Essence to the volunteers who haven't completed all phases of testing yet, it could speed up the development of the «Protein Structure Harmonizer». We could get more data in a shorter time.
<</say>>
<<say 'You'>>
No, Sophia, that is absolutely unacceptable. Deliberate contamination of the Essence is too dangerous. We cannot expose volunteers to such risks. Even if it might speed up development, the consequences could be catastrophic. This is not something to play around with. We must stick to safer methods to avoid creating another hybrid or something even worse.
<</say>>
<<say 'Sophia'>>
What is the current percentage of purification of the Essence?
<</say>>
<<say 'You'>>
We are currently achieving 98% purification.
<</say>>
<<say 'Sophia'>>
Are the remaining 2% of contamination sufficient to gather the data needed to create the «Protein Structure Harmonizer»?
<</say>>
<<say 'You'>>
Yes, more than sufficient. These 2% of contamination contain enough foreign DNA samples to collect all the necessary data. Therefore, artificial contamination of the Essence is not required.
<</say>>
<div class="go">
[[Next|SophiaSex3-5]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
Well, think about it, Evan. My offer still stands. If you want, we can contaminate the Essence with insects tomorrow morning and administer it to all the volunteers. And don't worry, neither you nor the corporation will be held responsible for this... little mischief.
<</say>>
<<say 'You' '8'>>
No! This is madness, Sophia! Do you even understand what you're suggesting? We will not put people at such risk just to speed up development! This is unacceptable! I won't let you do this, ever!
<</say>>
<<say 'Sophia'>>
Alright, Evan, don't take it so seriously. It was just a joke. I didn't actually intend to propose something like that.
<</say>>
<<say 'You'>>
...
<</say>>
<<say 'Sophia'>>
But, you know, instead of arguing and getting stressed, maybe we should just relax? No more talking about hybrids, the lab, or the Essence. Just good sex, loud passionate moans, your cock inside me! Good, passionate, dirty sex is the best way to blow off some steam. And that's exactly what we need right now.
<</say>>
<div class="image"><img src="img/fun.gif"></div>
<div class="go">
[[Accept her offer|SophiaSex3-6]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'You'>>
Chitinous exoskeleton: Human skin might start producing chitin - a polysaccharide that forms the exoskeleton of the beetle. This would result in the formation of a hard, protective shell on certain parts of the body.
<</say>>
<<say 'Sophia'>>
Wow!
<</say>>
<<say 'You'>>
Physiological changes: Antennae, similar to those of the beetle, could emerge, functioning as sensory organs. These antennae would include specialized sensory cells for detecting chemical and vibrational signals.
<</say>>
<<say 'Sophia'>>
Sounds interesting.
<</say>>
<<say 'You'>>
Limb formation: Human limbs might transform to resemble the beetle's legs, equipped with joints and claws. This is related to the expression of genes responsible for the development of segmented limbs.
<</say>>
<<say 'Sophia'>>
Ooo, creepy...
<</say>>
<<say 'You'>>
Musculature and respiration: The musculature might change to incorporate elements similar to beetle musculature, significantly increasing strength and mobility. Additionally, we might observe the development of tracheal tubes for improved gas exchange.
<</say>>
<<say 'Sophia'>>
Are we sure we're not in a Marvel movie? Sorry... please continue...
<</say>>
<<say 'You'>>
Metamorphosis: Depending on the stage of infection, signs of metamorphosis might occur, leading to periodic changes in morphology, similar to the stages of pupation and adult insects.
<</say>>
<div class="go">
[[Next|SophiaSex4-3]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
So, the appearance of the hybrid will combine elements of the human body with the distinctive features of the scarab beetle. It will be something very unusual and creepy.
<</say>>
<<say 'You'>>
Yes, exactly. These changes will be so radical that they will create a hybrid that's hard to classify as something separate. It's extremely dangerous and difficult to predict how these changes will interact in practice.
<</say>>
<<say 'Sophia'>>
Thanks for the explanation, Evan. I hope we can avoid such situations in the future. But for now, at this very moment, let's push the creepy images of a half-man, half-scarab beetle hybrid out of our minds and focus on something more pleasant. Because my pussy has been dreaming about your dick all evening.
<</say>>
<div class="image"><img src="img/fun.gif"></div>
<div class="go">
[[A few minutes later|SophiaSex4-4]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-1.mp4>>
<<say 'Sophia'>>
Mmm, your cock tastes so good, baby. I love feeling it in my mouth, driving you wild with desire.
<</say>>
<<say 'You'>>
Fuck, you're so good at sucking me off. Your lips are driving me crazy, I want to fuck you so hard right now.
<</say>>
<<say 'Sophia'>>
I can't wait for you to fuck me. I want you inside me, pounding me hard until we both come together.
<</say>>
<div class="go sex">[[Next|SophiaSex4-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-2.mp4>>
<<say 'Sophia'>>
Oh yes, right there, just like that. Your cock feels so good inside me. I love feeling you deep inside me, filling me up completely.
<</say>>
<<say 'You'>>
You like that, huh? Your pussy is so fucking tight, it's driving me crazy. I can't get enough of you.
<</say>>
<<say 'Sophia'>>
Fuck me harder, baby. I want you to pound me until I can't take it anymore. Give it to me, give it all to me.
<</say>>
<div class="go sex">[[Next|SophiaSex4-6]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'You'>>
Infectious Parasite: Such parasites typically have the ability to invade a host organism and alter its biology. In the case of a hybrid, this could lead to the development of specialized structures for reproduction or transmission of the parasite. Externally, this may manifest as additional organs or structures that serve to infect or parasitize other organisms.
<</say>>
<<say 'Sophia'>>
It's disgusting but practical. The hybrid would be able to reproduce.
<</say>>
<<say 'You'>>
Bat: Bats have unique features like skin membranes between their fingers and modified limbs for flying. The hybrid might develop such membranes on its arms and legs, as well as elements enabling gliding or even short-distance flying. It might also develop echolocation organs and muscle adaptations for improved maneuverability in the air.
<</say>>
<<say 'Sophia'>>
Flying and seeing in complete darkness... Very interesting...
<</say>>
<<say 'You'>>
Human Traits: Basic human traits such as body shape and proportions will remain but will undergo significant changes. For instance, limbs may become longer and thinner to support the flying membranes, and there may be changes in the skin to adapt to new conditions.
<</say>>
<<say 'Sophia'>>
A monster of human size...
<</say>>
<<say 'You'>>
Physiological changes: The internal organs will adapt to handle the demands of all three systems. This may include the development of new gas exchange systems that combine elements from the bat's respiratory system and the infectious parasite, as well as modifications to the circulatory system to support the new tissues and organs.
<</say>>
<<say 'Sophia'>>
Enhanced gas exchange... The hybrid would need less air... It could also breathe in toxic gases...
<</say>>
<<say 'You'>>
External features: The hybrid may display a combination of traits from humans, bats, and infectious parasites. For example, bat-like membranes might be visible on the limbs, the skin could have the color and texture characteristic of bats, and there may also be unusual, parasitic growths or thickening that serve to transmit or protect the infectious parasite.
<</say>>
<div class="go">
[[Next|SophiaSex5-3]]
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
That sounds like something extremely complex and, frankly, creepy. The presence of all these elements together will create an unusual and potentially dangerous creature.
<</say>>
<<say 'You'>>
Yes, exactly. The combination of these three organisms will create a unique hybrid with a complex and potentially dangerous set of traits and functions. It's a highly risky situation, and we need to be very careful with such experiments.
<</say>>
<<say 'Sophia'>>
Got it. I hope we can avoid such situations in the future. Thanks for the explanations, Evan. Now, to get rid of the creepy thoughts about vile hybrids, let's do something more pleasant.
<</say>>
<div class="image"><img src="img/fun.gif"></div>
<div class="go sex">
[[A few minutes later|SophiaSex5-4]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-1.mp4>>
<<say 'Sophia'>>
Mmm, I love feeling your cock in my mouth, it's so hard and throbbing. I want to taste every inch of your cock, feel it grow even harder as I suck it.
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing. The way you swirl your tongue around my dick drives me crazy.
<</say>>
<<say 'Sophia'>>
You like it when I take your sweet dick deep, don't you? I want to make you feel so good, make you forget about everything else but my mouth on you.
<</say>>
<<say 'You'>>
Fuck, your mouth is amazing. It's driving me crazy how good you are at this.
<</say>>
<div class="go sex">[[Next|SophiaSex5-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-2.mp4>>
<<say 'Sophia'>>
Oh, yes! Harder, baby! I want to feel you deep inside me.
<</say>>
<<say 'You'>>
You like that, huh? Your moans drive me crazy. You're so wet for me.
<</say>>
<<say 'Sophia'>>
I need you to fill me up completely. Don't stop, keep going!
<</say>>
<<say 'You'>>
I'm gonna make you scream with pleasure, babe. Just hold on tight.
<</say>>
<div class="go sex">[[Next|SophiaSex5-6]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Sophia'>>
Sooner or later, the board of directors might decide to introduce planned obsolescence for the Essence of Sexuality as well. This means that even if women achieve the perfect figure, they will lose the result over time.
<</say>>
<<say 'You'>>
And then?
<</say>>
<<say 'Sophia'>>
Then women will keep paying for injections of the Essence to regain or maintain their ideal figure. This will create a constant stream of income for the corporation. The corporation could make billions by getting consumers to regularly renew their results.
<</say>>
<<say 'You' '4'>>
So you're saying that the corporation plans to use the Essence for ongoing financial gain at the expense of consumers, creating the illusion of permanent changes that are actually temporary?
<</say>>
<<say 'Sophia'>>
Yes, exactly. It's an effective business model, although its ethical side leaves much to be desired. But in the end, we all know how important profit is for any corporation.
<</say>>
<<say 'You' '8'>>
...
<</say>>
<div class="image"><img src="img/fun.gif"></div>
<<say 'Sophia'>>
But let's not talk about sad things. Let's do something fun instead. Let's have a good fuck. My pussy has already missed your dick.
<</say>>
<div class="go sex">
[[Have sex with Sophia|SophiaSex6-3]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-1.mp4>>
<<say 'Sophia'>>
Mmm, I love feeling you grow in my mouth. Your cock tastes so good, I want to taste every inch of it. Just relax and let me pleasure you, I want to make you feel amazing.
<</say>>
<<say 'You'>>
Fuck, your mouth feels incredible. The way you suck me, it's driving me wild. I can't get enough of you, your lips and tongue working their magic on me.
<</say>>
<div class="go sex">[[Next|SophiaSex6-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-2.mp4>>
<<say 'Sophia'>>
Look into my eyes as you slide inside me. I want to feel your gaze on me, see the desire burning in your eyes. Your cock feels so good, filling me up completely. I can feel every inch of your hard cock, moving in and out, driving me crazy.
<</say>>
<<say 'You'>>
Your eyes are so full of passion and need, it's intoxicating. I want to savor every moment, every sensation, with you.
<</say>>
<div class="go sex">[[Next|SophiaSex6-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-3.mp4>>
<<say 'Sophia'>>
Oh, fuck me harder, baby! I love it when you pound me from behind like this. Your cock feels so good deep inside me. I want you to make me scream with pleasure, make me your dirty little slut tonight.
<</say>>
<<say 'You'>>
You like it rough, huh? You want it hard and fast? I'm gonna give it to you just like that. You're such a naughty girl, taking my dick so well. I can feel how wet and tight you are around me, driving me crazy.
<</say>>
<<say 'Sophia'>>
Yes, give it to me, Evan! I need it, I need your cock. I'm your fuck toy tonight, use me however you want. I love being fucked like this, feeling you so deep inside me.
<</say>>
<div class="go sex">[[Next|SophiaSex6-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-2.mp4>>
<<say 'Stacy'>>
Mmm, I love how your dick gets hard when I jerk you off with my feet. It's such a turn on. Let me show you how I can please myself too.
<</say>>
<<say 'You'>>
Seeing you pleasuring yourself like that is making me even harder, baby. You look so hot with that dildo in your ass.
<</say>>
<<say 'Stacy'>>
I'm such a dirty little slut, aren't I? I love feeling every inch of this dildo inside me, it's driving me wild. But I can't wait to feel you deep in me after this.
<</say>>
<div class="go sex">[[Next|StacySex1-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-3.mp4>>
<<say 'Stacy'>>
Oh fuck, yes! Your big fucking cock feels so good in my tight little ass. Don't hold back, pound me harder!
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you rough. My dick is gonna tear that sweet ass of yours apart.
<</say>>
<<say 'Stacy'>>
God, yes! Fuck me like you own me. Make me scream your name as you fuck me into oblivion.
<</say>>
<div class="go sex">[[Next|StacySex1-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-4.mp4>>
<<say 'Stacy'>>
Oh my god, your dick is stretching my asshole to the limit! I love how you're fucking me right now.
<</say>>
<<say 'You'>>
You like it rough, Stacy? You like feeling my cock slamming into your tight little hole? You're such a dirty little slut.
<</say>>
<<say 'Stacy'>>
Yes, I'm your dirty little slut, baby. Fuck me harder, make me beg for more. I want you to own me completely.
<</say>>
<div class="go sex">[[Next|StacySex1-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-5.mp4>>
<<say 'Stacy'>>
Mmm, your cock tastes so good in my mouth. I love sucking you off and feeling you grow harder with every stroke.
<</say>>
<<say 'You'>>
Yeah, keep sucking my cock like that. You're so good with your mouth, baby. Now why don't you show my ass some love too?
<</say>>
<<say 'Stacy'>>
I love pleasuring you in every way possible. Let me lick and tease your ass with my tongue, make you moan with pleasure.
<</say>>
<div class="go sex">[[Next|StacySex1-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-2.mp4>>
<<say 'Stacy'>>
Oh, baby, that's it, fuck me with all you've got. I love feeling you deep inside me. Grab my hair and show me how much you want me.
<</say>>
<<say 'You'>>
You like it when I take control, huh? You want me to dominate you in bed, make you feel completely owned by me?
<</say>>
<<say 'Stacy'>>
Yes, please, take me, use me. I want to feel you all over me, I want to cum all over your cock, baby.
<</say>>
<div class="go sex">[[Next|StacySex2-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-3.mp4>>
<<say 'Stacy'>>
Oh, god, yes, put your finger in my ass while you fuck me like this. I love feeling you in every hole, it's so dirty and hot.
<</say>>
<<say 'You'>>
You like it when I'm this rough with you, babe? You like getting fucked from behind with a finger in your ass?
<</say>>
<<say 'Stacy'>>
Yes, I love it, I want more, I want you to take me harder and deeper. Make me cum all over you, please.
<</say>>
<div class="go sex">[[Next|StacySex2-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-4.mp4>>
<<say 'Stacy'>>
Yes, yes, yes, fuck, yes, baby! Pound my ass! I want to feel your dick deep inside me, make me scream with pleasure.
<</say>>
<<say 'You'>>
You like it when I'm this rough with you, huh? You like being my dirty little anal slut?
<</say>>
<<say 'Stacy'>>
Yes, oh, god, yes, I love it. Your cock feels so good inside me, baby. I love the way you fuck me.
<</say>>
<div class="go sex">[[Next|StacySex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-5.mp4>>
<<say 'Stacy'>>
Oh, baby, your cock feels so good in my ass. I love riding you like this, feeling you deep inside me.
<</say>>
<<say 'You'>>
You're so tight baby. Your moans just drive me crazy. You love being on top and riding me like this?
<</say>>
<<say 'Stacy'>>
Yes, I love it so much. I want you to cum so hard, I want to feel your hot cum spreading all over my body.
<</say>>
<div class="go sex">[[Next|StacySex2-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-2.mp4>>
<<say 'Stacy'>>
Your ass tastes so good, baby. I could do this all day.
<</say>>
<<say 'You'>>
Fuck, that feels amazing. Just keep licking and stroking me, babe.
<</say>>
<<say 'Stacy'>>
I love making you feel good like this. I want to please you in every way possible.
<</say>>
<div class="go sex">[[Next|StacySex3-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-3.mp4>>
<<say 'Stacy'>>
Oh, fuck, your cock feels so good in my ass. Don't stop, please.
<</say>>
<<say 'You'>>
You like it when I'm rough with you, don't you? You're such a dirty little whore.
<</say>>
<<say 'Stacy'>>
Yes, yes, I love it when you're rough. It drives me wild.
<</say>>
<div class="go sex">[[Next|StacySex3-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-4.mp4>>
<<say 'Stacy'>>
Omg, your cock is so deep in my ass. It feels so fucking good.
<</say>>
<<say 'You'>>
You're so tight, baby. I love how you take my cock all the way in your ass.
<</say>>
<<say 'Stacy'>>
Keep fucking me like this, Evan, I want to cum all over your dick.
<</say>>
<div class="go sex">[[Next|StacySex3-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-5.mp4>>
<<say 'Stacy'>>
Fuck me harder, baby. I want you to use me like your little anal slut.
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to pound your ass until you can't take it anymore.
<</say>>
<<say 'Stacy'>>
Yes, yes, I want it rough. I want you to fuck me like a dirty whore.
<</say>>
<div class="go sex">[[Next|StacySex3-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-2.mp4>>
<<say 'Stacy'>>
Oh fuck, your cock feels so good inside my pussy! I love riding you like this, feeling you deep inside me.
<</say>>
<<say 'You'>>
Yeah, baby, keep bouncing on my dick, you look so sexy when you ride me. I can feel how wet and tight you are, it's driving me crazy.
<</say>>
<<say 'Stacy'>>
Yes, I'll ride you all night if you say so. Let's make this last as long as possible.
<</say>>
<div class="go sex">[[Next|StacySex4-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-3.mp4>>
<<say 'Stacy'>>
Mmm, I love how you taste, baby. Your ass is so delicious, I can't get enough of it. I want to explore every inch of you with my tongue, driving you wild with desire.
<</say>>
<<say 'You'>>
Fuck, that feels amazing. Keep going, baby, don't stop. Your tongue on my ass is driving me insane. I love how dirty and naughty you are, it turns me on so much.
<</say>>
<<say 'Stacy'>>
I want to make you feel so good, to give you pleasure in ways you never imagined. I want to show you how much I crave you, how much I want to please you.
<</say>>
<div class="go sex">[[Next|StacySex4-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-4.mp4>>
<<say 'Stacy'>>
Oh yes, fuck me harder! I love feeling you deep inside me, babe. Your cock in my ass drives me crazy.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give it to you exactly how you want it, Stacy. You're so wet and tight, it feels so fucking good.
<</say>>
<<say 'Stacy'>>
Don't stop, keep pounding me. I want to feel your every thrust until we both explode in ecstasy.
<</say>>
<div class="go sex">[[Next|StacySex4-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-5.mp4>>
<<say 'Stacy'>>
Fuck, your cock is stretching me so much. I can feel every inch of you inside my tight little asshole.
<</say>>
<<say 'You'>>
Your ass is so fucking tight, I love how you take me in. I'm going to make you scream with pleasure, baby.
<</say>>
<<say 'Stacy'>>
Yes, yes, don't hold back. Fill my ass with your hot, throbbing cock and make me yours completely.
<</say>>
<div class="go sex">[[Next|StacySex4-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-2.mp4>>
<<say 'Stacy'>>
You want me to lick your tight asshole and stroke your hard cock at the same time? You're such a dirty boy.
<</say>>
<<say 'You'>>
Fuck yeah, it feels so good when you worship my ass like that. Keep jerking me off, baby.
<</say>>
<<say 'Stacy'>>
I love how you moan when I flick my tongue over your hole. Your ass tastes so good, I love licking every inch of it. And your cock, it's throbbing in my hand.
<</say>>
<div class="go sex">[[Next|StacySex5-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-3.mp4>>
<<say 'Stacy'>>
Your dick feels amazing inside me. Keep pounding my pussy while I rub my clit. Make me cum all over you.
<</say>>
<<say 'You'>>
You're so wet and tight, baby. I could fuck you like this all day. Keep playing with yourself for me.
<</say>>
<<say 'Stacy'>>
Yes, yes, yes! Don't stop! Ohh, I love it when you're rough with me, it makes me feel like such a dirty slut.
<</say>>
<div class="go sex">[[Next|StacySex5-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-4.mp4>>
<<say 'Stacy'>>
Fuck me harder, baby. I want to feel you deep inside me, stretching me out. Fuck me like a wild animal.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you everything I've got, make you scream my name. You're mine, all mine, Stacy.
<</say>>
<<say 'Stacy'>>
Oh, I'm your little slut, Evan, take me however you want. I love how you dominate me in bed, it turns me on so much.
<</say>>
<div class="go sex">[[Next|StacySex5-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-5.mp4>>
<<say 'Stacy'>>
Oh, fuck me harder, baby! I love feeling your cock deep inside me. I want it all, I want you to stretch me out. Keep going, don't stop!
<</say>>
<<say 'You'>>
Yeah, you like that, huh? You're such a dirty little slut, riding me like that. I love watching your ass bounce on my dick. You're so fucking hot, I can't hold back.
<</say>>
<<say 'Stacy'>>
I want you to fill me up, give it to me rough. Fuck, your cock feels so good in my tight ass.
<</say>>
<div class="go sex">[[Next|StacySex5-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-2.mp4>>
<<say 'Stacy'>>
Ouch, that's it, baby, spank me harder. I love it when you punish my ass like this. Make me feel your dominance.
<</say>>
<<say 'You'>>
You want it rough, huh? You like it when I leave my mark on your beautiful ass? You're such a naughty girl, and I'm gonna make you pay for it.
<</say>>
<<say 'Stacy'>>
Mmm, yes, punish me, I deserve it. I want to feel your strong hand on my skin, reminding me who's in charge.
<</say>>
<div class="go sex">[[Next|StacySex6-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-3.mp4>>
<<say 'Stacy'>>
Oh god, yes, harder! I want it rough and brutal, I need to feel you deep inside my pussy, filling me up completely.
<</say>>
<<say 'You'>>
You like it like that, huh? You're so wet and tight, it's driving me wild. I'll give you everything you want, I'll make you scream my name.
<</say>>
<<say 'Stacy'>>
Yes, yes, that's it! Give it to me, I want to feel you taking control, dominating me in every way possible.
<</say>>
<div class="go sex">[[Next|StacySex6-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-4.mp4>>
<<say 'Stacy'>>
Oh, fuck, your cock feels so good in my mouth! I love when you're rough with me, it turns me on like nothing else. I want you to use me, to make me your little slut.
<</say>>
<<say 'You'>>
You're such a filthy little whore. I'll fuck your face until you're drooling all over me, until you're begging for more.
<</say>>
<<say 'Stacy'>>
Mmm, I love it when you talk dirty to me. It makes me want to please you even more, to show you how much I adore being your naughty little plaything.
<</say>>
<div class="go sex">[[Next|StacySex6-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-5.mp4>>
<<say 'Stacy'>>
Oh god, yes! Fuck me hard and deep! I want it rough, I want it brutal! Give it to me, baby!
<</say>>
<<say 'You'>>
That's it, baby. I'm gonna give you everything you want. You like it when I take control like this, don't you?
<</say>>
<<say 'Stacy'>>
Oh fuck, yes! I love it when you're so dominant. Pound my ass like there's no tomorrow. I'm your dirty little whore!
<</say>>
<div class="go sex">[[Next|StacySex6-10]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
I suggest we celebrate our first successful deal. How does that sound? We could go to a restaurant right now, talk about you, about me, about the Essence... Or we could skip the formalities and head straight to my place to have a good fuck. How about that way to celebrate our first deal?
<</say>>
<<say 'You' '8'>>
Hmm... Honestly, both options seem premature to me. We don’t really know each other. There should be a spark between a man and a woman first, before they end up in bed.
<</say>>
<<say 'Mary'>>
Are you refusing me, Evan? Think twice, because your refusal could damage my trust in you. And that would negatively affect our business.
<</say>>
<<say 'You'>>
Well... If it helps enhance the level of trust in our business relationship in the future, then why not? Let's skip the formalities and head straight to your place. Let's have some fun tonight...
<</say>>
<div class="go sex">[[A few hours later at Mary’s house|MarySex1-3]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-1.mp4>>
<<say 'Mary'>>
Mmm, your cock tastes so good, Evan. I love feeling you grow harder in my mouth.
<</say>>
<<say 'You'>>
Yeah, keep sucking it just like that. Oh, fuck, you're making me so damn hard.
<</say>>
<<say 'Mary'>>
I want you to be passionate and aggressive, showing me how much you desire me. Please, be rough with me and talk dirty during our first time. Now fuck me, honey. Stick your dick deep in my ass.
<</say>>
<div class="go sex">[[Next|MarySex1-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-2.mp4>>
<<say 'Mary'>>
Oh, fuck me, Evan. I want you inside me.
<</say>>
<<say 'You'>>
You feel so fucking tight, Mary. I love fucking you from behind.
<</say>>
<<say 'Mary'>>
Harder, Evan! Fuck me like you own me.
<</say>>
<div class="go sex">[[Next|MarySex1-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-3.mp4>>
<<say 'Mary'>>
Oh wow, Evan, that feels incredible. It's like a perfect mix of pleasure and pain.
<</say>>
<<say 'You'>>
You enjoy it a little rough, huh, Mary? I can definitely make that happen for you.
<</say>>
<<say 'Mary'>>
Yes, make me feel that intense sensation, Evan. I want you to push me to my limits.
<</say>>
<<say 'You'>>
You're so naughty, Mary, asking for it this way. But I love how you take it. Your tight little ass is driving me wild.
<</say>>
<div class="go sex">[[Next|MarySex1-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-2.mp4>>
<<say 'Mary'>>
Oh, fuck, yes! Right there between my tits, Evan!
<</say>>
<<say 'You'>>
You like that, baby? You want me to fuck those tits harder?
<</say>>
<<say 'Mary'>>
Yes, please! Oh, fuck me harder, Evan! Yes, yes, yes!
<</say>>
<<say 'You'>>
You're such a naughty girl, Mary. I love it.
<</say>>
<div class="go sex">[[Next|MarySex2-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-3.mp4>>
<<say 'Mary'>>
Oh, god, Evan! Your cock feels so good in my ass!
<</say>>
<<say 'You'>>
Yeah, you like it when I fuck you from behind, don't you?
<</say>>
<<say 'Mary'>>
I love it! Pound me harder, make me scream!
<</say>>
<<say 'You'>>
You're so tight, Mary. You like it rough, huh? I'm gonna pound that ass of yours.
<</say>>
<<say 'Mary'>>
Oh, yes, yes, yes, Evan! Don't stop, please!
<</say>>
<div class="go sex">[[Next|MarySex2-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-4.mp4>>
<<say 'Mary'>>
Oh, fuck, Evan! Your cock feels so good in my ass! I love the way you fill me up. Keep rubbing my clit, baby, it's driving me crazy. I want you to make me cum so hard I can't even think straight.
<</say>>
<<say 'You'>>
You're so fucking tight, Mary. I can't get enough of your ass. The way you ride me like this, bouncing up and down, it's fucking amazing. I'll make you cum so hard you'll be screaming my name.
<</say>>
<<say 'Mary'>>
Yes, yes, Evan! Don't stop! I'm so close, I'm about to explode! I love feeling you deep inside me, it's driving me wild. Oh, fuck, I'm cumming!
<</say>>
<<say 'You'>>
That's it, baby, I can feel you clenching around me. Keep riding me, keep taking all of me.
<</say>>
<div class="go sex">[[Next|MarySex2-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-5.mp4>>
<<say 'Mary'>>
Mmm, I love feeling your cock in my mouth. I love the way it grows harder and bigger with every stroke.
<</say>>
<<say 'You'>>
Fuck, you are so good at sucking my cock. Your mouth feels amazing wrapped around me.
<</say>>
<<say 'Mary'>>
I want to take you deep in my throat and make you lose control. I want you to grab my hair and guide me as I worship your cock.
<</say>>
<div class="go sex">[[Next|MarySex2-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-2.mp4>>
<<say 'Mary'>>
Oh fuck, you guys are pounding my ass so fucking hard! I fucking love it when you both fuck me at the same time! It feels so goddamn good to have two cocks fucking me at once! Fuck, I need more! I need another fucking cock in my mouth! I want to be filled up and used like the fucking slut. Hey guys, give me another fucking cock to suck on, you fucking assholes!
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Damn, you're such a dirty fucking whore, aren't you? But you know what? I fucking love it. Here, take my cock in your mouth and choke on it, you filthy little slut.
<</say2>>
<div class="go sex">[[Next|MarySex3-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-3.mp4>>
<<say 'Mary'>>
Oh fuck yeah, both of these cocks in my ass feel so fucking good! But you know what would make it even fucking better? I want a third cock in there, I want to be filled up completely, I want to be stretched to the fucking maximum! So Evan, get your fucking cock in too, fill me up completely you dirty motherfucker!
<</say>>
<<say 'You' '8'>>
Listen, Mary, scientifically speaking, the human anus is not designed to accommodate more than two penises at once. It can cause tearing, stretching, and potential long-term damage to the sphincter muscles. It's not safe or healthy to push your body beyond its limits like that.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Hey, fuck off you nerd, because I'm going to give this little slut exactly what she needs. Watch and learn, you pussy.
<</say2>>
<div class="go sex">[[Next|MarySex3-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-4.mp4>>
<<say 'Mary'>>
Oh fuck, yes! My ass feels so fucking full with all of your cocks in me. I love how you're all pounding me so hard, stretching me wide open. Fuck, keep fucking me like this, don't stop! I love being your dirty little anal whore, taking all of you at once. Give it to me rough, make me scream with pleasure, show me how much you want to use my fucking ass!
<</say>>
<div class="go sex">[[Next|MarySex3-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-5.mp4>>
<<say 'Mary'>>
Fuck yeah, you dirty motherfuckers! Stretch my fucking ass and throat at the same time, I fucking love it! Pound me harder, you fucking bastards, make me your fucking cum dumpster! Oh fuck, it feels so fucking good, I want all of your cocks inside me, filling me up with your hot fucking cum!
<</say>>
<<do>>At this moment, Mary glances at you.<</do>>
<<say 'Mary'>>
Hey Evan, why don't you come over here and join in the fun? I know you want to be a part of this hot, sweaty orgy.
<</say>>
<<say 'You' '10'>>
Uhh, thanks but no thanks. Maybe later. Hey, um, where's the buffet at? I mean, shouldn't there be food at an orgy? I thought there would be a buffet or something. Yeah, I'm just gonna go check that out...
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
...You're so weird, buddy......
<</say2>>
<<do>>You look around the room nervously.<</do>>
<div class="go sex">[[Next|MarySex3-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-2.mp4>>
<<say 'Mary'>>
Oh fuck, your cock feels so fucking good in my tight little ass. Pound me harder, you fucking stud. I want to feel every inch of you deep inside me.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
You love it, don't you? Your ass is so fucking tight.
<</say2>>
<<say 'Mary'>>
Hey Evan, why don't you join in? There's still one ass waiting for you.
<</say>>
<<say 'You' '10'>>
No thanks, maybe later. I've got a headache or something, yeah, that's it.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
You are a weird guy...
<</say2>>
<div class="go sex">[[Next|MarySex4-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-3.mp4>>
<<say 'Mary'>>
Oh fuck yeah, stretch our fucking assholes wide open, you dirty bastards! Pound those cocks deep into our fucking asses, make us scream and beg for more! We want it fucking rough, we want to feel every inch of your fucking cocks in our tight little assholes! Come on, you filthy motherfuckers, show us how you can really fuck sluts like us!
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Fuck, you dirty little whore, you love getting fucked in the ass, don't you? You want it rough, you want it deep, you want it nasty. Well, I'm gonna give it to you just like you fucking want it.
<</say2>>
<div class="go sex">[[Next|MarySex4-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-4.mp4>>
<<say 'Mary'>>
Fuck yeah, I love it when you guys piss in my mouth! It's so fucking hot! We're all fucking loving this shit! We want more! Keep it coming, boys! We can't get enough of your piss! Let's fucking party hard!
<</say>>
<<say 'You' '8'>>
What the fuck is going on here? These guys are pissing in the girls' mouths! That's some fucked up shit, I'm outta here. I can't believe I agreed to come to this goddamn orgy. Fucking sickos.
<</say>>
<div class="go sex">
[[Try to sneak to the exit unnoticed|MarySex4-5]]
</div>
<style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-5.mp4>>
<<say 'Mary'>>
Hey, where the fuck do you think you're going, Evan? Trying to sneak out of here like a little bitch?
<</say>>
<<say 'You' '11'>>
Nah, nah, I ain't trying to escape or nothing. Just, uh, checking out the scenery, you know?
<</say>>
<<say 'Mary'>>
Oh, so you just happen to be scoping out the exit while two guys are pounding my ass? Real smooth, Evan.
<</say>>
<<say 'You'>>
Look, I didn't mean it like that. I just... uh... needed some air or something. Just a coincidence, that's all.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
You're a weird one...
<</say2>>
<<say 'Mary'>>
Bullshit, Evan. You're here to fuck and you're gonna stay here and enjoy every goddamn minute of it. Now get your ass back over here before I drag you back by your fucking hair!
<</say>>
<div class="go sex">
[[Take part in the orgy|MarySex4-6]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-2.mp4>>
<<say 'Mary'>>
Do you like how Kimberlee fucks me, huh, Evan? Do you like this girl with a surprise between her legs? Do you fucking like it when she pounds me like what?
<</say>>
<<say 'You' '8'>>
Grrrr... mmphggnn... Oh....y-y-y-yeah..... Hmmm... it's uh... interesting... I guess.
<</say>>
<div class="go sex">[[Next|MarySex5-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-3.mp4>>
<<say 'Mary'>>
And now I fucking want you to piss in my mouth, Evan! You better not fucking say no to me. I want your piss all over my face and in my fucking mouth right now, you hear me? Don't you fucking dare deny me, I'll make you regret it, motherfucker!
<</say>>
<<say 'You' '10'>>
Uh, Mary, I really don't feel comfortable with that...I mean, I just don't think it's...uh...right.
<</say>>
<<say 'Mary'>>
I don't give a shit about your feelings, you weak-ass prick. You're going to do what I fucking say, or I'll ruin you in front of everyone. You better start pissing or I'll make sure you never get laid again. Got it?
<</say>>
<div class="go sex">[[Pee in Mary's mouth|MarySex5-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-4.mp4>>
<<say 'Mary'>>
Mmm, fuck yes, piss in my fucking mouth, Evan. I fucking love the way it tastes, warm and salty, like a fucking dirty whore. Keep fucking pissing, I want to drink every fucking drop of your filthy piss, Evan.
<</say>>
<<say 'You' '8'>>
Umm, well, umm, if you, umm, like it, then, umm, okay, I guess.
<</say>>
<div class="go sex">[[Next|MarySex5-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-5.mp4>>
<<say 'Mary'>>
Fuck, Evan, do you fucking like watching these big cocks ramming into our tight assholes? Does it turn you on seeing us getting our asses pounded by these fucking studs? Tell me, you fucking pervert, does it make your cock throb seeing us take it up the ass like dirty sluts?
<</say>>
<<say 'You'>>
Uhh, I-I mean...uhh, yeah, I guess it's hot...uhh, watching you getting fucked...uhh, in the ass...uhh, by these guys...uhh, it's...uhh, yeah, it's...uhh, fucking hot.
<</say>>
<<say 'Mary'>>
Oh damn, Evan, would you listen to yourself right now. You're acting so weird. Seems like these orgies make you tuck your tail like a little bitch. No wonder my guys came up with a nickname for you: 'Weird Evan'.
<</say>>
<div class="go sex">[[Next|MarySex5-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-2.mp4>>
<<say 'You'>>
I love looking into your eyes as I fuck you.
<</say>>
<<say 'Mary'>>
It's so intense, I feel so connected to you.
<</say>>
<<say 'You'>>
You're so tight, it feels amazing inside you.
<</say>>
<<say 'Mary'>>
Yes, keep going, I want to feel you deep inside me.
<</say>>
<div class="go sex">[[Next|MarySex6-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-3.mp4>>
<<say 'Mary'>>
Oh, fuck, keep going! Your cock feels so good inside me, stretching me out. I love how deep you can go, it's driving me crazy.
<</say>>
<<say 'You'>>
Yeah, you like that? You like it when I pound into your tight pussy like this? Your moans are music to my ears.
<</say>>
<<say 'Mary'>>
Don't stop, please don't stop! I want you to fuck me harder, I want to feel your cock throbbing inside me. Take me, I'm all yours.
<</say>>
<div class="go sex">[[Next|MarySex6-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-4.mp4>>
<<say 'You'>>
You're so tight, baby. Oh yeah, you like it from behind, don't you?
<</say>>
<<say 'Mary'>>
Yes, fuck me harder! I love it rough, give it to me!
<</say>>
<div class="go sex">[[Next|MarySex6-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-5.mp4>>
<<say 'Mary'>>
Mmm, I love feeling your hard cock in my mouth. I want to taste every inch of you.
<</say>>
<<say 'You'>>
Fuck, your mouth feels so good around my dick. Keep going, baby, keep sucking it.
<</say>>
<<say 'Mary'>>
I love it when you grab my hair like that, it turns me on even more. I could do this all day long.
<</say>>
<div class="go sex">[[Next|MarySex6-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-2.mp4>>
<<say 'Camilla'>>
That's it, you filthy fucking pig! Show me how much you worship my pussy by licking it like the pathetic worm that you are. I want to feel your tongue working hard to please me, you worthless piece of shit. Remember, your only purpose is to serve me and make me cum, so you better fucking make it good, or else I'll punish you even harder, understand?
<</say>>
<<say2 'You' 'Slave.jpg'>>
Yes, Mistress. I live to serve you and worship your divine pussy. I will do anything to please you and make you cum. Please, let me taste your sweetness and show you my devotion. I am nothing without your dominance, my Mistress.
<</say2>>
<<say 'Camilla'>>
Yes... Exactly like that... Good boy...
<</say>>
<div class="go sex">[[Next|CamillaSex1-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-3.mp4>>
<<say 'Camilla'>>
Oh fuck yeah, lick my pussy, you worthless piece of shit! Do it harder, you fucking slut! I'm gonna cum all over your face, you pathetic excuse for a man! Take it, you filthy little whore!
<</say>>
<<say2 'You' 'Slave.jpg'>>
Yes, Mistress, I'll do whatever you want. I live to serve you and make you feel good. Your pleasure is all that matters to me.
<</say2>>
<<say 'Camilla'>>
That's right, you know your place. Keep worshipping my pussy like the good little slave you are. Your only purpose in life is to please me and take whatever I give you. And don't you dare stop until I tell you to, understand?
<</say>>
<<say2 'You' 'Slave.jpg'>>
Yes, Mistress, I understand completely. I'll do anything you say. I'm here to serve and obey you in every way possible.
<</say2>>
<div class="go sex">[[Next|CamillaSex1-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-4.mp4>>
<<say 'Camilla'>>
Do you fucking understand what is about to happen to you, you pathetic excuse for a slave? I am going to shove this big, thick strapon right up your tight little asshole and make you scream like the worthless little bitch you are. You belong to me, and tonight, I am going to show you who is in charge. You will take every inch of me and beg for more, do you hear me?
<</say>>
<<say2 'You' 'Slave.jpg'>>
Please, Mistress, I'm not sure if I can handle this. Please don't do this to me.
<</say2>>
<<say 'Camilla'>>
You don't get to fucking say no to me, you piece of shit. I am going to use you however the hell I want, and you will thank me for it. Now shut your pathetic mouth and prepare yourself for what's coming. It's going to be rough, it's going to be intense, and you're going to love every goddamn second of it.
<</say>>
<div class="go sex">[[Next|CamillaSex1-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-5.mp4>>
<<say 'Camilla'>>
You fucking pathetic piece of shit! You're my fucking toy, my little bitch, and you're going to take every fucking inch of this strap-on until I'm satisfied. I don't give a fuck if you're crying and begging for mercy, you're going to be my little slut and you're going to love every fucking second of it. Now shut the fuck up and take it like a good little whore!
<</say>>
<<say2 'You' 'Slave.jpg'>>
Please, please stop, it hurts too much!
<</say2>>
<<say 'Camilla'>>
Shut the fuck up, you worthless piece of shit! You're here for my pleasure, not your own! You're going to learn to fucking love it, you're going to learn to fucking beg for more of this sweet fucking pain. You belong to me, body and soul, and you're going to worship me like the fucking goddess I am.
<</say>>
<div class="go sex">[[Next|CamillaSex1-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-2.mp4>>
<<say 'You'>>
You like that, you dirty little slut? Huh? You like my big fucking dildo pounding your tight pussy while I tease your clit with this fucking vibrator? You're nothing but a fucking hole for me to use however I want, understand? You're my fucking toy, my filthy little whore, and you're going to take every fucking inch of this until I decide you've had enough.
<</say>>
<<say 'Camilla'>>
Yes, Master. I love being your dirty little slut, your toy to use however you please. Please, fuck me harder with that dildo and tease my clit with the vibrator. I'll do anything for you, just make me cum, please!
<</say>>
<<say 'You'>>
Don't you dare fucking cum until I give you permission, you got that, bitch?
<</say>>
<<say 'Camilla'>>
Yes, Master.
<</say>>
<div class="go sex">[[Next|CamillaSex2-4]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-3.mp4>>
<<say 'You'>>
You fucking whore, do you like it when I punish you like this? Do you like feeling the sting of the whip against your pathetic tits, you filthy slut? You are nothing but a worthless piece of shit who deserves nothing but pain and humiliation. I'll make sure you remember your place as my fucking slave, you hear me?
<</say>>
<<say 'Camilla'>>
Yes, master. I crave your punishment. Please, show me my place and make me your obedient slave.
<</say>>
<<say 'You'>>
That's right, you fucking whore. Now, beg for more punishment, beg for more pain, because that's all you're good for, you pathetic slut.
<</say>>
<<say 'Camilla'>>
Thank you, master. I beg for more of your punishment. Please, use me as you see fit.
<</say>>
<div class="go sex">[[Next|CamillaSex2-5]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-4.mp4>>
<<say 'You'>>
Your ass is mine to use and abuse as I please. You beg for more, don't you? Well, you're gonna get it, you dirty little bitch. This pain is just the beginning of what I have in store for you.
<</say>>
<<say 'Camilla'>>
Yes, Master, please punish me harder. I deserve every lash, every sting of your whip. I am your obedient slave, ready to serve and please you in any way you desire.
<</say>>
<<say 'You'>>
Good. Because I'm not done with you yet. I'm going to make you scream and beg for mercy before I'm through with you. You belong to me, Camilla, and I'm going to remind you of that with every mark I leave on your body.
<</say>>
<div class="go sex">[[Next|CamillaSex2-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-5.mp4>>
<<say 'You'>>
You fucking slut, you like it when I tie you up and hang you like a piece of meat, don't you? You're just a worthless whore who craves my domination. Now open your fucking mouth and take this dildo deep down your throat, you filthy bitch. I'll use you however I want, because you're nothing but a fucking toy for my pleasure.
<</say>>
<<say 'Camilla'>>
Yes, Master, I love being your dirty little slut. I am here to serve and please you in any way you desire.
<</say>>
<div class="go sex">[[Next|CamillaSex2-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-3.mp4>>
<<say 'Camilla'>>
Oh god, Evan, harder! Yes, right there! Fuck me like you mean it! Ohhhhh, I'm going to cum!
<</say>>
<<say 'You'>>
You like that, baby? You want it rough? I'll give it to you rough.
<</say>>
<<say 'Camilla'>>
Your cock feels so good inside me, pounding me so deep. It's so big and hard, just how I like it.
<</say>>
<<say 'You'>>
Yeah, it's all for you, baby. I love how wet and tight you are for me.
<</say>>
<<say 'Camilla'>>
Mmm, your cock is driving me crazy. I can't get enough of it. Keep fucking me, Evan, I want more!
<</say>>
<div class="go sex">[[Next|CamillaSex3-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-4.mp4>>
<<say 'Camilla'>>
Oh god, yes! Right there, right there! Harder, baby, harder! Don't stop!
<</say>>
<<say 'You'>>
You feel so fucking good, Camilla. Your tight pussy drives me crazy.
<</say>>
<<say 'Camilla'>>
Your big cock is amazing, Evan. I can't get enough of it.
<</say>>
<div class="go sex">[[Next|CamillaSex3-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-5.mp4>>
<<say 'Camilla'>>
Oh my god, yes, that's it! Fuck my mouth hard, Evan! I want it deep, all the way down my throat! Make me gag on your cock, I love it rough!
<</say>>
<<say 'You'>>
You love it when I make you gag, don't you? Just look at you. You're covered in spit, it's so fucking hot.
<</say>>
<<say 'Camilla'>>
Your cock is so big and hard, it feels amazing in my mouth. But now I want you to put it in my pussy. Do it, Evan. Give it to me.
<</say>>
<div class="go sex">[[Next|CamillaSex3-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-6.mp4>>
<<say 'Camilla'>>
Oh god, Evan! Your cock feels so fucking good inside me! Harder, faster! Oh yes, oh yes! I want you so deep inside me! Fuck me, Evan, fuck me hard!
<</say>>
<<say 'You'>>
Damn, Camilla, you drive me crazy with the way you move on top of me. You're so sexy when you're like this, riding me with such passion.
<</say>>
<<say 'Camilla'>>
Your cock is so big and hard, it's filling me up so perfectly. I can't get enough of it, I need more!
<</say>>
<div class="go sex">[[Next|CamillaSex3-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-2.mp4>>
<<say 'Camilla'>>
Harder, baby, fuck me harder! I want to feel every inch of you deep inside me. Pound me like the dirty little slut that I am.
<</say>>
<<say 'You'>>
You like it rough, huh? You like when I take you from behind and just use you like my personal little fuck toy? You're such a naughty girl.
<</say>>
<<say 'Camilla'>>
Yes, I'm your naughty girl, your dirty little whore who craves your cock in her pussy. Don't stop, keep fucking me hard and fast, I want to cum all over you.
<</say>>
<div class="go sex">[[Next|CamillaSex4-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-3.mp4>>
<<say 'Camilla'>>
Mmm, your cock tastes so good, I love sucking you off. I want to make you feel so good, I want to please you any way I can.
<</say>>
<<say 'You'>>
Fuck, baby, you're so good at sucking my cock, you know just how to take me deep in your throat. I love seeing your pretty lips wrapped around me like that.
<</say>>
<<say 'Camilla'>>
I love when you grab my hair and guide me, it turns me on so much. I want to swallow every drop of your cum, I can't wait for you to cum in my mouth.
<</say>>
<div class="go sex">[[Next|CamillaSex4-5]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-4.mp4>>
<<say 'Camilla'>>
Yes, baby, take me like this, I love feeling you underneath me. Your cock feels so good inside me, I never want it to end.
<</say>>
<<say 'You'>>
You're so hot, riding me like that. Your tits bouncing in my face, your moans driving me crazy. I could fuck you like this forever.
<</say>>
<div class="go sex">[[Next|CamillaSex4-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-5.mp4>>
<<say 'Camilla'>>
Oh fuck, it feels so good!
<</say>>
<<say 'You'>>
Yeah, your tight pussy is driving me crazy!
<</say>>
<<say 'Camilla'>>
Harder, fuck me harder!
<</say>>
<<say 'You'>>
You like that, you dirty slut?
<</say>>
<<say 'Camilla'>>
Yes, yes, don't stop!
<</say>>
<div class="go sex">[[Next|CamillaSex4-7]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-2.mp4>>
<<say 'Camilla'>>
Your cock is so big, it feels amazing inside me. I can barely handle it, but I want more. Keep pounding me, I want to feel every inch of you stretching me out. I want to feel you deep inside me.
<</say>>
<<say 'You'>>
You can take it, baby, I know you want it. Your pussy is so tight, it's like it was made for my cock. I love how you moan and squirm under me, you're so fucking sexy.
<</say>>
<<say 'Camilla'>>
I can't get enough of you, fuck me harder. Make me scream with pleasure. I'm yours to use, do whatever you want with me.
<</say>>
<div class="go sex">[[Next|CamillaSex5-4]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-3.mp4>>
<<say 'Camilla'>>
Oh baby, I love it when you fuck my mouth like this. Your cock feels so good sliding in and out, I could do this all day.
<</say>>
<<say 'You'>>
The way you suck and lick my cock, driving me wild. I want to fuck your face until I can't hold back anymore. You're so hot and eager for me, it's a huge turn on.
<</say>>
<div class="go sex">[[Next|CamillaSex5-5]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-4.mp4>>
<<say 'Camilla'>>
Oh, fuck, your cock feels so good inside me... I want to ride you all night long. I love how deep you go... harder, faster, I want more!
<</say>>
<<say 'You'>>
Yeah, baby, bounce on that dick... show me how much you love it. You're so fucking tight... your pussy is driving me crazy.
<</say>>
<<say 'Camilla'>>
Oh god, I'm gonna cum all over you... fuck, yes, yes!
<</say>>
<div class="go sex">[[Next|CamillaSex5-6]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-5.mp4>>
<<say 'Camilla'>>
Don't stop, don't you dare stop... I need you inside me, all of you.
<</say>>
<<say 'You'>>
Your moans are driving me wild... ride me, baby, just like that.
<</say>>
<<say 'Camilla'>>
I'm yours, completely yours... I can't get enough of you.
<</say>>
<<say 'You'>>
You're so fucking sexy. You're the sexiest thing I've ever seen...
<</say>>
<div class="go sex">[[Next|CamillaSex5-7]]</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<set
_phase = $p[$volunteer].phasesDone;
_link = $p[$volunteer].phase[_phase].sex + '-0';
$bio.essence -= $p[$volunteer].phase[_phase].essence;
$p[$volunteer].phasesDone++;
$p[$volunteer].phase[_phase].done++;
>>
<div class="image">
<img src="img/test.jpg">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Essence of Sexuality injection: finished.</li>
<li>Acceptance of the essence by the organism: Successful.</li>
<li>Rejection of the essence by the organism: Not detected.</li>
<li>Negative reactions of the organism to the essence: Absent.</li>
<li>Change in the subject's physiology: Confirmed.</li>
<li>Testing Phase #<<=_phase+1>>: Successfully completed.</li>
</ul>
<</say>>
<div class="go">
<<link 'Talk to $volunteer' _link>><<timer 2 0 -20>><</link>>
</div><<set $t.sidebar = 0; >>
<<do>>
You get out of the taxi and approach the nightclub.
<</do>>
<div class="image">
<img src="img/club.jpg">
</div>
<<do>>
At the entrance to the club, you hear a familiar voice behind you.
<</do>>
<<say 'Amy'>>
Hi Evan! I'm so glad you decided to come!
<</say>>
<<do>>
You turn around and see Amy. She works with you at the Biological Research Laboratory of the "SexMachine" Corporation.
<</do>>
<div class="image">
<img src="photo/Amy-full-1.jpg">
</div>
<<say 'You'>>
I don't understand why you're happy, Amy... And I still don't understand how you could convince me to come?
<</say>>
<<say 'Amy'>>
Oh, Evan) You don't know how to have fun at all) Today is the anniversary of the creation of our corporation. Our bosses rented the coolest club in our city so that the employees could celebrate this great event. So just relax and try to enjoy tonight.
<</say>>
<<say 'You' '8'>>
I'm a scientist, and scientists don't like nightclubs and parties. The lab is the coolest club! And scientific research is the coolest party!
<</say>>
<<say 'Amy'>>
You're so boring, Evan) But here's what we're going to do! Now you and I will enter this club, find a free table, drink a couple of shots, and you will definitely discover that clubs are fun)
<</say>>
<<say 'You' '9'>>
Looks like this is going to be the most incredible scientific discovery in the world of science, Amy.
<</say>>
<div class="image">
<img src="img/take_hand.gif">
</div>
<<do>>
Amy grabs your hand and drags you into the club.
<</do>>
<div class="go">[[Enter the club and drink a couple of shots|Club2]]</div>
<div class="image">
<img src="img/drink_shot.gif">
</div>
<<do>>
You drink shot after shot, hoping to find the courage. But at some point, the music in the club turns off. You look up at the stage.
<</do>>
<<say 'DJ'>>
And now, let me invite the CEO of the "SexMachine" Corporation to the microphone! Let's all join together in welcoming Miss Sophia Wilson!
<</say>>
<<do>>
Sophia Wilson takes the stage:
<</do>>
<div class="image">
<img src="photo/Sophia-full-1.jpg">
</div>
<<say 'Amy'>>
Evan! Our boss is on stage.
<</say>>
<<say 'You' '10'>>
I hate her voice. I just need to drink a couple more shots of tequila... That's the only way I can listen to this bitch's speech to the end.
<</say>>
<div class="go">[[Drink a couple more shots|Club3]]</div><div class="image">
<img src="img/drink_shot.gif">
</div>
<<say 'Sophia'>>
Dear colleagues and guests of our party! On behalf of Mr. Sexton, founder of the "SexMachine" Corporation, I would like to congratulate you on two colossal events. Firstly, today is a significant day, because today we are celebrating the anniversary of the creation of the "SexMachine" Corporation.
<</say>>
<<do>>
The audience in the hall applauds.
<</do>>
<div class="image">
<img src="img/applause.gif">
</div>
<<say 'Sophia'>>
And secondly, let me tell you some good news. During this year, the shares of the "SexMachine" Corporation have grown significantly in price. And this is only our merit. Because our corporation invented the Essence of Sexuality. Thanks to this essence, any woman can become truly sexy. Thanks to us, Botox and silicone will become completely useless. And the women of our country and all over the world will be ready to pay us any money for the Essence of Sexuality, because this essence is able to turn their boring bodies into the bodies of porn models in just a couple of sessions!
<</say>>
<<do>>
The audience in the hall applauds again.
<</do>>
<div class="image">
<img src="img/applause.gif">
</div>
<<say 'Amy'>>
Evan, she's talking about your discovery! After all, it was you who invented the Essence of Sexuality!
<</say>>
<div class="go">[[Ignore Amy|Club4]]</div>
<<say 'Sophia'>>
And I would like to take this opportunity to thank every employee of our corporation.
<</say>>
<<say 'Drunk'>>
Who do I have to lick cunt to get a couple more shots of tequila around here?
<</say>>
<<say 'Sophia'>>
Dear employees of the "SexMachine" Corporation. It is thanks to your daily work that our corporation prospers.
<</say>>
<<say 'Drunk'>>
Shut a fuck up and show us your boobs!
<</say>>
<<say 'Sophia'>>
It is your scientific research that makes innovation available to our society.
<</say>>
<<say 'Drunk'>>
Less words and more money! Raise our salaries at last!
<</say>>
<<say 'Sophia'>>
So please enjoy this evening! But don't get drunk like your colleague Evan Turner did. Hey, Evan, you didn't think I wouldn't recognize your drunken voice and realize that you were the one yelling all that crap about my boobs and pay raises, did you?
<</say>>
<<do>>
Looks like your Boss realized that the drunken voice belonged to you. At this moment you notice Amy's surprised look. Amy looks upset.
<</do>>
<div class="go">[[Ask Amy if she's okay|Club5]]</div>
<<say 'Amy'>>
Just look at you, Evan! You are completely drunk!
<</say>>
<<say 'You' '7'>>
Humph!
<</say>>
<<say 'Amy'>>
And you're acting like an asshole! You asked your boss in front of everyone to show her naked boobs from the stage... Do you want to be fired?
<</say>>
<<say 'You' '2'>>
You're right, Amy. I promise I won't drink any more alcohol this evening.
<</say>>
<div class="go">[[10 minutes later|Club6]]</div><<do>>
You stand at the bar of the club and drink shot after shot:
<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/club/club-drink.mp4" type="video/mp4">
</video>
</div>
<<do>>
At this moment, Amy approaches you.
<</do>>
<<say 'Amy'>>
Fuck, Evan! You promised me you wouldn't drink any more alcohol tonight. Look at you! You're so drunk that you can't control yourself!
<</say>>
<<say 'You' '5'>>
Listen up, young lady! First, I'm not drunk! And secondly, I have better self-control than anyone in this nightclub! Right now, I'm going to go to the club's VIP lounge and have a small talk with some of the corporate executives. You will see that I control myself just perfectly!
<</say>>
<div class="go">[[Go to the VIP room|Club7]]</div><<do>>
You try to start a conversation but the alcohol speaks for you.
<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/club/club-1.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '9'>>
Why are all these people so uncommunicative? Fuck them! I want to dance! I want to dance! Dance! I want to dance!
<</say>>
<div class="go">[[Go to the Dance Floor|Club8]]</div><<do>>
It seems like the people on the dance floor don't quite understand your drunken master dance:
<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/club/club-2.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '7'>>
It's all about bad music. What's wrong with this DJ? Looks like I should give this DJ some advice on what kind of music the audience in this nightclub wants to hear!
<</say>>
<div class="go">[[Give some advice to the DJ|Club9]]</div><<do>>
Your attempt to advise the DJ on some new directions in music takes an unexpected turn:
<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/club/club-3.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '5'>>
Hey DJ! Our conversation is not over yet! But I need to go to the "Little Princess Room"...
<</say>>
<div class="go">[[Go to the toilet|Club10]]</div><<do>>
Unfortunately, your way to the toilet looks more difficult for you than the way of the Tin Man to the Emerald City:
<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/club/club-4.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '8'>>
Looks like Amy was right. I lost control just a little bit.
<</say>>
<div class="go">[[Back to the club|Club11]]</div><<do>>
Returning to the club, you notice your colleagues - Vanessa and Rubby. Vanessa is in charge of repairing the equipment, while Rubby is in charge of upgrading your laboratory.
<</do>>
<div class="image">
<img src="photo/Vanessa-Ruby.jpg">
</div>
<<say 'You' '9'>>
Hello girls) Are you having a good time?
<</say>>
<<say 'Vanessa'>>
Hey Evan! You were incredibly cool today) You publicly demanded that Sophia increase our salary while she was on stage with her boring speech) You are my hero)
<</say>>
<<say 'You' '2'>>
I am not a hero! I'm a superhero!
<</say>>
<<say 'Ruby'>>
Hey Evan) You were such a badass today, and it was really cool! I've never seen you like this before! How did you have the courage to ask your boss to show her boobs from the stage?) It turns out you are a real villain!)
<</say>>
<<say 'You' '9'>>
I'm not a villain! I'm a supervillain!
<</say>>
<<do>>
You try to say something else, but at that moment you notice a girl who looks just like Harley Quinn. And she obviously doesn't work for the "SexMachine" Corporation.
<</do>>
<div class="go">[[Look at Harley|Club12]]</div><div class="video">
<video autoplay loop muted>
<source src="video/club/Harley-club-1.mp4" type="video/mp4">
</video>
</div>
<<say 'You'>>
Hey Ruby! I need your clothes, your boots and your motorcycle! Hmmmm... No... It's from the Terminator movie.... Second try: Hey Ruby! I need your lipstick!
<</say>>
<<do>>
After these words, you grab Rubby's purse, rummage through it, find lipstick, and draw the same smile on your lips as the Joker.
<</do>>
<div class="image">
<img src="img/smile.jpg">
</div>
<div class="go">[[Approach a girl who looks like Harley Quinn|Club13]]</div><div class="video">
<video autoplay loop muted>
<source src="video/club/Harley-club-2.mp4" type="video/mp4">
</video>
</div>
<<say2 'You' 'Joker.jpg'>>
Hey, Harley...
<</say2>>
<<do>>
The girl looks at you, then laughs out loud, and takes off her wig. It looks like she's actually a brunette. And it looks like you definitely like it.
<</do>>
<<say2 'You' 'Joker.jpg'>>
The supervillain Joker is standing right in front of you! Maybe we can leave this boring nightclub together and...
<</say2>>
<<say 'Harley'>>
Shut up and let's go to my house, Pudding!
<</say>>
<div class="go sex">[[Accept her offer|HarleySex-1]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-1.mp4>>
<<say 'Harley'>>
Mmm, Puddin, your cock tastes so good. I love feeling you grow in my mouth, getting harder and harder with each stroke. You're my favorite treat, Puddin, and I can't get enough of you.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
That's it, baby, suck me just like that. I love the way you worship my cock, honey, it makes me want to fuck you even harder.
<</say2>>
<div class="go sex">
[[Next|HarleySex-2]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-2.mp4>>
<<say 'Harley'>>
Oh Puddin, grab me by the hair and fuck me from behind. I want to feel your cock deep inside me.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
You're such a naughty girl, babe. I love seeing you bent over, ready for me to pound you from behind.
<</say2>>
<<say 'Harley'>>
Yes, Puddin, fuck me hard! Make me scream your name as you take me from behind.
<</say>>
<div class="go sex">
[[Next|HarleySex-3]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-3.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
You like that, honey? You like feeling my hard, thick cock deep inside you?
<</say2>>
<<say 'Harley'>>
Oh Puddin, your cock feels so good inside me. I love the way you fill me up completely.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
I'm going to keep fucking you just like this, baby. I want you to feel my cock throbbing inside you.
<</say2>>
<<say 'Harley'>>
Yes, Puddin, please don't stop. I want to feel every inch of you inside me. You drive me wild.
<</say>>
<div class="go sex">
[[Next|HarleySex-4]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-4.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
You like that, babe? You love feeling my cock deep inside you, don't you?
<</say2>>
<<say 'Harley'>>
Oh, Puddin, it feels so good! Your big, hard cock is driving me crazy! I'm gonna cum, Puddin, I'm gonna cum so hard!
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
Yeah, that's right, baby. Cum all over my cock, show me how much you love it. You're my dirty little slut, aren't you?
<</say2>>
<<say 'Harley'>>
Yes, yes, Puddin! I'm your dirty little slut, I love it when you fuck me like this!
<</say>>
<div class="go sex">
[[Next|HarleySex-5]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-5.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
You like that, don't you, baby? You like how I fuck you hard and deep. Your pussy is mine, it belongs to me. You're my dirty little whore, aren't you?
<</say2>>
<<say 'Harley'>>
Oh yes, Puddin! I love it when you take control like this. Fuck me harder, make me scream your name. I'm yours, completely yours.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
That's right, Harley. You're my dirty little slut, and I'm going to make you cum so hard. You're my toy, my plaything, and I'm going to use you however I want.
<</say2>>
<<say 'Harley'>>
Yes, Puddin, use me, abuse me, I'm yours to do with as you please. I'm going to cum for you, I'm going to explode with pleasure. Oh, Puddin, fuck me!
<</say>>
<div class="go sex">[[Next|HarleySex-6]]</div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<do>>
You wake up and look at your watch. It's 10:30. It looks like your work day has already begun. You quickly get dressed and run to work.
<</do>>
<div class="image">
<img src="img/run.gif">
</div>
<<do>>
Finally, you arrive at the "SexMachine" Corporation building. Amy meets you at the entrance to the building.
<</do>>
<div class="image">
<img src="photo/Amy-full-2.jpg">
</div>
<<say 'Amy'>>
Evan! Finally you have come. We couldn't get started without you.
<</say>>
<<say 'You' '3'>>
I'm so sorry, Amy. Yesterday I got so drunk that I overslept the beginning of the working day. Honestly, I think I'm still drunk and remember almost nothing.
<</say>>
<<say 'Amy'>>
I hope you at least remember what we're doing here?
<</say>>
<<say 'You' '8'>>
Alas, I don't even remember my name.
<</say>>
<<say 'Amy'>>
That's what we're going to do now, Evan. We'll go to the lab, you'll have a cup of strong black coffee to cheer you up, and we'll get to work. And if you have questions about our work, just ask me about it.
<</say>>
<<do>>
<i><u>Note:</u></i><br>
<ul>
<li>Talk to Amy (🗣), if you want more information about the work you have to do during your work day.</li>
<li>Open Quest Book (📕) to see a list of tasks you need to complete.</li>
<li>Use "<i style="font-family: times new roman; font-size: 20px;">i</i>" - button, to get hints..</li>
</ul>
<</do>>
<<timer 3 30 0>>
<div class="go">
<<link 'Start your work day'>>
<<set $t.sidebar = 1; >>
<<goto 'BioLab'>>
<</link>>
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-1.mp4>>
<<say 'Sophia'>>
Mmm, I love the way you taste, Evan. Your cock is so hard and hot in my mouth. I want to make you feel good, baby.
<</say>>
<<say 'You'>>
Oh God, Sophia, your mouth feels incredible. The way you suck and lick me drives me wild. Keep going, don't stop.
<</say>>
<<say 'Sophia'>>
I love the way you moan when I take your cock deeper, feeling every inch of your cock in my mouth. I could do this all day, just sucking and licking you until you explode in my mouth.
<</say>>
<div class="go">[[Next|SophiaSex1-7]]</div><style>body {background-image: url(bg/abstract.jpg);}</style>
<div class="modelsGallery">
<div class="title">
Porn Gallery
<span>Choose a model:</span>
</div>
<div class="models">
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Amy'">
<img class="photo" src='photo/Amy.jpg'>
<div class="name">Amy</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Vanessa'">
<img class="photo" src='photo/Vanessa.jpg'>
<div class="name">Vanessa</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Ruby'">
<img class="photo" src='photo/Ruby.jpg'>
<div class="name">Ruby</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Sophia'">
<img class="photo" src='photo/Sophia.jpg'>
<div class="name">Sophia</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Mary'">
<img class="photo" src='photo/Mary.jpg'>
<div class="name">Mary</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Camilla'">
<img class="photo" src='photo/Camilla.jpg'>
<div class="name">Camilla</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Stacy'">
<img class="photo" src='photo/Stacy.jpg'>
<div class="name">Stacy</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Sabrina'">
<img class="photo" src='photo/Sabrina.jpg'>
<div class="name">Sabrina</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Agatha'">
<img class="photo" src='photo/Agatha.jpg'>
<div class="name">Agatha</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Zoe'">
<img class="photo" src='photo/Zoe.jpg'>
<div class="name">Zoe</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Rebecca'">
<img class="photo" src='photo/Rebecca.jpg'>
<div class="name">Rebecca</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Ruth'">
<img class="photo" src='photo/Ruth.jpg'>
<div class="name">Ruth</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Barbara'">
<img class="photo" src='photo/Barbara.jpg'>
<div class="name">Barbara</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Daisy'">
<img class="photo" src='photo/Daisy.jpg'>
<div class="name">Daisy</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Bridget'">
<img class="photo" src='photo/Bridget.jpg'>
<div class="name">Bridget</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Vivian'">
<img class="photo" src='photo/Vivian.jpg'>
<div class="name">Vivian</div>
</a>
<<if $t.newModels == 1>>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Sandra'">
<img class="photo" src='photo/Sandra.jpg'>
<div class="name">Sandra</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Amanda'">
<img class="photo" src='photo/Amanda.jpg'>
<div class="name">Amanda</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Margaret'">
<img class="photo" src='photo/Margaret.jpg'>
<div class="name">Margaret</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Deborah'">
<img class="photo" src='photo/Deborah.jpg'>
<div class="name">Deborah</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Elizabeth'">
<img class="photo" src='photo/Elizabeth.jpg'>
<div class="name">Elizabeth</div>
</a>
<</if>>
/*
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Dreams'">
<img class="photo" src='photo/UnknownFV.jpg'>
<div class="name">Dreams</div>
</a>
*/
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Office'">
<img class="photo" src='photo/UnknownFV.jpg'>
<div class="name">Office</div>
</a>
<a class="model" data-passage="modelSlider" data-setter="$mGallery='Harley'">
<img class="photo" src='photo/Harley.jpg'>
<div class="name">Harley</div>
</a>
</div>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div><<set
$gallery = [
'video/Amy/Amy-1-1.mp4',
'video/Amy/Amy-1-2.mp4',
'video/Amy/Amy-1-3.mp4',
'video/Amy/Amy-1-4.mp4',
'video/Amy/Amy-1-5.mp4',
'video/Amy/Amy-1-6.mp4',
'video/Amy/Amy-1-7.mp4',
'video/Amy/Amy-1-8.mp4',
'video/Amy/Amy-1-9.mp4',
'video/Amy/Amy-2-1.mp4',
'video/Amy/Amy-2-2.mp4',
'video/Amy/Amy-2-3.mp4',
'video/Amy/Amy-2-4.mp4',
'video/Amy/Amy-2-5.mp4',
'video/Amy/Amy-2-6.mp4',
'video/Amy/Amy-2-7.mp4',
'video/Amy/Amy-2-8.mp4',
'video/Amy/Amy-2-9.mp4',
'video/Amy/Amy-3-1.mp4',
'video/Amy/Amy-3-2.mp4',
'video/Amy/Amy-3-3.mp4',
'video/Amy/Amy-3-4.mp4',
'video/Amy/Amy-3-5.mp4',
'video/Amy/Amy-3-6.mp4',
'video/Amy/Amy-3-7.mp4',
'video/Amy/Amy-3-8.mp4',
'video/Amy/Amy-4-1.mp4',
'video/Amy/Amy-4-2.mp4',
'video/Amy/Amy-4-3.mp4',
'video/Amy/Amy-4-4.mp4',
'video/Amy/Amy-4-5.mp4',
'video/Amy/Amy-4-6.mp4',
'video/Amy/Amy-4-7.mp4',
'video/Amy/Amy-4-8.mp4',
'video/Amy/Amy-5-1.mp4',
'video/Amy/Amy-5-2.mp4',
'video/Amy/Amy-5-3.mp4',
'video/Amy/Amy-5-4.mp4',
'video/Amy/Amy-5-5.mp4',
'video/Amy/Amy-5-6.mp4',
'video/Amy/Amy-5-7.mp4',
'video/Amy/Amy-5-8.mp4',
'video/Amy/Amy-6-1.mp4',
'video/Amy/Amy-6-2.mp4',
'video/Amy/Amy-6-3.mp4',
'video/Amy/Amy-6-4.mp4',
'video/Amy/Amy-6-5.mp4',
'video/Amy/Amy-6-6.mp4',
'video/Amy/Amy-6-7.mp4',
'video/Amy/Amy-6-8.mp4',
'video/Amy/Amy-punish-1.mp4',
'video/Amy/Amy-punish-2.mp4',
'video/Amy/Amy-punish-3.mp4',
'video/Amy/Amy-punish-4.mp4',
'video/Amy/Amy-punish-5.mp4',
'video/Amy/Amy-punish-6.mp4',
'video/Amy/Amy-punish-7.mp4',
'video/Amy/Amy-punish-8.mp4',
'video/Amy/Amy-punish-9.mp4',
'video/Amy/Amy-punish-10.mp4',
'video/Amy/Amy-punish-11.mp4',
'video/Amy/Amy-punish-12.mp4',
'video/Amy/Amy-punish-13.mp4',
'video/Amy/Amy-punish-14.mp4',
'video/Amy/Amy-punish-15.mp4',
'video/Amy/Amy-punish-16.mp4',
'video/Amy/Amy-punish-17.mp4',
'video/Amy/Amy-punish-18.mp4'
];
>><<set
$gallery = [
'video/Vanessa/Vanessa-1-1.mp4',
'video/Vanessa/Vanessa-1-2.mp4',
'video/Vanessa/Vanessa-1-3.mp4',
'video/Vanessa/Vanessa-1-4.mp4',
'video/Vanessa/Vanessa-1-5.mp4',
'video/Vanessa/Vanessa-1-6.mp4',
'video/Vanessa/Vanessa-1-7.mp4',
'video/Vanessa/Vanessa-1-8.mp4',
'video/Vanessa/Vanessa-1-9.mp4',
'video/Vanessa/Vanessa-1-10.mp4',
'video/Vanessa/Vanessa-1-11.mp4',
'video/Vanessa/Vanessa-1-12.mp4',
'video/Vanessa/Vanessa-2-1.mp4',
'video/Vanessa/Vanessa-2-2.mp4',
'video/Vanessa/Vanessa-2-3.mp4',
'video/Vanessa/Vanessa-2-4.mp4',
'video/Vanessa/Vanessa-2-5.mp4',
'video/Vanessa/Vanessa-2-6.mp4',
'video/Vanessa/Vanessa-2-7.mp4',
'video/Vanessa/Vanessa-2-8.mp4',
'video/Vanessa/Vanessa-3-1.mp4',
'video/Vanessa/Vanessa-3-2.mp4',
'video/Vanessa/Vanessa-3-3.mp4',
'video/Vanessa/Vanessa-3-4.mp4',
'video/Vanessa/Vanessa-3-5.mp4',
'video/Vanessa/Vanessa-3-6.mp4',
'video/Vanessa/Vanessa-3-7.mp4',
'video/Vanessa/Vanessa-3-8.mp4',
'video/Vanessa/Vanessa-4-1.mp4',
'video/Vanessa/Vanessa-4-2.mp4',
'video/Vanessa/Vanessa-4-3.mp4',
'video/Vanessa/Vanessa-4-4.mp4',
'video/Vanessa/Vanessa-4-5.mp4',
'video/Vanessa/Vanessa-4-6.mp4',
'video/Vanessa/Vanessa-4-7.mp4',
'video/Vanessa/Vanessa-5-1.mp4',
'video/Vanessa/Vanessa-5-2.mp4',
'video/Vanessa/Vanessa-5-3.mp4',
'video/Vanessa/Vanessa-5-4.mp4',
'video/Vanessa/Vanessa-5-5.mp4',
'video/Vanessa/Vanessa-5-6.mp4',
'video/Vanessa/Vanessa-5-7.mp4',
'video/Vanessa/Vanessa-5-8.mp4',
'video/Vanessa/Vanessa-6-1.mp4',
'video/Vanessa/Vanessa-6-2.mp4',
'video/Vanessa/Vanessa-6-3.mp4',
'video/Vanessa/Vanessa-6-4.mp4',
'video/Vanessa/Vanessa-6-5.mp4',
'video/Vanessa/Vanessa-6-6.mp4',
'video/Vanessa/Vanessa-6-7.mp4',
'video/Vanessa/Vanessa-6-8.mp4'
];
>>
<<set
$gallery = [
'video/Ruby/Ruby-1-1.mp4',
'video/Ruby/Ruby-1-2.mp4',
'video/Ruby/Ruby-1-3.mp4',
'video/Ruby/Ruby-1-4.mp4',
'video/Ruby/Ruby-1-5.mp4',
'video/Ruby/Ruby-1-6.mp4',
'video/Ruby/Ruby-1-7.mp4',
'video/Ruby/Ruby-1-8.mp4',
'video/Ruby/Ruby-2-1.mp4',
'video/Ruby/Ruby-2-2.mp4',
'video/Ruby/Ruby-2-3.mp4',
'video/Ruby/Ruby-2-4.mp4',
'video/Ruby/Ruby-2-5.mp4',
'video/Ruby/Ruby-2-6.mp4',
'video/Ruby/Ruby-2-7.mp4',
'video/Ruby/Ruby-3-1.mp4',
'video/Ruby/Ruby-3-2.mp4',
'video/Ruby/Ruby-3-3.mp4',
'video/Ruby/Ruby-3-4.mp4',
'video/Ruby/Ruby-3-5.mp4',
'video/Ruby/Ruby-3-6.mp4',
'video/Ruby/Ruby-3-7.mp4',
'video/Ruby/Ruby-4-1.mp4',
'video/Ruby/Ruby-4-2.mp4',
'video/Ruby/Ruby-4-3.mp4',
'video/Ruby/Ruby-4-4.mp4',
'video/Ruby/Ruby-4-5.mp4',
'video/Ruby/Ruby-4-6.mp4',
'video/Ruby/Ruby-4-7.mp4',
'video/Ruby/Ruby-4-8.mp4',
'video/Ruby/Ruby-5-1.mp4',
'video/Ruby/Ruby-5-2.mp4',
'video/Ruby/Ruby-5-3.mp4',
'video/Ruby/Ruby-5-4.mp4',
'video/Ruby/Ruby-5-5.mp4',
'video/Ruby/Ruby-5-6.mp4',
'video/Ruby/Ruby-5-7.mp4',
'video/Ruby/Ruby-5-8.mp4',
'video/Ruby/Ruby-6-1.mp4',
'video/Ruby/Ruby-6-2.mp4',
'video/Ruby/Ruby-6-3.mp4',
'video/Ruby/Ruby-6-4.mp4',
'video/Ruby/Ruby-6-5.mp4',
'video/Ruby/Ruby-6-6.mp4',
'video/Ruby/Ruby-6-7.mp4',
'video/Ruby/Ruby-6-8.mp4'
];
>>
<<set
$gallery = [
'video/Sophia/Sophia-1-1.mp4',
'video/Sophia/Sophia-1-2.mp4',
'video/Sophia/Sophia-1-3.mp4',
'video/Sophia/Sophia-1-4.mp4',
'video/Sophia/Sophia-1-5.mp4',
'video/Sophia/Sophia-1-6.mp4',
'video/Sophia/Sophia-1-7.mp4',
'video/Sophia/Sophia-2-1.mp4',
'video/Sophia/Sophia-2-2.mp4',
'video/Sophia/Sophia-2-3.mp4',
'video/Sophia/Sophia-2-4.mp4',
'video/Sophia/Sophia-2-5.mp4',
'video/Sophia/Sophia-2-6.mp4',
'video/Sophia/Sophia-2-7.mp4',
'video/Sophia/Sophia-2-8.mp4',
'video/Sophia/Sophia-3-1.mp4',
'video/Sophia/Sophia-3-2.mp4',
'video/Sophia/Sophia-3-3.mp4',
'video/Sophia/Sophia-3-4.mp4',
'video/Sophia/Sophia-3-5.mp4',
'video/Sophia/Sophia-3-6.mp4',
'video/Sophia/Sophia-3-7.mp4',
'video/Sophia/Sophia-3-8.mp4',
'video/Sophia/Sophia-4-1.mp4',
'video/Sophia/Sophia-4-2.mp4',
'video/Sophia/Sophia-4-3.mp4',
'video/Sophia/Sophia-4-4.mp4',
'video/Sophia/Sophia-4-5.mp4',
'video/Sophia/Sophia-4-6.mp4',
'video/Sophia/Sophia-4-7.mp4',
'video/Sophia/Sophia-4-8.mp4',
'video/Sophia/Sophia-5-1.mp4',
'video/Sophia/Sophia-5-2.mp4',
'video/Sophia/Sophia-5-3.mp4',
'video/Sophia/Sophia-5-4.mp4',
'video/Sophia/Sophia-5-5.mp4',
'video/Sophia/Sophia-5-6.mp4',
'video/Sophia/Sophia-5-7.mp4',
'video/Sophia/Sophia-5-8.mp4',
'video/Sophia/Sophia-6-1.mp4',
'video/Sophia/Sophia-6-2.mp4',
'video/Sophia/Sophia-6-3.mp4',
'video/Sophia/Sophia-6-4.mp4',
'video/Sophia/Sophia-6-5.mp4',
'video/Sophia/Sophia-6-6.mp4',
'video/Sophia/Sophia-6-7.mp4',
'video/Sophia/Sophia-6-8.mp4'
];
>>
<<set
$gallery = [
'video/Mary/Mary-1-1.mp4',
'video/Mary/Mary-1-2.mp4',
'video/Mary/Mary-1-3.mp4',
'video/Mary/Mary-1-4.mp4',
'video/Mary/Mary-1-5.mp4',
'video/Mary/Mary-1-6.mp4',
'video/Mary/Mary-1-7.mp4',
'video/Mary/Mary-1-8.mp4',
'video/Mary/Mary-2-1.mp4',
'video/Mary/Mary-2-2.mp4',
'video/Mary/Mary-2-3.mp4',
'video/Mary/Mary-2-4.mp4',
'video/Mary/Mary-2-5.mp4',
'video/Mary/Mary-2-6.mp4',
'video/Mary/Mary-2-7.mp4',
'video/Mary/Mary-3-1.mp4',
'video/Mary/Mary-3-2.mp4',
'video/Mary/Mary-3-3.mp4',
'video/Mary/Mary-3-4.mp4',
'video/Mary/Mary-3-5.mp4',
'video/Mary/Mary-3-6.mp4',
'video/Mary/Mary-3-7.mp4',
'video/Mary/Mary-3-8.mp4',
'video/Mary/Mary-4-1.mp4',
'video/Mary/Mary-4-2.mp4',
'video/Mary/Mary-4-3.mp4',
'video/Mary/Mary-4-4.mp4',
'video/Mary/Mary-4-5.mp4',
'video/Mary/Mary-4-6.mp4',
'video/Mary/Mary-4-7.mp4',
'video/Mary/Mary-4-8.mp4',
'video/Mary/Mary-5-1.mp4',
'video/Mary/Mary-5-2.mp4',
'video/Mary/Mary-5-3.mp4',
'video/Mary/Mary-5-4.mp4',
'video/Mary/Mary-5-5.mp4',
'video/Mary/Mary-5-6.mp4',
'video/Mary/Mary-5-7.mp4',
'video/Mary/Mary-5-8.mp4',
'video/Mary/Mary-5-9.mp4',
'video/Mary/Mary-6-1.mp4',
'video/Mary/Mary-6-2.mp4',
'video/Mary/Mary-6-3.mp4',
'video/Mary/Mary-6-4.mp4',
'video/Mary/Mary-6-5.mp4',
'video/Mary/Mary-6-6.mp4',
'video/Mary/Mary-6-7.mp4',
'video/Mary/Mary-6-8.mp4'
];
>>
<<set
$gallery = [
'video/Camilla/Camilla-1-1.mp4',
'video/Camilla/Camilla-1-2.mp4',
'video/Camilla/Camilla-1-3.mp4',
'video/Camilla/Camilla-1-4.mp4',
'video/Camilla/Camilla-1-5.mp4',
'video/Camilla/Camilla-1-6.mp4',
'video/Camilla/Camilla-1-7.mp4',
'video/Camilla/Camilla-2-1.mp4',
'video/Camilla/Camilla-2-2.mp4',
'video/Camilla/Camilla-2-3.mp4',
'video/Camilla/Camilla-2-4.mp4',
'video/Camilla/Camilla-2-5.mp4',
'video/Camilla/Camilla-2-6.mp4',
'video/Camilla/Camilla-2-7.mp4',
'video/Camilla/Camilla-3-1.mp4',
'video/Camilla/Camilla-3-2.mp4',
'video/Camilla/Camilla-3-3.mp4',
'video/Camilla/Camilla-3-4.mp4',
'video/Camilla/Camilla-3-5.mp4',
'video/Camilla/Camilla-3-6.mp4',
'video/Camilla/Camilla-3-7.mp4',
'video/Camilla/Camilla-3-8.mp4',
'video/Camilla/Camilla-4-1.mp4',
'video/Camilla/Camilla-4-2.mp4',
'video/Camilla/Camilla-4-3.mp4',
'video/Camilla/Camilla-4-4.mp4',
'video/Camilla/Camilla-4-5.mp4',
'video/Camilla/Camilla-4-6.mp4',
'video/Camilla/Camilla-4-7.mp4',
'video/Camilla/Camilla-5-1.mp4',
'video/Camilla/Camilla-5-2.mp4',
'video/Camilla/Camilla-5-3.mp4',
'video/Camilla/Camilla-5-4.mp4',
'video/Camilla/Camilla-5-5.mp4',
'video/Camilla/Camilla-5-6.mp4',
'video/Camilla/Camilla-5-7.mp4',
'video/Camilla/Camilla-6-1.mp4',
'video/Camilla/Camilla-6-2.mp4',
'video/Camilla/Camilla-6-3.mp4',
'video/Camilla/Camilla-6-4.mp4',
'video/Camilla/Camilla-6-5.mp4',
'video/Camilla/Camilla-6-6.mp4',
'video/Camilla/Camilla-6-7.mp4',
'video/Camilla/Camilla-punish-1.mp4',
'video/Camilla/Camilla-punish-2.mp4',
'video/Camilla/Camilla-punish-3.mp4',
'video/Camilla/Camilla-punish-4.mp4',
'video/Camilla/Camilla-punish-5.mp4',
'video/Camilla/Camilla-punish-6.mp4',
'video/Camilla/Camilla-punish-7.mp4'
];
>>
<<set
$gallery = [
'video/Stacy/Stacy-1-1.mp4',
'video/Stacy/Stacy-1-2.mp4',
'video/Stacy/Stacy-1-3.mp4',
'video/Stacy/Stacy-1-4.mp4',
'video/Stacy/Stacy-1-5.mp4',
'video/Stacy/Stacy-1-6.mp4',
'video/Stacy/Stacy-1-7.mp4',
'video/Stacy/Stacy-2-1.mp4',
'video/Stacy/Stacy-2-2.mp4',
'video/Stacy/Stacy-2-3.mp4',
'video/Stacy/Stacy-2-4.mp4',
'video/Stacy/Stacy-2-5.mp4',
'video/Stacy/Stacy-2-6.mp4',
'video/Stacy/Stacy-2-7.mp4',
'video/Stacy/Stacy-3-1.mp4',
'video/Stacy/Stacy-3-2.mp4',
'video/Stacy/Stacy-3-3.mp4',
'video/Stacy/Stacy-3-4.mp4',
'video/Stacy/Stacy-3-5.mp4',
'video/Stacy/Stacy-3-6.mp4',
'video/Stacy/Stacy-3-7.mp4',
'video/Stacy/Stacy-3-8.mp4',
'video/Stacy/Stacy-4-1.mp4',
'video/Stacy/Stacy-4-2.mp4',
'video/Stacy/Stacy-4-3.mp4',
'video/Stacy/Stacy-4-4.mp4',
'video/Stacy/Stacy-4-5.mp4',
'video/Stacy/Stacy-4-6.mp4',
'video/Stacy/Stacy-4-7.mp4',
'video/Stacy/Stacy-4-8.mp4',
'video/Stacy/Stacy-5-1.mp4',
'video/Stacy/Stacy-5-2.mp4',
'video/Stacy/Stacy-5-3.mp4',
'video/Stacy/Stacy-5-4.mp4',
'video/Stacy/Stacy-5-5.mp4',
'video/Stacy/Stacy-5-6.mp4',
'video/Stacy/Stacy-5-7.mp4',
'video/Stacy/Stacy-5-8.mp4',
'video/Stacy/Stacy-6-1.mp4',
'video/Stacy/Stacy-6-2.mp4',
'video/Stacy/Stacy-6-3.mp4',
'video/Stacy/Stacy-6-4.mp4',
'video/Stacy/Stacy-6-5.mp4',
'video/Stacy/Stacy-6-6.mp4',
'video/Stacy/Stacy-6-7.mp4',
'video/Stacy/Stacy-6-8.mp4'
];
>>
<<set
$gallery = [
'video/Sabrina/Sabrina-1-1.mp4',
'video/Sabrina/Sabrina-1-2.mp4',
'video/Sabrina/Sabrina-1-3.mp4',
'video/Sabrina/Sabrina-1-4.mp4',
'video/Sabrina/Sabrina-1-5.mp4',
'video/Sabrina/Sabrina-1-6.mp4',
'video/Sabrina/Sabrina-1-7.mp4',
'video/Sabrina/Sabrina-1-8.mp4',
'video/Sabrina/Sabrina-2-1.mp4',
'video/Sabrina/Sabrina-2-2.mp4',
'video/Sabrina/Sabrina-2-3.mp4',
'video/Sabrina/Sabrina-2-4.mp4',
'video/Sabrina/Sabrina-2-5.mp4',
'video/Sabrina/Sabrina-2-6.mp4',
'video/Sabrina/Sabrina-2-7.mp4',
'video/Sabrina/Sabrina-2-8.mp4',
'video/Sabrina/Sabrina-3-1.mp4',
'video/Sabrina/Sabrina-3-2.mp4',
'video/Sabrina/Sabrina-3-3.mp4',
'video/Sabrina/Sabrina-3-4.mp4',
'video/Sabrina/Sabrina-3-5.mp4',
'video/Sabrina/Sabrina-3-6.mp4',
'video/Sabrina/Sabrina-4-1.mp4',
'video/Sabrina/Sabrina-4-2.mp4',
'video/Sabrina/Sabrina-4-3.mp4',
'video/Sabrina/Sabrina-4-4.mp4',
'video/Sabrina/Sabrina-4-5.mp4',
'video/Sabrina/Sabrina-4-6.mp4',
'video/Sabrina/Sabrina-4-7.mp4',
'video/Sabrina/Sabrina-4-8.mp4',
'video/Sabrina/Sabrina-5-1.mp4',
'video/Sabrina/Sabrina-5-2.mp4',
'video/Sabrina/Sabrina-5-3.mp4',
'video/Sabrina/Sabrina-5-4.mp4',
'video/Sabrina/Sabrina-5-5.mp4',
'video/Sabrina/Sabrina-5-6.mp4',
'video/Sabrina/Sabrina-5-7.mp4'
];
>><<set
$gallery = [
'video/Agatha/Agatha-1-1.mp4',
'video/Agatha/Agatha-1-2.mp4',
'video/Agatha/Agatha-1-3.mp4',
'video/Agatha/Agatha-1-4.mp4',
'video/Agatha/Agatha-1-5.mp4',
'video/Agatha/Agatha-1-6.mp4',
'video/Agatha/Agatha-1-7.mp4',
'video/Agatha/Agatha-1-8.mp4',
'video/Agatha/Agatha-2-1.mp4',
'video/Agatha/Agatha-2-2.mp4',
'video/Agatha/Agatha-2-3.mp4',
'video/Agatha/Agatha-2-4.mp4',
'video/Agatha/Agatha-2-5.mp4',
'video/Agatha/Agatha-2-6.mp4',
'video/Agatha/Agatha-2-7.mp4',
'video/Agatha/Agatha-3-1.mp4',
'video/Agatha/Agatha-3-2.mp4',
'video/Agatha/Agatha-3-3.mp4',
'video/Agatha/Agatha-3-4.mp4',
'video/Agatha/Agatha-3-5.mp4',
'video/Agatha/Agatha-3-6.mp4',
'video/Agatha/Agatha-3-7.mp4',
'video/Agatha/Agatha-3-8.mp4',
'video/Agatha/Agatha-4-1.mp4',
'video/Agatha/Agatha-4-2.mp4',
'video/Agatha/Agatha-4-3.mp4',
'video/Agatha/Agatha-4-4.mp4',
'video/Agatha/Agatha-4-5.mp4',
'video/Agatha/Agatha-4-6.mp4',
'video/Agatha/Agatha-4-7.mp4',
'video/Agatha/Agatha-4-8.mp4',
'video/Agatha/Agatha-5-1.mp4',
'video/Agatha/Agatha-5-2.mp4',
'video/Agatha/Agatha-5-3.mp4',
'video/Agatha/Agatha-5-4.mp4',
'video/Agatha/Agatha-5-5.mp4',
'video/Agatha/Agatha-5-6.mp4',
'video/Agatha/Agatha-5-7.mp4',
'video/Agatha/Agatha-5-8.mp4'
];
>>
<<set
$gallery = [
'video/Zoe/Zoe-1-1.mp4',
'video/Zoe/Zoe-1-2.mp4',
'video/Zoe/Zoe-1-3.mp4',
'video/Zoe/Zoe-1-4.mp4',
'video/Zoe/Zoe-1-5.mp4',
'video/Zoe/Zoe-1-6.mp4',
'video/Zoe/Zoe-1-7.mp4',
'video/Zoe/Zoe-2-1.mp4',
'video/Zoe/Zoe-2-2.mp4',
'video/Zoe/Zoe-2-3.mp4',
'video/Zoe/Zoe-2-4.mp4',
'video/Zoe/Zoe-2-5.mp4',
'video/Zoe/Zoe-2-6.mp4',
'video/Zoe/Zoe-2-7.mp4',
'video/Zoe/Zoe-2-8.mp4',
'video/Zoe/Zoe-3-1.mp4',
'video/Zoe/Zoe-3-2.mp4',
'video/Zoe/Zoe-3-3.mp4',
'video/Zoe/Zoe-3-4.mp4',
'video/Zoe/Zoe-3-5.mp4',
'video/Zoe/Zoe-3-6.mp4',
'video/Zoe/Zoe-3-7.mp4',
'video/Zoe/Zoe-4-1.mp4',
'video/Zoe/Zoe-4-2.mp4',
'video/Zoe/Zoe-4-3.mp4',
'video/Zoe/Zoe-4-4.mp4',
'video/Zoe/Zoe-4-5.mp4',
'video/Zoe/Zoe-4-6.mp4',
'video/Zoe/Zoe-4-7.mp4',
'video/Zoe/Zoe-4-8.mp4',
'video/Zoe/Zoe-4-9.mp4',
'video/Zoe/Zoe-5-1.mp4',
'video/Zoe/Zoe-5-2.mp4',
'video/Zoe/Zoe-5-3.mp4',
'video/Zoe/Zoe-5-4.mp4',
'video/Zoe/Zoe-5-5.mp4',
'video/Zoe/Zoe-5-6.mp4',
'video/Zoe/Zoe-5-7.mp4'
];
>>
<<set
$gallery = [
'video/Rebecca/Rebecca-1-1.mp4',
'video/Rebecca/Rebecca-1-2.mp4',
'video/Rebecca/Rebecca-1-3.mp4',
'video/Rebecca/Rebecca-1-4.mp4',
'video/Rebecca/Rebecca-1-5.mp4',
'video/Rebecca/Rebecca-1-6.mp4',
'video/Rebecca/Rebecca-1-7.mp4',
'video/Rebecca/Rebecca-1-8.mp4',
'video/Rebecca/Rebecca-2-1.mp4',
'video/Rebecca/Rebecca-2-2.mp4',
'video/Rebecca/Rebecca-2-3.mp4',
'video/Rebecca/Rebecca-2-4.mp4',
'video/Rebecca/Rebecca-2-5.mp4',
'video/Rebecca/Rebecca-2-6.mp4',
'video/Rebecca/Rebecca-2-7.mp4',
'video/Rebecca/Rebecca-2-8.mp4',
'video/Rebecca/Rebecca-3-1.mp4',
'video/Rebecca/Rebecca-3-2.mp4',
'video/Rebecca/Rebecca-3-3.mp4',
'video/Rebecca/Rebecca-3-4.mp4',
'video/Rebecca/Rebecca-3-5.mp4',
'video/Rebecca/Rebecca-3-6.mp4',
'video/Rebecca/Rebecca-3-7.mp4',
'video/Rebecca/Rebecca-3-8.mp4',
'video/Rebecca/Rebecca-4-1.mp4',
'video/Rebecca/Rebecca-4-2.mp4',
'video/Rebecca/Rebecca-4-3.mp4',
'video/Rebecca/Rebecca-4-4.mp4',
'video/Rebecca/Rebecca-4-5.mp4',
'video/Rebecca/Rebecca-4-6.mp4',
'video/Rebecca/Rebecca-4-7.mp4',
'video/Rebecca/Rebecca-5-1.mp4',
'video/Rebecca/Rebecca-5-2.mp4',
'video/Rebecca/Rebecca-5-3.mp4',
'video/Rebecca/Rebecca-5-4.mp4',
'video/Rebecca/Rebecca-5-5.mp4',
'video/Rebecca/Rebecca-5-6.mp4',
'video/Rebecca/Rebecca-5-7.mp4',
'video/Rebecca/Rebecca-5-8.mp4'
];
>>
<<set
$gallery = [
'video/Ruth/Ruth-1-1.mp4',
'video/Ruth/Ruth-1-2.mp4',
'video/Ruth/Ruth-1-3.mp4',
'video/Ruth/Ruth-1-4.mp4',
'video/Ruth/Ruth-1-5.mp4',
'video/Ruth/Ruth-1-6.mp4',
'video/Ruth/Ruth-1-7.mp4',
'video/Ruth/Ruth-2-1.mp4',
'video/Ruth/Ruth-2-2.mp4',
'video/Ruth/Ruth-2-3.mp4',
'video/Ruth/Ruth-2-4.mp4',
'video/Ruth/Ruth-2-5.mp4',
'video/Ruth/Ruth-2-6.mp4',
'video/Ruth/Ruth-2-7.mp4',
'video/Ruth/Ruth-2-8.mp4',
'video/Ruth/Ruth-3-1.mp4',
'video/Ruth/Ruth-3-2.mp4',
'video/Ruth/Ruth-3-3.mp4',
'video/Ruth/Ruth-3-4.mp4',
'video/Ruth/Ruth-3-5.mp4',
'video/Ruth/Ruth-3-6.mp4',
'video/Ruth/Ruth-3-7.mp4',
'video/Ruth/Ruth-3-8.mp4',
'video/Ruth/Ruth-4-1.mp4',
'video/Ruth/Ruth-4-2.mp4',
'video/Ruth/Ruth-4-3.mp4',
'video/Ruth/Ruth-4-4.mp4',
'video/Ruth/Ruth-4-5.mp4',
'video/Ruth/Ruth-4-6.mp4',
'video/Ruth/Ruth-4-7.mp4',
'video/Ruth/Ruth-5-1.mp4',
'video/Ruth/Ruth-5-2.mp4',
'video/Ruth/Ruth-5-3.mp4',
'video/Ruth/Ruth-5-4.mp4',
'video/Ruth/Ruth-5-5.mp4',
'video/Ruth/Ruth-5-6.mp4',
'video/Ruth/Ruth-5-7.mp4',
'video/Ruth/Ruth-5-8.mp4'
];
>>
<<set
$gallery = [
'video/Barbara/Barbara-1-1.mp4',
'video/Barbara/Barbara-1-2.mp4',
'video/Barbara/Barbara-1-3.mp4',
'video/Barbara/Barbara-1-4.mp4',
'video/Barbara/Barbara-1-5.mp4',
'video/Barbara/Barbara-1-6.mp4',
'video/Barbara/Barbara-1-7.mp4',
'video/Barbara/Barbara-1-8.mp4',
'video/Barbara/Barbara-2-1.mp4',
'video/Barbara/Barbara-2-2.mp4',
'video/Barbara/Barbara-2-3.mp4',
'video/Barbara/Barbara-2-4.mp4',
'video/Barbara/Barbara-2-5.mp4',
'video/Barbara/Barbara-2-6.mp4',
'video/Barbara/Barbara-2-7.mp4',
'video/Barbara/Barbara-2-8.mp4',
'video/Barbara/Barbara-3-1.mp4',
'video/Barbara/Barbara-3-2.mp4',
'video/Barbara/Barbara-3-3.mp4',
'video/Barbara/Barbara-3-4.mp4',
'video/Barbara/Barbara-3-5.mp4',
'video/Barbara/Barbara-3-6.mp4',
'video/Barbara/Barbara-3-7.mp4',
'video/Barbara/Barbara-3-8.mp4',
'video/Barbara/Barbara-4-1.mp4',
'video/Barbara/Barbara-4-2.mp4',
'video/Barbara/Barbara-4-3.mp4',
'video/Barbara/Barbara-4-4.mp4',
'video/Barbara/Barbara-4-5.mp4',
'video/Barbara/Barbara-4-6.mp4',
'video/Barbara/Barbara-4-7.mp4',
'video/Barbara/Barbara-5-1.mp4',
'video/Barbara/Barbara-5-2.mp4',
'video/Barbara/Barbara-5-3.mp4',
'video/Barbara/Barbara-5-4.mp4',
'video/Barbara/Barbara-5-5.mp4',
'video/Barbara/Barbara-5-6.mp4',
'video/Barbara/Barbara-5-7.mp4',
'video/Barbara/Barbara-5-8.mp4'
];
>>
<<set
$gallery = [
'video/dream/dream-1.mp4',
'video/dream/dream-2.mp4',
'video/dream/dream-3.mp4',
'video/dream/dream-4.mp4',
'video/dream/dream-5.mp4',
'video/dream/dream-6.mp4',
'video/dream/dream-7.mp4',
'video/dream/dream-8.mp4',
'video/dream/dream-9.mp4',
'video/dream/dream-10.mp4',
'video/dream/dream-11.mp4',
'video/dream/dream-12.mp4',
'video/dream/dream-13.mp4',
'video/dream/dream-14.mp4',
'video/dream/dream-15.mp4',
'video/dream/dream-16.mp4',
'video/dream/dream-17.mp4',
'video/dream/dream-18.mp4',
'video/dream/dream-19.mp4',
'video/dream/dream-20.mp4',
'video/dream/dream-21.mp4',
'video/dream/dream-22.mp4',
'video/dream/dream-23.mp4',
'video/dream/dream-24.mp4',
'video/dream/dream-25.mp4',
'video/dream/dream-26.mp4',
'video/dream/dream-27.mp4',
'video/dream/dream-28.mp4',
'video/dream/dream-29.mp4',
'video/dream/dream-30.mp4',
'video/dream/dream-31.mp4',
'video/dream/dream-32.mp4',
'video/dream/dream-33.mp4',
'video/dream/dream-34.mp4',
'video/dream/dream-35.mp4',
'video/dream/dream-36.mp4',
'video/dream/dream-37.mp4',
'video/dream/dream-38.mp4',
'video/dream/dream-39.mp4',
'video/dream/dream-40.mp4',
'video/dream/dream-41.mp4',
'video/dream/dream-42.mp4',
'video/dream/dream-43.mp4',
'video/dream/dream-44.mp4',
'video/dream/dream-45.mp4',
'video/dream/dream-46.mp4',
'video/dream/dream-47.mp4',
'video/dream/dream-48.mp4',
'video/dream/dream-49.mp4',
'video/dream/dream-50.mp4'
];
>>
<<set
$gallery = [
'video/office/1.mp4',
'video/office/2.mp4',
'video/office/3.mp4',
'video/office/4.mp4',
'video/office/5.mp4',
'video/office/6.mp4',
'video/office/7.mp4',
'video/office/8.mp4',
'video/office/9.mp4',
'video/office/10.mp4',
'video/office/11.mp4',
'video/office/12.mp4',
'video/office/13.mp4',
'video/office/14.mp4',
'video/office/15.mp4',
'video/office/16.mp4',
'video/office/17.mp4',
'video/office/18.mp4',
'video/office/19.mp4',
'video/office/20.mp4',
'video/office/21.mp4',
'video/office/22.mp4',
'video/office/23.mp4',
'video/office/24.mp4',
'video/office/25.mp4',
'video/office/26.mp4',
'video/office/27.mp4',
'video/office/28.mp4',
'video/office/29.mp4',
'video/office/30.mp4'
];
>><<set
$gallery = [
'video/Harley/Harley-1-1.mp4',
'video/Harley/Harley-1-2.mp4',
'video/Harley/Harley-1-3.mp4',
'video/Harley/Harley-1-4.mp4',
'video/Harley/Harley-1-5.mp4',
'video/Harley/Harley-1-6.mp4',
'video/Harley/Harley-1-7.mp4',
'video/Harley/Harley-1-8.mp4'
];
>>
<style>body {background-image: url(bg/abstract.jpg);}</style>
<div class="modelSlider">
<<set $gallery = []; >>
<<set _inc = $mGallery + 'Gallery'; >>
<<include _inc>>
<<set
_total = $gallery.length;
_i = 0;
>>
<div id="scene">
<<video $gallery[_i]>>
</div>
<div class="counter">Scene: <span id="num"><<=_i+1>></span> of _total</div>
<div class="navigation">
<<link "<< Prew">>
<<if _i == 0 >>
<<set _i = _total-1;>>
<<else>>
<<set _i--;>>
<</if>>
<<replace "#num">><<=_i+1>><</replace>>
<<replace "#scene">>
<<video $gallery[_i]>>
<</replace>>
<</link>>
<<link "Next >>">>
<<if _i == _total-1 >>
<<set _i = 0;>>
<<else>>
<<set _i++;>>
<</if>>
<<replace "#num">><<=_i+1>><</replace>>
<<replace "#scene">>
<<video $gallery[_i]>>
<</replace>>
<</link>>
</div>
</div>
<div class='go return'> <<link "Back to gallery" "modelsGallery">><</link>></div>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
<div style="font-size: 24px; line-height: 30px; font-weight: bold; text-align: center; margin-top: 10px;">Chapter 1: The Essence.</div>
<br>
<div style="/*font-size: 13px; line-height: 18px;*/"><center>
The main task of "Chapter 1: The Essence" is to introduce you to the main characters of the game, as well as to the SexMachine corporation. It is this chapter that is the beginning of a dramatic story, the plot of which will be described step by step in the following chapters of the game SexMachine.
<br><br>
In this chapter, you will meet the mad scientist Evan Turner, a senior scientist at the SexMachine Corporation.</center>
</div>
<</do>>
<div class="image">
<img src="img/intro.jpg">
</div>
<<do>>
In the universe of my game, Evan Turner is known for his scientific discovery. He invented the Essence of Sexuality - a special substance that can make any woman look really sexy:
<</do>>
<div class="image">
<img src="img/before-after.jpg">
</div>
<<do>>
And now your task is to help Evan Turner create the perfect machine for the synthesis of the Essence of Sexuality, because this will allow the SexMachine Corporation to start producing the essence on an industrial level.
<</do>>
<div class="image">
<img src="img/intro-essense.jpg">
</div>
<<do>>
<div style="font-size: 20px; line-height: 27px; font-weight: bold; text-align: center; margin-bottom: 10px;">Note!</div>
If you are playing the game from a smartphone, then use the following recommendations for a comfortable game:
<ol>
<li>Use
<span class="link-help">
<<link "<img src='img/fullscreen-icon.png'>">>
<<script>>Fullscreen.toggle();<</script>>
<</link>>
</span>
button to run the game in full screen mode.</li>
<li>Use the landscape orientation of your smartphone <nobr>(<img src="img/phone-icon.png">)</nobr>.</li>
<li>Use <nobr><img src="img/open-icon.png">/<img src="img/close-icon.png"></nobr> buttons to <nobr>"open/close"</nobr> the sidebar of the game.</li>
</ol>
<</do>>
<<do>>
I also ask you to forgive me for possible semantic errors in the texts of the game. English is not my native language.
<</do>>
<div class="go">[[Start the game|Club1]]</div>
<<set
_items = Object.keys($i);
>>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<<switch $usedItem>>
<<case 'energyDrink'>>
<<do>>You used an $i[$usedItem].title (energy: +20)<</do>>
<<set $p.You.energy += 20; >>
<<unset $usedItem; >>
<<case 'refreshingKit'>>
<<do>>You used a $i[$usedItem].title (hygiene: 100%)<</do>>
<<set $p.You.hygiene = 100; >>
<<unset $usedItem; >>
<</switch>>
<div class="inventory">
<div class="items">
<<for _i = 0; _i < _items.length; _i++>>
<<set _item = $i[_items[_i]];>>
<<if _item.count > 0>>
<div class="item">
<div class="img-wrap">
<img @src='_item.img'>
</div>
<div class="info-wrap">
<div class="name"><<=_item.title>></div>
<div class="desc">
<<if _item.desc>>
<<=_item.desc>>
<<else>>
Описание отсутствует.
<</if>>
</div>
<div class="count">Count: <<=_item.count>></div>
<<if _item.anyLocation>>
<<capture _i>>
<div>
<<link '✋ Click to use' `passage()`>>
<<set $i[_items[_i]].count--; $usedItem = _items[_i]; >>
<</link>>
</div>
<</capture>>
<</if>>
</div>
</div>
<</if>>
<</for>>
</div>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<style>body {background-image: url(bg/morning.jpg);}</style>
<<set $p.You.map = 'Home'; >>
<div class="image">
<img src="img/morning.gif">
</div>
<<do>>
<center>The alarm clock woke you up. It's time to start the day.</center>
<</do>>
<<can 'You can:'>>
<div class="go">
<<link 'Take a shower and have breakfast (100% hygiene, 100% energy)' 'Home'>>
<<if $i.food.count > 0>>
<<set
$i.food.count--;
$p.You.energy = 100;
$routine = "You had breakfast: 100% energy.";
>>
<<timer 0 15>>
<<else>>
<<set
$routine = "You couldn't have breakfast because you don't have any food.";
>>
<</if>>
<<if $i.shower.count > 0>>
<<set
$i.shower.count--;
$p.You.hygiene = 100;
$routine += "You took a shower: 100% hygiene.";
>>
<<timer 0 15>>
<<else>>
<<set
$routine += "You couldn't take a shower because you don't have any personal care products.";
>>
<</if>>
<</link>>
</div>
<div class="go">
<<link 'Exit the bedroom' 'Home'>><</link>>
</div>
<</can>><<widget "say2" container>>
<<set _name = _args[0];>>
<<set _photo = 'photo/' + _args[1];>>
<div class="say">
<div class="photo">
<img @src="_photo">
</div>
<div class="text">
<div class="name">_name:</div>
_contents
</div>
</div>
<</widget>><!--<style>body {background-image: url(bg/map.jpg);}</style>-->
<<set
_day = $week[$clock.today];
_time = $clock.hours;
>>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<div class="use-map">
<<for _i = 0; _i < $map.length; _i++>>
<<set _passage = $map[_i].passage; >>
<<set _bg = 'background-image: url(city/' + $map[_i].img + ')'; >>
<div class="location">
<div class="title">$map[_i].title</div>
<div class="img" @style="_bg"></div>
<div class="models">
<<set _models = $l[_time][_passage]; >>
<<if _models && _models.length>0 >>
<<for _k = 0; _k < _models.length; _k++>>
<<set _photo = 'photo/' + $p[_models[_k]].photo + '.jpg'; >>
<img @src="_photo">
<</for>>
<</if>>
</div>
<<capture _passage>>
<<link '' _passage>>
<<if $p.You.map != _passage>>
/*<<timer 1 0 -10>>*/
<<set $p.You.map = _passage;>>
<</if>>
<</link>>
<</capture>>
</div>
<</for>>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<style>body {background-image: url(bg/LivingRoom.jpg);}</style>
<<if $watchTV>>
<div class="image">
<img src="img/news.jpg">
</div>
<<unset $watchTV; >>
<<else>>
<div class="image">
<img src="city/LivingRoom.jpg">
</div>
<</if>>
<<can 'You can:'>>
<div class="go tv">
<<link 'Watch TV (+30 minutes)' `passage()`>>
<<set $watchTV = 1;>>
<<timer 0 30>>
<</link>>
</div>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
<</can>><style>body {background-image: url(bg/Bedroom.jpg);}</style>
<<if $nap>>
<div class="image">
<img src="img/sleep.jpg">
</div>
<<switch $nap>>
<<case 1>>
<<do>>You took a nap for 1 hour. Energy: +10%.<</do>>
<<case 3>>
<<do>>You took a nap for 3 hours. Energy: +30%.<</do>>
<</switch>>
<<unset $nap; >>
<<else>>
<div class="image">
<img src="city/Bedroom.jpg">
</div>
<</if>>
<<can 'You can:'>>
<div class="go sleep">
<<link 'Take a one-hour nap (energy: +10%)' `passage()`>>
<<set $nap = 1;>>
<<timer 1 0 10>>
<</link>>
</div>
<div class="go sleep">
<<link 'Take a three-hour nap (energy: +30%)' `passage()`>>
<<set $nap = 3;>>
<<timer 3 0 30>>
<</link>>
</div>
<div class="go sleep">
<<link 'Sleep until the next morning'>><<morning>><</link>>
</div>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
<</can>>
<style>body {background-image: url(bg/Kitchen.jpg);}</style>
/* если нажата ссылка "поесть" */
<<if $eat>>
/* если еда есть в инвинтаре */
<<if $i.food.count > 0 >>
<<set
$eat = 0;
$i.food.count--;
>>
<<timer 0 15 100>>
<div class="image">
<img src="img/eat.jpg">
</div>
<<do>>Energy increased: 100%.<</do>>
/* если еды нет */
<<else>>
<<say 'You'>>
Unfortunately my fridge is empty. Maybe I should visit the mall and buy some food?
<</say>>
<</if>>
<<unset $eat; >>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
/* если ссылку "поесть" не нажал */
<<else>>
<div class="image">
<img src="img/kitchen.jpg">
</div>
<<can 'You can:'>>
<div class="go food">
<<link 'Prepare food and eat (100% energy)' `passage()`>>
<<set $eat = 1;>>
<</link>>
</div>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
<</can>>
<</if>>
<style>body {background-image: url(bg/Bathroom.jpg);}</style>
/* если нажата ссылка "принять душ" */
<<if $shower>>
/* если средства гигиены есть в инвинтаре */
<<if $i.shower.count > 0 >>
<<set
$i.shower.count--;
$p.You.hygiene = 100;
>>
<<timer 0 15>>
<div class="image">
<img src="img/shower.jpg">
</div>
<<do>>Hygiene: 100%.<</do>>
/* если средств гигиены нет */
<<else>>
<<say 'You'>>
I don't have soap... I don't have toothpaste... I don't have shampoo... Looks like it's time for me to go to the mall and buy personal care products.
<</say>>
<</if>>
<<unset $shower; >>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
/* если ссылку "принять душ" не нажал */
<<else>>
<div class="image">
<img src="img/bathroom.jpg">
</div>
<<can 'You can:'>>
<div class="go bathroom">
<<link 'Take a shower and brush your teeth (100% hygiene)' `passage()`>>
<<set $shower = 1;>>
<</link>>
</div>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
<</can>>
<</if>>
<style>body {background-image: url(bg/Home.jpg);}</style>
<<set $p.You.map = 'Home'; >>
<<if $routine>>
<<do>><center>$routine</center><</do>>
<<unset $routine>>
<</if>>
<<can 'You can:'>>
<div class="go tv">[[Go to the living room|LivingRoom]]</div>
<div class="go sleep">[[Go to the bedroom|Bedroom]]</div>
<div class="go food">[[Go to the kitchen|Kitchen]]</div>
<div class="go bathroom">[[Go to the bathroom|Bathroom]]</div>
<div class="go wardrobe">[[Go to the wardrobe room|Wardrobe]]</div>
<div class="go car">[[Go to the garage|Garage]]</div>
<</can>>
<<can 'Or you can:'>>
<<if $clock.hours < 8 || ($clock.hours == 8 && $clock.minutes <= 30) >>
<div class="go morning">
<<link 'Arrive at the Lab at the Start of the Workday' 'BioLab'>>
<<set _h = 8 - $clock.hours; _m = 60 - $clock.minutes; >>
<<timer _h _m -5>>
<<set $p.You.map = 'SexMachine';>>
<</link>>
</div>
<</if>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go goto">
<<link 'Go to work (from 9:00 to 18:00, +30 minutes on the road)' 'SexMachine'>>
<<timer 0 30 -5>>
<<set $p.You.map = 'SexMachine';>>
<</link>>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/Mall.jpg);}</style>
<div class="image">
<img src="city/Mall.jpg">
</div>
/* если тороговый центр закрыты */
<<if $clock.hours < 7 || $clock.hours >= 23 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 23:00 daily.
</center>
</div>
/* если открыт */
<<else>>
<<include 'cityModels'>>
<<can 'Shops in the mall:'>>
<div class="go">[[«Food & Stuff»|FoodStuff]]</div>
<div class="go">[[«Women's pleasures»|WomensPleasures]]</div>
<div class="go">[[«Jewelry store»|JewelryStore]]</div>
<div class="go">[[«Men's style»|MensStyle]]</div>
<div class="go">[[«Passion nights»|PassionNights]]</div>
<</can>>
<</if>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/Mall.jpg);}</style>
<<set _items = ['energyDrink', 'refreshingKit', 'food', 'shower'];>>
<<if $buyItem && $buyCount >>
<<if $p.You.money < $i[$buyItem].price*$buyCount >>
<<say 'You'>>
I don't have enough money for this purchase.
<</say>>
<<else>>
<<set
$i[$buyItem].count += $buyCount;
$p.You.money = $p.You.money - $i[$buyItem].price * $buyCount;
>>
<<do>>
You bought: <<= $i[$buyItem].title; >>.
You have in your inventory: <<= $i[$buyItem].count; >>
<</do>>
<</if>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<div class="inventory">
<div class="items">
<<for _i = 0; _i < _items.length; _i++>>
<<set _item = $i[_items[_i]]; >>
<div class="item">
<div class="img-wrap">
<img @src='_item.img'>
</div>
<div class="info-wrap">
<div class="name">_item.title</div>
<div class="desc">
<<if _item.desc>>
<<=_item.desc>>
<<else>>
No description.
<</if>>
</div>
<<capture _i>>
<<link `'Buy 1 ($'+ _item.price +')'` `passage()`>>
<<set $buyItem = _items[_i];>>
<<set $buyCount = 1;>>
<</link>>
<<link `'Buy 7 ($'+ _item.price*7 +')'` `passage()`>>
<<set $buyItem = _items[_i];>>
<<set $buyCount = 7;>>
<</link>>
<</capture>>
</div>
</div><!-- item -->
<</for>>
</div><!-- items -->
</div><!-- inventory -->
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/Mall.jpg);}</style>
<<set _items = ['dress', 'perfume', 'underwear', 'chocolates', 'flowers'];>>
<<if $buyItem && $buyCount >>
<<if $p.You.money < $i[$buyItem].price*$buyCount >>
<<say 'You'>>
I don't have enough money for this purchase.
<</say>>
<<else>>
<<set
$i[$buyItem].count += $buyCount;
$p.You.money = $p.You.money - $i[$buyItem].price * $buyCount;
>>
<<do>>
You bought: <<= $i[$buyItem].title; >>.
You have in your inventory: <<= $i[$buyItem].count; >>
<</do>>
<</if>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<div class="inventory">
<div class="items">
<<for _i = 0; _i < _items.length; _i++>>
<<set _item = $i[_items[_i]]; >>
<div class="item">
<div class="img-wrap">
<img @src='_item.img'>
</div>
<div class="info-wrap">
<div class="name">_item.title</div>
<div class="desc">
<<if _item.desc>>
<<=_item.desc>>
<<else>>
No description.
<</if>>
</div>
<<capture _i>>
<<link `'Buy ($'+ _item.price +')'` `passage()`>>
<<set $buyItem = _items[_i];>>
<<set $buyCount = 1;>>
<</link>>
<</capture>>
</div>
</div><!-- item -->
<</for>>
</div><!-- items -->
</div><!-- inventory -->
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/Mall.jpg);}</style>
<<say 'You' '3'>>
Refined girls love stylish men. But unfortunately, the goods of this store will appear only in the next updates of the SexMachine game.
<</say>>
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/Mall.jpg);}</style>
<<if $t.newModels != 1 && !$buyItem && !$buyCount>>
<<say 'You' '9'>>
Slutty girls love kinky sex. And the goods of this store will allow me to experience unforgettable feelings with these girls.
<</say>>
<</if>>
<<set _items = ['cuffs', 'flogger', 'bra', 'bodice', 'panties'];>>
<<if $buyItem && $buyCount >>
<<if $p.You.money < $i[$buyItem].price*$buyCount >>
<<say 'You'>>
I don't have enough money for this purchase.
<</say>>
<<else>>
<<set
$i[$buyItem].count += $buyCount;
$p.You.money = $p.You.money - $i[$buyItem].price * $buyCount;
>>
<<do>>
You bought: <<= $i[$buyItem].title; >>.
You have in your inventory: <<= $i[$buyItem].count; >>
<</do>>
<</if>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<div class="inventory">
<div class="items">
<<for _i = 0; _i < _items.length; _i++>>
<<set _item = $i[_items[_i]]; >>
<div class="item">
<div class="img-wrap">
<img @src='_item.img'>
</div>
<div class="info-wrap">
<div class="name">_item.title</div>
<div class="desc">
<<if _item.desc>>
<<=_item.desc>>
<<else>>
No description.
<</if>>
</div>
<<capture _i>>
<<link `'Buy ($'+ _item.price +')'` `passage()`>>
<<set $buyItem = _items[_i];>>
<<set $buyCount = 1;>>
<</link>>
<</capture>>
</div>
</div><!-- item -->
<</for>>
</div><!-- items -->
</div><!-- inventory -->
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/Park.jpg);}</style>
<div class="image">
<img src="city/Park.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/University.jpg);}</style>
<div class="image">
<img src="city/University.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/Gym.jpg);}</style>
<div class="image">
<img src="city/Gym.jpg">
</div>
/* если карта клуба просрочена, удаляем карту из инвентаря */
<<if $i.cardGym.count == 1 && ($i.cardGym.buyDay + 29) < $clock.days >>
<<run $i.cardGym.count = 0; >>
<<say 'You'>>
Unfortunately my gym membership card has expired. I need to buy a new one.
<</say>>
<</if>>
/* если спортзал закрыт */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если карта есть и не просрочена */
<<elseif $i.cardGym.count == 1 >>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="go biceps">[[Start a weight training (increases your muscle lvl)|workout]]</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если карты нет */
<<else>>
<<can 'You can:'>>
<div class="go money">
[[Buy a monthly gym membership card (-$100)|buyGymCard]]
</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>>
<style>body {background-image: url(bg/Gym.jpg);}</style>
<<if $p.You.energy < 20 >>
<<say 'You' '7'>>
I'm too tired to train now. Before strength training, I need to have a good rest.
<</say>>
<<do>>Note: you need at least 20% of energy to start your gym workout.<</do>>
<<elseif $p.You.GymDay == $clock.days >>
<<say 'You' '10'>>
I already had a workout today. As a biologist, I can authoritatively state: excessive physical activity negatively affects the myofibrillar apparatus of the body. This will inevitably lead to overtraining. It will be better if I return to training another day.
<</say>>
<<do>>Note: you can't have two workouts a day.<</do>>
<<else>>
<<set
$p.You.muscles += 2;
$p.You.GymDay = $clock.days;
>>
<<timer 1 0 -20>>
<div class="image"><img src="actions/gym-workout.gif"></div>
<<say 'You' '5'>>I`v got the power!!!!<</say>>
<<do>>Muscles: +2.<</do>>
/* рандомайзер событий */
<<if random(0,1)>>
<<set $p.You.muscles++;>>
<<do>>You noticed something interesting in the gym:<</do>>
<<set _img = 'actions/gym-workout-action-' + random(1,10) + '.jpg';>>
<div class="image"><img @src="_img"></div>
<<do>>Bonus! Muscles: +1.<</do>>
<</if>>
<</if>>
<div class="go">[[Return|Gym]]</div>
<style>body {background-image: url(bg/ActingClasses.jpg);}</style>
<div class="image">
<img src="city/ActingClasses.jpg">
</div>
/* если курсы закрыты */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыты */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="go acting">[[Take one acting lesson (-$20, increases your сharisma lvl)|actingLesson]]</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/ActingClasses.jpg);}</style>
<<if $p.You.money < 20 >>
<<say 'You' '3'>>I don't have enough money.<</say>>
<<elseif $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>You need at least 10% of energy to start.<</do>>
<<elseif $p.You.ActingClassesDay == $clock.days >>
<<say 'You' '10'>>
I already had an acting lesson today. As a biologist, I can authoritatively state: excessive brain activity does not improve neural connections. It will be better if I return to acting lessons another day.
<</say>>
<<do>>Note: you can't have two acting lessons a day.<</do>>
<<else>>
<<set
$p.You.money -= 20;
$p.You.charisma += 2;
$p.You.ActingClassesDay = $clock.days;
>>
<<timer 1 0 -10>>
<div class="image"><img src="actions/ActingClasses-lesson.gif"></div>
<<say 'You' '2'>>Now I feel more social.<</say>>
<<do>>Charisma: +2.<</do>>
/* рандомайзер событий */
<<if random(0,1)>>
<<set $p.You.charisma++;>>
<<do>>You noticed something interesting during the lesson:<</do>>
<<set _img = 'actions/ActingClasses-lesson-action-'+random(1,10)+'.jpg';>>
<div class="image"><img @src="_img"></div>
<<do>>Bonus! Charisma: +1.<</do>>
<</if>>
<</if>>
<div class="go">[[Return|ActingClasses]]</div>
<style>body {background-image: url(bg/Cafe.jpg);}</style>
<div class="image">
<img src="city/Cafe.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="go coffee">[[Drink a cup of coffee (-7$, +15% energy)|cafeCoffee]]</div>
<div class="go food">[[Eat some food (-$20, 100% energy)|cafeFood]]</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если уже взаимодействовал с моделью сегодня */
/* блокирует повторное взаимодействие при увеличении времени */
<<if $p[$model].eventDay == $clock.days>>
<<say 'You'>>
Я уже провел с $p[$model].name достаточно времени сегодня. Я не хочу выглядеть как маньяк, который приследует ее по городу. Лучше я пообщаюсь с $p[$model].name позже... Возмжно завтра?
<</say>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если не достаточно энергии */
<<elseif $p.You.energy <= 0 >>
<<say 'You'>>I'm too tired for this.<</say>>
<<do>>
Note: Следи за уровнем твоей энергии. Еда, сон и энергетические напитки поднимут уровень твоей энергии.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $cafeAction >>
<div class="video">
<video autoplay loop muted>
<source @src="$cafeAction" type="video/mp4">
</video>
</div>
/* повышаем лояльность */
<<timer 0 30 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $cafeAction; >>
<<do>>Ты приятно провел время с $p[$model].name. Теперь ты нравишься $p[$model].name сильнее <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если квест не завершен
<div class="video">
<video autoplay loop muted>
<source @src="$cafeAction" type="video/mp4">
</video>
</div>
<<set $p[$model].eventDay = $clock.days; >>
<<unset $cafeAction; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
*/
/* если еще не нажимал на действие с моделью */
<<else>>
<<if $p[$model]['quests'][_quest].photo >>
<div class="image">
<img @src="$p[$model]['quests'][_quest].photo;">
</div>
<</if>>
<<can 'Чем ты хочешь заняться с $model?'>>
<div class="go">
<<link 'Действие 1'>>
<<set $cafeAction = 'video/actions/cafe-action-1.mp4';>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Действие 2'>>
<<set $cafeAction = 'video/actions/cafe-action-2.mp4';>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Действие 3'>>
<<set $cafeAction = 'video/actions/cafe-action-3.mp4';>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Действие 4'>>
<<set $cafeAction = 'video/actions/cafe-action-4.mp4';>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Действие 5'>>
<<set $cafeAction = 'video/actions/cafe-action-5.mp4';>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Или ты можешь:'>>
<div class="go">
<<link 'Оставить $model одну' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_sex = $p[$model]['quests'][_quest].sex;
_lustNeed = $p[$model]['quests'][_quest].lust;
>>
/* если не достаточно энергии */
<<if $p.You.energy < 20 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 20% of energy. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если достаточно энергии */
<<else>>
<<if $progressBar == 0>>
<div class="image">
<img @src="$p[$model]['quests'][_quest].photo">
</div>
<<else>>
<<video _sex[$sexLink].video>>
<</if>>
<<if $progressBar == -1>>
<<timer 1 0 -20>>
<<set
$p[$model].lust += 2;
$p[$model]['quests'][_quest].pose++;
$p[$model].eventDay = $clock.days;
_lustNeed = $p[$model]['quests'][_quest].lust;
>>
<<do>><center>$model's lust has increased: +2.</center><</do>>
<<if $p[$model].lust >= _lustNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<elseif $progressBar == 100>>
<<do>>
<<set _line = '<div class="line" style="width:' + $progressBar + '%"></div>';>>
<div class="progress-bar">
_line
<i>Arousal: $progressBar%</i>
</div>
<div class="sex-links cum">
<<link 'Cum 💦' `passage()`>>
<<set $progressBar = -1; $sexLink = _sex.length-1; >>
<</link>>
</div>
<</do>>
<<elseif $progressBar != -1 && $progressBar != 100 >>
<<do>>
<<set _line = '<div class="line" style="width:' + $progressBar + '%"></div>';>>
<div class="progress-bar">
_line
<i>Arousal: $progressBar%</i>
</div>
<div class="sex-links">
<<for _i = 0; _i < _sex.length-1; _i++>>
<<capture _i>>
<<set _text = _sex[_i].text;>>
<<link _text `passage()`>>
<<set $sexLink = _i; $progressBar += 20;>>
<</link>>
<</capture>>
<</for>>
</div>
<</do>>
<</if>>
<<if !_resultLink>>
<<set _linkText = 'Leave ' + $p[$model].name + ' apartments'; >>
<div class="go">
<<link _linkText $modelLoc>><</link>>
</div>
<</if>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_message = $p[$model]['quests'][_quest].locationMessage;
>>
<<say $p[$model].name>>
_message
<</say>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div><<set
_quest = $p[$model].quest;
_musclesNeed = $p[$model]['quests'][_quest].muscles;
_charismaNeed = $p[$model]['quests'][_quest].charisma;
_passage = $p[$model]['quests'][_quest].resultInclude;
>>
$bg
/* если статистики игрока достаточно для следующего квеста */
<<if $p.You.muscles >= _musclesNeed &&
$p.You.charisma >= _charismaNeed>>
<<set
$p[$model].eventDay = $clock.days;
$p[$model].quest++;
>>
<<include _passage>>
<<do>><<=$p[$model].name>>'s quest list has been updated.<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если статистики игрока не достаточно */
<<else>>
<<say 'You' '3'>>
I spent some time with <<=$p[$model].name>> but nothing new happened. It looks like <<=$p[$model].name>> is losing interest in me.
<</say>>
<<do>>
Note: Open the Quest Book and find out what you need to do.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<<set
$model = 'Daisy';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-1.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Daisy.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'DaisyAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'DaisyAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* парк */
<<case 2>>
<<if $modelLoc == 'Park'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'ParkActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* университет */
<<case 5>>
<<if $modelLoc == 'University'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UniversityActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexHillSide'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Daisy-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
/* если впервые встречает модель в городе, устанавливаем параметры знакомства */
<<if $p.Daisy.quests[0].body == 0 && $p.Daisy.quests[0].charisma == 0 >>
<<set $p.Daisy.quests[0].body = $p.You.body + 10; >>
<<set $p.Daisy.quests[0].charisma = $p.You.charisma + 10; >>
<</if>>
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.body < $p.Daisy.quests[0].body ||
$p.You.charisma < $p.Daisy.quests[0].charisma >>
<div class="image">
<img @src="$p.Daisy.photobig;">
</div>
<<say 'You'>>
Эта девушка действительно хороша. Но к сожалению я не чувствую себя достаточно привлекательным, чтобы познакомиться с ней.
<</say>>
<<do>>
Для знакомства с Дейзи тебе нужно:
<ul>
<li>Body: $p.Daisy.quests[0].body </li>
<li>Charisma: $p.Daisy.quests[0].charisma</li>
</ul>
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<div class="image">
<img @src="$p.Daisy.photobig;">
</div>
Знакомство, предлогает проводить время в парке.
<<set
$p.Daisy.quest++;
$p.Daisy.eventDay = $clock.days;
>>
<<do>>Список квестов Дейзи обновлен.<</do>>
<</if>>
<div class="go">
<<link 'Вернуться'>>
<<goto $modelLoc>>
<</link>>
</div>
<<set
$city = [
{
title: 'Your home',
passage: 'Home',
img: 'Home-map.jpg'
},
{
title: '«SexMachine» Corporation',
passage: 'SexMachine',
img: 'SexMachine-map.jpg'
},
{
title: 'Mall',
passage: 'Mall',
img: 'Mall-map.jpg'
},
{
title: 'Gym',
passage: 'Gym',
img: 'Gym-map.jpg'
},
{
title: 'Acting classes',
passage: 'ActingClasses',
img: 'ActingClasses-map.jpg'
},
{
title: 'Park',
passage: 'Park',
img: 'Park-map.jpg'
},
{
title: 'University',
passage: 'University',
img: 'University-map.jpg'
},
{
title: 'Cafe',
passage: 'Cafe',
img: 'Cafe-map.jpg'
},
{
title: 'Yoga Studio',
passage: 'YogaStudio',
img: 'YogaStudio-map.jpg'
},
{
title: 'Restaurant',
passage: 'Restaurant',
img: 'Restaurant-map.jpg'
},
{
title: 'Beach',
passage: 'Beach',
img: 'Beach-map.jpg'
},
{
title: 'Art Centre',
passage: 'ArtCentre',
img: 'ArtCentre-map.jpg'
},
{
title: 'Bar',
passage: 'Bar',
img: 'Bar-map.jpg'
},
{
title: 'Theatre',
passage: 'Theatre',
img: 'Theatre-map.jpg'
},
{
title: 'Swimming pool',
passage: 'SwimmingPool',
img: 'SwimmingPool-map.jpg'
},
{
title: 'Horse Club',
passage: 'HorseClub',
img: 'HorseClub-map.jpg'
},
{
title: 'Cinema',
passage: 'Cinema',
img: 'Cinema-map.jpg'
},
{
title: 'Spa & Wellness',
passage: 'SpaWellness',
img: 'SpaWellness-map.jpg'
},
{
title: 'Night club',
passage: 'NightClub',
img: 'NightClub-map.jpg'
},
{
title: 'Auto Service',
passage: 'AutoService',
img: 'AutoService-map.jpg'
},
{
title: 'Residential Complex «HillSide»',
passage: 'ComplexHillSide',
img: 'ComplexHillSide-map.jpg'
},
{
title: 'Residential Complex «ARCHhous»',
passage: 'ComplexARCHhous',
img: 'ComplexARCHhous-map.jpg'
},
{
title: 'Residential Complex «AlterEgo»',
passage: 'ComplexAlterEgo',
img: 'ComplexAlterEgo-map.jpg'
},
{
title: 'Residential Complex «Skyline»',
passage: 'ComplexSkyline',
img: 'ComplexSkyline-map.jpg'
}
];>><style>body {background-image: url(bg/YogaStudio.jpg);}</style>
<div class="image">
<img src="city/YogaStudio.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size:13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><<set
_day = $week[$clock.today];
_time = $clock.hours;
_models = $l[_time][passage()];
>>
<<if _models && _models.length>0 >>
<<can 'Click on the photo to interact with the character:'>>
<div class="action-models">
<<for _i = 0; _i < _models.length; _i++>>
<<set
_photo = 'photo/' + $p[_models[_i]].photo + '.jpg';
_link = $p[_models[_i]].name + 'Actions';
>>
<<if $p[_models[_i]].subrole == 'subscribe' && $t.newModels != 1>>
<<set _link = $p[_models[_i]].name + 'subscribe'; >>
<</if>>
<div class="model">
<img @src="_photo">
<div class="name"><<=$p[_models[_i]].name>></div>
<<link '' _link>>
<<set $modelLoc = passage();>>
<</link>>
</div>
<</for>>
</div>
<</can>>
<</if>>
<<set
_day = $week[$clock.today];
_time = $clock.hours;
>>
<<can 'Choose the door you want to knock on:'>>
<<for _i = 0; _i < _models.length; _i++>>
<<set
_model = _models[_i];
_link = $p[_model].name + 'Actions';
>>
<<if $p[_models[_i]].subrole == 'subscribe' && $t.newModels != 1>>
<<set _link = $p[_models[_i]].name + 'subscribe'; >>
<</if>>
<div class="go">
<<link "_model's apartments" _link>>
<<set $modelLoc = passage();>>
<</link>>
</div>
<</for>>
<</can>>
/*
<<if $closed>>
<div class="image">
<img src="img/дверь-закрыта.jpg">
</div>
<<do>>
Ты постучал в дверь но никто не ответил.
<</do>>
<<unset $closed;>>
<<else>>
<div class="image">
<img @src="_img">
</div>
<</if>>
<<can 'Выбери дверь в которую ты хочешь постучать:'>>
<<for _i = 0; _i < _models.length; _i++>>
<<set
_model = _models[_i];
_quest = $p[_model].quest;
_link = $p[_model].name + 'Actions';
>>
<<if $l[_day][_time][passage()]
&& $l[_day][_time][passage()].includes(_model)
&& $p[_model]['quests'][_quest].home >>
<div class="go">
<<link 'Апартаменты _model' _link>>
<<set $modelLoc = passage();>>
<</link>>
</div>
<<else>>
<div class="go">
<<link 'Апартаменты _model' `passage()`>>
<<set $closed = 1; >>
<</link>>
</div>
<</if>>
<</for>>
<</can>>
*/$bg
<<set
$p.Daisy.quests[1].muscles = $p.You.muscles + 10;
$p.Daisy.quests[1].charisma = $p.You.charisma + 10;
$p.Daisy.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Daisy.quests[1].muscles lvl and charisma to $p.Daisy.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Daisy's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Daisy.quests[1].muscles ||
$p.You.charisma < $p.Daisy.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Daisy.quests[1].muscles lvl and charisma to $p.Daisy.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You' '2'>>
Well, here I am! What are your other two wishes?
<</say>>
<<say $model>>
Ha!) Nice try, mister... But unfortunately I'm in a bad mood today. I'm not predisposed to meet new people today.
<</say>>
<<say 'You' '9'>>
It’s sad you’re having a bad day. But if you tell me your name, I will make sure you have a good night.
<</say>>
<<say $model>>
Haha! You don't give up. I love persistent men. But unfortunately today I'm really not predisposed to communicate with strangers...
<</say>>
<<say 'You' '5'>>
Too bad for you... Because I'm calling the police!
<</say>>
<<say $model>>
Police? Why?
<</say>>
<<say 'You' '2'>>
I am filing a complaint against you for stealing my heart!
<</say>>
<<say $model>>
Hahaha! Okay, you win. My name is Daisy.
<</say>>
<<say 'You' '9'>>
I'm Evan. So Daisy, why don't we spend time together and get to know each other better?
<</say>>
<<say $model>>
I'm sorry, Evan, but not now...
<</say>>
<<say 'You' '3'>>
...
<</say>>
<<say $model>>
But I spend time in the park from 17:00 to 20:00 daily. Join me if you want.
<</say>>
<<say 'You' '2'>>
Sounds great.
<</say>>
<<set
$p.Daisy.quest++;
$p.Daisy.eventDay = $clock.days;
>>
<<do>>Daisy's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/Park.jpg);}</style>
<<say 'You' '2'>>
Oh damn, Daisy... Just look at the clock. Today we walked much longer than usual. The sun is already setting. And let me confess, I really had a good time with you today.
<</say>>
<<say 'Daisy'>>
Me too. So why don't we continue this evening at my house? Let's go to my house and have some fun right now, okay?
<</say>>
<<say 'You'>>
Have some fun?
<</say>>
<<say 'Daisy'>>
Oh you know... Fresh air, nature, beautiful trees and gardens - it turns me on so much, Evan. And now I really want to fuck, rough and kinky! Fuck me Evan! Fuck me like a whore!
<</say>>
<<say 'You' '9'>>
Sounds great, but after a walk in the park, I feel a little tired. Let's go to the diner and grab some coffee on the way to your house, ok? Trust me, it only takes a couple of minutes.
<</say>>
<<say 'Daisy'>>
Okay!
<</say>>
<div class="go">[[Go to diner|DaisyAction3-1]]</div>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/park-progulka.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/park-bicycle.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/park-rollers.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/park-kacheli.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/park-tennis.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link 'Walk in the park'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Ride a bicycle'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Roller skating'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Ride on the swing'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Play tennis'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
<<set
_quest = $p.Daisy.quest;
$p.Daisy.quests[_quest].muscles = $p.You.muscles + 10;
$p.Daisy.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Daisy'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Daisy looks disappointed...
<br><br>
<i>Daisy's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Daisy alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a short conversation, she invites you to meet her at the University. You accept her offer.
<</do>>$bg
<<say 'Daisy'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her offer|DaisyAction6-1]]</div>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/university-auditorium.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/university-initialization.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/university-library.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/university-party.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/university-sport.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link "See what's going on in the professor's room">>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Take part in the initiation into a fraternity'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Visit the student library'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Go to a student party'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Visit the student sports complex'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<say 'Daisy'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Daisy looks disappointed...
<br><br>
<i>Daisy's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Daisy alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her offer|DaisyAction8-1]]</div>$bg
<<say 'You'>>
I spent some time with <<=$p[$model].name>> but nothing new happened.
<</say>>
<<do>>You've already completed <<=$p[$model].name>>'s storyline.<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div><<set
_quest = $p[$model].quest;
_gifts = $p[$model]['quests'][_quest].gifts;
_photo = $p[$model].photobig;
>>
$bg
/* если подарок выбран */
<<if $gift >>
/* если уже дарил подарок сегодня */
<<if $p[$model].eventDay == $clock.days>>
<<say 'You'>>
Give a girl two presents in a row? I don't think so... I'd better give $p[$model].name the next gift a little later... Maybe tomorrow?
<</say>>
<<unset $gift; >>
<div class="go">
<<link 'Return' `passage()`>><</link>>
</div>
/* если в инвинтаре нет такого подарка */
<<elseif $i[$gift].count == 0 >>
<<say 'You'>>
I can't give a present that I don't have. Looks like I should visit the mall first...
<</say>>
<<unset $gift; >>
<div class="go">
<<link 'Return' `passage()`>><</link>>
</div>
/* если в инвинтаре есть подарок, дарим */
<<else>>
<<say $p[$model].name>>
Thank you, darling! It is so nice of you)
<</say>>
<<do>>
You gave $p[$model].name a gift. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.
<</do>>
<<run $p[$model]['quests'][_quest].gifts.delete($gift);>>
<<set
$i[$gift].count--;
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
_loyaltyNeed = $p[$model]['quests'][_quest].loyalty;
>>
<<unset $gift; >>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' `passage()`>><</link>></div>
<</if>>
<</if>>
/* если подарок не выбран */
<<else>>
<<can 'Choose the gift you want to give:'>>
<<for _i = 0; _i < _gifts.length; _i++>>
<<capture _i>>
<div class="go">
<<link $i[_gifts[_i]].title `passage()`>>
<<set $gift = _gifts[_i];>>
<</link>>
</div>
<</capture>>
<</for>>
<</can>>
<<can 'Or you can:'>>
<div class="go">
<<link 'Leave $p[$model].name alone' $modelLoc>><</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/Mall.jpg);}</style>
<<if $t.newModels != 1 && !$buyItem && !$buyCount>>
<<say 'You' '2'>>
Jewelry can be a wonderful gift that will help me attract the attention of many girls.
<</say>>
<</if>>
<<set _items = ['earring', 'necklace', 'ring', 'bangle', 'bracelet'];>>
<<if $buyItem && $buyCount >>
<<if $p.You.money < $i[$buyItem].price*$buyCount >>
<<say 'You'>>
I don't have enough money for this purchase.
<</say>>
<<else>>
<<set
$i[$buyItem].count += $buyCount;
$p.You.money = $p.You.money - $i[$buyItem].price * $buyCount;
>>
<<do>>
You bought: <<= $i[$buyItem].title; >>.
You have in your inventory: <<= $i[$buyItem].count; >>
<</do>>
<</if>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<div class="inventory">
<div class="items">
<<for _i = 0; _i < _items.length; _i++>>
<<set _item = $i[_items[_i]]; >>
<div class="item">
<div class="img-wrap">
<img @src='_item.img'>
</div>
<div class="info-wrap">
<div class="name">_item.title</div>
<div class="desc">
<<if _item.desc>>
<<=_item.desc>>
<<else>>
No description.
<</if>>
</div>
<<capture _i>>
<<link `'Buy ($'+ _item.price +')'` `passage()`>>
<<set $buyItem = _items[_i];>>
<<set $buyCount = 1;>>
<</link>>
<</capture>>
</div>
</div><!-- item -->
<</for>>
</div><!-- items -->
</div><!-- inventory -->
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<div class="image">
<img src="city/SexMachine.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 9 || $clock.hours >= 18 >>
<<do>>
Your pass allows you to enter the corporation building from 9:00 to 18:00 (daily).
<</do>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<do>>
Note: Your pass only gives you access to the Biological Research Lab where you work. Other locations of the SexMachine Corporation building will be available to you in the next chapters of the game.
<</do>>
<<can 'You can:'>>
<div class="go science">
[['Go to the Biological Research Laboratory (your workplace)'|BioLab]]
</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><<widget "morning">>
<<set _h = 24 - $clock.hours + 8 >>
<<set $clock.minutes = 0; >>
<<timer _h 0>>
<<set $p.You.energy = 80;>>
<<goto 'newDay'>>
<</widget>><style>body {background-image: url(bg/Restaurant.jpg);}</style>
<div class="image">
<img src="city/Restaurant.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="go coffee">[[Drink a cup of coffee (-15$, +15% energy)|restaurantCoffee]]</div>
<div class="go food">[[Eat some food (-$40, 100% energy)|restaurantFood]]</div>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/Beach.jpg);}</style>
<div class="image">
<img src="city/Beach.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/ArtCentre.jpg);}</style>
<div class="image">
<img src="city/ArtCentre.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>>
<style>body {background-image: url(bg/Theatre.jpg);}</style>
<div class="image">
<img src="city/Theatre.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 17 || $clock.hours >= 23 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 17:00 to 23:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/SwimmingPool.jpg);}</style>
<div class="image">
<img src="city/SwimmingPool.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/HorseClub.jpg);}</style>
<div class="image">
<img src="city/HorseClub.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/Cinema.jpg);}</style>
<div class="image">
<img src="city/Cinema.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>><style>body {background-image: url(bg/SpaWellness.jpg);}</style>
<div class="image">
<img src="city/SpaWellness.jpg">
</div>
/* если закрыто */
<<if $clock.hours < 7 || $clock.hours >= 21 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 7:00 to 21:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/NightClub.jpg);}</style>
<div class="image">
<img src="city/NightClub.jpg">
</div>
/* если закрыто */
<<if $clock.hours >= 5 && $clock.hours < 20 >>
<div class="image">
<img src="img/closed.jpg">
<center style="margin-top: 10px; font-size: 13px;">
Working hours: from 20:00 to 5:00 daily.
</center>
</div>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<</if>><style>body {background-image: url(bg/AutoService.jpg);}</style>
<<say 'You'>>Auto Service is only for car owners. I have nothing to do here right now. But if I create the perfect machine for the synthesis of the Essence of Sexuality, then the corporation will give me a car.<</say>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>><style>body {background-image: url(bg/ComplexHillSide.jpg);}</style>
<div class="image">
<img src="city/ComplexHillSide.jpg">
</div>
<<set
_models = ['Vivian','Daisy','Sophia','Ruth','Barbara'];
>>
<<include 'homeModels'>>
<<can 'You can:'>>
<div class="links-2">
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/ComplexARCHhous.jpg);}</style>
<div class="image">
<img src="city/ComplexARCHhous.jpg">
</div>
<<set
_models = ['Bridget','Amy','Stacy','Rebecca','Sandra','Amanda'];
>>
<<include 'homeModels'>>
<<can 'You can:'>>
<div class="links-2">
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/ComplexAlterEgo.jpg);}</style>
<div class="image">
<img src="city/ComplexAlterEgo.jpg">
</div>
<<set
_models = ['Ruby','Camilla','Zoe','Joe','Deborah'];
>>
<<include 'homeModels'>>
<<can 'You can:'>>
<div class="links-2">
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<style>body {background-image: url(bg/ComplexSkyline.jpg);}</style>
<div class="image">
<img src="city/ComplexSkyline.jpg">
</div>
<<set
_models = ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'];
>>
<<include 'homeModels'>>
<<can 'You can:'>>
<div class="links-2">
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>>
<<widget "prewPassage">>
<<if passage() != 'map' &&
passage() != 'inventory' &&
passage() != 'quests' &&
passage() != 'modelsGallery' &&
passage() != 'modelSlider' &&
passage() != 'cheats' &&
passage() != 'credits' &&
passage() != 'changelog' &&
passage() != 'supporters'
>>
<<set $t.prewPassage = passage(); >>
<</if>>
<</widget>><<say 'You'>>Сейчас это мне не интересно.<</say>>
<div class="go">[[Return|YogaStudio]]</div>
<style>body {background-image: url(bg/Wardrobe.jpg);}</style>
<<say 'You'>>
Old sneakers, worn jeans, a Pokemon T-shirt, and a lab coat. That's all I have in my wardrobe. That's enough to be a scientist. For now...
<</say>>
<<do>>
Note: The wardrobe will be added to the game "SexMachine" later.
<</do>>
<<can 'You can:'>>
<div class="go">
<<link 'Leave the room' 'Home'>><</link>>
</div>
<</can>><style>body {background-image: url(bg/Garage.jpg);}</style>
<<say 'You'>>My garage is empty. But if I create the perfect machine for the synthesis of the Essence of Sexuality, then the corporation will give me a car.<</say>>
<<do>>
The car will allow you to move around the city faster and not waste energy.
<</do>>
<<can 'You can:'>>
<div class="go">
<<link 'Leave the garage' 'Home'>><</link>>
</div>
<</can>><style>body {background-image: url(bg/Cafe.jpg);}</style>
<<if $p.You.money < 7>>
<<say 'You' '3'>>I don't have enough money.<</say>>
<<else>>
<<set $p.You.money -= 7;>>
<<timer 0 10 15>>
<div class="image">
<img src="img/coffee.jpg">
</div>
<<do>>Energy: +15%.<</do>>
<</if>>
<div class="go">[[Return|Cafe]]</div><style>body {background-image: url(bg/Cafe.jpg);}</style>
<<if $p.You.money < 20>>
<<say 'You' '3'>>I don't have enough money.<</say>>
<<else>>
<<set $p.You.money -= 20;>>
<<timer 0 20 100>>
<div class="image">
<img src="img/eat.jpg">
</div>
<<do>>Energy: 100%.<</do>>
<</if>>
<div class="go">[[Return|Cafe]]</div><style>body {background-image: url(bg/Restaurant.jpg);}</style>
<<if $p.You.money < 15>>
<<say 'You'>>I don't have enough money.<</say>>
<<else>>
<<set $p.You.money -= 15;>>
<<timer 0 10 15>>
<div class="image">
<img src="img/coffee.jpg">
</div>
<<do>>Energy: +15%.<</do>>
<</if>>
<div class="go">[[Return|Restaurant]]</div><style>body {background-image: url(bg/Restaurant.jpg);}</style>
<<if $p.You.money < 40>>
<<say 'You'>>I don't have enough money.<</say>>
<<else>>
<<set $p.You.money -= 40;>>
<<timer 0 20 100>>
<div class="image">
<img src="img/eat.jpg">
</div>
<<do>>Energy: 100%.<</do>>
<</if>>
<div class="go">[[Return|Restaurant]]</div><style>body {background-image: url(bg/Bar.jpg);}</style>
<div class="image">
<img src="city/Bar.jpg">
</div>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="links-3">
<div class="go wait">
<<link 'Wait 15 min' `passage()`>><<timer 0 15 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 30 min' `passage()`>><<timer 0 30 0>><</link>>
</div>
<div class="go wait">
<<link 'Wait 1 hour' `passage()`>><<timer 1 0 0>><</link>>
</div>
</div>
<div class="go map">
<<link 'Go to the city (open map)' 'map'>>
<<prewPassage>>
<</link>>
</div>
<</can>><<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Sabrina';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexSkyline'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say $model>>
Hello Mr Turner. Good to see you)
<</say>>
<<say 'You'>>
Hello $model! I hope you didn't change your mind about taking part in testing the Essence of Sexuality? The first phase of testing will begin very soon.
<</say>>
<<say $model>>
Of course I didn't change my mind, professor! Looking forward to when you make me really sexy.
<</say>>
<<say 'You' '2'>>
Glad to hear it)
<</say>>
/* после 1 фазы */
<<case 1>>
<<say 'You'>>
Hello $model. How do you feel after the first phase of the Essence of Sexuality testing?
<</say>>
<<say $model>>
I feel great and I can't wait for the second phase)
<</say>>
<<say 'You' '2'>>
Glad to hear it)
<</say>>
/* после 2 фазы */
<<case 2>>
<<say 'You'>>
Hello $model. How do you feel after the first phase of the Essence of Sexuality testing?
<</say>>
<<say $model>>
I feel just great!
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I feel great, professor!
<</say>>
/* после 4 фазы */
<<case 4>>
<<say 'You'>>
Are you ready for the final phase of testing the Essence of Sexuality, $model?
<</say>>
<<say $model>>
Of course, Evan!
<</say>>
<<say 'You' '2'>>
Great! I'll let you know when we're ready)
<</say>>
/* после 5 фазы */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<widget "timer">>
<<set _newH = $clock.hours + _args[0]>>
<<set _newM = $clock.minutes + _args[1]>>
<<if _args[2] >>
<<set $p.You.energy = $p.You.energy + _args[2];>>
<<if $p.You.energy > 100 >>
<<set $p.You.energy = 100;>>
<<elseif $p.You.energy < 0 >>
<<set $p.You.energy = 0;>>
<</if>>
<</if>>
/* если новый час */
<<if _newM >= 60 >>
<<set _newH++>>
<<set _newM = _newM - 60>>
<</if>>
/* если новый день */
<<if _newH >= 24>>
<<set $clock.hours = _newH - 24; >>
<<set $clock.minutes = _newM; >>
<<set $clock.days++>>
<<set $p.You.hygiene = 0; >>
<<if $clock.today >= 6>>
<<set $clock.today = 0>>
<<else>>
<<set $clock.today++>>
<</if>>
/* если тот же день */
<<else>>
<<set $clock.hours = _newH>>
<<set $clock.minutes = _newM>>
<</if>>
/* время дня */
<<if $clock.hours >= 0 and $clock.hours < 12>>
<<set $clock.daypart = 'Morning'>>
<<elseif $clock.hours >= 12 and $clock.hours < 17>>
<<set $clock.daypart = 'Afternoon'>>
<<elseif $clock.hours >= 17 and $clock.hours < 20>>
<<set $clock.daypart = 'Evening'>>
<<else>>
<<set $clock.daypart = 'Night'>>
<</if>>
/* вывод текущего времени */
<<if $clock.minutes < 10>>
<<set $clock.time = $clock.hours + ':0' + $clock.minutes;>>
<</if>>
<<if $clock.minutes < 10>>
<<set $clock.time = $clock.hours + ':0' + $clock.minutes;>>
<<else>>
<<set $clock.time = $clock.hours + ':' + $clock.minutes;>>
<</if>>
<</widget>><<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Amy';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexARCHhous'>>
<<say 'You'>>
I knocked on the door but no one answered. Perhaps $model is not at home... Or perhaps she is busy with some more important things...
<</say>>
<<else>>
<<switch $p[$model].quest>>
<<case 0>>
<<say 'You' '9'>>
Hi Amy) What is my favorite assistant doing this evening?)
<</say>>
<<say $model>>
Just waiting for a new work day to start, Evan)
<</say>>
<<say 'You' '7'>>
Sounds so boring...
<</say>>
<<say $model>>
... Said nerd)
<</say>>
<<case 1>>
<<say 'You' '9'>>
And who do we have here?) Mr. Turner's most beautiful assistant?)
<</say>>
<<say $model>>
Do you have any other assistants Evan?)
<</say>>
<<say 'You' '2'>>
You are my only assistant)
<</say>>
<<say $model>>
You're right, Evan) Who but me would be ready to become an assistant to such a nerd as you?)
<</say>>
<<say 'You' '3'>>
Hope it was a joke?
<</say>>
<<say $model>>
Who knows, Evan, who knows...
<</say>>
<<say 'You'>>
And why do I keep putting up with your ridicule?
<</say>>
<<say $model>>
Because I'm too sexy?)
<</say>>
<<say 'You' '9'>>
Who knows, Amy, who knows)
<</say>>
<<case 2>>
<<say 'You'>>
Hi Amy) Are you having fun?)
<</say>>
<<say $model>>
No) I'm just waiting for a new working day)
<</say>>
<<say 'You' '3'>>
You are such a nerd!)))
<</say>>
<<case 3>>
<<say 'You'>>
Hi honey... I want to apologize to you for having to punish you... But that's the rules of the corporation...
<</say>>
<<say $model>>
I love it when you punish me Evan)
<</say>>
<<say 'You' '2'>>
Are you sure?)
<</say>>
<<say $model>>
Sure)
<</say>>
<<case 4>>
<<say $model>>
And who do we have here?) Mr. "I will punish you"?) I really look forward to the moment when you punish me again)
<</say>>
<<say 'You' '2'>>
Are we still talking about corporate rules?)
<</say>>
<<say $model>>
I am not sure)
<</say>>
<<case 5>>
<<say 'You'>>
Hey Amy! You and I must find a way to get into the Secret Lab!
<</say>>
<<say $model>>
You're right, Evan!
<</say>>
<<do>>
You will learn about what is happening in the secret laboratory of the SexMachine corporation in the following chapters of my game. And Amy will help you.
<</do>>
<<case 6>>
<<do>>
You completed Amy's storyline.
<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Vanessa';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexSkyline'>>
<<say 'You'>>
I knocked on the door but no one answered. Perhaps $model is not at home... Or perhaps she is busy with some more important things...
<</say>>
<<else>>
<<switch $p[$model].quest>>
<<case 0 1 2 3 4 5>>
<<say 'You' '2'>>
Good to see you, Vanessa)
<</say>>
<<say $model>>
Oh, hi, Evan)
<</say>>
<<say 'You' '9'>>
Ready for a new work day?
<</say>>
<<say $model>>
Sure) I just dream of fixing something for you, boss)
<</say>>
<<case 6>>
<<say 'You' '2'>>
Hello Vanessa) Are you having a good time?)
<</say>>
<<say $model>>
Yes, but I like fixing your lab equipment more than wasting time)
<</say>>
<<say 'You' '3'>>
Then I have to disappoint you, because Ruby completed the last upgrade and now the laboratory equipment no longer breaks.
<</say>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Ruby';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexAlterEgo'>>
<<say 'You'>>
I knocked on the door but no one answered. Perhaps $model is not at home... Or perhaps she is busy with some more important things...
<</say>>
<<else>>
<<switch $p[$model].quest>>
<<case 0>>
<<say $model>>
Hey Evan. How is the first test of the Essence of Sexiness on volunteers?
<</say>>
<<say 'You'>>
Why are you asking about this?
<</say>>
<<say $model>>
Because it will allow me to perform the first upgrade of the lab equipment for you!
<</say>>
<<say 'You' '2'>>
You don't forget about work for a second, do you?
<</say>>
<<say $model>>
That's right, Evan.
<</say>>
<<case 1>>
<<say $model>>
Hi Evan) How is my favorite professor?
<</say>>
<<say 'You' '9'>>
Everything is fine) Especially after the first upgrade of our equipment) Thanks to you, our laboratory synthesizes even more Essence of Sexuality than before)
<</say>>
<<say $model>>
Happy to serve)
<</say>>
<<case 2 3 4 5>>
<<say $model>>
Hey Evan)
<</say>>
<<say 'You' '2'>>
Hey Ruby) How about the next upgrade of my lab equipment?)
<</say>>
<<say $model>>
I'm ready to perform another upgrade as quickly as you command me)
<</say>>
<<say 'You' '9'>>
I'll let you know when we're ready)
<</say>>
<<case 6>>
<<say $model>>
Hey Evan)
<</say>>
<<say 'You' '2'>>
Oh, hi Ruby) I want to thank you for all the upgrades of our equipment) Now the essence synthesizer works perfectly) We have created the perfect "Sex Machine")
<</say>>
<<say $model>>
Great name for a machine that synthesizes the Essence of Sexuality)
<</say>>
<<say 'You' '3'>>
I agree with you... But the corporation is unlikely to agree to approve this name(
<</say>>
<<say $model>>
Fuck corporations)
<</say>>
<<say 'You' '9'>>
I think it will be soon)
<</say>>
<<do>>Note: In the next chapters of the SexMachine game, you will challenge the SexMachine Corporation and try to destroy it in order to rid the World of its terrible experiments.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Sophia';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexHillSide'>>
<<say 'You' '10'>>
The CEO of SexMachine Corporation lives here. You're asking me to barge into my boss's apartment uninvited? Well, I'm not going to!
<</say>>
<<else>>
<<say 'You' '10'>>
Man, what's wrong with you? This is Sophia, she is my boss and CEO of the SexMachine Corporation! I better not bother her without serious reasons, especially outside the corporate building. Who knows how a simple "hello" can end.
<</say>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Agatha';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexSkyline'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say 'You'>>
Hello $model! How are you doing?
<</say>>
<<say $model>>
I'm fine, Mr Turner. And I'm looking forward to the first phase of the experiment.
<</say>>
<<say 'You'>>
I'll let you know as soon as our lab is ready for the experiment.
<</say>>
<<say $model>>
I am looking forward to it!
<</say>>
/* после 1 фазы */
<<case 1>>
<<say 'You'>>
Good to see you, $model! How do you like your new figure?
<</say>>
<<say $model>>
Oh, professor, I'm just delighted! You make me look like a porn model!
<</say>>
<<say 'You' '2'>>
Glad to hear it)
<</say>>
/* после 2 фазы */
<<case 2>>
<<say 'You'>>
Hello $model. Are you ready for the next phase of essence testing?
<</say>>
<<say $model>>
Of course) Pump my body to the fullest, Mr. Turner)
<</say>>
<<say 'You' '2'>>
That's a great motivation, Anna)
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I feel great, Mr Turner.
<</say>>
/* после 4 фазы */
<<case 4>>
<<say 'You'>>
Soon we will begin the final phase of our experiment, $model!
<</say>>
<<say $model>>
This is great news, Evan)
<</say>>
/* все фазы закончены */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Zoe';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexAlterEgo'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say 'You'>>
Hello $model. Are you ready for the first phase of testing the Essence of Sexuality?
<</say>>
<<say $model>>
Looking forward to this moment, Mr. Turner.
<</say>>
<<say 'You' '2'>>
Sounds great!
<</say>>
/* после 1 фазы */
<<case 1>>
<<say 'You' '2'>>
Who do we have here? Anna with a figure like a fashion model?
<</say>>
<<say $model>>
Even better! Like a porn model!
<</say>>
<<say 'You' '9'>>
Glad to hear it)
<</say>>
/* после 2 фазы */
<<case 2>>
<<say $model>>
Hey Professor) When do we start the next phase of testing the Essence of Sexuality?)
<</say>>
<<say 'You'>>
As soon as our production units synthesize enough essence.
<</say>>
<<say $model>>
Looking forward to it)
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I've never felt so turned on, sweetie.
<</say>>
/* после 4 фазы */
<<case 4>>
<<say $model>>
Hey Evan)
<</say>>
<<say 'You' '2'>>
Hello $model) Are you ready for the fifth phase of testing the Essence of Sexuality?
<</say>>
<<say $model>>
Of course I'm ready, honey)
<</say>>
/* все фазы закончены */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Rebecca';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexARCHhous'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say 'You' '2'>>
Glad to see you, $model) Soon the supervisor of the volunteer group will contact you and invite you to the first testing procedure of the Essence of Sexuality.
<</say>>
<<say $model>>
I'm glad to see you too, Mr. Turner. I look forward to this.
<</say>>
/* после 1 фазы */
<<case 1>>
<<say $model>>
Hey professor!
<</say>>
<<say 'You'>>
Hello $model. I want to ask you how do you feel about our volunteer program?
<</say>>
<<say $model>>
I think that I was very lucky to be one of the first girls who became really sexy thanks to the Essence of Sexuality)
<</say>>
<<say 'You' '9'>>
Glad to hear it)
<</say>>
/* после 2 фазы */
<<case 2>>
<<say 'You' '4'>>
Wow! Who is this porn model?
<</say>>
<<say $model>>
Don't pretend you don't recognize me, Mr Turner)
<</say>>
<<say 'You' '9'>>
I'm just kidding) And thank you for making the decision to take part in the volunteer program of the SexMachine Corporation)
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I feel great! And I am delighted with what the Essence of Sexuality has given me!
<</say>>
/* после 4 фазы */
<<case 4>>
<<say 'You' '2'>>
Hi $model) How do you feel after the previous testing phase?
<</say>>
<<say $model>>
I feel like the sexiest girl in the city!)
<</say>>
/* все фазы закончены */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Ruth';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexHillSide'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say 'You'>>
Hello $model.
<</say>>
<<say $model>>
Good to see you, Mr Turner.
<</say>>
<<say 'You'>>
By the way, I wanted to ask you, how do you feel about the Volunteer program that the SexMachine Corporation offered you?
<</say>>
<<say $model>>
I think this is the perfect opportunity for me to get a pornstar body.
<</say>>
<<say 'You' '9'>>
Glad to hear it.
<</say>>
/* после 1 фазы */
<<case 1>>
<<say 'You' '2'>>
Hello $model)
<</say>>
<<say $model>>
Hey professor! And I want to tell you that I'm not satisfied!
<</say>>
<<say 'You' '8'>>
What are you talking about?
<</say>>
<<say $model>>
I'm looking forward to the next phase of testing the Essence of Sexuality, but I'm still not invited to your lab(
<</say>>
<<say 'You'>>
All in good time $model. First, we must synthesize enough essence. And secondly, we must prepare laboratory apparatus for the testing procedure.
<</say>>
/* после 2 фазы */
<<case 2>>
<<say 'You' '2'>>
What do we know about this girl?) A couple of drops of the Essence of Sexuality turned her into a sweet pie)
<</say>>
<<say $model>>
You're right, professor) And this sweet pie dreams of sucking your cock again)
<</say>>
<<say 'You' '9'>>
Control yourself, young lady! Sex is just part of a scientific experiment!
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I feel great. The Essence of Sexuality has made me a better person!
<</say>>
/* после 4 фазы */
<<case 4>>
<<say $model>>
Evan! I'm here) Come here honey and hug me)
<</say>>
<<say 'You' '2'>>
Control yourself, $model) I'm just doing my job)
<</say>>
/* все фазы закончены */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Barbara';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexHillSide'>>
<<say 'You'>>
According to the profile of the volunteers, $model lives here. But she is a member of the corporation's volunteer program. I won't knock on her door. It's not professional.
<</say>>
<<elseif $p[$model].phasesDone == $p[$model].bug.phase &&
$p[$model].bug.finished == 1 >>
<<say 'You'>>
Hello $model. I want to apologize once again for the fact that the previous phase of testing did not go according to plan and we did not achieve the expected result.
<</say>>
<<say $model>>
It's okay, professor. I'm sure next time everything will go as planned.
<</say>>
<<say 'You'>>
I hope so too, $model.
<</say>>
<<else>>
<<switch $p[$model].phasesDone>>
/* до первой фазы */
<<case 0>>
<<say 'You' '2'>>
Hello $model) How are you?)
<</say>>
<<say $model>>
I'm fine) And I'm looking forward to the first injection of the Essence of Sexuality)
<</say>>
<<say 'You'>>
It won't be exactly an injection, but... Anyway, your volunteer group supervisor will let you know when we're ready to start the experiment.
<</say>>
/* после 1 фазы */
<<case 1>>
<<say 'You' '2'>>
Beautiful lady, may I know your name?)
<</say>>
<<say $model>>
Oh Mr Turner! You are such a seducer) After the first phase of testing the Essence of Sexuality, I am ready to fuck with you daily)
<</say>>
<<say 'You'>>
Control yourself, young lady!
<</say>>
/* после 2 фазы */
<<case 2>>
<<say $model>>
Mr. Turner, I'm ready for the next phase of testing) Why doesn't the curator call me and tell me the date of the next test?
<</say>>
<<say 'You' '2'>>
All in good time, $model. My colleagues and I are doing everything necessary to synthesize enough essence for the next phase of testing!
<</say>>
<<say $model>>
Don't make me wait too long)
<</say>>
/* после 3 фазы */
<<case 3>>
<<say 'You'>>
Hello $model. I'm glad to see you. Now I'm doing a survey on how my lab volunteers feel?
<</say>>
<<say $model>>
I'm fine. And I'm looking forward to participating in the next phase of the Essence of Sexuality testing!
<</say>>
/* после 4 фазы */
<<case 4>>
<<say $model>>
Evan! Evan! I'm here)
<</say>>
<<say 'You' '2'>>
Hello $model)
<</say>>
<<say $model>>
My dear professor, why don't you join me and spend some time with me?)
<</say>>
<<say 'You'>>
I can only spend time with Volunteer Program members at the Corporation Lab.
<</say>>
<<say $model>>
Fuck corporations!
<</say>>
<<say 'You'>>
Maybe soon it will be like this...
<</say>>
<<do>>Note: In the next chapters of the SexMachine game, you will challenge the SexMachine Corporation and try to destroy it in order to rid the World of its terrible experiments.<</do>>
/* все фазы закончены */
<<case 5>>
<<say 'You'>>
$model has completed the final testing phase of the Essence of Sexuality. Now she is enjoying the result. I'd rather not disturb her.
<</say>>
<<do>>You completed $model's storyline.<</do>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Stacy';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexARCHhous'>>
<<say 'You'>>
I knocked on the door but no one answered. Perhaps $model is not at home... Or perhaps she is busy with some more important things...
<</say>>
<<else>>
<<switch $p[$model].quest>>
<<case 0>>
<<say 'You' '2'>>
Hey Stacey) How are you?
<</say>>
<<say $model>>
Hey Evan) Just fine until Joe appears on the horizon. Do you know him?
<</say>>
<<say 'You'>>
I know Joe. He's an asshole.
<</say>>
<<say $model>>
And I work as an assistant to this asshole.
<</say>>
<<say 'You' '9'>>
Don't worry, Stacey) The time will come and we will teach him good manners)
<</say>>
<<case 1 2 3 4 5>>
<<say 'You' '9'>>
Hey Stacey)
<</say>>
<<say $model>>
Hello my hero) I'm in awe of how you kicked Joe's ass last time)
<</say>>
<<say 'You' '2'>>
Yes, I can surprise))))
<</say>>
<<case 6>>
<<say 'You' '2'>>
Hey Stacey)
<</say>>
<<say $model>>
Evan, thanks to you, Joe became a gentleman) And this is only your merit)
<</say>>
<<say 'You'>>
"My name is Ozymandias, king of kings: Look on my works, ye Mighty, and despair!". "OZYMANDIAS" by Percy Bysshe Shelley.
<</say>>
<<say $model>>
Sometimes you're such a nerd)
<</say>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Joe';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexAlterEgo'>>
<<say 'You'>>
I knocked on the door but no one answered.
<</say>>
<<else>>
<<switch $p.Stacy.quest>>
<<case 0>>
<<say 'You'>>
Hi, Joe
<</say>>
<<say $model '3'>>
Hello, nerd)
<</say>>
<<case 1>>
<<say 'You'>>
Hi, Joe)
<</say>>
<<say $model '3'>>
Hello, nerd)
<</say>>
<<say 'You' '2'>>
What's up, Mr. "I'm just sitting at the computer"?
<</say>>
<<say $model '5'>>
Go fuck yourself Evan!
<</say>>
<<case 2>>
<<say 'You' '9'>>
Who do we have here?) Mister nerd?
<</say>>
<<say $model '4'>>
Hey! It's you nerd! Not me!
<</say>>
<<say 'You' '2'>>
Said the one who only knows how to come up with advertising slogans?
<</say>>
<<say $model '5'>>
Go fuck yourself Evan!
<</say>>
<<say 'You' '9'>>
Have a nice day, Joe)
<</say>>
<<case 3>>
<<say 'You' '2'>>
Mr. "Clever" decided to take a walk around the city?)
<</say>>
<<say $model>>
Mr. "Nerd" decided to keep me company?)
<</say>>
<<say 'You' '9'>>
Even ugly girls don't keep you company, Joe)
<</say>>
<<say $model '5'>>
Go fuck Evan!
<</say>>
<<say 'You' '2'>>
Have a nice day, Joe)
<</say>>
<<case 4>>
<<say 'You'>>
Hi, Joe
<</say>>
<<say $model>>
Evan! Smart guy decided to please us with his presence?
<</say>>
<<say 'You'>>
Us? You are here alone. And Joe, if I find out that you're abusing Stacey again, I'll kick your ass.
<</say>>
<<say $model '2'>>
It sounds like a threat.
<</say>>
<<say 'You' '5'>>
Exactly!
<</say>>
<<case 5>>
<<say $model '2'>>
Hey man!
<</say>>
<<say 'You' '2'>>
Joe in da house!
<</say>>
<<say $model>>
You said it like we're friends)
<</say>>
<<say 'You' '9'>>
There are no dumb asses among my friends, Joe)
<</say>>
<<say $model '5'>>
Fuck you, Evan(
<</say>>
<<case 6>>
<<say $model '2'>>
Evan! Wazzaaaap!!!!
<</say>>
<<say 'You' '5'>>
Wazzaaaaaaaaaaap!!!!
<</say>>
<<say $model>>
I'm glad we found a common language, bro)
<</say>>
<<say 'You' '9'>>
I didn't doubt it, man)
<</say>>
<</switch>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Mary';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<switch $p[$model].quest>>
<<case 0>>
<<say 'You'>>
I don't know who is this girl. I don't think I should talk to strangers.
<</say>>
<<default>>
<<say 'You'>>
Wait a minute. I recognized this girl. This is Mary. I sell her the Essence of Sexuality. But it's better for me not to communicate with her, because she asked to keep our transactions confidential.
<</say>>
<</switch>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$model = 'Camilla';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
$bg
<<if $modelLoc == 'ComplexAlterEgo'>>
<<say 'You'>>
I knocked on the door but nobody answered.
<</say>>
<<elseif $p[$model].quest == 0>>
<<say 'You'>>
I think I saw this girl in the SexMachine Corporation building. But I don't know who she is or what she does.
<</say>>
<<else>>
<<say 'You' '10'>>
Are you suggesting that I pretend that Camilla didn't punish me for selling the Essence of Sexuality to strangers? You want me to pretend that nothing happened between me and her? Do you want me to just talk to her? Well, I do not!
<</say>>
<</if>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Sandra';
>>
$bg
<<say 'You' '11'>>
$pModelName is available only for subscribers. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<can 'Please note:'>>
<center>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I wanted to express my gratitude to those people who support me and speed up the release of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
</center>
<</can>>
<br>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Margaret';
>>
$bg
<<say 'You' '11'>>
$pModelName is available only for subscribers. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<can 'Please note:'>>
<center>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I wanted to express my gratitude to those people who support me and speed up the release of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
</center>
<</can>>
<br>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Elizabeth';
>>
$bg
<<say 'You' '11'>>
$pModelName is available only for subscribers. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<can 'Please note:'>>
<center>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I wanted to express my gratitude to those people who support me and speed up the release of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
</center>
<</can>>
<br>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Deborah';
>>
$bg
<<say 'You' '11'>>
$pModelName is available only for subscribers. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<can 'Please note:'>>
<center>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I wanted to express my gratitude to those people who support me and speed up the release of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
</center>
<</can>>
<br>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Amanda';
>>
$bg
<<say 'You' '11'>>
$pModelName is available only for subscribers. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<can 'Please note:'>>
<center>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) were added to the game for my subscribers only. Thus, I wanted to express my gratitude to those people who support me and speed up the release of the next chapters of the SexMachine games. But don't worry about it, many more city girls will be added to the game soon and will be available to everyone. Thank you for your understanding on this sensitive matter.
</center>
<</can>>
<br>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<do>>You enter a diner<</do>>
<div class="image">
<img src="video/Daisy/quest-1-1.jpg">
</div>
<<say 'You'>>
And what should I choose?
<</say>>
<<say 'Daisy'>>
Would you get the fuckin’ coffee and let’s go. Because it's time to fuck!
<</say>>
<<say 'You' '8'>>
Wait a minute. They have a really great selection of coffees.
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[Next|DaisyAction3-2]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<say 'Daisy'>>
Just buy a coffee and let's go to my house. I want to fuck.
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '4'>>
Wait a minute. They have great promotional offers.
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[Next|DaisyAction3-3]]</div><style>body {background-image: url(bg/diner.jpg);}</style>
<<say 'You' '2'>>
I want Brazil...
<</say>>
<<say 'Daisy'>>
This ain’t exactly Brazil. I coulda pissed ya a fuckin’ cup by now.
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-4.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '7'>>
Hey! You’re out of chocolate mac.
<</say>>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
Sorry. No chocolate macadamia. You would please have something else?
<</say2>>
<<say 'You'>>
Okay! I'll take another coffee! But you upset me, miss...
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-5.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[Pay for your coffee|DaisyAction3-4]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-6.mp4" type="video/mp4">
</video>
</div>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
That will be $1.08.
<</say2>>
<<say 'You' '5'>>
That sign says "All Coffee 69 Cents."
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I am very sorry, but you took a 44-ounce cup, and the largest coffee cup is 20 ounces. Therefore, I must charge you 99 cents, plus tax - the price of a large fountain drink.
<</say2>>
<<say 'You' '6'>>
That’s bullshit. That sign says "Coffee All Sizes," not "All Sizes Up to 20 Ounces."
<</say>>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I am humbly sorry, but you must pay 99 cents plus tax for that cup.
<</say2>>
<<say 'Daisy'>>
Just pay the bitch the $1.08 and let’s get the fuck out of here.
<</say>>
<div class="go">[[Pay the bitch the $1.08|DaisyAction3-5]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<do>>You take out your wallet.<</do>>
<<say 'You'>>
This is bullshit. Just give me my fuckin Snackie Cake.
<</say>>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I am sorry. I cannot do that. That is only available with the 20-ounce coffee. That is not a 20-ounce coffee.
<</say2>>
<<say 'Daisy'>>
Just give him the fuckin’ danish, bitch.
<</say>>
<<say 'You' '5'>>
That sign says "Free Snackie Cake"!
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-3.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '5'>>
I paid $1.08 for my coffee. I want my free Snackie Cake!
<</say>>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I cannot do that.
<</say2>>
<div class="go">[[Next|DaisyAction3-6]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<do>>Daisy takes a cookie from the shelf and puts it on the counter.<</do>>
<<say 'Daisy'>>
Here. Take it.
<</say>>
<<say 'You' '10'>>
That’s apple cinnamon. I wanted cream cheese.
<</say>>
<div class="go">[[Next|DaisyAction3-7]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<say 'Daisy'>>
Fuck’s sake. Pay her the money and let’s go.
<</say>>
<<do>>You take out your wallet again. There are only hundreds in your wallet.<</do>>
<<say 'You'>>
Do you have something smaller than a Ben, Daisy?
<</say>>
<<do>>Daisy gives you 50 bucks.<</do>>
<div class="image">
<img src="video/Daisy/quest-1-2.jpg">
</div>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I’m sorry. I cannot accept any monies over a $20 bill.
<</say2>>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/quest-1-7.mp4" type="video/mp4">
</video>
</div>
<<say2 'Saleswoman' 'Saleswoman.jpg'>>
I should not sell it to you, anyway... As that cup is very hot and might burn you. You are very strange. I’m going to call the police.
<</say2>>
<div class="go">[[Next|DaisyAction3-8]]</div>
<style>body {background-image: url(bg/diner.jpg);}</style>
<<say 'You' '6'>>
Fuck this!
<</say>>
<<do>>You take Daisy's hand. Then you grab a cup of coffee and run out of the diner without paying.<</do>>
<<say 'You' '5'>>
Run, Daisy, run!
<</say>>
<<do>>You and Daisy run out of the diner. After running away, you finally take a sip of coffee.<</do>>
<<say 'You' '2'>>
This is the best coffee I have ever had.
<</say>>
<<say 'Daisy'>>
Fuck, Evan, you were just acting like a lunatic. But it really turns me on. Let's get to my house as soon as possible and I will suck your dick as hard as possible.
<</say>>
<div class="go sex">[[Accept her offer|DaisyAction3-9]]</div>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Daisy/Daisy-1-1.mp4>>
<<say 'Daisy'>>
Mmm, your cock feels incredible in my mouth, Evan. I can feel it getting harder with every second, growing as I take you deeper. The way you respond to my tongue, it's driving me wild.
<</say>>
<<say 'You'>>
Fuck, you're amazing at this, baby. The way you tease me, I can barely hold back. I could cum right now just from the way your lips and tongue work together, taking all of me.
<</say>>
<<say 'Daisy'>>
I want to make you feel even better. I want to keep going until you lose control, until your hot cum explodes in my mouth. I need to taste you, to feel you completely give in to me.
<</say>>
<<say 'You'>>
You're such a dirty little slut, Daisy, and I love every second of it. Suck it harder, make me cum for you. I want to feel you take every inch of me.
<</say>>
<<case 2>>
<<video video/Daisy/Daisy-1-2.mp4>>
<<say 'Daisy'>>
Oh god, Evan, your cock feels incredible inside me. It's filling me up so completely, stretching me in all the right ways. Every thrust makes me want more, you're making me lose control.
<</say>>
<<say 'You'>>
Your pussy is so tight, I can barely hold back, baby. Every time I push deeper, it feels like I'm about to explode. Fuck, you feel so good wrapped around me, I can’t stop.
<</say>>
<<say 'Daisy'>>
Fill me up with your cum, Evan. I need to feel you lose control, I want to feel your warmth spill inside me. I need you to fill every inch of me with your cum.
<</say>>
<<say 'You'>>
I'm gonna fuck you so hard, baby, you won't be able to walk tomorrow. You asked for this, and now I'm going to make sure you feel it all night long.
<</say>>
<<case 3>>
<<video video/Daisy/Daisy-1-3.mp4>>
<<say 'Daisy'>>
Yes, Evan, keep fucking me just like that. I need it harder, deeper. Push me to the edge, make me feel every inch of you inside me. I can't get enough.
<</say>>
<<say 'You'>>
You like it rough, don't you? I can tell by the way you're begging for more. I'll give you rough, baby, exactly how you want it.
<</say>>
<<say 'Daisy'>>
Pound me, Evan. Don’t hold back, I want to feel you completely, I want you to fill me up with every thrust.
<</say>>
<<say 'You'>>
You're such a dirty slut, taking my cock like this. But I know you love it, don’t you? You love being used like this, don’t even try to deny it.
<</say>>
<<say 'Daisy'>>
I love it. I love every second of it, Evan. I crave it, I need more of you.
<</say>>
<<case 4>>
<<video video/Daisy/Daisy-1-4.mp4>>
<<say 'Daisy'>>
Mmm, I love the way your cock feels in my mouth, Evan.
<</say>>
<<say 'You'>>
You're so fucking good at this, baby. I could let you suck me all day.
<</say>>
<<say 'Daisy'>>
Do you want to fuck my mouth, Evan? Do you want to feel my throat tighten around your cock?
<</say>>
<<say 'You'>>
Fuck yes, I want to fuck your mouth. You're such a dirty little slut, and I love it.
<</say>>
<<case 5>>
<<video video/Daisy/Daisy-1-5.mp4>>
<<say 'Daisy'>>
Oh god, Evan, it feels so good when you're beneath me.
<</say>>
<<say 'You'>>
You like being in control, huh? Riding me like a wild animal.
<</say>>
<<say 'Daisy'>>
Yeah, I love it. I love feeling you deep inside me, feeling you submit to me.
<</say>>
<<say 'You'>>
Keep moving, baby. Show me how much you want it.
<</say>>
<<case 6>>
<<video video/Daisy/Daisy-1-6.mp4>>
<<say 'Daisy'>>
Oh yes, Evan, fuck me from behind. I love feeling you deep inside me like this.
<</say>>
<<say 'You'>>
Your ass looks so fucking good when I'm pounding you from behind.
<</say>>
<<say 'Daisy'>>
I'm yours, Evan. Take me however you want.
<</say>>
<<say 'You'>>
I'll take you rough and hard, baby. You asked for it.
<</say>>
<<case 7>>
<<video video/Daisy/Daisy-1-7.mp4>>
<<say 'Daisy'>>
Oh fuck, Evan, your cock feels so good inside me.
<</say>>
<<say 'You'>>
You're such a dirty slut, playing with yourself while I'm fucking you.
<</say>>
<<say 'Daisy'>>
I can't help it, it feels so good. You make me so wet, Evan.
<</say>>
<<say 'You'>>
Keep touching yourself, baby. I want you to cum with my cock inside you.
<</say>>
<<case 8>>
<<video video/Daisy/Daisy-1-8.mp4>>
<<say 'Daisy'>>
Oh god, Evan, you're fucking me so hard. It hurts, but it feels so good.
<</say>>
<<say 'You'>>
You wanted it rough, baby. You wanted to be fucked like the dirty slut you are.
<</say>>
<<say 'Daisy'>>
Yes, fuck me like your little whore. I want it rough, Evan.
<</say>>
<<say 'You'>>
I'll give it to you rough, baby. I'll make you scream my name.
<</say>>
<<case 9>>
<<say 'Daisy'>>
Yes, Evan, I can feel you getting close. Let it go, cum for me. I want to feel your entire body tense up as you explode. Give me every drop of your hot load, I’m craving it so much.
<</say>>
<<say 'You'>>
Fuck, baby, you're driving me crazy. The way you're begging for it, I can't hold back any longer. I'm going to shoot it all over your gorgeous face, marking you with my cum, just like you want.
<</say>>
<<say 'Daisy'>>
Yes, that’s exactly what I want, Evan. I need it, I want to feel the warmth of your cum dripping down my skin, the taste of you in my mouth. Give it to me, I’m ready to take all of it.
<</say>>
<<video video/Daisy/Daisy-1-9.mp4>>
<<say 'You'>>
Here it comes, Daisy, just like you asked for. Take every drop, you filthy slut. I want to see you covered in my cum, knowing you begged for this.
<</say>>
<<do>><center>Daisy's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Daisy and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go sleep">
<<link 'Go home and sleep (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Daisy/Daisy-2-1.mp4>>
<<say 'Daisy'>>
Oh, God, your cock feels so good in my mouth. I love how you taste, it's like a mix of sweat and desire. Every time you thrust deeper, it makes me want to suck you harder.
<</say>>
<<say 'You'>>
You're so good at this, it's like your mouth was made for my dick. I can feel your lips wrapping around me, and your tongue teasing the tip. It's driving me crazy.
<</say>>
<<say 'Daisy'>>
I can feel your hands on my head, guiding me, and it's turning me on even more. Your moans are music to my ears, and I know I'm doing something right when you react like that.
<</say>>
<<say 'You'>>
Keep going, baby, you're making me feel like I'm in heaven. Your mouth is so warm and wet, and the way you're sucking me is making me want to come right now.
<</say>>
<<say 'Daisy'>>
Don't come yet, I want to feel you inside me first. But keep thrusting, it's making me so wet just thinking about it.
<</say>>
<<case 2>>
<<video video/Daisy/Daisy-2-2.mp4>>
<<say 'Daisy'>>
Oh, yes You're filling me up completely, and it feels amazing. Every thrust is hitting the right spot, and I can feel myself getting closer to an orgasm.
<</say>>
<<say 'You'>>
You're so tight and warm, it's like you were made for me. I love the way you're wrapping your legs around me, pulling me deeper. It's like our bodies are meant to be together like this.
<</say>>
<<say 'Daisy'>>
Keep going, don't stop. I can feel your chest against mine, and your breath on my skin. It's so intimate and perfect. I'm almost there...
<</say>>
<<say 'You'>>
I can feel you tensing up, getting ready to come. It's so hot, and it's making me want to come too. Let's do this together, baby.
<</say>>
<<say 'Daisy'>>
Yes, yes, yes I'm coming Oh God, it feels so good!
<</say>>
<<case 3>>
<<video video/Daisy/Daisy-2-3.mp4>>
<<say 'Daisy'>>
This is so intense, I love the way you're taking me from behind. It feels like you're claiming me, and it's so raw and passionate.
<</say>>
<<say 'You'>>
You're so beautiful from this angle, and your ass is perfect. I love the way it feels when I'm inside you like this. It's so tight and hot.
<</say>>
<<say 'Daisy'>>
Go harder, I can take it. I love the feeling of you pushing deeper and deeper. It's like you're reaching places no one else ever has.
<</say>>
<<say 'You'>>
I'm going to come soon, but I want to make sure you're satisfied first. Are you close?
<</say>>
<<say 'Daisy'>>
Yes, I'm almost there. Just a little more, please.
<</say>>
<<case 4>>
<<video video/Daisy/Daisy-2-4.mp4>>
<<say 'Daisy'>>
Looking into your eyes while you're inside me like this is so intimate. It feels like we're connected on a whole different level.
<</say>>
<<say 'You'>>
I know exactly what you mean. It's like our souls are touching, not just our bodies. I love seeing the pleasure in your eyes.
<</say>>
<<say 'Daisy'>>
It's so intense, the way you're moving inside me. Every thrust feels like it's meant just for me. And seeing your face, your expressions, it's making it even better.
<</say>>
<<say 'You'>>
I can see the pleasure in your eyes, and it's driving me crazy. I want to make you come so badly, to see that look of pure joy on your face.
<</say>>
<<say 'Daisy'>>
I'm so close... just keep looking at me like that, and I'll be there.
<</say>>
<<case 5>>
<<video video/Daisy/Daisy-2-5.mp4>>
<<say 'Daisy'>>
Oh, this is amazing I love being in control like this, feeling you inside me and being able to move however I want.
<</say>>
<<say 'You'>>
You're so hot when you're on top, baby. The way you're bouncing up and down, it's like a dream come true. Your ass is perfect, and I love watching you move.
<</say>>
<<say 'Daisy'>>
I can feel you deep inside me, and it's so satisfying. Every time I come down, it feels like you're filling me up completely.
<</say>>
<<say 'You'>>
Keep going, don't stop. You're making me feel so good, and I can see how much you're enjoying it too.
<</say>>
<<say 'Daisy'>>
I'm almost there... just a little more, please.
<</say>>
<<case 6>>
<<video video/Daisy/Daisy-2-6.mp4>>
<<say 'Daisy'>>
Oh God, this is so rough and intense I love it when you take me like this, it's like you're unleashing all your passion on me.
<</say>>
<<say 'You'>>
You're so tight and hot, and I love the way you're taking it. Every thrust is like a claim, a possession, and it's driving me wild.
<</say>>
<<say 'Daisy'>>
Go harder, I can take it. I love the feeling of you pushing deeper and deeper, it's like you're conquering me.
<</say>>
<<say 'You'>>
I'm going to come soon, but I want to make sure you're satisfied first. Are you close?
<</say>>
<<say 'Daisy'>>
Yes, I'm almost there. Just a little more, please.
<</say>>
<<case 7>>
<<video video/Daisy/Daisy-2-7.mp4>>
<<say 'Daisy'>>
This is so tight and intense, I love the feeling of you inside me like this. It's like you're stretching me to the limit.
<</say>>
<<say 'You'>>
You're so beautiful, and your ass is perfect. I love the way it feels when I'm inside you like this, it's so hot and tight.
<</say>>
<<say 'Daisy'>>
Go slower, I want to feel every inch of you. It's so intense, and I don't want it to end.
<</say>>
<<say 'You'>>
I'll go as slow as you want, baby. I just want to make sure you're enjoying it as much as I am.
<</say>>
<<say 'Daisy'>>
I am, I am... just keep going like that.
<</say>>
<<case 8>>
<<video video/Daisy/Daisy-2-8.mp4>>
<<say 'Daisy'>>
Oh, please, come inside me. I want to feel you release all your passion into me.
<</say>>
<<say 'You'>>
Are you sure? I don't want to hurt you.
<</say>>
<<say 'Daisy'>>
Yes, I'm sure. I want to feel you come inside me, it's the most intimate thing we can do.
<</say>>
<<say 'You'>>
Okay, baby. Here it comes... I'm going to come inside you.
<</say>>
<<say 'Daisy'>>
Yes, yes Do it I want to feel it all.
<</say>>
<<case 9>>
<<video video/Daisy/Daisy-2-9.mp4>>
<<say 'Daisy'>>
Oh god, Evan, that was so intense. I can still feel you inside me, filling me up with your hot cum. It's like I can feel every pulsation of your cock as you release your load deep in my ass. I love how it feels, so dirty and naughty, but also so incredibly satisfying.
<</say>>
<<case 10>>
<<say 'You'>>
You were amazing, Daisy. Your moans and the way you moved your hips drove me wild. I couldn't hold back any longer, I had to let go inside you. And the way your body clenched around me as I came... it was unbelievable.
<</say>>
<<say 'Daisy'>>
I'm so glad you enjoyed it as much as I did. I want to feel you coming inside me again and again, it's such a turn on for me. I can't wait to do this again, to feel your hot cum filling me up and making me yours completely.
<</say>>
<<say 'You'>>
I know exactly what you mean. It's like our bodies are speaking their own language, and it's the most beautiful thing.
<</say>>
<<say 'Daisy'>>
Let's just lie here for a moment, enjoying the afterglow of what we just did. It was perfect.
<</say>>
<<do>><center>Daisy's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Daisy and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 10>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Daisy's apartment" "ComplexHillSide">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Daisy/Daisy-3-1.mp4>>
<<say 'Daisy'>>
Mmm, your cock tastes so fucking good, Evan. I want to feel every inch of it in my mouth, to feel it grow harder as I take you deeper. I love knowing how much you enjoy this.
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing. Suck it harder, baby. I could lose control right here.
<</say>>
<<say 'Daisy'>>
I love how hard you get when I suck you. Every time I go deeper, I feel you throbbing. I'm going to make you cum so hard, you'll be begging for more.
<</say>>
<<say 'You'>>
Yeah, keep going, baby, I’m getting close. I can’t wait to fuck you now, to feel you wrapped around me. You're making it impossible to hold back.
<</say>>
<<case 2>>
<<video video/Daisy/Daisy-3-2.mp4>>
<<say 'Daisy'>>
Oh fuck, yes, Evan, fill me up from behind. Pound me harder, I want to feel you deep inside me. I need every inch of you, don't hold back.
<</say>>
<<say 'You'>>
You like it rough, huh? I can tell by the way you’re moaning for more. I'm going to give it to you hard. Take all of it, baby. You can handle it.
<</say>>
<<say 'Daisy'>>
Oh god, that feels so good. Every thrust makes me want more. Don't stop, I’m so close. Yes, fuck me harder, just like that.
<</say>>
<<say 'You'>>
I love watching you take me like this, seeing how you need it. I'm going to make you scream my name, baby. You're mine tonight.
<</say>>
<<case 3>>
<<video video/Daisy/Daisy-3-3.mp4>>
<<say 'Daisy'>>
Oh fuck, Evan, you're so fucking brutal. I love it when you treat me like this, like your dirty slut. Make me yours, show me how rough you can get.
<</say>>
<<say 'You'>>
You like it rough, huh? I can tell by the way you're begging for more. I'm going to fuck you hard and fast. Take it all, you naughty girl.
<</say>>
<<say 'Daisy'>>
Harder, please, I want it harder. Make me feel every thrust deep inside, Evan. I’m your little whore, do whatever you want with me.
<</say>>
<<say 'You'>>
That's right, you belong to me. I'm going to fuck you until you can't walk. You love it, don't you? You love being used like this.
<</say>>
<<case 4>>
<<video video/Daisy/Daisy-3-4.mp4>>
<<say 'Daisy'>>
Oh yes, I love riding you like this, Evan. Your cock feels amazing inside me. I want to bounce on it all night, feeling you deep within me.
<</say>>
<<say 'You'>>
Fuck, you look so hot riding me. The way you move, your pussy feels so good and tight around me. Keep going, baby, don’t stop.
<</say>>
<<say 'Daisy'>>
I’m going to make you cum so hard, Evan. I love feeling you fill me up, the way your cock stretches me out. Yes, just like that, keep watching me.
<</say>>
<<say 'You'>>
You're such a good little rider. I’m going to make you cum before me, baby. Show me how much you want it, how badly you need to cum.
<</say>>
<<case 5>>
<<video video/Daisy/Daisy-3-5.mp4>>
<<say 'Daisy'>>
I can't get enough of your cock inside me, Evan. I love bouncing on it, feeling it so deep. I want to play with myself while I ride you.
<</say>>
<<say 'You'>>
Yes, baby, stroke your tits while you ride me. You look so sexy and dirty, I love it. I'm so close to cumming, I can barely hold on.
<</say>>
<<say 'Daisy'>>
I love watching you enjoy me like this. I want you to cum all over me, cover me with your cum. Keep thrusting hard, baby, don’t stop.
<</say>>
<<case 6>>
<<video video/Daisy/Daisy-3-6.mp4>>
<<say 'Daisy'>>
You taste so delicious, Evan. I want to suck you until you explode, until I feel your cum fill me.
<</say>>
<<say 'You'>>
Yes, take it all in your mouth. Swallow me whole, you dirty girl. You know how to make me feel amazing, keep going.
<</say>>
<<say 'Daisy'>>
I want you to fuck my mouth until you can’t hold back anymore. I want all of your cum in me, to taste every drop. Oh, I’m so wet just thinking about it.
<</say>>
<<say 'You'>>
Fuck, that feels incredible. I'm going to cum so hard in your mouth. Keep sucking, baby, don’t stop. I’m almost there.
<</say>>
<<case 7>>
<<video video/Daisy/Daisy-3-7.mp4>>
<<say 'Daisy'>>
Oh yes, Evan, stretch me out with your big cock. I want to feel every inch of you fill me up. Don’t stop, keep going, I need more.
<</say>>
<<say 'You'>>
Your pussy is so tight around my cock. I'm going to make you scream with pleasure, baby. Take it all, don't hold back.
<</say>>
<<say 'Daisy'>>
Harder, please, I can take it. Fuck me deep and rough, I want to feel you everywhere. Yes, just like that, don’t stop.
<</say>>
<<say 'You'>>
I love how you take me like this, Daisy. I'm going to make you cum so hard, you won’t be able to resist. I own you, don’t forget that.
<</say>>
<<case 8>>
<<say 'Daisy'>>
Lay me down and fuck me like you own me, Evan. I want to feel your weight on top of me, dominating me. Yes, baby, give it to me hard.
<</say>>
<<say 'You'>>
I'm going to fuck you senseless, make you moan my name. Moan for me, baby.
<</say>>
<<video video/Daisy/Daisy-3-8.mp4>>
<<say 'Daisy'>>
I love how you fuck me like this. Pound me into oblivion, make me yours, Evan. I want to feel you everywhere, deep inside.
<</say>>
<<say 'You'>>
You're mine, all mine, Daisy. I'm going to make you scream with pleasure, I want to hear you beg for more. Let me hear it.
<</say>>
<<case 9>>
<<video video/Daisy/Daisy-3-9.mp4>>
<<say 'Daisy'>>
That was amazing, baby. I love how you explode for me, the way your body reacts. Let me clean you up with my mouth, I want to taste every bit of you.
<</say>>
<<say 'You'>>
Yes, taste me, baby, swallow every last drop. You're so fucking dirty, and I love it. Suck me dry, make sure you take it all.
<</say>>
<<say 'Daisy'>>
I can’t get enough of your taste, Evan. I’m going to make you cum for me again soon, I need all of you inside me. I crave you.
<</say>>
<<say 'You'>>
Fuck, that was intense. You know how to please me, baby. I can’t wait to do it all over again. You're amazing.
<</say>>
<<do>><center>Daisy's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Daisy and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Daisy's apartment" "ComplexHillSide">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/pool-swim.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/pool-party.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/pool-chicken-fight.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/pool-handjob.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/pool-balls.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link 'Swim in the pool'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Join the pool party'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Play chicken fight in the pool'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Have fun underwater'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Play with balls in the pool'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cinema-fantastic.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cinema-pirates.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cinema-vestern.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cinema-historical.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cinema-comedy.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link 'Watch a space movie'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Watch a pirates movie'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Watch a cowboy movie'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Watch a historical movie'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Watch a comedy movie'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/art-performance.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/art-nature.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/art-bodyart.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/art-pussy-paint.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/art-dick-paint.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link 'Watch art show'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Take a painting lesson'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Watch a body painting show'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Learn Japanese painting techniques'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Learn European painting techniques'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/restaurant-burger.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/restaurant-cake.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/restaurant-sushi.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="image">
<img src="video/actions/restaurant-lobster.jpg">
</div>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/restaurant-footjob.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="image">
<img src="video/actions/restaurant-pasta.jpg">
</div>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/restaurant-waitress.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'How do you want to spend your time with $model?'>>
<div class="go">
<<link 'Order a burger with an aphrodisiac for $model'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Order a cake with an aphrodisiac for $model'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Order sushi with an aphrodisiac for $model'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Order a lobster with an aphrodisiac for $model'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Order spaghetti with aphrodisiac for $model'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
<<set
$model = 'Bridget';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-3.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Bridget.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'BridgetAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'BridgetAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* ArtCentre */
<<case 2>>
<<if $modelLoc == 'ArtCentre'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'ArtCentreActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Restaurant */
<<case 5>>
<<if $modelLoc == 'Restaurant'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'RestaurantActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexARCHhous'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Bridget-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
<<set
$model = 'Vivian';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-1.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Vivian.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'VivianAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'VivianAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* SwimmingPool */
<<case 2>>
<<if $modelLoc == 'SwimmingPool'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SwimmingPoolActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Cinema */
<<case 5>>
<<if $modelLoc == 'Cinema'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'CinemaActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexHillSide'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexHillSide'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Vivian-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
$p.Bridget.quests[1].muscles = $p.You.muscles + 10;
$p.Bridget.quests[1].charisma = $p.You.charisma + 10;
$p.Bridget.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Bridget.quests[1].muscles lvl and charisma to $p.Bridget.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Bridget's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Bridget.quests[1].muscles ||
$p.You.charisma < $p.Bridget.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Bridget.quests[1].muscles lvl and charisma to $p.Bridget.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You' '2'>>
I'm not a photographer, but I can picture me and you together.
<</say>>
<<say $model>>
Photo, right?
<</say>>
<<say 'You' '2'>>
That's right)
<</say>>
<<say $model>>
Oh, I really love creative people. I love art, painting, photography, and other ways of being creative. You really got my attention, mister. By the way, my name is Vivian.
<</say>>
<<say 'You' '2'>>
And my name is Evan)
<</say>>
<<do>>After a short conversation, Vivian suggested that you spend time with her at the Art Center.<</do>>
<<set
$p.Bridget.quest++;
$p.Bridget.eventDay = $clock.days;
>>
<<do>>Bridget's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/ArtCentre.jpg);}</style>
<<do>>You notice that Bridget looks upset.<</do>>
<<say 'You'>>
Is something wrong, Bridget?
<</say>>
<<say 'Bridget'>>
Oh Evan, I so want to spend more time with you today, but...
<</say>>
<<say 'You' '3'>>
But?
<</say>>
<<say 'Bridget'>>
But I completely forgot that today it's my turn to coach the children's basketball team. Soon the children of our yard will play basketball with the children of the neighbor's yard. It's kind of like a championship. And our basketball team really needs practice. It's really time for me to go, Evan... The kids must be waiting for me already...
<</say>>
<<say 'You' '9'>>
Then you're really lucky to have me because I'm great at basketball. Show me your young basketball players and I'll teach them how to win.
<</say>>
<<say 'Bridget'>>
Hey, that sounds terrific!
<</say>>
<<say 'You'>>
Here's what we're going to do now, Bridget. Right now, we'll go to your guys and you'll introduce me to them. Then you will go to your house and get some rest while I train them. Then I'll visit you and we'll spend some more time together. Deal?
<</say>>
<<say 'Bridget'>>
Oh, would you really do this for me, Evan?
<</say>>
<<say 'You' '2'>>
Of course. But I warn you, I have a special style of training basketball players.
<</say>>
<div class="go">[[40 minutes later|BridgetAction3-1]]</div>
<<set
_quest = $p.Bridget.quest;
$p.Bridget.quests[_quest].muscles = $p.You.muscles + 10;
$p.Bridget.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Bridget'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Bridget looks disappointed...
<br><br>
<i>Bridget's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Bridget alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a short conversation, she invites you to meet her at the Restaurant. You accept her offer.
<</do>>$bg
<<say 'Bridget'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her offer|BridgetAction6-1]]</div>$bg
<<say 'Bridget'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Bridget looks disappointed...
<br><br>
<i>Bridget's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Bridget alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her offer|BridgetAction8-1]]</div>
$bg
<<set
$p.Vivian.quests[1].muscles = $p.You.muscles + 10;
$p.Vivian.quests[1].charisma = $p.You.charisma + 10;
$p.Vivian.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Vivian.quests[1].muscles lvl and charisma to $p.Vivian.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Vivian's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Vivian.quests[1].muscles ||
$p.You.charisma < $p.Vivian.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Vivian.quests[1].muscles lvl and charisma to $p.Vivian.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You' '2'>>
Hello miss. Did you sit in a pile of sugar? Cause you have a pretty sweet butt.
<</say>>
<<say $model>>
Ha ha ha! Nice try dear. I really liked your words.
<</say>>
<<say 'You' '2'>>
Glad to hear it. My name is Evan, by the way.
<</say>>
<<say $model>>
And my name is Vivian, by the way.
<</say>>
<<do>>After a short conversation, Vivian suggested that you spend time with her at the Swimming pool.<</do>>
<<set
$p.Vivian.quest++;
$p.Vivian.eventDay = $clock.days;
>>
<<do>>Vivian's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/SwimmingPool.jpg);}</style>
<<say 'Vivian'>>
I really had a good time with you today, Evan.
<</say>>
<<say 'You' '9'>>
Happy to hear it.
<</say>>
<<say 'Vivian'>>
You will be even more happy after your cock is in my mouth.
<</say>>
<<say 'You' '4'>>
Right now? Right here?
<</say>>
<<say 'Vivian'>>
No dear. We'll do it at my house.
<</say>>
<<say 'You' '2'>>
How can I refuse?
<</say>>
<div class="go">[[Go home to Vivian|VivianAction3-1]]</div>
<<set
_quest = $p.Vivian.quest;
$p.Vivian.quests[_quest].muscles = $p.You.muscles + 10;
$p.Vivian.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Vivian'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Vivian looks disappointed...
<br><br>
<i>Vivian's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Vivian alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a short conversation, she invites you to meet her at the Cinema. You accept her offer.
<</do>>$bg
<<say 'Vivian'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her offer|VivianAction6-1]]</div>$bg
<<say 'Vivian'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Vivian looks disappointed...
<br><br>
<i>Vivian's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Vivian alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her offer|VivianAction8-1]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Bridget/Bridget-2-1.mp4>>
<<say 'Bridget'>>
Oh fuck yes, Evan, your cock feels so fucking good in my mouth. Take control and give it to me. I want to feel your cock sliding in and out of my throat, deeper and harder.
<</say>>
<<say 'You'>>
You like that, baby? You like being my dirty little slut? You're so fucking hot when you take me all the way in like that. Don't stop, keep sucking and gagging on me.
<</say>>
<<say 'Bridget'>>
Mmhmm, I love it when you talk dirty to me. I want to taste your cum, feel it explode in my mouth. Fuck, I'm getting so wet just thinking about it. Give it to me, Evan.
<</say>>
<<case 2>>
<<video video/Bridget/Bridget-2-2.mp4>>
<<say 'Bridget'>>
Oh, yes, Evan, fuck me hard. Use me like a wild animal. I want to feel every inch of you inside me. Your cock feels so good, stretching me out and filling me up. Faster, harder, don't hold back.
<</say>>
<<say 'You'>>
You like that, baby? You like bouncing on my cock like a little whore? Your tits are bouncing so beautifully as you ride me. I can't get enough of you, Bridget. You're so fucking sexy.
<</say>>
<<say 'Bridget'>>
Yes, yes, keep fucking me.
<</say>>
<<case 3>>
<<video video/Bridget/Bridget-2-3.mp4>>
<<say 'Bridget'>>
Oh fuck, Evan, that feels so fucking good! I love it when you slide your cock between my tits like that. I can feel every single inch of you, baby.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut, Bridget. You know how much I love fucking your tits. Your tits are so fucking perfect and your mouth... that dirty little mouth of yours, I bet you'd love to wrap your lips around my cock again right now, wouldn't you?
<</say>>
<<say 'Bridget'>>
Oh god, yes! I want it so bad, Evan. I want to feel your cock in my mouth, in my pussy... I want you to fuck me in every hole until I can't take it anymore. I want you to make me scream your name, make me beg for more.
<</say>>
<<say 'You'>>
Fuck, you're so fucking hot when you talk like that, Bridget. You're such a dirty little whore and I fucking love it. I'm gonna fuck you so hard, baby, make you scream and beg for more until you're begging for me to stop.
<</say>>
<<say 'Bridget'>>
Yes, yes, fuck me harder, Evan! I want it, I need it... I need you to fill me up with your cock, to make me cum all over you. I want to feel you deep inside me, in every part of me. I want you to make me yours, make me yours forever.
<</say>>
<<case 4>>
<<video video/Bridget/Bridget-2-4.mp4>>
<<say 'Bridget'>>
Oh, Evan, yes, I love being on top of you. Your cock feels so deep inside me, filling me up completely. I can feel every ridge and vein as I ride you, grinding my hips against yours. It's so fucking good, don't stop.
<</say>>
<<say 'You'>>
You're driving me crazy, Bridget. Your pussy is so tight and wet, it's like heaven. I love watching you move on top of me, taking control of our pleasure. You're amazing, baby.
<</say>>
<<case 5>>
<<video video/Bridget/Bridget-2-5.mp4>>
<<say 'Bridget'>>
Oh, yes, fuck me between my tits, Evan. You look so hot thrusting between my breasts, your cock sliding in and out. I love how dirty and raw this feels, it's such a turn on. Keep going, baby, you're driving me wild.
<</say>>
<<say 'You'>>
Fuck, Bridget, your tits were made for this. I love the way they grip my cock as I thrust between them. Your moans are music to my ears, let's keep going until we both explode. You're incredible, baby.
<</say>>
<<case 6>>
<<video video/Bridget/Bridget-2-6.mp4>>
<<say 'Bridget'>>
Oh god, Evan, you're so fucking deep inside me. Your cock feels so good, stretching me out.
<</say>>
<<say 'You'>>
Yeah, baby, I love how tight your pussy is around my cock. You're so wet and hot for me.
<</say>>
<<say 'Bridget'>>
Fuck me harder, Evan! I want to feel you fill me up completely. Pound me like you mean it.
<</say>>
<<say 'You'>>
You like that, huh? You like it when I thrust into you like this? You're so fucking sexy, Bridget.
<</say>>
<<say 'Bridget'>>
Oh god, I'm so close! Don't stop, don't you dare stop! I'm gonna cum all over your cock, Evan!
<</say>>
<<case 7>>
<<video video/Bridget/Bridget-2-7.mp4>>
<<say 'Bridget'>>
Oh fuck, Evan, I want you to fuck me harder! I want to feel you deep inside me, pounding into me with all your strength. I need you to dominate me and show me who's in charge. Make me scream with pleasure, make me beg for more!
<</say>>
<<say 'You'>>
Yeah, baby, I'll give you exactly what you want. I'll make you feel every inch of me as I thrust into you relentlessly. I'll show you how much I crave you, how much I need you. I'll make you lose control and surrender to the pleasure.
<</say>>
<<say 'Bridget'>>
Oh god, yes! I want to feel you taking me, owning me, driving me wild with desire. I want to feel your hands all over my body, gripping me tightly as we reach that peak of ecstasy together. I want us to be consumed by passion, lost in the moment of pure bliss.
<</say>>
<<case 8>>
<<video video/Bridget/Bridget-2-8.mp4>>
<<say 'Bridget'>>
Fuck me hard, Evan. I want to feel you deep inside me, thrusting and pounding. Your hands on my hips, pulling me closer to you. It's so intense and raw, it's driving me crazy. More, Evan, more.
<</say>>
<<say 'You'>>
You're amazing, Bridget. Your tightness around my cock is making me lose control. I need to be inside you completely, filling you up with every thrust. Your moans are like music to my ears, keep going, baby.
<</say>>
<<say 'Bridget'>>
I want you to cum inside me, Evan. I want to feel your hot load painting my walls, covering me in your cum. I'm so close, so close to climaxing with you. Let's both cum together, let's share this pleasure, baby.
<</say>>
<<case 9>>
<<video video/Bridget/Bridget-2-9.mp4>>
<<say 'Bridget'>>
Wow, Evan, your cum is so delicious. I love the way it tastes and feels in my mouth, it's intoxicating. I can't get enough of you, I want to swallow every drop. Your cum is like a drug to me, I need more. Give it to me, baby.
<</say>>
<<say 'You'>>
You like that, baby? You like the taste of my cum in your mouth? You're such a good girl, Bridget, taking me in like that. I love watching you swallow and lick your lips, it drives me wild. You're incredible.
<</say>>
<<say 'Bridget'>>
I want more, Evan. I want you to explode in my mouth again and again, I want to taste you forever. Your cum is like a delicacy to me, so rich and satisfying. I'm addicted to you, baby. Keep feeding me, keep filling me up.
<</say>>
<<do>><center>Bridget's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Bridget and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Bridget's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Bridget/Bridget-3-1.mp4>>
<<say 'Bridget'>>
Oh fuck, Evan, your cock feels so fucking good in my mouth. I love it when you thrust deep and hard, making me gag a little. I want you to fuck my face like the dirty little slut that I am.
<</say>>
<<say 'You'>>
Yeah, that's it, take every fucking inch of my cock, you filthy whore. I love seeing you choke on it while I hold your head in place. You're such a good little cocksucker.
<</say>>
<<say 'Bridget'>>
Mmm, I love it when you talk dirty to me. It makes me so wet, knowing how much you want to use me for your pleasure. Please, fuck my face harder, I want to taste your cum.
<</say>>
<<say 'You'>>
You're such a fucking cock-hungry slut, begging for my cum like that. I'm gonna give it to you, but first I want you to take it all in your mouth and swallow every drop. Show me how much you crave it.
<</say>>
<<case 2>>
<<video video/Bridget/Bridget-3-2.mp4>>
<<say 'Bridget'>>
Fuck me hard between my tits, Evan! Show me how much you want me, how much you need me! Yeah, that's it, slide your big, hard cock right between my soft, warm breasts.
<</say>>
<<say 'You'>>
You like that, huh, you dirty little slut? You love it when I thrust my cock between your tits like this, don't you? You're such a fucking whore for my dick, taking it however I want to give it to you. You're my little fuck toy, Bridget, and you're gonna take it all.
<</say>>
<<say 'Bridget'>>
Oh fuck, yes, I'm your fuck toy, Evan! Use me, abuse me, fuck my tits like there's no tomorrow. I want you to cum all over my face, my tits, my mouth, I want to taste every last drop of your hot, sticky load. Give it to me, Evan, give it all to me!
<</say>>
<<case 3>>
<<video video/Bridget/Bridget-3-3.mp4>>
<<say 'Bridget'>>
Fuck me harder, Evan! I want to feel you deep inside me, stretching me out. Make me scream with pleasure as you pound into my ass, you dirty fucking bastard!
<</say>>
<<say 'You'>>
You love it rough, don't you, you filthy little slut? Taking my cock in your tight little asshole like the dirty whore you are. I'm gonna make you cum so hard you'll beg for more, you fucking nympho.
<</say>>
<<say 'Bridget'>>
Yes, yes, don't stop! Your big dick feels so fucking good inside me, filling me up completely. I'm your anal whore, your insatiable slut who can't get enough of your hard cock pounding into me.
<</say>>
<<say 'You'>>
That's right, you're my filthy anal slut, my naughty little fuck toy. I'm gonna fuck you so hard, make you scream my name as you cum all over my throbbing cock. You're mine to use however I want, you dirty fucking bitch.
<</say>>
<<case 4>>
<<video video/Bridget/Bridget-3-4.mp4>>
<<say 'Bridget'>>
Oh fuck, your cock feels so good in my mouth. Your fingers inside me are driving me crazy. Fuck me harder, I want to feel you deep inside me!
<</say>>
<<say 'You'>>
You love taking my cock in your mouth, don't you? You're such a dirty little slut. You want it rough, huh? I'll give it to you rough, you fucking whore.
<</say>>
<<say 'Bridget'>>
Yes, I'm a dirty slut who wants to be fucked hard. I want you to use me for your pleasure. Fuck my mouth and pussy like the dirty whore I am!
<</say>>
<<say 'You'>>
That's right, you're my little fuck toy. I'll use you however I want. You're nothing but a fucking hole for me to use. Take my cock and my fingers, you filthy slut.
<</say>>
<<case 5>>
<<video video/Bridget/Bridget-3-5.mp4>>
<<say 'You'>>
Fuck, Bridget, your tight ass feels so fucking good around my cock. Ride me harder, baby, show me how much you want it.
<</say>>
<<say 'Bridget'>>
Oh fuck, Evan, I love the way your big dick stretches me out. I want you to fuck my ass until I can't walk straight.
<</say>>
<<say 'You'>>
Yeah, you like it rough, don't you, you filthy little slut? Take every inch of my throbbing cock, you dirty whore.
<</say>>
<<say 'Bridget'>>
Mmm, yes, I'm your dirty whore, Evan. Pound my ass like you own it, make me scream your name. I need it fucking deep and hard.
<</say>>
<<case 6>>
<<video video/Bridget/Bridget-3-6.mp4>>
<<say 'Bridget'>>
Oh fuck, your cock feels so good in my tight asshole. Keep fucking me hard while I play with my clit.
<</say>>
<<say 'You'>>
That's it, you dirty slut. I love how your ass grips my cock. I'm gonna make you cum so hard.
<</say>>
<<say 'Bridget'>>
Yes, yes, fuck me harder! I want to feel you deep inside me while I rub my clit. I'm so close to climaxing.
<</say>>
<<say 'You'>>
I'm gonna pound you until you scream my name. You like that, huh? You're my dirty little anal whore. Cum for me, baby. Cum all over my cock.
<</say>>
<<case 7>>
<<video video/Bridget/Bridget-3-7.mp4>>
<<say 'You'>>
Fuck, your ass feels so tight, Bridget.
<</say>>
<<say 'Bridget'>>
Yes, fuck me harder, I want it rough.
<</say>>
<<say 'You'>>
I'm gonna pound you like a fucking animal, you dirty little slut.
<</say>>
<<case 8>>
<<video video/Bridget/Bridget-3-8.mp4>>
<<say 'Bridget'>>
Oh fuck, Evan, fuck my tight asshole, tear me apart with your big fucking cock. I want you to pound me so hard that I can't even fucking think straight. I love how rough you are with me, it makes me so fucking wet. Show me who's in charge, make me scream your name as you fuck my ass like the dirty little slut I am.
<</say>>
<<say 'You'>>
Your ass feels so fucking good around my cock. I'm gonna make you scream so loud, baby, you won't be able to walk straight for days. You're my dirty little whore, taking every inch of me like a fucking champ.
<</say>>
<<say 'Bridget'>>
Fuck yes, ruin me, own me, make me yours completely. I want to feel you deep inside me, dominating me in every fucking way. I want you to make me beg for more, to use me like the filthy whore I am. My ass is all yours, Evan, pound me until I can't fucking take it anymore. Let's fucking lose ourselves in this savage pleasure, baby.
<</say>>
<<case 9>>
<<video video/Bridget/Bridget-3-9.mp4>>
<<say 'Bridget'>>
Mmm, I love it when you cum on me. Your sperm tastes so fucking good.
<</say>>
<<say 'You'>>
Yeah? You like the way my cum tastes, you dirty little slut?
<</say>>
<<say 'Bridget'>>
Fuck yeah, I'm a dirty little slut who loves the taste of your cum. It's so fucking hot to feel it dripping down my face and into my mouth. I want more, give me all you've got. Give me all your fucking cum, Evan.
<</say>>
<<do>><center>Bridget's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Bridget and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Bridget's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/basketball.jpg);}</style>
<div class="image">
<img src="video/Bridget/quest-1-1.jpg">
</div>
<<say 'You' '5'>>
Okay, bitches, it's time to play the game!
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Bridget/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '6'>>
That's how real men play basketball, not pussies like you!
<</say>>
<div class="go">[[Next|BridgetAction3-2]]</div>
<style>body {background-image: url(bg/basketball.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Bridget/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '8'>>
What the hell are you doing on the ground?
<</say>>
<div class="image">
<img src="video/Bridget/quest-1-2.jpg">
</div>
<<say2 'Boy' 'Boy.jpg'>>
That hurts.
<</say2>>
<<say 'You' '5'>>
Well, it's supposed to hurt! That pain's what's gonna save your life. Your cells remember where it hurts and that's where they get strong. It's called pain and gain.
<</say>>
<<say2 'Boy' 'Boy.jpg'>>
Okay...
<</say2>>
<<say 'You' '6'>>
Less talk, more pain, marshmallow boy! Don't be a little bitch! You gonna man up?
<</say>>
<<say2 'Boy' 'Boy.jpg'>>
Yes Mr Evan...
<</say2>>
<<say 'You' '2'>>
You better, 'cause right now your sister's stronger than you.
<</say>>
<div class="image">
<img src="video/Bridget/quest-1-3.jpg">
</div>
<div class="go">[[Next|BridgetAction3-3]]</div>
<style>body {background-image: url(bg/basketball.jpg);}</style>
<div class="image">
<img src="video/Bridget/quest-1-4.jpg">
</div>
<<say 'You' '5'>>
What are you looking at, you little chubby broad? Don't eyeball me, boy. I see your mother driving up and down the street looking at me. I'll be your stepfather in about a week.
<</say>>
<<do>>Kids are shocked.<</do>>
<div class="image">
<img src="video/Bridget/quest-1-5.jpg">
</div>
<div class="go">[[It's time to visit Bridget|BridgetAction3-4]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<say 'Bridget'>>
And here is my basketball coach. So how was the training session?
<</say>>
<<say 'You' '2'>>
Let's just say that the children were shocked by the amount of knowledge they received.
<</say>>
<<say 'Bridget'>>
Thanks for taking care of my basketball team, Evan. And now let me take care of you, honey.
<</say>>
<div class="go sex">[[Accept her offer|BridgetAction3-5]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Bridget/Bridget-1-1.mp4>>
<<say 'Bridget'>>
Oh god, your cock feels so fucking good in my throat. I love when you grab my hair and guide me deeper.
<</say>>
<<say 'You'>>
Fuck, that's it baby, take all of it. Your mouth feels amazing around me, just like that.
<</say>>
<<say 'Bridget'>>
I want you to fuck my face as hard as you can. I want to feel you hit the back of my throat.
<</say>>
<<say 'You'>>
You're such a dirty little slut, taking my cock so well. I can feel you gagging on me and it turns me on so fucking much.
<</say>>
<<say 'Bridget'>>
Yes, choke me with your dick, make me your little whore. I love how you control me in this moment.
<</say>>
<<case 2>>
<<video video/Bridget/Bridget-1-2.mp4>>
<<say 'Bridget'>>
Oh god, fuck me harder from behind, Evan. Your cock feels so good deep inside me, I want all of you.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give it to you rough. Moan for me, baby, let me hear how much you need this.
<</say>>
<<say 'Bridget'>>
Yes, yes, just like that. Pound me like you mean it, make me scream your name. I want to feel you all over me.
<</say>>
<<say 'You'>>
You're so fucking tight, it's driving me crazy. I'm gonna make you cum so hard, you won't be able to walk for days.
<</say>>
<<case 3>>
<<video video/Bridget/Bridget-1-3.mp4>>
<<say 'Bridget'>>
Oh god, fuck my ass, Evan. I need you so deep inside me, I want to take all of you in my tight little hole.
<</say>>
<<say 'You'>>
You're such a dirty little slut, wanting it in your ass. But I'll give it to you, I'll fuck you until you can't walk.
<</say>>
<<say 'Bridget'>>
I love how you stretch me out, I love feeling you so deep inside me. Don't hold back, give me everything you've got.
<</say>>
<<say 'You'>>
I can't get enough of your tight ass, I could fuck you like this all night. I'm gonna make you beg for more, I'm gonna make you scream my name.
<</say>>
<<case 4>>
<<video video/Bridget/Bridget-1-4.mp4>>
<<say 'Bridget'>>
Oh fuck, I love it when you fuck my ass while I play with my clit. It feels so fucking good, Evan.
<</say>>
<<say 'You'>>
You like that, huh? You like it when I pound your tight little asshole and you rub your clit. You're such a dirty little slut.
<</say>>
<<say 'Bridget'>>
Yes, I'm a dirty fucking slut. I love getting fucked in the ass while I play with myself. It makes me cum so fucking hard.
<</say>>
<<say 'You'>>
Your moans drive me crazy, you're so fucking hot, Bridget.
<</say>>
<<case 5>>
<<video video/Bridget/Bridget-1-5.mp4>>
<<say 'Bridget'>>
Fuck, slide your cock between my tits, Evan. I love how your hard cock feels between my tits, how you slide back and forth.
<</say>>
<<say 'You'>>
Your tits feel so good wrapped around my cock. I love watching you squeeze them together while I fuck them. You're such a dirty little cocktease.
<</say>>
<<case 6>>
<<video video/Bridget/Bridget-1-6.mp4>>
<<say 'Bridget'>>
Oh fuck, I love it when you fuck my ass and play with my clit. It's so intense, so fucking hot.
<</say>>
<<say 'You'>>
You like it when I make you feel so good, huh? You like it when I pound your ass and rub your clit. You're such a dirty little slut.
<</say>>
<<say 'Bridget'>>
Yes, I'm a dirty fucking slut. I love getting fucked in the ass while you tease my clit. It makes me cum so fucking hard.
<</say>>
<<say 'You'>>
Your ass feels incredible, I love how tight it is.
<</say>>
<<case 7>>
<<video video/Bridget/Bridget-1-7.mp4>>
<<say 'Bridget'>>
Oh god, fuck my tight little asshole, Evan. I want you to stretch me out, to make me feel all of you.
<</say>>
<<say 'You'>>
Your ass is so fucking tight, Bridget. I love how it grips my cock, how it makes me want to fuck you even harder.
<</say>>
<<say 'Bridget'>>
Yes, fuck me harder. Pound my ass like you mean it, make me scream with pleasure. I want to feel you deep inside me.
<</say>>
<<say 'You'>>
You're such a dirty little slut, taking it in your ass like that. But I can't resist, I can't help but want to fuck you until you start begging for mercy.
<</say>>
<<case 8>>
<<video video/Bridget/Bridget-1-8.mp4>>
<<say 'Bridget'>>
Oh god, keep fucking my tight little asshole, Evan. I can't get enough of you inside me, I want all of you.
<</say>>
<<say 'You'>>
Your ass feels so fucking good wrapped around my cock. I love how it grips me, how it makes me want to never stop fucking you.
<</say>>
<<say 'Bridget'>>
Yes, don't stop. Fuck my ass like you mean it, give me everything you've got. Fill me up with your hot load, I want to feel you spill inside me. Give it to me, give me everything.
<</say>>
<<case 9>>
<<video video/Bridget/Bridget-1-9.mp4>>
<<say 'Bridget'>>
Mmm, your cum tastes so good, Evan. I love the way it feels sliding down my throat, so warm and salty. It's like a delicious treat after a job well done.
<</say>>
<<say 'You'>>
Fuck, hearing you say that just makes me wanna cum even more in your mouth, baby. Your dirty talk turns me on like nothing else. I could explode right now just thinking about it.
<</say>>
<<say 'Bridget'>>
I love how you lose control when you cum in my mouth, Evan. The way you moan and tremble as you release all that pent-up desire. It's like I have all the power in that moment, and I fucking love it.
<</say>>
<<say 'You'>>
Oh god, your mouth feels so fucking good wrapped around my cock. I can't get enough of it, Bridget. I could spend hours just fucking your mouth and never get tired of it. You know exactly how to drive me crazy.
<</say>>
<<do>><center>Bridget's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Bridget and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go sleep">
<<link 'Go home and sleep (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Vivian/Vivian-2-1.mp4>>
<<say 'Vivian'>>
Oh fuck, Evan! Your cock tastes so damn good. I love feeling it throb in my mouth, pulsing with each beat of your heart. I want you to use my throat, ram it in deep until you erupt and fill me with your hot seed!
<</say>>
<<say 'You'>>
Goddamn, your mouth feels incredible. So warm and wet, like a silky furnace. I'm gonna fuck your face until drool runs down your chin and you can't breathe. Take me deep!
<</say>>
<<say 'Vivian'>>
Yes, make me gag on that huge cock! I want to taste your balls slapping against my chin. I need this so badly before you pound my tight little pussy!
<</say>>
<<case 2>>
<<video video/Vivian/Vivian-2-2.mp4>>
<<say 'You'>>
Your pussy is so fucking tight, Vivian. It's like a vice grip on my dick. I'm gonna stretch you open and make you mine, baby. Take every inch!
<</say>>
<<say 'Vivian'>>
Ah, it's so deep! You're splitting me in half! Pound me harder, fuck my little cunt until I scream!
<</say>>
<<say 'You'>>
I'll pound that pussy raw. Your slick walls are massaging my cock so good. I'm gonna make you come so hard.
<</say>>
<<say 'Vivian'>>
Yes, I'm getting so close! Fuck me until I gush all over you. Then I need to taste your cock again, suck you off after you've been inside me.
<</say>>
<<case 3>>
<<video video/Vivian/Vivian-2-3.mp4>>
<<say 'Vivian'>>
Mmm, I can taste my pussy on your cock. It's so dirty and hot. I love cleaning you up with my tongue, savoring the flavor of my juices mixed with your sweet pre-cum.
<</say>>
<<say 'You'>>
That's right baby, worship that cock. Swirl your tongue around the head, lick my shaft nice and slow. You look so sexy with your lips stretched around me.
<</say>>
<<say 'Vivian'>>
I want to milk you with my mouth, feel you tense and throb before you explode deep in my throat. But first, I need you to take my ass, pound my tight little hole!
<</say>>
<<case 4>>
<<video video/Vivian/Vivian-2-4.mp4>>
<<say 'You'>>
Your ass is so snug and hot, gripping my dick. I'm gonna hammer your back door, bury myself to the hilt in your sweet pucker.
<</say>>
<<say 'Vivian'>>
Oh God, it's so much deeper this way! I can feel you in my ass so deep. Slam that huge cock into me, fuck my ass hard!
<</say>>
<<say 'You'>>
I'll ream you out so good. Your tight ring is hugging my shaft, rippling and clenching. Take it like a good little anal slut!
<</say>>
<<say 'Vivian'>>
Fuck yes, destroy my ass! I want to bounce on your cock now, ride you reverse cowgirl so you can see my cheeks jiggle.
<</say>>
<<case 5>>
<<video video/Vivian/Vivian-2-5.mp4>>
<<say 'Vivian'>>
Unh, I'm impaling myself on your cock! You're so deep in my ass, stretching my hole. I love being stuffed full of your hard dick.
<</say>>
<<say 'You'>>
Ride that dick, baby. Bounce on me, slam your ass down hard. Your tight ring looks so pretty stretched around my shaft.
<</say>>
<<say 'Vivian'>>
It's so intense, I can barely take it! I want to spin around and face you, see the lust in your eyes.
<</say>>
<<case 6>>
<<video video/Vivian/Vivian-2-6.mp4>>
<<say 'Vivian'>>
Mmm, your ass is so delicious. I love rimming your tight pucker, giving you special pleasure.
<</say>>
<<say 'You'>>
Fuck, your tongue on my ass feels incredible! But now I want to be inside you again, feel your ass clench around my dick.
<</say>>
<<say 'Vivian'>>
I crave the feeling of you throbbing in my ass, stuffing me full as I ride you. I need it so badly!
<</say>>
<<case 7>>
<<video video/Vivian/Vivian-2-7.mp4>>
<<say 'Vivian'>>
Ah, you're so deep! I love staring into your eyes as I take your cock in my ass. Pound me, baby! Fuck my tight hole until I'm quivering and sore.
<</say>>
<<say 'You'>>
You're doing great, taking my cock so deep. Your ass is milking me so good. I want to erupt inside you, fill your ass with my hot load.
<</say>>
<<say 'Vivian'>>
Yes, I need your cum! I want you to fuck me until you explode deep in my ass, then keep pounding me as it drips out. Destroy me with that huge cock!
<</say>>
<<case 8>>
<<video video/Vivian/Vivian-2-8.mp4>>
<<say 'You'>>
I'm gonna hammer your ass, Vivian. Your greedy hole is hugging my dick so tight. I'm getting so close, my balls are churning and ready to burst.
<</say>>
<<say 'Vivian'>>
Fuck me harder, Evan! I need your cum in my ass. Spray your hot jizz deep, fill my hole!
<</say>>
<<say 'You'>>
Almost there, I can feel the pressure building. Your ass is milking it out of me, demanding my seed. I'm gonna give you every drop!
<</say>>
<<case 9>>
<<say 'You'>>
Oh fuck, here it comes! I'm gonna blow my load deep in your ass, you nasty cumwhore. Your greedy hole is gonna be overflowing with my hot, sticky spunk. Take it all like a good little fucktoy!
<</say>>
<<say 'Vivian'>>
Yes, flood my ass with your cream! I want your seed gushing inside me, leaking out of my sloppy, used hole. Make me your personal jizz depository, I want to be filled to the brim!
<</say>>
<<video video/Vivian/Vivian-2-9.mp4>>
<<say 'Vivian'>>
Give me every last drop! I love feeling your cock spasm, pumping me full of your rich, creamy spunk. I want to be your filthy sperm dump, always ready for more. Keep me filled with your cum, use me up!
<</say>>
<<do>><center>Vivian's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Vivian and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Vivian's apartment" "ComplexHillSide">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Vivian/Vivian-3-1.mp4>>
<<say 'Vivian'>>
Oh God, your cock is so big and hard, Evan. I love how it feels in my mouth, stretching my lips and filling me up. I want to taste every inch of you.
<</say>>
<<say 'You'>>
Fuck yeah, Vivian. Your hot little mouth feels incredible wrapped around my dick. Keep sucking me just like that, baby. You're so damn good at this.
<</say>>
<<say 'Vivian'>>
I can't wait to have you inside me, pounding me deep and hard. I'm so wet and ready for you, Evan. I need to ride that big cock and feel you fill me completely.
<</say>>
<<case 2>>
<<video video/Vivian/Vivian-3-2.mp4>>
<<say 'You'>>
Oh fuck, Vivian, you feel so tight and hot gripping my cock. Ride me harder, baby. Slam that sweet pussy down on me. I want to feel you lose control.
<</say>>
<<say 'Vivian'>>
Evan, you're so deep inside me, hitting me in all the right places. I'm going to bounce on your cock until I make you explode. You feel so incredible filling me up.
<</say>>
<<say 'You'>>
I love watching your tits bounce as you ride me, Vivian. Your body is so fucking sexy. Keep going, baby. I want to feel your pussy clenching me when you come.
<</say>>
<<case 3>>
<<video video/Vivian/Vivian-3-3.mp4>>
<<say 'Vivian'>>
Oh God, Evan, your cock is hitting me so deep in this position. I love the feel of you sliding in and out of my dripping wet pussy. Grab my hips and fuck me harder!
<</say>>
<<say 'You'>>
Your ass looks so hot bouncing on my cock, Vivian. I love watching myself disappear into that tight little hole. You feel amazing, baby. So hot and tight.
<</say>>
<<say 'Vivian'>>
Fuck me, Evan! Pound my pussy until you can't take it anymore. I want you to take me from behind next, pound me hard and deep. I need to feel your cock slamming into me while you pull my hair and spank my ass.
<</say>>
<<case 4>>
<<video video/Vivian/Vivian-3-4.mp4>>
<<say 'You'>>
Your pussy looks so pretty stretched around my cock, Vivian. I love the sight of me splitting you open and sinking deep inside your hot little hole.
<</say>>
<<say 'Vivian'>>
Evan, you're so big, stretching me and hitting places inside me I didn't know existed. Fuck me harder, baby. I want to feel you lose control and use me for your pleasure.
<</say>>
<<say 'You'>>
I'm going to fuck you until you're sore and aching, Vivian. This pussy is mine, and I'm going to make sure you never forget it.
<</say>>
<<say 'Vivian'>>
I need more of your cock, Evan. I want to taste myself on you, suck you until you're ready to explode. Then I want you to fuck me until I'm screaming your name.
<</say>>
<<case 5>>
<<video video/Vivian/Vivian-3-5.mp4>>
<<say 'Vivian'>>
Mmm, I can taste myself on your cock, Evan. You taste so good mixed with the flavor of my pussy. I'm going to suck you until you're ready to burst.
<</say>>
<<say 'You'>>
Oh fuck, Vivian, your mouth feels incredible. I love the way you're worshipping my cock with your tongue. Keep sucking me, baby. I'm going to fuck your face until I'm ready to come.
<</say>>
<<say 'Vivian'>>
I want you to come in my mouth, Evan. I want to taste your hot come on my tongue and feel it sliding down my throat. But first, I need you to fuck me hard and deep, baby. I need to feel your cock splitting me open.
<</say>>
<<case 6>>
<<video video/Vivian/Vivian-3-6.mp4>>
<<say 'Vivian'>>
Yes, Evan! Fuck me harder! I love the feel of you slamming into me, stretching me and filling me completely. I'm going to come so hard on your cock, baby.
<</say>>
<<say 'You'>>
You're so fucking tight, Vivian. Your pussy is gripping me like a vice.'m going to keep fucking you until you're a quivering, screaming mess. I want feel you lose control completely.
<</say>>
<<say 'Vivian'>>
I need you to make me yours, Evan. Fuck me until I can't take any more, then fill me with your come. I want to feel it dripping out of me.
<</say>>
<<case 7>>
<<video video/Vivian/Vivian-3-7.mp4>>
<<say 'Vivian'>>
Evan, your cock feels so good inside me. I love the way you're looking at me as you fuck me, like you want to consume me completely. Give me more, baby. I need all of you.
<</say>>
<<say 'You'>>
You're so beautiful, Vivian, spread out beneath me, taking my cock. I love the way your body fits perfectly with mine. I'm going to fuck you until you can't remember your own name.
<</say>>
<<say 'Vivian'>>
I'm so close, Evan. But I want to taste you first. I want to feel your cock in my mouth, pulsing with the need to come. I want to swallow every drop of you, baby.
<</say>>
<<case 8>>
<<video video/Vivian/Vivian-3-8.mp4>>
<<say 'Vivian'>>
Please, Evan, give me your come. I need to taste you, feel you sliding down my throat. I want you to use my mouth, fuck my face until you explode. Give me every drop, baby.
<</say>>
<<say 'You'>>
Oh fuck, Vivian, you're going to make me come so hard. Your mouth feels so good wrapped around my cock. Keep begging for it, baby. I'm going to give you exactly what you want.
<</say>>
<<say 'Vivian'>>
I want to feel your come filling my mouth, Evan. I want to swallow it all, savor the taste of you on my tongue. Come for me, baby. Let me taste your cum.
<</say>>
<<case 9>>
<<video video/Vivian/Vivian-3-9.mp4>>
<<say 'You'>>
Take it all, baby. Swallow my come like the good little cock-slut you are. I want to see it dripping from your lips when I'm done.
<</say>>
<<say 'Vivian'>>
Mmm, you taste so good, Evan. I love feeling your come coating my tongue and sliding down my throat. I want to swallow every drop, baby. Give me all of it.
<</say>>
<<do>><center>Vivian's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Vivian and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Vivian's apartment" "ComplexHillSide">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<do>>You arrived at Vivian's home. Vivian takes your hand and leads you to her room.<</do>>
<<say 'Vivian'>>
Let's rock your dick, honey.
<</say>>
<<say 'You' '2'>>
Sounds great)
<</say>>
<<do>>Vivian takes your cock in her palm and opens the door to her room.<</do>>
<div class="go">[[Next|VivianAction3-2]]</div><style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<do>>You notice a stranger in Vivian's room.<</do>>
<div class="image">
<img src="video/Vivian/quest-1-1.jpg">
</div>
<<say 'Vivian'>>
Hey! What the hell are you doing, Josper?
<</say>>
<<say2 'Josper' 'Josper.jpg'>>
I'm trimming my pubes.
<</say2>>
<<say 'Vivian'>>
Why aren't you doing this in your room, man?
<</say>>
<div class="image">
<img src="video/Vivian/quest-1-2.jpg">
</div>
<<say2 'Josper' 'Josper.jpg'>>
The mirror's in here. Hey, check it out. My pubes like a bonsai tree. Besides, girl, it makes my johnson look totally bigger.
<</say2>>
<div class="go">[[Next|VivianAction3-3]]</div>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<do>>At that moment, Vivian notices the scissors Josper used to cut his pubic hair.<</do>>
<div class="image">
<img src="video/Vivian/quest-1-3.jpg">
</div>
<<say 'Vivian'>>
Are those my scissors? Dude, I trim my nose hair with those!
<</say>>
<<say2 'Josper' 'Josper.jpg'>>
Vivian, I've been cutting my ass hair with them for the past six months.
<</say2>>
<<say 'Vivian'>>
Get out! Get out of my room.
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Vivian/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Josper goes to his room.<</do>>
<div class="go">[[Next|VivianAction3-4]]</div>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<do>>Vivian notices that you look confused.<</do>>
<<say 'Vivian'>>
Honey, are you okay? Josper is just my stepbrother. Please ignore him and get this scissor situation out of your head.
<</say>>
<<say 'You' '8'>>
Let's see... First, the floor of your room is covered in your stepbrother's pubic hair.
<</say>>
<<say 'Vivian'>>
...
<</say>>
<<say 'You' '10'>>
Secondly, Josper cuts his ass hair with the scissors you use to cut your nose hair.
<</say>>
<<say 'Vivian'>>
...
<</say>>
<<say 'You' '8'>>
And third... Are you one of those girls with nose hair?
<</say>>
<<say 'Vivian'>>
Just let me suck your dick and you will forget about everything.
<</say>>
<div class="go sex">[[Accept her offer|VivianAction3-5]]</div>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Vivian/Vivian-1-1.mp4>>
<<say 'Vivian'>>
Oh God, your cock tastes so fucking good, Evan. I love feeling it throb and pulse in my mouth as I swirl my tongue around it. I can't wait to feel it deep inside me.
<</say>>
<<say 'You'>>
Fuck yeah, Vivian. Your mouth is so warm and wet. Seeing my dick disappear between your pretty lips is so damn hot. Keep sucking me just like that.
<</say>>
<<say 'Vivian'>>
I want you to fuck my face hard, Evan. Use my mouth like you would my pussy. I want to taste every inch of your cock and swallow every drop of your cum.
<</say>>
<<case 2>>
<<video video/Vivian/Vivian-1-2.mp4>>
<<say 'You'>>
Your pussy is so tight and wet, Vivian. I love the way it grips my cock as I slide in and out of you.
<</say>>
<<say 'Vivian'>>
Yes, Evan! Fuck me harder! Pound my pussy with that big cock of yours. I want you to make me scream with pleasure.
<</say>>
<<say 'You'>>
I'll give you exactly what you need, baby. I'm going to fuck you until you can't take it anymore. Your cunt is mine.
<</say>>
<<say 'Vivian'>>
I need you to take me from behind next. I want to feel you deep inside me as you pull my hair and slap my ass. Fuck me like an animal.
<</say>>
<<case 3>>
<<video video/Vivian/Vivian-1-3.mp4>>
<<say 'Vivian'>>
Oh fuck, Evan! Your cock is so deep inside me. I love the sound of your balls slapping against me as you thrust. Harder, baby, harder!
<</say>>
<<say 'You'>>
Your pussy is so hot and tight, Vivian. I love the way it squeezes my dick. I'm going to pound you until you come all over my cock.
<</say>>
<<say 'Vivian'>>
Yes, Evan, yes! Fuck me like the dirty slut I am. I want to feel your cum deep inside me, filling me up until it drips out of me.
<</say>>
<<case 4>>
<<video video/Vivian/Vivian-1-4.mp4>>
<<say 'You'>>
Suck my cock again, baby. I want to feel your lips wrapped around me, your tongue licking my shaft. You give the best head, Vivian.
<</say>>
<<say 'Vivian'>>
Mmm, I love tasting myself on your cock, Evan. It's so dirty and hot. I want to swallow every last drop of your cum.
<</say>>
<<say 'You'>>
Fuck, Vivian. Your mouth is heaven. I could fuck your face all day. But I think it's time I fuck your tight little asshole next.
<</say>>
<<say 'Vivian'>>
Oh God, yes, Evan! I want you to fuck my ass so hard. I need to feel your big cock stretching me open, claiming my last hole.
<</say>>
<<case 5>>
<<video video/Vivian/Vivian-1-5.mp4>>
<<say 'Vivian'>>
Ahh, Evan! Your cock is so big in my ass, it feels incredible. And your fingers in my pussy, oh God, I'm so full, it's overwhelming!
<</say>>
<<say 'You'>>
Your ass is so tight, Vivian. It's gripping my dick like a vice. And your pussy is so wet, my fingers slide in and out so easily. You're such a dirty girl, taking me in both holes.
<</say>>
<<say 'Vivian'>>
I am a dirty girl, Evan. For you, I'll always be. Now fuck my ass harder, make me scream with pleasure and pain!
<</say>>
<<case 6>>
<<video video/Vivian/Vivian-1-6.mp4>>
<<say 'You'>>
I love watching my cock disappear into your tight little ass, Vivian. You're taking it so well, baby. I'm going to fuck you until you can't walk straight.
<</say>>
<<say 'Vivian'>>
Yes, Evan, fuck my ass! It feels so good, I can't get enough. Pound me harder, I want to feel you for days.
<</say>>
<<say 'You'>>
I'll make sure you never forget this, Vivian. I'm going to ream your ass until you're begging me to stop. You're such a good little anal whore.
<</say>>
<<say 'Vivian'>>
I need more, Evan. Fuck me brutally, as hard as you can. Make me take every inch of your cock, no matter how much it hurts.
<</say>>
<<case 7>>
<<video video/Vivian/Vivian-1-7.mp4>>
<<say 'Vivian'>>
Fuck, Evan! It hurts so good. Your is so deep in my ass, I feel like I'm being split in two. Don't stop, baby, I need this.
<</say>>
<<say 'You'>>
I'll never stop, Vivian. I'll fuck your ass until it's raw and gaping. You love being used like this, don't you?
<</say>>
<<say 'Vivian'>>
I do, Evan. I love being your fuck toy. Use me, abuse me, I'm yours to do with as you please. Now fuck me even harder!
<</say>>
<<case 8>>
<<video video/Vivian/Vivian-1-8.mp4>>
<<say 'You'>>
Your ass is so tight around my cock, Vivian. It feels like it's milking me. I could stay buried inside you forever.
<</say>>
<<say 'Vivian'>>
I want you to... Evan... I want you to use my ass whenever you need to. It's your personal fuck hole, always ready for you.
<</say>>
<<say 'You'>>
I'll take you up on that, baby. Now, I'm going to fuck you until I explode deep inside you. Get ready for my cum.
<</say>>
<<say 'Vivian'>>
Please, Evan, fill my ass with your hot cum. I want to feel it dripping out of me for days, a reminder of you fucking me.
<</say>>
<<case 9>>
<<video video/Vivian/Vivian-1-9.mp4>>
<<say 'You'>>
Holy shit, Vivian, I'm fucking coming! Your filthy hands are milking my cock so good. I'm spraying my hot jizz all over your slutty body.
<</say>>
<<say 'Vivian'>>
That's right, Evan, coat me with your dirty cum! I love being your little cum slut.
<</say>>
<<say 'You'>>
I'm painting you with my spunk, you nasty whore. You're dripping with my cum. Every drop is for you, my dirty little fuck toy.
<</say>>
<<say 'Vivian'>>
I feel your warm, sticky cum all over me, Evan. I love being your filthy, degraded cum dump. Thank you for using me like the dirty bitch I am.
<</say>>
<<do>><center>Vivian's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Vivian and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Vivian's house." 'ComplexHillSide'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/Gym.jpg);}</style>
<<if $p.You.money < 100 >>
<<say 'You' '3'>>I don't have enough money.<</say>>
<<else>>
<<set
$i.cardGym.buyDay = $clock.days;
$i.cardGym.count = 1;
$p.You.money -= 100;
>>
<div class="image">
<img src="actions/gym-buy-card.jpg">
</div>
<<do>>You bought a monthly gym membership.<</do>>
<</if>>
<div class="go">[[Return|Gym]]</div><<set
$gallery = [
'video/Daisy/Daisy-1-1.mp4',
'video/Daisy/Daisy-1-2.mp4',
'video/Daisy/Daisy-1-3.mp4',
'video/Daisy/Daisy-1-4.mp4',
'video/Daisy/Daisy-1-5.mp4',
'video/Daisy/Daisy-1-6.mp4',
'video/Daisy/Daisy-1-7.mp4',
'video/Daisy/Daisy-1-8.mp4',
'video/Daisy/Daisy-1-9.mp4',
'video/Daisy/Daisy-2-1.mp4',
'video/Daisy/Daisy-2-2.mp4',
'video/Daisy/Daisy-2-3.mp4',
'video/Daisy/Daisy-2-4.mp4',
'video/Daisy/Daisy-2-5.mp4',
'video/Daisy/Daisy-2-6.mp4',
'video/Daisy/Daisy-2-7.mp4',
'video/Daisy/Daisy-2-8.mp4',
'video/Daisy/Daisy-2-9.mp4',
'video/Daisy/Daisy-3-1.mp4',
'video/Daisy/Daisy-3-2.mp4',
'video/Daisy/Daisy-3-3.mp4',
'video/Daisy/Daisy-3-4.mp4',
'video/Daisy/Daisy-3-5.mp4',
'video/Daisy/Daisy-3-6.mp4',
'video/Daisy/Daisy-3-7.mp4',
'video/Daisy/Daisy-3-8.mp4',
'video/Daisy/Daisy-3-9.mp4'
];
>><<set
$gallery = [
'video/Bridget/Bridget-1-1.mp4',
'video/Bridget/Bridget-1-2.mp4',
'video/Bridget/Bridget-1-3.mp4',
'video/Bridget/Bridget-1-4.mp4',
'video/Bridget/Bridget-1-5.mp4',
'video/Bridget/Bridget-1-6.mp4',
'video/Bridget/Bridget-1-7.mp4',
'video/Bridget/Bridget-1-8.mp4',
'video/Bridget/Bridget-1-9.mp4',
'video/Bridget/Bridget-2-1.mp4',
'video/Bridget/Bridget-2-2.mp4',
'video/Bridget/Bridget-2-3.mp4',
'video/Bridget/Bridget-2-4.mp4',
'video/Bridget/Bridget-2-5.mp4',
'video/Bridget/Bridget-2-6.mp4',
'video/Bridget/Bridget-2-7.mp4',
'video/Bridget/Bridget-2-8.mp4',
'video/Bridget/Bridget-2-9.mp4',
'video/Bridget/Bridget-3-1.mp4',
'video/Bridget/Bridget-3-2.mp4',
'video/Bridget/Bridget-3-3.mp4',
'video/Bridget/Bridget-3-4.mp4',
'video/Bridget/Bridget-3-5.mp4',
'video/Bridget/Bridget-3-6.mp4',
'video/Bridget/Bridget-3-7.mp4',
'video/Bridget/Bridget-3-8.mp4',
'video/Bridget/Bridget-3-9.mp4'
];
>><<set
$gallery = [
'video/Vivian/Vivian-1-1.mp4',
'video/Vivian/Vivian-1-2.mp4',
'video/Vivian/Vivian-1-3.mp4',
'video/Vivian/Vivian-1-4.mp4',
'video/Vivian/Vivian-1-5.mp4',
'video/Vivian/Vivian-1-6.mp4',
'video/Vivian/Vivian-1-7.mp4',
'video/Vivian/Vivian-1-8.mp4',
'video/Vivian/Vivian-1-9.mp4',
'video/Vivian/Vivian-2-1.mp4',
'video/Vivian/Vivian-2-2.mp4',
'video/Vivian/Vivian-2-3.mp4',
'video/Vivian/Vivian-2-4.mp4',
'video/Vivian/Vivian-2-5.mp4',
'video/Vivian/Vivian-2-6.mp4',
'video/Vivian/Vivian-2-7.mp4',
'video/Vivian/Vivian-2-8.mp4',
'video/Vivian/Vivian-2-9.mp4',
'video/Vivian/Vivian-3-1.mp4',
'video/Vivian/Vivian-3-2.mp4',
'video/Vivian/Vivian-3-3.mp4',
'video/Vivian/Vivian-3-4.mp4',
'video/Vivian/Vivian-3-5.mp4',
'video/Vivian/Vivian-3-6.mp4',
'video/Vivian/Vivian-3-7.mp4',
'video/Vivian/Vivian-3-8.mp4',
'video/Vivian/Vivian-3-9.mp4'
];
>><<set
$m = {};
$l = {};
$m = {
0: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Bridget.jpg">',
Bar: '<img src="photo/Joe.jpg">',
},
1: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Bridget.jpg">',
Bar: '<img src="photo/Joe.jpg">',
},
2: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Bridget.jpg">',
},
3: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Bridget.jpg">',
},
4: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Bridget.jpg">',
},
5: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg"><img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg"><img src="photo/Deborah.jpg">',
},
6: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg"><img src="photo/Ruth.jpg"><img src="photo/Barbara.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg"><img src="photo/Amy.jpg"><img src="photo/Stacy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Sandra.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg"><img src="photo/Deborah.jpg">',
},
7: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg"><img src="photo/Amy.jpg"><img src="photo/Rebecca.jpg"><img src="photo/Amanda.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Joe.jpg">',
SwimmingPool: '<img src="photo/Sophia.jpg">',
Beach: '<img src="photo/Stacy.jpg">',
HorseClub: '<img src="photo/Ruth.jpg">',
University: '<img src="photo/Barbara.jpg">',
Park: '<img src="photo/Sandra.jpg">',
Restaurant: '<img src="photo/Margaret.jpg">',
SpaWellness: '<img src="photo/Deborah.jpg">',
Cinema: '<img src="photo/Elizabeth.jpg">',
},
8: {
ComplexHillSide: '<img src="photo/Vivian.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg"><img src="photo/Amanda.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Joe.jpg">',
Restaurant: '<img src="photo/Sophia.jpg"><img src="photo/Margaret.jpg">',
Cafe: '<img src="photo/Daisy.jpg">',
Gym: '<img src="photo/Camilla.jpg"><img src="photo/Amy.jpg">',
Beach: '<img src="photo/Stacy.jpg">',
Mall: '<img src="photo/Mary.jpg">',
Park: '<img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Sandra.jpg">',
SwimmingPool: '<img src="photo/Zoe.jpg">',
YogaStudio: '<img src="photo/Rebecca.jpg"><img src="photo/Vanessa.jpg">',
HorseClub: '<img src="photo/Ruth.jpg">',
University: '<img src="photo/Barbara.jpg">',
SpaWellness: '<img src="photo/Deborah.jpg">',
Cinema: '<img src="photo/Elizabeth.jpg">',
},
9: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Sophia.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg"><img src="photo/Amanda.jpg">',
Cafe: '<img src="photo/Daisy.jpg">',
Gym: '<img src="photo/Camilla.jpg">',
Mall: '<img src="photo/Mary.jpg"><img src="photo/Agatha.jpg">',
Park: '<img src="photo/Sabrina.jpg"><img src="photo/Sandra.jpg">',
SwimmingPool: '<img src="photo/Zoe.jpg"><img src="photo/Deborah.jpg">',
YogaStudio: '<img src="photo/Rebecca.jpg">',
SpaWellness: '<img src="photo/Ruth.jpg">',
University: '<img src="photo/Barbara.jpg">',
ArtCentre: '<img src="photo/Margaret.jpg">',
Cinema: '<img src="photo/Elizabeth.jpg">',
ActingClasses: '<img src="photo/Vivian.jpg">',
},
10: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Sophia.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
University: '<img src="photo/Daisy.jpg"><img src="photo/Barbara.jpg">',
Beach: '<img src="photo/Camilla.jpg">',
Mall: '<img src="photo/Mary.jpg"><img src="photo/Zoe.jpg">',
Park: '<img src="photo/Sabrina.jpg"><img src="photo/Rebecca.jpg">',
Gym: '<img src="photo/Agatha.jpg"><img src="photo/Amanda.jpg">',
SpaWellness: '<img src="photo/Ruth.jpg"><img src="photo/Elizabeth.jpg">',
Restaurant: '<img src="photo/Sandra.jpg">',
ArtCentre: '<img src="photo/Margaret.jpg">',
SwimmingPool: '<img src="photo/Deborah.jpg">',
ActingClasses: '<img src="photo/Vivian.jpg">',
},
11: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
SpaWellness: '<img src="photo/Sophia.jpg"><img src="photo/Elizabeth.jpg">',
University: '<img src="photo/Daisy.jpg">',
Beach: '<img src="photo/Camilla.jpg">',
Mall: '<img src="photo/Mary.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Deborah.jpg">',
Gym: '<img src="photo/Agatha.jpg"><img src="photo/Amanda.jpg">',
Park: '<img src="photo/Zoe.jpg"><img src="photo/Rebecca.jpg">',
Cinema: '<img src="photo/Ruth.jpg">',
Restaurant: '<img src="photo/Barbara.jpg"><img src="photo/Sandra.jpg">',
HorseClub: '<img src="photo/Margaret.jpg">',
ActingClasses: '<img src="photo/Vivian.jpg">',
},
12: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
SpaWellness: '<img src="photo/Sophia.jpg">',
University: '<img src="photo/Daisy.jpg">',
Gym: '<img src="photo/Mary.jpg">',
Mall: '<img src="photo/Sabrina.jpg"><img src="photo/Sandra.jpg"><img src="photo/Deborah.jpg">',
ActingClasses: '<img src="photo/Agatha.jpg">',
Park: '<img src="photo/Zoe.jpg">',
Cinema: '<img src="photo/Rebecca.jpg"><img src="photo/Ruth.jpg">',
Beach: '<img src="photo/Barbara.jpg"><img src="photo/Elizabeth.jpg">',
HorseClub: '<img src="photo/Margaret.jpg">',
Restaurant: '<img src="photo/Amanda.jpg">',
Cafe: '<img src="photo/Vivian.jpg">',
},
13: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
University: '<img src="photo/Daisy.jpg"><img src="photo/Zoe.jpg">',
Restaurant: '<img src="photo/Sophia.jpg"><img src="photo/Amanda.jpg">',
Gym: '<img src="photo/Mary.jpg">',
Mall: '<img src="photo/Sandra.jpg">',
YogaStudio: '<img src="photo/Sabrina.jpg">',
ActingClasses: '<img src="photo/Agatha.jpg">',
Cinema: '<img src="photo/Rebecca.jpg">',
ArtCentre: '<img src="photo/Ruth.jpg"><img src="photo/Deborah.jpg">',
Beach: '<img src="photo/Barbara.jpg"><img src="photo/Elizabeth.jpg">',
HorseClub: '<img src="photo/Margaret.jpg">',
Cafe: '<img src="photo/Vivian.jpg">',
},
14: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
University: '<img src="photo/Daisy.jpg"><img src="photo/Zoe.jpg">',
Restaurant: '<img src="photo/Sophia.jpg">',
Park: '<img src="photo/Mary.jpg">',
YogaStudio: '<img src="photo/Sabrina.jpg">',
Beach: '<img src="photo/Agatha.jpg"><img src="photo/Elizabeth.jpg">',
HorseClub: '<img src="photo/Rebecca.jpg">',
ArtCentre: '<img src="photo/Ruth.jpg"><img src="photo/Deborah.jpg">',
Mall: '<img src="photo/Barbara.jpg"><img src="photo/Sandra.jpg">',
SwimmingPool: '<img src="photo/Vivian.jpg">',
SpaWellness: '<img src="photo/Margaret.jpg">',
Cinema: '<img src="photo/Amanda.jpg">',
},
15: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Sophia.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ComplexARCHhous: '<img src="photo/Bridget.jpg">',
Gym: '<img src="photo/Daisy.jpg">',
University: '<img src="photo/Zoe.jpg">',
Cafe: '<img src="photo/Camilla.jpg">',
Park: '<img src="photo/Mary.jpg"><img src="photo/Elizabeth.jpg">',
Beach: '<img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg">',
HorseClub: '<img src="photo/Rebecca.jpg">',
ArtCentre: '<img src="photo/Ruth.jpg">',
Mall: '<img src="photo/Barbara.jpg">',
SwimmingPool: '<img src="photo/Vivian.jpg"><img src="photo/Sandra.jpg">',
SpaWellness: '<img src="photo/Margaret.jpg">',
YogaStudio: '<img src="photo/Deborah.jpg">',
Cinema: '<img src="photo/Amanda.jpg">',
},
16: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Sophia.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
Gym: '<img src="photo/Daisy.jpg">',
University: '<img src="photo/Zoe.jpg">',
Cafe: '<img src="photo/Camilla.jpg">',
ActingClasses: '<img src="photo/Mary.jpg">',
Beach: '<img src="photo/Sabrina.jpg"><img src="photo/Amanda.jpg">',
Park: '<img src="photo/Bridget.jpg"><img src="photo/Elizabeth.jpg">',
Cinema: '<img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg">',
HorseClub: '<img src="photo/Rebecca.jpg">',
Restaurant: '<img src="photo/Ruth.jpg">',
Mall: '<img src="photo/Barbara.jpg">',
YogaStudio: '<img src="photo/Sandra.jpg"><img src="photo/Deborah.jpg">',
SwimmingPool: '<img src="photo/Vivian.jpg">',
},
17: {
SexMachine: '<img src="photo/Amy.jpg"><img src="photo/Vanessa.jpg"><img src="photo/Ruby.jpg"><img src="photo/Stacy.jpg"><img src="photo/Joe.jpg">',
ArtCentre: '<img src="photo/Sophia.jpg">',
University: '<img src="photo/Zoe.jpg">',
Park: '<img src="photo/Bridget.jpg"><img src="photo/Daisy.jpg"><img src="photo/Elizabeth.jpg">',
SwimmingPool: '<img src="photo/Camilla.jpg">',
ActingClasses: '<img src="photo/Mary.jpg"><img src="photo/Rebecca.jpg">',
Beach: '<img src="photo/Sabrina.jpg"><img src="photo/Amanda.jpg">',
Cinema: '<img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg">',
Restaurant: '<img src="photo/Ruth.jpg">',
SpaWellness: '<img src="photo/Vivian.jpg">',
YogaStudio: '<img src="photo/Barbara.jpg"><img src="photo/Sandra.jpg">',
Bar: '<img src="photo/Deborah.jpg">',
},
18: {
Cafe: '<img src="photo/Amy.jpg"><img src="photo/Sandra.jpg">',
Park: '<img src="photo/Daisy.jpg">',
YogaStudio: '<img src="photo/Vanessa.jpg"><img src="photo/Barbara.jpg">',
HorseClub: '<img src="photo/Ruby.jpg"><img src="photo/Amanda.jpg">',
Mall: '<img src="photo/Rebecca.jpg">',
ArtCentre: '<img src="photo/Bridget.jpg"><img src="photo/Sophia.jpg"><img src="photo/Elizabeth.jpg">',
SwimmingPool: '<img src="photo/Camilla.jpg">',
Restaurant: '<img src="photo/Stacy.jpg"><img src="photo/Agatha.jpg">',
Beach: '<img src="photo/Mary.jpg">',
Theatre: '<img src="photo/Sabrina.jpg"><img src="photo/Deborah.jpg">',
Gym: '<img src="photo/Zoe.jpg"><img src="photo/Ruth.jpg">',
SpaWellness: '<img src="photo/Vivian.jpg"><img src="photo/Joe.jpg">',
Bar: '<img src="photo/Margaret.jpg">',
},
19: {
Cafe: '<img src="photo/Amy.jpg"><img src="photo/Sandra.jpg">',
Park: '<img src="photo/Daisy.jpg">',
YogaStudio: '<img src="photo/Vanessa.jpg"><img src="photo/Barbara.jpg">',
HorseClub: '<img src="photo/Ruby.jpg"><img src="photo/Amanda.jpg">',
Mall: '<img src="photo/Sophia.jpg"><img src="photo/Rebecca.jpg">',
SpaWellness: '<img src="photo/Vivian.jpg"><img src="photo/Camilla.jpg"><img src="photo/Joe.jpg">',
Restaurant: '<img src="photo/Stacy.jpg"><img src="photo/Agatha.jpg">',
Beach: '<img src="photo/Mary.jpg">',
Theatre: '<img src="photo/Sabrina.jpg"><img src="photo/Deborah.jpg">',
Gym: '<img src="photo/Zoe.jpg"><img src="photo/Ruth.jpg">',
Bar: '<img src="photo/Margaret.jpg">',
ArtCentre: '<img src="photo/Bridget.jpg"><img src="photo/Elizabeth.jpg">',
},
20: {
Mall: '<img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg">',
Cinema: '<img src="photo/Vivian.jpg"><img src="photo/Amy.jpg">',
Restaurant: '<img src="photo/Vanessa.jpg">',
HorseClub: '<img src="photo/Ruby.jpg"><img src="photo/Amanda.jpg">',
SpaWellness: '<img src="photo/Camilla.jpg">',
YogaStudio: '<img src="photo/Stacy.jpg">',
Theatre: '<img src="photo/Mary.jpg"><img src="photo/Agatha.jpg"><img src="photo/Deborah.jpg">',
Cafe: '<img src="photo/Sabrina.jpg"><img src="photo/Barbara.jpg"><img src="photo/Sandra.jpg">',
Park: '<img src="photo/Zoe.jpg">',
Gym: '<img src="photo/Rebecca.jpg">',
ArtCentre: '<img src="photo/Bridget.jpg"><img src="photo/Ruth.jpg">',
Bar: '<img src="photo/Joe.jpg"><img src="photo/Elizabeth.jpg">',
NightClub: '<img src="photo/Margaret.jpg">',
},
21: {
Mall: '<img src="photo/Daisy.jpg"><img src="photo/Camilla.jpg">',
Cinema: '<img src="photo/Vivian.jpg"><img src="photo/Amy.jpg"><img src="photo/Amanda.jpg">',
Restaurant: '<img src="photo/Bridget.jpg"><img src="photo/Vanessa.jpg">',
Theatre: '<img src="photo/Sophia.jpg"><img src="photo/Mary.jpg"><img src="photo/Agatha.jpg">',
NightClub: '<img src="photo/Stacy.jpg"><img src="photo/Margaret.jpg"><img src="photo/Ruth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Deborah.jpg">',
Cafe: '<img src="photo/Sabrina.jpg"><img src="photo/Barbara.jpg">',
Park: '<img src="photo/Zoe.jpg"><img src="photo/Rebecca.jpg">',
Bar: '<img src="photo/Joe.jpg"><img src="photo/Sandra.jpg"><img src="photo/Elizabeth.jpg">',
},
22: {
ComplexHillSide: '<img src="photo/Daisy.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Sandra.jpg">',
ComplexSkyline: '<img src="photo/Sabrina.jpg"><img src="photo/Elizabeth.jpg"><img src="photo/Margaret.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Deborah.jpg">',
Theatre: '<img src="photo/Sophia.jpg">',
Mall: '<img src="photo/Camilla.jpg"><img src="photo/Zoe.jpg"><img src="photo/Agatha.jpg">',
NightClub: '<img src="photo/Stacy.jpg"><img src="photo/Ruth.jpg">',
Restaurant: '<img src="photo/Bridget.jpg"><img src="photo/Mary.jpg"><img src="photo/Rebecca.jpg">',
Cafe: '<img src="photo/Vanessa.jpg">',
Cinema: '<img src="photo/Vivian.jpg"><img src="photo/Barbara.jpg"><img src="photo/Amanda.jpg">',
Bar: '<img src="photo/Joe.jpg">',
},
23: {
ComplexHillSide: '<img src="photo/Vivian.jpg"><img src="photo/Daisy.jpg"><img src="photo/Sophia.jpg">',
ComplexARCHhous: '<img src="photo/Amy.jpg"><img src="photo/Amanda.jpg"><img src="photo/Sandra.jpg">',
ComplexSkyline: '<img src="photo/Vanessa.jpg"><img src="photo/Sabrina.jpg"><img src="photo/Agatha.jpg"><img src="photo/Margaret.jpg"><img src="photo/Elizabeth.jpg">',
ComplexAlterEgo: '<img src="photo/Ruby.jpg"><img src="photo/Camilla.jpg"><img src="photo/Deborah.jpg">',
NightClub: '<img src="photo/Stacy.jpg"><img src="photo/Ruth.jpg">',
Cafe: '<img src="photo/Zoe.jpg">',
Restaurant: '<img src="photo/Bridget.jpg"><img src="photo/Mary.jpg"><img src="photo/Rebecca.jpg">',
Cinema: '<img src="photo/Barbara.jpg">',
Bar: '<img src="photo/Joe.jpg">',
}
};
$l = {
0: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Deborah'],
NightClub: ['Bridget'],
Bar: ['Joe'],
},
1: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Deborah'],
NightClub: ['Bridget'],
Bar: ['Joe'],
},
2: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
NightClub: ['Bridget'],
},
3: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
NightClub: ['Bridget'],
},
4: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
NightClub: ['Bridget'],
},
5: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Bridget','Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
},
6: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Bridget','Amy','Stacy','Rebecca','Sandra','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
},
7: {
ComplexHillSide: ['Vivian','Daisy'],
ComplexARCHhous: ['Bridget','Amy','Rebecca','Amanda'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe'],
SwimmingPool: ['Sophia'],
Beach: ['Stacy'],
HorseClub: ['Ruth'],
University: ['Barbara'],
Park: ['Sandra'],
Restaurant: ['Margaret'],
SpaWellness: ['Deborah'],
Cinema: ['Elizabeth'],
},
8: {
ComplexHillSide: ['Vivian'],
ComplexARCHhous: ['Bridget','Amanda'],
ComplexAlterEgo: ['Ruby','Joe'],
Restaurant: ['Sophia','Margaret'],
Cafe: ['Daisy'],
Gym: ['Camilla','Amy'],
Beach: ['Stacy'],
Mall: ['Mary'],
Park: ['Sabrina','Agatha','Sandra'],
SwimmingPool: ['Zoe'],
YogaStudio: ['Rebecca','Vanessa'],
HorseClub: ['Ruth'],
University: ['Barbara'],
SpaWellness: ['Deborah'],
Cinema: ['Elizabeth'],
},
9: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
ComplexARCHhous: ['Bridget','Amanda'],
Cafe: ['Daisy'],
Gym: ['Camilla'],
Mall: ['Mary','Agatha'],
Park: ['Sabrina','Sandra'],
SwimmingPool: ['Zoe','Deborah'],
YogaStudio: ['Rebecca'],
SpaWellness: ['Ruth'],
University: ['Barbara'],
ArtCentre: ['Margaret'],
Cinema: ['Elizabeth'],
ActingClasses: ['Vivian'],
},
10: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
University: ['Daisy','Barbara'],
Beach: ['Camilla'],
Mall: ['Mary','Zoe'],
Park: ['Sabrina','Rebecca'],
Gym: ['Agatha','Amanda'],
SpaWellness: ['Ruth','Elizabeth'],
Restaurant: ['Sandra'],
ArtCentre: ['Margaret'],
SwimmingPool: ['Deborah'],
ActingClasses: ['Vivian'],
},
11: {
SexMachine: ['Amy','Vanessa','Ruby','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
SpaWellness: ['Sophia','Elizabeth'],
University: ['Daisy'],
Beach: ['Camilla'],
Mall: ['Mary','Sabrina','Deborah'],
Gym: ['Agatha','Amanda'],
Park: ['Zoe','Rebecca'],
Cinema: ['Ruth'],
Restaurant: ['Barbara','Sandra'],
HorseClub: ['Margaret'],
ActingClasses: ['Vivian'],
},
12: {
SexMachine: ['Amy','Vanessa','Ruby','Camilla','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
SpaWellness: ['Sophia'],
University: ['Daisy'],
Gym: ['Mary'],
Mall: ['Sabrina','Sandra','Deborah'],
ActingClasses: ['Agatha'],
Park: ['Zoe'],
Cinema: ['Rebecca','Ruth'],
Beach: ['Barbara','Elizabeth'],
HorseClub: ['Margaret'],
Restaurant: ['Amanda'],
Cafe: ['Vivian'],
},
13: {
SexMachine: ['Amy','Vanessa','Ruby','Camilla','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
University: ['Daisy','Zoe'],
Restaurant: ['Sophia','Amanda'],
Gym: ['Mary'],
Mall: ['Sandra'],
YogaStudio: ['Sabrina'],
ActingClasses: ['Agatha'],
Cinema: ['Rebecca'],
ArtCentre: ['Ruth','Deborah'],
Beach: ['Barbara','Elizabeth'],
HorseClub: ['Margaret'],
Cafe: ['Vivian'],
},
14: {
SexMachine: ['Amy','Vanessa','Ruby','Camilla','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
University: ['Daisy','Zoe'],
Restaurant: ['Sophia'],
Park: ['Mary'],
YogaStudio: ['Sabrina'],
Beach: ['Agatha','Elizabeth'],
HorseClub: ['Rebecca'],
ArtCentre: ['Ruth','Deborah'],
Mall: ['Barbara','Sandra'],
SwimmingPool: ['Vivian'],
SpaWellness: ['Margaret'],
Cinema: ['Amanda'],
},
15: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
Gym: ['Daisy'],
University: ['Zoe'],
Cafe: ['Camilla'],
Park: ['Mary','Elizabeth'],
Beach: ['Sabrina','Agatha'],
HorseClub: ['Rebecca'],
ArtCentre: ['Ruth'],
Mall: ['Barbara'],
SwimmingPool: ['Vivian','Sandra'],
SpaWellness: ['Margaret'],
YogaStudio: ['Deborah'],
Cinema: ['Amanda'],
},
16: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
Gym: ['Daisy'],
University: ['Zoe'],
Cafe: ['Camilla'],
ActingClasses: ['Mary'],
Beach: ['Sabrina','Amanda'],
Park: ['Bridget','Elizabeth'],
Cinema: ['Agatha','Margaret'],
HorseClub: ['Rebecca'],
Restaurant: ['Ruth'],
Mall: ['Barbara'],
YogaStudio: ['Sandra','Deborah'],
SwimmingPool: ['Vivian'],
},
17: {
SexMachine: ['Amy','Vanessa','Ruby','Stacy','Joe'],
ArtCentre: ['Sophia'],
University: ['Zoe'],
Park: ['Bridget','Daisy','Elizabeth'],
SwimmingPool: ['Camilla'],
ActingClasses: ['Mary','Rebecca'],
Beach: ['Sabrina','Amanda'],
Cinema: ['Agatha','Margaret'],
Restaurant: ['Ruth'],
SpaWellness: ['Vivian'],
YogaStudio: ['Barbara','Sandra'],
Bar: ['Deborah'],
},
18: {
Cafe: ['Amy','Sandra'],
Park: ['Daisy'],
YogaStudio: ['Vanessa','Barbara'],
HorseClub: ['Ruby','Amanda'],
Mall: ['Rebecca'],
ArtCentre: ['Bridget','Sophia','Elizabeth'],
SwimmingPool: ['Camilla'],
Restaurant: ['Stacy','Agatha'],
Beach: ['Mary'],
Theatre: ['Sabrina','Deborah'],
Gym: ['Zoe','Ruth'],
SpaWellness: ['Vivian','Joe'],
Bar: ['Margaret'],
},
19: {
Cafe: ['Amy','Sandra'],
Park: ['Daisy'],
YogaStudio: ['Vanessa','Barbara'],
HorseClub: ['Ruby','Amanda'],
Mall: ['Sophia','Rebecca'],
SpaWellness: ['Vivian','Camilla','Joe'],
Restaurant: ['Stacy','Agatha'],
Beach: ['Mary'],
Theatre: ['Sabrina','Deborah'],
Gym: ['Zoe','Ruth'],
Bar: ['Margaret'],
ArtCentre: ['Bridget','Elizabeth'],
},
20: {
Mall: ['Daisy','Sophia'],
Cinema: ['Vivian','Amy'],
Restaurant: ['Vanessa'],
HorseClub: ['Ruby','Amanda'],
SpaWellness: ['Camilla'],
YogaStudio: ['Stacy'],
Theatre: ['Mary','Agatha','Deborah'],
Cafe: ['Sabrina','Barbara','Sandra'],
Park: ['Zoe'],
Gym: ['Rebecca'],
ArtCentre: ['Bridget','Ruth'],
Bar: ['Joe','Elizabeth'],
NightClub: ['Margaret'],
},
21: {
Mall: ['Daisy','Camilla'],
Cinema: ['Vivian','Amy','Amanda'],
Restaurant: ['Bridget','Vanessa'],
Theatre: ['Sophia','Mary','Agatha'],
NightClub: ['Stacy','Margaret','Ruth'],
ComplexAlterEgo: ['Ruby','Deborah'],
Cafe: ['Sabrina','Barbara'],
Park: ['Zoe','Rebecca'],
Bar: ['Joe','Sandra','Elizabeth'],
},
22: {
ComplexHillSide: ['Daisy'],
ComplexARCHhous: ['Amy','Sandra'],
ComplexSkyline: ['Sabrina','Elizabeth','Margaret'],
ComplexAlterEgo: ['Ruby','Deborah'],
Theatre: ['Sophia'],
Mall: ['Camilla','Zoe','Agatha'],
NightClub: ['Stacy','Ruth'],
Restaurant: ['Bridget','Mary','Rebecca'],
Cafe: ['Vanessa'],
Cinema: ['Vivian','Barbara','Amanda'],
Bar: ['Joe'],
},
23: {
ComplexHillSide: ['Vivian','Daisy','Sophia'],
ComplexARCHhous: ['Amy','Amanda','Sandra'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Deborah'],
NightClub: ['Stacy','Ruth'],
Cafe: ['Zoe'],
Restaurant: ['Bridget','Mary','Rebecca'],
Cinema: ['Barbara'],
Bar: ['Joe'],
}
};
>>
<!--<style>body {background-image: url(bg/map.jpg);}</style>-->
<<set
_day = $week[$clock.today];
_time = $clock.hours;
>>
<div style='font-size: 12px; text-align: center; margin: 5px 0;'>
Note: Moving between locations takes 30 minutes and spends 5% energy.
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<div class="use-map">
<<for _i = 0; _i < $city.length; _i++>>
<<set _passage = $city[_i].passage; >>
<<set _bg = 'background-image: url(city/' + $city[_i].img + ')'; >>
<div class="location">
<div class="title">$city[_i].title</div>
<div class="img" @style="_bg"></div>
<div class="models">
<<set _models = $m[_time][_passage]; >>
<<if _models>>_models<</if>>
</div>
<<capture _passage>>
<<link '' _passage>>
<<if $p.You.map != _passage>>
<<timer 0 30 -5>>
<<set $p.You.map = _passage;>>
<</if>>
<</link>>
<</capture>>
</div>
<</for>>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<style>body {background-image: url(bg/room.jpg);}</style>
<div class="image">
<img src="img/read.jpg">
</div>
<<do>>
<center><b>The text of the document:</b></center>
<</do>>
<<do>>
Sophia, I want to thank you for your latest report. It looks like the Essence of Sexuality gives our corporation more benefits than we thought.
<br>
<br>
I hasten to inform you that the biologists of our Secret Laboratory were able to successfully apply the Essence of Sexuality in the «Hydra» Project. Essence allowed us to solve problems that could not be solved during the work on the «Chimera» Project.
<br>
<br>
I hope that the «Hydra» Project will not have the problems that the «Chimera» Project had.
<br>
<br>
<div style="text-align: right;"><u>Signature:</u> <br><i>Jebediah Sexton, <br>Owner of the SexMachine Corporation.</i></div>
<</do>>
<<say 'You' '8'>>Wait a minute... The Essence I developed is used in the Secret Laboratory? And what are these «Hydra» and «Chimera» projects? How do these two projects relate to the Essence of Sexuality?<</say>>
<<do>><center>
<b>NOTE:</b>
<br>
You will learn more about the «Hydra» and «Chimera» projects in the following chapters of the «SexMachine» game.</center>
<</do>>
<<set $p.Sophia.quest++;>>
<<do>>
<center>Sophia's quest list has been updated.</center>
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/room.jpg);}</style>
<<do>>
Sophia goes into the shower. Without thinking twice, you look for new letters from Mr. Sexton on Sophia's desk.
<</do>>
<div class="image">
<img src="img/read.jpg">
</div>
<<do>>
Looks like you found what you were looking for.
<</do>>
<div class="go">[[Read the text of the document|SophiaSex3-15]]</div>
<style>body {background-image: url(bg/room.jpg);}</style>
<<do>>
<center><b>The text of the document:</b></center>
<</do>>
<<do>>
The biologists of the Secret Lab gave me a new idea.
<br>
<br>
It is about the ability of the Essence of Sexuality to create hybrids. The fact is that the fusion of molecular structures and genetic codes of the donor and acceptor makes it easy to combine any two biological species into one.
<br>
<br>
Okay, so, yeah, here's the thing:
<br>
<br>
My biologists have suggested using the Essence of Sexuality to associate one or more biological species with parasites such as <b>Dicrocoelium</b> or <b>Leucochloridium</b>. As a result, the new biological species we have created will be able to independently infect other species, creating more and more new hybrids.
<br>
<br>
A description of these parasites will allow you to more clearly understand what exactly is at stake:
<br>
<br>
<br>
<center><b>Dicrocoelium</b></center>
<img style="max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;" src="img/Dicrocoelium.jpg">
Once the larvae of this parasite migrates to the ant's esophagus, it alters the behavior of the ant. When the temperature drops in the evening, the infected ant climbs to the top of a plant and clamps onto a leaf using its mandible.
<br>
<br>
It stays there immobile until the next morning, placing the ant where it's most vulnerable to be eaten by a browsing herbivore such as sheep.
<br>
<br>
One could conclude that the parasite is manipulating the host's behavior to make its way into the body of its definitive host - a herbivore such as sheep.
<br>
<br>
<br>
<center><b>Leucochloridium</b></center>
<img style="max-width: 100%;
height: auto;
display: block;
margin: 20px auto;
border-radius: 8px;" src="img/Leucochloridium.jpg">
This parasite's sporocysts develop in the snail's tentacles. The sporocysts are vivid in color and pulsate continually somewhat like a worm.
<br>
<br>
Surprisingly the infected snail makes its way to the top of a plant where it is more visible to the eyes of birds, therefore more likely to be eaten.
<br>
<br>
Once eaten by a bird, the parasite will complete its metamorphosis into an adult.
<br>
<br>
<br>
<div style="text-align: right;"><u>Signature:</u> <br><i>Jebediah Sexton, <br>Owner of the SexMachine Corporation.</i></div>
<</do>>
<<say 'You' '4'>>What crazy thoughts? Hybrids that can infect other species to create new hybrids? With the Essence of Sexuality that I created? No way. I must create the perfect essence synthesis machine as quickly as possible. This is the only way to avoid the appearance of hybrids.<</say>>
<<do>>
<b>NOTE:</b> The information in Mr. Sexton's letter is the beginning of my next game called "Hunter". This game will be released after the completion of all chapters of the game "SexMachine". The game "Hunter" will not be directly related to the "SexMachine" corporation, but will relate to the "SexMachine" universe.
<</do>>
<<set $p.Sophia.quest++;>>
<<do>>
Sophia's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/room.jpg);}</style>
<<do>>
While Sophia is in the shower, you rummage through the documents on her desk.
<</do>>
<div class="image">
<img src="img/read.jpg">
</div>
<<do>>
Looks like you found what you were looking for.
<</do>>
<div class="go">[[Read the text of the document|SophiaSex4-13]]</div><style>body {background-image: url(bg/room.jpg);}</style>
<<do>>
<center><b>The text of the document:</b></center>
<</do>>
<<do>>
Sophia, I want to remind you that Turner must not suspect anything about our plans and how exactly we are actually using the Essence of Sexuality in the Secret Laboratory of the SexMachine Corporation.
<br>
<br>
Your mission remains unchanged.
<br>
<br>
You have to keep diverting Evan Turner's attention and make sure he just goes about his job and doesn't ask too many questions. The best way is to just keep fucking him like you do. If a man thinks with his cock and not with his brain, then this man is easier to control.
<br>
<br>
Once he finishes developing the Essence Synthesis Machine, we'll just transfer him to another department.
<br>
<br>
<div style="text-align: right;"><u>Signature:</u> <br><i>Jebediah Sexton, <br>Owner of the SexMachine Corporation.</i></div>
<</do>>
<<say 'You' '5'>>Motherfuckers! They are playing a dirty game behind my back. I have to find out what's going on in the Secret Lab.<</say>>
<<set $p.Sophia.quest++;>>
<<do>>
Sophia's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div>
<style>body {background-image: url(bg/synthesis-room.jpg);}</style>
<<if $bio.essence == $bio.essenceMax >>
<<say 'Amy'>>
Мы не сможем начать синтез прямо сейчас. В данный момент наше хранилище эссенции переполнено.
<</say>>
<<say 'You'>>
Ты права, Эми. Мы не можем хранить более $bio.essenceMax единиц эссенции в лаборатории. Тестирование эсенции на добровольцах позволит нам освободить хранилище и продвинуться в наших исследованиях.
<</say>>
<div class="go">[[Return|essenceRoom]]</div>
<<elseif ($clock.hours+$times>18) || ($clock.hours+$times==18 && $clock.minutes>0) >>
<<if $times > 1>>
<<set _time = $times + ' hours вподряд';>>
<<else>>
<<set _time = $times + ' hour';>>
<</if>>
<<say 'Amy'>>
Прости, Эван, но сегодня мы не сможем синтезировать эссенцию в течении _time. Генераторы обеспечивают нашу лабораторию электропитанием только в рабочее время: с 9:00 до 18:00.
А сейчас уже <<=$clock.time>>.
<</say>>
<<say 'You'>>
Ты права, Эми.
<</say>>
<div class="go">[[Return|essenceRoom]]</div>
<<elseif (5 * $times) > $p.You.energy >>
<<say 'You'>>
Я чувствую себя слишком уставшим чтобы синтезировать эссенциию в течении этого времени. Мне нужно отдохнуть.
<</say>>
<<do>>
Пояснение: каждый час синтеза расходует 5% вашей энергии. Хороший сон, утренний душ и завтрак обеспечат вас достаточным количеством энергии.
<</do>>
<div class="go">[[Return|essenceRoom]]</div>
<<else>>
/*
<<switch $bio.upgrades>>
<<case 0>>
<<set _essenceGet = random(3,4) * $times; >>
<<case 1>>
<<set _essenceGet = random(3,4) * $times; >>
<<case 2>>
<<set _essenceGet = random(5,6) * $times; >>
<<case 3>>
<<set _essenceGet = random(6,7) * $times; >>
<<case 4 5 6>>
<<set _essenceGet = random(7,8) * $times; >>
<</switch>>
*/
<<switch $bio.upgrades>>
<<case 0>>
<<set _essenceGet = random(3,4) * $times; >>
<<case 1>>
<<set _essenceGet = random(4,6) * $times; >>
<<case 2>>
<<set _essenceGet = random(5,7) * $times; >>
<<case 3>>
<<set _essenceGet = random(5,8) * $times; >>
<<case 4 5 6>>
<<set _essenceGet = random(6,9) * $times; >>
<</switch>>
<<set
_energy = 0 - (5 * $times);
_essenceTotal = $bio.essence + _essenceGet;
>>
<<if $bio.upgrades != 6>>
<<set
_equipDamage = $bio.damage + random(1,2) * $times;
_equipTrouble = random(1,3);
>>
<<if _equipDamage > 80>>
<<set _equipDamage = 80; >>
<</if>>
<<if $bio.damage >= 30>>
<<set _essenceLeak = random(1,100); >>
<</if>>
<</if>>
<<timer $times 0 _energy>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Синтез эсенции сексуальности завершен</li>
<li>Синтезировано: _essenceGet единиц эссенции сексуальности</li>
<<if _essenceLeak <= $bio.damage>>
<li><b><u>Внимание!</u></b> Обнаружена утечка эссенции</li>
<li>Причина утечки: повреждение оборудования</li>
<li>Рекомендация: выполнить ремонт оборудования</li>
<<set _essenceGet = 1; >>
<</if>>
<<if _essenceTotal > $bio.essenceMax >>
<<set $bio.essence = $bio.essenceMax; >>
<li><b><u>Внимание!</u></b> Хранилище эссенции переполнено. Синтезированная эссенция частично утрачена.</li>
<li>Рекомендация: не выполнять синтез эссенции до осовобождения хранилища</li>
<<else>>
<<set $bio.essence = _essenceTotal; >>
<li>В хранилище добавлено: _essenceGet единиц эссенции</li>
<</if>>
<<if _equipTrouble == 1 && _equipDamage != 80>>
<li><b><u>Внимание!</u></b> Во время синтеза была обнаружена новая поломка.</li>
<li><b><u>Внимание!</u></b> Уровень повреждения оборудования увеличен с $bio.damage% до _equipDamage%</li>
<<set $bio.damage = _equipDamage; >>
<<else>>
<li>Во время синтеза новых поломок оборудования не произошло.</li>
<li>Уровень повреждения оборудования остался без изменений: $bio.damage%.</li>
<</if>>
<<set
_money = _essenceGet * 2;
$p.You.money = $p.You.money + _money;
>>
<li>На ваш счет зачислены деньги: +<<=_money>>$</li>
</ul>
<</say>>
/*
<<if _essenceLeak <= $bio.damage>>
<<if !$reactionLeak || $reactionLeak==5>>
<<set $reactionLeak = 1;>>
<<else>>
<<set $reactionLeak++;>>
<</if>>
<<say 'You'>>
<<switch $reactionLeak>>
<<case 1>>
Синтез оказался нерезультативным. Из-за поврежденного оборудования мы потеряли слишком много Эссенции сексуальности.
<<case 2>>
Если я не отремонтирую оборудование лаборатории, то утечка Эссенции Сексуальности будет происходить снова и снова. Этого нельзя допустить.
<<case 3>>
Оборудование лаборатории не работает исправно, Эми! Из-за этого мы потеряли слишком много Эссенции Сексуальности. Думаю, мне нужно посетить Комнату Ремонта Оборудования, чтобы починить поврежденное оборудование.
<<case 4>>
Эми, мы потеряли слишком много Эссенции Сексуальности из-за несиправности агрегатов синтеза. Нужен срочный ремонт!
<<case 5>>
Это не хорошо, Эми! Оборудованию нашей лаборатории требуется срочный ремонт!
<</switch>>
<</say>>
<<elseif _essenceTotal > $bio.essenceMax >>
<<say 'You'>>
Блять! Мы потеряли немного эссенцию, Эми! Мне не стоит начинать синтез, если хранилище эссенции почти заполнено!
<br><br>
Fuck! We've lost some essence, Amy! I shouldn't start synthesizing if the essence storage is almost full!
<</say>>
<<elseif _equipTrouble == 1 && _equipDamage != 80>>
<<if !$reactionDamage || $reactionDamage==5>>
<<set $reactionDamage = 1;>>
<<else>>
<<set $reactionDamage++;>>
<</if>>
<<say 'You'>>
<<switch $reactionDamage>>
<<case 1>>
Эми, мы смогли получить Эссенцию Сексуальности, но мне стоит следить за состоянием оборудования лучше...
<<case 2>>
Из-за повреждения оборудования растет риск утечки Эссенции Сексуальности... Своевременный ремонт оборудования лаборатории позволит избежать утечки эссенции в будущем.
<<case 3>>
Синтез привел к повреждению оборудования, Эми. Мне стоит своевременно проводить ремонт оборудования чтобы не допустить утечки Эссенции Сексуальности во время синтеза.
<<case 4>>
Фак, оборудование лаборатории получило новое повреждение. Это может привести к утечке эссенции рано или поздно...
<<case 5>>
Блядь! В процессе синтез произошла новая поломка оборудования... Это не хорошо...
<</switch>>
<</say>>
<<else>>
<<if !$reactionEssence || $reactionEssence==5>>
<<set $reactionEssence = 1;>>
<<else>>
<<set $reactionEssence++;>>
<</if>>
<<say 'You'>>
<<switch $reactionEssence>>
<<case 1>>
Отличная работа, Эми! Мы успешно завершили синтез и получили не плохое количество Эссенции Сексуальности в этот раз.
<br><br>
Great job, Amy! We successfully completed the synthesis and got a good amount of Sexuality Essence this time.
<<case 2>>
Синтез выполнен идеально, Эми! Если так пойдет и дальше, мы станем миллионерами)
<<case 3>>
В этот раз синтез Эссенции Сексуальности был завершен без проблем. Надеюсь так будет всегда!
<<case 4>>
Еще больше Эссенции Сексуальности поступило в хранилище нашей лаборатории, Эми! Отличный результат!
<<case 5>>
Мы получили отличный результат, Эми! Эссенция Сексуальности льется в наши руки словно река)
<</switch>>
<</say>>
<</if>>
*/
/* Допустила ли Эми нарушение */
<<if $t.AmyBug == 1>>
<div class="go">[[Return|assistantBug]]</div>
<<else>>
<div class="go">[[Return|essenceRoom]]</div>
<</if>>
<</if>>/*$p.You.map $t.prewPassage*/
<div class="saves">
<div class="wrap">
<<link "<img src='img/save-icon.png'>">>
<<script>>UI.saves();<</script>>
<</link>>
</div>
<div class="wrap">
<<link "<img src='img/reload-icon.png'>">>
<<script>>UI.restart();<</script>>
<</link>>
</div>
<div class="wrap">
<<link "<img src='img/fullscreen-icon.png'>">>
<<script>>Fullscreen.toggle();<</script>>
<</link>>
</div>
</div>
<div class="sidebar">
<div class="block timer">
<<=$week[$clock.today]>> - <<=$clock.daypart>><br>
Day <<=$clock.days>> - <<=$clock.time>><br>
<<link '⌚ Start a new day'>><<morning>><</link>>
<br>
<<link ' +30M '>><<timer 0 30>><<goto `passage()`>><</link>>
<<link ' +1H '>><<timer 1 0>><<goto `passage()`>><</link>>
<<link ' +3H '>><<timer 3 0>><<goto `passage()`>><</link>>
<br>
<<link '🔎 Open Map' 'map'>><<prewPassage>><</link>>
</div>
<div class="block stats">
<div class="title">Your stats:</div>
<i>Money:</i> <<=$p.You.money>>$<br>
<i>Essence:</i> <<= $bio.essence>> oz<br>
<i>Energy:</i> <<=$p.You.energy>>%<br>
<i>Hygiene:</i> <<=$p.You.hygiene>>%
<<link '+'>>
<<set $p.You.hygiene = 100; >>
<<goto `passage()`>>
<</link>>
<br>
<i>Muscles:</i> <<=$p.You.muscles>>
<<link '+'>>
<<set $p.You.muscles += 10; >>
<<goto `passage()`>>
<</link>>
<br>
<i>Charisma:</i> <<=$p.You.charisma>>
<<link '+'>>
<<set $p.You.charisma += 10; >>
<<goto `passage()`>>
<</link>>
<br>----------<br>
Sabrina quest: <<=$p.Sabrina.quest>>
<<link '+'>>
<<set $p.Sabrina.quest++; >>
<<goto `passage()`>>
<</link>>
<br>----------<br>
Daisy loyalty: <<=$p.Daisy.loyalty>>
<<link '+'>>
<<set $p.Daisy.loyalty++; >>
<<goto `passage()`>>
<</link>>
<br>
Daisy lust: <<=$p.Daisy.lust>>
<<link '+'>>
<<set $p.Daisy.lust++; >>
<<goto `passage()`>>
<</link>>
<br>
Daisy quest: <<=$p.Daisy.quest>>
<<link '+'>>
<<set $p.Daisy.quest++; >>
<<goto `passage()`>>
<</link>>
<br>----------<br>
Bridget loyalty: <<=$p.Bridget.loyalty>>
<<link '+'>>
<<set $p.Bridget.loyalty++; >>
<<goto `passage()`>>
<</link>>
<br>
Bridget lust: <<=$p.Bridget.lust>>
<<link '+'>>
<<set $p.Bridget.lust++; >>
<<goto `passage()`>>
<</link>>
<br>
Bridget quest: <<=$p.Bridget.quest>>
<<link '+'>>
<<set $p.Bridget.quest++; >>
<<goto `passage()`>>
<</link>>
<br>----------<br>
Vivian loyalty: <<=$p.Vivian.loyalty>>
<<link '+'>>
<<set $p.Vivian.loyalty++; >>
<<goto `passage()`>>
<</link>>
<br>
Vivian lust: <<=$p.Vivian.lust>>
<<link '+'>>
<<set $p.Vivian.lust++; >>
<<goto `passage()`>>
<</link>>
<br>
Vivian quest: <<=$p.Vivian.quest>>
<<link '+'>>
<<set $p.Vivian.quest++; >>
<<goto `passage()`>>
<</link>>
<<link '💼 Open Inventory' 'inventory'>><<prewPassage>><</link>>
<<link '📕 Open Quest Book' 'quests'>><<prewPassage>><</link>>
<<if $t.showGallery == 1>>
<<link '🎦 Open Porn Gallery' 'modelsGallery'>><<prewPassage>><</link>>
<</if>>
</div>
<div class="block navigation">
<div class="title">Quick navigation:</div>
<<link '✨ Biological Research Lab' 'BioLab'>><</link>>
<<link '💦 Essence Synthesis Room' 'essenceRoom'>><</link>>
<<link '💃 Essence Testing Room' 'testingRoom'>><</link>>
<<link '🔨 Essence Repair Room' 'repairRoom'>><</link>>
<<link '⚡ Lab Upgrade Room' 'upgradeRoom'>><</link>>
<<link '😈 Staff Punishment Room' 'punishRoom'>><</link>>
<<link '😎 Black market' 'blackMarket'>><</link>>
</div>
<div class="block subscribe">
<<link '😎 Enter cheat code' 'cheats'>><<prewPassage>><</link>>
</div>
<div class="block disable">
Sidebar is not available during quest events
</div>
</div><!--sidebar-->
<<if !$t.sidebar>>
<<addclass '.sidebar' 'off'>>
<</if>>
/*
<br>
<<if passage()!= 'tooTired' &&
passage()!= 'tooLate' &&
passage()!= 'newDay'
>>
<<button ' +30M '>><<timer 0 30>><<goto `passage()`>><</button>>
<<button ' +1H '>><<timer 1 0>><<goto `passage()`>><</button>>
<<button ' +3H '>><<timer 3 0>><<goto `passage()`>><</button>>
<<button ' +day '>><<goto newDay>><</button>>
<br>
<br>
<<button ' +1H -10 energy '>>
<<timer 1 0 -10>><<goto `passage()`>>
<</button>>
<br>
<br>
<<button 'Map'>><<goto map>><</button>>
<</if>>
<br>
<br>
<<button 'Quests'>><<goto quests>><</button>>
<br>
<br>
<<button 'Cellphone'>><<goto cellphone>><</button>>
<br>
<br>
Money: <<=$p.You.money>>$
<br>
Energy: <<=$p.You.energy>>%
<<if $clock.hours >= 4 && $clock.hours < 7 && passage() != 'tooLate' >>
<<goto tooLate>>
<<elseif $p.energy <= 0 && passage() != 'tooTired' >>
<<goto tooTired>>
<</if>>
<br>
<br>
<br>
<br>
<<button 'test'>><<goto test>><</button>>
<br>
<<=$p.You.map>>
<<run console.log($m.Amy);>>
*/
<<run console.log($cityQuests);>>
<<widget "subscribe">>
<<do>>
<div style="font-size: 20px; line-height: 28px; font-weight: bold; text-align: center; margin-bottom: 15px;">Dear Friends!</div>
If you liked my game, please subscribe to me to support me, stay up to date on game updates, and speed up the release of the next chapters of the SexMachine game. In addition, subscribing to me will allow you to:
<ul style="margin-bottom: 20px;">
<li>Get cheat codes that will make your gameplay easier.</li>
<li>Get access to many monthly add-ons.</li>
<li>Choose porn scenes for add-ons (BDSM, Femdom, Shemale, Oversize, etc...).</li>
<li>Choose porn models that you want to see in each next add-on.</li>
<li>Influence the plot and gameplay of the game "SexMachine", as well as my other games.</li>
</ul>
<style>
.subscribe-links {margin-top: 17px;}
.subscribe-links a {margin: 4px;}
.subscribe-links a.link-external:after {content: "";}
</style>
<center><b><u>Subscribe and support me:</u></b></center>
<div class="subscribe-links" style="text-align: center;">
<a href="https://www.patreon.com/SupremeAI" target="_blank">
<img src="img/patreon.jpg">
</a>
or
<a href="https://www.clica.net/user/supremeai" target="_blank">
<img src="img/clica.jpg">
</a>
</div>
<</do>>
<</widget>><!--<style>body {background-image: url(bg/map.jpg);}</style>-->
<<set
_day = $week[$clock.today];
_time = $clock.hours;
>>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<div class="use-map">
/*-- Your home --*/
<div class="location">
<div class="title">Your home</div>
<div class="img" style="background: url(city/Home-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Home']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Home'>>
<<if $p.You.map != 'Home'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Home';>>
<</if>>
<</link>>
</div><!-- Your home -->
/*-- «SexMachine» Corporation --*/
<div class="location">
<div class="title">«SexMachine» Corporation</div>
<div class="img" style="background: url(city/SexMachine-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['SexMachine']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'SexMachine'>>
<<if $p.You.map != 'SexMachine'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'SexMachine';>>
<</if>>
<</link>>
</div><!-- «SexMachine» Corporation -->
/*-- Mall --*/
<div class="location">
<div class="title">Mall</div>
<div class="img" style="background: url(city/Mall-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Mall']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Mall'>>
<<if $p.You.map != 'Mall'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Mall';>>
<</if>>
<</link>>
</div><!-- Mall -->
/*-- Gym --*/
<div class="location">
<div class="title">Gym</div>
<div class="img" style="background: url(city/Gym-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Gym']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Gym'>>
<<if $p.You.map != 'Gym'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Gym';>>
<</if>>
<</link>>
</div><!-- Gym -->
/*-- Acting classes --*/
<div class="location">
<div class="title">ActingClasses</div>
<div class="img" style="background: url(city/ActingClasses-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ActingClasses']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ActingClasses'>>
<<if $p.You.map != 'ActingClasses'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ActingClasses';>>
<</if>>
<</link>>
</div><!-- Acting classes -->
/*-- Park --*/
<div class="location">
<div class="title">Park</div>
<div class="img" style="background: url(city/Park-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Park']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Park'>>
<<if $p.You.map != 'Park'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Park';>>
<</if>>
<</link>>
</div><!-- Park -->
/*-- University --*/
<div class="location">
<div class="title">University</div>
<div class="img" style="background: url(city/University-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['University']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'University'>>
<<if $p.You.map != 'University'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'University';>>
<</if>>
<</link>>
</div><!-- University -->
/*-- Cafe --*/
<div class="location">
<div class="title">Cafe</div>
<div class="img" style="background: url(city/Cafe-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Cafe']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Cafe'>>
<<if $p.You.map != 'Cafe'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Cafe';>>
<</if>>
<</link>>
</div><!-- Cafe -->
/*-- Yoga Studio --*/
<div class="location">
<div class="title">Yoga Studio</div>
<div class="img" style="background: url(city/YogaStudio-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['YogaStudio']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'YogaStudio'>>
<<if $p.You.map != 'YogaStudio'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'YogaStudio';>>
<</if>>
<</link>>
</div><!-- Yoga Studio -->
/*-- Restaurant --*/
<div class="location">
<div class="title">Restaurant</div>
<div class="img" style="background: url(city/Restaurant-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Restaurant']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Restaurant'>>
<<if $p.You.map != 'Restaurant'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Restaurant';>>
<</if>>
<</link>>
</div><!-- Restaurant -->
/*-- Beach --*/
<div class="location">
<div class="title">Beach</div>
<div class="img" style="background: url(city/Beach-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Beach']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Beach'>>
<<if $p.You.map != 'Beach'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Beach';>>
<</if>>
<</link>>
</div><!-- Beach -->
/*-- Art Centre --*/
<div class="location">
<div class="title">Art Centre</div>
<div class="img" style="background: url(city/ArtCentre-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ArtCentre']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ArtCentre'>>
<<if $p.You.map != 'ArtCentre'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ArtCentre';>>
<</if>>
<</link>>
</div><!-- Art Centre -->
/*-- Bar --*/
<div class="location">
<div class="title">Bar</div>
<div class="img" style="background: url(city/Bar-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Bar']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Bar'>>
<<if $p.You.map != 'Bar'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Bar';>>
<</if>>
<</link>>
</div><!-- Bar -->
/*-- Theatre --*/
<div class="location">
<div class="title">Theatre</div>
<div class="img" style="background: url(city/Theatre-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Theatre']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Theatre'>>
<<if $p.You.map != 'Theatre'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Theatre';>>
<</if>>
<</link>>
</div><!-- Theatre -->
/*-- Swimming pool --*/
<div class="location">
<div class="title">Swimming pool</div>
<div class="img" style="background: url(city/SwimmingPool-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['SwimmingPool']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'SwimmingPool'>>
<<if $p.You.map != 'SwimmingPool'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'SwimmingPool';>>
<</if>>
<</link>>
</div><!-- Swimming pool -->
/*-- Horse Club --*/
<div class="location">
<div class="title">Horse Club</div>
<div class="img" style="background: url(city/HorseClub-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['HorseClub']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'HorseClub'>>
<<if $p.You.map != 'HorseClub'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'HorseClub';>>
<</if>>
<</link>>
</div><!-- Horse Club -->
/*-- Cinema --*/
<div class="location">
<div class="title">Cinema</div>
<div class="img" style="background: url(city/Cinema-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['Cinema']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'Cinema'>>
<<if $p.You.map != 'Cinema'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'Cinema';>>
<</if>>
<</link>>
</div><!-- Cinema -->
/*-- Spa & Wellnes --*/
<div class="location">
<div class="title">Spa & Wellnes</div>
<div class="img" style="background: url(city/SpaWellness-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['SpaWellness']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'SpaWellness'>>
<<if $p.You.map != 'SpaWellness'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'SpaWellness';>>
<</if>>
<</link>>
</div><!-- Spa & Wellnes -->
/*-- Night club --*/
<div class="location">
<div class="title">Night club</div>
<div class="img" style="background: url(city/NightClub-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['NightClub']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'NightClub'>>
<<if $p.You.map != 'NightClub'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'NightClub';>>
<</if>>
<</link>>
</div><!-- Night club -->
/*-- Auto Service --*/
<div class="location">
<div class="title">Auto Service</div>
<div class="img" style="background: url(city/AutoService-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['AutoService']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'AutoService'>>
<<if $p.You.map != 'AutoService'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'AutoService';>>
<</if>>
<</link>>
</div><!-- Auto Service -->
/*-- Residential Complex «HillSide» --*/
<div class="location">
<div class="title">Residential Complex «HillSide»</div>
<div class="img" style="background: url(city/ComplexHillSide-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ComplexHillSide']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ComplexHillSide'>>
<<if $p.You.map != 'ComplexHillSide'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ComplexHillSide';>>
<</if>>
<</link>>
</div><!-- Residential Complex «HillSide» -->
/*-- Residential Complex «ARCHhous» --*/
<div class="location">
<div class="title">Residential Complex «ARCHhous»</div>
<div class="img" style="background: url(city/ComplexARCHhous-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ComplexARCHhous']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ComplexARCHhous'>>
<<if $p.You.map != 'ComplexARCHhous'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ComplexARCHhous';>>
<</if>>
<</link>>
</div><!-- Residential Complex «ARCHhous» -->
/*-- Residential Complex «AlterEgo» --*/
<div class="location">
<div class="title">Residential Complex «AlterEgo»</div>
<div class="img" style="background: url(city/ComplexAlterEgo-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ComplexAlterEgo']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ComplexAlterEgo'>>
<<if $p.You.map != 'ComplexAlterEgo'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ComplexAlterEgo';>>
<</if>>
<</link>>
</div><!-- Residential Complex «AlterEgo» -->
/*-- Residential Complex «Skyline» --*/
<div class="location">
<div class="title">Residential Complex «Skyline»</div>
<div class="img" style="background: url(city/ComplexSkyline-map.jpg)"></div>
<div class="models">
<<set _models = $m[_time]['ComplexSkyline']; >>
<<if _models>>_models<</if>>
</div>
<<link '' 'ComplexSkyline'>>
<<if $p.You.map != 'ComplexSkyline'>>
<<timer 0 30 -10>>
<<set $p.You.map = 'ComplexSkyline';>>
<</if>>
<</link>>
</div><!-- Residential Complex «Skyline» -->
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<<widget "subscribe2">>
<style>
.subscribe-links {margin-top: 15px;}
.subscribe-links a {margin: 4px;}
.subscribe-links a.link-external:after {content: "";}
</style>
<div class="subscribe-links" style="text-align: center;">
<a href="https://www.patreon.com/SupremeAI" target="_blank">
<img src="img/patreon.jpg">
</a>
or
<a href="https://www.clica.net/user/supremeai" target="_blank">
<img src="img/clica.jpg">
</a>
</div>
<</widget>>
<<set
$model = 'Sandra';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-0.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Sandra.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'SandraAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'SandraAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Mall */
<<case 2>>
<<if $modelLoc == 'Mall'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'MallActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Cafe */
<<case 5>>
<<if $modelLoc == 'Cafe'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'CafeActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexARCHhous'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Sandra-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/mall-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/mall-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/mall-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/mall-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/mall-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the mall (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the mall (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the mall (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the mall (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the mall (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/gym-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/gym-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/gym-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/gym-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/gym-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the gym (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the gym (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the gym (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the gym (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the gym (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cafe-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cafe-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cafe-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cafe-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/cafe-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the cafe (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the cafe (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the cafe (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the cafe (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the cafe (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/yoga-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/yoga-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/yoga-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/yoga-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/yoga-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the Yoga Studio (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Yoga Studio (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Yoga Studio (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Yoga Studio (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Yoga Studio (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/beach-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/beach-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/beach-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/beach-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/beach-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the beach (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the beach (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the beach (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the beach (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the beach (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/bar-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/bar-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/bar-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/bar-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/bar-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the bar (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the bar (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the bar (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the bar (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the bar (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/theatre-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/theatre-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/theatre-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/theatre-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/theatre-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the theatre (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the theatre (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the theatre (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the theatre (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the theatre (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/horse-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/horse-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/horse-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/horse-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/horse-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the Horse Club (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Horse Club (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Horse Club (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Horse Club (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Horse Club (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/spa-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/spa-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/spa-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/spa-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/spa-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the Spa & Wellness Center (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Spa & Wellness Center (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Spa & Wellness Center (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Spa & Wellness Center (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Spa & Wellness Center (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
_quest = $p[$model].quest;
_loyaltyNeed = $p[$model]['quests'][_quest]['loyalty'];
>>
/* если не достаточно энергии */
<<if $p.You.energy < 10 >>
<<say 'You' '7'>>I'm too tired for this.<</say>>
<<do>>
Note: You need at least 10% of energy for this action. Food, sleep and energy drinks will boost your energy level.
<</do>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
/* если нажал на действие с моделью */
<<elseif $locationAction >>
<<switch $locationAction>>
<<case 1>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/club-1.mp4" type="video/mp4">
</video>
</div>
<<case 2>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/club-2.mp4" type="video/mp4">
</video>
</div>
<<case 3>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/club-3.mp4" type="video/mp4">
</video>
</div>
<<case 4>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/club-4.mp4" type="video/mp4">
</video>
</div>
<<case 5>>
<div class="video">
<video autoplay loop muted>
<source src="video/actions/club-5.mp4" type="video/mp4">
</video>
</div>
<</switch>>
/* повышаем лояльность */
<<timer 1 0 -10>>
<<set
$p[$model].loyalty += 2;
$p[$model].eventDay = $clock.days;
>>
<<unset $locationAction; >>
<<do>>You had a great time with $p[$model].name. $p[$model].name likes you more now <i>(Loyalty: +2)</i>.<</do>>
/* проверяем завершен ли квест */
<<if $p[$model].loyalty >= _loyaltyNeed >>
<<set
$p[$model].quest++;
_resultSay = $p[$model]['quests'][_quest].resultSay;
_resultDo = $p[$model]['quests'][_quest].resultDo;
_resultGoto = $p[$model]['quests'][_quest].resultGoto;
_resultLink = $p[$model]['quests'][_quest].resultLink;
_resultInclude = $p[$model]['quests'][_quest].resultInclude;
>>
<<if _resultGoto>>
<<goto _resultGoto>>
<<elseif _resultSay>>
<<say $p[$model].name>>_resultSay<</say>>
<<elseif _resultDo>>
<<do>>_resultDo<</do>>
<<elseif _resultLink>>
<<set $t.sidebar = 0;>>
<div class="go">
<<link 'Next' _resultLink>><</link>>
</div>
<<elseif _resultInclude>>
<<include _resultInclude>>
<</if>>
<</if>>
<<if !_resultLink>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
/* если еще не нажимал на действие с моделью */
<<else>>
<<can 'Choose an action:'>>
<div class="go">
<<link 'Spend time at the Night club (Action #1)'>>
<<set $locationAction = 1;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Night club (Action #2)'>>
<<set $locationAction = 2;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Night club (Action #3)'>>
<<set $locationAction = 3;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Night club (Action #4)'>>
<<set $locationAction = 4;>>
<<goto `passage()`>>
<</link>>
</div>
<div class="go">
<<link 'Spend time at the Night club (Action #5)'>>
<<set $locationAction = 5;>>
<<goto `passage()`>>
<</link>>
</div>
<</can>>
<<can 'Or You can:'>>
<div class="go">
<<link 'Leave $model alone' $modelLoc>><</link>></div>
<</can>>
<</if>>
$bg
<<set
$p.Sandra.quests[1].muscles = $p.You.muscles + 10;
$p.Sandra.quests[1].charisma = $p.You.charisma + 10;
$p.Sandra.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Sandra.quests[1].muscles lvl and charisma to $p.Sandra.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Sandra's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Sandra.quests[1].muscles ||
$p.You.charisma < $p.Sandra.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Sandra.quests[1].muscles lvl and charisma to $p.Sandra.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You'>>
I'm sorry, miss, but there's been a complaint about you. And now I have to fine you 100 bucks.
<</say>>
<<say $model>>
For what?
<</say>>
<<say 'You' '9'>>
For being too sexy for this place. You make other girls feel insecure. And I have to maintain order in this place.
<</say>>
<<say $model>>
Ahaha. Clever. You're funny.
<</say>>
<<say 'You' '2'>>
I'm glad I was able to entertain you. My name is Evan, by the way.
<</say>>
<<say $model>>
Nice to meet you, Evan. I'm Sandra.
<</say>>
<<say 'You' '9'>>
Evan and Sandra. It sounds like a dream team. So, what's next, Sandra? Maybe we should go on a date? Will you fall in love with me? We'll sort of exchange feelings. And then you'll introduce me to your mom and dog?
<</say>>
<<say $model>>
Oh, you're so sweet, Evan. But let's start by spending some time together, and then we'll see where it leads us.
<</say>>
<<do>>After a short conversation, Sandra suggested that you spend time with her at the Mall.<</do>>
<<set
$p.Sandra.quest++;
$p.Sandra.eventDay = $clock.days;
>>
<<do>>Sandra's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/Mall.jpg);}</style>
<<say 'Sandra'>>
I had a great time with you, Evan. Maybe we could go to my place and continue this lovely day in my bed?
<</say>>
<<say 'You' '9'>>
This is a great idea, Sandra. But first, let me visit the bathroom. I need to freshen up a bit.
<</say>>
<div class="go">[[Go to the toilet|SandraAction3-1]]</div>
<style>body {background-image: url(bg/Mall.jpg);}</style>
<div class="image">
<img src="img/closed.jpg">
</div>
<<say 'You' '8'>>
Crap. The men's toilet is not working. Well, I guess I'll have to use the ladies' toilet. I hope no one notices me. Otherwise, it will be very awkward.
<</say>>
<div class="go">[[Go to the women's toilet|SandraAction3-2]]</div><style>body {background-image: url(bg/toilet.jpg);}</style>
<<do>>You enter the women's toilet.<</do>>
<div class="image">
<img src="video/Sandra/quest-1-1.jpg">
</div>
<<say 'You' '2'>>
Looks like no one is here. Great.
<</say>>
<<do>>At this moment, you hear female voices and the creak of the front door behind you.<</do>>
<<say 'You' '4'>>
Damn it. Someone is coming. I have to hide quickly.
<</say>>
<<do>>Without thinking twice, you run into the second toilet stall. At this very moment, two girls enter the toilet.<</do>>
<div class="go">[[Next|SandraAction3-3]]</div>
<style>body {background-image: url(bg/toilet.jpg);}</style>
<<do>>Two girls enter the toilet. One of the girls goes into the left toilet stall, and the second - into the right.<</do>>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[Wait for them to finish and leave|SandraAction3-4]]</div>
<style>body {background-image: url(bg/toilet.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say2 'Girl #1' 'toilet-girl-1.jpg'>>
Hey, Clarissa, do you want to play battle shits?
<</say2>>
<<say2 'Girl #2' 'toilet-girl-2.jpg'>>
Oh, my God! Battle shits? We haven't played that since back at camp.
<</say2>>
<<say2 'Girl #1' 'toilet-girl-1.jpg'>>
I know, I know. Wait for it.
<</say2>>
<div class="go">[[Next|SandraAction3-5]]</div>
<style>body {background-image: url(bg/toilet.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/quest-1-3.mp4" type="video/mp4">
</video>
</div>
<<say2 'Girl #2' 'toilet-girl-2.jpg'>>
Scag! You sank my destroyer!
<</say2>>
<<say 'You' '10'>>
...
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/quest-1-4.mp4" type="video/mp4">
</video>
</div>
<<say2 'Girl #1' 'toilet-girl-1.jpg'>>
Damn! You sank my battle shit!
<</say2>>
<<say 'You' '6'>>
I can't take it anymore!!!!
<</say>>
<div class="go">[[Escape from the toilet|SandraAction3-6]]</div>
<style>body {background-image: url(bg/toilet.jpg);}</style>
<<say 'Sandra'>>
Evan, are you okay? You look shocked. I hope you didn't fall into the toilet...
<</say>>
<<say 'You' '8'>>
Please don't ask...
<</say>>
<<say 'Sandra'>>
OK. I hope now you are ready to go to my house and have fun?
<</say>>
<div class="go sex">[[Accept her suggestion|SandraAction3-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Sandra/Sandra-1-1.mp4>>
<<say 'Sandra'>>
Oh God, your cock is so big and hard. I love feeling it in my mouth, tasting every inch of you. I want to make you feel so good.
<</say>>
<<say 'You'>>
Fuck yeah, baby. Your mouth is so warm and wet. I love the way you suck me. Keep going, don't stop.
<</say>>
<<say 'Sandra'>>
I won't stop until you're ready to explode. I want to taste everything you have to give me. Then I want you inside me.
<</say>>
<<case 2>>
<<video video/Sandra/Sandra-1-2.mp4>>
<<say 'You'>>
Your pussy is so tight and hot. I can feel you gripping my cock. I'm going to fuck you so hard and deep.
<</say>>
<<say 'Sandra'>>
Yes, Evan! Pound me with that huge cock. I want you to split me in half. Fuck me like you own me.
<</say>>
<<say 'You'>>
I do own this pussy. It's mine and I'm going to use it. Get ready to take all of me.
<</say>>
<<say 'Sandra'>>
I'm ready. Fuck my throat next. I want to taste myself on you.
<</say>>
<<case 3>>
<<video video/Sandra/Sandra-1-3.mp4>>
<<say 'Sandra'>>
Your cock is dripping with my juices. It tastes so fucking good. I love being your little slut.
<</say>>
<<say 'You'>>
You are my perfect slut. Take it deep in your throat. Choke on it. Show me how much you love it.
<</say>>
<<say 'Sandra'>>
I love it so much. I want you to use all my holes. Flip me over and fuck me from behind next.
<</say>>
<<case 4>>
<<video video/Sandra/Sandra-1-4.mp4>>
<<say 'You'>>
This view is incredible. Your ass looks so good from back here. I'm going to pound you until you scream.
<</say>>
<<say 'Sandra'>>
Fuck yes, give it to me hard! Slam that cock deep inside me. I need you to fill me completely.
<</say>>
<<say 'You'>>
I'll fill you to the brim. Your cunt is mine. Now ride me like the good little whore you are.
<</say>>
<<say 'Sandra'>>
I'll ride you so hard. Let me get on top and use your cock for my pleasure.
<</say>>
<<case 5>>
<<video video/Sandra/Sandra-1-5.mp4>>
<<say 'Sandra'>>
Oh fuck, your cock is so deep like this. I can feel you hitting my G-spot. I'm going to milk you dry.
<</say>>
<<say 'You'>>
Ride me, baby. Bounce on my cock. Your tits look amazing from this angle. I want to suck on them.
<</say>>
<<say 'Sandra'>>
Suck my nipples while I ride you. I'm going to cum so hard. Then I want to turn around and ride you reverse.
<</say>>
<<case 6>>
<<video video/Sandra/Sandra-1-6.mp4>>
<<say 'You'>>
Damn, your ass looks incredible bouncing on my cock. I love watching it jiggle. You're taking me so deep.
<</say>>
<<say 'Sandra'>>
I love feeling you deep inside me. Spank my ass while I ride you. I want to feel your cock throbbing.
<</say>>
<<say 'You'>>
I'll spank you nice and hard. Your ass is mine. I'm going to leave my handprints all over it.
<</say>>
<<say 'Sandra'>>
Mark me as yours. I want everyone to know who owns me. Now let me suck you again before I make you cum.
<</say>>
<<case 7>>
<<video video/Sandra/Sandra-1-7.mp4>>
<<say 'Sandra'>>
You taste like pure sex. I love cleaning my juices off your cock with my tongue. I'm going to make you explode.
<</say>>
<<say 'You'>>
Your mouth is heavenly. I'm so close. Suck me dry, you filthy whore. Take me to the edge.
<</say>>
<<say 'Sandra'>>
I'll take you there and beyond. But first, I want to ride you one last time. Let me hop on and grind until you're ready to burst.
<</say>>
<<case 8>>
<<video video/Sandra/Sandra-1-8.mp4>>
<<say 'You'>>
Fuck, I'm so close. Your pussy is gripping me like a vice. I don't know how much longer I can last.
<</say>>
<<say 'Sandra'>>
Cum for me, baby. Spray your hot load all over my face and in my mouth. I want to taste your pleasure.
<</say>>
<<say 'You'>>
You want my cum? I'll give it to you. Get ready for a huge facial. I'm going to paint you white.
<</say>>
<<say 'Sandra'>>
Do it. Cover me. Mark me. Make me your little cum slut. I want to feel your warm, sticky load all over my face.
<</say>>
<<case 9>>
<<video video/Sandra/Sandra-1-9.mp4>>
<<say 'Sandra'>>
Oh God, it's so warm and thick. I can feel it dripping down my face. Your cum tastes so sweet and delicious.
<</say>>
<<say 'You'>>
You look so beautiful covered in my spunk. Lick it up. Taste it. Show me how much you love being my dirty girl.
<</say>>
<<say 'Sandra'>>
I do love it. I love being yours. Feeling your cum on me and in me is pure ecstasy. I never want to wash it off.
<</say>>
<<do>><center>Sandra's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Sandra and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Sandra's apartment." 'ComplexARCHhous'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
_quest = $p.Sandra.quest;
$p.Sandra.quests[_quest].muscles = $p.You.muscles + 10;
$p.Sandra.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Sandra'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Sandra looks disappointed...
<br><br>
<i>Sandra's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Sandra alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a short conversation, she invites you to meet her at the Cafe. You accept her suggestion.
<</do>>$bg
<<say 'Sandra'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her suggestion|SandraAction6-1]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Sandra/Sandra-2-1.mp4>>
<<say 'Sandra'>>
Oh God, your cock is so deep in my throat. It feels amazing, I love gagging on your huge dick.
<</say>>
<<say 'You'>>
Fuck yeah, take it all the way in. Swallow my cock with that pretty mouth of yours. You're so good at this.
<</say>>
<<say 'Sandra'>>
I want to taste every inch of you. Fuck my face harder, I can handle it. And then fuck my tight pussy.
<</say>>
<<case 2>>
<<video video/Sandra/Sandra-2-2.mp4>>
<<say 'You'>>
Ride my cock, you dirty little slut. I want to see your tits bounce while you fuck me.
<</say>>
<<say 'Sandra'>>
Oh yes, I love having you deep inside me. Your cock fills me up so perfectly, I'm going to cum soon.
<</say>>
<<say 'You'>>
Cum for me baby, I want to feel your tight pussy clenching around me. You're so wet, it's dripping down my balls.
<</say>>
<<say 'Sandra'>>
Fuck me harder, use my body for your pleasure. I want you in my mouth next.
<</say>>
<<case 3>>
<<video video/Sandra/Sandra-2-3.mp4>>
<<say 'Sandra'>>
Use my mouth like a fuck hole. I'll swallow every drop you give me, just fuck my throat.
<</say>>
<<say 'You'>>
Your mouth feels incredible, so hot and wet. I want to fuck your mouth until I explode.
<</say>>
<<say 'Sandra'>>
I can't wait to taste your cum. But I want you to destroy my pussy next.
<</say>>
<<case 4>>
<<video video/Sandra/Sandra-2-4.mp4>>
<<say 'You'>>
Your ass looks amazing bouncing on my cock. I love watching it jiggle while I fuck your tight cunt.
<</say>>
<<say 'Sandra'>>
It's so deep this way, I can feel every inch slamming into me. Spank my ass, make it red.
<</say>>
<<say 'You'>>
I'll slap that ass raw. You're such a filthy whore, taking my cock so deep. I'm going to pound your pussy hard.
<</say>>
<<say 'Sandra'>>
Yes, use me! Make me your fuck toy. Now take me on my back and rail me.
<</say>>
<<case 5>>
<<video video/Sandra/Sandra-2-5.mp4>>
<<say 'Sandra'>>
Fuck me hard, I want to feel your balls slapping against my ass. Use my body for your pleasure.
<</say>>
<<say 'You'>>
Your pussy is so tight and wet, it's like a vice grip on my cock. I'm going to pound you until you scream.
<</say>>
<<say 'Sandra'>>
I'm going to cum again, don't stop! Fuck me like you own me. I want you under me next.
<</say>>
<<case 6>>
<<video video/Sandra/Sandra-2-6.mp4>>
<<say 'You'>>
Get on top and smother me with your tits. I want to lick and suck them while you ride my cock.
<</say>>
<<say 'Sandra'>>
Oh God, that feels amazing. I love having you inside me in every position. Your cock was made for my pussy.
<</say>>
<<say 'You'>>
You're so sexy, I could fuck you for hours. Bounce that ass on my dick, I want to feel you cum again.
<</say>>
<<say 'Sandra'>>
I'm getting close, don't stop! Fuck my tight pussy, I need your cock so badly.
<</say>>
<<case 7>>
<<video video/Sandra/Sandra-2-7.mp4>>
<<say 'Sandra'>>
Oh fuck, it's so tight but it feels incredible. Stretch my pussy with that huge cock of yours.
<</say>>
<<say 'You'>>
Your cunt is squeezing me like a glove. I'm going to fuck you raw, you dirty little slut.
<</say>>
<<say 'Sandra'>>
Yes, let it hurt like that! Pound me until I'm sore. Then I want you to fuck me from behind.
<</say>>
<<case 8>>
<<video video/Sandra/Sandra-2-8.mp4>>
<<say 'You'>>
Your ass looks amazing from this angle. I'm going to fuck your pussy so hard, you'll feel it for days.
<</say>>
<<say 'Sandra'>>
Oh God yes, fuck me like a rag doll! Use my holes for your pleasure, I'm your personal fuck meat.
<</say>>
<<say 'You'>>
I'll pound your cunt until I'm ready to burst. Your pussy is mine, you filthy whore. I'm going to coat your face with my cum.
<</say>>
<<say 'Sandra'>>
I can't wait to taste it. Cover me, make me your dirty cum slut. I want to feel your hot load all over me.
<</say>>
<<case 9>>
<<video video/Sandra/Sandra-2-9.mp4>>
<<say 'Sandra'>>
Oh fuck, it's so warm and sweet. I love the way your cum tastes, give me every last drop.
<</say>>
<<say 'You'>>
Coat your tongue, you dirty girl. Lick it up, I want to see it drip down your chin.
<</say>>
<<say 'Sandra'>>
I can feel it oozing out of my mouth, it's so sticky and thick. I love being your cum dumpster, use me whenever you need to nut.
<</say>>
<<do>><center>Sandra's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Sandra and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Sandra's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
$bg
<<say 'Sandra'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Sandra looks disappointed...
<br><br>
<i>Sandra's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Sandra alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her suggestion|SandraAction8-1]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Sandra/Sandra-3-1.mp4>>
<<say 'Sandra'>>
Oh God, your cock is so deep in my throat! It's so big and hard, I can barely take it all in.
<</say>>
<<say 'You'>>
That's right, take it all like a good little slut. I love seeing your pretty lips stretched around my dick.
<</say>>
<<say 'Sandra'>>
Please fuck my face harder, use me however you want! I want to taste your cum deep in my throat.
<</say>>
<<case 2>>
<<video video/Sandra/Sandra-3-2.mp4>>
<<say 'You'>>
Ride my cock, you dirty whore! I want to feel your tight pussy milking me dry.
<</say>>
<<say 'Sandra'>>
Yes, I love having you so deep inside me! Your cock fills me up so perfectly, I never want this to end!
<</say>>
<<say 'You'>>
Bounce those tits for me while you ride me. You look so fucking hot impaled on my dick.
<</say>>
<<say 'Sandra'>>
Please, fuck me harder in the next position! I need you to take complete control and ravage my holes.
<</say>>
<<case 3>>
<<video video/Sandra/Sandra-3-3.mp4>>
<<say 'Sandra'>>
Your huge cock is splitting me in half! It feels so good being stretched by that massive rod.
<</say>>
<<say 'You'>>
Take every inch like the little size slut you are. I'm going to make this tight cunt mine.
<</say>>
<<say 'Sandra'>>
Pound me harder, I need to feel your balls slapping against me as you fuck me senseless!
<</say>>
<<case 4>>
<<video video/Sandra/Sandra-3-4.mp4>>
<<say 'You'>>
That's right, take this cock deep in that pretty little pussy from behind! I love the view of your sexy ass bouncing on my dick.
<</say>>
<<say 'Sandra'>>
Fuck me like the dirty bitch I am! Your cock was made to fill my holes and make me scream in pleasure.
<</say>>
<<say 'You'>>
Your cunt is so wet and warm, it's like heaven on my cock. I could fuck this pussy all day long.
<</say>>
<<say 'Sandra'>>
Please, I need more! Don't stop, keep fucking me just like that until I can't walk straight!
<</say>>
<<case 5>>
<<video video/Sandra/Sandra-3-5.mp4>>
<<say 'You'>>
Your ass looks so hot bouncing off my cock! I love the sound of my balls slapping against you as I pound your tight pussy.
<</say>>
<<say 'Sandra'>>
Yes, fuck me harder! I need to feel your cock in my cunt, stretching me to my limits with each powerful thrust.
<</say>>
<<say 'You'>>
I can't get enough of your perfect body and the way your pussy grips me like a vice. You were made for my cock.
<</say>>
<<say 'Sandra'>>
Please, I'm begging you, don't stop fucking me! I want you to use me until I'm sore and spent.
<</say>>
<<case 6>>
<<video video/Sandra/Sandra-3-6.mp4>>
<<say 'You'>>
I love taking you from behind, watching your sexy curves tremble with each thrust. You're my fuck meat, you dirty whore.
<</say>>
<<say 'Sandra'>>
Treat me like the cock sleeve I am! I exist solely for your pleasure, to be used and fucked until I'm dripping with your cum.
<</say>>
<<say 'You'>>
Your holes are all mine to ravage as I please. I'll fuck you until you can't remember your own name, you nasty slut.
<</say>>
<<say 'Sandra'>>
Please, I need you to keep going! Fuck me until I'm a puddle on the sheets, unable to move from the sheer ecstasy you've given me.
<</say>>
<<case 7>>
<<video video/Sandra/Sandra-3-7.mp4>>
<<say 'Sandra'>>
Use my hair like reins while you ride me hard! Pull it and make me your personal fuck toy!
<</say>>
<<say 'You'>>
I love having complete control over your body, fucking you deep while I tug on these gorgeous locks.
<</say>>
<<say 'Sandra'>>
Treat me like your dirty little slut! Make me do whatever you want, use me for your pleasure!
<</say>>
<<case 8>>
<<video video/Sandra/Sandra-3-8.mp4>>
<<say 'You'>>
Get back on your knees and suck my cock like the good little cock slave you are! Clean it up after fucking your holes.
<</say>>
<<say 'Sandra'>>
I love tasting my juices all over your delicious dick. I want to worship every inch with my mouth.
<</say>>
<<say 'You'>>
That's it, take me deep and gag on it. Show me how much you love choking on this cock.
<</say>>
<<say 'Sandra'>>
Please, I need you to cover my face with your hot cum! Paint me like the filthy whore I am for you.
<</say>>
<<case 9>>
<<say 'Sandra'>>
Cover my face with your hot load. I want to feel your cum dripping down my cheeks. Paint me like your personal cum canvas!
<</say>>
<<video video/Sandra/Sandra-3-9.mp4>>
<<say 'You'>>
Here it comes, take my load all over your pretty face and in your mouth, you filthy cum dump. Swallow it all like a good girl.
<</say>>
<<say 'Sandra'>>
Mmm, your cum is so thick and warm on my face. I love tasting it as it drips into my mouth. Thank you for using me as your fuck toy and covering me in your seed. I feel so owned and slutty with your cum all over me. You fucked me so good, I can still feel your cock inside me. I'll be feeling this for days.
<</say>>
<<do>><center>Sandra's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Sandra and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Sandra's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
$model = 'Amanda';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-1.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Amanda.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'AmandaAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'AmandaAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Horse Club */
<<case 2>>
<<if $modelLoc == 'HorseClub'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'HorseClubActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Gym */
<<case 5>>
<<if $modelLoc == 'Gym'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'GymActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexARCHhous'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexARCHhous'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Amanda-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
$p.Amanda.quests[1].muscles = $p.You.muscles + 10;
$p.Amanda.quests[1].charisma = $p.You.charisma + 10;
$p.Amanda.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Amanda.quests[1].muscles lvl and charisma to $p.Amanda.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Amanda's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Amanda.quests[1].muscles ||
$p.You.charisma < $p.Amanda.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Amanda.quests[1].muscles lvl and charisma to $p.Amanda.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You'>>
Excusme. Hello, I'm Evan.
<</say>>
<<say $model>>
Hi
<</say>>
<<say 'You'>>
What is your name?
<</say>>
<<say $model>>
Amanda...
<</say>>
<<say 'You'>>
Do you want to see my monster?
<</say>>
<<say $model>>
Whaaaaat??? What the hell are you talking about?
<</say>>
<<say 'You'>>
My monster. Do you wont it?
<</say>>
<<say $model>>
No thanks... That's so rude! Why would you say that... to someone you just met?
<</say>>
<<say 'You' '2'>>
Are you sure? My monster is huge. I'll show you for free.
<</say>>
<div class="image">
<img src="img/monster-drink.jpg">
</div>
<<say $model>>
Ahaha! So that's the monster you're talking about! It was funny.
<</say>>
<<say 'You' '9'>>
What did you think about? You have dirty thoughts.
<</say>>
<<say $model>>
You can't even imagine how dirty my thoughts are.
<</say>>
<<say 'You' '2'>>
I love girls with dirty thoughts.
<</say>>
<<do>>After a short conversation, Amanda suggested that you spend time with her at the Horse Club.<</do>>
<<set
$p.Amanda.quest++;
$p.Amanda.eventDay = $clock.days;
>>
<<do>>Amanda's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/HorseClub.jpg);}</style>
<<say 'Amanda'>>
Thanks for a great day, Evan. But it's time for me to leave. My mother is looking after my son while I spend time with you. And now I need to pick him up.
<</say>>
<<say 'You'>>
Oh! You have a son?
<</say>>
<<say 'Amanda'>>
Yes. Is this a problem for you?
<</say>>
<<say 'You' '9'>>
Not at all. Maybe we can pick him up together, then go to the nearest cafe and have a cup of coffee? And your boy can drink juice or eat something while we continue to talk.
<</say>>
<<say 'Amanda'>>
Oh, that's a great idea!
<</say>>
<div class="go">[[Next|AmandaAction3-1]]</div>
<style>body {background-image: url(bg/Cafe.jpg);}</style>
<<do>>You enter a cafe, take a seat at a table, and order coffee.<</do>>
<div class="image">
<img src="img/coffee.jpg">
</div>
<<say2 "Amanda's son" 'Amanda-boy.jpg'>>
Mom, can I have a Coke or something?
<</say2>>
<<say 'Amanda'>>
Can't you see I'm talking?
<</say>>
<<say 'You'>>
Hey, hang on a second.
<</say>>
<<do>>You take 5 bucks out of your wallet and give it to the boy.<</do>>
<div class="image">
<img src="img/5dollars.jpg">
</div>
<<say 'You' '2'>>
Here. Go get yourself whatever you want.
<</say>>
<<say2 "Amanda's son" 'Amanda-boy.jpg'>>
Wow, $5. Thanks, mister Cheapskate.
<</say2>>
<<do>>The boy goes to get Coca-Cola, leaving you alone with Amanda.<</do>>
<div class="go">[[Continue the conversation|AmandaAction3-2]]</div>
<style>body {background-image: url(bg/Cafe.jpg);}</style>
<<say 'You'>>
Where is his father?
<</say>>
<<say 'Amanda'>>
I don't know. It's hard to keep track when you write them and they don't write you back. Who cares, anyhow?
<</say>>
<<say 'You' '9'>>
Not me.
<</say>>
<<say 'Amanda'>>
Wow! You must think I'm some cheap date. No, sir. It takes a lot more than a cup of coffee to get a sophisticated woman like me into the sack. That's for damn sure.
<</say>>
<<say 'You' '2'>>
Well, how about three cups of coffee?
<</say>>
<div class="go">[[Three cups of coffee later|AmandaAction3-3]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[Some time later|AmandaAction3-4]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<<say 'You'>>
Hey Amanda, I can't find my wallet. This looks rather strange.
<</say>>
<<say 'Amanda'>>
Your wallet?
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say 'Amanda'>>
Jesse, get back here! Did you take this man's wallet? Don't shut that door on me! Don't lock it.
<</say>>
<div class="go">[[Next|AmandaAction3-5]]</div>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<<do>>Amanda takes your wallet from her son and gives it back to you.<</do>>
<div class="image">
<img src="img/wallet.jpg">
</div>
<<say 'Amanda'>>
Sorry about this. He really isn't a bad kid.
<</say>>
<<say 'You'>>
I'm sure he's an obedient boy...
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/quest-1-3.mp4" type="video/mp4">
</video>
</div>
<<say 'Amanda'>>
Please, Evan. Let me make you forget this unpleasant incident?
<</say>>
<div class="go sex">[[Accept her suggestion|AmandaAction3-6]]</div>
<style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Amanda/Amanda-1-1.mp4>>
<<say 'Amanda'>>
Oh fuck, your cock tastes so good. I love feeling it throb in my mouth as I swirl my tongue around the head. Your dick is so big I can barely fit it down my throat.
<</say>>
<<say 'You'>>
Damn, you give the best head. Seeing your lips stretched around my dick is such a turn on. Keep sucking me nice and deep, just like that.
<</say>>
<<say 'Amanda'>>
Mmm, I love pleasuring you with my mouth. I want to make you feel so good.
<</say>>
<<case 2>>
<<video video/Amanda/Amanda-1-2.mp4>>
<<say 'You'>>
Your tight little pussy feels incredible gripping my cock. I love the way you moan as I thrust deep inside you. I'm going to pound your cunt so hard.
<</say>>
<<say 'Amanda'>>
Yes, fuck me hard with that big dick! Stretch my pussy open. It feels so good being filled up by you. Pound me until I scream!
<</say>>
<<say 'You'>>
I'll give you the rough fucking you crave. Your cunt is mine to use. I'm going to slam into you until you can't take any more.
<</say>>
<<case 3>>
<<video video/Amanda/Amanda-1-3.mp4>>
<<say 'Amanda'>>
I love riding your hard cock and feeling it so deep inside me. I'm going to bounce up and down until I make you explode. You feel so good filling me up.
<</say>>
<<say 'You'>>
Ride me hard, baby. Milk my cock with that tight pussy. I love watching your tits bounce as you impale yourself on me. You're such a sexy little slut.
<</say>>
<<say 'Amanda'>>
I'm your personal sextoy. My pussy is here for your pleasure. I'm going to keep riding you until we both come so hard together.
<</say>>
<<case 4>>
<<video video/Amanda/Amanda-1-4.mp4>>
<<say 'You'>>
Fuck yeah, ride that cock reverse cowgirl. Your ass looks so hot bouncing on me. I love the view of my dick disappearing into your greedy cunt.
<</say>>
<<say 'Amanda'>>
I love taking you so deep in this position. Your cock hits me in all the right spots. I'm going to grind on you until I make you erupt inside me.
<</say>>
<<say 'You'>>
You dirty girl, using my dick for your pleasure. Keep bouncing that sexy ass on me. I'm going to fill that needy pussy with my cum.
<</say>>
<<case 5>>
<<video video/Amanda/Amanda-1-5.mp4>>
<<say 'Amanda'>>
Fuck, it feels so intense when you pound me while I rub my clit. Your cock is hitting my g-spot perfectly. I'm going to come so hard all over your dick.
<</say>>
<<say 'You'>>
You naughty little slut, playing with your pussy while I fuck you. Your cunt is clenching me so tightly. I love watching you get yourself off on my cock.
<</say>>
<<say 'Amanda'>>
I'm getting so close! Don't stop! Keep fucking me hard and fast. I want you to feel me come all over your big dick as I play with my sensitive clit.
<</say>>
<<case 6>>
<<video video/Amanda/Amanda-1-6.mp4>>
<<say 'You'>>
I'm going to fuck your pretty face and use your mouth. Open wide and take me deep. Swallow me down your throat like a good little cocksucker.
<</say>>
<<say 'Amanda'>>
Yes, use my mouth! I love choking on your hard cock. Face fuck me until you're ready to explode. I want to taste your hot load.
<</say>>
<<say 'You'>>
Take it all, you filthy whore. I'm going to make you gag on my dick. You're just a set of holes for my pleasure. Get ready to drink my cum.
<</say>>
<<case 7>>
<<video video/Amanda/Amanda-1-7.mp4>>
<<say 'Amanda'>>
Your cock feels so huge stretching open my tight cunt. I love the intense feeling of being utterly filled by you. Pound me hard, I can take it!
<</say>>
<<say 'You'>>
Damn, your pussy is so snug around me. It's like your cunt is vacuum sealed to my dick. I'm going to ram you so deep and make you mine.
<</say>>
<<say 'Amanda'>>
Yes, own me with your cock! My pussy belongs to you. Fuck me until I'm sore and gaping. I want to feel used and thoroughly fucked by you.
<</say>>
<<case 8>>
<<video video/Amanda/Amanda-1-8.mp4>>
<<say 'You'>>
This view of your ass bouncing as I rail you from behind is so hot. Your cunt is gripping me like a vice. I'm going to pound you until I explode.
<</say>>
<<say 'Amanda'>>
Fuck me harder! I want you to come so deep in my pussy... but wait! I need you to pull out and finish in my mouth. I want to feel your cum on my tongue..
<</say>>
<<say 'You'>>
You dirty little cum slut. You want me to fuck your pussy, then coat your throat? I'll give you what you crave. Get ready to swallow every drop.
<</say>>
<<case 9>>
<<video video/Amanda/Amanda-1-9.mp4>>
<<say 'Amanda'>>
Mmm, your cum tastes so good - salty, creamy, and a little sweet. I love gulping down your seed and feeling you twitch in my mouth as you unload.
<</say>>
<<say 'You'>>
You took my load like such a good girl. The sight of you lapping up my jizz is so fucking hot. I'm glad you enjoy the taste of my spunk.
<</say>>
<<say 'Amanda'>>
I can't get enough! I love having my mouth filled with your delicious, thick cum. I'll happily swallow every time you want to use my mouth to get off.
<</say>>
<<do>><center>Amanda's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Amanda and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Amanda's apartment." 'ComplexARCHhous'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
_quest = $p.Amanda.quest;
$p.Amanda.quests[_quest].muscles = $p.You.muscles + 10;
$p.Amanda.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Amanda'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Amanda looks disappointed...
<br><br>
<i>Amanda's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Amanda alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a short conversation, she invites you to meet her at the Gym. You accept her suggestion.
<</do>>$bg
<<say 'Amanda'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her suggestion|AmandaAction6-1]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Amanda/Amanda-2-1.mp4>>
<<say 'Amanda'>>
Oh god, your cock is so big and hard. It feels amazing as you thrust it deep into my throat. I love the way you're pulling my hair and taking control.
<</say>>
<<say 'You'>>
You look so hot with your lips wrapped around me. I love watching my cock disappear into your mouth as I fuck your pretty face. Keep looking up at me with those sexy eyes as I use your mouth.
<</say>>
<<say 'Amanda'>>
Mmmhmmm... I want you to use me however you want. My mouth is yours to fuck. I'll happily gag and drool all over your big dick. You taste so good.
<</say>>
<<case 2>>
<<video video/Amanda/Amanda-2-2.mp4>>
<<say 'You'>>
Your tight little ass feels incredible gripping my cock. I love the way your smooth back and hips look as I pound you from behind. You're taking me so deep.
<</say>>
<<say 'Amanda'>>
Oh yes, fuck my ass harder! I love feeling you stretch me open. Your big dick is making me feel so full. Spank my ass while you slam into me!
<</say>>
<<say 'You'>>
I'll give you exactly what you want, you dirty girl. Take my hard cock in your ass while I spank you. I'm going to fuck you until you can't take it anymore.
<</say>>
<<say 'Amanda'>>
Ah! Your cock is so deep in my ass! I can feel every inch of you. Don't stop! Pound my tight hole until you're ready to explode. I want to feel your hot cum dripping out of me.
<</say>>
<<case 3>>
<<video video/Amanda/Amanda-2-3.mp4>>
<<say 'Amanda'>>
Oooh, your cock feels so good in my ass! Keep fucking me just like that. I love the sounds of your hips slapping against my body.
<</say>>
<<say 'You'>>
Your ass is so warm and tight, it's like heaven. I could fuck you like this all night long. You're doing such a good job taking all of me.
<</say>>
<<say 'Amanda'>>
I want you to use my ass however you need. Fuck me deep, hard, and fast. I'm your little fuck toy. My body is yours.
<</say>>
<<case 4>>
<<video video/Amanda/Amanda-2-4.mp4>>
<<say 'You'>>
I'm gonna fuck your face over and over again. Take me all the way down your throat. Swallow me whole.
<</say>>
<<say 'Amanda'>>
Use my mouth! Fuck my face and choke me with your cock. I want to taste your cum sliding down my throat when you erupt.
<</say>>
<<say 'You'>>
Look up at me as you worship my cock with your mouth. You're such a good little cocksucker. Keep those pretty lips wrapped tight around me.
<</say>>
<<case 5>>
<<video video/Amanda/Amanda-2-5.mp4>>
<<say 'Amanda'>>
Oh my god, I'm so full! Your cock in my ass and my fingers in my pussy feel incredible. I'm being fucked and filled in both holes!
<</say>>
<<say 'You'>>
You look so fucking hot playing with your wet pussy while I ream your ass. Keep fingering yourself. I want to hear how turned on you are.
<</say>>
<<say 'Amanda'>>
Mmmm, I'm rubbing my clit and fucking myself in time with your thrusts. It's so intense! I'm going to cum so hard with you in my ass!
<</say>>
<<case 6>>
<<video video/Amanda/Amanda-2-6.mp4>>
<<say 'You'>>
Your ass is stretched so wide around my cock from this angle. I can see every detail as I slide in and out of you. You're completely mine.
<</say>>
<<say 'Amanda'>>
Yes, I'm all yours! My ass is yours to fuck. Pound me hard and make me yours. Fill me with your cock!
<</say>>
<<say 'You'>>
I will continue to fuck your ass for as long as I want. Take every inch like a good girl. Your body belongs to me.
<</say>>
<<case 7>>
<<video video/Amanda/Amanda-2-7.mp4>>
<<say 'Amanda'>>
Mmmhmmm... so deep! I love choking and gagging on your magnificent cock. Use my throat however you want.
<</say>>
<<say 'You'>>
I'm going to fuck your face until I explode. Take me all the way down your throat. You're just a sextoy for my pleasure.
<</say>>
<<say 'Amanda'>>
Yesss, I'm here to please you. Fuck my mouth and use me. I want to taste your hot load when you're ready to burst.
<</say>>
<<case 8>>
2-8
<<video video/Amanda/Amanda-2-8.mp4>>
<<say 'You'>>
Ride my cock, you dirty slut. Bounce that ass up and down my shaft. You feel so tight and warm.
<</say>>
<<say 'Amanda'>>
I'm impaling myself on your cock! Oh, it's so deep in my ass! When you're about to cum, I want you to pull out and shoot it all over my face.
<</say>>
<<say 'You'>>
I'll give you exactly what you want. Keep riding me until I'm ready to explode. Your ass is going to make me cum so hard.
<</say>>
<<say 'Amanda'>>
Yes, use my body to get you there! I want to feel your hot cum coating my face and dripping off my chin. Cover me in your seed!
<</say>>
<<case 9>>
<<video video/Amanda/Amanda-2-9.mp4>>
<<say 'Amanda'>>
Mmm, your cum is so warm and thick on my face. I love feeling your cum running down my cheeks. Paint me with your cream.
<</say>>
<<say 'You'>>
You look so beautiful with my cum all over your pretty face. Lick your lips and taste me. You did such a good job making me explode.
<</say>>
<<say 'Amanda'>>
I'll happily be your little cum slut. Use me whenever you need. Mark me as yours with your seed. I'm yours to fuck and cover in cum.
<</say>>
<<do>><center>Amanda's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Amanda and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Amanda's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
$bg
<<say 'Amanda'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Amanda looks disappointed...
<br><br>
<i>Amanda's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Amanda alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her suggestion|AmandaAction8-1]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Amanda/Amanda-3-1.mp4>>
<<say 'Amanda'>>
Oh yeah, I love the taste of your cock. It's so warm and throbbing in my mouth. I want to make you feel amazing.
<</say>>
<<say 'You'>>
Ahh, your mouth feels incredible. Keep sucking me just like that. You're so good at this. I'm in heaven right now.
<</say>>
<<say 'Amanda'>>
Mmm, I could suck you all day. I love pleasuring you with my mouth and tongue, feeling you twitch and pulse against me. Your dick tastes so sweet and delicious.
<</say>>
<<case 2>>
<<video video/Amanda/Amanda-3-2.mp4>>
<<say 'You'>>
Your ass looks so hot and tight. I need to be inside you, pounding you deep. I'm going to fill you up and make you scream.
<</say>>
<<say 'Amanda'>>
Yes, I want you to take me hard! Stretch me open and use me for your pleasure. I love the burn of your big cock splitting me apart.
<</say>>
<<say 'You'>>
You feel incredible, so tight and hot gripping my dick. I love the sounds of your moans as I slam into you. You're taking it so well, such a good girl.
<</say>>
<<say 'Amanda'>>
Fuck me harder! I need to feel you so deep inside me. Use my holes and make me your little fucktoy. I'm yours to use however you want.
<</say>>
<<case 3>>
<<video video/Amanda/Amanda-3-3.mp4>>
<<say 'Amanda'>>
I'm going to ride you now and use your hard cock for my pleasure. I want to impale myself on you and feel you so deep in my ass.
<</say>>
<<say 'You'>>
Yes, bounce on me and take what you need. Your ass looks so amazing stretched around my dick.
<</say>>
<<say 'Amanda'>>
Ahh, it feels so good to ride you like this! I can feel every inch of you, so hard and hot inside me. I love being in control and using you for my greedy hole.
<</say>>
<<case 4>>
<<video video/Amanda/Amanda-3-4.mp4>>
<<say 'You'>>
Your soft skin feels amazing caressing my shaft. I love the silky smoothness of your sexy legs and feet on my most sensitive areas.
<</say>>
<<say 'Amanda'>>
I love teasing and pleasuring you with my body. Your dick feels so hot and throbbing against my skin. I want to worship every inch of you.
<</say>>
<<say 'You'>>
Keep stroking me with your pretty little feet. It feels so incredible, like nothing else. You're driving me wild with desire.
<</say>>
<<say 'Amanda'>>
I love the feel of your cock against my soles and toes, so hard and needy. I want to make you throb and leak with pleasure.
<</say>>
<<case 5>>
<<video video/Amanda/Amanda-3-5.mp4>>
<<say 'Amanda'>>
Oh god, you're so big! I don't know if I can take you all, but I want to try. Stretch me open and make me yours completely.
<</say>>
<<say 'You'>>
I'll be gentle, but I need to be inside your tight little hole. Relax and let me in. I promise it will feel so good once you adjust to me.
<</say>>
<<say 'Amanda'>>
Ahh, the burn is intense, but I love it! Keep pushing deeper, fill me up completely. I want to be so full of you, nothing else matters.
<</say>>
<<case 6>>
<<video video/Amanda/Amanda-3-6.mp4>>
<<say 'You'>>
Your feet are so soft and sexy, I love feeling them caress my cock. Keep stroking me, just like that. You're going to make me explode.
<</say>>
<<say 'Amanda'>>
I love pleasuring you with every part of my body. Your dick feels so good against my smooth skin. I want to make you throb and pulse with need.
<</say>>
<<say 'You'>>
Ahh, that's it, keep working me with your pretty legs. You're taking me to the edge.
<</say>>
<<case 7>>
<<video video/Amanda/Amanda-3-7.mp4>>
<<say 'Amanda'>>
Keep fucking me, I'm adjusting to your size now. It feels so good being stretched open by your huge cock.
<</say>>
<<say 'You'>>
You feel amazing, so tight and hot around me. I love the way your greedy hole grips my dick.
<</say>>
<<say 'Amanda'>>
Yes, use me hard! I want to feel you for days. Fuck me deep and make me yours completely. I'm your little fucktoy to use as you please.
<</say>>
<<case 8>>
<<video video/Amanda/Amanda-3-8.mp4>>
<<say 'You'>>
I'm getting so close, your perfect ass is milking me. I'm about to burst, where do you want it?
<</say>>
<<say 'Amanda'>>
Please, I want you to coat my legs with your hot cum. Mark me as yours, cover my skin in your seed. I need to feel your release on me.
<</say>>
<<say 'You'>>
Ahh, I'm going to give you exactly what you want. I'll paint your pretty legs white, drench you in my pleasure. Get ready for a huge load.
<</say>>
<<case 9>>
<<video video/Amanda/Amanda-3-9.mp4>>
<<say 'Amanda'>>
Oh god yes, it's so hot seeing you explode all over me. Your cum is so thick and warm on my skin. I love being marked by you.
<</say>>
<<say 'You'>>
Ahh, you look so sexy wearing my seed. I love the sight of my cum on your pretty legs, knowing I've claimed you completely.
<</say>>
<<say 'Amanda'>>
I feel so owned and satisfied. Mmm, I never want to wash it off. I'll be thinking about this for days.
<</say>>
<<do>><center>Amanda's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Amanda and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Amanda's apartment" "ComplexARCHhous">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
$model = 'Margaret';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-2.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Margaret.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'MargaretAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'MargaretAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Spa & Wellness */
<<case 2>>
<<if $modelLoc == 'SpaWellness'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpaWellnessActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Night club */
<<case 5>>
<<if $modelLoc == 'NightClub'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'NightСlubActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexSkyline'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Margaret-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
$p.Margaret.quests[1].muscles = $p.You.muscles + 10;
$p.Margaret.quests[1].charisma = $p.You.charisma + 10;
$p.Margaret.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Margaret.quests[1].muscles lvl and charisma to $p.Margaret.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Margaret's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Margaret.quests[1].muscles ||
$p.You.charisma < $p.Margaret.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Margaret.quests[1].muscles lvl and charisma to $p.Margaret.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You' '2'>>
Hello. I have a suggestion for you. If I make you smile right now, then you will tell me your name and we will have a date, do you agree?
<</say>>
<<say $model>>
Okay. Show me what you got.
<</say>>
<<say 'You' '2'>>
What's the best thing about dating homeless girls?
<</say>>
<<say $model>>
What?
<</say>>
<<say 'You' '9'>>
You can drop them off anywhere.
<</say>>
<<say $model>>
It's not very nice to joke about the homeless :(
<</say>>
<<say 'You'>>
You're right. Then a second try. OK?
<</say>>
<<say $model>>
I'm listening.
<</say>>
<<say 'You' '9'>>
What's the smartest thing ever come out of a girl's mouth?
<</say>>
<<say $model>>
What?
<</say>>
<<say 'You' '2'>>
Einstein's cock!
<</say>>
<<say $model>>
Ahaha! That was really funny. My name is Margaret :)
<</say>>
<<say 'You' '9'>>
I am Evan. So how about a date, Margaret?
<</say>>
<<do>>After a short conversation, Margaret suggested that you spend time with her at the "Spa & Wellness".<</do>>
<<set
$p.Margaret.quest++;
$p.Margaret.eventDay = $clock.days;
>>
<<do>>Margaret's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/SpaWellness.jpg);}</style>
<<say 'Margaret'>>
Thank you for this pleasant day, Evan. And now let me give you pleasure.
<</say>>
<<say 'You' '2'>>
What do you suggest?
<</say>>
<<say 'Margaret'>>
Let's go to my house and have some fun?
<</say>>
<div class="go">[[Accept her suggestion|MargaretAction3-1]]</div>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<do>>You and Margaret arrive at her apartment. You are aroused and in the mood for sex. But in Margaret's apartment you see three guys.<</do>>
<<say 'Margaret'>>
These are my friends. They came to visit me and will be staying at my place for some time. But don't worry, they won't disturb us. Hey guys, this is Evan. And Evan, these are the guys.
<</say>>
<<do>>Margaret's friends ignore you and keep talking to each other.<</do>>
<<say2 'Guy #1' 'Margaret-friend-1.jpg'>>
Check it out! Deathmatch 3000. In the red corner, Frank Sinatra. And in the blue corner, Elvis Presley. I'm not talking about no cartoon shit. The real deal! Real cats scrapping it out! Who's going down?
<</say2>>
<<say2 'Guy #2' 'Margaret-friend-2.jpg'>>
The Chairman of the Board and the King are looking mighty mean tonight.
<</say2>>
<<say2 'Guy #3' 'Margaret-friend-3.jpg'>>
I'll tell you, the King lands one right in the Chairman's nuts! Hot tamale! There it is, baby.
<</say2>>
<<say2 'Guy #1' 'Margaret-friend-1.jpg'>>
But the King slips! He goes down and Ol' Blue Eyes goes in for the Italian Necktie! The King is down! The King is down! No!
<</say2>>
<div class="go">[[Intrude into their conversation|MargaretAction3-2]]</div>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<say 'You'>>
Who said "the King is down"?
<</say>>
<<say2 'Guy #2' 'Margaret-friend-2.jpg'>>
Chill out, man. We were just having a little fun.
<</say2>>
<<say 'You'>>
So, who said it? Who said "the King is down"?
<</say>>
<<say2 'Guy #1' 'Margaret-friend-1.jpg'>>
I said it, Evan.
<</say2>>
<<say 'You' '5'>>
Don't say it any fucking more!
<</say>>
<<say2 'Guy #3' 'Margaret-friend-3.jpg'>>
It was just a joke.
<</say2>>
<<say 'You' '5'>>
Well, it wasn't fucking funny. Sinatra. Fuck Sinatra. Nobody fucks with the King and nobody ever says he's down.
<</say>>
<div class="go">[[Next|MargaretAction3-3]]</div>
<style>body {background-image: url(bg/Vivian-room.jpg);}</style>
<<say2 'Guy #2' 'Margaret-friend-2.jpg'>>
Hey, Evan, we all love the King.
<</say2>>
<<say2 'Guy #1' 'Margaret-friend-1.jpg'>>
That's right. Elvis would beat Sinatra's ass!
<</say2>>
<<say 'You' '9'>>
That's fucking right.
<</say>>
<<say 'Margaret'>>
Leave those fools alone, Evan, and let's go up to my bedroom.
<</say>>
<div class="go sex">[[Accept her suggestion|MargaretAction3-4]]</div>
<style>body {background-image: url(bg/bedroom-2.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Margaret/Margaret-1-1.mp4>>
<<say 'Margaret'>>
Oh yeah, your cock tastes so good, Evan. I love feeling it throb and pulse in my mouth as I swirl my tongue around it.
<</say>>
<<say 'You'>>
Fuck yeah, Margaret. Your mouth is so warm and wet. Keep sucking me hard like that, baby. I love seeing my dick disappear between your pretty lips.
<</say>>
<<say 'Margaret'>>
I want you to fuck my face, Evan. Shove that big cock deep down my throat until I gag. Use me like your personal sex toy.
<</say>>
<<case 2>>
<<video video/Margaret/Margaret-1-2.mp4>>
<<say 'You'>>
Your pussy is so tight and hot, Margaret. It feels incredible gripping my cock as I pound you. Keep playing with your clit, baby.
<</say>>
<<say 'Margaret'>>
Oh God, Evan! Rubbing my clit while you fuck me deep feels so intense. I'm stroking it fast and hard, just how I like. Don't stop!
<</say>>
<<say 'You'>>
I'll never stop, Margaret. I'll fuck this perfect little pussy until you come all over my big dick. You like that, you dirty girl?
<</say>>
<<say 'Margaret'>>
Yes, Evan, yes! Please, Evan, keep fucking me from behind. I need to feel you even deeper inside me.
<</say>>
<<case 3>>
<<video video/Margaret/Margaret-1-3.mp4>>
<<say 'Margaret'>>
Ah, yes! Your cock is hitting me in all the right spots, Evan. Fuck me harder, baby. Slam that dick deep in my dripping wet cunt.
<</say>>
<<say 'You'>>
You like that, slut? You like me ramming my cock into you from behind, stretching your tight little hole? Take it all, Margaret!
<</say>>
<<say 'Margaret'>>
I want you to fuck my tits now, Evan. I want to feel your hard shaft sliding between my soft breasts.
<</say>>
<<case 4>>
<<video video/Margaret/Margaret-1-4.mp4>>
<<say 'You'>>
Your big tits feel amazing wrapped around my dick, Margaret. I love the sight of my cock emerging from your cleavage all slick and wet.
<</say>>
<<say 'Margaret'>>
Mmmm, I love pleasuring you with my breasts, Evan. Fuck my tits harder, baby. I want to see your cock explode all over my chest.
<</say>>
<<say 'You'>>
Keep squeezing your tits around my shaft, you filthy whore. I'm going to come soon and spray my hot load all over your pretty face.
<</say>>
<<say 'Margaret'>>
Before you finish, I want to lick your ass, Evan. I need to taste every part of you.
<</say>>
<<case 5>>
<<video video/Margaret/Margaret-1-5.mp4>>
<<say 'Margaret'>>
Your ass is so tight and delicious, Evan. I love circling my tongue around your hole, savoring the taste.
<</say>>
<<say 'You'>>
Damn, Margaret. Your tongue in my ass feels so good. Probe me deep, you dirty girl. I want to feel your wet tongue wiggling inside me.
<</say>>
<<say 'Margaret'>>
Fuck me missionary now, Evan. I need your cock back inside my hungry pussy.
<</say>>
<<case 6>>
<<video video/Margaret/Margaret-1-6.mp4>>
<<say 'You'>>
You look so beautiful lying beneath me, Margaret, with your legs spread wide. I'm going to fuck you deep and slow, savoring every inch of your perfect pussy.
<</say>>
<<say 'Margaret'>>
Yes, Evan! Fill me up with that big cock. I love staring into your eyes as you thrust in and out of me. Fuck me like you own me.
<</say>>
<<say 'You'>>
I do own you, Margaret. Your pussy belongs to me and only me. I'm going to pound you until you scream with ecstasy.
<</say>>
<<say 'Margaret'>>
I want to ride you now, Evan. I want to bounce up and down on your hard cock.
<</say>>
<<case 7>>
<<video video/Margaret/Margaret-1-7.mp4>>
<<say 'Margaret'>>
Oh fuck, Evan! Impaling myself on your cock feels so good. I love being in control, working my hips and sliding up and down your thick shaft.
<</say>>
<<say 'You'>>
Ride me, baby. Bounce that sexy ass on my cock. I love grabbing your hips and pulling you down harder as I thrust up into your tight heat.
<</say>>
<<say 'Margaret'>>
Spank my ass, Evan. Leave your handprints on my flesh as I ride you.
<</say>>
<<say 'You'>>
Turn around, Margaret. I want to see your face as you ride me, your tits bouncing as you moan with pleasure.
<</say>>
<<case 8>>
<<video video/Margaret/Margaret-1-8.mp4>>
<<say 'You'>>
You're so gorgeous riding my cock, Margaret. I love watching your body move, your tits jiggling as you grind against me. Fuck yourself on me, baby.
<</say>>
<<say 'Margaret'>>
Unh, Evan! Seeing the pleasure on your face drives me wild. I'm going to come soon, fucking myself on your perfect dick. You make me feel so good.
<</say>>
<<say 'You'>>
I'm close too, Margaret. I want to come in your mouth, to feel you swallow every last drop of my hot seed.
<</say>>
<<case 9>>
<<say 'Margaret'>>
Give me your load, Evan. Shoot your cum deep into my eager mouth. I want to taste your pleasure, feel your cum sliding down my throat.
<</say>>
<<video video/Margaret/Margaret-1-9.mp4>>
<<say 'You'>>
Fuck yes, Margaret! Swallow my cum, baby. Drink it all down like the good little slut you are. You love being my dirty cum dump, don't you?
<</say>>
<<say 'Margaret'>>
Mmm, your cum tastes so good, Evan. I love feeling you throbbing on my tongue as you fill my mouth. I'll swallow every last drop.
<</say>>
<<do>><center>Margaret's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Margaret and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Margaret's apartment." 'ComplexSkyline'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
_quest = $p.Margaret.quest;
$p.Margaret.quests[_quest].muscles = $p.You.muscles + 10;
$p.Margaret.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Margaret'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Margaret looks disappointed...
<br><br>
<i>Margaret's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Margaret alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a brief conversation, she invites you to meet her at the Night club. You accept her invitation.
<</do>>$bg
<<say 'Margaret'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her suggestion|MargaretAction6-1]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Margaret/Margaret-2-1.mp4>>
<<say 'Margaret'>>
Oh yeah, I love the taste of your big hard cock in my mouth. You're so fucking huge, I can barely fit you in. Let me worship your manhood with my tongue.
<</say>>
<<say 'You'>>
Fuck, your mouth feels incredible. Suck me deeper, you dirty little slut. I want to feel the back of your throat.
<</say>>
<<say 'Margaret'>>
Mmmhmm, I'll take you all the way in, daddy. Use my mouth however you want.'m your cock-sucking whore.
<</say>>
<<case 2>>
<<video video/Margaret/Margaret-2-2.mp4>>
<<say 'You'>>
Ride my cock, you sexy little minx. Bounce those tits for me while you impale yourself. I want to see you lose control.
<</say>>
<<say 'Margaret'>>
Oh god yes, your cock fills me up so good! I'm going to ride you hard and fast until I make myself cum all over you.
<</say>>
<<say 'You'>>
That's it, take what you need from me. Milk my cock with that tight little pussy. I love watching you use me for your pleasure.
<</say>>
<<say 'Margaret'>>
Please fuck me deep and hard from below now. I need you in control, slamming into me.
<</say>>
<<case 3>>
<<video video/Margaret/Margaret-2-3.mp4>>
<<say 'Margaret'>>
Ungh, yes! Fill me with your hard cock. Fuck me as deep as you can. I want to feel utterly ravaged by you.
<</say>>
<<say 'You'>>
I'll give you the hard pounding you crave, you insatiable little nympho. Take every inch like a good girl.
<</say>>
<<say 'Margaret'>>
Oh yeah, baby! Now please put it in my ass now! I need you in my tightest hole, making me yours completely.
<</say>>
<<case 4>>
<<say 'You'>>
Do you want me to fuck you in that snug little ass? I'll stretch you out and make you scream. Take a deep breath, 'cause I'm going deep.
<</say>>
<<video video/Margaret/Margaret-2-4.mp4>>
<<say 'Margaret'>>
Ahh! It burns so good! Keep going, don't stop until you're buried to the hilt in my ass. Make me take it.
<</say>>
<<say 'You'>>
I'll fuck that hot little hole until you're gaping and begging for mercy. You're going to feel me for days. Should I continue or do you want something new?
<</say>>
<<say 'Margaret'>>
Please, I need your cock back in my mouth. Let me lick the taste of my ass off your hard cock.
<</say>>
<<case 5>>
<<video video/Margaret/Margaret-2-5.mp4>>
<<say 'Margaret'>>
Mmm, your cock tastes so naughty covered in my ass. I love licking you clean. Keep fucking my face.
<</say>>
<<say 'You'>>
You dirty girl, you really do get off on tasting yourself on my dick. I love your filthy mind. Swallow me down.
<</say>>
<<say 'Margaret'>>
Use my mouth, daddy. Fuck my throat and make me choke on your cock. I want to struggle for air while I worship you.
<</say>>
<<say 'You'>>
If you insist. I'll happily fuck you until you gag and drool all over me. You're such a good little cocksucker.
<</say>>
<<say 'Margaret'>>
Now put it back in my ass! Fuck me deep and hard. I need you to absolutely wreck my tight little hole.
<</say>>
<<case 6>>
<<video video/Margaret/Margaret-2-6.mp4>>
<<say 'You'>>
You want more of this cock up your ass? I'll give you a reaming you'll never forget. Brace yourself.
<</say>>
<<say 'Margaret'>>
Ungh, yes! Pound my ass and make me your bitch. Fuck me till I'm loose and sloppy for you.
<</say>>
<<say 'You'>>
I'll hammer your hole until you're gaping wide open for me. You're going to be feeling this for a week.
<</say>>
<<say 'Margaret'>>
Don't stop, keep fucking me! I need you to tear me apart with your huge cock. Make me take it.
<</say>>
<<case 7>>
<<video video/Margaret/Margaret-2-7.mp4>>
<<say 'You'>>
I'll keep fucking this ass until you can't take anymore.
<</say>>
<<say 'Margaret'>>
Ahh, it hurts so good! Keep destroying me, daddy. I want to feel used and abused by your cock.
<</say>>
<<say 'You'>>
I'll use your holes however I want, you little fucktoy. This ass is mine to pound on a whim.
<</say>>
<<say 'Margaret'>>
Please, I need your cock back in my mouth. Let me taste your cock again and get you ready to cum.
<</say>>
<<case 8>>
<<video video/Margaret/Margaret-2-8.mp4>>
<<say 'You'>>
Suck my cock clean, you naughty girl. You're such a good little cocksucker.
<</say>>
<<say 'Margaret'>>
I want you to erupt in my mouth and on my face. Cover me in your hot jizz until I'm dripping.
<</say>>
<<case 9>>
<<video video/Margaret/Margaret-2-9.mp4>>
<<say 'You'>>
Here it comes, baby. Take my load all over your face and in your mouth. Swallow it like a good girl.
<</say>>
<<say 'Margaret'>>
Mmm, give me all your cum! I want to be covered in your seed. Mark me as yours.
<</say>>
<<say 'You'>>
You look so pretty wearing my cum. Now swallow it all down.
<</say>>
<<say 'Margaret'>>
Thank you for using me so thoroughly. I'll happily be your fucktoy whenever you need me.
<</say>>
<<do>><center>Margaret's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Margaret and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Margaret's apartment" "ComplexSkyline">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
$bg
<<say 'Margaret'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Margaret looks disappointed...
<br><br>
<i>Margaret's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Margaret alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her suggestion|MargaretAction8-1]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Margaret/Margaret-3-1.mp4>>
<<say 'Margaret'>>
Oh yeah, fuck my mouth Evan! Shove your huge cock down my throat. I want to taste every inch of you.
<</say>>
<<say 'You'>>
You like that don't you, you little slut? Take it all like a good girl. Your mouth feels so warm and tight.
<</say>>
<<say 'Margaret'>>
I love the way you use my mouth, baby. Fuck me until I gag on your massive cock. Now let me ride you, I'm so wet for you.
<</say>>
<<case 2>>
<<video video/Margaret/Margaret-3-2.mp4>>
<<say 'You'>>
Hop on and take a ride, baby. I want to feel your tight pussy sliding up and down my thick shaft.
<</say>>
<<say 'Margaret'>>
Oh god Evan, you fill me up so completely! I love bouncing on your cock, fucking myself on you.
<</say>>
<<say 'You'>>
That's it, grind that sweet cunt all over me. I love watching your ass bounce while you ride me hard.
<</say>>
<<say 'Margaret'>>
Slap my ass and fuck me from behind, baby. I need you to pound me deep and hard, make me scream!
<</say>>
<<case 3>>
<<video video/Margaret/Margaret-3-3.mp4>>
<<say 'You'>>
You want it rough, baby? I'll give it to you. Brace yourself while I slam my cock into your tight little hole.
<</say>>
<<say 'Margaret'>>
Yes, fuck me harder! Pound my pussy with that huge cock of yours. I love feeling you so deep inside me.
<</say>>
<<say 'You'>>
Take every inch, dirty girl. I'm going to ram my cock into you until you're sore and aching. You love being used like this.
<</say>>
<<case 4>>
<<video video/Margaret/Margaret-3-4.mp4>>
<<say 'You'>>
Climb on top of me, baby. I want you to ride my rock hard cock until we both explode in ecstasy.
<</say>>
<<say 'Margaret'>>
Oh god Evan, I love being on top! Your huge cock fills me up so completely in this position. I can feel every inch of you throbbing inside my tight pussy.
<</say>>
<<say 'You'>>
Fuck yes, grind that sweet cunt all over me. Bounce up and down, baby. I love watching your tits jiggle while you ride my dick hard.
<</say>>
<<say 'Margaret'>>
Don't stop, Evan! Make me come so hard. Then take me from behind and pound me like the dirty slut I am.
<</say>>
<<case 5>>
<<say 'You'>>
Bend over, I'm going to take you hard and fast from behind. Your greedy little cunt needs a good, rough pounding.
<</say>>
<<video video/Margaret/Margaret-3-5.mp4>>
<<say 'Margaret'>>
Yes, slam that big cock into me! Fuck me like you own me, baby. I'm your personal fuck toy to use however you want.
<</say>>
<<say 'You'>>
I love how your tight pussy grips my cock as I pound into you. Take it all, baby. Every. Last. Inch.
<</say>>
<<say 'Margaret'>>
Now please put your dick in my mouth, baby. Choke me with your cock again. I want to feel you throbbing in my throat before you explode.
<</say>>
<<case 6>>
<<video video/Margaret/Margaret-3-6.mp4>>
<<say 'You'>>
Open wide, slut. I'm going to fuck your pretty face until tears stream down your cheeks. You love being my cock sleeve.
<</say>>
<<say 'Margaret'>>
Use my mouth, Evan! I love gagging and choking on your massive cock. Fuck my throat until you're ready to burst.
<</say>>
<<say 'You'>>
That's it, take me deep. Swallow me down while I fuck your face. You're such a good little cock whore.
<</say>>
<<say 'Margaret'>>
Now fuck my pussy while I rub my clit for you. I want to come so hard while you're deep inside me.
<</say>>
<<case 7>>
<<video video/Margaret/Margaret-3-7.mp4>>
<<say 'You'>>
Play with that swollen clit while I pound your tight cunt. I want to feel your walls clench around me as you get off.
<</say>>
<<say 'Margaret'>>
Oh god yes, I'm so close! Fuck me harder, baby. Make me scream and gush all over your big, fat cock.
<</say>>
<<say 'You'>>
Rub that sensitive little bud faster. I want to see you lose control while I slam into your perfect pussy.
<</say>>
<<say 'Margaret'>>
Pound me harder than ever before, baby. I need you to utterly destroy my tight little hole with your huge cock.
<</say>>
<<case 8>>
<<video video/Margaret/Margaret-3-8.mp4>>
<<say 'You'>>
You asked for it, dirty girl. I'm going to fuck you so brutally, you'll feel me for days. Take my cock like the hungry slut you are.
<</say>>
<<say 'Margaret'>>
Yes, ravage my pussy! Fuck me until I'm sore and spent, baby. I love taking the brutal pounding you give me.
<</say>>
<<say 'You'>>
Your cunt is so tight and hot, milking my cock. Get ready for my load.
<</say>>
<<say 'Margaret'>>
Give it to me, Evan. I want you to explode in my mouth, feed me your delicious, hot cum.
<</say>>
<<case 9>>
<<video video/Margaret/Margaret-3-9.mp4>>
<<say 'You'>>
Open up, baby. I'm going to paint your throat with my thick, creamy jizz. Swallow every last drop like a good girl.
<</say>>
<<say 'Margaret'>>
Mmm, yes! I love the taste of your hot cum pumping into my mouth. So sweet and warm, I could drink your seed all day.
<</say>>
<<say 'You'>>
That's it, swallow it all. You're such a good little cum slut, taking my load so eagerly. I love watching you drink me down.
<</say>>
<<do>><center>Margaret's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Margaret and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Margaret's apartment" "ComplexSkyline">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
$model = 'Deborah';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexAlterEgo'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-3.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Deborah.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'DeborahAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'DeborahAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Yoga Studio */
<<case 2>>
<<if $modelLoc == 'YogaStudio'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'YogaStudioActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexAlterEgo'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Theatre */
<<case 5>>
<<if $modelLoc == 'Theatre'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'TheatreActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexAlterEgo'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexAlterEgo'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexAlterEgo'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Deborah-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
$p.Deborah.quests[1].muscles = $p.You.muscles + 10;
$p.Deborah.quests[1].charisma = $p.You.charisma + 10;
$p.Deborah.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Deborah.quests[1].muscles lvl and charisma to $p.Deborah.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Deborah's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Deborah.quests[1].muscles ||
$p.You.charisma < $p.Deborah.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Deborah.quests[1].muscles lvl and charisma to $p.Deborah.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You'>>
Hi. Can I tell you a secret?
<</say>>
<<say $model>>
Of course!
<</say>>
<<say 'You'>>
So! Recently I was in the store and I bought cookies, a bunch of boxes. There was a promotion: 3 boxes for the price of two. And I bought all the boxes of cookies. I spent all my money on it.
<</say>>
<<say $model>>
Oh no!
<</say>>
<<do>>You show the girl a fake screenshot with a negative balance on your bank account.<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<say 'You'>>
And now I need your help.
<</say>>
<<say $model>>
Okay.
<</say>>
<<say 'You'>>
I know how we can start a multi-million dollar company.
<</say>>
<<say $model>>
How?
<</say>>
<<say 'You'>>
We will resell cookies for a dollar more than I bought. We'll split the profit fifty-fifty.
<</say>>
<<say $model>>
Is this a joke?
<</say>>
<<say 'You' '8'>>
No. Did my bank account look like a joke?
<</say>>
<<say $model>>
Yeah.
<</say>>
<<say 'You' '2'>>
Well it's not. And now I'll tell you what's next. We sell all this shit, fall in love with each other, and move somewhere where they won't find us. Most likely to Mexico. Because we won't pay taxes selling cookies. What's your name, by the way?
<</say>>
<<say $model>>
Deborah...
<</say>>
<<say 'You' '9'>>
I am Evan, but you can call me Esteban.
<</say>>
<<say $model>>
It was a fun way to get a girl's attention, Evan. I mean Esteban :)
<</say>>
<<say 'You' '2'>>
Glad you liked it. So how about a date, Deborah?
<</say>>
<<do>>After a short conversation, Deborah suggested that you spend time with her at the "Yoga Studio".<</do>>
<<set
$p.Deborah.quest++;
$p.Deborah.eventDay = $clock.days;
>>
<<do>>Deborah's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/YogaStudio.jpg);}</style>
<<say 'Deborah'>>
Thank you for the lovely day, Evan. Now let me show my appreciation to you.
<</say>>
<<say 'You' '2'>>
What do you suggest?
<</say>>
<<say 'Deborah'>>
How about we go to my place and have some fun?
<</say>>
<div class="go">[[Accept her suggestion|DeborahAction3-1]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<do>>
You came to Deborah's house.
<</do>>
<<say 'You'>>
You have a beautiful apartment, Deborah. I see you have a nice collection of movies. Maybe we could watch one of them?
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<<say 'Deborah'>>
Let's do something else. Let's do something that makes the sex better afterwards.
<</say>>
<<say 'You' '9'>>
Sometimes sex makes the sex better afterwards. I'm old-fashioned. I don't know what you'd be interested in.
<</say>>
<<say 'Deborah'>>
Follow me and I'll show you what we're going to do.
<</say>>
<div class="go">[[Follow Deborah|DeborahAction3-2]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '8'>>
I'm starting to get a little nervous. Are you serious? You really want to box?
<</say>>
<<say 'Deborah'>>
Don't be scared. I win, you be my dog for tonight. You win, I do whatever you want. Watch your head. And don't use the «I've never hit a girl» excuse.
<</say>>
<<say 'You' '2'>>
I've never hit a girl.
<</say>>
<<say 'Deborah'>>
Shut up. First round.
<</say>>
<div class="go">[[Next|DeborahAction3-3]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/quest-1-3.mp4" type="video/mp4">
</video>
</div>
<<say 'Deborah'>>
Tell me everything about yourself.
<</say>>
<<say 'You' '2'>>
No, you first. I need to work on my defense.
<</say>>
<<say 'Deborah'>>
Okay. I dropped out of high school, took a trip to Hollywood... went broke, came home and hostessed at a strip club.
<</say>>
<<say 'You' '9'>>
Everybody hostesses. Nobody strips.
<</say>>
<div class="go">[[Next|DeborahAction3-4]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/quest-1-4.mp4" type="video/mp4">
</video>
</div>
<<say 'Deborah'>>
Now tell me about yourself.
<</say>>
<<say 'You' '2'>>
You're not gonna believe it, you told my story. Too shy to strip, so I was a hostess too.
<</say>>
<div class="go">[[Next|DeborahAction3-5]]</div>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Deborah/Deborah-1-1.mp4>>
<<say 'Deborah'>>
Oh yeah, your cock tastes so good, Evan. I love feeling it throb and pulse in my mouth as I suck you off. You're so big and hard, baby.
<</say>>
<<say 'You'>>
Fuck yeah, Deborah. Your mouth feels incredible. Keep bobbing your head like that, just like a good little cock sucker. I love watching my dick disappear between your pretty lips.
<</say>>
<<say 'Deborah'>>
I want you to fuck my face hard and use me like your personal sex toy. Make me take it deep until I gag on that huge cock of yours.
<</say>>
<<case 2>>
<<video video/Deborah/Deborah-1-2.mp4>>
<<say 'You'>>
Your pussy looks so tight and inviting. I'm going to slide my cock in deep and pound you hard from behind. Get ready to take every inch.
<</say>>
<<say 'Deborah'>>
Yes, Evan! Fuck my pussy doggy style. Slam your hips against my ass and make me feel your balls slapping my clit with each thrust.
<</say>>
<<say 'You'>>
You like that, you dirty little bitch? I'll give you the rough fuck you crave. Take this cock like a good girl while I pull your hair.
<</say>>
<<say 'Deborah'>>
Harder, Evan! Fuck me harder! I need to feel you so deep inside me. Please, I'm begging you!
<</say>>
<<case 3>>
<<video video/Deborah/Deborah-1-3.mp4>>
<<say 'Deborah'>>
Use my mouth, Evan. Fuck my face and make me choke on your cock. I want to taste your precum leaking out.
<</say>>
<<say 'You'>>
Damn, you look so hot with your lips wrapped around me. Swallow my dick whole and take me deep into your throat.
<</say>>
<<say 'Deborah'>>
I love pleasuring you with my mouth, feeling you throb and swell as you get closer. Make me take every inch until tears run down my face.
<</say>>
<<case 4>>
<<video video/Deborah/Deborah-1-4.mp4>>
<<say 'You'>>
Ride my cock, baby. I want to see your tits bounce as you impale yourself on me. Look me in the eyes while you use my dick to get yourself off.
<</say>>
<<say 'Deborah'>>
Oh fuck, Evan, you're so deep like this! I love feeling you stretch and fill me as I grind my clit against your pelvis.
<</say>>
<<say 'You'>>
That's it, take control and fuck yourself on my cock. Milk me with that tight cunt. You like being in charge, don't you? Tell me what do you want right now?
<</say>>
<<say 'Deborah'>>
Please let me taste your cock again, baby. I need to feel you in my throat, using me for your pleasure.
<</say>>
<<case 5>>
<<video video/Deborah/Deborah-1-5.mp4>>
<<say 'Deborah'>>
Fuck my throat, Evan. I want to struggle to take your thickness and length as you face fuck me ruthlessly.
<</say>>
<<say 'You'>>
You are such a good little deepthroat whore. Take me all the way into your throat. Choke and sputter on my cock.
<</say>>
<<say 'Deborah'>>
Tears are streaming down my face but I don't want you to stop. Use my mouth until you're ready to burst, then give me every drop.
<</say>>
<<case 6>>
<<video video/Deborah/Deborah-1-6.mp4>>
<<say 'You'>>
I want to watch that perfect ass bounce as you ride me reverse cowgirl. Slide that wet pussy up and down my shaft.
<</say>>
<<say 'Deborah'>>
Oh god, you're hitting me so deep in this position! I love the feeling of my arousal as I slam myself down on your hard cock.
<</say>>
<<say 'You'>>
Reach down and rub your clit while you impale yourself on me. I want to feel your slick walls clenching and spasming as you come all over my dick.
<</say>>
<<say 'Deborah'>>
Please fuck me hard now, Evan. I need you to take control and absolutely wreck my tight little hole with that huge cock of yours.
<</say>>
<<case 7>>
<<video video/Deborah/Deborah-1-7.mp4>>
<<say 'Deborah'>>
Choke me while you fuck me, baby. I want to feel your strong hand wrapped around my throat as you rail my pussy hard and deep.
<</say>>
<<say 'You'>>
You like being dominated and used roughly, don't you, you dirty slut? I'll squeeze your throat while I pound your cunt, leaving you gasping for air.
<</say>>
<<say 'Deborah'>>
Yes, use me however you want! My body is yours to fuck and abuse. Make me feel like your personal fuck toy as you slam into me.
<</say>>
<<case 8>>
<<video video/Deborah/Deborah-1-8.mp4>>
<<say 'You'>>
I'm going to pull your hair and fuck you like the little slut you are. Take this cock deep in your pussy while I use your hair like reins.
<</say>>
<<say 'Deborah'>>
Ah, it hurts so good! Yank my hair harder as you brutally fuck me, Evan. Make me feel like your naughty sex slave.
<</say>>
<<say 'You'>>
Your pussy is clenching me so tight as I pound you. I love seeing the mixture of pain and pleasure on your face as I treat you roughly, you dirty whore.
<</say>>
<<say 'Deborah'>>
Please, I want you to come all over my face and in my mouth. Grab my hair and force me to take your load like a good little cum slut.
<</say>>
<<case 9>>
<<say 'You'>>
Ungh, here it comes baby! I'm going to paint your pretty face with my hot, sticky cum. Open your mouth and get ready for my load.
<</say>>
<<say 'Deborah'>>
Yes, Evan, give me every drop! I want to feel your cum spurting on my face and landing in my mouth. Cover me with your seed as you moan in pleasure.
<</say>>
<<video video/Deborah/Deborah-1-9.mp4>>
<<say 'You'>>
Fuck, you look so hot with my cum dripping off your chin and running down your cheeks. Swallow it all like the good girl you are. Take every last drop.
<</say>>
<<say 'Deborah'>>
Mmm, I love the taste of your creamy cum filling my mouth. Thank you for this delicious reward, baby. I'll wear your load with pride.
<</say>>
<<do>><center>Deborah's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Deborah and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Deborah's apartment." 'ComplexAlterEgo'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/quest-1-5.mp4" type="video/mp4">
</video>
</div>
<<say 'Deborah'>>
You hit me, Mr. «I've never hit a girl before».
<</say>>
<<say 'You' '2'>>
Is this against the rules in boxing?
<</say>>
<<say 'Deborah'>>
Fuck this box, let's work on our clinches.
<</say>>
<div class="go sex">[[Accept her suggestion|DeborahAction3-6]]</div><<set
_quest = $p.Deborah.quest;
$p.Deborah.quests[_quest].muscles = $p.You.muscles + 10;
$p.Deborah.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Deborah'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Deborah looks disappointed...
<br><br>
<i>Deborah's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Deborah alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a brief conversation, she invites you to meet her at the Theatre. You accept her invitation.
<</do>>$bg
<<say 'Deborah'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her suggestion|DeborahAction6-1]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Deborah/Deborah-2-1.mp4>>
<<say 'Deborah'>>
Oh God, your cock is so big and hard. It feels amazing ramming down my throat. Fuck my mouth harder!
<</say>>
<<say 'You'>>
You like that, you dirty little slut? I'll fuck you so deep in the mouth. Take it all like a good whore.
<</say>>
<<say 'Deborah'>>
Mmmhmm, use my mouth however you want. I want you to fuck my tight little ass next. Please, I need it!
<</say>>
<<case 2>>
<<video video/Deborah/Deborah-2-2.mp4>>
<<say 'You'>>
Your ass is so tight and hot. I'm gonna stretch your holes with my huge dick. Take it deep!
<</say>>
<<say 'Deborah'>>
Ah yes, fuck my ass! It hurts so good. Pound me harder, I can handle it!
<</say>>
<<say 'You'>>
I'll destroy this tiny hole. Slamming your ass raw and hard. You're just a sex toy for me.
<</say>>
<<say 'Deborah'>>
Use me! Wreck my ass with your massive cock. I want you to keep fucking me like this!
<</say>>
<<case 3>>
<<video video/Deborah/Deborah-2-3.mp4>>
<<say 'Deborah'>>
Oh fuck, you're so deep in my ass! It feels incredible. Keep ramming me, I love it!
<</say>>
<<say 'You'>>
I'll ream your tight hole until you can't take it anymore. You were made to get your ass fucked by me.
<</say>>
<<say 'Deborah'>>
Please, I need more! Fuck me even harder. I want you to brutally pound my ass!
<</say>>
<<case 4>>
<<video video/Deborah/Deborah-2-4.mp4>>
<<say 'You'>>
You asked for it. I'm gonna fuck you so hard you won't walk straight for a week. Take my cock!
<</say>>
<<say 'Deborah'>>
Yes, demolish my ass with that huge dick! Punish my hole. I'm your fucktoy to use!
<</say>>
<<say 'You'>>
I'll rip you apart with my cock. Your ass is mine to destroy. Take this brutal pounding!
<</say>>
<<say 'Deborah'>>
Fuck yes, fuck me up! Fuck my mouth! I need your cock in my mouth. Let me taste my ass on your dick.
<</say>>
<<case 5>>
<<video video/Deborah/Deborah-2-5.mp4>>
<<say 'Deborah'>>
Mmm, I love the taste of my ass on your cock. So fucking delicious. I'll clean you up.
<</say>>
<<say 'You'>>
That's right, worship my dick. You're just a cum dump for me. Swallow it whole!
<</say>>
<<say 'Deborah'>>
I want you to keep fucking my throat until I gag. Then I need you to pound my ass again!
<</say>>
<<case 6>>
<<video video/Deborah/Deborah-2-6.mp4>>
<<say 'You'>>
I'll stretch your hole in every position. Your ass is so tight around me. I'm gonna drill you deep!
<</say>>
<<say 'Deborah'>>
Oh God yes, fuck me! I love feeling your cock so deep in my ass. Pound me harder!
<</say>>
<<say 'You'>>
Take my cock you anal whore. I'll fuck your ass till you beg me to stop. You're just a fuckmeat.
<</say>>
<<say 'Deborah'>>
I'll never want you to stop! Keep fucking me. I need you to take me from behind now.
<</say>>
<<case 7>>
<<video video/Deborah/Deborah-2-7.mp4>>
<<say 'Deborah'>>
Ah fuck yes, hit it deeper! Fuck my ass from behind. I love being your little fucktoy!
<</say>>
<<say 'You'>>
You were made for this. I'll pound your tight hole so hard. Your ass is taking my cock so well.
<</say>>
<<say 'Deborah'>>
Keep slamming me, I love it! I want you to fuck me even harder. Don't ever stop!
<</say>>
<<case 8>>
<<video video/Deborah/Deborah-2-8.mp4>>
<<say 'You'>>
Your ass is gripping my cock so tight. I'm gonna keep fucking you raw. You're just a fuckhole.
<</say>>
<<say 'Deborah'>>
Use me! Fuck your cum dump. I need your load deep inside me. Please, fuck my ass!
<</say>>
<<say 'You'>>
Oh fuck, I'm gonna fill your ass with my hot cum. Take my load like a good little cum bucket.
<</say>>
<<say 'Deborah'>>
Yes, give it to me! I want to feel your cum dripping out of my fucked hole.
<</say>>
<<case 9>>
<<video video/Deborah/Deborah-2-9.mp4>>
<<say 'Deborah'>>
Fuck yes, unload in me! Fill my ass with your seed. I want every drop of your cum!
<</say>>
<<say 'You'>>
Take it all, you dirty anal whore! I'm pumping your ass full of cum. Drain my balls!
<</say>>
<<say 'Deborah'>>
I can feel your hot cum filling my ass. It feels so good. Thank you for using me like a fucktoy.
<</say>>
<<do>><center>Deborah's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Deborah and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Deborah's apartment" "ComplexAlterEgo">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
$bg
<<say 'Deborah'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Deborah looks disappointed...
<br><br>
<i>Deborah's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Deborah alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her suggestion|DeborahAction8-1]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Deborah/Deborah-3-1.mp4>>
<<say 'Deborah'>>
Oh fuck, your cock tastes so good! I love feeling it throb inside my mouth as you thrust deeper down my throat. Keep fucking me like the dirty little slut I am!
<</say>>
<<say 'You'>>
Damn your mouth feels amazing wrapped around my dick. Swallow it whole like a good girl. I'm gonna make you choke on every inch as I fuck your pretty face.
<</say>>
<<say 'Deborah'>>
Yes, use my mouth however you want! Make me your personal whore. I want you to fuck my tight pussy next, pound me deep and hard.
<</say>>
<<case 2>>
<<video video/Deborah/Deborah-3-2.mp4>>
<<say 'You'>>
Ride my cock, you sexy little minx! Bounce that sweet pussy up and down my shaft. I want to see your tits jiggle as you impale yourself on me.
<</say>>
<<say 'Deborah'>>
Ohhh I love being in control, feeling your hard cock stretch me open as I slam myself down on it! Your thickness fills me so completely, splitting my tight hole with each bounce.
<</say>>
<<say 'You'>>
That's it baby, milk my cock with your slick cunt. You look so fucking hot working your hips like that. Now spin around, I want to see that perfect ass bouncing on me.
<</say>>
<<say 'Deborah'>>
God yes, let me ride you reverse cowgirl next. I want to grind my clit against your pelvis while I slide up and down your rock hard pole.
<</say>>
<<case 3>>
<<video video/Deborah/Deborah-3-3.mp4>>
<<say 'Deborah'>>
Unh, your cock hits me so deep in this position, slamming against my cervix with each thrust.
<</say>>
<<say 'You'>>
Fuck yeah, take charge and use my dick for your pleasure! Your ass looks incredible bouncing up and down like that. love watching your tight little hole swallow my shaft.
<</say>>
<<say 'Deborah'>>
Mmm your cock feels amazing, stroking all the right places inside me! I'm getting so close... but I need you to take over and pound me from behind. Fuck me like an animal!
<</say>>
<<case 4>>
<<video video/Deborah/Deborah-3-4.mp4>>
<<say 'You'>>
You want me to mount you and rail your pussy hard, you filthy girl? Take this cock like the eager little fucktoy you are!
<</say>>
<<say 'Deborah'>>
Ah yes, fuck me, use me, make me your dirty bitch! Hammer your huge cock into my needy cunt, I'm yours to destroy! Bottom out in my tight hole with each thrust!
<</say>>
<<say 'You'>>
Your greedy pussy is hugging my dick so tight, practically sucking me in with each stroke! I love the wet slapping sound as I pound you.
<</say>>
<<case 5>>
<<video video/Deborah/Deborah-3-5.mp4>>
<<say 'Deborah'>>
Ah, ah, ah! Your cock is reaming my pussy so intensely, I can feel my walls clenching around you! Fuck me harder, split me in two with that weapon of yours!
<</say>>
<<say 'You'>>
You like that, you insatiable little slut? I'll stretch your tight cunt to the limit, make you take every inch as I plow into you. Your pussy is mine to use!
<</say>>
<<say 'Deborah'>>
Yes, I'm just a cock socket for your pleasure! Don't hold back, I want you to utterly destroy my hole with your powerful thrusts! Then let me admire that beautiful cock before I climax.
<</say>>
<<case 6>>
<<video video/Deborah/Deborah-3-6.mp4>>
<<say 'You'>>
Look how rock hard you make me, Deborah. My cock is pulsing with the need to fill your holes. Keep tracing your fingers along my length, teasing the head with your thumb.
<</say>>
<<say 'Deborah'>>
Your dick is a work of art, so thick and veiny, jerking with each throb of your heartbeat. I love seeing your dick glistening with my juices, knowing I made you this hard. Please, use it to ram my aching cunt again.
<</say>>
<<say 'You'>>
Watching you worship my cock is so damn hot. I'm gonna reward you by pounding that sweet little snatch until you see stars. Get on your back so I can rail you properly.
<</say>>
<<say 'Deborah'>>
I want nothing more than to spread my legs wide for you and feel your cock spearing me open! Pin me down and fuck me within an inch of my life!
<</say>>
<<case 7>>
<<video video/Deborah/Deborah-3-7.mp4>>
<<say 'Deborah'>>
Oh god, the way you're thrusting into me is pure bliss! My pussy is spasming around you, gripping your cock like a vice as you impale me. Fuck me harder, I'm so close to cumming!
<</say>>
<<say 'You'>>
Your tight cunt feels incredible, hugging my dick with each deep stroke. I love seeing your tits bounce as I pound you into the chair. But I know what you really want - for me to paint your pretty face with my cum.
<</say>>
<<say 'Deborah'>>
Yes, please! I want you to unload all over my face, make me a sticky mess with your hot seed. Cover me in yourpearly ropes until I'm dripping with your essence.
<</say>>
<<case 8>>
<<video video/Deborah/Deborah-3-8.mp4>>
<<say 'You'>>
You want me to glaze your face with my jizz, you filthy cumslut? I'll give you a pearl necklace to match. Keep stroking my cock, I'm almost there!
<</say>>
<<say 'Deborah'>>
Please, I need your cum all me, coating my skin and marking me as yours! I want to feel your hot seed spurting on my face, decorating me like a work of art. Cum for me baby, spray your load on my eager tongue!
<</say>>
<<say 'You'>>
Here it comes, get ready to wear my cum! I'm gonna make your face a sticky masterpiece, dripping with my creamy spunk. Take it all like a good girl as I...
<</say>>
<<case 9>>
<<video video/Deborah/Deborah-3-9.mp4>>
<<say 'Deborah'>>
Ah, yes! Cover me, coat me, make me your filthy little cumdumpster! I love feeling your hot ropes splattering my face, breaking across my skin as you mark your territory. Paint me white, daddy, I want to be glazed in your seed!
<</say>>
<<say 'You'>>
Fuck, you look so debauched with my jizz dripping off your chin, running down your cheeks. Seeing you wear my cum is the hottest thing ever. You're mine now, claimed by my cock and my seed.
<</say>>
<<say 'Deborah'>>
I've never felt more owned, branded inside and out by you. Thank you for using all my holes and making me yours, for bathing me in your essence. I'll happily be your dirty little cumslut whenever you need.
<</say>>
<<do>><center>Deborah's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Deborah and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Deborah's apartment" "ComplexAlterEgo">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
$model = 'Elizabeth';
_day = $week[$clock.today];
_time = $clock.hours;
_questLinks = [];
>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set $bg = '<style>body {background-image: url(bg/bedroom-0.jpg);}</style>';>>
<<else>>
<<set $bg = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<</if>>
<<set $bg2 = '<style>body {background-image: url(bg/'+$modelLoc+'.jpg);}</style>';>>
<<switch $p.Elizabeth.quest>>
/* первая встреча */
<<case 0>>
<<set _link = "
<div class='go'>
<<link 'Look at this girl' 'ElizabethAction1'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* знакомство */
<<case 1>>
<<set _link = "
<div class='go'>
<<link 'Try to flirt with this girl' 'ElizabethAction2'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Beach */
<<case 2>>
<<if $modelLoc == 'Beach'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'BeachActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 1 */
<<case 3>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* работа над собой */
<<case 4>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'UpYourStatsActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* Bar */
<<case 5>>
<<if $modelLoc == 'Bar'>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'BarActions'>><</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* дом секс 2 */
<<case 6>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* подарок */
<<case 7>>
<<set _link = "
<div class='go'>
<<link 'Give $model a gift' 'GiftActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
/* дом секс 3 */
<<case 8>>
<<if $modelLoc == 'ComplexSkyline'>>
<<set _link = "
<div class='go'>
<<link 'Fuck $model' 'SexActions'>>
<<set $progressBar = 0; >>
<</link>>
</div>
";>>
<<else>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'SpendTimeActions'>><</link>>
</div>
";>>
<</if>>
<<run _questLinks.push(_link); >>
/* Квесты завершены */
<<case 9>>
<<set _link = "
<div class='go'>
<<link 'Spend time with $model' 'EndQuestActions'>><</link>>
</div>
";>>
<<run _questLinks.push(_link); >>
<</switch>>
<<if $p.You.hygiene != 100>>
$bg2
<<say 'You' '10'>>
I shouldn't interact with people while I stink like a pig's ass.
<</say>>
<<do>>
Note: Take care of your personal hygiene and don't forget about the morning shower.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $p[$model].eventDay == $clock.days>>
$bg2
<<say 'You'>>
I've already spent enough time with $p[$model].name today. I don't want to look like a maniac stalking her around the city. Better I'll spend time with $p[$model].name later... Maybe tomorrow?
<</say>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<elseif $modelLoc == 'ComplexSkyline'>>
<<if !$l[_time][$modelLoc] ||
!$l[_time][$modelLoc].includes($model) ||
$p[$model].quest == 0 ||
$p[$model].quest == 1 ||
$p[$model].quest == 7 >>
$bg2
<<do>>
You knocked on the door but no one answered.
<</do>>
<<set _noQuestLinks = 1; >>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</if>>
<</if>>
<<if _noQuestLinks != 1>>
$bg
<div class="image">
<img src="photo/Elizabeth-big.jpg">
</div>
<<do>>
<<for _i = 0; _i < _questLinks.length; _i++>>
<<= _questLinks[_i]; >>
<</for>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<</do>>
<</if>>
$bg
<<set
$p.Elizabeth.quests[1].muscles = $p.You.muscles + 10;
$p.Elizabeth.quests[1].charisma = $p.You.charisma + 10;
$p.Elizabeth.quest++;
>>
<<say 'You' '4'>>
Wow! This girl is really sexy! But, unfortunately, I don't feel confident enough to flirt with her.
<</say>>
<<do>>
Note: Increase your muscles to $p.Elizabeth.quests[1].muscles lvl and charisma to $p.Elizabeth.quests[1].charisma lvl to flirt with this girl.
<br>
<i>Elizabeth's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Return' $modelLoc>><</link>>
</div>$bg
/* если пытается познакомиться но не хватает уверенности */
<<if $p.You.muscle < $p.Elizabeth.quests[1].muscles ||
$p.You.charisma < $p.Elizabeth.quests[1].charisma >>
<<say 'You' '3'>>I still don't feel confident enough to flirt with this girl.<</say>>
<<do>>
Note: Increase your muscles to $p.Elizabeth.quests[1].muscles lvl and charisma to $p.Elizabeth.quests[1].charisma lvl.
<</do>>
/* если хватает уверенности - знакомство */
<<else>>
<<say 'You' '2'>>
Hello. I liked you so I decided to introduce myself.
<</say>>
<<say $model>>
This is so cute :)
<</say>>
<<say 'You'>>
I am Evan.
<</say>>
<<say $model>>
Elizabeth.
<</say>>
<<say 'You' '9'>>
Nice to meet you, Elizabeth.
<</say>>
<<say $model>>
Nice to meet you too, Evan.
<</say>>
<<say 'You' '2'>>
I've never met such a beauty as you.
<</say>>
<<say $model>>
Oh thanks. You make Me feel embarrassed.
<</say>>
<<say 'You' '9'>>
By the way, what is your zodiac sign?
<</say>>
<<say $model>>
Capricorn.
<</say>>
<<say 'You' '3'>>
OOOOHHHH SHIT! I'm sorry, we're not compatible... Have a nice day.
<</say>>
<<do>>You pretend to leave disappointed.<</do>>
<<say $model>>
Are you serious?
<</say>>
<<say 'You' '2'>>
I'm just kidding. So, Elizabeth, how about a date?
<</say>>
<<do>>After a short conversation, Elizabeth suggested that you spend time with her at the Beach.<</do>>
<<set
$p.Elizabeth.quest++;
$p.Elizabeth.eventDay = $clock.days;
>>
<<do>>Elizabeth's quest list has been updated.<</do>>
<</if>>
<div class="go">
<<link 'Return'>>
<<goto $modelLoc>>
<</link>>
</div>
<style>body {background-image: url(bg/Beach.jpg);}</style>
<<say 'Elizabeth'>>
Thank you for the pleasant day, Evan. But maybe we could take a little walk on the beach?
<</say>>
<<say 'You' '2'>>
Of course. Why not?
<</say>>
<<do>>While walking along the beach, you hear a strange noise.<</do>>
<div class="go">[[Check what's going on|ElizabethAction3-1]]</div>
<<set
_quest = $p.Elizabeth.quest;
$p.Elizabeth.quests[_quest].muscles = $p.You.muscles + 10;
$p.Elizabeth.quests[_quest].charisma = $p.You.charisma + 10;
>>
$bg
<<say 'Elizabeth'>>
Evan, I want something more than just sex...
<</say>>
<<do>>
Elizabeth looks disappointed...
<br><br>
<i>Elizabeth's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Elizabeth alone'>>
<<set $t.sidebar = 1;>>
<<goto $modelLoc>>
<</link>>
</div><<do>>
$model is glad to see you. After a brief conversation, she invites you to meet her at the Beach. You accept her invitation.
<</do>>$bg
<<say 'Elizabeth'>>
I had a great time with you today, Evan. And now let's go to my house, because I want to thank you.
<</say>>
<div class="go sex">[[Accept her suggestion|ElizabethAction6-1]]</div>$bg
<<say 'Elizabeth'>>
Evan, I want more attention from you...
<</say>>
<<do>>
Elizabeth looks disappointed...
<br><br>
<i>Elizabeth's quest list has been updated.</i>
<</do>>
<div class="go">
<<link 'Leave Elizabeth alone' $modelLoc>>
<<set $t.sidebar = 1;>>
<</link>>
</div>$bg
<<say 'You' '2'>>
I'm glad you're pleased, $model
<</say>>
<<say $model>>
Now let me give you pleasure too, dear.
<</say>>
<div class="go sex">[[Accept her suggestion|ElizabethAction8-1]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Elizabeth/Elizabeth-2-1.mp4>>
<<say 'Elizabeth'>>
Mmm, your cock tastes so fucking good, baby. I love the way it feels in my mouth, all hard and throbbing. I want to make you explode like a goddamn volcano, feeling every inch of you in my mouth. I can't get enough of your delicious dick, it's like a drug I crave every fucking day.
<</say>>
<<say 'You'>>
Fuck, babe, you suck me better than anyone ever has. Your mouth is like heaven, wrapping around me so tight and wet. I love watching you take me deep, your eyes looking up at me with that hunger. I'm going to cum so fucking hard in your mouth, give you every drop I have.
<</say>>
<<say 'Elizabeth'>>
Yes, baby, I want it all. I want to taste you, feel you pulsating as you release yourself in my mouth. I'll swallow every bit of you, savoring the way you make me feel. You're my fucking drug, my addiction, and I can't imagine ever getting enough of you.
<</say>>
<<case 2>>
<<video video/Elizabeth/Elizabeth-2-2.mp4>>
<<say 'You'>>
Fuck, Elizabeth, you feel so fucking good bouncing on my cock like that. Your tight pussy is driving me insane. I love how you take control and ride me like a wild little slut.
<</say>>
<<say 'Elizabeth'>>
Oh god, Evan, your cock is hitting all the right spots inside me. I can feel every inch of you deep inside. I'm your dirty little girl, riding you like a wild animal.
<</say>>
<<say 'You'>>
Shit, Elizabeth, your moans are driving me crazy. I love watching your tits bounce as you ride me. You're so fucking hot, baby.
<</say>>
<<case 3>>
<<video video/Elizabeth/Elizabeth-2-3.mp4>>
<<say 'Elizabeth'>>
Fuck, your cock feels so good inside me! I love bouncing on it like this, feeling it deep inside me. Do you like watching my ass bounce up and down on your cock? I bet you love the way it jiggles with every thrust. I want you to grab it and spank me while I ride you, make me scream with pleasure.
<</say>>
<<say 'You'>>
Shit, your ass is fucking amazing, babe. I can't get enough of watching it as you ride me like a wild animal. The way it moves with every bounce is driving me crazy. I'm gonna grab it and spank you just like you want, make you moan my name.
<</say>>
<<say 'Elizabeth'>>
Yes, spank me harder, baby! I want to feel your hand on my ass as I ride you harder and faster. Make me lose control and cum all over your cock. I'm yours, Evan, fuck me like you own me.
<</say>>
<<case 4>>
<<video video/Elizabeth/Elizabeth-2-4.mp4>>
<<say 'You'>>
Yeah, baby, that's it. You like it when I go deep inside you like this? Your pussy feels so fucking good wrapped around my cock. I'm gonna make you come hard, just wait for it.
<</say>>
<<say 'Elizabeth'>>
Oh God, yes, don't stop. I love feeling you fill me up like this. Your dick is just the perfect size for me, it's hitting all the right spots. Fuck, I'm getting so close.
<</say>>
<<say 'You'>>
You like it when I go faster, huh? You love it when I pound you like a dirty little slut. You're such a fucking naughty girl, taking me all the way inside you.
<</say>>
<<say 'Elizabeth'>>
Yes, yes, oh my God yes! I'm coming, I'm coming so hard. Don't stop, keep going. Yes, fuck yes!
<</say>>
<<case 5>>
<<video video/Elizabeth/Elizabeth-2-5.mp4>>
<<say 'You'>>
Fuck, your pussy feels so fucking good, Elizabeth. I could stay inside you all day.
<</say>>
<<say 'Elizabeth'>>
Do you like how tight my pussy is, Evan? Does it feel good for you?
<</say>>
<<say 'You'>>
Hell yeah, baby. Your pussy is so fucking tight, it's driving me crazy.
<</say>>
<<say 'Elizabeth'>>
That's fucking hot to hear, Evan. Keep fucking me hard, I want to feel you deep inside me.
<</say>>
<<case 6>>
<<video video/Elizabeth/Elizabeth-2-6.mp4>>
<<say 'Elizabeth'>>
Oh fuck, Evan, yes, right there. Your cock feels so fucking good inside me, pounding me from behind like that. I love how you grab my hips and pull me closer to you, so you can fuck me deeper and harder. God, I can feel every inch of you sliding in and out of me, stretching me out and making me moan with pleasure.
<</say>>
<<say 'You'>>
It's driving me crazy. I can't get enough of how wet and warm you are, and the way you move your hips back against me. I could do this all fucking day, baby.
<</say>>
<<say 'Elizabeth'>>
Don't stop, Evan, keep fucking me harder. The way you're fucking me from behind feels so fucking good. Fuck, don't you dare stop now.
<</say>>
<<case 7>>
<<video video/Elizabeth/Elizabeth-2-7.mp4>>
<<say 'You'>>
Fuck, you feel so fucking good, Elizabeth. Your tight pussy gripping my cock like a fucking glove. I love ramming into you from behind, feeling your ass slap against my hips with each thrust. You're such a dirty little slut, taking my dick like the fucking champ you are.
<</say>>
<<say 'Elizabeth'>>
Oh fuck, Evan, yes! Pound me harder, I want to feel you deep inside me. I love feeling your dick thrusting in and out of me, hitting all the right spots. I'm your dirty little slut, your cock is driving me wild.
<</say>>
<<say 'You'>>
That's right, you're my fucking slut. I love how you moan and squirm under me, begging for more. Your pussy is so fucking wet, it's like a goddamn waterfall.
<</say>>
<<say 'Elizabeth'>>
Yes, yes, fuck me harder, Evan! I want to feel every inch of you inside me. I'm yours, completely yours, and I want you to take me to the edge and beyond. Please, don't stop, don't ever stop.
<</say>>
<<case 8>>
<<video video/Elizabeth/Elizabeth-2-8.mp4>>
<<say 'Elizabeth'>>
Fuck me harder, Evan! I want you to cum in my mouth, baby. I want to taste every drop of your hot cum. Fill me up and make me swallow it all, you dirty fucking bastard!
<</say>>
<<say 'You'>>
Fuck, Elizabeth, you're such a fucking slut! You want my cum in your mouth, huh? You want to be my dirty little cum dumpster? Well, you're gonna get it, you filthy whore!
<</say>>
<<say 'Elizabeth'>>
Yes, give it to me, Evan! I want it so fucking bad. Shoot your load in my mouth and make me swallow it all. I'm your nasty little cock-sucking whore, and I love it!
<</say>>
<<case 9>>
<<video video/Elizabeth/Elizabeth-2-9.mp4>>
<<say 'Elizabeth'>>
Mmm, your cum tastes so fucking delicious, Evan. I love the way it coats my tongue and slides down my throat. It's like liquid heaven, I can't get enough of it. I want to taste you every time we're together.
<</say>>
<<say 'You'>>
Fuck, Elizabeth, you're such a dirty little slut. I love how you swallow every drop of my cum without hesitation. You're so fucking good at sucking my cock and drinking my cum. I can't get enough of you.
<</say>>
<<say 'Elizabeth'>>
I'm addicted to your cum, Evan. It's like a drug to me, I crave it all the time. I want to be your cumslut forever, swallowing every drop you give me. I never want this moment to end.
<</say>>
<<do>><center>Elizabeth's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Elizabeth and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Elizabeth's apartment" "ComplexSkyline">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Elizabeth/Elizabeth-3-1.mp4>>
<<say 'Elizabeth'>>
I love the way your cock tastes, so hot and hard against my tongue. I enjoy pleasuring you with my mouth, feeling you twitch and throb as I worship you.
<</say>>
<<say 'You'>>
Baby, the sight of your lips wrapped around me is so erotic. The way you look up at me with those big, beautiful eyes as you suck me deep into your throat drives me wild with desire.
<</say>>
<<say 'Elizabeth'>>
I want to make you feel incredible, to give you wave after wave of intense bliss with my mouth. I'll take you deep and savor every second of pleasuring you.
<</say>>
<<case 2>>
<<video video/Elizabeth/Elizabeth-3-2.mp4>>
<<say 'You'>>
Your ass feels amazing gripping my cock so tightly. I love the sounds of our bodies slapping together as I thrust up into you, the way you moan and writhe on top of me.
<</say>>
<<say 'Elizabeth'>>
Oh god yes, fill me up! The feeling of you moving inside my most intimate place is so intense, so incredible. Give it to me nice and hard, just how I love it!
<</say>>
<<say 'You'>>
I'll give you everything you need, baby. I'll make you feel it in your core, send tingles of pure pleasure through your entire being with each powerful stroke.
<</say>>
<<case 3>>
<<video video/Elizabeth/Elizabeth-3-3.mp4>>
<<say 'Elizabeth'>>
Yes, pound that ass! Fuck me till I'm sore and spent, till I'm a quivering puddle of satisfaction beneath you. Destroy me with that magic cock, I crave the intensity!
<</say>>
<<say 'You'>>
You want it passionate and raw, baby? I'll give it to you so hard you'll feel it for days, leave you aching and well-fucked, branded by my desire.
<</say>>
<<say 'Elizabeth'>>
That's what I long for - to feel utterly ravished and used up by your lust. Make me feel it in my soul, don't hold back!
<</say>>
<<case 4>>
<<video video/Elizabeth/Elizabeth-3-4.mp4>>
<<say 'Elizabeth'>>
I can't get enough of your delicious cock, it tastes like heaven. I love showing my devotion, pleasuring you with my mouth until you're twitching and throbbing.
<</say>>
<<say 'You'>>
You're so good at that, baby. Savor it, baby, take me to heaven with that talented mouth.
<</say>>
<<say 'Elizabeth'>>
Mmmhmm, I want to make you feel exquisite pleasure, to have you lost in bliss as I worship your dick. I'll take you deep and love every inch of you.
<</say>>
<<case 5>>
<<video video/Elizabeth/Elizabeth-3-5.mp4>>
<<say 'Elizabeth'>>
The feeling of you moving inside me, stretching me, completing me - it's pure ecstasy. I love the intensity, the incredible fullness, having you so deep in my most intimate place.
<</say>>
<<say 'You'>>
You feel amazing, baby. Your ass is so tight, so hot, gripping me like a vice. I love the way you moan and tremble in my arms, lost in the pleasure I'm giving you.
<</say>>
<<say 'Elizabeth'>>
It's so intense, so all-consuming. I feel like I'm being split in two, but in the best way possible. Don't stop, baby, I need to feel all of you!
<</say>>
<<case 6>>
<<video video/Elizabeth/Elizabeth-3-6.mp4>>
<<say 'You'>>
Your tight little hole looks so inviting, so ready to be fucked, pleasured, and filled with my passion.
<</say>>
<<say 'Elizabeth'>>
Fuck me just how you know I love it, you sexy beast! Pound that ass, make me scream in ecstasy, fuck me till I'm lost in the sensations, till I'm nothing but pure bliss!
<</say>>
<<say 'You'>>
I'll give you the passionate lovemaking you crave, baby. I'll make you feel it in your bones, leave you a quivering, satisfied mess, utterly spent and loved by my cock.
<</say>>
<<case 7>>
<<video video/Elizabeth/Elizabeth-3-7.mp4>>
<<say 'Elizabeth'>>
Looking into your eyes as you move inside me, seeing the love and desire burning there - it's so intense, so intimate. I feel so connected to you, like we're one.
<</say>>
<<say 'You'>>
I feel it too, baby. Staring into your beautiful eyes, watching the pleasure overtake you as I fill you up - it's pure magic. I'm lost in you, in the incredible feeling of being one with you.
<</say>>
<<say 'Elizabeth'>>
Don't look away, baby. Keep your eyes locked on mine as we climb higher and higher, as the pleasure consumes us both. I want to see your soul as you spill inside me.
<</say>>
<<case 8>>
<<video video/Elizabeth/Elizabeth-3-8.mp4>>
<<say 'You'>>
You want me to coat your throat with my passion, baby? You want to taste my desire, to swallow me down as I explode in your mouth?
<</say>>
<<say 'Elizabeth'>>
Yes, baby, please. I need to taste you, to feel your hot seed sliding down my throat. I want to be your little cumslut, to have you finish in my eager mouth.
<</say>>
<<say 'You'>>
I'll give you what you need, baby. I'll fill that pretty mouth with my cum, have you savoring every last drop as I lose myself in the pleasure of your talented tongue.
<</say>>
<<case 9>>
<<video video/Elizabeth/Elizabeth-3-9.mp4>>
<<say 'Elizabeth'>>
Mmm, your cum tastes so good, baby. It's sweet and delicious, the perfect flavor as it slides down my throat. I love being your little cumslut, milking you dry and cleaning up every drop with my tongue.
<</say>>
<<say 'You'>>
You're a greedy little cumlover, baby. I love the sight of you swallowing me down, savoring the taste of my passion. You'll always be ready and eager to take my load, won't you?
<</say>>
<<say 'Elizabeth'>>
Yes, feed me, use me, I'm your devoted little cocksucker, always hungry for more of your tasty cum!
<</say>>
<<do>><center>Elizabeth's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Elizabeth and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Elizabeth's apartment" "ComplexSkyline">>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<style>body {background-image: url(bg/Beach.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Elizabeth/quest-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>You notice an angry crowd of local residents. Several construction workers are standing near the crowd, playing baseball.<</do>>
<<say 'You'>>
Come on, Elizabeth, let's try to figure out what's going on here.
<</say>>
<<do>>You approach the workers.<</do>>
<<say 'You'>>
Hey guys, how's it going? Playing some baseball?
<</say>>
<<say2 'Worker' 'Elizabeth-Worker.jpg'>>
Yeah, we were supposed to build a hotel on this piece of land, but it seems the locals aren't happy about it. Grab a bat if you want to join us for a game of baseball.
<</say2>>
<<say 'You' '2'>>
I just want one pitch, Elizabeth. You do not mind, do you?
<</say>>
<<say 'Elizabeth'>>
Sure, let's do it, Evan. Show me what you've got.
<</say>>
<div class="go">[[Grab the bat|ElizabethAction3-2]]</div><style>body {background-image: url(bg/Beach.jpg);}</style>
<div class="image">
<img src="img/bat.jpg">
</div>
<<do>>You grab the bat. At that moment, the foreman approaches you.<</do>>
<<say2 'Foreman' 'Elizabeth-Foreman.jpg'>>
Slackers! Put down the bats and get back to work immediately!
<</say2>>
<<do>>One of the angry local residents approaches you.<</do>>
<<say2 'Local Resident' 'Elizabeth-Local.jpg'>>
What are you doing here? Why are you destroying our nature and building this hotel? This is our place, our heritage! You must leave immediately!
<</say2>>
<<say2 'Foreman' 'Elizabeth-Foreman.jpg'>>
Hey, you shut up, coconut nigger.
<</say2>>
<<say 'You' '8'>>
Did he just say "coconut nigger"? Hey, mister, you can't say coconut nigger.
<</say>>
<<say2 'Foreman' 'Elizabeth-Foreman.jpg'>>
Oh, I can't?
<</say2>>
<<say 'You'>>
Well, not really in this day and age.
<</say>>
<div class="go">[[Next|ElizabethAction3-3]]</div>
<style>body {background-image: url(bg/Beach.jpg);}</style>
<<say2 'Foreman' 'Elizabeth-Foreman.jpg'>>
Who the hell are you? Get off the premises. Or I'm gonna kick your ass.
<</say2>>
<<say 'You' '6'>>
Kick my ass?!!! Get this...
<</say>>
<div class="video">
<video autoplay loop muted>
<source src="video/Elizabeth/quest-1-2.mp4" type="video/mp4">
</video>
</div>
<<say 'You' '5'>>
Now your jaw will forget for a long time the words "Coconut Negro".
<</say>>
<div class="go">[[Next|ElizabethAction3-4]]</div>
<style>body {background-image: url(bg/Beach.jpg);}</style>
<<say 'You' '7'>>
I'm sorry you had to witness that, Elizabeth. It seems like I ruined our date, didn't I?
<</say>>
<<say 'Elizabeth'>>
Actually, you did the right thing by standing up for that guy, Evan.
<</say>>
<<say 'You'>>
Yeah, but I think we better get out of here before the cops get here.
<</say>>
<<say 'Elizabeth'>>
You are right. Besides, this fight really turned me on. Let's go to my house. I just dream of sucking your cock and I hope it will be as hard as this bat.
<</say>>
<div class="go">[[Accept her suggestion|ElizabethAction3-5]]</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
<<video video/Elizabeth/Elizabeth-1-1.mp4>>
<<say 'Elizabeth'>>
You like it when I take you in my mouth, don't you, Evan? You love the feeling of my warm wet mouth wrapped around your hard cock, making you moan with pleasure.
<</say>>
<<say 'You'>>
Fuck, Elizabeth, you know just how to drive me crazy. Your tongue swirling around the tip of my cock, teasing me mercilessly. I want to feel you deepthroat me, taking me all the way down your throat and making me lose control.
<</say>>
<<say 'Elizabeth'>>
Mmm, I can feel you getting bigger and harder in my mouth, Evan. I love the way you taste, the way you twitch and throb in my mouth.
<</say>>
<<case 2>>
<<video video/Elizabeth/Elizabeth-1-2.mp4>>
<<say 'You'>>
Oh yeah, you like that, huh? Your pussy tastes so fucking good, baby. I could do this all day.
<</say>>
<<say 'Elizabeth'>>
Mmm, yeah, keep licking me just like that. I love feeling your tongue on my clit while I stroke your hard cock.
<</say>>
<<say 'You'>>
Fuck, you're so wet. I can't wait to bury my cock deep inside you and make you scream my name.
<</say>>
<<say 'Elizabeth'>>
Oh god, I need you inside me now. Just thinking about you filling me up is making me so fucking horny.
<</say>>
<<say 'You'>>
Get ready, babe. I'm gonna fuck you hard and make you cum all over my dick. You're mine tonight, Elizabeth, all fucking night.
<</say>>
<<case 3>>
<<video video/Elizabeth/Elizabeth-1-3.mp4>>
<<say 'Elizabeth'>>
Oh fuck, Evan, yes, right there. I love it when you take me like this from behind. It feels so fucking good.
<</say>>
<<say 'You'>>
You like it when I pound your ass like this, huh? You're such a dirty little slut, aren't you? Taking my cock so deep inside you.
<</say>>
<<say 'Elizabeth'>>
Oh god, yes! I want it rough, I want it hard. Fuck me like the dirty whore I am. I want to feel you deep inside me, filling me up.
<</say>>
<<say 'You'>>
You're so fucking tight, baby. I love how you moan and squirm under me, begging for more. You're mine to use however I want, aren't you?
<</say>>
<<say 'Elizabeth'>>
Yes, yes, I'm yours. Take me, use me, fuck me into oblivion. I want to feel every inch of you inside me, driving me crazy with desire.
<</say>>
<<case 4>>
<<video video/Elizabeth/Elizabeth-1-4.mp4>>
<<say 'You'>>
Oh, Elizabeth, your tight ass feels so amazing around my cock. I love how you moan and squirm with pleasure as I thrust deeper and deeper into you. Your body is so responsive to my touch, I can't get enough of you.
<</say>>
<<say 'Elizabeth'>>
Yes, Evan, fuck me harder. I want to feel you all the way inside me. Your strong hands gripping my hips are driving me wild. I love the way you take control and make me feel so submissive. I never want this moment to end.
<</say>>
<<say 'You'>>
You're so incredible, Elizabeth. The way you arch your back and push back against me is driving me crazy. I love exploring every inch of your body with my hands while I pound into you. I could stay like this forever, lost in pleasure with you by my side.
<</say>>
<<case 5>>
<<video video/Elizabeth/Elizabeth-1-5.mp4>>
<<say 'Elizabeth'>>
Oh fuck, Evan, your dick feels so good inside my ass. Look me in the eyes as you fuck me harder. I want you to make me scream with pleasure. Show me how much you want me, how much you need me.
<</say>>
<<say 'You'>>
You're so fucking tight, Elizabeth. I love how you take all of me, how you beg for more. I'm gonna make you cum so hard, babe. You're mine, and I'm gonna make you mine over and over again.
<</say>>
<<say 'Elizabeth'>>
Yes, Evan, yes! Keep fucking me like this, don't stop! I want you to own me, to make me cum all over you. I'm your dirty little slut, your anal whore. I need you to fuck me harder, deeper, make me yours completely.
<</say>>
<<case 6>>
<<video video/Elizabeth/Elizabeth-1-6.mp4>>
<<say 'You'>>
Fuck, that feels amazing, Elizabeth. Your feet wrapped around my cock, stroking me just the way I like it.
<</say>>
<<say 'Elizabeth'>>
Mmm, I love watching you get so hard and turned on when I use my feet on you. I love feeling your cock swell and throb in between my toes.
<</say>>
<<say 'You'>>
Shit, baby, I can't get enough of this. Your feet are so fucking sexy, they drive me crazy. I'm gonna blow my load all over your pretty little toes.
<</say>>
<<say 'Elizabeth'>>
Yes, Evan, I want you to come all over my feet. I want to feel your hot, sticky cum coating my skin.
<</say>>
<<case 7>>
<<video video/Elizabeth/Elizabeth-1-7.mp4>>
<<say 'Elizabeth'>>
Oh, fuck, yeah, Evan, give it to me hard and deep. I want to feel you pounding into me, filling me up completely.
<</say>>
<<say 'You'>>
You like that, baby? You like when I take control and use you for my pleasure? You're such a dirty little slut.
<</say>>
<<say 'Elizabeth'>>
Oh, god, yes, I love it when you talk dirty to me. I'm your filthy whore, Evan, and I want you to fuck my ass until I can't take it anymore.
<</say>>
<<case 8>>
<<video video/Elizabeth/Elizabeth-1-8.mp4>>
<<say 'You'>>
You like it when I fuck you like this, don't you, dirty girl? You want me to cum all over your sexy feet?
<</say>>
<<say 'Elizabeth'>>
Oh fuck, yes, Evan! I love feeling your hard cock sliding between my arches. Please, cover my feet with your hot cum.
<</say>>
<<say 'You'>>
Your feet look so fucking good wrapped around my dick. I'm gonna make sure every inch of them is covered in my cum.
<</say>>
<<say 'Elizabeth'>>
Oh god, I can't wait for you to explode all over my toes. I want to feel your warm cum dripping down my feet. Let me see your thick load, baby.
<</say>>
<<case 9>>
<<video video/Elizabeth/Elizabeth-1-9.mp4>>
<<say 'Elizabeth'>>
Oh god, that feels so fucking good! I love feeling your hot cum all over my feet, it's so dirty and naughty. Make me feel your warmth and wetness on my skin. I love how you're so kinky and wild in bed, it turns me on so much.
<</say>>
<<say 'You'>>
Fuck, you have the sexiest feet I've ever seen. I can't get enough of them, especially when they're covered in my cum. It's such a turn on to see you enjoying it too, it's like we're both getting off on this dirty little act. I love hearing you moan and squirm with pleasure, it's incredibly hot.
<</say>>
<<say 'Elizabeth'>>
Yes, yes, keep going, don't stop. I want to feel that cum all over my toes and arches, I want to savor every drop of it. It's so primal and raw, it's like we're animals in heat.
<</say>>
<<do>><center>Elizabeth's quest list has been updated.</center><</do>>
<<do>><center>You spent some more time with Elizabeth and then decided to go home.</center><</do>>
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Leave Elizabeth's apartment." 'ComplexSkyline'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<</if>>
<<set
$gallery = [
'video/Sandra/Sandra-1-1.mp4',
'video/Sandra/Sandra-1-2.mp4',
'video/Sandra/Sandra-1-3.mp4',
'video/Sandra/Sandra-1-4.mp4',
'video/Sandra/Sandra-1-5.mp4',
'video/Sandra/Sandra-1-6.mp4',
'video/Sandra/Sandra-1-7.mp4',
'video/Sandra/Sandra-1-8.mp4',
'video/Sandra/Sandra-1-9.mp4',
'video/Sandra/Sandra-2-1.mp4',
'video/Sandra/Sandra-2-2.mp4',
'video/Sandra/Sandra-2-3.mp4',
'video/Sandra/Sandra-2-4.mp4',
'video/Sandra/Sandra-2-5.mp4',
'video/Sandra/Sandra-2-6.mp4',
'video/Sandra/Sandra-2-7.mp4',
'video/Sandra/Sandra-2-8.mp4',
'video/Sandra/Sandra-2-9.mp4',
'video/Sandra/Sandra-3-1.mp4',
'video/Sandra/Sandra-3-2.mp4',
'video/Sandra/Sandra-3-3.mp4',
'video/Sandra/Sandra-3-4.mp4',
'video/Sandra/Sandra-3-5.mp4',
'video/Sandra/Sandra-3-6.mp4',
'video/Sandra/Sandra-3-7.mp4',
'video/Sandra/Sandra-3-8.mp4',
'video/Sandra/Sandra-3-9.mp4'
];
>><<set
$gallery = [
'video/Amanda/Amanda-1-1.mp4',
'video/Amanda/Amanda-1-2.mp4',
'video/Amanda/Amanda-1-3.mp4',
'video/Amanda/Amanda-1-4.mp4',
'video/Amanda/Amanda-1-5.mp4',
'video/Amanda/Amanda-1-6.mp4',
'video/Amanda/Amanda-1-7.mp4',
'video/Amanda/Amanda-1-8.mp4',
'video/Amanda/Amanda-1-9.mp4',
'video/Amanda/Amanda-2-1.mp4',
'video/Amanda/Amanda-2-2.mp4',
'video/Amanda/Amanda-2-3.mp4',
'video/Amanda/Amanda-2-4.mp4',
'video/Amanda/Amanda-2-5.mp4',
'video/Amanda/Amanda-2-6.mp4',
'video/Amanda/Amanda-2-7.mp4',
'video/Amanda/Amanda-2-8.mp4',
'video/Amanda/Amanda-2-9.mp4',
'video/Amanda/Amanda-3-1.mp4',
'video/Amanda/Amanda-3-2.mp4',
'video/Amanda/Amanda-3-3.mp4',
'video/Amanda/Amanda-3-4.mp4',
'video/Amanda/Amanda-3-5.mp4',
'video/Amanda/Amanda-3-6.mp4',
'video/Amanda/Amanda-3-7.mp4',
'video/Amanda/Amanda-3-8.mp4',
'video/Amanda/Amanda-3-9.mp4'
];
>><<set
$gallery = [
'video/Margaret/Margaret-1-1.mp4',
'video/Margaret/Margaret-1-2.mp4',
'video/Margaret/Margaret-1-3.mp4',
'video/Margaret/Margaret-1-4.mp4',
'video/Margaret/Margaret-1-5.mp4',
'video/Margaret/Margaret-1-6.mp4',
'video/Margaret/Margaret-1-7.mp4',
'video/Margaret/Margaret-1-8.mp4',
'video/Margaret/Margaret-1-9.mp4',
'video/Margaret/Margaret-2-1.mp4',
'video/Margaret/Margaret-2-2.mp4',
'video/Margaret/Margaret-2-3.mp4',
'video/Margaret/Margaret-2-4.mp4',
'video/Margaret/Margaret-2-5.mp4',
'video/Margaret/Margaret-2-6.mp4',
'video/Margaret/Margaret-2-7.mp4',
'video/Margaret/Margaret-2-8.mp4',
'video/Margaret/Margaret-2-9.mp4',
'video/Margaret/Margaret-3-1.mp4',
'video/Margaret/Margaret-3-2.mp4',
'video/Margaret/Margaret-3-3.mp4',
'video/Margaret/Margaret-3-4.mp4',
'video/Margaret/Margaret-3-5.mp4',
'video/Margaret/Margaret-3-6.mp4',
'video/Margaret/Margaret-3-7.mp4',
'video/Margaret/Margaret-3-8.mp4',
'video/Margaret/Margaret-3-9.mp4'
];
>><<set
$gallery = [
'video/Deborah/Deborah-1-1.mp4',
'video/Deborah/Deborah-1-2.mp4',
'video/Deborah/Deborah-1-3.mp4',
'video/Deborah/Deborah-1-4.mp4',
'video/Deborah/Deborah-1-5.mp4',
'video/Deborah/Deborah-1-6.mp4',
'video/Deborah/Deborah-1-7.mp4',
'video/Deborah/Deborah-1-8.mp4',
'video/Deborah/Deborah-1-9.mp4',
'video/Deborah/Deborah-2-1.mp4',
'video/Deborah/Deborah-2-2.mp4',
'video/Deborah/Deborah-2-3.mp4',
'video/Deborah/Deborah-2-4.mp4',
'video/Deborah/Deborah-2-5.mp4',
'video/Deborah/Deborah-2-6.mp4',
'video/Deborah/Deborah-2-7.mp4',
'video/Deborah/Deborah-2-8.mp4',
'video/Deborah/Deborah-2-9.mp4',
'video/Deborah/Deborah-3-1.mp4',
'video/Deborah/Deborah-3-2.mp4',
'video/Deborah/Deborah-3-3.mp4',
'video/Deborah/Deborah-3-4.mp4',
'video/Deborah/Deborah-3-5.mp4',
'video/Deborah/Deborah-3-6.mp4',
'video/Deborah/Deborah-3-7.mp4',
'video/Deborah/Deborah-3-8.mp4',
'video/Deborah/Deborah-3-9.mp4'
];
>><<set
$gallery = [
'video/Elizabeth/Elizabeth-1-1.mp4',
'video/Elizabeth/Elizabeth-1-2.mp4',
'video/Elizabeth/Elizabeth-1-3.mp4',
'video/Elizabeth/Elizabeth-1-4.mp4',
'video/Elizabeth/Elizabeth-1-5.mp4',
'video/Elizabeth/Elizabeth-1-6.mp4',
'video/Elizabeth/Elizabeth-1-7.mp4',
'video/Elizabeth/Elizabeth-1-8.mp4',
'video/Elizabeth/Elizabeth-1-9.mp4',
'video/Elizabeth/Elizabeth-2-1.mp4',
'video/Elizabeth/Elizabeth-2-2.mp4',
'video/Elizabeth/Elizabeth-2-3.mp4',
'video/Elizabeth/Elizabeth-2-4.mp4',
'video/Elizabeth/Elizabeth-2-5.mp4',
'video/Elizabeth/Elizabeth-2-6.mp4',
'video/Elizabeth/Elizabeth-2-7.mp4',
'video/Elizabeth/Elizabeth-2-8.mp4',
'video/Elizabeth/Elizabeth-2-9.mp4',
'video/Elizabeth/Elizabeth-3-1.mp4',
'video/Elizabeth/Elizabeth-3-2.mp4',
'video/Elizabeth/Elizabeth-3-3.mp4',
'video/Elizabeth/Elizabeth-3-4.mp4',
'video/Elizabeth/Elizabeth-3-5.mp4',
'video/Elizabeth/Elizabeth-3-6.mp4',
'video/Elizabeth/Elizabeth-3-7.mp4',
'video/Elizabeth/Elizabeth-3-8.mp4',
'video/Elizabeth/Elizabeth-3-9.mp4'
];
>><style>body {background-image: url(bg/abstract.jpg);}</style>
<div class="credits">
<div class="title">Credits:</div>
<div class="models">
<div class="model">
<img class="photo" src='photo/Amy.jpg'>
<div class="name">Amy</div>
<div class="actor">Gia DiMarco</div>
</div>
<div class="model">
<img class="photo" src='photo/Vanessa.jpg'>
<div class="name">Vanessa</div>
<div class="actor">Gina Valentina</div>
</div>
<div class="model">
<img class="photo" src='photo/Ruby.jpg'>
<div class="name">Ruby</div>
<div class="actor">Emma Hix</div>
</div>
<div class="model">
<img class="photo" src='photo/Sophia.jpg'>
<div class="name">Sophia</div>
<div class="actor">Lisa Ann</div>
</div>
<div class="model">
<img class="photo" src='photo/Mary.jpg'>
<div class="name">Mary</div>
<div class="actor">Jolee Love</div>
</div>
<div class="model">
<img class="photo" src='photo/Camilla.jpg'>
<div class="name">Camilla</div>
<div class="actor">Lacy Lennon</div>
</div>
<div class="model">
<img class="photo" src='photo/Stacy.jpg'>
<div class="name">Stacy</div>
<div class="actor">Khloe Kapri </div>
</div>
<div class="model">
<img class="photo" src='photo/Sabrina.jpg'>
<div class="name">Sabrina</div>
<div class="actor">Kitana Lure</div>
</div>
<div class="model">
<img class="photo" src='photo/Agatha.jpg'>
<div class="name">Agatha</div>
<div class="actor">Linn Karter</div>
</div>
<div class="model">
<img class="photo" src='photo/Zoe.jpg'>
<div class="name">Zoe</div>
<div class="actor">Ember Snow</div>
</div>
<div class="model">
<img class="photo" src='photo/Rebecca.jpg'>
<div class="name">Rebecca</div>
<div class="actor">Shalina Devine</div>
</div>
<div class="model">
<img class="photo" src='photo/Ruth.jpg'>
<div class="name">Ruth</div>
<div class="actor">Sarah Banks</div>
</div>
<div class="model">
<img class="photo" src='photo/Barbara.jpg'>
<div class="name">Barbara</div>
<div class="actor">Savannah Bond</div>
</div>
<div class="model">
<img class="photo" src='photo/Daisy.jpg'>
<div class="name">Daisy</div>
<div class="actor">Nicole Doshi</div>
</div>
<div class="model">
<img class="photo" src='photo/Bridget.jpg'>
<div class="name">Bridget</div>
<div class="actor">Jennifer White</div>
</div>
<div class="model">
<img class="photo" src='photo/Vivian.jpg'>
<div class="name">Vivian</div>
<div class="actor">Marley Brinx</div>
</div>
<div class="model">
<img class="photo" src='photo/Sandra.jpg'>
<div class="name">Sandra</div>
<div class="actor">Val Steele</div>
</div>
<div class="model">
<img class="photo" src='photo/Amanda.jpg'>
<div class="name">Amanda</div>
<div class="actor">Lilu Moon</div>
</div>
<div class="model">
<img class="photo" src='photo/Margaret.jpg'>
<div class="name">Margaret</div>
<div class="actor">Gia Milana</div>
</div>
<div class="model">
<img class="photo" src='photo/Deborah.jpg'>
<div class="name">Deborah</div>
<div class="actor">Riley Steele</div>
</div>
<div class="model">
<img class="photo" src='photo/Elizabeth.jpg'>
<div class="name">Elizabeth</div>
<div class="actor">Nelly Kent</div>
</div>
<div class="model">
<img class="photo" src='photo/Harley.jpg'>
<div class="name">Harley</div>
<div class="actor">Natalia Starr</div>
</div>
</div><!-- / models -->
</div><!-- / credits -->
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div><style>body {background-image: url(bg/code.jpg);}</style>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<style>
.changelog .title {font-size: 20px; margin: 35px 0 20px;}
</style>
<div class="changelog">
<<do>>
<center><h1>Changelog:</h1></center>
<hr>
<div class="title">Version 1.3:</div>
<ul>
<li>216 new video files with hot scenes for quests with city NPCs have been added.</li>
<li>Dialogues have been added for each of the 216 new video files (hot scenes).</li>
<li>New quest dialogues have been added.</li>
<li>All 216 new videos now have sound.</li>
<li>The models for city NPCs have been replaced with new ones.</li>
<li>Vivian: New model. All videos replaced with new ones.</li>
<li>Sandra: New model. All videos replaced with new ones.</li>
<li>Margaret: New model. All videos replaced with new ones.</li>
<li>Deborah: New model. All videos replaced with new ones.</li>
<li>Daisy: Same model. All videos replaced with new ones.</li>
<li>Bridget: Same model. All videos replaced with new ones.</li>
<li>Amanda: Same model. All videos replaced with new ones.</li>
<li>Elizabeth: Same model. All videos replaced with new ones.</li>
<li>The photos of city NPCs have been replaced with new, higher-quality ones.</li>
<li>The avatars of city NPCs have been replaced with new.</li>
<li>Some technical issues in the game code have been fixed.</li>
<li>Some spelling mistakes in the game texts have been corrected.</li>
</ul>
<div class="title">Version 1.2:</div>
<ul>
<li>626 new video files with erotic scenes have been added.</li>
<li>Dialogues have been added for each of the 626 new video files (erotic scenes).</li>
<li>New quest dialogues have been added.</li>
<li>Changes have been made to the storylines of Amy, Vanessa, Ruby, Sophia, Mary and Camilla.</li>
<li>All new videos now have sound.</li>
<li>A global volume control feature has been added to the game.</li>
<li>7 new models have been replaced with new ones.</li>
<li>Amy: Same model. All videos replaced with new ones.</li>
<li>Vanessa: New model. All videos replaced with new ones.</li>
<li>Ruby: New model. All videos replaced with new ones.</li>
<li>Sophia: Same model. All videos replaced with new ones.</li>
<li>Stacy: Same model. All videos replaced with new ones.</li>
<li>Camilla: New model. All videos replaced with new ones.</li>
<li>Sabrina: New model. All videos replaced with new ones.</li>
<li>Agatha: Same model. All videos replaced with new ones.</li>
<li>Zoe: New model. All videos replaced with new ones.</li>
<li>Rebecca: Same model. All videos replaced with new ones.</li>
<li>Ruth: New model. All videos replaced with new ones.</li>
<li>Barbara: Same model. All videos replaced with new ones.</li>
<li>At the end of the workday (after 6:00 PM), the player will be taken to the map instead of the corporation building's parking lot (reducing the number of unnecessary clicks).</li>
<li>Previously, when a hybrid appeared, equipment damage increased to 80%. Now, the percentage of equipment damage increases by 30% but cannot exceed 80%. This way, the damage to equipment in the event of a hybrid appearance will almost always be less than 80%, and the repair cost will depend on how well you maintained the equipment earlier.</li>
<li>Previously, when a hybrid appeared, you lost 100% of the essence needed for testing. Now, the amount of essence lost has been reduced from 100% to 60%.</li>
<li>At the request of players, the number of save slots has been increased to 12.</li>
<li>All old cheat codes have been replaced with new ones.</li>
<li>Added a cheat code for infinite energy.</li>
<li>Added a cheat code for infinite hygiene.</li>
<li>Added a cheat code for muscle boost.</li>
<li>Added a cheat code for charisma boost.</li>
<li>The entire morning routine with the press of a single button.</li>
<li>Added the button "Arrive at the Lab at the Start of the Workday", which appears only in the morning (before 8:30 AM) and allows the player to quickly move from home to the lab without extra clicks and waiting.</li>
<li>At the request of many players, buttons "+ 15 min" and "Wait 15 min" have been added.</li>
<li>The number of annoying notifications asking to subscribe to the game developer has been reduced. Now these notifications are present only where there is interaction with extra models, access to whose quests can be obtained by subscribing. Now everything is fair, I think.</li>
<li>New shops have been unlocked.</li>
<li>Added a new Intro.</li>
<li>Optimized the sidebar.</li>
<li>Redesigned the cheat code page.</li>
<li>Added a list of models (Credits).</li>
<li>Added a list of changes (Changelog).</li>
<li>Fixed some bugs in the game's code.</li>
</ul>
<div class="title">Version 1.1:</div>
<ul>
<li>Added five new city girls.</li>
<li>Added nine quests for each new girl.</li>
<li>Added amusing story events for each new girl.</li>
<li>Increased the overall gameplay duration by approximately 6 hours.</li>
<li>Added the cheat code to unlock new girls.</li>
<li>Added new shops. Added new items to the shops.</li>
<li>Added new cheat codes for money, essence, and the gallery.</li>
<li>Rebalanced the cheat codes for money and essence.</li>
<li>Fixed some bugs in the game's code.</li>
</ul>
<div class="title">Version 1.0:</div>
<ul>
<li>Added five new city girls.</li>
<li>Added nine quests for each new girl.</li>
<li>Added amusing story events for each new girl.</li>
<li>Increased the overall gameplay duration by approximately 6 hours.</li>
<li>Added the cheat code to unlock new girls.</li>
<li>Added new shops.</li>
<li>Added new items to the shops.</li>
<li>Added new cheat codes for money, essence, and the gallery.</li>
<li>Rebalanced the cheat codes for money and essence.</li>
<li>Fixed some bugs in the game's code.</li>
</ul>
<</do>>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<style>body {background-image: url(bg/biolab.jpg);}</style>
<style>
.chapter-title {
margin: 30px 0;
padding: 2%;
border-radius: 12px;
overflow: hidden;
background: #08151d;
border: 1px solid rgba(255,255,255,30%);
-webkit-box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
-moz-box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
}
.chapter-subtitle {
margin: 30px 0 0;
padding: 3% 4%;
border-radius: 12px;
overflow: hidden;
background: rgba(8, 21, 29, 85%);
border: 1px solid rgba(255,255,255,30%);
-webkit-box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
-moz-box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
box-shadow: 0px 0px 5px 7px rgb(0 0 0 / 40%);
}
</style>
<div class="chapter-title">
<img style="max-width: 100%; height: auto; display: block;" src="img/title-img.jpg">
<img style="max-width: 70%; height: auto; margin: -15% auto 2%; display: block;" src="img/title-text.png">
</div>
<div class="chapter-subtitle">
<center style="margin-top: 7px; margin-bottom: 20px; font-size: 13px; line-height: 20px;">
This game is intended for mature audiences of the age of 18 and over! By starting the game you cofirm that you are at least 18 years of age or the age of majority in the jurisdiction you are accessing the game from.
</center>
<div class="go" style="marin: 0 5%;">[[I am aged 18 or over|Intro1]]</div>
</div><style>body {background-image: url(bg/code.jpg);}</style>
<<set _passage = passage(); >>
<<set _cheats = {
money: 'fd1777c4f71d13e39316db3bc79b90d4',
essence: '8ca46bb003b10211a8126e2a548cde6c',
models: 'fc51405208ecff9430e353bbcd3f2bfb',
gallery: '479cba30111283fb14e4c0e728241454',
energy: '63dd7137cc1db5e98874ff89db440b98',
hygiene: 'a23e915162a113637f8d8b25bef824b9',
muscles: '638a0a13d0498a55a9dfd5b89db7c278',
charisma: 'c9216f2d028320d16aa43db4d8710bdd'
}; >>
<<do>>
<div class='cheats'>
<div class="title">Enter cheat code: </div>
<div class="form">
<<textbox "_rawCode" "">>
<<button "Ok">>
<<set _rawCode = _rawCode.trim(); >>
<<if setup.PASS(_rawCode) === _cheats.money>>
<<set
$p.You.GetMoney += 2000;
$cheatRezult = '<span><i>Cheat code accepted.</i><br> <b><u>You received: $2000.</u></b> <i style="display: block; margin-top: 10px; font-size: 12px; line-height: 15px;">Note: You can use this code multiple times.</i></span>';
>>
<<CleanTag1>>
<<elseif setup.PASS(_rawCode) === _cheats.essence>>
<<set
$bio.GetEssence += 2000;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>You received: 2000 oz of essence.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! Synthesizing the Essence of Sexuality unlocks access to Amy's events, Joe's events, 35 erotic scenes in other departments, and some other events. Therefore, use this cheat code only if you do not have enough essence to test the essence on volunteers.</i></span>";
>>
<<CleanTag2>>
<<elseif setup.PASS(_rawCode) === _cheats.gallery>>
<<set
$t.OpenGallery = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> Now you can find the link to the Porn Gallery in the sidebar.</span>';
>>
<<CleanTag3>>
<<elseif setup.PASS(_rawCode) === _cheats.models>>
<<set
$t.AddNewModels = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> <b><u>Quests for Sandra, Amanda, Margaret, Deborah and Elizabeth are unlocked.</u></b></span>';
>>
<<CleanTag4>>
<<elseif setup.PASS(_rawCode) === _cheats.energy>>
<<set
$t.UnlimEnergy = 1;
$cheatRezult = '<span><i>Cheat Code for unlimited energy accepted.</i></span>';
>>
<<CleanTag5>>
<<elseif setup.PASS(_rawCode) === _cheats.hygiene>>
<<set
$t.UnlimHygiene = 1;
$cheatRezult = '<span><i>Cheat Code for unlimited hygiene accepted.</i></span>';
>>
<<CleanTag6>>
<<elseif setup.PASS(_rawCode) === _cheats.muscles>>
<<set
$p.You.GetMuscles += 20;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>Muscles: +20.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! You can use this cheat code an unlimited number of times. However, you should only use it when it's truly necessary to complete a quest, because the girls will always want to see you more muscular than you currently are in the game!</i></span>";
>>
<<CleanTag7>>
<<elseif setup.PASS(_rawCode) === _cheats.charisma>>
<<set
$p.You.GetCharisma += 20;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>Charisma: +20.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! You can use this cheat code an unlimited number of times. However, you should only use it when it's truly necessary to complete a quest, because the girls will always want to see you more charismatic than you are at this point in the game!</i></span>";
>>
<<CleanTag8>>
<<else>>
<<set $cheatRezult = '<span style="color:red">Invalid cheat code. Please try again.</span>'; >>
<</if>>
<<goto _passage>>
<</button>>
</div>
<div id="rezult">
<<if $cheatRezult>><<=$cheatRezult>><</if>>
</div>
<<set $cheatRezult = '';>>
</div>
<div style="border-top: 1px dotted rgba(255, 255, 255, 0.3);">
<div style="font-size: 15px; margin: 16px 0 10px;">
<center><b><u>Get Cheat Codes:</u></b></center>
</div>
<<subscribe2>>
</div>
<</do>>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<<widget "CleanTag1">>
<<set
$p.You.money += 2000;
$cheatRezult = '<span><i>Cheat code accepted.</i><br> <b><u>You received: $2000.</u></b> <i style="display: block; margin-top: 10px; font-size: 12px; line-height: 15px;">Note: You can use this code multiple times.</i></span>';
>>
<</widget>><<widget "CleanTag2">>
<<set
$bio.essence += 2000;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>You received: 2000 oz of essence.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! Synthesizing the Essence of Sexuality unlocks access to Amy's events, Joe's events, 35 erotic scenes in other departments, and some other events. Therefore, use this cheat code only if you do not have enough essence to test the essence on volunteers.</i></span>";
>>
<</widget>><<widget "CleanTag3">>
<<set
$t.showGallery = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> Now you can find the link to the Porn Gallery in the sidebar.</span>';
>>
<</widget>><<widget "CleanTag4">>
<<set
$t.newModels = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> <b><u>Quests for Sandra, Amanda, Margaret, Deborah and Elizabeth are unlocked.</u></b></span>';
>>
<</widget>><<widget "CleanTag5">>
<<set
$t.energy = 1;
$cheatRezult = '<span><i>Cheat Code for unlimited energy accepted.</i></span>';
>>
<</widget>><<widget "CleanTag6">>
<<set
$t.hygiene = 1;
$cheatRezult = '<span><i>Cheat Code for unlimited hygiene accepted.</i></span>';
>>
<</widget>><<widget "CleanTag7">>
<<set
$p.You.muscles += 20;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>Muscles: +20.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! You can use this cheat code an unlimited number of times. However, you should only use it when it's truly necessary to complete a quest, because the girls will always want to see you more muscular than you currently are in the game!</i></span>";
>>
<</widget>><<widget "CleanTag8">>
<<set
$p.You.charisma += 20;
$cheatRezult = "<span><i>Cheat Code accepted.</i><br> <b><u>Charisma: +20.</u></b> <i style='display: block; margin-top: 10px; font-size: 12px; line-height: 15px;'>Note! You can use this cheat code an unlimited number of times. However, you should only use it when it's truly necessary to complete a quest, because the girls will always want to see you more charismatic than you are at this point in the game!</i></span>";
>>
<</widget>><style>body {background-image: url(bg/abstract.jpg);}</style>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<div class="supporters">
<style>
.supporters .title {
font-size: 30px;
line-height: 37px;
font-weight: bold;
text-align: center;
margin: 17px 0;
}
.supporters .subtitle {
font-size: 15px;
line-height: 20px;
margin: 20px 0;
border-top: 1px solid rgba(255,255,255,0.5);
border-bottom: 1px solid rgba(255,255,255,0.5);
padding: 15px 0;
}
.supporters .items {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 -3%;
overflow: hidden;
margin-bottom: 20px;
width: 90%;
}
.supporters .item {
flex: 1 160px;
margin: 0 3%;
padding: 0 5px;
box-sizing: border-box;
text-decoration: none;
overflow: hidden;
text-align: left
}
.supporters UL {
margin: 0;
}
.supporters LI {
font-weight: bold;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
padding-bottom: 7px;
border-bottom: 1px dotted rgba(255,255,255,0.5);
}
</style>
<<do>><center>
<div class="title">Friends List</div>
<div class="subtitle">
Only thanks to these people, my work on the development of the game «SexMachine» continues. Thank you for supporting and inspiring me, Friends:
</div>
<div class="items">
<div class="item">
<ul>
<li>Gia DiMarco</li>
<li>Luna Star</li>
<li>AJ Applegate</li>
<li>Lisa Ann</li>
<li>Jolee Love</li>
<li>Aiden Starr</li>
<li>Khloe Kapri </li>
</ul>
</div>
<div class="item">
<ul>
<li>Gia DiMarco</li>
<li>Luna Star</li>
<li>AJ Applegate</li>
<li>Lisa Ann</li>
<li>Jolee Love</li>
<li>Aiden Starr</li>
<li>Khloe Kapri </li>
</ul>
</div>
</div>
</center><</do>>
</div>
<div class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<<widget "video">>
<<set
/* адрес видеофайла */
_src = _args[0];
/* громкость звука */
_vol = 'this.volume = ' + $volume;
/* удаляем адрес видео из параметров видео */
_params = _args.slice(1);
/* html-код видео */
_video = '';
>>
/* параметры и настройки видео */
<<if _params.length > 0>>
<<set _params = _params.join(" ");>> /* параметры заданы вручную */
<<else>>
<<set _params = "autoplay loop controls";>> /* параметры поумолчанию */
<</if>>
/* собираем html-код видео */
<<set _video += '<video ' + _params + ' onloadstart="' + _vol + '">';>>
<<set _video += '<source src="' + _src + '" type="video/mp4">';>>
<<set _video += '</video>';>>
/* выводим html-код видео */
<div class="video">_video</div>
<</widget>><div class="config">
/* save */
<<link "<img src='img/save-icon.png'>">>
<<script>>UI.saves();<</script>>
<</link>>
/* restart */
<<link "<img src='img/reload-icon.png'>">>
<<script>>UI.restart();<</script>>
<</link>>
/* fullscreen */
<<link "<img src='img/fullscreen-icon.png'>">>
<<script>>Fullscreen.toggle();<</script>>
<</link>>
/* volume */
<style>
#volume-change {text-align: center;}
#volume-change BUTTON {border-radius: 50%; box-sizing: border-box;}
#volume-change BUTTON {width: 34px; height: 34px; line-height: 34px;}
#volume-change BUTTON {padding: 0;}
#volume-apply {text-align: center; margin-top: 10px;}
#volume-apply BUTTON {padding: 8px 12px; width: 135px; border-radius: 2px;}
#volume-temp {display: inline-block; width: 57px; font-size: 17px;}
</style>
<<link "<img src='img/volume-icon.png'>">>
<<script>>
Dialog.setup("🔊 Volume Settings");
Dialog.wiki("
<<set _vol = $volume*100;>>
<div id='volume-change'>
<<button '-'>>
<<if _vol != 0>>
<<set _vol -= 5;>>
<<replace '#volume-temp'>>_vol%<</replace>>
<</if>>
<</button>>
<span id='volume-temp'>_vol%</span>
<<button '+'>>
<<if _vol != 100>>
<<set _vol += 5;>>
<<replace '#volume-temp'>>_vol%<</replace>>
<</if>>
<</button>>
</div><!-- / #volume-change -->
<div id='volume-apply'>
<<button 'Apply'>>
<<set $volume = _vol/100;>>
<<script>>
jQuery('video').prop('volume', State.getVar('$volume'));
<</script>>
<<run Dialog.close()>>
<</button>>
</div><!-- / #volume-apply -->
");
Dialog.open();
<</script>>
<</link>>
</div><!-- / .config --><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-6.mp4>>
<<say 'Sabrina'>>
Oh god, yes! Fuck me harder! I love how you're pounding me from behind. The Essence of Sexuality has really heightened my senses and I can feel every thrust deeper and harder. Your cock feels so fucking good inside me. I can't get enough of this intense pleasure, keep going!
<</say>>
<<say 'You'>>
You like that, huh? Your ass is so fucking tight, it's driving me wild. I'm gonna make you scream with pleasure, just hold on tight.
<</say>>
<<say 'Sabrina'>>
Yes, yes, don't stop! I want more of your hard cock deep inside me. I'm on the edge of cumming, fuck me like the dirty little slut I am. Make me yours, professor! Fuck me! Fuck me! Fuck me!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-7.mp4>>
<<say 'Sabrina'>>
Oh fuck, this feels fucking amazing! I've never felt so fucking intense before!
<</say>>
<<say 'You'>>
Yeah, you like that, huh? That's the power of the Essence of Sexuality, baby.
<</say>>
<<say 'Sabrina'>>
Shit, it's like my whole fucking body is on fire! I fucking love it! Keep going, don't fucking stop!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest1-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-1-8.mp4>>
<<say 'Sabrina'>>
Oh my god, that was amazing. It tastes so good, I can't get enough of it. Your cum is like a sweet, delicious treat that I can't resist. I want to savor every drop of it and make sure to swallow it all. It's like a gift from you that I eagerly accept and enjoy.
<</say>>
<<say 'You'>>
I love how much you enjoy it, it turns me on so much. Your enthusiasm for my cum drives me wild and makes me want to give you even more. I love watching you swallow it all and seeing the pleasure on your face.
<</say>>
<<say 'Sabrina'>>
I can't help it, I just love the feeling of your cum in my mouth. It's like the ultimate form of intimacy between us. I love how it tastes and feels, and how it makes me feel so connected to you. I want to please you in every way possible, and taking your cum is one of the best ways I know how. I crave it and can't get enough of it, it's like a drug that I need to survive.
<</say>>
<div class="go">
[[Finish the Practical Test|SabrinaSexTest1-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Sabrina takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Sabrina/photo-1.jpg">
</div>
<<say 'You'>>
Sabrina, thank you for participating in our study. We now kindly ask you to take part in a post-trial survey. Your honesty and insights are crucial in helping us analyze the effects of the Essence of Sexuality. Just answer the questions that the COMPUTER will present to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your appearance, specifically increasing your breast and buttocks size?
<</say>>
<<say 'Sabrina'>>
Well, let me tell you, this Essence of Sexuality is like magic! After taking it, my breasts have definitely increased in size, they feel fuller and firmer. And my butt? Oh my god, it's like it's been lifted and sculpted to perfection. I feel so much more confident and sexy with these changes, it's like a dream come true!
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality impacted your overall appearance and confidence level?
<</say>>
<<say 'Sabrina'>>
Oh, I have never felt more beautiful and confident in my entire life! The Essence of Sexuality has not only enhanced my curves, but it has also given me this radiant glow and sex appeal that I never knew I had. I walk with my head held high, feeling like a goddess. I catch myself in the mirror and I can't help but admire the stunning woman looking back at me. It's like I'm living in a fantasy, but it's my reality now, thanks to this amazing Essence.
<</say>>
<<say 'Computer'>>
Question #3: Have you noticed any changes in the way you feel during sexual activities after using the Essence of Sexuality?
<</say>>
<<say 'Sabrina'>>
Oh, absolutely! Using the Essence of Sexuality has completely transformed my experience during sex. Everything feels more intense, more pleasurable. I am more in tune with my body, more sensitive to every touch and sensation. It's like every touch sends shivers down my spine, and every kiss feels electrifying. It's like the Essence has awakened a sexual beast within me, and I can't get enough of it. I feel more passionate, more alive, and more satisfied than ever before. It's like I've unlocked a whole new level of pleasure, and I never want to go back.
<</say>>
<<say 'Computer'>>
Question #4: Did you experience any discomfort from using the Essence of Sexuality?
<</say>>
<<say 'Sabrina'>>
Honestly, there was a bit of a weird sensation at first, like a tingling feeling all over my body, but it quickly turned into pure ecstasy. I mean, I was a bit hesitant at first, but once the magic started happening, all doubts went out the window. I felt so damn good that any discomfort I might have felt was totally worth it. I would do it all over again in a heartbeat.
<</say>>
<<set $p.Sabrina.quest++;>>
<<do>>
Sabrina's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-6.mp4>>
<<say 'Sabrina'>>
Oh my god, professor, this essence of sexuality you gave me is driving me crazy! I've never felt so aroused in my life. I want you to take me like never before, make me yours completely.
<</say>>
<<say 'You'>>
I knew you would love it, my dear. The power of this essence is unmatched, it enhances every sensation, every touch. I want to show you the depths of pleasure you've never experienced before.
<</say>>
<<say 'Sabrina'>>
Yes, yes, please show me, professor. I want to feel everything, every inch of you. I want to lose myself in this moment, in this passion. I want you to take me to the edge and beyond.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-7.mp4>>
<<say 'Sabrina'>>
Oh, professor, fuck me harder between my tits! I love feeling your cock sliding between them, it's so fucking hot. Give it to me rough, I want to feel your dominance over me.
<</say>>
<<say 'You'>>
Yes, you like it when I use you for my pleasure? I can't get enough of your perfect tits wrapped around my cock. You were made to be fucked hard and fast, weren't you?
<</say>>
<<say 'Sabrina'>>
Yes, yes, that's it! Pound me with that big hard cock and cover my tits with your cum. I want to feel you explode all over me!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-2-8.mp4>>
<<say 'Sabrina'>>
Oh my god, yes, right there, cover my tits with your hot cum. I love feeling your release all over me, it makes me feel so dirty and turned on. Your pleasure is my pleasure, baby, and I can't get enough of it.
<</say>>
<<say 'You'>>
Fuck, that was intense. Seeing my cum dripping down your tits is such a fucking turn on. You're so fucking hot when you're covered in my cum, it's like you're begging for more.
<</say>>
<<say 'Sabrina'>>
I want more, I need more. Your cum on my tits makes me feel so fucking dirty and horny. I never knew I could get so turned on by it, but now I can't imagine sex without it. Keep cumming for me, baby, I want to feel it all over me.
<</say>>
<div class="go">
[[Finish the Practical Test|SabrinaSexTest2-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Sabrina takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Sabrina/photo-1.jpg">
</div>
<<say 'You'>>
Well done, Sabrina! You have successfully completed the testing phase with the Essence of Sexuality. Now, to further contribute to our research, we would like you to participate in a brief survey. Right now the COMPUTER will ask you several questions. Your feedback will be invaluable in understanding the impact of the Essence on your experience. Please answer the questions that the COMPUTER will ask you right now.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido? Have you noticed an increase in sexual desire since using it?
<</say>>
<<say 'Sabrina'>>
Oh, let me tell you, that Essence of Sexuality is like a fucking fire burning inside me! My libido has gone through the roof, I can't stop thinking about sex! It's like I'm constantly turned on and ready to go, it's insane! Before, I would need some coaxing, but now I'm just raring to go all the time!
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Sabrina'>>
Oh, my god! Let me just say that oral sex now feels like a fucking symphony of pleasure! There's so much sensitivity and every touch just sends shivers down my spine. It's like every touch is magnified a hundredfold! It's like my whole body is on fire with pleasure, it's mind-blowing!
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Sabrina'>>
Oh, vaginal sex has become an out-of-body experience with the Essence of Sexuality! It's like every thrust, every movement is intensified, and I feel like I'm reaching peaks of pleasure I never even knew existed! It's like the whole world fades away, and all that's left is this overwhelming sensation of ecstasy that just consumes me! It's like nothing I've ever experienced before, it's fucking addictive!
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Sabrina'>>
Well, anal sex with the Essence of Sexuality is like a rollercoaster of sensation! It's like every movement, every touch is magnified and intensified to the point where I feel like I'm on the brink of explosion! It's like a combination of pleasure and pain that just takes me to another realm of satisfaction! It's like a taboo pleasure that I can't get enough of, it's mind-blowing!
<</say>>
<<set $p.Sabrina.quest++;>>
<<do>>
Sabrina's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Sabrina'>>
Cum in my mouth, professor. I want to taste every drop of your hot load.
<</say>>
<<say 'You'>>
You want my cum in your mouth, baby? Open wide and take it all.
<</say>>
<<video video/Sabrina/Sabrina-3-6.mp4>>
<<say 'Sabrina'>>
Mmm, yes, that's it. I love feeling you explode in my mouth. Your taste drives me wild. The Essence of Sexuality is really making me feel more aroused.
<</say>>
<div class="go">
[[Finish the Practical Test|SabrinaSexTest3-7]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Sabrina takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Sabrina/photo-1.jpg">
</div>
<<say 'You'>>
Congratulations, Sabrina! You've been an excellent participant so far. In order to conclude this phase of the experiment, we need your input. Please take a moment to complete a survey that will assist us in evaluating the outcomes of the Essence of Sexuality on your sexual experiences. The COMPUTER will ask you a few simple questions right now. Please answer them honestly.
<</say>>
<<say 'Computer'>>
Question #1: How did the Essence of Sexuality affect the sensitivity of your genital organs?
<</say>>
<<say 'Sabrina'>>
Oh, I can't even describe how incredibly heightened the sensitivity of my genital organs became after using the Essence of Sexuality. Every touch, every sensation, it was like fireworks exploding inside me. It was like I could feel every little movement, every little caress, amplified a hundredfold. The pleasure was intense, overwhelming, and so, so deliciously addictive. I felt like I was floating on a cloud of pure ecstasy, completely lost in a whirlwind of pleasure and desire. It was unlike anything I've ever experienced before.
<</say>>
<<say 'Computer'>>
Question #2: Were there any changes in the way your body responded to sexual stimuli after using the Essence of Sexuality?
<</say>>
<<say 'Sabrina'>>
Oh, absolutely! The Essence of Sexuality completely transformed the way my body responded to sexual stimuli. It was like my body was on fire with passion and desire, every touch sending shivers down my spine, every whisper igniting a spark of arousal deep within me. It was an overwhelming, intoxicating experience that left me craving for more, more, more.
<</say>>
<<say 'Computer'>>
Question #3: Did you notice any changes in your ability to reach orgasm after using the Essence of Sexuality?
<</say>>
<<say 'Sabrina'>>
Well, the Essence of Sexuality unlocked a whole new world of pleasure for me. My ability to reach orgasm was not just enhanced, it was elevated to heights I never thought possible. Every climax was like an explosion of pure ecstasy, rippling through my body in waves of intense pleasure and bliss. It was like my orgasms were deeper, more intense, more fulfilling than ever before. I felt like I was on the edge of an abyss of pleasure, ready to plunge into its depths and never resurface. It was a mind-blowing, earth-shattering experience that left me utterly breathless and completely satisfied.
<</say>>
<<say 'Computer'>>
Question #4: How did the Essence of Sexuality impact your overall sexual experience?
<</say>>
<<say 'Sabrina'>>
Honestly, the Essence of Sexuality completely revolutionized my sexual experience. It was like I was reborn into a world of endless pleasure and desire, where every touch, every kiss, every caress sent me spiraling into a whirlwind of ecstasy. It was like I was living in a dream of undiluted sensuality, where my every fantasy came alive and every desire was fulfilled. I felt like I was a goddess of pleasure, basking in the adoration and worship of my own body. It was a transcendent, otherworldly experience that left me floating on a cloud of bliss and fulfillment.
<</say>>
<<set $p.Sabrina.quest++;>>
<<do>>
Sabrina's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-6.mp4>>
<<say 'Sabrina'>>
Fuck, yes! You feel so good inside me, filling me up completely. I love how you're taking me, using me for your pleasure. Don't stop, keep fucking me harder!
<</say>>
<<say 'You'>>
You like that, huh? You like it when I take control and just use your ass however I want? You're so fucking tight, it's driving me crazy. I'm gonna make you scream, make you beg for more.
<</say>>
<<say 'Sabrina'>>
Oh god, don't stop! Don't you dare stop, I need more of you. I need your cock, I'm your dirty little anal whore, and I want you to fuck me hard. The Essence is making me feel everything so much stronger.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-4-7.mp4>>
<<say 'Sabrina'>>
Oh professor, I love it when you let me ride your cock like this. I can feel every inch of you inside me, stretching me out so good. I want to make you feel as good as you make me feel!
<</say>>
<<say 'You'>>
Fuck, you look so hot bouncing on my cock like that. Your ass looks amazing as you take me deeper and deeper.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'You'>>
Fuck, that's it, take it all, take my cum in your mouth. You're such a fucking good girl, such a dirty little slut for my cock. I'm going to fill you up, make you swallow every last bit of me.
<</say>>
<<video video/Sabrina/Sabrina-4-8.mp4>>
<<say 'Sabrina'>>
Mmm, yes, baby, give me all of it. I want to taste your cum, I want to feel you in my mouth. Give it to me. I want to swallow every last drop of your cum.
<</say>>
<div class="go">
[[Finish the Practical Test|SabrinaSexTest4-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Sabrina takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Sabrina/photo-1.jpg">
</div>
<<say 'You'>>
Thank you, Sabrina, for your cooperation in our research. As we near the end of this stage, we would appreciate your feedback through a short questionnaire. The information you provide will significantly contribute to our understanding of the effects of the Essence of Sexuality. Simply respond to the questions that will be posed to you by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your skin?
<</say>>
<<say 'Sabrina'>>
Oh, let me tell you, the Essence of Sexuality has turned my skin into a raging furnace of sensitivity! Every caress, sends shivers down my spine and ignites a fire within me. It's like every nerve ending in my body is on overdrive, ready to explode with pleasure. I can feel every single sensation with an intensity I never thought possible. It's absolutely mind-blowing!
<</say>>
<<say 'Computer'>>
Question #2: Can you describe in detail the heightened sensitivity you experience after applying the Essence of Sexuality?
<</say>>
<<say 'Sabrina'>>
Oh, the Essence of Sexuality has transformed my body into a temple of pleasure! Every touch feels like an electric shock, sending waves of ecstasy coursing through me. My skin is like a canvas, ready to be painted with the brush of desire. I can feel every single caress, every whisper of breath, as if it's etched into my very soul. It's an experience beyond words, a symphony of sensations that leaves me craving for more.
<</say>>
<<say 'Computer'>>
Question #3: The next phase of testing is the final one. What are your expectations for the last phase of testing?
<</say>>
<<say 'Sabrina'>>
Oh, I can't wait for the final phase of testing. I expect it to be the most intense, the most satisfying, the most mind-blowing experience of my life. I want to be pushed to my limits, to experience pleasure beyond anything I've ever felt before. I want to be completely consumed by the Essence of Sexuality and lose myself in pure ecstasy. I'm ready for it, I'm craving it, I'm... I'm just so damn excited for what's to come. Bring it on!
<</say>>
<<set $p.Sabrina.quest++;>>
<<do>>
Sabrina's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sabrina/Sabrina-5-6.mp4>>
<<say 'Sabrina'>>
Oh yes, I love feeling you inside me. I want you to take me, to show me how much you want me. Make me feel every inch of you, make me scream with pleasure. I'm yours to use, take me however you want.
<</say>>
<<say 'You'>>
You look so fucking hot laying there, ready for me to take you. I want to feel you tighten around me, feel every inch of you.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Sabrina'>>
I crave your cum on me, come all over me, show me how much you want me. I'm your dirty little whore, make me yours completely.
<</say>>
<<video video/Sabrina/Sabrina-5-7.mp4>>
<<say 'Sabrina'>>
Oh fuck, I love feeling your cum on my clit, it's driving me wild. Mmmmm, I'm your dirty little cum slut, professor. The Essence of Sexuality has completely transformed this experience for me, I never want it to end.
<</say>>
<div class="go">
[[Finish the Practical Test|SabrinaSexTest5-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Sabrina takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Sabrina/photo-1.jpg">
</div>
<<say 'You'>>
Sabrina, your involvement in our study has been much appreciated. In order to gather comprehensive data, we kindly request your participation in a survey. Your detailed responses will enable us to gauge the impact of the Essence of Sexuality on your sexual satisfaction.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with your participation in the volunteer program of the SexMachine corporation?
<</say>>
<<say 'Sabrina'>>
Oh hell yeah, I am more than satisfied! It's been an exhilarating experience, getting to try out the Essence of Sexuality and having mind-blowing sex with Mr. Turner. I mean, who wouldn't be thrilled about that? It's like a fantasy come true!
<</say>>
<<say 'Computer'>>
Question #2: How would you describe your experience of using the Essence of Sexuality on yourself?
<</say>>
<<say 'Sabrina'>>
Oh, let me tell you, it was intense! The Essence made me feel like a goddess in bed, like I could conquer the world with my sexuality. It heightened every sensation, every touch, every moan. I felt more alive, more desirable, more sensual than ever before. It was like unlocking a whole new level of pleasure!
<</say>>
<<say 'Computer'>>
Question #3: How much has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Sabrina'>>
Oh, it's turned my whole world upside down in the best way possible! My sex life has never been so freaking amazing. I feel more confident, more adventurous, more insatiable. The Essence has opened up a whole new realm of pleasure for me, one that I never even knew existed. It's like I've been reborn as a sexual creature, craving more and more of that mind-blowing experience.
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Sabrina'>>
Absolutely, without a doubt! I would shout it from the rooftops if I could! Every girl deserves to feel the ecstasy, the power, the sheer bliss that comes with using the Essence of Sexuality. It's a game-changer, a total game-changer in the bedroom. So yes, I would recommend it to every woman out there who wants to unleash her inner sex goddess!
<</say>>
<<set $p.Sabrina.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Sabrina's quest list has been updated.
<</do>>
<<do>>
Sabrina has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-6.mp4>>
<<say 'Agatha'>>
Fuck me from behind, baby. I love feeling you deep inside me, filling me up completely. You know how to make me scream with pleasure.
<</say>>
<<say 'You'>>
You're such a naughty girl, taking me in your ass like this. You love being my little anal slut, don't you? I'll give you what you need, fuck you hard and fast.
<</say>>
<<say 'Agatha'>>
Yes, I'm your anal slut, your dirty little whore. I want you to make me cum with your big cock, make me beg for more. I love how you take control and fuck me.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-1-7.mp4>>
<<say 'Agatha'>>
Oh baby, your cock feels so good inside me, hitting all the right spots. I want you to make me scream with pleasure.
<</say>>
<<say 'You'>>
You like it when I take you like this, huh? I can feel your body responding to the Essence, becoming more sensitive to my every move.
<</say>>
<<say 'Agatha'>>
Yes, Professor, I'm your willing test subject, and I'm enjoying every moment of it. The intensity of the sensations is overwhelming, pushing me to the edge of pleasure. I never knew anal sex could be this mind-blowing. Thank you for introducing me to the wonders of the Essence of Sexuality.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest1-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Cum in my mouth, baby, I want to taste you. I want to feel your hot load on my tongue, swallowing every drop. Give it to me, I need it.
<</say>>
<<video video/Agatha/Agatha-1-8.mp4>>
<<say 'You'>>
Take it all, baby. Drink every drop of my cum. You look so fucking hot with my load in your mouth. I love how you swallow it all, you're such a good little cum slut.
<</say>>
<<say 'Agatha'>>
Mmm, your cum tastes so good. I love feeling you explode in my mouth. I'll swallow every drop, I'm your filthy little cum whore.
<</say>>
<div class="go">
[[Finish the Practical Test|AgathaSexTest1-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Agatha takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Agatha/photo-1.jpg">
</div>
<<say 'You'>>
Congratulations, Agatha! You have successfully completed the testing phase with the Essence of Sexuality. Now, as part of our research process, we would like you to participate in a brief questionnaire to evaluate the effects of the Essence. Please, just answer the questions that the computer will ask you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your appearance, specifically increasing your breast and buttocks size?
<</say>>
<<say 'Agatha'>>
Oh my god, let me tell you, my body has never looked so damn good! My boobs are bigger, my ass is rounder, and I feel like a freakin' goddess. It's like I've been blessed by the sex gods themselves. I can't stop checking myself out in the mirror, it's insane!
<</say>>
<<say 'Computer'>>
Question #2: How have your sensations during sex changed after using the Essence of Sexuality?
<</say>>
<<say 'Agatha'>>
Holy shit, sex has never felt this good before. Every touch, every kiss, every thrust feels like pure ecstasy. It's like my whole body is on fire with pleasure. The orgasms are mind-blowing, I can't even put it into words. It's like I'm experiencing a whole new level of pleasure that I never even knew existed.
<</say>>
<<say 'Computer'>>
Question #3: Did you experience any discomfort from using the Essence of Sexuality?
<</say>>
<<say 'Agatha'>>
Discomfort? Hell no! If anything, I feel more comfortable and confident in my own skin than ever before. It's like the Essence of Sexuality has unlocked a whole new level of sexual liberation within me. I feel empowered and sexy as hell, discomfort is the last thing on my mind right now.
<</say>>
<<say 'Computer'>>
Question #4: Are you willing to continue the experiment with the Essence of Sexuality?
<</say>>
<<say 'Agatha'>>
Absolutely! Sign me up for round two, three, four, I don't care. I never want this feeling to end. I feel like a freakin' sex goddess and I never want to go back to how I was before. Bring on the Essence of Sexuality, I'm ready for more mind-blowing pleasure and body transformation!
<</say>>
<<set $p.Agatha.quest++;>>
<<do>>
Agatha's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Oh, Professor, I can't believe how amazing this feels. The Essence of Sexuality has heightened every sensation in my body, making this anal sex experience so much more intense and pleasurable. I feel like I'm on the edge of ecstasy with every thrust.
<</say>>
<<video video/Agatha/Agatha-2-6.mp4>>
<<say 'You'>>
You're so fucking tight, I can't get enough of you. Your ass feels so good around my cock, driving me wild.
<</say>>
<<say 'Agatha'>>
Yes, fuck me harder, Professor. I want you to make me scream with pleasure, make me beg for more. Your dick is all I need right now.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Oh god, give it to me, give me all of your cum. I want to feel you covering my face with your hot load.
<</say>>
<<say 'You'>>
You look so fucking hot with my cum all over your face. You're the dirtiest girl I know, and I love it.
<</say>>
<<video video/Agatha/Agatha-2-7.mp4>>
<<say 'Agatha'>>
Thank you for giving me your cum, I needed it so badly. I feel so good with your cum all over me. You're the best lover I've ever had.
<</say>>
<div class="go">
[[Finish the Practical Test|AgathaSexTest2-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Agatha takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Agatha/photo-1.jpg">
</div>
<<say 'You'>>
Agatha, your participation in our research has been invaluable so far. To further aid our research, we kindly ask you to take part in a questionnaire to provide us with more insights into the effects of the Essence of Sexuality. Please, cooperate with the computer as it guides you through the questions.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido?
<</say>>
<<say 'Agatha'>>
Oh my god, let me tell you, this Essence is like a fucking rocket fuel for my libido! Before I felt like my sex drive was stuck in neutral, but now it's revved up to the max. I can't stop thinking about sex, I want it all the time, and I feel so much more confident and sexy. The Essence of Sexuality has really awakened my desires and I'm loving every minute of it.
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Agatha'>>
Oral sex used to be nice, but now it's mind-blowing! With the Essence, my senses are so heightened, every touch, every lick, every kiss feels like an explosion of pleasure. I can't get enough of it, it's like I'm on a whole new level of ecstasy. The Essence of Sexuality has definitely amped up my oral sensations to an incredible degree.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Agatha'>>
Vaginal sex was good before, but with the Essence, it's borderline euphoric! The sensations are so much more intense and pleasurable now, it's like I can feel every inch of my body coming alive. Every thrust, every movement feels like pure bliss, and the orgasms are out of this world. The Essence of Sexuality has truly transformed my vaginal sex experience into something beyond words.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Agatha'>>
Anal sex was always a bit intimidating for me, but with the Essence, it's become surprisingly amazing! The sensations are so much more heightened and intense, it's like a rollercoaster of pleasure that I never want to get off. I feel so much more open, relaxed, and ready to enjoy every moment of it. The Essence of Sexuality has definitely changed my perspective on anal sex and made it a much more enjoyable and fulfilling experience.
<</say>>
<<set $p.Agatha.quest++;>>
<<do>>
Agatha's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-6.mp4>>
<<say 'Agatha'>>
Fuck, your cock is big, it's stretching me so much. I can barely handle how thick you are.
<</say>>
<<say 'You'>>
Yeah, baby, your pussy is so tight, it's like a vice grip around my cock. I love how you're gripping me, it's so fucking hot.
<</say>>
<<say 'Agatha'>>
Yes! Yes! Yes! Yes! Yes!!!!!! I want you to keep fucking me hard and deep.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-3-7.mp4>>
<<say 'Agatha'>>
Oh, yeah, take me from behind, show me who's in control. Your cock feels so good in me, pounding into me like that.
<</say>>
<<say 'You'>>
You like it rough, huh? Feeling my cock deep inside you, hitting that sweet spot again and again. You're such a dirty little slut, I love it.
<</say>>
<<say 'Agatha'>>
Fuck me harder, make me scream your name. I want you to dominate me, to make me yours. Your thrusts are driving me crazy, I need more.
<</say>>
<<say 'You'>>
That's right, baby, let yourself go. I can feel how wet and tight you are, it's driving me crazy.
<</say>>
<<say 'Agatha'>>
Yes, yes, don't stop, keep going! I want more, I need more of your primal energy. The Essence has unlocked a new level of ecstasy for me, I feel like I'm in a never-ending whirlwind of pleasure.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Oh fuck, yes, cum on my face, I want it all over me. I want to taste you, feel your hot cum on my skin. Give it to me, baby, cover me in your seed.
<</say>>
<<video video/Agatha/Agatha-3-8.mp4>>
<<say 'You'>>
You like it when I cum on your face, huh? You're such a dirty little slut. Here it comes, baby, take all of it.
<</say>>
<<say 'Agatha'>>
Yes, give me everything you've got, don't hold back. I want to feel your cum running down my face. I love when you come on my face, it's so fucking hot.
<</say>>
<div class="go">
[[Finish the Practical Test|AgathaSexTest3-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Agatha takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Agatha/photo-1.jpg">
</div>
<<say 'You'>>
Thank you for your willingness to be a part of our research, Agatha. As we move forward in our investigation of the Essence of Sexuality, we require your input input by completing a questionnaire. Simply respond to the queries presented to you by the computer.
<</say>>
<<say 'Computer'>>
Question #1: How did the Essence of Sexuality enhance your sexual sensitivity in your genital area?
<</say>>
<<say 'Agatha'>>
Oh, the Essence of Sexuality completely transformed my experience! I felt like every touch, every sensation was intensified to a whole new level. It was like fireworks going off in my most intimate parts, sending waves of pleasure through my entire body. I've never felt so alive and aroused before!
<</say>>
<<say 'Computer'>>
Question #2: Can you describe in explicit detail how the Essence of Sexuality affected your orgasms?
<</say>>
<<say 'Agatha'>>
Oh, my orgasms were mind-blowing! They were longer, more intense, and more frequent than ever before. It was like I was on a never-ending rollercoaster of ecstasy, reaching new peaks of pleasure with each climax. I could feel every muscle in my body tensing and releasing in pure pleasure. It was an experience beyond words!
<</say>>
<<say 'Computer'>>
Question #3: How did the Essence of Sexuality influence your level of arousal and desire during sexual activity?
<</say>>
<<say 'Agatha'>>
The Essence of Sexuality turned me into a insatiable beast! My arousal was through the roof, and my desire was insatiable. I couldn't get enough of the Professor, craving his touch, his kiss, his every move. I felt like a wild animal in heat, consumed by my own lust and desire. It was a primal and raw experience that I will never forget.
<</say>>
<<say 'Computer'>>
Question #4: Did the Essence of Sexuality bring about any new sexual sensations or experiences that you had never encountered before?
<</say>>
<<say 'Agatha'>>
Oh, absolutely! The Essence of Sexuality opened up a whole new world of sensations for me. I felt sensations I didn't even know existed, like a symphony of pleasure playing out in my body. Every touch, every stroke, every kiss was heightened to an unimaginable level of intensity. It was like I was experiencing sex for the first time all over again, but this time, it was more electrifying, more intoxicating, more addictive. It was an experience that left me craving more and more, unable to satisfy my newfound appetite for pleasure.
<</say>>
<<set $p.Agatha.quest++;>>
<<do>>
Agatha's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-4-6.mp4>>
<<say 'Agatha'>>
I love being on top, feeling you deep inside me as I ride you.
<</say>>
<<say 'You'>>
You look so sexy bouncing on my cock like that.
<</say>>
<<say 'Agatha'>>
I want to make you come, feel you explode inside me.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Oh, Professor, your cock feels so good inside me. This Essence of Sexuality is making me feel so sensitive and aroused. I love how rough you're being with me, it's driving me wild.
<</say>>
<<video video/Agatha/Agatha-4-7.mp4>>
<<say 'You'>>
You're so hot when you're pressed against me like this.
<</say>>
<<say 'Agatha'>>
I want you to fuck me harder, make me yours completely.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Agatha'>>
Give it to me, professor, I want to taste your cum.
<</say>>
<<video video/Agatha/Agatha-4-8.mp4>>
<<say 'You'>>
Yeah, take it all, swallow it all, you're such a good girl.
<</say>>
<<say 'Agatha'>>
Mmm, I love the way you fill me up, I want more of you.
<</say>>
<div class="go">
[[Finish the Practical Test|AgathaSexTest4-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Agatha takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Agatha/photo-1.jpg">
</div>
<<say 'You'>>
Agatha, your input in our study has been crucial in understanding the impact of the Essence of Sexuality. To continue this progress, we kindly request your participation in a questionnaire to further explore the effects. Please, follow the computer's instructions and answer the questions it presents to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality improved the sensitivity of your skin during the experiment?
<</say>>
<<say 'Agatha'>>
Well, let me tell you, the Essence of Sexuality has turned my skin into a whole new level of sensitivity. Every kiss feels like an explosion of pleasure on my skin. It's like my whole body is on fire with desire.
<</say>>
<<say 'Computer'>>
Question #2: Have you noticed any changes in the way your body responds to physical stimuli since the application of the Essence of Sexuality?
<</say>>
<<say 'Agatha'>>
Oh, absolutely! The Essence of Sexuality has made me so much more responsive to physical stimuli. My body reacts instantly to the slightest touch, sending shivers of pleasure down my spine. It's like my body is aching for more and more stimulation.
<</say>>
<<say 'Computer'>>
Question #3: In what ways do you feel the Essence of Sexuality has enhanced your overall sexual experience?
<</say>>
<<say 'Agatha'>>
The Essence of Sexuality has completely transformed my sexual experience. It's like I'm living in a whole new world of pleasure and desire. Every touch, every... you know, is amplified to the maximum. It's like I'm on a never-ending pleasure ride, craving more and more. It's truly mind-blowing how much the Essence has enhanced my sexual experience.
<</say>>
<<say 'Computer'>>
Question #4: The next phase of testing is the final one. What are your expectations for the last phase of testing?
<</say>>
<<say 'Agatha'>>
I can't wait for the final phase of testing! I expect it to be even more intense, more thrilling, more mind-blowing than ever before. I want to be taken to new heights of pleasure, to experience sensations I've never felt before. I'm ready for anything, and I'm counting down the minutes until the next session with the Professor. Bring it on!
<</say>>
<<set $p.Agatha.quest++;>>
<<do>>
Agatha's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-6.mp4>>
<<say 'Agatha'>>
Oh baby, I love feeling your cock in my ass while I'm on my back. It's so deep and hard, it makes me so wet. I want you to fuck me like this forever.
<</say>>
<<say 'You'>>
You look so fucking hot with my cock buried deep in your ass. I'm gonna make you cum so hard, you're my dirty little anal slut. Moan for me, baby.
<</say>>
<<say 'Agatha'>>
Yes, yes, keep fucking me like that. I'm your cock-hungry whore, fuck me harder. Oh god, I'm so close!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-7.mp4>>
<<say 'Agatha'>>
Harder, fuck me harder! I want you to really pound my tight little asshole. Yes, just like that, fill me up with your cock and make me scream with pleasure. Give it to me rough, show me how much you want me, professor.
<</say>>
<<say 'You'>>
You like it when I fuck your ass, don't you? You're such a dirty little slut, taking my cock in your tight hole like a good girl. I'm going to make you cum so hard, you won't be able to walk straight for days. You're my little anal whore, and you love it.
<</say>>
<<say 'Agatha'>>
Oh God, yes! I love it when you talk dirty to me while you fuck my ass. I can feel you getting closer to cumming, give it to me, give me all your hot load. I want to feel you explode on me.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Agatha/Agatha-5-8.mp4>>
<<say 'Agatha'>>
Oh fuck, I can feel your hot cum filling my mouth. I love the taste of you, it's like a sweet poison that I crave more and more. Keep feeding me, I want to swallow every drop of your seed and feel you pulsing in my mouth.
<</say>>
<<say 'You'>>
You're such a good little cock-sucker. I love watching you swallow every drop of my cum, it turns me on so much.
<</say>>
<<say 'Agatha'>>
Mmm, that was amazing. Your cum tastes so good, I could do this all day. The Essence of Sexuality is making me feel so incredibly horny, I can't control myself.
<</say>>
<div class="go">
[[Finish the Practical Test|AgathaSexTest5-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Agatha takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Agatha/photo-1.jpg">
</div>
<<say 'You'>>
As we enter the final phase of our research, Agatha, we ask for your cooperation in completing a questionnaire to evaluate the outcomes of the Essence of Sexuality on you. Your feedback is essential in advancing our understanding of this substance. Just respond to the questions posed by the computer.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with participating in the volunteer program of the SexMachine corporation?
<</say>>
<<say 'Agatha'>>
Oh, I am more than satisfied, I am ecstatic! Being a part of the volunteer program has been an eye-opening experience for me, and it has opened up a whole new world of pleasure and excitement. I never knew that experimenting with the Essence of Sexuality could bring me so much joy and satisfaction.
<</say>>
<<say 'Computer'>>
Question #2: How would you describe your experience of using the Essence of Sexuality on yourself?
<</say>>
<<say 'Agatha'>>
Using the Essence of Sexuality has been like stepping into a whole new dimension of sensuality and desire. It has awakened parts of me that I never even knew existed, and I have never felt so empowered and confident in my own sexuality. The experience has been nothing short of mind-blowing, and I can't wait to explore more of its potential.
<</say>>
<<say 'Computer'>>
Question #3: How much has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Agatha'>>
The Essence of Sexuality has completely revolutionized my sexual life in ways I could have never imagined. It has heightened my pleasure to new levels, and every touch, every caress, every kiss feels like pure ecstasy. I feel more alive, more vibrant, and more in tune with my desires than ever before. It has truly been a life-changing experience.
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Agatha'>>
Oh, absolutely! The Essence of Sexuality has brought me so much joy and fulfillment, and I would want every woman to experience the same level of pleasure and excitement that I have. It's like having a secret weapon that unlocks the doors to a world of pleasure and desire. I would highly recommend it to any girl who wants to embrace her sexuality to the fullest.
<</say>>
<<set $p.Agatha.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Agatha's quest list has been updated.
<</do>>
<<do>>
Agatha has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-1-6.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock feels so good inside my ass while I lay like this, baby. I love how deep you're filling me up right now. Keep fucking me harder, I want to feel you all the way inside me. You're making me so wet, I can't get enough of this.
<</say>>
<<say 'You'>>
Yeah, that's it, baby, take all of it deep inside you. I want to see you beg for more, I want you to scream for me. You're mine, all mine.
<</say>>
<<say 'Zoe'>>
Yes, I'm yours, fuck me however you want. The way you're pounding into me, it's like I've never felt anything like this before. The Essence is intensifying every sensation, making every touch, every thrust, pure ecstasy. Oh, fuck me, fuck me!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Zoe'>>
Oh fuck, cum on my face, professor. I want to feel your hot cum all over me. Cover me in your seed, I'm your dirty little slut. I want to taste you all over me, give it to me.
<</say>>
<<video video/Zoe/Zoe-1-7.mp4>>
<<say 'You'>>
Yeah, you're such a dirty little slut, taking my cum all over your face like this. I want to see you covered in my seed, I want to see you beg for more.
<</say>>
<<say 'Zoe'>>
Yes, I'm yours, I want it all on me. I want to feel you explode all on me, I need it. Your cum feels so good on my face, I love it. Keep cumming, I want to be drenched in you.
<</say>>
<div class="go">
[[Finish the Practical Test|ZoeSexTest1-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Zoe takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Zoe/photo-1.jpg">
</div>
<<say 'You'>>
Congratulations, Zoe! You have successfully completed the testing phase with the Essence of Sexuality. Now, to further assist our research, we kindly ask you to participate in a brief questionnaire. Just answer the questions the COMPUTER will present to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your appearance, specifically increasing your breast and buttocks size?
<</say>>
<<say 'Zoe'>>
Well, let me tell you, the Essence of Sexuality definitely did its job! My boobs are now bigger than ever, and my ass is looking rounder and juicier. I can't deny that I'm loving the new curves!
<</say>>
<<say 'Computer'>>
Question #2: How have your sensations during sex changed after using the Essence of Sexuality?
<</say>>
<<say 'Zoe'>>
Oh, let me tell you, the sensations have been absolutely mind-blowing! I feel so much more in tune with my body and every touch is heightened. It's like a whole new world of pleasure has opened up to me. I can't get enough of it!
<</say>>
<<say 'Computer'>>
Question #3: Did you experience any discomfort from using the Essence of Sexuality?
<</say>>
<<say 'Zoe'>>
Well, to be honest, there were a few moments where I felt a bit overwhelmed by the intensity of the sensations. It was like a rollercoaster of pleasure and sometimes it was almost too much to handle. But hey, no pain no gain, right?
<</say>>
<<say 'Computer'>>
Question #4: Are you willing to continue participating in the experiment involving the Essence of Sexuality?
<</say>>
<<say 'Zoe'>>
Hell yeah, I am! I'm loving the changes it has brought to my body and my sex life. Bring on more of that Essence, I can't wait to see what else it has in store for me!
<</say>>
<<set $p.Zoe.quest++;>>
<<do>>
Zoe's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-6.mp4>>
<<say 'Zoe'>>
Oh fuck, I love it when you take me from behind like this, it's so fucking hot. Your cock feels so good inside me, hitting all the right spots. Make me scream with pleasure, show me how hard you can fuck me.
<</say>>
<<say 'You'>>
I love fucking you from behind, baby. I'm gonna reach deep inside you, make you moan with pleasure.
<</say>>
<<say 'Zoe'>>
Mmm, I love the way you spank and grab my ass, it's like you can't get enough of me like this. Come on, give it to me harder, show me the animal within you.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-7.mp4>>
<<say 'Zoe'>>
Yeah! Fuck me like this! Your cock feels so hard inside me, I love the way you take control. Make me yours, make me scream with pleasure.
<</say>>
<<say 'You'>>
The Essence is really bringing out the wild side in you. I can feel how much you're enjoying this.
<</say>>
<<say 'Zoe'>>
Ah, I love the way you look at me when you're fucking me, it's like you can't get enough. I want to feel every thrust, every moment of pleasure. I'm gonna make you cum so hard, professor
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-2-8.mp4>>
<<say 'Zoe'>>
Yes, baby, cum in my mouth, I want to taste every drop of you. Your cock tastes so good, I love the way you explode inside me. Give it all to me, make me swallow every bit of you.
<</say>>
<<say 'You'>>
Fuck, baby, I love the way you take my load in your mouth. Swallow it all, show me how much you want it.
<</say>>
<<say 'Zoe'>>
Mmm, I love the way your cum tastes, it's like the ultimate treat. Give me everything you've got. I want to be your cum whore, professor
<</say>>
<div class="go">
[[Finish the Practical Test|ZoeSexTest2-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Zoe takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Zoe/photo-1.jpg">
</div>
<<say 'You'>>
Zoe, your contribution to our study has been invaluable. In order to gather important data and insights, we would appreciate it if you could take part in a survey at this stage. Simply respond to the questions that will be generated by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido?
<</say>>
<<say 'Zoe'>>
Oh my god, let me tell you, this Essence of Sexuality is like a fuckin' libido booster on steroids! Before, I thought I had a healthy sex drive, but after taking this stuff, I feel like a fucking sex goddess. I can't stop thinking about sex, I want it all the time! It's like my whole body is constantly buzzing with sexual energy, and I just can't get enough. This stuff is like magic for my libido, seriously.
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Zoe'>>
Alright, buckle up because I'm about to blow your mind. The sensations during oral sex after taking the Essence of Sexuality are out of this world. It's like every touch, every lick, every suck is amplified a thousand times. My whole body feels like it's on fire, in the best way possible. It's like my senses are heightened to the max, and I can feel every single little movement of the Professor's mouth and tongue. It's pure ecstasy, I'm telling you, pure fucking ecstasy.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Zoe'>>
Girl, let me tell you, vaginal sex after taking the Essence of Sexuality is like nothing I've ever experienced before. It's like I can feel every inch of the Professor's cock inside me, stretching me, filling me up completely. The sensations are so intense, it's like I'm in a whole other dimension of pleasure. I swear, it's like every thrust, every movement sends shivers down my spine and makes me gasp for air. It's like my body was made for this, for pure, unadulterated pleasure.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Zoe'>>
Let me just say, anal sex after taking the Essence of Sexuality is a fucking game changer. It's like a whole new level of pleasure that I never even knew existed. The sensations are so intense, so mind-blowing, it's like I can't even describe it. It's like every thrust, every movement sends waves of pleasure through my entire body. It's like my ass is craving for more, begging for more, and the Professor is more than happy to oblige. It's like I'm on cloud nine, floating in a sea of pure ecstasy. This stuff is like a fucking miracle, seriously.
<</say>>
<<set $p.Zoe.quest++;>>
<<do>>
Zoe's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-6.mp4>>
<<say 'Zoe'>>
Oh, fuck, I love riding you like this! Your cock feels so good inside me.
<</say>>
<<say 'You'>>
Yeah, baby, ride me hard. You look so fucking hot bouncing up and down on my dick like that. Let the Essence enhance your desire, make you want me like never before.
<</say>>
<<say 'Zoe'>>
The Essence is making me so wet, I can't get enough of you. I want you deeper, harder. Make me scream!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-3-7.mp4>>
<<say 'Zoe'>>
I love feeling your hard cock in my hands, knowing that I'm the one driving you crazy. Watching you squirm and moan as I stroke you is such a turn on. I want to see you cum for me, all over my hands and body.
<</say>>
<<say 'You'>>
Oh fuck, your touch is amazing. The way you grip me and stroke me, it's driving me wild.
<</say>>
<<say 'Zoe'>>
Yes, come on, cum for me. Let it all go, release everything you've been holding back. I want to taste you, feel you, be covered in you. You're mine, all mine, and I want to see you lose control for me.
<</say>>
<div class="go">
[[Finish the Practical Test|ZoeSexTest3-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Zoe takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Zoe/photo-1.jpg">
</div>
<<say 'You'>>
Thank you for your willingness to participate in our research, Zoe. Your cooperation has been vital in our quest for understanding. Now, we kindly request your assistance in completing a questionnaire, where you will be asked to respond to inquiries provided by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your vagina?
<</say>>
<<say 'Zoe'>>
Oh my god, the Essence has completely transformed my vagina! It feels so much more sensitive and responsive now. Every touch, every penetration, sends shivers down my spine and makes me crave more and more. It's like my whole body is on fire with desire.
<</say>>
<<say 'Computer'>>
Question #2: Can you describe the changes in sensitivity of your ass after using the Essence of Sexuality?
<</say>>
<<say 'Zoe'>>
My ass has never felt so alive before! It's like every little sensation is magnified and intensified. Anal play has become the most pleasurable experience for me now. The Essence has made me so much more aware of all the sensations in that area, and I can't get enough of it.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality impacted the sensitivity of your breasts?
<</say>>
<<say 'Zoe'>>
My breasts are like two erogenous zones now. The Essence has made them so much more sensitive and responsive to touch. Every caress, every pinch, every kiss sends jolts of pleasure straight to my core. I love how my breasts feel under the influence of the Essence – it's an exquisite sensation that I never want to end.
<</say>>
<<say 'Computer'>>
Question #4: In what ways has the Essence of Sexuality changed the sensitivity of your mouth during sexual activities?
<</say>>
<<say 'Zoe'>>
My mouth is now a source of endless pleasure thanks to the Essence. Kissing, sucking, licking – it all feels so much more intense and satisfying. The Essence has heightened the sensitivity of my lips, my tongue, my throat, making every oral experience mind-blowing. I can't get enough of the intoxicating sensations that the Essence has brought to my mouth.
<</say>>
<<set $p.Zoe.quest++;>>
<<do>>
Zoe's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-6.mp4>>
<<say 'Zoe'>>
Oh fuck, this position is so intense. I love feeling you take me like this, it's so different and hot. Give it to me rough and make me beg for more.
<</say>>
<<say 'You'>>
You like it when I fuck you in this position? You want me to show you all the ways I can make you scream with pleasure? I'll give it to you rough, just the way you like it.
<</say>>
<<say 'Zoe'>>
Yes, show me everything you've got. I want to feel you deep inside me. Keep fucking me like this. The Essence of Sexuality has really heightened my pleasure in this position.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-7.mp4>>
<<say 'Zoe'>>
Oh my god, fuck me harder! Yeah, just like that! I love feeling you deep inside me. Give it to me rough, I can handle it. I want to feel every inch of you in me.
<</say>>
<<say 'You'>>
You like it when I pound you like this, huh? You're so fucking tight, it feels amazing. You're mine, all mine.
<</say>>
<<say 'Zoe'>>
Yes, I'm all yours! Take me, use me, make me yours. I'm your dirty little slut, do whatever you want with me. I want to feel you deep inside me. I want to be your dirty little secret. Oh fuck, I'm going to cum!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-4-8.mp4>>
<<say 'Zoe'>>
Yes, Professor, I love it when you take control like this. The Essence has unleashed a primal side of me I never knew existed. I want you to dominate me completely, to make me yours in every way possible. Keep going, don't stop, I want to feel you deep inside me forever.
<</say>>
<<say 'You'>>
Your ass is perfect, I could stay inside you forever. You're so tight, it's driving me crazy. I'm going to make you cum so hard, babe.
<</say>>
<<say 'Zoe'>>
Yes, keep going, don't stop, Professor! I want you to take me to new heights of pleasure. I can't get enough of you. Your touch, your thrusts, everything about this moment is perfect. I'm yours, take me.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-9]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Zoe'>>
Oh fuck, I want you to cum in my mouth. Give it to me, professor, let me taste you like never before. I want all of your hot, thick load.
<</say>>
<<video video/Zoe/Zoe-4-9.mp4>>
<<say 'You'>>
You like it when I fill your mouth with my cum, huh? You want to swallow it all and show me how much you love it? I'll give it to you, just like you want it.
<</say>>
<<say 'Zoe'>>
Yes, I want to taste every drop of you. Fill my mouth with your cum and let me swallow it all. I'm your dirty little slut and I'll do anything to please you.
<</say>>
<div class="go">
[[Finish the Practical Test|ZoeSexTest4-10]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Zoe takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Zoe/photo-1.jpg">
</div>
<<say 'You'>>
Zoe, your involvement in our experiments has been much appreciated. As we move forward with our investigations, we kindly ask you to take a moment to participate in a survey. Just answer the questions asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your skin, particularly in your erogenous zones?
<</say>>
<<say 'Zoe'>>
Oh, let me tell you, since applying the Essence of Sexuality, my skin has become so much more sensitive to touch, especially in all the right places. Every little caress sends shivers down my spine and makes me crave more. It's like my whole body is one big erogenous zone now, and I love it!
<</say>>
<<say 'Computer'>>
Question #2: Could you describe how the Essence of Sexuality has enhanced the way your vagina feels the penis during intercourse?
<</say>>
<<say 'Zoe'>>
Oh, it's like my vagina has become this pulsating, hungry creature that craves the feeling of a hard, throbbing cock inside it. The Essence of Sexuality has heightened every sensation down there, making penetration feel so deep, so intense, it's like I can feel every ridge, every vein. It's like my pussy is on fire, and I never want it to stop burning.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality influenced the sensitivity of your mouth in relation to oral stimulation?
<</say>>
<<say 'Zoe'>>
Well, ever since I started using the Essence of Sexuality, giving head has become a whole new experience. My mouth feels so sensitive, so eager to taste and feel every inch of a cock sliding in and out, wrapping my lips around it, feeling it grow harder in my mouth. It's like I can feel every twitch, every throb, and it drives me wild.
<</say>>
<<say 'Computer'>>
Question #4: In what ways has the Essence of Sexuality affected your overall sexual experience and pleasure?
<</say>>
<<say 'Zoe'>>
Oh, the Essence of Sexuality has completely transformed my sex life. Every touch, every kiss, every thrust feels like electricity coursing through my body. I reach new heights of pleasure every time, and I can't get enough. It's like I've been awakened to a whole new level of desire and pleasure, and I never want it to end. Bring it on, I'm ready for more!
<</say>>
<<set $p.Zoe.quest++;>>
<<do>>
Zoe's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Zoe/Zoe-5-6.mp4>>
<<say 'Zoe'>>
Oh fuck, your cock feels so good in my ass. I love how you're pounding me from behind, it feels so fucking good. I want you to fuck me harder, make me scream your name.
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give it to you rough. I love how tight your ass feels around my cock, it's driving me insane. I want to feel you clench around me as I fuck you into oblivion.
<</say>>
<<say 'Zoe'>>
Yes, I love it rough, I love how you take control and ram into me. Fuck me harder, baby, make me yours. I want your cum, I want to feel you explode on me.
<</say>>
<div class="go">
[[Finish the Practical Test|ZoeSexTest5-7]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Zoe takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Zoe/photo-1.jpg">
</div>
<<say 'You'>>
We are grateful for your cooperation and enthusiasm in our research, Zoe. To further advance our understanding and analysis, we would greatly appreciate it if you could participate in a brief questionnaire. You will be guided through the process by the questions presented by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with your participation in the volunteer program of the SexMachine corporation?
<</say>>
<<say 'Zoe'>>
Oh, where do I even begin?! Participating in the volunteer program of the SexMachine corporation has been the most thrilling and satisfying experience of my life! The opportunity to have my body transformed by the Essence of Sexuality and then engage in passionate encounters with the Professor has been nothing short of mind-blowing. I have never felt more alive and fulfilled than I do now, thanks to the incredible program offered by SexMachine. It has opened up a whole new world of pleasure and excitement for me, and I couldn't be more satisfied with my decision to participate.
<</say>>
<<say 'Computer'>>
Question #2: Are you happy with your new figure, which you obtained thanks to the influence of the Essence of Sexuality?
<</say>>
<<say 'Zoe'>>
Happy doesn't even begin to describe it! My new figure, enhanced by the Essence of Sexuality, is like a dream come true. My breasts are fuller, my curves are more pronounced, and my backside is to die for. Every time I catch a glimpse of myself in the mirror, I can't help but feel a surge of confidence and sensuality. The changes that the Essence has brought to my body have not only made me more physically appealing but have also awakened a newfound sense of empowerment and sexiness within me. I am absolutely ecstatic about my new figure and the confidence it has given me!
<</say>>
<<say 'Computer'>>
Question #3: How much has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Zoe'>>
Oh, where do I even begin to describe the transformation that the Essence of Sexuality has brought to my sexual life? It's like I've been reborn into a world of passion, pleasure, and ecstasy. Every touch, every kiss, every caress sends shivers down my spine and ignites a fire within me that I never knew existed. The pleasure and satisfaction I now experience during intimate moments are beyond anything I could have ever imagined. The Essence of Sexuality has not only increased my physical desire but has also opened up a whole new realm of sensual experiences that leave me craving for more. My sexual life has been completely revolutionized, and I am forever grateful for the incredible changes that the Essence has brought into my life.
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Zoe'>>
Absolutely, without a doubt! Every woman deserves to experience the transformative power of the Essence of Sexuality. The confidence, the pleasure, the excitement that it brings into your life is unmatched by anything else. I can't imagine going back to my old self now that I have experienced the wonders of the Essence. I would wholeheartedly recommend it to any woman who wants to unlock her sensual potential, embrace her sexuality, and truly enjoy every moment of intimacy. Trust me, once you try it, you'll never look back!
<</say>>
<<set $p.Zoe.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Zoe's quest list has been updated.
<</do>>
<<do>>
Zoe has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-6.mp4>>
<<say 'Rebecca'>>
Oh, fuck, yes! I love how deep you go inside me. You fill me up so perfectly! Your cock feels amazing in my ass, don't stop!
<</say>>
<<say 'You'>>
That's it, baby, ride me hard! Your tight little asshole feels so good around my cock. I could do this all day!
<</say>>
<<say 'Rebecca'>>
Oh, god! Keep going, don't you dare stop now. Make me yours completely, professor!
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-7.mp4>>
<<say 'Rebecca'>>
Fuck me! Fuck me harder! I want to feel you deep inside me, stretching me out. You're driving me crazy, Professor!
<</say>>
<<say 'You'>>
You like it rough, huh? You dirty little slut. I'm gonna make you scream with pleasure. I love fucking your tight ass.
<</say>>
<<say 'Rebecca'>>
Yes, yes, just like that! Pound me like the naughty girl I am. Give it to me, make me beg for more. I want all of you inside me! The Essence of Sexuality is making me feel so incredibly sensitive and aroused. I can't believe how good this feels.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest1-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-1-8.mp4>>
<<say 'Rebecca'>>
Oh, fuck, give it to me! I want to taste you all over me. Cover my face in your hot, sticky cum. I'm your dirty little cum slut!
<</say>>
<<say 'You'>>
You like it messy, huh? You want my hot load all over your pretty face? Here it comes, take it all, baby. You're such a naughty girl.
<</say>>
<<say 'Rebecca'>>
Mmm, that was so good. I love the way you explode all over me. I want to lick you clean and taste every drop. You're my dirty little secret now.
<</say>>
<div class="go">
[[Finish the Practical Test|RebeccaSexTest1-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Rebecca takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Rebecca/photo-1.jpg">
</div>
<<say 'You'>>
Congratulations, Rebecca, on completing the testing phase successfully. Now, in order to gather valuable data for our research, we kindly ask you to participate in a brief survey. Just answer the questions that the COMPUTER will ask you, and we will greatly appreciate your help.
<</say>>
<<say 'Computer'>>
Question #1: How do you feel about the changes in your physical appearance after using the Essence of Sexuality? Have your breasts and buttocks increased in size as expected?
<</say>>
<<say 'Rebecca'>>
Oh my god, I feel absolutely amazing! My boobs have definitely gotten bigger, like a lot bigger, and my ass, oh my god, it's like peachy perfection now. I feel so sexy and confident, like a goddess! I can't stop looking at myself in the mirror, it's like a dream come true.
<</say>>
<<say 'Computer'>>
Question #2: How have your sensations during sex changed after using the Essence of Sexuality? Have you experienced an increase in pleasure and arousal?
<</say>>
<<say 'Rebecca'>>
Oh, you have no idea! The sensations, oh my god. It was like fireworks going off in my body, every touch, every kiss, it felt like pure ecstasy. I was more aroused than ever before, it was like I was in a whole new world of pleasure. The Essence of Sexuality definitely worked its magic, no doubt about it.
<</say>>
<<say 'Computer'>>
Question #3: Did you experience any discomfort while using the Essence of Sexuality during intimacy with the Professor?
<</say>>
<<say 'Rebecca'>>
Discomfort? Are you kidding me? There was no discomfort, only pure pleasure and satisfaction. It was like the best experience of my life, every moment was like a fantasy come true. I felt so good, so fucking good, I didn't want it to end. No discomfort at all, just pure bliss.
<</say>>
<<say 'Computer'>>
Question #4: Are you willing to continue participating in the experiment with the Essence of Sexuality after this first experience?
<</say>>
<<say 'Rebecca'>>
Oh hell yes, I'm definitely in! This is like a dream come true, a game-changer, a life-changer! I want more of that pleasure, more of that confidence, more of that pure ecstasy. I can't wait to see what else the Essence of Sexuality can do for me. Count me in for round two, three, and every round after that! Bring it on!
<</say>>
<<set $p.Rebecca.quest++;>>
<<do>>
Rebecca's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-6.mp4>>
<<say 'Rebecca'>>
I love it when you fuck me while I'm on top of you, professor. Your cock feels so deep inside me, filling me up completely.
<</say>>
<<say 'You'>>
You look so hot riding me like that, baby. I can feel you clenching around me, driving me wild.
<</say>>
<<say 'Rebecca'>>
I want you to come with me, I want to feel you pulse inside me. Give it to me, give me everything you've got.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-7.mp4>>
<<say 'Rebecca'>>
Mmm... Your cock tastes so good, I can't get enough of it. I want to suck you until you're begging me to stop.
<</say>>
<<say 'You'>>
Fuck, your mouth feels so good around me. I'm gonna come so hard, I can't hold it back much longer.
<</say>>
<<say 'Rebecca'>>
I want you to come in my mouth, I want to taste you. I'll swallow every drop, I promise.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-2-8.mp4>>
<<say 'Rebecca'>>
Oh god, I love it when you come in my mouth. Your cum tastes so good, I can't get enough of it.
<</say>>
<<say 'You'>>
Fuck, baby, you look so hot with my cum on your tongue. Swallow it all, I want to see you lick your lips.
<</say>>
<<say 'Rebecca'>>
I love being your dirty little cum slut. I'll do anything for you, anything to please you, professor.
<</say>>
<div class="go">
[[Finish the Practical Test|RebeccaSexTest2-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Rebecca takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Rebecca/photo-1.jpg">
</div>
<<say 'You'>>
Rebecca, your contribution to our study has been invaluable so far. We now need your input to complete the process. By participating in the survey, you will provide us with essential information to analyze the effects of the Essence of Sexuality. Please, take a moment to answer the questions that the COMPUTER will present to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido?
<</say>>
<<say 'Rebecca'>>
Oh man, let me tell you, that stuff is like a goddamn firework for my libido! Before, I thought I was pretty damn frisky, but after taking the Essence of Sexuality, it's like my sex drive has been cranked up to eleven. I can't stop thinking about sex, I'm horny all the time, it's like I've turned into a freaking sex maniac. And you know what? I love it!
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Rebecca'>>
Holy shit, let me tell you, giving a blowjob after taking the Essence of Sexuality is a whole new experience. It's like every touch, every lick, every suck sends shivers down my spine and makes my pussy wetter than a goddamn waterfall. My senses are heightened, my pleasure is through the damn roof, and let me tell you, I've never enjoyed sucking cock more than I do now. It's like I can't get enough of it, it's addictive as hell!
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Rebecca'>>
Oh fuck, vaginal sex after taking the Essence of Sexuality is mind-blowing! It's like every thrust, every deep penetration, every friction against my walls sends me into a fucking frenzy. My pussy feels more sensitive, more alive, and goddamn it, the pleasure is so intense it's almost overwhelming. It's like I can feel every inch of that cock inside me, filling me up, stretching me out, and driving me wild with desire. Vaginal sex has never felt this damn good!
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Rebecca'>>
Oh hell yeah, anal sex after taking the Essence of Sexuality is like a fucking dream come true! It's like every thrust, every push, every deep penetration sends waves of pleasure crashing through me. My ass feels more sensitive, more responsive, and damn it, the pleasure is so intense it's almost unbearable. It's like I can feel every inch of that cock in my ass, stretching me out, filling me up, and driving me absolutely fucking insane with lust. Anal sex has never been this amazing!
<</say>>
<<set $p.Rebecca.quest++;>>
<<do>>
Rebecca's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-6.mp4>>
<<say 'Rebecca'>>
Oh, baby, I love it when you fuck me like this. Your cock in my ass feels so good, so hot and big. Keep pounding me, make me scream with pleasure and desire. I crave you, I want you deep inside me.
<</say>>
<<say 'You'>>
You're amazing, you're so fucking hot like this. I can't get enough of you, of being completely inside you. The Essence of Sexuality has truly brought out your wild side, and I'm loving every minute of it.
<</say>>
<<say 'Rebecca'>>
Yes, yes, keep fucking me harder. I want to feel you deep inside me, making me yours completely and utterly.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-7.mp4>>
<<say 'Rebecca'>>
Oh, yes, it feels so good to ride you like this, to feel your cock in my ass. Oh, yes! Yes! Yes!!!!
<</say>>
<<say 'You'>>
You're such a good little anal rider, baby, you know that? I love how you're bouncing on me, how you're bouncing on my dick. You're my dirty little anal slut.
<</say>>
<<say 'Rebecca'>>
Yes, I'm your dirty little anal slut, I'll ride you all day long. I love how you're filling me up, how it feels so amazing. Fuck me harder, baby, make me yours all over again.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-3-8.mp4>>
<<say 'Rebecca'>>
Oh god, yes, give me all your cum, I want to taste you, feel you in my mouth. I love how you're exploding for me, how you're filling me up.
<</say>>
<<say 'You'>>
You like it when I cum in your mouth, huh? You're such a good little cumslut, you know that? I love how you're swallowing it all, how you're begging for more.
<</say>>
<<say 'Rebecca'>>
Yes, I'm your cumslut, I want all of your hot load. I love how it tastes, how it feels sliding down my throat. Give it to me, baby, I want all of your cum inside my mouth.
<</say>>
<div class="go">
[[Finish the Practical Test|RebeccaSexTest3-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Rebecca takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Rebecca/photo-1.jpg">
</div>
<<say 'You'>>
Thank you for your willingness to participate in our research, Rebecca. Your feedback is crucial for our study on the effects of the Essence of Sexuality. To complete this phase, we kindly ask you to take part in a short survey. Just follow the instructions given by the COMPUTER and answer the questions as honestly as you can.
<</say>>
<<say 'Computer'>>
Question #1: Could you describe in detail how the Essence of Sexuality has influenced the sensitivity of your vagina during sexual activity?
<</say>>
<<say 'Rebecca'>>
Oh, the Essence of Sexuality has definitely enhanced the sensitivity of my vagina! Every touch, every thrust, every kiss feels absolutely electrifying. It's like my vagina has become a constant source of pleasure, always ready to be stimulated and bring me to the most intense orgasms. I can feel every little movement inside me, every sensation heightened to the point where I just can't get enough. It's like my vagina is on fire with desire, begging for more and more.
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected the sensitivity of your ass during anal sex?
<</say>>
<<say 'Rebecca'>>
Oh, the Essence of Sexuality has turned my ass into a pleasure zone I never even imagined! The sensitivity, the pleasure, the sensation of being filled and stretched is beyond anything I could have ever dreamed of. Every thrust, every penetration sends waves of ecstasy through my body, making me feel like I'm in heaven. It's like my ass has become a new source of pleasure, a place where I can truly let go and give in to the most intense sensations. I crave anal sex like never before, thanks to the Essence of Sexuality.
<</say>>
<<say 'Computer'>>
Question #3: Can you elaborate on how the Essence of Sexuality has impacted the sensitivity of your mouth during oral sex?
<</say>>
<<say 'Rebecca'>>
The Essence of Sexuality has completely transformed the sensitivity of my mouth during oral sex! Every touch, every lick, every suck feels absolutely mind-blowing. It's like my mouth has become a sensual paradise, a place where I can fully experience the pleasure of giving and receiving. The Essence has heightened every sensation, every movement of my tongue and lips, making me crave the taste and feel of the cock like never before. I can't get enough of oral sex, thanks to the incredible impact of the Essence of Sexuality.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected the sensitivity of your breasts during sexual activity?
<</say>>
<<say 'Rebecca'>>
The Essence of Sexuality has turned my breasts into the most sensitive, erogenous zones on my body! Every touch, every caress, every kiss sends shivers of pleasure through me, making me feel more aroused and excited than ever before. My nipples become achingly hard, begging to be touched and teased, my breasts swelling with desire and anticipation. It's like the Essence has awakened a new level of sensitivity in my breasts, making them a key part of my sexual pleasure and satisfaction. I can't get enough of the intense sensations the Essence has brought to my breasts during sex.
<</say>>
<<set $p.Rebecca.quest++;>>
<<do>>
Rebecca's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-6.mp4>>
<<say 'Rebecca'>>
I love it when you take me from behind like this. I can't get enough of your penetration. I feel so naughty and dirty, it's such a turn on.
<</say>>
<<say 'You'>>
Your ass looks incredible from this angle, the way you're moving and moaning is driving me crazy. The sounds of skin slapping together is pure bliss.
<</say>>
<<say 'Rebecca'>>
Oh, shit, professor! I want you to fuck me harder, deeper, make me yours completely.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-4-7.mp4>>
<<say 'Rebecca'>>
Oh, Professor! Your cum is so warm and sticky, it's turning me on even more. I want more of it, I want to feel you explode all over me again and again.
<</say>>
<<say 'You'>>
You're incredible, baby. Seeing you covered in my cum like that is such a turn on. I can't get enough of your sexy body, your curves, your skin - everything about you drives me crazy. I want to do it all over again, right now.
<</say>>
<<say 'Rebecca'>>
Yes, please. I want you to keep using me, keep making me feel so dirty and desired. I want to be your little sex toy, your personal slut. I want to feel your cum on every inch of my body.
<</say>>
<div class="go">
[[Finish the Practical Test|RebeccaSexTest4-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Rebecca takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Rebecca/photo-1.jpg">
</div>
<<say 'You'>>
Rebecca, it's time for the final step in this phase of the testing process. By completing the survey, you will help us evaluate the impact of the Essence of Sexuality. Your input is essential for the success of our research. Please, cooperate with the COMPUTER and respond to the questions presented to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your skin during sexual intercourse?
<</say>>
<<say 'Rebecca'>>
The Essence of Sexuality has turned my skin into a freaking pleasure zone. Every touch, every caress, every kiss sends shivers down my spine and ignites a fire within me. When my partner's hands glide over my skin, it's like an electric current running through me, intensifying every sensation. The Essence has amplified my sensitivity to a whole new level, making every moment of intimacy an explosive experience.
<</say>>
<<say 'Computer'>>
Question #2: Can you describe how the Essence of Sexuality has enhanced the feeling of your vagina during penetration?
<</say>>
<<say 'Rebecca'>>
Oh, the Essence of Sexuality has transformed my vagina into a throbbing, pulsating temple of pleasure. With just a single touch, I can feel the heat and wetness building up, welcoming my partner inside with open arms. The sensations are so intense, it's like every nerve ending down there is on fire, craving more and more. The Essence has made me more in tune with my body, allowing me to fully embrace the ecstasy of each thrust and movement.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality influenced the sensitivity of your mouth during oral sex?
<</say>>
<<say 'Rebecca'>>
It's like my lips and tongue have been awakened to a whole new world of pleasure and desire. The soft caress of my partner's member against my lips sends a jolt of excitement through me, making me crave more. As I take him in, I can feel every ridge and vein, every twitch and throb, intensifying the pleasure for both of us. The Essence has made oral sex an exquisite dance of passion and sensuality, where every movement is pure bliss.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality impacted the sensitivity of your skin during foreplay and sensual touching?
<</say>>
<<say 'Rebecca'>>
Oh, the Essence of Sexuality has turned every stroke, every teasing caress into a mind-blowing experience. My skin is like a canvas for pleasure, responding to the slightest contact with a surge of desire and anticipation. During foreplay, every kiss, every nibble, every gentle touch sets my body on fire, heightening my senses to new heights. The Essence has made me more attuned to the nuances of touch, allowing me to fully immerse myself in the erotic dance of passion and intimacy.
<</say>>
<<set $p.Rebecca.quest++;>>
<<do>>
Rebecca's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-6.mp4>>
<<say 'Rebecca'>>
Oh, Professor, your cock feels so deep inside me, it's like I can't get enough of it. The Essence of Sexuality has made me so sensitive, every thrust sends shivers down my spine. I feel so completely filled up by you, it's like I'm floating on a cloud of pleasure.
<</say>>
<<say 'You'>>
That's it, baby, take all of me. Your tight ass is driving me wild, I can't control myself with you. The way you moan and squirm under me, it's like you were made for this. The Essence is definitely doing its job on you, you're a perfect little slut.
<</say>>
<<say 'Rebecca'>>
Yes, Professor, fuck me harder! I want to feel you completely, I want to be owned by you. The way you fuck me, it's like nothing I've ever experienced before. The Essence has unlocked a whole new level of pleasure for me, and I never want it to end.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Rebecca/Rebecca-5-7.mp4>>
<<say 'Rebecca'>>
Oh fuck, this feels incredible! The Essence of Sexuality is making everything so much more intense. I can feel every inch of you inside me, driving me crazy with pleasure. I want you to take me harder, deeper, I need to feel you completely.
<</say>>
<<say 'You'>>
You feel so tight. The way you move on top of me is driving me wild. I can't believe how amazing this is, it's like you're made for this position. I want to make you scream with pleasure, to make you lose control.
<</say>>
<<say 'Rebecca'>>
Yes, yes, don't stop! I want it all, I want you to push me over the edge. The way you fill me up, the way you make me feel, it's like nothing I've ever experienced before. I want to feel you cum all over me, to feel every drop of your sperm.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Rebecca'>>
Oh, yes, give it to me, fill my mouth with your hot cum. I want to taste every drop of your cum, feel it sliding down my throat. That's it, don't hold back, let it all out for me.
<</say>>
<<video video/Rebecca/Rebecca-5-8.mp4>>
<<say 'Rebecca'>>
Mmm, I can feel your cum coating my tongue, the taste driving me wild with desire. It's so dirty, but I can't help but love it. I want more, I need more of your seed.
<</say>>
<div class="go">
[[Finish the Practical Test|RebeccaSexTest5-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Rebecca takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Rebecca/photo-1.jpg">
</div>
<<say 'You'>>
As we near the end of this testing phase, Rebecca, we kindly ask for your cooperation in completing a survey. Your insights and responses are crucial for us to accurately assess the effects of the Essence of Sexuality. Simply follow the instructions provided by the COMPUTER and answer the questions to the best of your ability.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with participating in the volunteer program of the corporation SexMachine?
<</say>>
<<say 'Rebecca'>>
Participating in the volunteer program of SexMachine has been an absolutely thrilling experience! The opportunity to test the Essence of Sexuality and engage in intimate activities with the Professor has been mind-blowing and incredibly satisfying. I feel so grateful for this unique experience and can't wait to see what other opportunities SexMachine has in store for me!
<</say>>
<<say 'Computer'>>
Question #2: Are you happy with your new figure, which you obtained thanks to the impact of the Essence of Sexuality?
<</say>>
<<say 'Rebecca'>>
Oh, my new figure is beyond my wildest dreams! The Essence of Sexuality has transformed my body in ways I never thought possible. My breasts and ass are bigger and firmer, my curves are more pronounced, and I feel incredibly sexy and confident. I absolutely love the changes the Essence has brought to my body, and I can't stop admiring myself in the mirror!
<</say>>
<<say 'Computer'>>
Question #3: How much has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Rebecca'>>
Oh, where do I even begin? The Essence of Sexuality has completely revolutionized my sexual life! The increased pleasure and sensitivity I now experience during intimacy is unlike anything I've ever felt before. I feel more confident, more passionate, and more adventurous in the bedroom. My libido is through the roof, and I can't get enough of the electrifying sensations the Essence has unlocked within me. My sexual life has been elevated to new heights, and I'm loving every moment of it!
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Rebecca'>>
Absolutely! I would recommend the Essence of Sexuality to every girl out there without a second thought! The transformative effects it has had on my body, my confidence, and my sexual life are truly remarkable. I feel like a seductress ready to conquer the world. The Essence has given me a newfound sense of empowerment, sensuality, and desire that I never knew I had. I want every girl to experience the erotic awakening that the Essence of Sexuality has brought into my life. Trust me, once you try it, you'll never want to go back!
<</say>>
<<set $p.Rebecca.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Rebecca's quest list has been updated.
<</do>>
<<do>>
Rebecca has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-6.mp4>>
<<say 'Ruth'>>
Oh fuck, your cock is driving me wild. The Essence of Sexuality is making my ass feel so sensitive and eager for your hard thrusts. I love how you take me from behind, Professor.
<</say>>
<<say 'You'>>
Your ass is so tight, it's like a perfect fit for me. I can feel your pleasure building up, your moans and gasps are music to my ears.
<</say>>
<<say 'Ruth'>>
Yes, yes, fuck me harder. I want you to take me, to make me yours completely. The Essence is making me crave more, I want you to pound me until I can't take it anymore. I want to feel you deep inside me, to be consumed by pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-1-7.mp4>>
<<say 'Ruth'>>
Oh, Professor, your cum tastes so divine. The Essence of Sexuality has intensified every sensation, and the feeling of your hot load in my mouth is driving me wild. I can't get enough of you, I want to swallow every last drop.
<</say>>
<<say 'You'>>
That's it, swallow my cum like a good girl. You look so beautiful with my seed on your lips. The way you eagerly lapped it up just proves how much you crave me. I love how you submit to me completely, taking everything I give you.
<</say>>
<<say 'Ruth'>>
Mmm, thank you, Professor. I'm so grateful for the opportunity to experience this pleasure with you. The Essence of Sexuality has made me so sensitive to everything you do to me, and I can't wait for more. I want to feel you inside me, dominating me, and making me feel like a true woman in your hands.
<</say>>
<div class="go">
[[Finish the Practical Test|RuthSexTest1-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Ruth takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Ruth/photo-1.jpg">
</div>
<<say 'You'>>
Ruth, I want to thank you for being such a dedicated volunteer and for participating in our research on the Essence of Sexuality. Now, to complete this phase of the testing, we need to conduct a post-experiment survey. Your feedback is extremely valuable to us, so please take your time and answer honestly. Just remember, it will help us improve our understanding of the effects of the Essence. Now, go ahead and get started with the survey - just answer the questions that the COMPUTER will present to you.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your appearance in terms of increasing your breast and butt size?
<</say>>
<<say 'Ruth'>>
Oh my god, this Essence of Sexuality is like magic! My boobs are definitely bigger and firmer, and my butt... oh man, my butt is like two juicy peaches now! I feel so much sexier and more confident in my body, it's like I'm walking around with a permanent strut in my step.
<</say>>
<<say 'Computer'>>
Question #2: How have your sensations during sex changed after the application of the Essence of Sexuality?
<</say>>
<<say 'Ruth'>>
Let me tell you, sex has never felt better! I'm more sensitive down there, every touch, every kiss, every thrust just sends me to cloud nine. It's like I'm on a never-ending pleasure rollercoaster and I never want to get off!
<</say>>
<<say 'Computer'>>
Question #3: Have you experienced any discomfort from using the Essence of Sexuality?
<</say>>
<<say 'Ruth'>>
Well, there was a little bit of a tingling sensation at first, but honestly, it just added to the excitement. It was like my body was waking up in all the right places, I was so turned on and ready to go, discomfort was the last thing on my mind!
<</say>>
<<say 'Computer'>>
Question #4: Are you willing to continue participating in the experiment with the Essence of Sexuality?
<</say>>
<<say 'Ruth'>>
Absolutely! Sign me up for round two, three, four, bring it on! This Essence of Sexuality has changed my life, I feel like a whole new woman, and I'm not giving that up for anything. Let's keep this sexy experiment going, I'm all in!
<</say>>
<<set $p.Ruth.quest++;>>
<<do>>
Ruth's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-6.mp4>>
<<say 'Ruth'>>
Choke me while you fuck my ass. The Essence of Sexuality has intensified my pleasure, I want you to take control. I love feeling your strong hands around my throat, it's so naughty and exciting. I'm yours to use as you please.
<</say>>
<<say 'You'>>
You like it rough, don't you, baby? The Essence is really making you a dirty little slut. I love watching you submit to me like this, it's such a turn on.
<</say>>
<<say 'Ruth'>>
Yes, I'm your little whore. I love it when you treat me like this, it's so filthy and thrilling. Keep fucking me, please, I need to cum.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-2-7.mp4>>
<<say 'Ruth'>>
Oh, fuck, I love riding your cock like this. It feels so good to be on top, in control of our pleasure. I can't get enough of the way you fill me up, how you make me moan and scream with every thrust.
<</say>>
<<say 'You'>>
That's it, ride me, baby. Your moans are music to my ears. I can feel how much you're enjoying this, how much the Essence is enhancing your experience. You're like a wild animal, so full of passion and desire.
<</say>>
<<say 'Ruth'>>
Yes, yes, oh god, it's like I'm on fire! I have never felt so lustful and alive during sex before. The Essence is making me crave more, making me want to take you deeper inside me. I'm losing myself in this pleasure, in this ecstasy.
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Ruth'>>
Oh god, I can feel you pulsating inside me. The Essence of Sexuality has made everything so much more intense. I can feel every drop of your cum inside me, it's overwhelming.
<</say>>
<<video video/Ruth/Ruth-2-8.mp4>>
<<say 'You'>>
You were like a wild animal, so hungry for it. The Essence has truly transformed you, your appetite for pleasure is insatiable.
<</say>>
<<say 'Ruth'>>
I've never felt anything like this before. It's like every cell in my body is vibrating with satisfaction. The way you fucked me, it's like the ultimate fulfillment of my desires. I want to feel this way forever, never let it end.
<</say>>
<div class="go">
[[Finish the Practical Test|RuthSexTest2-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Ruth takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Ruth/photo-1.jpg">
</div>
<<say 'You'>>
Ruth, as a crucial part of our study, we need to gather your thoughts and experiences after receiving the Essence of Sexuality. Your feedback is vital for us to gauge the effectiveness of the substance and its impact on women's sexuality. I know it may feel uncomfortable to answer personal questions, but please trust our process. The COMPUTER will guide you through the survey, so go ahead and provide us with your honest responses.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido?
<</say>>
<<say 'Ruth'>>
Oh man, let me tell you, the Essence of Sexuality has totally ramped up my libido to a whole new level! It's like I can't get enough of it now, I crave sex all the time. It's like a fire has been lit inside me and I just want to keep the flames burning. I feel so alive and so damn horny, it's insane.
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Ruth'>>
When it comes to giving a blowjob after the Essence of Sexuality, it's like my whole body is on fire. Every touch, every lick, every suck feels like pure ecstasy. My senses are heightened, and I can feel every little movement and every little moan from my partner. It's like I'm in a trance, just focused on giving pleasure and receiving it in return. It's mind-blowing, really.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Ruth'>>
Let me tell you, vaginal sex after the Essence of Sexuality is a whole new experience. It's like every thrust, every movement, every sensation is intensified. It's like my body is aching for more, for deeper penetration, for harder thrusts. I can feel every inch of my partner inside me, and it's driving me crazy. It's like I'm on the edge the whole time, teetering between pleasure and ecstasy. It's addictive, it's intense, it's amazing.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Ruth'>>
Oh boy, anal sex after the Essence of Sexuality is a whole different ball game. It's like my body is completely in tune with every movement, every touch, every sensation. It's like a mix of pleasure and pain, but in the best way possible. It's like I'm in another world, where nothing else matters but the raw, primal feeling of being taken from behind. It's intense, it's exhilarating, it's like nothing I've ever experienced before.
<</say>>
<<set $p.Ruth.quest++;>>
<<do>>
Ruth's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-6.mp4>>
<<say 'Ruth'>>
Oh yes, Professor, your touch feels so electrifying with this Essence of Sexuality coursing through my veins. I can feel every sensation heightened, every touch intensified. It's like I'm on fire, craving more and more of your deliciously sinful movements. Please, don't stop, give me all you've got.
<</say>>
<<say 'You'>>
You like that, don't you, my little experiment? This Essence sure knows how to bring out the wild side in you. Your body is so responsive, so eager for pleasure. I can't get enough of this new and improved version of you.
<</say>>
<<say 'Ruth'>>
Yes, Professor, yes! I want to feel you deep inside me, pushing me to the edge of ecstasy. I never want it to end, I want to drown in pleasure with you.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-3-7.mp4>>
<<say 'Ruth'>>
Oh, professor, your thick cock feels so good inside me, I can't get enough of it. The Essence of Sexuality has made me so sensitive, every thrust sends waves of pleasure through my body.
<</say>>
<<say 'You'>>
That's it, baby, I love hearing you moan and whimper as I take you from behind. The Essence is working wonders, making you even tighter and wetter.
<</say>>
<<say 'Ruth'>>
Yes, yes, don't stop! I need more of you, give it to me! I'm your little whore, begging for your cock to fill me up completely. I want your cum all over me, make me feel you explode as you drive me crazy with pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Ruth'>>
Mmm, give it to me, baby! I want you to cover my face with your hot cum. I'm your dirty little slut, and I want to taste your cum all over me.
<</say>>
<<video video/Ruth/Ruth-3-8.mp4>>
<<say 'You'>>
You want it on your face, huh? You're so fucking filthy, it's turning me on even more. I'm gonna paint your pretty face with my cum. I love the way you look with my load all over you, so dirty and sexy.
<</say>>
<<say 'Ruth'>>
Oh, yes! Your cum feels amazing on my skin, warm and sticky. I'm your naughty girl, begging for more of your seed. I want to feel your hot cum dripping down my face. I'll make sure to lick you clean, savoring every drop of your essence.
<</say>>
<div class="go">
[[Finish the Practical Test|RuthSexTest3-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Ruth takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Ruth/photo-1.jpg">
</div>
<<say 'You'>>
Ruth, I truly appreciate your willingness to participate in our research and undergo the testing with the Essence of Sexuality. Your experience is essential for our study, so we now need to conduct a post-experiment survey to gather your feedback. Remember, your responses will help us refine our understanding of the effects of the Essence, so please be open and honest in your answers. Simply follow the prompts from the COMPUTER and share your thoughts with us.
<</say>>
<<say 'Computer'>>
Question #1: How did the Essence of Sexuality affect the sensitivity of your genitalia?
<</say>>
<<say 'Ruth'>>
Oh, my God! The Essence of Sexuality made my every touch down there feel electrifyingly intense! It's like my whole body is on fire with desire, and every little movement sends waves of pleasure through me. I never knew I could feel so sensitive and responsive!
<</say>>
<<say 'Computer'>>
Question #2: Can you describe in detail how the Essence of Sexuality enhanced your pleasure during sex?
<</say>>
<<say 'Ruth'>>
Let me tell you, it was like nothing I've ever experienced before. Every stroke, every thrust, every deep penetration felt like ecstasy. My entire being was consumed by the most intense pleasure imaginable. It was as if my body was designed for pure, unadulterated pleasure, and every touch brought me closer to the brink of ecstasy.
<</say>>
<<say 'Computer'>>
Question #3: How did the Essence of Sexuality intensify your orgasms?
<</say>>
<<say 'Ruth'>>
Oh, my goodness! The Essence of Sexuality took my orgasms to a whole new level of intensity. Each climax was like a tsunami of pleasure washing over me, making me shiver with delight and moan uncontrollably. It was as if I was reaching new heights of ecstasy with every release, and the sheer intensity of it all left me breathless and utterly satisfied.
<</say>>
<<say 'Computer'>>
Question #4: Did the Essence of Sexuality increase your desire and arousal during sexual activity?
<</say>>
<<say 'Ruth'>>
Absolutely! The Essence of Sexuality ignited a raging fire of desire within me, making me crave more and more of that mind-blowing pleasure. Every touch, every kiss, every caress sent shivers of anticipation down my spine, and I couldn't get enough. It was as if my entire being was consumed by insatiable lust, driving me to new heights of passion and ecstasy.
<</say>>
<<set $p.Ruth.quest++;>>
<<do>>
Ruth's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-6.mp4>>
<<say 'Ruth'>>
Oh god, your cock feels so deep inside me! Keep going, don't stop!
<</say>>
<<say 'You'>>
You like that, huh? You like it when I pound into you like this, making you scream with pleasure? Your pussy is so wet and tight, it's driving me crazy.
<</say>>
<<say 'Ruth'>>
Yes, yes, don't stop! I want more, I need more! Fuck me harder, make me yours completely. I want to feel you cum all over me, I want to feel you lose control.
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-4-7.mp4>>
<<say 'Ruth'>>
Oh my god, professor, that was amazing. I can't believe how much you came on my tits, it's like a fucking waterfall of cum. I feel so dirty and naughty, I love it.
<</say>>
<<say 'You'>>
Yeah, you like that, baby? You're such a filthy girl, letting me cover your boobs with my hot load. You look so sexy with my cum all over you.
<</say>>
<<say 'Ruth'>>
I want to feel your warm cum on me all the time, professor. It makes me feel so desired and dirty, like a cum slut who can't get enough.
<</say>>
<div class="go">
[[Finish the Practical Test|RuthSexTest4-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Ruth takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Ruth/photo-1.jpg">
</div>
<<say 'You'>>
Ruth, you have been a fantastic volunteer during this phase of testing, and I want to express my gratitude for your participation in our research on the Essence of Sexuality. Now, we need to gather your feedback through a post-experiment survey. Your insights are crucial for us to assess the impact of the Essence, so please take your time to answer the questions honestly. Just follow the instructions given by the COMPUTER, and provide us with your valuable input.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your skin?
<</say>>
<<say 'Ruth'>>
The Essence of Sexuality has made my skin ultra-sensitive to every touch, every caress. It's like my whole body is on fire, craving for more and more. When Professor's hands glide over my skin, I can feel every little sensation intensified, driving me crazy with pleasure. It's an erotic explosion, pure ecstasy!
<</say>>
<<say 'Computer'>>
Question #2: Can you describe how your vaginal skin feels when in contact with Mr. Turner's penis after using the Essence of Sexuality?
<</say>>
<<say 'Ruth'>>
Oh, it's like my vagina has become a magnet for pleasure! The Essence of Sexuality has heightened every sensation down there, turning me into a wild, insatiable beast. When Professor enters me, it's like an electric current running through my body, setting every nerve on fire. I can feel every inch of him inside me, filling me up and bringing me to the edge of bliss. It's an intense, mind-blowing experience that leaves me craving for more.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality impacted the sensitivity of your mouth skin when interacting with Mr. Turner's penis?
<</say>>
<<say 'Ruth'>>
Well, my mouth has turned into a playground of pleasure since using the Essence of Sexuality! When I wrap my lips around Professor's cock, it's like a whole new world of sensations opens up to me. The texture, the warmth, the taste of him - every little detail is magnified, driving me wild with desire. I can feel every throb, every pulse of his dick as I pleasure him with my mouth, and it's an intoxicating delight that I just can't get enough of.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality changed your overall experience of sexual pleasure with Mr. Turner?
<</say>>
<<say 'Ruth'>>
Oh, sweetie, let me tell you, the Essence of Sexuality has taken my pleasure to a whole new level! Every touch, every kiss, every thrust is intensified, heightened, elevated to a realm of pure ecstasy. I lose myself in a whirlwind of desire, surrendering to the overwhelming sensations that the Essence has unlocked within me. Professor knows exactly how to push all the right buttons, driving me to the brink of pleasure over and over again. It's an addictive bliss that consumes me completely.
<</say>>
<<set $p.Ruth.quest++;>>
<<do>>
Ruth's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-6.mp4>>
<<say 'Ruth'>>
Mmm, your cock tastes so good, Professor. I never knew I could enjoy sucking it this much. The Essence of Sexuality has really heightened my senses and made me crave your hard cock in my mouth even more. I love the way you moan and squirm when I take you deep inside.
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing, baby. The way you suck me off with such enthusiasm drives me wild. The Essence of Sexuality has definitely turned you into a more passionate and skilled lover.
<</say>>
<<say 'Ruth'>>
I can't get enough of you, Professor. I want to taste every inch of you.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-7.mp4>>
<<say 'Ruth'>>
Oh yes, just like that! Your hard cock feels amazing inside me. I love how you take control and drive deep into me. I want you to keep going, don't stop.
<</say>>
<<say 'You'>>
You like it rough, huh? I can feel you squeezing around me, begging for more. Your moans are like music to my ears. I'll give you everything you want, just hold on tight.
<</say>>
<<say 'Ruth'>>
Yes, oh god, I'm so close! Your thrusts are driving me crazy, I need you to go faster. I want you to make me scream with pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruth/Ruth-5-8.mp4>>
<<say 'Ruth'>>
Oh my, Professor, that was intense. I never knew I could feel so satisfied. The way your cum felt on my skin, it's like a tingling sensation that spreads through my whole body. The Essence of Sexuality has made every moment with you so much more thrilling.
<</say>>
<<say 'You'>>
I told you, baby, the Essence of Sexuality is a game-changer. Just look at how you're reacting to my touch, to my every move. Your curves are like a work of art, and I love admiring them as I bring you to new heights of ecstasy.
<</say>>
<<say 'Ruth'>>
Professor, I never want this to end. Your passion, your skill, it's all so intoxicating. I feel so alive in this moment, thanks to the Essence of Sexuality. I can't wait to see what other delights it has in store for me.
<</say>>
<div class="go">
[[Finish the Practical Test|RuthSexTest5-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Ruth takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Ruth/photo-1.jpg">
</div>
<<say 'You'>>
Ruth, your contribution to our study on the Essence of Sexuality has been invaluable, and I thank you for your dedication. As we reach the completion of this phase of testing, we now need to conduct a survey to capture your experiences and thoughts. Your feedback is essential for our research, so please be as detailed and honest as possible in your responses. Simply follow the prompts from the COMPUTER as you go through the survey, and share your perspective with us.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with participating in the volunteer program of the SexMachine corporation?
<</say>>
<<say 'Ruth'>>
Oh, absolutely! Being part of this program has been an incredible experience for me. I never knew that my body could feel so amazing and my sexual pleasure could be so intensified. The SexMachine corporation has truly transformed me into a goddess of pleasure, and I am beyond satisfied with the results.
<</say>>
<<say 'Computer'>>
Question #2: Are you happy with your new figure, which you obtained thanks to the influence of the Essence of Sexuality?
<</say>>
<<say 'Ruth'>>
Oh, my God, yes! My new curves are absolutely intoxicating. The Essence of Sexuality has worked wonders on my body, enhancing my breasts and my booty in the most delicious ways. Every time I look in the mirror, I can't help but feel incredibly turned on by my own reflection.
<</say>>
<<say 'Computer'>>
Question #3: How significantly has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Ruth'>>
Well, where do I even begin? The Essence of Sexuality has completely revolutionized my sex life. Every moment of intimacy with my partner has become an electrifying experience. I now crave pleasure in ways I never thought possible, and my orgasms are mind-blowing. I feel more confident, more sensual, and more alive than ever before. The Essence of Sexuality has truly awakened a primal, insatiable desire within me.
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Ruth'>>
Absolutely, without a doubt! The Essence of Sexuality is a game-changer, a life-changer, a pleasure-changer. Every girl deserves to experience the incredible transformation that I have undergone. It's like tapping into a forbidden source of ecstasy, a secret well of pleasure that once unleashed, can never be contained. I would wholeheartedly recommend the Essence of Sexuality to every woman who wants to feel like a real priestess of sex with the figure of a porn model.
<</say>>
<<set $p.Ruth.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Ruth's quest list has been updated.
<</do>>
<<do>>
Ruth has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-6.mp4>>
<<say 'Barbara'>>
Oh fuck, riding you like this is so fucking hot... I love the way your cock fills me up, stretching me to my limits. And when I play with my ass like this, it's like a whole new level of pleasure. I can't get enough of it, of the way it makes me feel.
<</say>>
<<say 'You'>>
That's it, baby, show me what you can do. Ride me like the naughty little slut you are, and I'll make sure you get what you deserve. I love watching you grind on me, moaning and whimpering with every thrust.
<</say>>
<<say 'Barbara'>>
Yes, yes, fuck, I'm so close... I can feel it building inside me, this incredible wave of pleasure. Your cock, your fingers, they're driving me insane. I want to come all over you, to show you how much I need this, how much I crave you.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-7.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cock feels amazing inside my ass. The Essence of Sexuality has made me so open, so eager to explore new sensations and pleasures. I never thought anal sex could feel this good, this intense, this mind-blowing.
<</say>>
<<say 'You'>>
You're so tight and hot, baby. The way you're riding me, taking me deeper and deeper into your ass, it's pure pleasure.
<</say>>
<<say 'Barbara'>>
I never knew I could enjoy anal sex this much, Professor. The Essence of Sexuality has unlocked a whole new world of pleasure for me, a world I never want to leave. Please, keep going, keep pushing me to the edge of ecstasy.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest1-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-1-8.mp4>>
<<say 'Barbara'>>
Oh fuck, cum on my face and in my mouth... it's so dirty, so naughty, but I can't help but love it. I love the way you look at me, like I'm your own personal cum slut.
<</say>>
<<say 'You'>>
That's it, baby, take it all... swallow every drop like a good little whore. I love seeing you covered in my cum.
<</say>>
<<say 'Barbara'>>
Yes, I love it, I love everything about it... the taste, the feel, the way it makes me feel. I want more, I need more of you, of your cum. I'm all yours, Professor, all yours.
<</say>>
<div class="go">
[[Finish the Practical Test|BarbaraSexTest1-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Barbara takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Barbara/photo-1.jpg">
</div>
<<say 'You'>>
Barbara, thank you so much for participating in our study on the Essence of Sexuality. Your contributions have been invaluable. Now, I would like to invite you to take part in a post-experiment survey, where we will gather your feedback on your experience. Please take your time and answer the questions honestly. Just relax and share your thoughts with us, it will greatly help our research. Just answer the questions that will be asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your appearance, increasing your breasts and buttocks?
<</say>>
<<say 'Barbara'>>
Well, let me tell you, this shit is crazy! I mean, my boobs went from pancakes to watermelons and my ass is like two basketballs back there. I look and feel like a damn porn star, it's insane. I can't even recognize myself in the mirror, but I gotta admit, it's kind of hot.
<</say>>
<<say 'Computer'>>
Question #2: How have your sensations changed during sex after using the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
Oh my god, it's like I'm on fire during sex now. Every touch, every kiss, every thrust feels amplified, like a damn fireworks show in my body. It's like I'm reaching new levels of pleasure that I didn't even know existed. It's addictive, I tell you!
<</say>>
<<say 'Computer'>>
Question #3: Have you experienced any discomfort from the application of the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
Discomfort? Ha! More like a damn rollercoaster of sensations. Yeah, sure, it's intense and overwhelming at times, but I wouldn't call it discomfort. It's like being on the edge of pleasure and pain, and I kinda like it. It's like pushing my limits and exploring new horizons of pleasure.
<</say>>
<<say 'Computer'>>
Question #4: Are you willing to continue the experiment with the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
Hell yeah, sign me up for round two! This stuff is like a sexual awakening, like I'm discovering a whole new side of myself. I want to see how far I can go with this, how much more pleasure I can unlock. Bring it on, I'm ready for more!
<</say>>
<<set $p.Barbara.quest++;>>
<<do>>
Barbara's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-6.mp4>>
<<say 'Barbara'>>
Oh god, it feels so good! Yes, yes, don't stop, keep fucking me like that. I want to feel you deep inside me, stretching me out. I'm your fuck toy, use me however you want. Give it to me, show me how much you desire me.
<</say>>
<<say 'You'>>
Your ass is fucking amazing, baby. So tight, so hot. I can't get enough of how you take me all in like that. This is the ultimate pleasure.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-7.mp4>>
<<say 'Barbara'>>
Oh god, it feels so good! Your cock is filling up my tight little ass so perfectly. I love the way you're pounding me from behind.
<</say>>
<<say 'You'>>
You like that, huh? Your ass is so fucking hot and I love how you take it all in. You're such a naughty girl.
<</say>>
<<say 'Barbara'>>
Yes, I'm your naughty little slut. Keep fucking me in the ass, I want to feel every inch of you deep inside me.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-8]]
</div><<say 'You'>>
Here it comes, baby. Get ready for a big load of my cum all over your face.
<</say>>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-2-8.mp4>>
<<say 'Barbara'>>
Oh yes, cum all over my face and in my mouth. I want to taste every drop of your hot, sticky load. Mmm, yes. Cover me in your cum. I love the way it feels on my skin and in my mouth. Give it all to me, I want it all.
<</say>>
<div class="go">
[[Finish the Practical Test|BarbaraSexTest2-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Barbara takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Barbara/photo-1.jpg">
</div>
<<say 'You'>>
Barbara, your involvement in our research has been greatly appreciated. As we near the end of this phase, I would like to kindly ask you to participate in a brief survey. Your feedback is crucial for us to further understand the effects of the Essence of Sexuality. Please take a moment to answer the questions that will be presented to you. Just answer the questions that will be asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected your libido?
<</say>>
<<say 'Barbara'>>
Oh my god, let me tell you, my libido is through the roof! Like, I can't even control myself, I'm constantly craving sex and getting turned on by the slightest things. It's like I'm a nympho or something, but I love it!
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality affected your sensations during oral sex?
<</say>>
<<say 'Barbara'>>
Oh man, let me tell you, it's like my entire body is on fire when I'm giving a blowjob. The way the Essence of Sexuality has heightened my sensations is just mind-blowing. Like, every touch, every lick, every suck feels incredibly intense and pleasurable. It's like I'm in a whole new world of pure ecstasy.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality affected your sensations during vaginal sex?
<</say>>
<<say 'Barbara'>>
Holy crap, vaginal sex has never felt this good before! The Essence of Sexuality has made me so fucking sensitive down there, every thrust, every penetration sends waves of pleasure through my entire body. It's like I'm constantly on the edge of orgasm, and when it finally hits, it's like an explosion of pure bliss. I can't get enough of it!
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality affected your sensations during anal sex?
<</say>>
<<say 'Barbara'>>
Oh my god, anal sex with the Essence of Sexuality is like nothing I've ever experienced before. The intensity, the pleasure, the sheer ecstasy of it all is just beyond words. It's like every thrust, every movement is magnified tenfold, and I can't help but moan and scream from the sheer pleasure of it. It's like I'm being taken to a whole new level of sexual pleasure, and I never want it to end.
<</say>>
<<set $p.Barbara.quest++;>>
<<do>>
Barbara's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-6.mp4>>
<<say 'Barbara'>>
The Essence of Sexuality has made me so eager for your touch, so ready for your hard cock to fill me up. Every inch of your dick feels like pure heaven, like I'm being pleasured in ways I never thought possible.
<</say>>
<<say 'You'>>
You're such a good girl, lying there and taking my cock like a champ. You love feeling me deep inside you, stretching you out and making you moan with pleasure.
<</say>>
<<say 'Barbara'>>
Yes, that's it! Keep fucking me, keep giving it to me until I'm begging for more, until I'm screaming your name in ecstasy and desire.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-7.mp4>>
<<say 'Barbara'>>
Oh yes, fuck me harder in my tight ass! I can feel every inch of you.
<</say>>
<<say 'You'>>
You like it when I pound into you like this? You're so fucking sexy.
<</say>>
<<say 'Barbara'>>
Yes, yes, don't stop! I want you to fill me up completely.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-3-8.mp4>>
<<say 'Barbara'>>
Oh baby, I love feeling your hot cum in my mouth.I want to taste every last drop, to savor the pleasure you give me and make it last forever.
<</say>>
<<say 'You'>>
You like it when I cum in your mouth, don't you? You love feeling me covering your tongue, your throat, your lips with my hot load.
<</say>>
<<say 'Barbara'>>
Yes, I'm your dirty little cum slut! Give it to me, give me all your cum until I'm intoxicated with lust and satisfaction.
<</say>>
<div class="go">
[[Finish the Practical Test|BarbaraSexTest3-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Barbara takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Barbara/photo-1.jpg">
</div>
<<say 'You'>>
Barbara, I am truly grateful for your willingness to take part in our study. Now, I'd like to invite you to share your thoughts with us through a questionnaire. Your insights will help us refine our research and better understand the impact of the Essence of Sexuality. Please feel free to express your opinions and feelings openly during this survey. Just answer the questions that will be asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your genital area?
<</say>>
<<say 'Barbara'>>
Oh my god, the Essence of Sexuality has completely transformed the sensitivity of my genital area! Every touch, every sensation, it's like an explosion of pleasure down there. It's like my whole body is on fire and I can't get enough of it. It's like I'm constantly craving more and more.
<</say>>
<<say 'Computer'>>
Question #2: Can you describe in detail the changes you have noticed in your clitoris since using the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
My clitoris has become so much more sensitive and responsive since using the Essence of Sexuality. It's like it's always throbbing with pleasure, just waiting to be touched. Even the slightest caress sends shivers down my spine and makes me feel so incredibly aroused. It's like my whole world revolves around my clitoris now.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality enhanced the sensations in your vagina?
<</say>>
<<say 'Barbara'>>
The Essence of Sexuality has completely transformed the sensations in my vagina. It's like every nerve ending down there has been awakened and is constantly buzzing with pleasure. Even the slightest penetration feels so intense and electrifying that I can't help but moan with delight. It's like my vagina has become a playground of pleasure that I never want to leave.
<</say>>
<<say 'Computer'>>
Question #4: Have you noticed any changes in the sensitivity and responsiveness of your nipples since using the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
Oh, absolutely! The Essence of Sexuality has turned my nipples into the most sensitive erogenous zones on my body. Just a simple touch or a gentle pinch sends waves of pleasure coursing through me. It's like my nipples are constantly begging for attention and when they're stimulated, it's like an explosion of ecstasy that leaves me gasping for more. It's like my nipples have become the key to unlocking unimaginable pleasure within me.
<</say>>
<<set $p.Barbara.quest++;>>
<<do>>
Barbara's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-6.mp4>>
<<say 'Barbara'>>
Yes, give it to me, fuck my tight little asshole! I love how rough you are with me, it's so dirty and hot. I want you to fuck me harder, make me scream your name!
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to pound that ass of yours until you can't walk straight. I love how tight you are, it's like you were made for anal sex.
<</say>>
<<say 'Barbara'>>
Oh god, yes, don't stop! I love feeling you deep inside me, stretching me out. I want all of you, I want you to fill me up with your cum!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-4-7.mp4>>
<<say 'Barbara'>>
Oh fuck, yes, cum all over my face and in my mouth! I want to taste you, feel you explode in my mouth. I love how hot and sticky your cum is, it's such a turn on.
<</say>>
<<say 'You'>>
You like it when I cum all over your face, huh? You want to be covered in my cum, be my dirty little cum slut. I love watching you lick it all up, it's so fucking hot.
<</say>>
<<say 'Barbara'>>
Mmm, your cum tastes so good. I love the way it feels on my skin, how it drips down my face. I want more, give me everything you've got!
<</say>>
<div class="go">
[[Finish the Practical Test|BarbaraSexTest4-8]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Barbara takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Barbara/photo-1.jpg">
</div>
<<say 'You'>>
Barbara, I want to thank you for your participation in our experiment exploring the benefits of the Essence of Sexuality. Your involvement has been vital to our progress. Now, I would like to ask you to complete a survey, where you can provide us with your honest feedback. Your input will give us valuable insight into the effects of the essence. Just answer the questions that will be asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: How has the Essence of Sexuality affected the sensitivity of your skin overall?
<</say>>
<<say 'Barbara'>>
Let me tell you, after using the Essence of Sexuality, my skin feels like it's on fire in the best way possible. Every touch, every caress, every stroke sends shivers down my spine and makes me ache for more. It's like my whole body is one big erogenous zone begging to be touched and explored. The sensitivity is off the charts, and I love every second of it.
<</say>>
<<say 'Computer'>>
Question #2: How has the Essence of Sexuality enhanced the way your vagina feels the touch of the penis during intercourse?
<</say>>
<<say 'Barbara'>>
Oh, it's like my vagina has been awakened to a whole new world of pleasure! The Essence of Sexuality has made every thrust, every penetration, every movement feel like pure ecstasy. The sensation of being filled and stretched is so much more intense now, it's like I can feel every ridge and vein of the penis rubbing against me in the most delicious way. It's like my vagina has become a hungry beast craving more and more, and I can't get enough.
<</say>>
<<say 'Computer'>>
Question #3: How has the Essence of Sexuality heightened the sensitivity of your mouth when it comes into contact with the penis?
<</say>>
<<say 'Barbara'>>
The Essence of Sexuality has turned my mouth into a pleasure palace for the penis! Every touch of the penis against my lips, my tongue, my throat, sends me into a frenzy of desire. The sensitivity in my mouth is through the roof now, every taste, every texture of the penis is magnified and intensified. It's like I can't get enough of the feeling of having a hard, throbbing penis in my mouth, it's like the ultimate form of pleasure for me now.
<</say>>
<<say 'Computer'>>
Question #4: How has the Essence of Sexuality impacted the way you experience oral sex with your partner?
<</say>>
<<say 'Barbara'>>
Oral sex has taken on a whole new meaning since using the Essence of Sexuality. The sensations, the pleasure, the intensity of giving and receiving oral pleasure has reached new heights. Every touch, every lick, every suck is like an explosion of pleasure in my mouth and on my partner's body. It's like I can't get enough of the taste, the scent, the feel of my partner's penis in my mouth, it's like a drug that I can't resist. Oral sex has become an addiction for me, and I never want it to stop.
<</say>>
<<set $p.Barbara.quest++;>>
<<do>>
Barbara's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-6.mp4>>
<<say 'Barbara'>>
I can't believe how good it feels, I never knew anal sex could be this amazing.
<</say>>
<<say 'You'>>
You're so tight, baby, it's like you were made for taking it in the ass.
<</say>>
<<say 'Barbara'>>
Keep going, don't stop, I want to feel you deep inside me, filling me up completely.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-7.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cock feels so good inside me, it's like I can feel every single inch of you. The Essence of Sexuality has made me so sensitive, every thrust is sending shivers of pleasure through my body. I've never felt so alive and aroused before, it's like I'm on fire with desire.
<</say>>
<<say 'You'>>
You like that, don't you? The Essence is really working its magic on you. Your tight little ass is taking me so well, it's like you were made for anal sex. I can't get enough of this feeling, of being so deep inside you and hearing you moan with pleasure.
<</say>>
<<say 'Barbara'>>
Yes, yes, Professor, don't stop, keep going. I want more, I need more of you. The Essence has opened up a whole new world of pleasure for me, and I want to explore every inch of it with you. I never want this moment to end, I want to feel you inside me forever.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Barbara/Barbara-5-8.mp4>>
<<say 'Barbara'>>
Oh, Professor, your cum tastes like heaven, I can feel it dripping down my face and into my mouth. The Essence of Sexuality has not only made me more sensitive, but it has also heightened my sense of taste and touch. I can't get enough of this delicious sensation, it's like I'm drunk on pleasure.
<</say>>
<<say 'You'>>
You look absolutely stunning with my cum all over your face, it's like a work of art. The Essence has brought out your inner slut, and I love it. I could watch you swallow my cum all day, it's such a turn on to see you enjoy it so much.
<</say>>
<<say 'Barbara'>>
I can't help but want more, Professor. Your cum is like a drug to me now, I crave it more than anything. The Essence has unleashed my wild side, and I want to explore every dirty desire with you.
<</say>>
<div class="go">
[[Finish the Practical Test|BarbaraSexTest5-9]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<do>>
After completing the Practical Test, Barbara takes a shower, freshens up, and returns to the Essence Testing Room.
<</do>>
<div class="image">
<img src="video/Barbara/photo-1.jpg">
</div>
<<say 'You'>>
Barbara, your cooperation in our research project has been truly commendable. As we come to the final stages of this study, I would like to invite you to partake in a questionnaire. Your feedback is essential in helping us evaluate the impact of the Essence of Sexuality. Please take a moment to answer the questions that will be presented to you. Just answer the questions that will be asked by the COMPUTER.
<</say>>
<<say 'Computer'>>
Question #1: Are you satisfied with participating in the volunteer program of the SexMachine corporation?
<</say>>
<<say 'Barbara'>>
Well, let me tell you, being a part of the volunteer program at SexMachine has been an absolutely thrilling experience! I never imagined that I would have the opportunity to enhance my body and sexual pleasure in such a unique way. The professionalism and care of the staff, especially the Professor, have made every moment unforgettable. I can't wait to continue exploring the effects of the Essence of Sexuality on my body and mind!
<</say>>
<<say 'Computer'>>
Question #2: Are you satisfied with your new figure, which you obtained thanks to the influence of the Essence of Sexuality?
<</say>>
<<say 'Barbara'>>
Oh, I am beyond satisfied with my new figure! The changes that the Essence of Sexuality has brought to my body are absolutely incredible. My curves have become more pronounced, my breasts fuller, and my buttocks rounder. I feel more confident and sexy than ever before. The Essence of Sexuality has truly worked wonders on my physique, and I couldn't be happier with the results!
<</say>>
<<say 'Computer'>>
Question #3: How much has the Essence of Sexuality changed your sexual life?
<</say>>
<<say 'Barbara'>>
The Essence of Sexuality has completely transformed my sexual life! The increased size of my breasts and buttocks has made me feel more desirable and confident in the bedroom. I have discovered new levels of pleasure and sensuality that I never knew were possible. The intensity of my orgasms has skyrocketed, and every intimate encounter now feels like a mind-blowing experience. The Essence of Sexuality has opened up a whole new world of passion and excitement for me, and I am loving every moment of it!
<</say>>
<<say 'Computer'>>
Question #4: Would you recommend the Essence of Sexuality to other girls?
<</say>>
<<say 'Barbara'>>
Absolutely! I would wholeheartedly recommend the Essence of Sexuality to every woman out there who wants to enhance her beauty and sexual pleasure. The effects of this substance are truly remarkable, and I believe that every woman deserves to experience the incredible transformation that it brings. The Essence of Sexuality has not only changed my body but also my mindset, making me feel more confident, sexy, and empowered. I am a living testament to its effectiveness, and I would encourage every girl to give it a try for an unforgettable journey of self-discovery and pleasure!
<</say>>
<<set $p.Barbara.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<do>>
Barbara's quest list has been updated.
<</do>>
<<do>>
Barbara has successfully completed all phases of testing for the Essence of Sexuality. The test results will allow you to perform a new laboratory equipment upgrade. Visit the Laboratory Upgrade Room to see the list of available upgrades.
<</do>>
<div class="go">
<<link 'Return to the "Biological Research Lab"'>>
<<set $t.sidebar = 1;>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Sabrina'>>
Oh my god, I cannot believe how fucking amazing this Essence of Sexuality is! My tits are like two fucking mountains now, they're perky and fucking huge.
<</say>>
<div class="image">
<img src="video/Sabrina/quest-1-3.jpg">
</div>
<<say 'Sabrina'>>
And my ass? Holy shit, it's like a fucking peach, so round and juicy. I fucking love it, I feel so goddamn sexy!
<</say>>
<div class="image">
<img src="video/Sabrina/quest-1-4.jpg">
</div>
<<say 'You'>>
I'm glad to hear that, Sabrina. Now it's time for the Practical Test. And according to the rules of our Volunteer Program, I must explain to you what will happen next.
<</say>>
<<say 'Sabrina'>>
I'm listening carefully, Professor.
<</say>>
<<say 'You'>>
At the end of each phase of our experiment, you'll undergo a Practical Test. Essentially, the Practical Test is a normal sexual act, in other words, sex between me, as the program director, and you, as the subject. During our sex, you should try to be open and uninhibited. Don't hold back your emotions. Focus on your sensations, lust, desires. Try to express what you feel. All your reactions during our sex will help me better understand the effects of the Essence of Sexuality on your body.
<</say>>
<<say 'Sabrina'>>
That sounds very tempting, Professor.
<</say>>
<<say 'You'>>
So, now we'll go to a private room to conduct the Practical Test. You may feel a bit shy at first, but remember, the more our sexual act resembles ordinary sex, the more data I can gather about the effects of the Essence on your body. That's why we need to have sex as if we just met at a bar an hour ago and decided to have some fun at your place. So don't hold back in your words or in expressing your emotions... And I won't hold back either. So, are you ready for the Practical Test?
<</say>>
<<say 'Sabrina'>>
Oh god yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my body, igniting an insatiable desire to fuck. I want you to fuck me right now, Professor. Be rough with me, talk dirty to me, and make me scream with pleasure. I need you to satisfy this overwhelming craving that the Essence has unleashed within me.
<</say>>
<div class="go">
[[Start the Practical Test|SabrinaSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Sabrina'>>
Oh my god, this Essence of Sexuality is fucking amazing! I feel so goddamn sexy and confident, like I could fuck anyone I want. My libido is through the fucking roof and I just want to tear someone's clothes off right now. Thank you, Biological Research Lab, for giving me this fucking gift!
<</say>>
<<say 'You'>>
I'm glad to hear that, Sabrina. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Sabrina'>>
Oh yes! I'm ready for this, Professor! Oh, Professor... This Essence of Sexuality is fucking amazing! I can feel it coursing through my veins, igniting a fiery desire to fuck like never before. I need you to fuck me right now, with all your strength and passion, show me how this Essence has transformed me into a sex goddess. Make me your dirty little slut, make me beg for more, make me scream your name in ecstasy. I want it rough, I want it dirty, I want it like never before. Give it to me, Professor, give it to me hard and make me yours.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Barbara, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Barbara'>>
Oh my god, I can't believe the transformation that has happened to my body after using the Essence of Sexuality! My breasts are now fuller, perkier, and more enticing than ever before.
<</say>>
<div class="image">
<img src="video/Barbara/quest-1-3.jpg">
</div>
<<say 'Barbara'>>
And my butt, oh my god, my butt has never looked this round and firm! I feel so confident and sexy! Thank you so much, Professor, for giving me this incredible gift of sexuality!
<</say>>
<div class="image">
<img src="video/Barbara/quest-1-4.jpg">
</div>
<<say 'You'>>
I'm glad to hear that, Barbara. Now it's time for the Practical Test. As part of our Volunteer Program, I'm required to explain what's going to happen.
<</say>>
<<say 'Barbara'>>
I'm ready, Professor. Please explain everything clearly.
<</say>>
<<say 'You'>>
The Practical Test involves us having sex, and it's important that it feels like something you would do in real life. We need to make sure that our interaction is as natural and relaxed as possible. The more it feels like a normal, spontaneous sexual encounter, the better the data will be. Think of it like we just met, and we're hooking up at your place.
<</say>>
<<say 'Barbara'>>
I understand. So, I should just act like I would during regular sex, without holding anything back?
<</say>>
<<say 'You'>>
Exactly. Be open, let your emotions flow, and don't restrain yourself. The more genuine your reactions, the more accurate the data will be on how the Essence affects you. So, are you ready for the test?
<</say>>
<<say 'Barbara'>>
Oh god yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my body like a wildfire, igniting an insatiable desire to fuck. I want you to fuck me right now, Professor. Be rough with me, talk dirty to me. I need to feel your hard cock inside me. I want to experience every intense moment of pleasure that this powerful substance has to offer. I'm ready, Professor, so please, fuck me like you mean it.
<</say>>
<div class="go">
[[Start the Practical Test|BarbaraSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Agatha, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<div class="image">
<img src="video/Agatha/quest-1-3.jpg">
</div>
<<say 'Agatha'>>
Wow, I can't believe the transformation after using the Essence of Sexuality! After using the Essence, oh my god, my body feels incredible! My boobs are so much bigger and perkier, they feel amazing to touch.
<</say>>
<div class="image">
<img src="video/Agatha/quest-1-4.jpg">
</div>
<<say 'Agatha'>>
And my ass, holy shit, it's like it's been lifted and toned to perfection. I feel like a goddess, like I could seduce anyone with just one look. I can't believe how sexy I feel, this stuff is absolutely magical! Thank you, thank you, thank you!
<</say>>
<<say 'You'>>
I'm glad to hear that, Agatha. Now, it's time for the Practical Test. As part of our Volunteer Program, I need to explain what's going to happen.
<</say>>
<<say 'Agatha'>>
I'm ready to hear it, Professor. Please go ahead.
<</say>>
<<say 'You'>>
The Practical Test involves us having sex, and it's essential that it feels like a normal sexual encounter. We need to approach it as if this is a regular situation - like we met at a bar and decided to have some fun. This means not only should our actions be natural, but our conversations should be as well. We should talk to each other as we would during normal, everyday sex - expressing our feelings, desires and reactions openly and naturally. The more genuine and spontaneous our interaction, the more useful the data will be.
<</say>>
<<say 'Agatha'>>
I see. So, I should treat this just like any other casual sexual encounter, both in my actions and in how I communicate?
<</say>>
<<say 'You'>>
Exactly. Be open and don't hold back, whether it's in your actions or your words. Let everything flow naturally, just as it would in a real-life scenario. This will give me the most accurate data on how the Essence affects you. Are you ready to proceed?
<</say>>
<<say 'Agatha'>>
Oh god yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my body, fueling an insatiable desire to fuck. I want you to fuck me right now, Professor. Be rough with me, talk dirty to me. I need it, I need you to take me hard and make me scream with pleasure.
<</say>>
<div class="go">
[[Start the Practical Test|AgathaSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Zoe, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Zoe'>>
Wow, after using the Essence of Sexuality, I can't believe how amazing my body looks now! My boobs have gotten so much bigger and perkier, it's like a miracle!
<</say>>
<div class="image">
<img src="video/Zoe/quest-1-3.jpg">
</div>
<<say 'Zoe'>>
And my ass... oh my god, it's like it's been lifted and sculpted to perfection. I feel so sexy and confident, like a total bombshell. This stuff is seriously life-changing, I can't believe how hot I look now. Thank you, Professor, for giving me the body of my dreams!
<</say>>
<div class="image">
<img src="video/Zoe/quest-1-4.jpg">
</div>
<<say 'You'>>
I'm glad to hear that, Zoe. Now it's time to move on to the Practical Test. As per the guidelines of our Volunteer Program, I need to explain what's about to happen.
<</say>>
<<say 'Zoe'>>
I'm all ears, Professor.
<</say>>
<<say 'You'>>
At the end of each phase of the experiment, you'll be required to undergo a Practical Test. Simply put, the Practical Test is a sexual act – sex between you and me, as the head of the program and the test subject. During this, I need you to be completely open and uninhibited. Don't hold back your emotions. Focus on your sensations, your desires, your lust. Let yourself express everything you feel. Your reactions during our sex will provide me with valuable insight into how the Essence of Sexuality affects your body.
<</say>>
<<say 'Zoe'>>
That sounds very exciting, Professor.
<</say>>
<<say 'You'>>
Now, we'll go to a private room to begin the Practical Test. You might feel a bit shy at first, but remember, the more natural our sexual act feels, the more useful the data will be. Think of it like this: we just met at a bar an hour ago and decided to go home for some fun. So don't hold back your words or your emotions... and I won't hold back either. So, are you ready for the Practical Test?
<</say>>
<<say 'Zoe'>>
Oh god yes! I'm ready for this! Professor, the Essence of Sexuality feels like a fucking wildfire inside me, igniting every inch of my body with an insatiable desire to fuck. I want you to fuck me right now, to be rough and brutal with me. I crave your relentless touch and I need you to fuck me until I can't think straight. I want to feel your hard, throbbing cock inside me, driving me to the edge of ecstasy. Fuck me, Professor, fuck me like you've never fucked anyone before.
<</say>>
<div class="go">
[[Start the Practical Test|ZoeSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Agatha, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Agatha'>>
Oh my god, I can't believe how fucking sexy I feel right now! My libido is through the roof after using the Essence of Sexuality. I feel like a goddess, ready to conquer the world with my newfound sexual energy. This shit is amazing, I never thought I could feel this fucking good. Thank you, thank you, thank you!!!
<</say>>
<<say 'You'>>
I'm glad to hear that, Agatha. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Agatha'>>
Oh yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my body, igniting a primal desire to fuck. I need you to fuck me right now, Professor. Be rough with me, make me yours in every sense of the word. I want to be consumed by the passion that this Essence has awakened within me. Fuck me hard, fuck me like you've never fucked anyone before.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Agatha, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Agatha'>>
Oh my god, I feel like every touch is magnified a hundred times! My body is on fire, I can't believe how sensitive and ready I am. I want to be touched, kissed, ravished... I've never felt so alive and turned on in my life! This is incredible, I never want it to end!
<</say>>
<<say 'You'>>
I'm glad to hear that, Agatha. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Agatha'>>
Of course, Professor! I'm ready for this! I fucking love how the Essence of Sexuality has turned me into an insatiable slut. I need you to fuck me right now, Professor. Be rough with me, talk dirty to me. I want to feel your hard cock inside me, pounding me into oblivion. Give it to me hard, make me scream with pleasure. Fuck me like the dirty little slut I've become. I want it all, and I want it now!
<</say>>
<div class="go sex">
[[Next|AgathaSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Agatha, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Agatha'>>
Wow, I can't believe how amazing this Essence of Sexuality is! My skin feels so goddamn sensitive, every touch sends shivers down my spine. I love how it makes me feel so sexy and turned on. I want to fucking rip off my clothes and have the dirtiest, nastiest sex right now. Holy shit, this stuff is fucking incredible!
<</say>>
<<say 'You'>>
I'm glad to hear that, Agatha. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Agatha'>>
Oh hell yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my body, making me ache with desire. I need you to fuck me right now, Professor. Be rough with me, make me feel like a filthy whore. I want to be completely consumed by pleasure, to lose myself in the intensity of our encounter. Please, don't hold back, show me how powerful this Essence can truly be.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Agatha, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Agatha'>>
After using the Essence of Sexuality, I felt a sudden surge of arousal that I couldn't ignore. My body was on fire, my mind filled with dirty thoughts and cravings for sexual activity. I felt like a wild, insatiable beast, ready to be pleased in every way possible. My pussy was dripping wet, begging to be filled and fucked hard. I wanted to be dominated, to be taken in every way imaginable. I was aching for a rough, dirty fuck that would leave me completely satisfied and exhausted.
<</say>>
<<say 'You'>>
I'm glad to hear that, Agatha. Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Agatha'>>
Sure thing! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through me, igniting a primal desire to fuck! Professor, please fuck me right now, I need it so fucking bad. Give it to me hard, give it to me deep, I want to feel every fucking inch of you inside me.
<</say>>
<div class="go sex">
[[Next|AgathaSexTest5-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Zoe, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Zoe'>>
Oh my goodness, I can't believe how amazing I feel after using the Essence of Sexuality! My body feels more alive and vibrant, and my libido has skyrocketed! I feel like a goddess, confident and sexy in my own skin. This is truly a game-changer for me, I feel more in touch with my femininity and ready to embrace my sexuality like never before. Thank you, Professor, for creating such a powerful and empowering product!
<</say>>
<<say 'You'>>
I'm glad to hear that, Zoe. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Zoe'>>
Oh yes! I'm ready for this, Professor! I fucking love how the Essence of Sexuality makes me crave sex like never before. I need you to fuck me right now, be rough and brutal with me. I want to feel your cock deep inside me, making me scream with pleasure. I can't get enough of this intense desire you've awakened in me. So come on, give it to me hard and make me yours, Professor.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Zoe, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Zoe'>>
Oh my god, I can't believe how sensitive and alive my body feels after using the Essence of Sexuality! Every touch, every sensation is like a thousand fireworks exploding inside me. I feel so incredibly turned on and ready for anything. I'm dripping wet and so ready to be taken to new heights of pleasure.
<</say>>
<<say 'You'>>
I'm glad to hear that, Zoe. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Zoe'>>
Of course, Professor! I'm ready for this! I fucking love the Essence of Sexuality, Professor. It's like a fire burning inside of me, making me crave sex like never before. I want you to fuck me right now, be rough with me and call me a fucking slut while you're pounding me. Give it to me hard and make me scream your name, Professor. I need it so bad!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Zoe, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Zoe'>>
Oh my god, this Essence of Sexuality is like pure magic! My skin is so sensitive now, every touch sends shivers down my spine. I never knew my body could feel this fucking good, thank you, Lab of Biological Research, you dirty little geniuses!
<</say>>
<<say 'You'>>
I'm glad to hear that, Zoe. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Zoe'>>
Oh hell yes! I'm ready for this, Professor! I fucking love this Essence of Sexuality, Professor! It's like my pussy is on fire, craving your cock like never before. I need you to fuck me right now, hard and deep, and make me scream with pleasure. This shit is fucking amazing, I can't get enough of it!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Zoe, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Zoe'>>
I fucking love this Essence of Sexuality! I applied it and now my whole body is throbbing with desire. My pussy is so wet and aching for some hot, hard cock to fill me up. I just want to be fucked senseless right now, to feel every inch of a man inside me, pounding me into ecstasy. This shit is like liquid lust, turning me into a filthy, dirty slut who craves nothing but raw, animalistic sex. I need it, I want it, I fucking beg for it. I'm ready for anything, I'm a damn sex machine!
<</say>>
<<say 'You'>>
Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Zoe'>>
Sure thing! I'm ready for this, Professor! I can't believe how horny this Essence makes me feel! My pussy is dripping wet and I just need you to fuck me right now, Professor. The Essence of Sexuality is like a wildfire burning inside me, making me crave your cock like never before. I need you to pound me hard and deep, make me scream with pleasure as I cum all over your dick. Give it to me, Professor, give it to me now!
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Rebecca, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Rebecca'>>
Oh my god, I can't believe how amazing I look now after using the Essence of Sexuality! My boobs are like two juicy watermelons, so round and perky, I can't stop staring at them!
<</say>>
<div class="image">
<img src="video/Rebecca/quest-1-3.jpg">
</div>
<<say 'Rebecca'>>
My body feels so much sexier, my curves are more pronounced, and my ass... holy shit, my ass looks absolutely amazing! It's like I've gone from a 4 to a freaking 10 in a matter of minutes!
<</say>>
<div class="image">
<img src="video/Rebecca/quest-1-4.jpg">
</div>
<<say 'Rebecca'>>
I feel so confident and powerful, like I can conquer the world with this new, sexy body of mine. Thank you, Professor, for creating this incredible formula!
<</say>>
<<say 'You'>>
I'm glad to hear that, Rebecca. Now it's time for the Practical Test. According to the rules of our Volunteer Program, I'm obliged to tell you what happens next.
<</say>>
<<say 'Rebecca'>>
I'm ready, Professor. I've been curious about this for a while now, so please, explain everything to me in detail.
<</say>>
<<say 'You'>>
At the end of each experimental phase, we conduct a Practical Test. In essence, it's a sexual act between you, the subject, and me, as the head of the program. During this process, I'll need you to be fully open, without any inhibitions. Don't hold back your feelings, your emotions. Let your body respond naturally to the sensations, desires, and lust you experience. Your reactions during our sex will give me the data I need to understand how the Essence of Sexuality affects your body.
<</say>>
<<say 'Rebecca'>>
I see. So my role is not just to participate but to really let go and embrace the experience. That makes sense. I'll do my best to be honest with my reactions, and I'm actually looking forward to seeing how it all plays out.
<</say>>
<<say 'You'>>
Exactly. Now, we'll head to a private room to begin the Practical Test. You may feel a little awkward at first, but remember, the more natural and spontaneous our sexual interaction is, the more accurate the data will be. Think of it like we just met at a bar, and now we're at your place to have some fun. So don't hold back - express everything. And I won't hold back either. So, are you ready to begin the Practical Test?
<</say>>
<<say 'Rebecca'>>
Oh hell yes! I'm ready for this, Professor! I can't believe how fucking sexy I feel right now after taking that Essence of Sexuality! I want you Professor, I want you to fuck me hard and rough. I want you to dominate me and talk dirty to me. I need you to make me feel like the dirty little slut I am. Come on, fuck me now!
<</say>>
<div class="go">
[[Start the Practical Test|RebeccaSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Rebecca, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Rebecca'>>
Oh my goodness, after using the Essence of Sexuality, I feel like a whole new woman! My libido has skyrocketed and I feel more confident and sexy than ever before. I can't believe the transformation in my body and mind - it's like I've unlocked a whole new level of sensuality!
<</say>>
<<say 'You'>>
I'm glad to hear that, Rebecca. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Rebecca'>>
Oh god yes! I'm ready for this, Professor! I love the way the Essence of Sexuality makes me crave to fuck like never before. I need you to fuck me right now, Professor. Be rough with me, make me feel like a filthy little slut. I want it deep, hard, and dirty. Give it to me now!
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Rebecca, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Rebecca'>>
Oh my god, that Essence of Sexuality is fucking insane! I feel so fucking hot and horny right now, my pussy is dripping wet and every touch feels like pure fucking ecstasy. I need to get fucked so fucking bad, I want to be used and abused like a dirty little slut. I can't believe how fucking amazing this is, I never want it to fucking end!
<</say>>
<<say 'You'>>
I'm glad to hear that, Rebecca. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Rebecca'>>
Oh yes! I'm ready for this, Professor! I can feel the Essence of Sexuality coursing through my veins, igniting a primal desire to fuck like never before. Professor, I need you to fuck me right now, hard and rough, and talk dirty to me too. I want to be completely consumed by this overwhelming urge, to lose myself in the depths of this raw, unbridled passion.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Rebecca, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Rebecca'>>
Oh my god, this is insane! I feel like every nerve ending in my body is on fire, it's like every touch is sending electric shocks straight to my pussy! I can't fucking believe how sensitive my skin is now, I need to be touched, kissed, fucked so fucking bad!
<</say>>
<<say 'You'>>
I'm glad to hear that, Rebecca. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Rebecca'>>
Of course, Professor! I'm ready for this! I can feel the Essence of Sexuality coursing through me, igniting a fire of desire that I've never experienced before. I need you to fuck me right now, I need you to be rough with me. I want to feel the intensity of this pleasure like never before. Please, take me and show me the depths of pleasure that this Essence can bring. I need you now, Professor, please fuck me.
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Rebecca, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Rebecca'>>
After using the Essence of Sexuality, I feel a fucking raging fire in my pussy, like I need to be fucked so hard that I can't even think straight. My tits are aching to be squeezed and my ass is practically begging to be spanked. I want to be bent over and fucked senseless until I can't walk straight. Fuck, this shit has turned me into a horny little slut and I fucking love it.
<</say>>
<<say 'You'>>
Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Rebecca'>>
Sure thing! I'm ready for this, Professor! I can't believe how fucking horny this Essence of Sexuality has made me feel! I need to fuck right now, Professor. I want you to fuck me hard and talk dirty to me while you do it. I need you right now, I need your cock inside me. Please, don't make me wait any longer!
<</say>>
<div class="go sex">
[[Next|RebeccaSexTest5-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Ruth, we have successfully completed the injection of the Essence of Sexuality into your body. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Ruth'>>
Oh my god, I cannot believe how amazing this Essence of Sexuality is! My body feels so freaking sexy right now, like I've been transformed into a goddess or something. My boobs are literally twice the size they were before, like bam!
<</say>>
<div class="image">
<img src="video/Ruth/quest-1-3.jpg">
</div>
<<say 'Ruth'>>
And don't even get me started on my ass - it's like it's been sculpted to perfection, round and firm and just begging to be worshipped.
<</say>>
<div class="image">
<img src="video/Ruth/quest-1-4.jpg">
</div>
<<say 'Ruth'>>
I've never felt so confident and irresistible in my own skin before. This stuff is like magic in a bottle, I swear. I can't wait to show off my new curves and see how people react to the new and improved me. Thank you, Lab of Biological Research, you guys are freaking geniuses!
<</say>>
<<say 'You'>>
I'm glad to hear that, Ruth. Now it's time for the Practical Test. As per our Volunteer Program, I need to explain what's next.
<</say>>
<<say 'Ruth'>>
I'm ready, Professor. Please, explain what I need to do.
<</say>>
<<say 'You'>>
The Practical Test involves a sexual act between you and me. During this, I need you to be completely open, let your emotions flow, and focus on your sensations. Your reactions will help me assess the Essence's effects on your body.
<</say>>
<<say 'Ruth'>>
I understand. I'll do my best to let go and be honest with my responses.
<</say>>
<<say 'You'>>
Good. We'll go to a private room now. The more natural our interaction feels, the more valuable the data will be. So, are you ready?
<</say>>
<<say 'Ruth'>>
I'm ready for this, Professor! Oh my god, Professor, the Essence of Sexuality is like nothing I've ever experienced before! It's like an inferno of desire burning inside me, making me crave sex like never before. Please, fuck me right now, I need it so badly. I want you to be rough with me, talk dirty to me, make me feel like your little slut. I want all of it, all of you, right now.
<</say>>
<div class="go">
[[Start the Practical Test|RuthSexTest1-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Ruth, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Ruth'>>
Oh my god, I can't believe how amazing I feel after using the Essence of Sexuality! I feel so confident and sexy, it's like a whole new me. My libido is through the roof and I just can't wait to show off this new, more sensual side of myself. Thank you so much, Professor!
<</say>>
<<say 'You'>>
I'm glad to hear that, Ruth. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Ruth'>>
Oh yes! I'm ready for this, Professor! Fuck me hard, Professor! I can feel the Essence of Sexuality coursing through my veins, making me crave your cock like never before. I need you to ravage me right now, make me scream with pleasure and treat me like your dirty little slut. I want it rough, I want it raw, I want to feel every inch of you inside me until I can't take it anymore. Give it to me, Professor, show me what the Essence of Sexuality can truly do!
<</say>>
<div class="go sex">
[[Next|RuthSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Ruth, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Ruth'>>
Oh my god, this Essence of Sexuality is fucking incredible! My pussy is literally on fire, I've never felt so fucking turned on in my life! I swear, I could cum just from touching myself right now. This shit is like magic, my tits are so sensitive, I just wanna have someone suck on them for hours. I feel like a nympho, I need to get fucked right now! Fuck yeah, this stuff is fucking amazing!
<</say>>
<<say 'You'>>
I'm glad to hear that, Ruth. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Ruth'>>
Of course, Professor! I'm ready for this! I fucking love how the Essence of Sexuality makes me feel! My pussy is so wet and ready for you, Professor. I want you to fuck me hard right now and talk dirty to me while you do it. I can't wait for you to make me cum over and over again with this amazing 'drug'!
<</say>>
<div class="go sex">
[[Next|RuthSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Ruth, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Ruth'>>
Oh my god, I can't believe how sensitive my skin has become after using the Essence of Sexuality! Every little touch sends shivers down my spine and my whole body is just on fire. I feel like I could orgasm just from someone brushing their fingertips against me. It's like every nerve ending is turned up to maximum fucking overdrive. It's dirty, it's naughty, it's absolutely fucking incredible. I can't wait to see what other dirty little secrets this Essence has in store for me.
<</say>>
<<say 'You'>>
I'm glad to hear that, Ruth. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Ruth'>>
Oh hell yes! I'm ready for this, Professor! I love how this fucking Essence of Sexuality makes me want to fuck so damn bad. I need you to fuck me right now, Professor. Be rough with me, make me feel like a fucking whore. I want it hard and I want it rough, show me what this damn Essence can really fucking do!
<</say>>
<div class="go sex">
[[Next|RuthSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Ruth, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Ruth'>>
After using the Essence of Sexuality, I feel like a fucking goddess! My body is buzzing with arousal, my pussy is dripping wet, and I can't stop thinking about sex. I want to be fucked hard and fast, I want to moan and scream with pleasure, I want to be used like a dirty little slut. I'm ready to take on any cock that comes my way. Bring it on, I'm a fucking sex machine now!
<</say>>
<<say 'You'>>
Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Ruth'>>
Sure thing! I'm ready for this, Professor! I love how that Sexuality Essence makes me crave cock like never before. I want you to fuck me right now, Professor. Be rough with me, make me your dirty little slut. I need it so bad, give it to me hard and make me scream with pleasure.
<</say>>
<div class="go sex">
[[Next|RuthSexTest5-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Barbara, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase your libido. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Barbara'>>
Wow, I can’t believe the difference already! My libido has skyrocketed in just moments. It’s like a whole new level of desire has been unlocked inside me. Every thought and sensation is charged with an intense, almost uncontrollable passion.
<</say>>
<<say 'You'>>
I'm glad to hear that, Barbara. And now it's time for the next Practical Test. We'll be engaging in sex again, just like last time. It's crucial that you remain open and natural in your emotions, sensations, and communication. This naturalness will give us the most accurate understanding of how the Essence of Sexuality is affecting your body. So, are you ready for the test?
<</say>>
<<say 'Barbara'>>
Oh yes! I'm ready for this, Professor! I can't explain how fucking horny I feel right now with that Essence of Sexuality coursing through my veins. I need you to fuck me right now, Professor. I want you to be rough with me, make me feel like the dirtiest slut in the world. I need you to show me what true pleasure feels like, to make me scream your name until I can't speak anymore. I want you to take control and show me what it means to be truly sexually fulfilled. So please, please, fuck me hard and fuck me now.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest2-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Barbara, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Barbara'>>
Oh my god, I can't believe how sensitive my pussy is now! This Essence of Sexuality is fucking amazing, I've never felt so turned on in my life! I want to fuck all night long, my pussy is wetter than ever before! Thank you, thank you, thank you! This shit is fucking magical!
<</say>>
<<say 'You'>>
I'm glad to hear that, Barbara. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Barbara'>>
Of course, Professor! I'm ready for this! Goddamn, the Essence of Sexuality is fucking insane! I feel like a fucking wild animal, so horny and ready to get fucked. Professor, please fuck me right fucking now, I need it so fucking bad! This shit is fucking amazing, I can't fucking handle it!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Barbara, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Barbara'>>
After using the Essence of Sexuality, I feel like my skin is on fire with desire. It's like my whole body is one big erogenous zone, ready to be explored and pleasured. This Essence has truly awakened a fiery passion within me, and I never want it to end.
<</say>>
<<say 'You'>>
I'm glad to hear that, Barbara. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Barbara'>>
I can't control myself, Professor. The Essence of Sexuality has awakened something inside me, a burning desire to fuck. I need you to fuck me right now, hard and rough. I want you to talk dirty to me, be rough with me, show me what this Essence can really do. I need to feel your cock inside me, pounding me into ecstasy. Please, Professor, give me what I crave, use me like the filthy slut I am.
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Barbara, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Barbara'>>
After using the Essence of Sexuality, I feel absolutely fucking amazing. My body is on fire, pulsating with need and desire. I can't stop thinking about sex, craving it in every way possible. I'm a fucking sex machine, ready to unleash all of my dirty, naughty desires. This shit is like a fucking drug, making me want to fuck and be fucked every damn second. I'm a horny, dirty slut and I fucking love it. Bring it on, I'm ready to fuck like a wild animal.
<</say>>
<<say 'You'>>
Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Barbara'>>
Of course, Professor! I'm ready for this! I can't fucking believe how intensely horny this Essence of Sexuality has made me feel! My pussy is dripping wet, my nipples are so fucking hard, and I just need to be fucked so badly! Please, Professor, be rough with me, talk dirty to me, make me feel like the dirty fucking slut I am right now. I want you to use me, to fuck me hard and make me scream with pleasure. I need it, I fucking need it so much right now!
<</say>>
<div class="go sex">
[[Next|BarbaraSexTest5-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity in your genital area. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Sabrina'>>
Oh my god, I've never felt anything like this before! My body is on fire, every touch is amplified a hundred times over. I feel so alive, so sensual, so incredibly turned on. I can't believe how sensitive my whole body has become, especially down there... It's like every nerve ending is tingling with pleasure. I never knew I could feel this good, this aroused, this overwhelmed with desire.
<</say>>
<<say 'You'>>
I'm glad to hear that, Sabrina. So, it looks like we're ready for the next Practical Test. We'll be having sex again, so remember to be as natural and uninhibited as last time. Your openness and naturalness during our sex are crucial to understanding how the Essence of Sexuality affects your body. So, are you ready for the test?
<</say>>
<<say 'Sabrina'>>
Oh hell yes! I'm ready for this, Professor! I can't fucking believe how this Essence of Sexuality is just making me want to fuck like crazy! Please, Professor, fuck me right now! Be rough with me, talk dirty to me, make me feel your desire. I need it so bad. I want to feel every inch of you inside me, driving me wild with pleasure. I can't fucking wait any longer, please give it to me now!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest3-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we tried to increase the sensitivity of your skin. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Sabrina'>>
Oh my god, this essence of sexuality is amazing! My skin feels so sensitive right now, I just want someone to touch me all over and make me scream with pleasure! I feel like a goddess, ready to fuck and be fucked in every dirty way possible. I need more of this fucking essence, it's like a fucking drug to my horny fucking body!
<</say>>
<<say 'You'>>
I'm glad to hear that, Sabrina. And now it's time for another Practical Test. We'll engage in sex, and it's important that you stay open and natural, just like before. Your sincere expression of emotions and sensations, passion and lust, as well as your freedom in words and actions during this sexual act will help us get the best data on the effects of the Essence of Sexuality on your body. So, are you ready for the test?
<</say>>
<<say 'Sabrina'>>
Oh, of course, Professor! I'm ready for this! The Essence of Sexuality, it's like a fire burning inside me, making me crave sex like never before. Please, fuck me right now, I need you to be rough with me, talk dirty to me, make me feel your desire for me.
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest4-1]]
</div><style>body {background-image: url(bg/testing-room.jpg);}</style>
<<say 'You'>>
Congratulations, Sabrina, we have successfully completed the injection of the Essence of Sexuality into your body. This time, we used the Essence to stimulate your need for sexual activity. Now, tell me how you feel after the procedure.
<</say>>
<<say 'Sabrina'>>
My body is on fire, craving for some hot, dirty, and rough sex. I want to be touched, licked, sucked, and fucked until I can't take it anymore. This fucking potion turned me into a horny slut, and I fucking love it. I need to be filled with cock and cum, again and again. This is fucking amazing, I can't wait to get fucked senseless and cum like a whore. I'm ready to rock and roll, I'm a freaking sex machine!
<</say>>
<<say 'You'>>
Well, It looks like you're ready for the final Practical Test. We'll be having sex again, and you need to be natural in every aspect - your physical actions, emotional responses, sensations, and verbal communication. This level of openness during sex is key to obtaining important results about the Essence of Sexuality's impact. So, are you ready for the test?
<</say>>
<<say 'Sabrina'>>
I'm ready for this, Professor! I can't fucking believe how fucking horny I am right now! This Essence of Sexuality is like nothing I've ever experienced before. Professor, I need you to fuck me right now, hard and rough. I need to feel your cock inside me, making me cum over and over again. Please, don't hold back, talk dirty to me, treat me like your little slut. I want it all, I want to feel completely taken by you. Fuck me now, Professor, fuck me like you mean it!
<</say>>
<div class="go sex">
[[Next|SabrinaSexTest5-1]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-1-6.mp4>>
<<say 'Stacy'>>
Oh yes, I love being on top. Riding your cock like this feels incredible. I want you deeper inside me.
<</say>>
<<say 'You'>>
You look so sexy bouncing on my dick like that. Your tight little ass is milking my cock and driving me wild.
<</say>>
<<say 'Stacy'>>
I can feel you hitting all the right spots inside me. I want you to explode on my face and feed me your cum.
<</say>>
<div class="go sex">[[Next|StacySex1-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Stacy'>>
Yes, give it to me! Cover my face with your hot cum. I want to feel it dripping down my chin and taste it on my lips.
<</say>>
<<video video/Stacy/Stacy-1-7.mp4>>
<<say 'You'>>
You're such a dirty little cum slut, begging for my load all over your face. Here it comes, take it all!
<</say>>
<<say 'Stacy'>>
Mmm, I love the taste of your cum, it's so hot and creamy. I want more, give me everything you've got.
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Stacy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-6.mp4>>
<<say 'Stacy'>>
Oh yes, fuck me harder from behind, I love feeling you deep inside me. Your cock feels so good in my ass, fill me up completely. Oh fuck, yes, that's it, just like that, pound me like the naughty girl I am.
<</say>>
<<say 'You'>>
Your ass is so tight, it's like heaven. I can't get enough of this feeling. You're so fucking hot when you take it like a good little slut.
<</say>>
<<say 'Stacy'>>
I'm your dirty little slut, baby! I want all of your cock. I'm your naughty girl and I need you to fuck me harder. Keep going, don't stop until we both explode.
<</say>>
<div class="go sex">[[Next|StacySex2-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-2-7.mp4>>
<<say 'Stacy'>>
Oh baby, it's so hot, I love the way you cum in my mouth. I want more, I want every drop of your cum.
<</say>>
<<say 'You'>>
You look so sexy when my cum is on you, baby. I want to see you covered in it over and over again.
<</say>>
<<say 'Stacy'>>
Yes, yes, yes. I'm your dirty little cumslut, Evan. I love the taste of your cum, baby.
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Daisy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-6.mp4>>
<<say 'Stacy'>>
Oh god, your cock feels so good in my ass. I love it.
<</say>>
<<say 'You'>>
You're such a fucking slut, taking my cock like this. You want it harder, don't you?
<</say>>
<<say 'Stacy'>>
Oh, yes, please fuck me harder. I want to feel you deep inside me.
<</say>>
<div class="go sex">[[Next|StacySex3-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-7.mp4>>
<<say 'Stacy'>>
Mmm, yes, pull my hair, make me feel your dominance. I want you to use me however you please, I'm all yours.
<</say>>
<<say 'You'>>
You love it when I take control, don't you? You're so good at taking me deep into your mouth. You're a dirty little girl, and I like it.
<</say>>
<<say 'Stacy'>>
I'm your dirty little slut, and I want you to fuck my mouth hard. Show me how much you want it, let me taste every inch of you.
<</say>>
<div class="go sex">[[Next|StacySex3-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-3-8.mp4>>
<<say 'You'>>
That's it, take my cum on your tongue, Stacy, swallow it all down. Fuck, you look so hot with my cum dripping off your lips, my sweet little cumslut.
<</say>>
<<say 'Stacy'>>
I love feeling your hot cum on my tongue, it's such a turn on for me. I want to savor every bit of you, taste your cum like never before.
<</say>>
<<say 'You'>>
You look so sexy with my cum on your tongue, like a filthy little vixen. Go on, I want to see you swallow every last drop.
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Stacy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-6.mp4>>
<<say 'Stacy'>>
Oh god, you're so fucking dominant. I need it rough, I need to feel your primal desire, Evan.
<</say>>
<<say 'You'>>
I'm going to ravage you, make you mine in every filthy way possible. You're my dirty little whore and I love it.
<</say>>
<<say 'Stacy'>>
Yes, treat me like your filthy slut. Show me how much you want me, show me how much you need to fuck me hard.
<</say>>
<div class="go sex">[[Next|StacySex4-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-4-7.mp4>>
<<say 'Stacy'>>
Oh, fuck me hard, baby. Your cock in my ass is driving me wild. I love feeling you behind me, taking me as your own.
<</say>>
<<say 'You'>>
Your ass looks so sexy bouncing on my dick. I can't get enough of your tight, little hole.
<</say>>
<<say 'Stacy'>>
Pound me, make me yours completely. I want to feel you deep inside me until we both come apart in ecstasy.
<</say>>
<div class="go sex">[[Next|StacySex4-11]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Stacy'>>
Oh fuck, I can feel you about to cum. Give me your cum, fill my mouth with your hot load.
<</say>>
<<video video/Stacy/Stacy-4-8.mp4>>
<<say 'You'>>
I'm going to explode, baby. I want to see you swallow every drop of my seed.
<</say>>
<<say 'Stacy'>>
Yes, I'm your dirty little cum slut. I'll swallow it all, every last drop until you're completely drained.
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Stacy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-6.mp4>>
<<say 'Stacy'>>
Pound me, baby, fuck my ass hard! I want to feel you deep inside me, don't hold back. I'm your little anal whore, use me however you want.
<</say>>
<<say 'You'>>
Oh, Stacy! Your ass is so tight and warm around my cock, it's driving me crazy. I can't get enough of you, babe.
<</say>>
<<say 'Stacy'>>
Yes, give it to me, I can take it. I'm your dirty little slut, begging for your cock. Fuck me like the dirty whore I am.
<</say>>
<div class="go sex">[[Next|StacySex5-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-7.mp4>>
<<say 'Stacy'>>Oh, fuck, yes! Your cock feels so good in my ass, Evan! I love how deep you're going, don't stop!
<</say>>
<<say 'You'>>
You like that, baby? You're so tight and so wet, it's driving me crazy. I could pound you all day long.
<</say>>
<<say 'Stacy'>>Yes, please, pound me harder! I want to feel you all the way inside me. I'm your dirty little anal slut, use me how you want!
<</say>>
<div class="go sex">[[Next|StacySex5-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-5-8.mp4>>
<<say 'Stacy'>>
Mmm, give it to me, baby, cover my face and mouth with your hot cum! I want to taste every drop of your delicious load.
<</say>>
<<say 'You'>>
You're such a filthy little slut, begging for my cum. Take it, take every bit of it, you know you love it.
<</say>>
<<say 'Stacy'>>
Yes, fill me up with your cum, I want to feel it dripping down my face and on my tongue. I'm your cum-hungry slut, give it all to me!
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Stacy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-6.mp4>>
<<say 'Stacy'>>
Oh fuck, that feels so good. Your cock is filling me up deep inside. I want you to fuck me harder, make me scream with pleasure. I love it when you take control like this, it drives me wild.
<</say>>
<<say 'You'>>
You like that, huh? You dirty little slut, begging for my cock like that. I'm gonna pound you so hard, make you moan and beg for more. Your ass is so fucking tight, it's driving me crazy.
<</say>>
<<say 'Stacy'>>
Yes, fuck me harder, I want it rough. I love feeling you inside me, stretching me out. Make me cum, make me lose control. I need you to fuck me like you've never fucked me before.
<</say>>
<div class="go sex">[[Next|StacySex6-11]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-7.mp4>>
<<say 'Stacy'>>
Oh god, fuck me harder! I want you deep inside me, pounding me from behind. Your cock feels so good in my ass, I can't get enough of it. Give it to me rough, show me how much you want me.
<</say>>
<<say 'You'>>
You like it like that, huh? You're such a dirty little slut, taking my cock in your tight ass like a good girl. I'm going to fuck you harder, make you scream for more. You're mine now, you belong to me.
<</say>>
<<say 'Stacy'>>
Yes, fuck me like your own personal whore. I want to feel you filling me up, stretching me out. I'm your dirty little anal slut, take me as rough as you can.
<</say>>
<div class="go sex">[[Next|StacySex6-12]]</div>6-8
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Stacy/Stacy-6-8.mp4>>
<<say 'Stacy'>>
Oh shit, that was crazy. I can't believe you came on my eyes like that. It's so dirty and hot, I love it.
<</say>>
<<say 'You'>>
Yeah, you like that? You're such a filthy little slut, taking my cum all over your pretty face. You look so fucking sexy with my load dripping down your cheeks.
<</say>>
<<say 'Stacy'>>
Mmm, it's dripping down my face and onto my lips. I want to taste you, feel your hot cum on my tongue. Fuck, that was amazing. I feel so dirty and turned on right now.
<</say>>
<<set $p.Stacy.quest++;>>
<<do>>
Stacy's quest list has been updated.
<</do>>
<div class="go">
<<link 'Return to the lab'>>
<<set $t.sidebar = 1;>>
<<set $bio.events.day = $clock.days; >>
<<set $t.synthesisEvent = 0;>>
<<set $bio.events.counter++; >>
<<timer 1 0 -20>>
<<goto 'BioLab'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-4.mp4>>
<<say 'Mary'>>
Oh, yes, yes, yes! I love riding your cock, Evan.
<</say>>
<<say 'You'>>
Fuck, your ass bouncing on my cock is driving me insane. And I can't believe how amazing you look right now, riding me like this.
<</say>>
<<say 'Mary'>>
I want you to fill me up. I can't help it, Evan. You just make me lose control.
<</say>>
<<say 'You'>>
You're such a fucking wild thing, Mary. I can't get enough.
<</say>>
<div class="go sex">[[Next|MarySex1-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-5.mp4>>
<<say 'Mary'>>
Oh god, it feels so good. Fuck me harder, Evan! I want it deep and rough.
<</say>>
<<say 'You'>>
You like that, huh? You're so tight back here, it's driving me crazy.
<</say>>
<<say 'Mary'>>
Yes, yes, don't stop. I need you inside me. I need you to shove your cock as deep into my tight ass as possible.
<</say>>
<div class="go sex">[[Next|MarySex1-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-6.mp4>>
<<say 'Mary'>>
Oh my god, Evan. I didn't know it could feel this good. Your cock is stretching me so much.
<</say>>
<<say 'You'>>
You're so fucking hot, Mary. I love the way you take my cock in your hole. Your tight little ass is driving me wild.
<</say>>
<<say 'Mary'>>
I want it harder, faster. Don't hold back, I can take it. Give it to me all.
<</say>>
<<say 'You'>>
I'm going to make you scream with pleasure. Your ass is mine to fuck.
<</say>>
<<say 'Mary'>>
I love how dominant you are, Evan. I want you to own me completely. I want to be yours in every way right now.
<</say>>
<div class="go sex">[[Next|MarySex1-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Mary/Mary-1-7.mp4>>
<<say 'Mary'>>
Do you like my tits wrapped around your cock, Evan? Does it feel good to fuck me like this?
<</say>>
<<say 'You'>>
Fuck, yes. Your tits feel amazing around my cock. I could do this all day.
<</say>>
<<say 'Mary'>>
I love feeling you between my breasts, it's so dirty and hot. I want you to cover my tits in your cum.
<</say>>
<<say 'You'>>
I'm getting close, baby. I'm going to give you a big load all over those beautiful tits of yours.
<</say>>
<<say 'Mary'>>
Yes, come on them. I want to see you explode all over me, Evan. I want to feel your hot cum on my skin.
<</say>>
<div class="go sex">[[Next|MarySex1-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'You'>>
Here it comes, baby. Get ready for a big load.
<</say>>
<<video video/Mary/Mary-1-8.mp4>>
<<say 'Mary'>>
I love the way it feels, your hot cum on my skin. It's so dirty and naughty.
<</say>>
<<say 'You'>>
You look so fucking sexy with my cum on you. I want to do it all over again.
<</say>>
<<say 'Mary'>>
I can't wait to have your cum on me again, Evan. Well... Keep selling me more Essence and I'm sure we'll have even more fun in this bed.
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Start a new day">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-6.mp4>>
<<say 'Mary'>>
Harder, Evan! Fuck me harder!
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to cum inside you?
<</say>>
<<say 'Mary'>>
Yes, give it to me! I want to feel you explode in me!
<</say>>
<<say 'You'>>
I'm going to fill you up, baby. Get ready for it.
<</say>>
<<say 'Mary'>>
Oh god, yes! Fill me up, Evan! I want all of it!
<</say>>
<div class="go sex">[[Next|MarySex2-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-2-7.mp4>>
<<say 'You'>>
You like it when I cum inside you, don't you? You're such a dirty little slut, taking my load like a good girl.
<</say>>
<<say 'Mary'>>
Fill me up with your cum, give it to me all. I'm your cum dumpster, your dirty little whore. Oh, fuck, yes, yes, yes! Ohhh fuck that was amazing!
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-6.mp4>>
<<say 'Mary'>>
Oh fuck, fuck, fuck! Your cocks feel so fucking amazing in my tight little asshole! Goddamn, I love being penetrated like a fucking whore! Keep fucking me hard, you dirty fucking pigs! And you, shove your cock down my throat and make me gag on it! I fucking love it! Yeah, that's it, pound my ass and my mouth!
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Yeah, take it, you fucking slut! You love it, don't you?
<</say2>>
<<say2 'Another guy' 'UnknownM.jpg'>>
You're such a dirty whore, and we love every fucking second of it!
<</say2>>
<<say2 'One more guy' 'UnknownM.jpg'>>
Suck my cock harder, bitch! Make me cum in your fucking mouth!
<</say2>>
<<say 'Mary'>>
Yes, yes, yes! I want it all, I want it fucking all! Fuck my ass, fuck my mouth, fuck me like the dirty little whore I am! Give it to me, give it to me now! Oh, fuck yes!
<</say>>
<div class="go sex">[[Next|MarySex3-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-7.mp4>>
<<say 'Mary'>>
Oh my god, yes! Fuck my tight ass harder, baby! I'm going to cum so fucking hard! I want to feel your cock deep inside me as I explode all over it! Oh fuck, I'm coming! I'm coming!
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
You're such a dirty slut, aren't you? Yeah, take it all like the filthy whore you are. I love watching you cum like a little slutty bitch.
<</say2>>
<div class="go sex">[[Next|MarySex3-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-3-8.mp4>>
<<say 'Mary'>>
Oh yeah, give me all that hot cum, I want it filling my mouth and sliding down my throat, make me your dirty little cum slut, I can't get enough of it. I want to taste every last drop of your sweet, sticky load.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
You love that, don't you, dirty little whore? You're such a filthy slut, taking all our cocks and begging for our cum. You're a real cum guzzling whore, aren't you?
<</say2>>
<<say 'Mary'>>
Evan, why don't you join in and shoot your load in my mouth too? I want to taste every man here.
<</say>>
<<say 'You' '2'>>
Oh, uh, sorry guys, but I think, uh, I left the oven on at home and I really need to go check on it. Yeah, I'm in a hurry, so I better get going. Thanks for the offer though.
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Leave the orgy (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-6.mp4>>
<<say 'Mary'>>
You like that, Evan? You like how I ride your fucking cock? You like how I impale my pussy on your thick dick? You like watching these two sluts take two cocks each at the same time?
<</say>>
<<say 'You'>>
Oh, uh, yeah... It feels good, Mary. I, uh, like watching... Oh god...
<</say>>
<<say 'Mary'>>
Don't fucking hold back, Evan! Tell me how much you fucking love it! Tell me how much you want to see us all cum all over each other! Tell me, you dirty fuck!
<</say>>
<<say 'You'>>
I... I... I love it, Mary. I want... I want us all to cum together...
<</say>>
<<say 'Mary'>>
That's it, baby! Let go and enjoy the fucking ride! Let's all fucking cum together! Let's make this orgy fucking epic! Oh god, yes!
<</say>>
<div class="go sex">
[[Cum in Mary's mouth|MarySex4-7]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-7.mp4>>
<<say 'Mary'>>
Oh fuck yeah, fill my fucking mouth with your cum, Evan. It tastes so fucking good, I love the way you explode in my mouth. Keep fucking cumming, don't stop, give me more of that hot load, Evan.
<</say>>
<<say 'You'>>
Uh, thanks... I mean, I'm glad you enjoyed it. You know, I just wanted to make sure you were having a good time too. It's important to me that everyone here feels comfortable and satisfied. So, um, yeah... thanks.
<</say>>
<<say 'Mary'>>
Oh, Evan, you look so confused and shy. Have you ever cum in a girl's mouth while other people are watching? Don't be so shy... because we haven't finished our orgy yet.
<</say>>
<div class="go sex">[[Next|MarySex4-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-4-8.mp4>>
<<say 'Mary'>>
Hey Evan, I want you to piss on me too. I want you to drench me in your fucking champagne. I want to feel your warm, golden stream all over my body. So come on, Evan, give me what I fucking want. Piss on me like the filthy fucking whore I am. Let's make this orgy even more dirty. Let's fucking do this.
<</say>>
<<say 'You' '10'>>
What the fuck is going on here?! This is sick and twisted, I can't believe you guys are into this shit. This is fucking disgusting, I'm out of here. I thought this was just a regular orgy, not some fucked up pee fetish party. Fuck this, I'm done.
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Leave the orgy (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-6.mp4>>
<<say 'Mary'>>
Damn, Kimberlee, watching you getting fucked by two dicks is making me so fucking wet. I love seeing your holes stretched and filled up like that.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Do you want the same, Mary? Do you want to feel two dicks inside you at the same time?
<</say2>>
<<say 'Mary'>>
Yeah, that's right, you fucking pigs! I want all of you to ram your cocks into my tight little cunt, my slutty mouth, and my filthy asshole! I want you to treat me like the dirty whore I am and fuck me hard until I can't take it anymore.
<</say>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Damn, Mary, you're one hell of a wild one.
<</say2>>
<div class="go sex">[[Next|MarySex5-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-7.mp4>>
<<say2 'Some guy' 'UnknownM.jpg'>>
Hey, Weird Evan, do you want to join in on the fun? You seem to be enjoying the show.
<</say2>>
<<say 'You' '11'>>
Um... maybe a little later... I'm still trying to gather my courage... I don't think I'm quite ready to join yet...
<</say>>
<div class="go sex">[[Next|MarySex5-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-8.mp4>>
<<say2 'Kimberlee' 'Kimberlee.jpg'>>
Do you like what you see, Evan? You know what I want right now? I want you to fucking cum in my ass, you hear me? I want you to fill me up with your hot load, you dirty fuck.
<</say2>>
<<say 'You'>>
Uh, I'm not sure if I want that. I'm not sure if I'm ready for that.
<</say>>
<<say 'Mary'>>
Shut the fuck up, Evan! You're gonna do what we want you to do. You're gonna stick your dick in her ass and you're gonna cum inside her. You're gonna fucking enjoy it, you hear me? Now get to it before I make you regret it!
<</say>>
<div class="go sex">[[Cum in Kimberlee's ass|MarySex5-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-5-9.mp4>>
<<say 'Mary'>>
Great job, Evan. Look at yourself, it seems like you know how to have fun when you want to. And now we will call you Strange Evan a little less often. I think you've earned it.
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Leave the orgy (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-6.mp4>>
<<say 'Mary'>>
Oh god, your cock feels amazing in my tight ass. I love riding you like this, feeling you deep inside me.
<</say>>
<<say 'You'>>
You look so hot bouncing on my dick like that. You know how to please me, baby.
<</say>>
<<say 'Mary'>>
I want you to fuck me harder, make me scream with pleasure. I can't get enough of you.
<</say>>
<div class="go sex">[[Next|MarySex6-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-7.mp4>>
<<say 'Mary'>>
Oh, yes! Fuck me hard! I want it rough, I want it deep! Give it to me rough and make me scream with pleasure! I love it when you fuck me like that!
<</say>>
<<say 'You'>>
You're such a dirty little slut, begging for it harder and faster. You want it rough, baby, I'll give it to you rough.
<</say>>
<<say 'Mary'>>
Yes, yes, yes! Use me for your pleasure! I love feeling your power over me, it turns me on so much! Keep going, don't stop, fuck me and make me your naughty little fuck toy!
<</say>>
<div class="go sex">[[Next|MarySex6-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Mary/Mary-6-8.mp4>>
<<say 'You'>>
Look at you, covered in my cum. You look so fucking hot with my load all over you. I love seeing you like this, so dirty, so slutty.
<</say>>
<<say 'Mary'>>
Mmm, it feels so good, being covered in your cum like this. I love how you make me feel, how you make me look. I want more of it, I want to be your filthy little cumslut.
<</say>>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/biolab.jpg);}</style>
<<do>>
You return to the "Biological Research Laboratory" and begin your daily work. But just a couple of minutes later, Camilla from the "SexMachine Security Department" enters the laboratory.
<</do>>
<div class="image">
<img src="video/Camilla/photo-1.jpg">
</div>
<<say 'Camilla'>>
Mr. Turner, you have again violated "SexMachine" Corporation Security Protocols. And now I have to punish you for it.
<</say>>
<div class="go sex">[[Accept punishment|CamillaSex6-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Camilla/Camilla-punish-6.mp4>>
<<say 'Camilla'>>
We're done with punishments, Evan. Now get dressed and let's go to my place because I want to fuck. My pussy is craving your cock.
<</say>>
<<say 'You' '2'>>
Whoa, Camilla! That's quite direct. But I'm definitely up for it. Just give me a minute to get dressed and we can head over to your place. I can't wait to make your pussy happy.
<</say>>
<div class="go sex">[[Go to Camilla's house and fuck her|CamillaSex6-2]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-1.mp4>>
<<say 'Camilla'>>
Mmm, I love the taste of you. Your cock feels so good in my mouth.
<</say>>
<<say 'You'>>
Ahh, your lips feel amazing wrapped around me. Keep going, baby.
<</say>>
<<say 'Camilla'>>
I love making you feel good. You like it when I use my tongue like this?
<</say>>
<<say 'You'>>
Oh yeah, baby. You know just how to drive me wild. Don't stop, don't stop.
<</say>>
<div class="go sex">[[Next|CamillaSex6-3]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-1-7.mp4>>
<<say2 'You' 'Slave.jpg'>>
Please Mistress, it's too much, I can't take it anymore, please stop!
<</say2>>
<<say 'Camilla'>>
Shut the fuck up, you disgusting worm! You will take everything I give you and you will thank me for it. You are mine to control, mine to humiliate, mine to fuck however I please. But for today, I've had enough of your extra punishments. Get the fuck out of my apartment before I decide to really fuck you up. Now get out, you disgusting slave.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-6.mp4>>
<<say 'You'>>
You like it when I fuck you with this dildo, don't you, you fucking whore? And when I rub your clit with this vibrator, does it make you wet, you filthy slut? Tell me how much you fucking love it when I dominate and use you for my own pleasure!
<</say>>
<<say 'Camilla'>>
Yes, Master, I love it. I love being your obedient little fuck toy and feeling your control over me. Please, please don't stop, I need more of your rough touch and brutal domination.
<</say>>
<<say 'You'>>
Good. That's what I like to hear, you dirty little whore. Now, beg for more and show me how much you need this ruthless fucking. Let me hear you scream for me, you pathetic little slave.
<</say>>
<<say 'Camilla'>>
Please, Master, please fuck me harder and make me your filthy little slave. I want to feel your rough control over me and be completely at your mercy. I need you to use me like the dirty slut I am.
<</say>>
<div class="go sex">[[Next|CamillaSex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Camilla/Camilla-2-7.mp4>>
<<say 'You'>>
Yeah, that's it, you fucking slut. You like that, huh? You like it when I fuck you hard with my fingers and make you cum like the filthy whore you are. You're so fucking wet for me, aren't you? You love being my little fuck toy, don't you, you dirty little slut?
<</say>>
<<say 'Camilla'>>
Oh god, thank you, thank you, Master! I'm your wet filthy little whore, your toy to use and abuse. Please, don't stop, make me cum again and again for you, my Master!
<</say>>
<<say 'You'>>
And you love every fucking second of it, don't you? Come on, come on. Cum for me.
<</say>>
<<say 'Camilla'>>
I'm cumming! I'm cumming! Oh god! I'm cumming!!!!
<</say>>
<div class="go sex">[[Take out your dick and fuck Camilla|CamillaSex2-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'You'>>
That's right, my dirty little slut. You're mine to use and abuse however I like. Now get ready for more, because I'm far from done with you tonight.
<</say>>
<<do>>You take out your dick and approach Camille to fuck her.<</do>>
<<say 'Camilla'>>
I'm already finished, idiot. Hide your pathetic dick, untie me, and get the hell out of my apartment.
<</say>>
<<say 'You' '8'>>
Oh, well then... I guess it's time for me to go home.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-7.mp4>>
<<say 'Camilla'>>
Oh god, Evan! Yes, right there! Oh fuck, your cock feels so good inside me! Harder, baby, fuck me harder! Harder, deeper! Fuck me like you mean it! Oh, fuck yes!
<</say>>
<<say 'You'>>
You like that, baby? You like when I fuck you like this? You feel so tight around my cock.
<</say>>
<div class="go sex">[[Next|CamillaSex3-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-3-8.mp4>>
<<say 'Camilla'>>
Oh my god, Evan! Your cum tastes so fucking good! I love feeling every drop filling up my mouth, it's so hot and delicious! Mmm, yes, give it to me, baby! I want more, I want all of it!
<</say>>
<<say 'You'>>
You're such a dirty little slut, Camilla. I love watching you swallow every last bit of my cum. You're so fucking hot when you're begging for more.
<</say>>
<<say 'Camilla'>>
Oh yes, Evan, I'm your dirty little slut. I'll do anything for your cum, I need it so badly. I love how you make me feel when you fill me up like this. Keep giving it to me, don't stop!
<</say>>
<div class="go sex">[[Next|CamillaSex3-10]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<say 'You'>>
So what do you say, Camilla? Did I satisfy you so much that there won't be a record of my offenses in my personal file?
<</say>>
<<say 'Camilla'>>
Damn it, Evan. You ruined such a passionate moment. I don't want to see you anymore. Take your clothes and get out of my house. You can get dressed outside.
<</say>>
<<say 'You' '8'>>
Sorry... alright... then I'll go.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-6.mp4>>
<<say 'Camilla'>>
Fuck me harder, Evan! I want to feel your fucking cock deep inside me, pounding me like a dirty slut. I love it when you fuck me rough and make me scream with pleasure. I'm your fucking whore, Evan, and I want you to use me like the dirty slut!
<</say>>
<<say 'You'>>
You like it rough, huh, Camilla? I'll give you what you want, baby. I'll fuck you like a wild animal and make you scream my name.
<</say>>
<<say 'Camilla'>>
Yes, Evan! Yes! Yes! Yes! That's it, fuck me like that! I want to be your dirty little slut, your cum dumpster. Feed me with your sperm. Give it to me right now!
<</say>>
<div class="go sex">[[Next|CamillaSex4-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-4-7.mp4>>
<<say 'Camilla'>>
Ohhhh, that was amazing! Fuck me harder next time and make me your dirty little slut again.
<</say>>
<<say 'You'>>
You are so fucking hot, Camilla. I love when you talk dirty to me and beg for more. I can't wait to fuck you even harder next time.
<</say>>
<<say 'Camilla'>>
Oh yeah, Evan! Let's do this again soon. And please don't worry about your personal file. I won't be adding information about your violation... at least not this time.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-6.mp4>>
<<say 'Camilla'>>
Yes, fuck me hard, I want to feel every inch of you inside me. I love it when you take control and show me how much you want me. Your roughness drives me crazy.
<</say>>
<<say 'You'>>
You like it when I grab your hips and pull you closer to me? When I pound you with all my strength, making you moan and scream with pleasure? I can't hold back when you're so eager for me.
<</say>>
<<say 'Camilla'>>
Oh, yes, I love it when you're so dominant and demanding. It turns me on so much when you show me how much you desire me. Keep going, don't stop, I want to feel you lose control with me.
<</say>>
<div class="go sex">[[Next|CamillaSex5-8]]</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<<video video/Camilla/Camilla-5-7.mp4>>
<<say 'Camilla'>>
Cum inside me, I want to feel you explode... give it to me, fill me up.
<</say>>
<<say 'You'>>
Fuck, I'm gonna cum, I'm gonna cum inside you... take it, take it all.
<</say>>
<<say 'Camilla'>>
Oh god, I can feel it... your hot cum filling me up, it's so fucking good.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div>
<style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-2.mp4>>
<<say 'Camilla'>>
I never knew how much I loved eating ass until I met you. Your ass is so sexy. I love exploring every part of your body.
<</say>>
<<say 'You'>>
Oh, yeah, that feels incredible. You're getting me so turned on right now.
<</say>>
<div class="go sex">[[Next|CamillaSex6-4]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-3.mp4>>
<<say 'Camilla'>>
Oh, yeah! I love being on top. Your cock feels so deep inside me.
<</say>>
<<say 'You'>>
You look so sexy riding me like that. Your moans are driving me crazy.
<</say>>
<<say 'Camilla'>>
I love feeling you fill me up. I could do this all night long.
<</say>>
<<say 'You'>>
Keep going, baby. I love watching you move like that.
<</say>>
<div class="go sex">[[Next|CamillaSex6-5]]</div>
<style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-4.mp4>>
<<say 'Camilla'>>
I can feel you getting close. Do you want me to speed up or slow down?
<</say>>
<<say 'You'>>
Oh, baby, just keep doing exactly what you're doing. Your movements are perfect. I'm right on the edge with you.
<</say>>
<div class="go sex">[[Next|CamillaSex6-6]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-5.mp4>>
<<say 'Camilla'>>
Fuck me harder, baby! I love it when you're this deep inside me.
<</say>>
<<say 'You'>>
You're so wet and tight, it feels amazing. Keep touching yourself like that.
<</say>>
<div class="go sex">[[Next|CamillaSex6-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-6.mp4>>
<<say 'Camilla'>>
I want to feel your cum all over me. It's such a turn on.
<</say>>
<<say 'You'>>
You're so naughty, baby. I love how dirty you get when we're together.
<</say>>
<<say 'Camilla'>>
I love the way you fill me up with your cock. Please, cum on me.
<</say>>
<<say 'You'>>
I'm getting close, baby. Get ready for it, here it comes.
<</say>>
<div class="go sex">[[Next|CamillaSex6-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Camilla/Camilla-6-7.mp4>>
<<say 'Camilla'>>
Yes, baby, yes! Cover my ass in your cum. I want to feel it on me, I want to be your cum slut. Give it to me, Evan, give me everything you've got. I want more, give me more of your delicious cum on my filthy, dirty ass!
<</say>>
<<say 'You'>>
Damn, Camilla, you're such a dirty little slut. I love the way you beg for my cum and how you take it all over your tight little ass. You're such a naughty girl.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go morning">
<<link "Leave Camilla's house (start a new day)">>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-2.mp4>>
<<say 'Sophia'>>
Oh God, Evan, your cock feels so good inside me. I love the way it fills me up and stretches me out. I'm so wet and so turned on right now, I can't get enough of you.
<</say>>
<<say 'You'>>
Mmm, baby... Your tight pussy gripping my cock like that, it's driving me crazy. I love watching you bounce up and down on me, your tits bouncing with every thrust.
<</say>>
<<say 'Sophia'>>
Yes, yes, fuck me harder, Evan. I want to feel you deep inside me, pounding into me like there's no tomorrow. I want to make you scream with pleasure. I'm yours, Evan, all yours to use as you please.
<</say>>
<div class="go">[[Next|SophiaSex1-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-3.mp4>>
<<say 'Sophia'>>
Yes, Evan, please, don't stop. I need you to keep fucking me like this. I want to feel your every thrust and lose myself in the pleasure you're giving me. Oh, fuck, I'm getting so close!
<</say>>
<<say 'You'>>
I'm not stopping, Sophia. I want to make you cum so hard you forget your own name. I'll keep going until we both explode together. I love how you moan and squirm under me, it's driving me wild.
<</say>>
<div class="go">[[Next|SophiaSex1-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-4.mp4>>
<<say 'Sophia'>>
Oh yes, right there! Fuck me harder, I want to feel you deep inside. Your cock is so hard, it's driving me crazy.
<</say>>
<<say 'You'>>
You like that, huh? You love feeling me fill you up like this? Your pussy is so wet and tight, I could stay inside you forever.
<</say>>
<<say 'Sophia'>>
Yes, yes, yes! Don't stop, keep fucking me like that. I want to come all over your cock. I need you to make me come, please don't stop.
<</say>>
<div class="go">[[Next|SophiaSex1-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-5.mp4>>
<<say 'Sophia'>>
Oh fuck, I love it when you slide your cock between my tits! Yeah, fuck me harder between my big, juicy tits!
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut. I can't get enough of your sexy tits.
<</say>>
<div class="go">[[Next|SophiaSex1-11]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-6.mp4>>
<<say 'Sophia'>>
Oh god, your cock feels amazing in my tight pussy! Fuck yeah, give it to me harder, baby!
<</say>>
<<say 'You'>>
Yeah, you love it when I pound your pussy, don't you? I'm gonna make you scream with pleasure!
<</say>>
<div class="go">[[Next|SophiaSex1-12]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-1-7.mp4>>
<<say 'Sophia'>>
Oh my god, that was so hot. I love it when you finish on my face like that. Your cum tastes so good, I can't get enough of it. I want to lick every drop off of you. Mmm, I love being your little cum slut.
<</say>>
<<say 'You'>>
You're such a dirty girl, taking my cum like that. You look so sexy with it all over your face. I love watching you swallow it all down, you're such a good little slut for me.
<</say>>
<div class="go">[[Next|SophiaSex1-13]]</div><style>body {background-image: url(bg/room.jpg);}</style>
<<do>>
Sophia goes into the shower. At that moment, you notice several documents on Sophia's desk. Some documents are marked "Top Secret".
<</do>>
<<say 'You' '2'>>What's the worst that can happen if I sneak a peek at these documents?<</say>>
<<do>>
You take a document from Sophia's desk. While skimming through the text of the document, you understand that the author of the letter is the owner of the SexMachine Corporation, Mr. Sexton.
<</do>>
<div class="go">[[Read the text of the document|SophiaSex1-14]]</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-6.mp4>>
<<say 'Sophia'>>
Please, don't hold back. I want it rougher. Punish me. Show me how much of a dirty slut I really am.
<</say>>
<<say 'You'>>
You want it rough, huh? You want me to treat you like the whore you are? Fine. I'll make you scream for more, I'll make sure you never forget this night.
<</say>>
<<say 'Sophia'>>
Yes, I want it rough. I want to feel your strength, your power. Don't be gentle with me, I can take it. I crave it.
<</say>>
<<say 'You'>>
You asked for it, whore. I'll give you everything you want and more. I'll show you what it really means to be dominated. You won't be able to walk straight after I'm done with you.
<</say>>
<div class="go sex">[[Next|SophiaSex2-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-7.mp4>>
<<say 'You'>>
Yeah, you like that, huh? You're a dirty little slut who loves it rough.
<</say>>
<<say 'Sophia'>>
Oh my god, that's too much! It's too intense, I can't handle it.
<</say>>
<<say 'You'>>
Shut the fuck up and take it like a good girl. You wanted this, remember?
<</say>>
<<say 'Sophia'>>
I didn't think it would be this rough. It's hurting me, please slow down.
<</say>>
<div class="go sex">[[Next|SophiaSex2-11]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-8.mp4>>
<<say 'Sophia'>>
Oh fuck, yes! I love feeling your hot cum fill my mouth, it tastes so fucking good!
<</say>>
<<say 'You'>>
You look so sexy with my cum dripping down your chin like a filthy little whore.
<</say>>
<<say 'Sophia'>>
Mmm, I want more, give me every drop of your cum, I can't get enough of it!
<</say>>
<<set $p.Sophia.quest++;>>
<<do>>
Sophia's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-3.mp4>>
<<say 'You'>>
Shut up and take it, bitch. You're nothing but a hole for me to use. I'm going to fuck you like the dirty slut you are.
<</say>>
<<say 'Sophia'>>
Please, don't hold back. I want it rough, I want it hard. Show me how much of a man you are, dominate me.
<</say>>
<<say 'You'>>
You want it rough? You're going to get it rough. I'll make you scream and beg for more. You're my little fuck toy tonight.
<</say>>
<<say 'Sophia'>>
Yes, please, I need it. Make me feel every thrust, every slap. I want to be your dirty little whore, use me however you want.
<</say>>
<div class="go sex">[[Next|SophiaSex2-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-4.mp4>>
<<say 'You'>>
Yeah, take it all, slut! You like it when I fuck your throat like this? You're such a filthy little whore, aren't you?
<</say>>
<<say 'Sophia'>>
Oh God, yes, I love it! I love how rough you are with me, it turns me on so much.
<</say>>
<<say 'You'>>
I'm gonna make you choke on my cock, bitch. I want to feel you gag and sputter on it like the dirty slut you are.
<</say>>
<<say 'Sophia'>>
Fuck, I'm getting so wet just from being used like this. I want you to pound my throat until I can't breathe anymore. Just keep fucking me like this!
<</say>>
<div class="go sex">[[Next|SophiaSex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Sophia/Sophia-2-5.mp4>>
<<say 'You'>>
Shut the fuck up and take it like the whore you are. You want it rough, you're gonna fucking get it. I'll make you beg for mercy before I'm done with you.
<</say>>
<<say 'Sophia'>>
Please, don't hold back. I love it when you treat me like a piece of meat. I want to feel your power, your dominance over me. Give it to me hard, show me no mercy.
<</say>>
<<say 'You'>>
You're nothing but a toy for me to play with. I'll use you however I damn well please. Your screams just make me want to fuck you even harder.
<</say>>
<<say 'Sophia'>>
I crave your rough touch, your brutal strength. I'm yours to do with as you please, punish me for being such a naughty girl.
<</say>>
<div class="go sex">[[Next|SophiaSex2-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-1.mp4>>
<<say 'Sophia'>>
Mmm, I love feeling your hard cock in my mouth, baby. It taste so good. I want to take your sweet dick deep, all the way to the back of my throat. Are you enjoying it as much as I am?
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing. You know just how to make me feel good. Keep going, don't stop. I want to see how much you can take.
<</say>>
<<say 'Sophia'>>
I love it when you run your hands through my hair while I'm sucking you off. It turns me on so much. I can feel how hard you are, and it makes me even wetter.
<</say>>
<div class="go sex">[[Next|SophiaSex3-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-2.mp4>>
<<say 'Sophia'>>
Oh god, yes, fuck me harder from behind. Your cock feels so good in my ass. I can't get enough of it. Pound me like you mean it, baby.
<</say>>
<<say 'You'>>
You like it rough, huh? I'm going to give it to you just the way you want it. Your ass is so tight and warm around my cock. I love the way you moan when I go deep.
<</say>>
<<say 'Sophia'>>
Don't stop, keep going. I want to feel you fill me up completely. I need you to take control and use me for your pleasure. I'm your dirty little slut, do whatever you want to me.
<</say>>
<<say 'You'>>
I love how submissive you get when I fuck you from behind. This is so hot, seeing your ass bounce on my cock.
<</say>>
<<say 'Sophia'>>
Yes, fuck me like the dirty whore I am. Keep going, don't stop!
<</say>>
<div class="go sex">[[Next|SophiaSex3-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-3.mp4>>
<<say 'Sophia'>>
Ohh, fuck me harder in my tight ass, baby. I love feeling you deep inside me like this. It's so dirty and naughty, but it turns me on so much.
<</say>>
<<say 'You'>>
You like it rough, huh? My cock feels so good in your ass, I can't get enough of it. You're so fucking hot when you're taking it like a dirty slut.
<</say>>
<<say 'Sophia'>>
Yes, yes, give it to me just like that. Pound me harder and faster, make me scream with pleasure.
<</say>>
<div class="go sex">[[Next|SophiaSex3-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-4.mp4>>
<<say 'Sophia'>>
Oh, baby, I love it when you're fucking me while I'm lying on my back. Your cock feels so good inside my ass, I can feel every inch of you stretching me out.
<</say>>
<<say 'You'>>
You look so fucking sexy like this, with your legs spread wide open and my cock buried deep inside you. I could never get tired of this view.
<</say>>
<<say 'Sophia'>>
Mmm, I love the way you're thrusting into me, hitting all the right spots. It's like you know exactly how to make me moan and beg for more.
<</say>>
<<say 'You'>>
I can't resist your tight ass, it's like a drug to me. I could spend hours just pounding into you and feeling you clench around me. You're my naughty little anal secret.
<</say>>
<div class="go sex">[[Next|SophiaSex3-10]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-5.mp4>>
<<say 'Sophia'>>
Oh, baby, I want to ride you with your cock buried deep inside my ass. I love feeling you underneath me right now.
<</say>>
<<say 'You'>>
Fuck, you look so hot when you're riding me like this. Your ass is bouncing up and down on my dick, driving me crazy with pleasure.
<</say>>
<<say 'Sophia'>>
I promise I'll do everything I can to make you cum so hard, baby. I want to milk every last drop of your cum out of you.
<</say>>
<div class="go sex">[[Next|SophiaSex3-11]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-6.mp4>>
<<say 'Sophia'>>
Oh fuck, yes! Your cock feels so good in my ass! I need more, I need it harder!
<</say>>
<<say 'You'>>
You like it rough, huh? I'll give you what you want. How does it feel to have my cock deep inside your tight asshole?
<</say>>
<<say 'Sophia'>>
Fuck, it's incredible! I can't get enough of it. I need to feel you filling me up completely, stretching me out in every hole.
<</say>>
<<say 'You'>>
That's right, you're mine to use however I want. And while I fuck your ass, I want you to finger that wet pussy of yours. Show me how much you love getting fucked like a dirty slut.
<</say>>
<<say 'Sophia'>>
Oh fuck, that feels so good. I love it when you're so deep inside me, filling me up completely. And when I fuck myself with my fingers at the same time, it's like my whole body is on fire.
<</say>>
<div class="go sex">[[Next|SophiaSex3-12]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-7.mp4>>
<<say 'Sophia'>>
Ohh, fuck me in the mouth like the dirty slut I am. I love feeling your cock sliding in and out of my mouth, making me gag and drool.
<</say>>
<<say 'You'>>
Your mouth feels so fucking good, baby. I could fuck your face all day and never get tired of it. You're such a good little cock-sucker.
<</say>>
<<say 'Sophia'>>
I want to taste you, I want to feel you explode in my mouth. I'll swallow every drop of your cum and make you moan with pleasure.
<</say>>
<<say 'You'>>
Yeah, suck it harder, take it deeper. I'm gonna cum soon, and I want you to swallow every last bit of it.
<</say>>
<div class="go sex">[[Next|SophiaSex3-13]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-3-8.mp4>>
<<say 'Sophia'>>
Mmm, that was so hot when you came on my tongue. I love the way your cum tastes, it's like a delicious treat for me.
<</say>>
<<say 'You'>>
Fuck, watching you swallow every drop gets me so fucking hard again.
<</say>>
<<say 'Sophia'>>
Ohh, baby, I love feeling your cum slide down my throat, it's such a turn on for me. I want to taste your sweet cum over and over again, can't get enough of it.
<</say>>
<div class="go">[[Next|SophiaSex3-14]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-3.mp4>>
<<say 'Sophia'>>
Oh, fuck, your cock feels so good inside me. I love riding you like this, feeling you deep inside me.
<</say>>
<<say 'You'>>
Yeah, please, bounce on that dick. Your pussy is so fucking tight, it's driving me crazy. I could watch you ride me all day.
<</say>>
<<say 'Sophia'>>
Mmm, I'm so wet for you, I want you to fuck me harder and deeper. Make me scream with pleasure.
<</say>>
<<say 'You'>>
Shit, you're so fucking sexy when you ride me like that. I can feel you squeezing me with your tight pussy.
<</say>>
<div class="go sex">[[Next|SophiaSex4-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-4.mp4>>
<<say 'Sophia'>>
Oh, fuck, your cock feels so good in my ass! Harder, baby, fuck me harder!
<</say>>
<<say 'You'>>
You like it when I pound your tight asshole like this, don't you? You're such a dirty little slut.
<</say>>
<<say 'Sophia'>>
Yes, yes, I'm your dirty little anal whore. I need your cock in my ass all the time.
<</say>>
<div class="go sex">[[Next|SophiaSex4-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-5.mp4>>
<<say 'Sophia'>>
Mmm, I love sucking your big, hard cock. It feels so good in my mouth.
<</say>>
<<say 'You'>>
That's it, take it all the way in. Suck it like the dirty little slut you are.
<</say>>
<<say 'Sophia'>>
I want to taste every drop of your cum. I want you to fuck my mouth and make me swallow it all.
<</say>>
<<say 'You'>>
You're such a good little cocksucker. I love how you take my cock in your mouth and make me feel so good.
<</say>>
<div class="go sex">[[Next|SophiaSex4-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-6.mp4>>
<<say 'Sophia'>>
You like it when I take control like this, huh? You like when I ride you hard and fast? Tell me how much you love it.
<</say>>
<<say 'You'>>
Fuck yeah, I love it. I love when you take charge and show me what you want. Your ass feels so good squeezing my cock.
<</say>>
<<say 'Sophia'>>
Oh fuck, your cock feels so deep inside me... I love riding you like this.
<</say>>
<div class="go sex">[[Next|SophiaSex4-10]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-7.mp4>>
<<say 'Sophia'>>
Oh, fuck, that feels so good between my tits. I love how you're sliding your hard cock back and forth, it's driving me crazy.
<</say>>
<<say 'You'>>
You like that, huh? Your tits look amazing wrapped around my shaft, I can't get enough of this feeling.
<</say>>
<<say 'Sophia'>>
Yes, yes, fuck me between my tits, just like that. Your cock is so hard and it feels incredible sliding between my breasts.
<</say>>
<div class="go sex">[[Next|SophiaSex4-11]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-4-8.mp4>>
<<say 'Sophia'>>
Oh, fuck! I love it when you come all over my face and in my mouth. It's so dirty and hot. I can feel your cum dripping down my chin and I want more. Give it to me, baby.
<</say>>
<<say 'You'>>
You're such a naughty little slut, taking my cum like a good girl. I love watching you swallow it all. Your pretty face covered in my seed is such a turn on. Open your mouth wider, let me fill you up again.
<</say>>
<<say 'Sophia'>>
Mmm, yes, I want it all. I'm your cum hungry whore, begging for more. Don't stop, keep giving it to me. I need it.
<</say>>
<<say 'You'>>
I love how you beg for my cum and crave it so much. I'm going to give you everything I've got, all over your face, in your mouth. Take it, baby.
<</say>>
<div class="go">[[Next|SophiaSex4-12]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-3.mp4>>
<<say 'Sophia'>>
Oh my god, your cock feels so good inside my tight pussy. Harder, baby, fuck me harder. I want to feel you deep inside me.
<</say>>
<<say 'You'>>
Fuck, you're so wet and tight, it's driving me crazy. You like it when I pound you like this, huh? You're such a little slut for my cock.
<</say>>
<<say 'Sophia'>>
Yes, I'm your dirty little slut, I need you to fuck me until I can't take it anymore. Give it to me, baby.
<</say>>
<div class="go sex">[[Next|SophiaSex5-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-4.mp4>>
<<say 'Sophia'>>
Fuck me in the ass, baby. Make me scream with pleasure.
<</say>>
<<say 'You'>>
Your tight little hole is driving me wild. I can't get enough.
<</say>>
<<say 'Sophia'>>
Harder, deeper! I want to feel you in every inch of me.
<</say>>
<<say 'You'>>
Your ass is mine tonight, babe. I'm gonna make you beg for more.
<</say>>
<div class="go sex">[[Next|SophiaSex5-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-5.mp4>>
<<say 'Sophia'>>
Oh, fuck! I love it when you take me like this, filling me up completely. Harder, baby, fuck my ass like it's the last time you'll ever get to do it. I want it rough and I want to feel every inch of you.
<</say>>
<<say 'You'>>
Fuck, you're so dirty and fucking hot. Your ass is so fucking tight, it's driving me insane. Get ready for a wild ride.
<</say>>
<<say 'Sophia'>>
Oh, yes! Pound me harder! I want to feel you deep inside me, stretching me out. I'm your little anal whore, do whatever you want to me.
<</say>>
<div class="go sex">[[Next|SophiaSex5-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-6.mp4>>
<<say 'Sophia'>>
Oh, baby, I love feeling your cock in my ass. I want to ride you like this, feel you deep inside me. It's so dirty, but that's what makes it so fucking hot.
<</say>>
<<say 'You'>>
Shit, you feel so fucking good. I love watching you ride me like this, seeing your ass bounce up and down on my cock. You're so tight, it's driving me insane. I can't get enough of this feeling, it's like nothing else in the world.
<</say>>
<div class="go sex">[[Next|SophiaSex5-10]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-7.mp4>>
<<say 'Sophia'>>
Mmm, I love feeling your cock in my mouth, it's so hard and thick. I want to taste every inch of it, feel it getting even harder as I suck on it. Your moans are driving me crazy. I want to make you cum so hard, fill my mouth with your hot, sticky load.
<</say>>
<<say 'You'>>
Fuck, your lips feel amazing. I can't get enough of your wet, warm mouth wrapped around me, it's pure bliss
<</say>>
<<say 'Sophia'>>
Yes, give it to me, baby. I want to taste every drop of your cum, feel it coating my tongue and sliding down my throat.
<</say>>
<div class="go sex">[[Next|SophiaSex5-11]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-5-8.mp4>>
<<say 'Sophia'>>
Oh, fuck, that was so hot. I love it when you finish on my face. It makes me feel so filthy and sexy at the same time. Your cum feels so warm and sticky as it drips down my skin.
<</say>>
<<say 'You'>>
Seeing your face covered in my cum is such a turn on. You look so fucking hot with my cum all over you.
<</say>>
<<set $p.Sophia.quest++;>>
<<do>>
Sophia's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-4.mp4>>
<<say 'Sophia'>>
Oh, fuck, it feels so good! Your cock is stretching my tight little asshole so perfectly. Harder, baby, fuck me harder! I want all of you deep inside me.
<</say>>
<<say 'You'>>
You like that, huh? You like being fucked in your tight little ass like a dirty little slut? You're so fucking hot, taking me all in like that. I love how tight you...
<</say>>
<<say 'Sophia'>>
Yes, yes, yes! I'm your dirty little anal whore, baby! Pound me like the naughty girl I am.
<</say>>
<div class="go sex">[[Next|SophiaSex6-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-5.mp4>>
<<say 'Sophia'>>
Mmm, your cock feels amazing in my ass, baby. I love feeling you deep inside me while I rub my clit.
<</say>>
<<say 'You'>>
Damn, you're so fucking hot, playing with your clit while I fuck your tight little asshole. Your moans are driving me crazy. I can't get enough of you.
<</say>>
<<say 'Sophia'>>
I love how dirty this feels, getting fucked in the ass while I pleasure myself. You make me feel so good. Keep fucking me, keep going, I'm so close.
<</say>>
<<say 'You'>>
Yeah, that's it. Keep rubbing your clit while I pound you from behind. I love how you take my cock deep.
<</say>>
<div class="go sex">[[Next|SophiaSex6-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-6.mp4>>
<<say 'Sophia'>>
Oh, fuck, it's so good to have you inside my ass like that. Your cock is stretching me so wide, filling me up completely. I love how deep you go.
<</say>>
<<say 'You'>>
Your ass is fucking amazing, baby. So tight, so hot. I can't get enough of how you take me all in like that.
<</say>>
<<say 'Sophia'>>
Yes, yes, fuck me harder, baby! I want to feel you deep inside me.
<</say>>
<div class="go sex">[[Next|SophiaSex6-9]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-7.mp4>>
<<say 'Sophia'>>
Oh, fuck me harder, baby! I love it when you take me from behind like this. Your cock feels so good in my ass, it's driving me wild. I want you to pound me until I can't take it anymore.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut, begging for my cock in your tight ass. I can feel how much you want it, how much you need it.
<</say>>
<<say 'Sophia'>>
Yes, yes, don't stop, keep fucking me like that. I want to feel you deep inside me, stretching me out. I'm your fuck toy, use me however you want.
<</say>>
<<say 'You'>>
That's it, you're going to take my cum now. Open your mouth and get ready for it. Now you're going to take my load all over your pretty face.
<</say>>
<<say 'Sophia'>>
Oh, give it to me baby, I want to feel you cum all over me. I'm your dirty little cum whore, and I want it all.
<</say>>
<div class="go sex">[[Next|SophiaSex6-10]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Sophia/Sophia-6-8.mp4>>
<<say 'Sophia'>>
Oh my god, that was so hot! I love it when you finish on my face.
<</say>>
<<say 'You'>>
You look so sexy with my cum all over you. You're such a dirty little slut, and I love it.
<</say>>
<<say 'Sophia'>>
It feels so naughty and dirty, I can't help but feel incredibly turned on by it. Your cum is so warm and sticky on my skin.
<</say>>
<<set $p.Sophia.quest++;>>
<<do>>
Sophia's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-3.mp4>>
<<say 'You'>>
Your ass is so tight, it's like heaven. I can't get enough of this feeling. You're so fucking hot when you take it like a good little slut.
<</say>>
<<say 'Ruby'>>
Oh god, don't stop. I want you to fuck me harder and deeper. I love feeling your cock stretching me out and hitting all the right spots.
<</say>>
<<say 'You'>>
You're such a dirty girl, taking my dick in the ass like this. I'm going to make you cum so hard you won't be able to walk straight for days.
<</say>>
<div class="go sex">[[Next|RubySex1-6]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-4.mp4>>
<<say 'Ruby'>>
Oh baby, it feels so good when you fuck my ass and I play with my clit. I love feeling your cock in my tight hole and my fingers on my swollen clit.
<</say>>
<<say 'You'>>
Yeah, stroke your clit, baby. I love watching you pleasure yourself while I fuck your ass. It's so fucking hot.
<</say>>
<<say 'Ruby'>>
I'm so close, I'm going to cum all over your cock while you're still inside me. I love how dirty and naughty this feels.
<</say>>
<div class="go sex">[[Next|RubySex1-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-5.mp4>>
<<say 'You'>>
Take my cock, you filthy little whore. You love when I fuck your mouth hard and fast, don't you?
<</say>>
<<say 'Ruby'>>
Yes, I love it when you treat me like a dirty slut. I want you to use me for your pleasure.
<</say>>
<<say 'You'>>
That's right, take it all in. Your mouth feels so good wrapped around my cock.
<</say>>
<div class="go sex">[[Next|RubySex1-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-6.mp4>>
<<say 'Ruby'>>
Oh god, I love being on top of you like this, feeling your cock deep inside my ass. It's such a turn on to ride you and control the pace, to make you moan and groan with pleasure. I want you to watch me as I bounce up and down on your hard cock.
<</say>>
<<say 'You'>>
Yeah, show me how much you love my cock, baby. I love watching you ride me like a wild beast, taking me in so easily. You look so fucking hot on top of me, bouncing up and down and making me feel so good.
<</say>>
<<say 'Ruby'>>
I can't get enough of you, I want to ride you all day long. Your cock feels so good inside me, stretching me out and making me moan with pleasure. Keep watching me, keep fucking me, I want it all.
<</say>>
<div class="go sex">[[Next|RubySex1-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-7.mp4>>
<<say 'You'>>
Yeah, take my cock deep in your ass, you dirty little slut. I love watching you squirm and moan as I pound you relentlessly. You're such a fucking anal whore, loving every moment of this rough fucking. I'll make you beg for more, make you scream with pleasure.
<</say>>
<<say 'Ruby'>>
Oh fuck, yes, Evan, YES! I love how you fuck me so hard. It's like you can't get enough of my tight little asshole, craving it like a drug. I'm your anal whore, your dirty little slut who needs to be taken like this.
<</say>>
<<say 'You'>>
I won't stop, baby. I'll keep thrusting into you with all my might, making you feel every inch of me inside you. I'll make you cry out with pleasure, I'll make you cum so hard you'll see stars.
<</say>>
<div class="go sex">[[Next|RubySex1-10]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-1-8.mp4>>
<<say 'Ruby'>>
Oh yes, baby, give me all of your hot cum. I want to taste you and feel you fill my mouth up with your seed.
<</say>>
<<say 'You'>>
You're such a good little cum slut, taking all of my load in your mouth. I love watching you swallow every drop.
<</say>>
<<say 'Ruby'>>
I love it when you finish in my mouth like this. It's so dirty and so hot. I can't wait for the next time you use me for your pleasure.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-5.mp4>>
<<say 'Ruby'>>
Oh, fuck me harder, baby! I want you deep inside me, filling me up completely. Your cock feels so good in my ass, it's driving me crazy.
<</say>>
<<say 'You'>>
You like that, huh? You're such a dirty little slut, begging for my cock in your tight asshole. I'm going to make you scream with pleasure, you naughty girl. You're so wet and ready for me, I can't get enough of this feeling.
<</say>>
<<say 'Ruby'>>
Yes, yes, yes! I'm so wet, don't stop! Pound me harder and faster. I'm your naughty little anal whore, Evan! Just use me for your pleasure!
<</say>>
<div class="go sex">[[Next|RubySex2-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-6.mp4>>
<<say 'Ruby'>>
Oh, fuck, yes, that's it! Harder, baby, fuck me harder! I want it all, give it to me!
<</say>>
<<say 'You'>>
You like that? You like being fucked like a dirty little slut? You're so fucking tight, I can't hold back.
<</say>>
<<say 'Ruby'>>
Oh god, yes, take me, take all of me! I love it when you fuck me like this, I'm yours to use however you want!
<</say>>
<div class="go sex">[[Next|RubySex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-2-7.mp4>>
<<say 'Ruby'>>
Oh, baby, your cum feels so good on my face and in my mouth. I love how you shower me with your hot load of cum, it's such a turn on. I want to lick and suck every drop of your cum, taste you on my lips. You're such a good lover, giving me everything I need. I'm your dirty little cum slut, craving for more.
<</say>>
<<say 'You'>>
You look so fucking sexy covered in my cum, baby. I love how you take it all in, like a little cum hungry whore. I want to see you swallow it all, show me how much you enjoy it.
<</say>>
<<say 'Ruby'>>
Mmm, your cum tastes so good, baby. I love feeling your cum on my skin, in my mouth. I'm your dirty little cumslut, baby.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-5.mp4>>
<<say 'Ruby'>>
Oh baby, I love feeling you inside me like this. It's so intense and naughty. I can feel every inch of you as you penetrate me deeper and deeper. It's so hot and dirty, I love it.
<</say>>
<<say 'You'>>
Fuck, your tight little asshole feels incredible around my cock. You're driving me crazy with your movements. Keep riding me like that, baby. I want to make you scream with pleasure.
<</say>>
<<say 'Ruby'>>
Yes, yes, I want you to make me scream. This forbidden pleasure, the way you fuck me up, it's driving me wild.
<</say>>
<div class="go sex">[[Next|RubySex3-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-6.mp4>>
<<say 'Ruby'>>
Oh god, you're so rough with me. I love it when you take control like this. I want you to show me who's boss, to dominate me completely. Make me your dirty little slut.
<</say>>
<<say 'You'>>
You like it rough, huh? You want me to treat you like a dirty whore? You're so fucking tight, it feels like you were made for this. I'm gonna fuck you hard, make you beg for more.
<</say>>
<<say 'Ruby'>>
Yes, yes, I want it harder. Fuck me, make me feel every thrust deep inside me. I can take it! I want it! I need it!
<</say>>
<div class="go sex">[[Next|RubySex3-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-3-7.mp4>>
<<say 'Ruby'>>
I love it when you finish on my face and in my mouth. It's so kinky and dirty, it turns me on so much.
<</say>>
<<say 'You'>>
You look so fucking hot with my cum all over your face. And when you take it in your mouth, the way you swallow it, it drives me insane. You're such a good little slut.
<</say>>
<<say 'Ruby'>>
I'll take every drop of your cum, I'll savor it and enjoy it. It's like a forbidden treat, the most intimate way to show our desire for each other.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-5.mp4>>
<<say 'Ruby'>>
Oh yes, fuck my ass so hard while I rub my wet pussy. I love feeling your cock deep inside me, stretching me out and making me scream with pleasure. Keep going! Please! Just keep fucking me like this!
<</say>>
<<say 'You'>>
You like it when I pound your tight ass, don't you? Your moans are driving me crazy, it's so hot watching you pleasure yourself while I fuck your asshole.
<</say>>
<<say 'Ruby'>>
Yes, yes, fuck me harder! Your cock is just what I need, I crave every inch of your big dick inside me.
<</say>>
<div class="go sex">[[Next|RubySex4-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-6.mp4>>
<<say 'Ruby'>>
Oh, fuck, your cock feels so good in my ass. I love riding you like this, feeling you deep inside me. I want you to fuck me harder, make me scream with pleasure.
<</say>>
<<say 'You'>>
Yes, baby, you're so tight and wet. I love watching you bounce on my dick like a dirty little slut. I'm going to pound you until you can't take it anymore.
<</say>>
<<say 'Ruby'>>
I love feeling you deep inside me, honey. Keep watching me as I ride you, let me show you how much I adore your dick.
<</say>>
<div class="go sex">[[Next|RubySex4-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-7.mp4>>
<<say 'Ruby'>>
I can't get enough of your cock pounding my ass. It's so fucking good.
<</say>>
<<say 'You'>>
Your ass is so tight, it feels like heaven. I could do this all day.
<</say>>
<<say 'Ruby'>>
I want you to go deeper, fuck me harder. Show me who's in charge.
<</say>>
<<say 'You'>>
You're so naughty, begging for more. I love it. I'll give you everything you want and more.
<</say>>
<div class="go sex">[[Next|RubySex4-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-4-8.mp4>>
<<say 'Ruby'>>
Oh, fuck, that was so intense! I love it when you cum all over my face and in my mouth. The taste of your hot, sticky cum is driving me crazy.
<</say>>
<<say 'You'>>
You look so fucking sexy with my cum all over you. I love seeing you covered in my load, it's such a turn on.
<</say>>
<<say 'Ruby'>>
I can't help it, I'm addicted to your cum. I can't get enough of it, I want you to keep covering me in it, over and over again.
<</say>>
<<say 'You'>>
You're such a dirty little slut, and I love it. I love how you beg for my cum, how you take it all in and ask for more.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-5.mp4>>
<<say 'Ruby'>>
Pound me harder, baby, I want to feel you deep inside me. You're so fucking big, I love how you're stretching me out. Yes, yes, fuck my ass like the dirty little slut I am. I'm your dirty little whore, do whatever you want to me.
<</say>>
<<say 'You'>>
You like that, huh? You like it rough and dirty? I'm going to make you scream my name. I'm going to show you who's boss here. You're taking it all, you're begging for more. I'm going to fuck you so hard, you won't be able to walk straight for days. You're mine, all mine.
<</say>>
<<say 'Ruby'>>
Yes, yes, I'm yours, do whatever you want to me. Make me feel your big cock inside my tight asshole. I want it rough, I want it dirty. Make me scream, make me moan. I need you, I need your cock deep inside me.
<</say>>
<div class="go sex">[[Next|RubySex5-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-6.mp4>>
<<say 'Ruby'>>
Oh god, it's so tight back there! You're stretching me out like never before. I can barely handle your size in my ass, but I love it. It feels so wrong, but so fucking good. Please, don't stop now, I need you to keep going. I want to feel you deep inside me, all the way to the hilt.
<</say>>
<<say 'You'>>
Your ass is so fucking tight, it's driving me crazy. You're such a dirty little whore, letting me fuck you in the ass like this.
<</say>>
<<say 'Ruby'>>
Yes, I'm your dirty little anal slut. I want it hard, I want it rough. Give it to me like you mean it. Make me feel every thrust, make me feel every stroke. I'm yours to use, yours to abuse.
<</say>>
<div class="go sex">[[Next|RubySex5-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-7.mp4>>
<<say 'Ruby'>>
Oh yes, grab my hips and pound me from behind. I love feeling you deep inside me, thrusting into me like a wild animal. I want to feel your cock probing my ass, stretching me out.
<</say>>
<<say 'You'>>
Your ass is so fucking tight, it's driving me crazy. I'm going to make you scream, make you beg for more. You're such a dirty little slut, letting me use you like this.
<</say>>
<<say 'Ruby'>>
Yes, yes, fuck me harder, make me feel every inch of you. Make me scream, make me moan. I'm yours to fuck, yours to please. Give it to me rough, give it to me hard.
<</say>>
<div class="go sex">[[Next|RubySex5-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-5-8.mp4>>
<<say 'Ruby'>>
Oh fuck, that was so hot. I love when you cum all over my face and in my mouth. It makes me feel so dirty and turned on at the same time.
<</say>>
<<say 'You'>>
Yeah? You like it when I cover you in my cum, baby? I love watching you take it all, swallowing every drop like a good girl.
<</say>>
<<say 'Ruby'>>
Fuck yes, it's so fucking hot. I love feeling your warm cum on my skin and tasting it on my lips. I love the way you looked when you were cumming, it turned me on so much.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-5.mp4>>
<<say 'Ruby'>>
Fuck my tight little ass, baby. I want to feel your cock stretching me out, pushing me to the limits. I love how you take me from behind like a beast, making me scream with pleasure.
<</say>>
<<say 'You'>>
Your ass feels so good wrapped around my cock, baby. I'm gonna make you take every inch like the anal slut you are. I love how you moan and beg for more, it's so fucking hot.
<</say>>
<<say 'Ruby'>>
Yes, yes, fuck me harder. Make me scream and beg for more, show me who's boss. Oh fuck! That's it! I'm yours! I'm completely yours!
<</say>>
<div class="go sex">[[Next|RubySex6-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-6.mp4>>
<<say 'Ruby'>>
I'm going to ride your cock hard, baby. I want to feel you deep inside me, stretching me out. I love how you hold me close, making me bounce on your cock like a porn star.
<</say>>
<<say 'You'>>
You look so sexy riding me like that. I love the feeling of you riding me, moving up and down my cock, driving me crazy with pleasure. I can't get enough of you.
<</say>>
<<say 'Ruby'>>
Oh god, your cock feels amazing inside me. I want to ride your amazing cock day after day.
<</say>>
<div class="go sex">[[Next|RubySex6-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-7.mp4>>
<<say 'Ruby'>>
Oh, fuck me harder! I want it deeper, give it to me like you mean it!
<</say>>
<<say 'You'>>
You like it rough, huh? You're such a dirty little slut, taking it all in your tight little ass.
<</say>>
<<say 'Ruby'>>
Yes, I'm your slut, your naughty girl who loves getting fucked in the ass. I want you to make me scream with pleasure!
<</say>>
<<say 'You'>>
You're such a filthy whore, you love it when I pound you hard. Your ass feels so good, I can't hold back much longer.
<</say>>
<<say 'Ruby'>>
Oh yeah, baby, I want you to cum for me now. I'm going to make you explode with pleasure, I want to taste your hot cum on my face.
<</say>>
<<say 'You'>>
Yeah, I'm going to blow my load all over your face, you dirty little cumslut. Get ready for a messy facial, I'm going to cover you in my cum!
<</say>>
<div class="go sex">[[Next|RubySex6-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Ruby/Ruby-6-8.mp4>>
<<say 'Ruby'>>
Oh, fuck! That was so intense. I love feeling your hot cum on my face.
<</say>>
<<say 'You'>>
You like that, huh? You look so fucking sexy with my cum all over you.
<</say>>
<<say 'Ruby'>>
I want more, I want you to cover me in your cum again and again. I'm addicted to the feeling of your hot cum on my skin.
<</say>>
<<set $p.Ruby.quest++;>>
<<do>>
Ruby's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-4.mp4>>
<<say 'You'>>
Does it hurt when I touch here?
<</say>>
<<say 'Vanessa'>>
Mmm, a little. But your hands feel so good on my leg.
<</say>>
<<say 'You'>>
Really? Well, I'll try to be gentle then.
<</say>>
<<say 'Vanessa'>>
Please... It's actually turning me on.
<</say>>
<<say 'You' '2'>>
Oh, really? Should I... stop?
<</say>>
<<say 'Vanessa'>>
No, don't stop. In fact, could you kiss me?
<</say>>
<div class="go">[[Kiss Vanessa|VanessaSex1-7]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-5.mp4>>
<<say 'Vanessa'>>
Mmm, that's nice. Can you hold me closer?
<</say>>
<<say 'You' '2'>>
Of course, I'll hold you tight.
<</say>>
<<say 'Vanessa'>>
Oh, that's... that's really turning me on. Can you touch me, please?
<</say>>
<<say 'You' '9'>>
Like this?
<</say>>
<<say 'Vanessa'>>
Yes, just like that. Oh, I need you to... to...
<</say>>
<<say 'You'>>
What do you want me to do?
<</say>>
<<say 'Vanessa'>>
I want you to fuck me, right now.
<</say>>
<<say 'You' '11'>>
Are you sure?
<</say>>
<<say 'Vanessa'>>
Oh, Evan, I have to confess... Every time I'm around you, I can feel this intense attraction that I just can't control. The way you look at me, the sound of your voice, everything about you excites me in ways I can't even put into words. My desire to feel your cock inside me is driving me crazy... Yes, I can't wait any longer. Please, take me.
<</say>>
<div class="go sex">[[Fuck Vanessa|VanessaSex1-8]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-6.mp4>>
<<say 'Vanessa'>>
Oh, yes, right there! I love it when you take me from behind like this. Keep going, don't stop!
<</say>>
<<say 'You'>>
You like it when I fuck you from behind, huh? Your pussy is so wet and tight, it's driving me crazy.
<</say>>
<<say 'Vanessa'>>
Oh, fuck, yes, yes! Your cock feels so good inside me, baby. Yes, yes, keep going, harder!
<</say>>
<div class="go sex">[[Next|VanessaSex1-9]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-7.mp4>>
<<say 'Vanessa'>>
Mmm, your cock tastes so good. I love sucking you like this, taking you deep into my mouth.
<</say>>
<<say 'You'>>
Your mouth feels incredible, baby. I love watching you take me all the way in. And your dirty talk, it's turning me on so much.
<</say>>
<<say 'Vanessa'>>
But I want more. I want you to fuck my tight ass now. Please, let me feel every inch of your cock in my ass.
<</say>>
<<say 'You'>>
Are you sure you want it in your tight little asshole?
<</say>>
<<say 'Vanessa'>>
Oh, yes, I want it. I want you to fill my ass with your cock. Please, just do it. I need you to fuck me hard from behind. Give it to me, baby.
<</say>>
<div class="go sex">[[Next|VanessaSex1-10]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-8.mp4>>
<<say 'Vanessa'>>
Oh, fuck me harder baby, I want you deep inside me. Your cock feels so good in my ass, I love it when you fuck me like this.
<</say>>
<<say 'You'>>
Your tight little asshole feels so fucking amazing, baby. I can't get enough of you.
<</say>>
<<say 'Vanessa'>>
Yes, yes, just like that! I love it when you pound me from behind. Now put your dick in my mouth again. I want to feel the taste of my ass in my mouth.
<</say>>
<div class="go sex">[[Next|VanessaSex1-11]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-9.mp4>>
<<say 'Vanessa'>>
Mmm, I love it when you take control like this, pulling my hair while I suck your cock. It feels so fucking good.
<</say>>
<<say 'You'>>
You look so hot on your knees, taking me in your mouth like that. Keep going, baby, you're driving me crazy.
<</say>>
<<say 'Vanessa'>>
I can feel how hard you are in my mouth, and it turns me on even more. I want to please you in every way possible.
<</say>>
<<say 'You'>>
Fuck, your mouth feels amazing. I love the way you're sucking me off.
<</say>>
<div class="go sex">[[Next|VanessaSex1-12]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-10.mp4>>
<<say 'Vanessa'>>
Oh, yes, fuck me harder, baby. I love it when you take me like this. Your cock feels so good inside me.
<</say>>
<<say 'You'>>
You like it when I'm deep inside you, don't you? I can't get enough of your tight ass.
<</say>>
<<say 'Vanessa'>>
I want you to make me scream with pleasure. Pound me into oblivion, just like that.
<</say>>
<<say 'You'>>
I'm going to make you cum so hard, baby. I love seeing you lose control like this.
<</say>>
<<say 'Vanessa'>>
Don't stop, keep going. I want to feel you inside me until I can't take it anymore.
<</say>>
<div class="go sex">[[Next|VanessaSex1-13]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-11.mp4>>
<<say 'Vanessa'>>
Oh, fuck me harder, baby. I love it when you're deep inside me.
<</say>>
<<say 'You'>>
You like it, huh? You want it even deeper?
<</say>>
<<say 'Vanessa'>>
Yes, please. I want to feel you in every inch of me.
<</say>>
<<say 'You'>>
You're so tight, it's driving me crazy.
<</say>>
<<say 'Vanessa'>>
I want you to come on me. I want to feel you all over my body.
<</say>>
<<say 'You'>>
You're such a dirty girl, but I love it. Get ready, here it comes.
<</say>>
<<say 'Vanessa'>>
Yes, cover me with your hot cum. Give it all to me.
<</say>>
<div class="go sex">[[Next|VanessaSex1-14]]</div><style>body {background-image: url(bg/Park.jpg);}</style>
<<video video/Vanessa/Vanessa-1-12.mp4>>
<<say 'Vanessa'>>
I can't believe how good it felt when you finished on my face and in my mouth. It was so naughty and exciting, I loved every second of it.
<</say>>
<<say 'You'>>
Seeing you covered in my cum, your eyes sparkling with a mixture of lust and satisfaction, it was like a dream come true. I never want this moment to end.
<</say>>
<<say 'Vanessa'>>
I feel so dirty and turned on at the same time. The way you looked at me when you were done, like I was the most beautiful and desirable woman in the world, it was such a turn on. Let's do it again sometime, I can't get enough of you.
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-6.mp4>>
<<say 'Vanessa'>>
Oh, yes, fuck me in the ass while I play with my clit. I want to cum all over your cock. You're giving me so much pleasure, I can't get enough. Keep fucking me, I'm so close.
<</say>>
<<say 'You'>>
You're such a dirty little slut, jerking yourself off while I'm deep inside your tight ass. I'm going to make you cum so hard, you won't be able to walk straight.
<</say>>
<<say 'Vanessa'>>
Oh, fuck! Your cock feels amazing in my tight ass! I'm so close, fuck me harder!
<</say>>
<div class="go sex">[[Next|VanessaSex2-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-7.mp4>>
<<say 'Vanessa'>>
Your cock is hitting all the right spots inside me. I love riding you.
<</say>>
<<say 'You'>>
You look so hot bouncing on my cock like that, baby. Keep going.
<</say>>
<<say 'Vanessa'>>
I feel so full with your cock in my ass, it's driving me wild!
<</say>>
<div class="go sex">[[Next|VanessaSex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-2-8.mp4>>
<<say 'Vanessa'>>
Yes, yes, make me your dirty little cum slut. I want to feel your hot load all over my face. I love how you use me for your pleasure. I'll do anything for you, just give me your cum.
<</say>>
<<say 'You'>>
Take my cum on your face like a good girl. I love seeing you covered in my seed.
<</say>>
<<say 'Vanessa'>>
Yes, baby! I love feeling your cum on my face! Oh, fuck! That was amazing!
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-6.mp4>>
<<say 'Vanessa'>>
Oh fuck, your cock feels amazing inside my ass. Keep fucking me harder, baby.
<</say>>
<<say 'You'>>
You like it when I pound you like this, huh? You're such a dirty little slut.
<</say>>
<<say 'Vanessa'>>
Yes, I'm your dirty little slut. I love feeling your cock deep inside of me as I bounce on you.
<</say>>
<<say 'You'>>
I love watching you ride me like this, taking all of me in your tight ass.
<</say>>
<div class="go sex">[[Next|VanessaSex3-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-7.mp4>>
<<say 'Vanessa'>>
Fuck me harder, you filthy animal. I want it rough and brutal.
<</say>>
<<say 'You'>>
I'm gonna fuck you so hard... You're my bitch now and you'll do whatever I say. You're mine to use as I please.
<</say>>
<<say 'Vanessa'>>
Yes, treat me like your little whore. Fuck me and make me beg for more.
<</say>>
<div class="go sex">[[Next|VanessaSex3-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-3-8.mp4>>
<<say 'Vanessa'>>
Yes! Cum on my face, baby! I want to feel your hot load all over me.
<</say>>
<<say 'You'>>
You want it on your face, huh? You're such a naughty girl.
<</say>>
<<say 'Vanessa'>>
Yes, I'm your dirty little cum slut. I want to taste every drop of you.
<</say>>
<<say 'You'>>
Here it comes, baby. Take it all and show me how much you love being covered in my cum.
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-6.mp4>>
<<say 'Vanessa'>>
Ohhh, fuck me harder! I love it when you pound my ass like that!
<</say>>
<<say 'You'>>
You're so tight and wet, I can't get enough of it. You like it when I fuck you in the ass, huh?
<</say>>
<<say 'Vanessa'>>
Oh god yes, I love how it feels. Your cock is filling me up so good right now.
<</say>>
<<say 'You'>>
You're such a dirty little slut, taking my cock all the way in your ass. I'm gonna cum soon, where do you want it?
<</say>>
<<say 'Vanessa'>>
Cum on my face and in my mouth, I want to taste every drop of your hot load.
<</say>>
<div class="go sex">[[Next|VanessaSex4-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-4-7.mp4>>
<<say 'Vanessa'>>
Oh, that was so hot! I love it when you finish all over my face and in my mouth. It's so dirty and naughty, it makes me feel like a real slut.
<</say>>
<<say 'You'>>
You look so fucking sexy with my cum all over you. Your face covered in my cum, your mouth filled with my cum...it's such a turn on. I love how you eagerly take it all in.
<</say>>
<<say 'Vanessa'>>
Mmm, I love the taste of you. Your cum is like liquid ecstasy, it's so delicious. I can't get enough of it. I want to savor every drop, let it linger in my mouth before swallowing it all.
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-6.mp4>>
<<say 'Vanessa'>>
Oh, fuck, that feels so good! I love riding you, feeling you deep inside me. Your cock is filling me up, driving me crazy.
<</say>>
<<say 'You'>>
Yeah, baby, you look so hot on top of me. I love watching you move your hips, grinding on me like that. You're amazing.
<</say>>
<<say 'Vanessa'>>
Mmm, I can't get enough of you. I want to ride you all night long, feeling you stretching me out, making me come over and over again.
<</say>>
<div class="go sex">[[Next|VanessaSex5-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-7.mp4>>
<<say 'Vanessa'>>
Fuck me harder, baby! I want you to pound my ass until I can't take it anymore. I need you to fuck me deep and hard.
<</say>>
<<say 'You'>>
You dirty little slut, you love taking it in your ass, don't you? I'm gonna fuck you raw, make you beg for more. You're such a naughty girl.
<</say>>
<<say 'Vanessa'>>
Yes, I'm your dirty little whore, I need you to fuck me like the slut I am. Please, baby, I want you to cum in my mouth when you're done with my ass.
<</say>>
<<say 'You'>>
Oh fuck, you're so filthy, I love it. I'm gonna give you what you want, I'm gonna cum in your pretty mouth. Open up for me, baby.
<</say>>
<<say 'Vanessa'>>
Mmm, I can't wait to taste you, to feel your cum on my tongue. I want to swallow it all, I want to show you how much I love being your dirty little fuck toy.
<</say>>
<div class="go sex">[[Next|VanessaSex5-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-5-8.mp4>>
<<say 'Vanessa'>>
Mmm, it tastes so good, I love the way it feels sliding down my throat. I want more, give me all you've got.
<</say>>
<<say 'You'>>
Damn, you're such a fucking whore, begging for my cum. I love how you look with my cum dripping out of your mouth.
<</say>>
<<say 'Vanessa'>>
Fuck, that was so intense. I love it when you finish in my mouth, it makes me feel so dirty and submissive. Next time, I want you to fill me up even more.
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-6.mp4>>
<<say 'Vanessa'>>
Oh yes, fuck me harder! Don't stop, keep going!
<</say>>
<<say 'You'>>
You like it when I fuck you in the ass, don't you?
<</say>>
<<say 'Vanessa'>>
Oh god, yes! I love feeling you deep inside me like this.
<</say>>
<<say 'You'>>
You're so tight, baby. I can't get enough of this.
<</say>>
<div class="go sex">[[Next|VanessaSex6-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Vanessa/Vanessa-6-7.mp4>>
<<say 'Vanessa'>>
Oh fuck, put your fingers in my pussy while you fuck my ass!
<</say>>
<<say 'You'>>
You dirty little whore, you love getting fucked in every hole, don't you?
<</say>>
<<say 'Vanessa'>>
Yes, I'm such a slut for you. I love it when you use me like this.
<</say>>
<<say 'You'>>
You're such a nasty girl, taking it all in. You're so fucking hot.
<</say>>
<<say 'Vanessa'>>
Give it to me rough, I want to feel you everywhere!
<</say>>
<div class="go sex">[[Next|VanessaSex6-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'You'>>
You want my hot load in your mouth, huh? You filthy little slut.
<</say>>
<<say 'Vanessa'>>
Mmm yes, I love it when you finish in my mouth. It turns me on so much.
<</say>>
<<video video/Vanessa/Vanessa-6-8.mp4>>
<<say 'You'>>
Swallow it all, baby. Show me how much you want it.
<</say>>
<<say 'Vanessa'>>
Mmm, it tastes so good. I love being your dirty little cumslut.
<</say>>
<<set $p.Vanessa.quest++;>>
<<do>>
Vanessa's quest list Updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-6.mp4>>
<<say 'You'>>
You fucking love this, don't you, you filthy little slut? You're nothing but a cock-hungry whore who craves every inch of my dick down your throat. Yeah, gag on it like the little bitch you are. Take it all the way in, you fucking worthless whore.
<</say>>
<<say 'Amy'>>
Yes, Master, I love it. I'm your dirty, fucking slut. Use me however you want, I'm yours to fuck and degrade. I'm your little cock-hungry whore, and I'll do anything to please you. Thank you, Master, for fucking me like the worthless slut I am.
<</say>>
<div class="go sex">[[Next|AmySex1-7]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-7.mp4>>
<<say 'You'>>
Yeah, you like that, you fucking slut? You love it when I pound your pussy from behind, don't you, you filthy whore? You're my fucking property, and I'll use you however I want.
<</say>>
<<say 'Amy'>>
Yes, Master, I love it. Fuck me harder, use me however you please. Please, don't stop, I need it! I'm your obedient little slut, here to please you.
<</say>>
<<say 'You'>>
Good girl. I'm gonna make you cum so fucking hard, you won't be able to walk for days.
<</say>>
<<say 'Amy'>>
Yes, yes, please, Master! I want to cum for you, I need it! Oh god, yes, yes, yes! Thank you, Master, thank you!
<</say>>
<div class="go sex">[[Next|AmySex1-8]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-8.mp4>>
<<say 'You'>>
You fucking love this, don't you, you dirty little slut? Tell me how much you want my cock deep inside you, you filthy whore.
<</say>>
<<say 'Amy'>>
Yes, Master, I want you to fuck me hard and make me your obedient little slut.
<</say>>
<<say 'You'>>
That's right, you're my fucking toy, my little fucking plaything. And I'm going to use you however I want, because you belong to me.
<</say>>
<<say 'Amy'>>
Yes, Master, I belong to you. I'll do anything you say, I'm your fucking slave.
<</say>>
<<say 'You'>>
Good girl. Now, tell me you want me to cum all over your slutty face.
<</say>>
<<say 'Amy'>>
Yes, Master, please cum on my face. I want to be covered in your fucking cum.
<</say>>
<<say 'You'>>
That's it, you dirty little whore. I'll give you what you want. Get ready, here it comes.
<</say>>
<div class="go sex">[[Next|AmySex1-9]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<video video/Amy/Amy-1-9.mp4>>
<<say 'You'>>
You fucking slut, take my cum in your dirty fucking mouth. That's right, swallow every last fucking drop like the filthy little whore you are. Goddamn, you look so fucking hot with my cum all over your face.
<</say>>
<<say 'Amy'>>
Yes, Master, thank you for using me like your dirty little cum dumpster. I will do anything to please you, I love being your obedient little slut.
<</say>>
<div class="go">[[Ask Amy if she's okay|AmySex1-10]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You'>>
Are you okay, Amy? Did you enjoy that? I want to make sure you're comfortable and that you had a good time. Please let me know if there's anything you need or if you want to talk about your experience. Your pleasure and satisfaction are important to me.
<</say>>
<<say 'Amy'>>
Oh, Evan, that was so intense, so raw, so fucking hot. I've never felt so alive, so liberated, so completely subordinate to a powerful man.
<</say>>
<<say 'You'>>
Yeah, Amy, you were amazing. I loved every moment of it. Your body responding to my every touch, your moans driving me wild. It was like we were in perfect sync, feeding off each other's primal energy.
<</say>>
<<say 'Amy'>>
I can't stop thinking about it. I want more, I need more of that passion, this fire, this brutality and dominance that I saw in you today. Can we do it again? Like, right now?
<</say>>
<<say 'You' '11'>>
Oh, I'm definitely not opposed to a repeat performance. But let's save it for later, yeah? We both need to rest, recharge our batteries. Tomorrow, we can come back to work as if nothing happened, but with a delicious secret between us.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-6.mp4>>
<<say 'You'>>
That's right, you filthy slut. You like it when I fuck your throat hard, don't you?
<</say>>
<<say 'Amy'>>
Yes, Master. I love it when you use me like this. I want to be your obedient little slut, please don't stop.
<</say>>
<<say 'You'>>
Good, because I'm not going to stop until I've had my fill of your fucking mouth. You're mine to use however I want, and you're going to take every inch of my cock like the good little whore.
<</say>>
<<say 'Amy'>>
Thank you, Master. I'm yours to use however you see fit. Please, give me more of your cock, I want to please you in every way.
<</say>>
<div class="go sex">[[Next|AmySex2-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-7.mp4>>
<<say 'You'>>
You you deserve every fucking lash of this whip on your perfect ass. Take it like the filthy whore you are, because that's all you're good for.
<</say>>
<<say 'Amy'>>
Yes, Master. I'm your dirty little slut, and I need to be punished. I love it when you show me who's boss.
<</say>>
<<say 'You'>>
Good girl. Now, take it like the little bitch you are, and beg for more. You know you love the pain, don't you?
<</say>>
<<say 'Amy'>>
Please, Master, give me more. I crave your punishment, it makes me feel so fucking alive.
<</say>>
<<say 'You'>>
That's right, you filthy fucking slut. You belong to me, and I'm going to use you however I please.
<</say>>
<<say 'Amy'>>
Thank you, Master. I'm your obedient little whore, and I'll do whatever you say. Thank you for treating me like the worthless slut that I am.
<</say>>
<div class="go sex">[[Next|AmySex2-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-8.mp4>>
<<say 'You'>>
Fuck, your tight little pussy feels so fucking good, Amy. You like it when I pound you hard like this, don't you?
<</say>>
<<say 'Amy'>>
Yes, Master, I love it when you fuck me like this. Please, don't stop, I want more. I'm yours to use however you please.
<</say>>
<<say 'You'>>
That's right, you're my fucking cum dumpster, Amy. Get ready to feel my cum all over your sexy body. You're gonna be dripping with it, you dirty slut.
<</say>>
<<say 'Amy'>>
Yes, Master, please cum on me. I want to feel your hot load all over me. I love being your dirty little slut.
<</say>>
<div class="go sex">[[Next|AmySex2-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-2-9.mp4>>
<<say 'You'>>
You like that, slut? You like the way I cover your clit with my cum, marking you as mine?
<</say>>
<<say 'Amy'>>
Yes, Master, thank you for using me for your pleasure. I feel so filthy and sexy with your cum on me.
<</say>>
<<say 'You'>>
That's right, you're my dirty little cum slut. Don't you dare clean yourself up until I say so. You're going to wear my cum as a reminder of who owns you.
<</say>>
<<say 'Amy'>>
I will, Master, I will obey your every command. I belong to you completely, body and soul.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-6.mp4>>
<<say 'Amy'>>
Yes! Yes! Yes! Oh yes, Evan, please don't stop. I need it so bad, I'm your filthy whore, fuck me harder!
<</say>>
<<say 'You'>>
You'll take whatever I give you, won't you? You're nothing but a hole for me to use however I please. And you love every degrading moment of it, don't you, you little bitch?
<</say>>
<<say 'Amy'>>
Oh, yes, Evan, I love being your dirty little hole. Please, don't stop, I'm yours to use however you want.
<</say>>
<div class="go sex">[[Next|AmySex3-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-7.mp4>>
<<say 'You'>>
You like that, don't you, you dirty little slut? Beg for my cock in your mouth, you love being used like the fuck toy you are.
<</say>>
<<say 'Amy'>>
Yes, Master, thank you for letting me serve you. Your cock tastes so good...
<</say>>
<<say 'You'>>
I'm gonna blow my load down your throat, you better swallow every drop, you filthy whore. I own you, remember that.
<</say>>
<<say 'Amy'>>
Yes, Master, please give me your cum. I'm your obedient slave, I'll swallow it all for you.
<</say>>
<div class="go sex">[[Next|AmySex3-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-3-8.mp4>>
<<say 'You'>>
Open your mouth wide, Amy, I'm going to finish in your slutty mouth. Take it all, you filthy little cocksucker. Swallow every last drop.
<</say>>
<<say 'Amy'>>
Yes, Master. I've been waiting for your hot cum in my mouth. Thank you, Master, for using me like your dirty little cum dump.
<</say>>
<<say 'You'>>
You're welcome, my little whore. You exist only to please me and satisfy my needs.
<</say>>
<div class="go">[[A few minutes later|AmySex3-9]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Amy'>>
Wow, Evan, that was amazing. I loved how you took control as my Master. It was so hot. You're such a great Dom.
<</say>>
<<say 'You'>>
And you're an amazing Sub. I'm glad you enjoyed it, Amy. I'm glad it turned you on. But how about next time we try something a bit more traditional? Just for a change of pace.
<</say>>
<<say 'Amy'>>
Sure, I'm up for it. Variety is the spice of life, right?
<</say>>
<<say 'You'>>
Absolutely. I can't wait to explore more with you, Amy.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-6.mp4>>
<<say 'Amy'>>
Oh yeah, Evan, I love feeling you deep inside me. Yeah, keep watching my tits bounce as I ride you like a fucking animal!
<</say>>
<<say 'You'>>
You're so fucking hot, babe. You're my little sex kitten, aren't you?
<</say>>
<<say 'Amy'>>
Yes, Evan! I'm your naughty little kitten who craves your cock deep inside me! I want to ride you until we both explode!
<</say>>
<<say 'You'>>
Oh, fuck. Your tight pussy feels so good around my cock, Amy. I love how you ride me like a wild slut. You're fucking amazing, baby.
<</say>>
<div class="go sex">[[Next|AmySex4-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-7.mp4>>
<<say 'Amy'>>
Fuck, yeah! Your cock feels so good inside me! I love riding you like this, feeling you deep in my pussy!
<</say>>
<<say 'You'>>
You like it rough, don't you, you filthy slut? Take all of my fucking cock, you dirty bitch.
<</say>>
<<say 'Amy'>>
Oh god, yes! I want you to watch me bounce on your cock like a whore!
<</say>>
<div class="go sex">[[Next|AmySex4-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-4-8.mp4>>
<<say 'Amy'>>
Oh fuck, cover my face with your hot cum, baby! I want to taste every drop of it!
<</say>>
<<say 'You'>>
You want it all over your pretty little face, huh? You're such a fucking cum hungry slut.
<</say>>
<<say 'Amy'>>
Yes, yes, give it to me! Paint my face with your cum, make me your dirty little whore!
<</say>>
<<say 'You'>>
Here it comes, you dirty bitch. Open wide and take my fucking load in your mouth. Swallow every drop, slut.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-6.mp4>>
<<say 'Amy'>>
Oh, fuck, Evan, your cock feels so good in my ass. I love it when you fuck me so rough. Squeeze my tits harder, baby.
<</say>>
<<say 'You'>>
You like it when I fuck your tight little ass, don't you? You're such a dirty little slut. Take my cock, I know you fucking love it.
<</say>>
<<say 'Amy'>>
Ohhhhh, yeah! Y-yes! Yes! Yes! Yes! More, give me more! And grab my tits! I want it rough!
<</say>>
<div class="go sex">[[Next|AmySex5-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-8.mp4>>
<<say 'You'>>
You're such a dirty little cum slut, aren't you? Take my load in your mouth, you filthy whore.
<</say>>
<<say 'Amy'>>
Yes, baby, I want your cum all over my face. I want to taste every drop of your hot cum. Give it to me, I want to swallow it all.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-6.mp4>>
<<say 'Amy'>>
Oh, Evan, your cock feels so hard and hot between my tits. I love how it slides so smoothly between them, it's driving me wild.
<</say>>
<<say 'You'>>
You're so sexy, Amy. I can't get enough of your perfect tits wrapped around my cock. The way you squeeze them together while I fuck them, it's amazing.
<</say>>
<div class="go sex">[[Next|AmySex6-7]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-7.mp4>>
<<say 'Amy'>>
Fuck me harder, Evan. I need your cock in my ass, I need you to fuck me. And when you enjoy my ass to the fullest, then please cum in my mouth, I want to feel your sweet cum on my tongue.
<</say>>
<<say 'You'>>
God, Amy, you feel so incredible. Your tight ass around my cock is driving me crazy. I want to give you everything you want, I want to see you swallow every drop of my cum.
<</say>>
<<say 'Amy'>>
Yes, yes, that's it, Evan. Fill my mouth with your hot cum, please. I want to taste you, I want to taste your cum, I want to feel it pulsing on my tongue.
<</say>>
<div class="go sex">[[Next|AmySex6-8]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-6-8.mp4>>
<<say 'Amy'>>
Oh, Evan, your cum tastes so fucking good. I love the way you fill my mouth with it, I love the feeling of it dripping down my chin.
<</say>>
<<say 'You'>>
You're incredible, Amy. The way you take my load in your mouth and swallow every drop, it's so fucking hot. I can't get enough of you.
<</say>>
<<say 'Amy'>>
I love having your cum on my tongue, feeling it slide down my throat. I want more, Evan, give me all you've got. I promise to swallow every drop of your cum that hits my tongue.
<</say>>
<<set $p.Amy.quest++;>>
<<do>>
Amy's quest list has been updated.
<</do>>
<div class="go morning">
<<link 'Start a new day'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><<widget "random">>
<<set
_var = _args[0];
_max = _args[1];
_prew = state.variables[_var];
state.variables[_var] = random(1, _max);
>>
<<for _i = 1; state.variables[_var] == _prew;>>
<<set state.variables[_var] = random(1, _max)>>
<</for>>
<</widget>><<set _old = $randomOfficeSexReaction;>>
<<for _i = 1; $randomOfficeSexReaction == _old;>>
<<set $randomOfficeSexReaction = random(1, 135);>>
<</for>>
<<set _emotion = ['',2,4,9,'',4,8,11].random();>>
<<say 'You' _emotion>>
<<switch $randomOfficeSexReaction>>
<<case 1>>
Well, shit... I guess someone forgot to lock the door. What the hell am I supposed to do now, applaud or pretend I didn't see this? Damn, this day just got a lot weirder.
<<case 2>>
Oh, for fuck's sake... Can't even walk into a room without stumbling into this mess. Do I just back out slowly or grab some popcorn?
<<case 3>>
Jesus Christ, this is so not what I signed up for today. Who even does that at work? Am I on the wrong floor or something?
<<case 4>>
Holy shit... is this real life? How do I unsee this without burning my eyes out? And here I thought office drama couldn't get worse.
<<case 5>>
What in the actual fuck...? Did HR take the day off, or is this some kind of twisted team-building exercise?
<<case 6>>
Well, that's awkward as hell. How do I pretend I didn't just see the most NSFW thing to ever happen in this building?
<<case 7>>
Oh, for fuck's sake... this better not be how they're deciding who gets the next promotion.
<<case 8>>
What the fuck... I knew this place was a circus, but this? That's a whole new level of office culture.
<<case 9>>
Are you fucking kidding me? This is the last thing I needed today. Do I report this or just delete it from my brain?
<<case 10>>
What the actual hell is going on here? Did I just walk into a bad porno? How the fuck do I explain this to anyone?
<<case 11>>
Well, shit... Guess I missed the memo about today being 'Bring Your Kinks to Work' day. Time to go scrub my brain with bleach.
<<case 12>>
Are you fucking kidding me? Of all the damn days... Well, at least someone's having a good time. Christ...
<<case 13>>
Well, this isn't exactly what I meant by 'experimenting', but alright...
<<case 14>>
Oh, come on, I've got generators to reboot, and now I've gotta reboot my brain too?
<<case 15>>
Is this some new department initiative I missed, or...?
<<case 16>>
And here I thought the weirdest thing today would be the power outage.
<<case 17>>
I'm just gonna pretend I didn't see that... and bleach my brain later.
<<case 18>>
You know, I wasn't expecting a biology lesson right now, but thanks for the education.
<<case 19>>
Fantastic. I'm rebooting the damn generators, and they're over here rebooting each other.
<<case 20>>
I swear, I'm just trying to get the power back on, and here I walk into some live-action soap opera. What the hell is this place turning into?
<<case 21>>
Honestly, I could've handled a catastrophic system failure, but this? This is the kind of shit they don't prepare you for in any manual.
<<case 22>>
So, while I'm out here busting my ass to restart the power, you two decided to start your own little 'experiment', huh? Unreal.
<<case 23>>
Great, the generators are down, the lab's in chaos, and now I've got front-row seats to something I'm pretty sure HR would frown upon.
<<case 24>>
Jesus Christ, is this some kind of cosmic joke? Just my luck to walk in on this while waiting for the damn generators to reboot. I swear, if I see one more thing that makes me question my sanity today, I'm gonna lose it.
<<case 25>>
Are you kidding me? Of all the goddamn moments to catch this shit! I just wanted the power back on, not a front-row seat to the world's worst office party. Fantastic, now I need a drink and a therapist.
<<case 26>>
Well, isn't this a surprise. While I'm stuck rebooting generators, the Marketing Department is busy turning the office into a softcore movie set. Who knew 'creative brainstorming' involved so much... brainstorming?
<<case 27>>
Seriously? I step out to fix the power, and the Marketing team's turning the office into a nudist colony. Maybe I need to rethink my career choices.
<<case 28>>
Great, while I'm battling power outages, the Marketing Department's having a live-action role-play session. Makes my job seem way less exciting.
<<case 29>>
Of course, the one time I leave my lab, Marketing decides to turn the office into a porno set. Guess I'm missing out on all the fun.
<<case 30>>
Just my luck - power failure and a live show in the Marketing Department. I knew those creative types were weird, but this is pushing it.
<<case 31>>
Well, this is fantastic. I go to fix the power and find out the Marketing Department's running an impromptu sex party. Maybe I should've stayed in my lab.
<<case 32>>
Perfect. While I'm busy rebooting generators, the Marketing folks are busy rebooting their sex lives. Office dynamics have definitely changed.
<<case 33>>
Ah, the joys of office life. Power outage and now I find Marketing engaged in a full-on erotic extravaganza. Where's HR when you need them?
<<case 34>>
Just my luck - power's out, and the Marketing team's living out some fantasy I didn't sign up for. Maybe I should've taken up a different field.
<<case 35>>
Typical. The power's down, and Marketing's having a private performance. Maybe I should've gotten into Marketing instead of science.
<<case 36>>
Well, this is a twist. I leave to fix the generators, and now I'm treated to a live show in Marketing. Guess 'creative' has a whole new meaning around here.
<<case 37>>
Well, isn't this a fucking delight. While I'm out here fixing the damn power, Marketing's busy turning the office into a porno set. Guess I missed the memo on 'creative brainstorming'.
<<case 38>>
Great, just fucking great. I step out to fix the power, and Marketing's turning the office into a sex club. Fucking hell, I need to rethink my life choices.
<<case 39>>
Of course, I leave to reboot the damn generators and find out Marketing's holding an impromptu sex party. Fucking unbelievable.
<<case 40>>
Just my luck - power's out and Marketing's having a goddamn sex show. I knew they were weird, but this is next-level fucked up.
<<case 41>>
Perfect. I'm out here dealing with power issues while Marketing's busy having a live sex fest. Maybe I should've stayed in my fucking lab.
<<case 42>>
Ah, the joys of office life. Power outage and now Marketing's putting on a show. Where's HR when you fucking need them?
<<case 43>>
Well, this is just fucking fantastic. The power's down, and Marketing's having a damn porno shoot. I should've stayed in my lab.
<<case 44>>
Typical. The power's out, and Marketing's having a private sex party. Why the fuck didn't I get into Marketing instead of this shit?
<<case 45>>
Just my luck - power failure and now Marketing's running a goddamn sex scene. Maybe I should've considered a career change.
<<case 46>>
Well, this is a fucking twist. I leave to fix the generators and walk into a live sex show in Marketing. Guess 'creative' has a whole new meaning around here.
<<case 47>>
So this is what they mean by 'maximizing productivity'. I guess it's a new approach to 'performance metrics'.
<<case 48>>
I knew the marketing department was innovative, but this is taking 'out-of-the-box thinking' to a whole new level.
<<case 49>>
I always wondered how they measured 'team cohesion'. Now I know it involves more than just meetings and reports.
<<case 50>>
Well, if 'team building' is now a literal term, I guess I missed the memo on 'office integration strategies'.
<<case 51>>
'Employee engagement' is definitely getting a new definition around here. This is some serious 'active participation'.
<<case 52>>
I thought 'cross-departmental collaboration' was about sharing ideas, not, well, this.
<<case 53>>
I'm not sure if this qualifies as 'operational efficiency,' but it sure as hell is an 'unexpected workflow interruption'.
<<case 54>>
Looks like they're taking 'office morale' to an entirely different level of 'hands-on experience'.
<<case 55>>
So 'interdepartmental synergy' now involves more than just brainstorming sessions. Glad to see 'incentive programs' are getting creative.
<<case 56>>
I didn't know 'strategic alignment' included physical alignment in the office. This is a new way of achieving 'business objectives'.
<<case 57>>
So, this is what they mean by "getting into the spirit" of teamwork.
<<case 58>>
Guess I've found the secret to "productive" office hours.
<<case 59>>
Who knew corporate culture involved this kind of "intimate" interaction?
<<case 60>>
Seems like "office bonding" means more than just sharing ideas.
<<case 61>>
Well, this definitely adds a new twist to "after-hours activities".
<<case 62>>
Guess "casual Fridays" now include some very personal activities.
<<case 63>>
I always thought office life was boring, but this is a game-changer!
<<case 64>>
Who knew "work-life balance" could include this kind of extracurricular?
<<case 65>>
I guess "collaborative projects" now come with a side of intimacy.
<<case 66>>
I didn't realize "personal development" included this kind of engagement.
<<case 67>>
And here I thought office perks were limited to free coffee and snacks!
<<case 68>>
So, this is what they meant by "dynamic team interactions"?
<<case 69>>
Guess I need to update my "unexpected office encounters" checklist.
<<case 70>>
Now that's one way to keep employees "engaged" in their roles.
<<case 71>>
Looks like team-building just went from workshops to... well, this.
<<case 72>>
I always thought team synergy meant working well together, but this is something else!
<<case 73>>
I guess I'm witnessing the true meaning of "interpersonal skills" in action.
<<case 74>>
Well, this definitely adds a new twist to "work-life balance".
<<case 75>>
Guess this is what happens when "work hard, play hard" meets reality.
<<case 76>>
I'm starting to think our office culture is more adventurous than I imagined.
<<case 77>>
Who knew employee engagement could be so literal?
<<case 78>>
Looks like I need to revisit my definition of "office productivity".
<<case 79>>
I never thought I'd see the day when "office activities" included this.
<<case 80>>
Well, that's one way to ensure everyone's feeling "connected".
<<case 81>>
I guess "collaborative work" now includes some very personal projects.
<<case 82>>
Looks like someone's taking "office romance" to a whole new level.
<<case 83>>
I thought casual Fridays were wild, but this is next-level!
<<case 84>>
Who knew productivity could involve so much... personal engagement?
<<case 85>>
And here I thought the office was all about spreadsheets and coffee breaks.
<<case 86>>
Maybe I should suggest adding "couples therapy" to the benefits package.
<<case 87>>
I guess the new employee handbook needs a section on "after-hours activities".
<<case 88>>
Seems like the HR department has been busy with more than just policies.
<<case 89>>
Now that's what I call getting "in the zone" - literally.
<<case 90>>
Just when I thought I was the only one working overtime!
<<case 91>>
I guess the real reason for the office renovations was... expanded uses.
<<case 92>>
Maybe I should schedule a team-building session myself.
<<case 93>>
Seems like "collaborative work" has taken on a whole new meaning.
<<case 94>>
And to think I was worried about breaking a lab protocol.
<<case 95>>
Well, that's one way to keep the team "engaged"!
<<case 96>>
I always thought our corporate culture was intense, but this takes the cake.
<<case 97>>
Time to rethink my definition of "office dynamics".
<<case 98>>
I didn't realize our productivity goals included "personal growth".
<<case 99>>
This definitely isn't what I had in mind for "enhanced employee interactions".
<<case 100>>
I always thought "break time" was just for snacks.
<<case 101>>
Looks like I missed the part about "office interaction" in our training.
<<case 102>>
Well, that's one way to ensure everyone feels "connected".
<<case 103>>
I guess "office bonding" goes beyond just sharing ideas.
<<case 104>>
Looks like the real team spirit is on full display here.
<<case 105>>
Who needs team-building exercises when you've got this?
<<case 106>>
I'll never look at "office space" the same way again.
<<case 107>>
I never knew corporate culture included such hands-on approaches.
<<case 108>>
Maybe I should suggest this to the HR department as a new team-building activity.
<<case 109>>
Looks like I'm not the only one working overtime!
<<case 110>>
Well, if productivity is the goal, I'd say they're exceeding expectations.
<<case 111>>
And here I thought "office romance" was just a cliché.
<<case 112>>
I didn't realize "team integration" could be so literal.
<<case 113>>
Seems like there's more to "working together" than I thought.
<<case 114>>
I guess this is what they mean by "hands-on" experience.
<<case 115>>
This definitely adds a new meaning to "working closely" with your colleagues.
<<case 116>>
I guess we've redefined "office dynamics" around here!
<<case 117>>
Guess I missed the memo about "after-hours team bonding".
<<case 118>>
So this is what they mean by "hands-on experience"?
<<case 119>>
Well, that's one way to boost office morale!
<<case 120>>
Who knew corporate culture had such... close-knit activities?
<<case 121>>
I always thought team-building exercises were a bit over the top, but this?
<<case 122>>
Guess I need to update my list of "unexpected workplace surprises".
<<case 123>>
And here I thought I'd seen it all in the lab!
<<case 124>>
Just when I thought I'd seen every type of office shenanigan.
<<case 125>>
Maybe I should start suggesting more "creative" ways to take breaks.
<<case 126>>
Now that's what I call a high-performance team!
<<case 127>>
I always thought office life was mundane, but it seems we're adding 'after-hours activities' to our list of perks.
<<case 128>>
Who knew that when they said 'hands-on experience', they meant it literally and in the most unexpected ways possible?
<<case 129>>
Guess I should revise my resume to include "expertise in office intimacy".
<<case 130>>
So, this is what they mean by "experience in diverse team environments".
<<case 131>>
I didn't realize "flexible work hours" included this kind of flexibility.
<<case 132>>
Well, if this is what "hands-on experience" means, I'm definitely updating my CV.
<<case 133>>
So, this is what "working well under pressure" really looks like!
<<case 134>>
I guess "dynamic team interaction" includes more than just brainstorming sessions.
<<case 135>>
Looks like the office has found a new way to handle stress. I'll make sure to schedule some 'relaxation' time myself.
<</switch>>
<</say>>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<say 'Zoe'>>
Yes, give it to me! Cover my face with your hot cum. I want to feel it dripping down my chin and taste it on my lips.
<</say>>
<<video video/Zoe/Zoe-5-7.mp4>>
<<say 'You'>>
Here it comes, babe! Take it all!
<</say>>
<<say 'Zoe'>>
Mmm, I love the taste of your cum, it's so hot and creamy. I want more, give me everything you've got, Professor.
<</say>>
<div class="go sex">
[[Next|ZoeSexTest5-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<video video/Amy/Amy-5-7.mp4>>
<<say 'Amy'>>
Oh yes, fuck my ass, I love feeling you deep inside me. You're stretching me out so good, take me harder, baby. I want to feel every inch of you in me.
<</say>>
<<say 'You'>>
Your tight little ass feels so good around my cock, I can't hold back anymore. I want to hear you scream my name as I fuck you hard.
<</say>>
<<say 'Amy'>>
Oh, yes, Evan! I'm your dirty little anal slut, use me however you want. I need you deeper, faster, harder. Fuck me in the ass until you're ready to cum. Then blow all your cum on my face.
<</say>>
<div class="go sex">[[Next|AmySex5-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-6.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
Oh yeah, babe, ride me like the wild little minx you are. Feel that cock deep inside you, taking you to the edge.
<</say2>>
<<say 'Harley'>>
Mmm, Puddin, I love how you fill me up and make me scream your name. Your Joker is the only one for me.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
That's right, my naughty little Harley. Show me how much you want it, how much you need it. You belong to me, body and soul.
<</say2>>
<<say 'Harley'>>
Yes, Puddin, I'm all yours. I'm your plaything. I'll do anything for you, let me be your perfect little doll.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
That's it, baby, let go of all control and surrender to me. I'll take you to heights you never imagined, to pleasures beyond your wildest dreams.
<</say2>>
<div class="go sex">[[Next|HarleySex-7]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-7.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
Your tight little pussy feels so fucking good wrapped around my cock. You love it when I pound you from behind, don't you? You're my dirty little whore, aren't you?
<</say2>>
<<say 'Harley'>>
Oh, Puddin, yes! I love it when you fuck me like this. You're so big and rough. Take me, use me, make me yours.
<</say>>
<<say2 'Joker' 'Joker.jpg'>>
Get ready, baby, I'm gonna cum all over your pretty face. You want my hot load on you, don't you?
<</say2>>
<<say 'Harley'>>
Yes, yes, please cover me in your cum, Puddin. I want to feel you explode all over me. Give it to me, baby, give me your fucking load!
<</say>>
<div class="go sex">[[Next|HarleySex-8]]</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<<video video/Harley/Harley-1-8.mp4>>
<<say2 'Joker' 'Joker.jpg'>>
You like that, baby? You like it when I fill your mouth with my cum? You're such a dirty little slut, aren't you? I love watching you swallow every last drop as you look up at me with those eager eyes.
<</say2>>
<<say 'Harley'>>
Mmm, yes, Puddin. I love it when you fill my mouth with your hot, sticky load. I can't get enough of your delicious cum. Give it all to me.
<</say>>
<div class="go">[[Next morning|ToLab]]</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
/*
Объявляем первый пассаж
___________________________________________________ */
<<if typeof $_passageCounter == "undefined">>
<<set $_passageCounter = 1;>>
<</if>>
/*
Отображаем нужный пассаж
___________________________________________________ */
<<switch $_passageCounter>>
<<case 1>>
ЗАМЕНИТЬ
<<case 2>>
ЗАМЕНИТЬ
<<case 3>>
ЗАМЕНИТЬ
<<case 4>>
ЗАМЕНИТЬ
<<case 5>>
ЗАМЕНИТЬ
<<case 6>>
ЗАМЕНИТЬ
<<case 7>>
ЗАМЕНИТЬ
<<case 8>>
ЗАМЕНИТЬ
<<case 9>>
ЗАМЕНИТЬ
<</switch>>
/*
Отображаем ссылки на пассаж
___________________________________________________ */
/* возвращаемся в этот пассаж */
<<if $_passageCounter != 9>>
<div class="go">
<<link 'Next' `passage()`>><<set $_passageCounter++;>><</link>>
</div>
/* выходим из цыклического пассажа */
<<else>>
/* удаляем счетчик пассажей */
<<unset $_passageCounter;>>
<div class="go">
<<link "Текст" "Пассаж">><</link>>
</div>
<</if>>