/* Если рабочий день закончен
<<if ($t.dayEnd == 1 && passage() != 'endWorkDay')>> <<goto 'endWorkDay'>> <</if>>
*/
/*
<<= passage()>>
<br>
*/
<<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
$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,
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 - введен код на квесты моделей для патреона
};
$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'
]
};
$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: 'Blow job', video: 'video/Daisy/Daisy-1-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-1-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-1-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-1-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-1-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-1-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-1-7.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: 'Blow job', video: 'video/Daisy/Daisy-2-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-2-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-2-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-2-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-2-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-2-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-2-7.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: 'Blow job', video: 'video/Daisy/Daisy-3-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-3-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-3-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-3-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-3-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-3-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-3-7.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: 'Blow job', video: 'video/Bridget/Bridget-1-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-1-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-1-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-1-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-1-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-1-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-1-7.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: 'Blow job', video: 'video/Bridget/Bridget-2-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-2-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-2-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-2-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-2-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-2-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-2-7.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: 'Blow job', video: 'video/Bridget/Bridget-3-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-3-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-3-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-3-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-3-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-3-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-3-7.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: 'Blow job', video: 'video/Vivian/Vivian-1-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-1-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-1-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-1-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-1-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-1-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-1-7.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: 'Blow job', video: 'video/Vivian/Vivian-2-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-2-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-2-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-2-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-2-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-2-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-2-7.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: 'Blow job', video: 'video/Vivian/Vivian-3-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-3-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-3-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-3-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-3-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-3-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-3-7.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: 'Blow job', video: 'video/Sandra/Sandra-1-1.mp4'},
{text: 'Position 1', video: 'video/Sandra/Sandra-1-2.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-1-3.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-1-4.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-1-5.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-1-6.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-1-7.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: 'Blow job', video: 'video/Sandra/Sandra-2-1.mp4'},
{text: 'Position 1', video: 'video/Sandra/Sandra-2-2.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-2-3.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-2-4.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-2-5.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-2-6.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-2-7.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: 'Blow job', video: 'video/Sandra/Sandra-3-1.mp4'},
{text: 'Position 1', video: 'video/Sandra/Sandra-3-2.mp4'},
{text: 'Position 2', video: 'video/Sandra/Sandra-3-3.mp4'},
{text: 'Position 3', video: 'video/Sandra/Sandra-3-4.mp4'},
{text: 'Position 4', video: 'video/Sandra/Sandra-3-5.mp4'},
{text: 'Position 5', video: 'video/Sandra/Sandra-3-6.mp4'},
{text: 'Cum', video: 'video/Sandra/Sandra-3-7.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: 'Blow job', video: 'video/Amanda/Amanda-1-1.mp4'},
{text: 'Position 1', video: 'video/Amanda/Amanda-1-2.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-1-3.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-1-4.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-1-5.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-1-6.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-1-7.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: 'Blow job', video: 'video/Amanda/Amanda-2-1.mp4'},
{text: 'Position 1', video: 'video/Amanda/Amanda-2-2.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-2-3.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-2-4.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-2-5.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-2-6.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-2-7.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: 'Blow job', video: 'video/Amanda/Amanda-3-1.mp4'},
{text: 'Position 1', video: 'video/Amanda/Amanda-3-2.mp4'},
{text: 'Position 2', video: 'video/Amanda/Amanda-3-3.mp4'},
{text: 'Position 3', video: 'video/Amanda/Amanda-3-4.mp4'},
{text: 'Position 4', video: 'video/Amanda/Amanda-3-5.mp4'},
{text: 'Position 5', video: 'video/Amanda/Amanda-3-6.mp4'},
{text: 'Cum', video: 'video/Amanda/Amanda-3-7.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: 'Blow job', video: 'video/Margaret/Margaret-1-1.mp4'},
{text: 'Position 1', video: 'video/Margaret/Margaret-1-2.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-1-3.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-1-4.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-1-5.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-1-6.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-1-7.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: 'Blow job', video: 'video/Margaret/Margaret-2-1.mp4'},
{text: 'Position 1', video: 'video/Margaret/Margaret-2-2.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-2-3.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-2-4.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-2-5.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-2-6.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-2-7.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: 'Blow job', video: 'video/Margaret/Margaret-3-1.mp4'},
{text: 'Position 1', video: 'video/Margaret/Margaret-3-2.mp4'},
{text: 'Position 2', video: 'video/Margaret/Margaret-3-3.mp4'},
{text: 'Position 3', video: 'video/Margaret/Margaret-3-4.mp4'},
{text: 'Position 4', video: 'video/Margaret/Margaret-3-5.mp4'},
{text: 'Position 5', video: 'video/Margaret/Margaret-3-6.mp4'},
{text: 'Cum', video: 'video/Margaret/Margaret-3-7.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: 'Blow job', video: 'video/Deborah/Deborah-1-1.mp4'},
{text: 'Position 1', video: 'video/Deborah/Deborah-1-2.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-1-3.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-1-4.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-1-5.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-1-6.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-1-7.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: 'Blow job', video: 'video/Deborah/Deborah-2-1.mp4'},
{text: 'Position 1', video: 'video/Deborah/Deborah-2-2.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-2-3.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-2-4.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-2-5.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-2-6.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-2-7.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: 'Blow job', video: 'video/Deborah/Deborah-3-1.mp4'},
{text: 'Position 1', video: 'video/Deborah/Deborah-3-2.mp4'},
{text: 'Position 2', video: 'video/Deborah/Deborah-3-3.mp4'},
{text: 'Position 3', video: 'video/Deborah/Deborah-3-4.mp4'},
{text: 'Position 4', video: 'video/Deborah/Deborah-3-5.mp4'},
{text: 'Position 5', video: 'video/Deborah/Deborah-3-6.mp4'},
{text: 'Cum', video: 'video/Deborah/Deborah-3-7.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: 'Blow job', video: 'video/Elizabeth/Elizabeth-1-1.mp4'},
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-1-2.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-1-3.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-1-4.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-1-5.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-1-6.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-1-7.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: 'Blow job', video: 'video/Elizabeth/Elizabeth-2-1.mp4'},
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-2-2.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-2-3.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-2-4.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-2-5.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-2-6.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-2-7.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: 'Blow job', video: 'video/Elizabeth/Elizabeth-3-1.mp4'},
{text: 'Position 1', video: 'video/Elizabeth/Elizabeth-3-2.mp4'},
{text: 'Position 2', video: 'video/Elizabeth/Elizabeth-3-3.mp4'},
{text: 'Position 3', video: 'video/Elizabeth/Elizabeth-3-4.mp4'},
{text: 'Position 4', video: 'video/Elizabeth/Elizabeth-3-5.mp4'},
{text: 'Position 5', video: 'video/Elizabeth/Elizabeth-3-6.mp4'},
{text: 'Cum', video: 'video/Elizabeth/Elizabeth-3-7.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: ''
}
]
};
$cheats = {
money: '4c60380f7c2588e4668b4084bada056c',
essence: 'e871cc29e90db004799e4ba0b8a7c057',
models: 'a1f6cfcc04f02ee0d9e733464bb49e4b',
gallery: '128af7f8988394a9e310eab9d20a6493'
};
>>
<<include 'city'>>
<<include 'locations'>>
/*
*/
/*
<<run console.log($l);>>
*/
/*$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 '+30M' `passage()`>><<timer 0 30>><</link>>
<<link '+1H' `passage()`>><<timer 1 0>><</link>>
<<link '+3H' `passage()`>><<timer 3 0>><</link>>
<<link 'New day'>><<morning>><</link>>
</div>
<div class="block stats links">
<div class="title">Your stats:</div>
<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">Support me:</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>
<a href="https://discord.gg/gM39Kh3589" target="_blank">
<img src="img/discord.jpg">
</a>
</div>
<div class="block disable">
Sidebar is not available during quest events
</div>
</div><!--sidebar-->
<<if !$t.sidebar>>
<<addclass '.sidebar' 'off'>>
<</if>>
<<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;>>
<<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 5 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 'Note:'>>
Five of the eight city girls (Sandra, Amanda, Margaret, Deborah, Elizabeth) will be 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. The quests of these girls do not affect the main storyline of the game.
<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' 'SexMachine'>><</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>>
<<say 'You'>>
Great job, Vanessa! Now the laboratory equipment is completely ready for work!
<</say>>
<<say 'Vanessa'>>
Happy to serve, sir)
<</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"'; >>
<</switch>>
<div class="go">
<<link _text>><<goto _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>>
<<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>>
<<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>>
<<set
_before1 = 'photo/' + $p[$volunteer].name + '-before-1.jpg';
_before2 = 'photo/' + $p[$volunteer].name + '-before-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>>
<<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>>
<<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'>>
How are you feeling, $volunteer?
<</say>>
<<if _phase == 0>>
<<set
_after1 = 'photo/' + $p[$volunteer].name + '-after-1.jpg';
_after2 = 'photo/' + $p[$volunteer].name + '-after-2.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 practice test'>><<goto _link>><</link>>
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-1-1.mp4" type="video/mp4">
</video>
</div>
<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' '3'>>
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'>>
Of course)
<</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
/*_video = 'punish' + random(1,7) + '.mp4';*/
$bio.bugs.counter = 0;
$bio.bugs.day = $clock.days;
$p.Amy.punishments++;
>>
<<timer 0 30 -10>>
/* Выбор видео */
<<if !$AmyPunishVideo || $AmyPunishVideo == 20>>
<<set $AmyPunishVideo = 1; >>
<</if>>
<<set _video = 'video/Amy/Amy-punish-' + $AmyPunishVideo + '.mp4'; >>
<<set $AmyPunishVideo++; >>
<div class="video">
<video autoplay loop muted>
<source @src="_video" type="video/mp4">
</video>
</div>
<<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;
_essenceLost = $p[$volunteer].phase[_phase].essence;
$bio.essence -= _essenceLost;
$bio.damage = 80;
$p[$volunteer].bug.finished = 1;
>>
<<say 'Computer'>>
STATUS:
<ul>
<li>Equipment diagnostics completed.</li>
<li>Equipment damage: 80%</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>>
You will learn about everything that happens in the Secret Laboratory in the following chapters of the game "SexMachine". So please subscribe to me to follow the game updates, as well as get additional bonuses.
<br><br>
<center><b><u>Subscribe and support me:</u></b></center>
<<subscribe2>>
<</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; >>
<</switch>>
<div class="go">
<<link 'Complete upgrade'>><<goto _link>><</link>>
</div>
<</if>>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You'>>
I think this is enough. Now you can get dressed and we will continue our laboratory research.
<</say>>
<<say 'Amy'>>
But first, let me tell you that I'm really turned on by the way you punish me, Evan) I have always been turned on by powerful dominant men. I want to get on my knees and just be an obedient whore.
<</say>>
<<say 'You'>>
Punishing you is just part of my job. And the other part of my work is scientific research. And now it's time for us to do some research.
<</say>>
<<say 'Amy'>>
Or we could just run away from work right now, go to my house, and have some fun) What do you say, Evan?) Let's break the rules?)
<</say>>
<div class="go sex">[[Accept her offer|AmySex1-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You' '2'>>
I think this is enough. Now we can get back to our work, or we can go to your house and fuck) What do you choose?)
<</say>>
<<say 'Amy'>>
I am very horny and I can't think about work anymore right now Evan) So a good fuck is the best idea)
<</say>>
<div class="go sex">[[Accept her offer|AmySex2-1]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You' '2'>>
I think this is enough. Now we can get back to our work, or we can go to your house and fuck) What do you choose?)
<</say>>
<<say 'Amy'>>
I am very horny and I can't think about work anymore right now Evan) So a good fuck is the best idea)
<</say>>
<div class="go sex">[[Ride to Amy|AmySex3-1]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You' '2'>>
I think this is enough. Now we can get back to our work, or we can go to your house and fuck) What do you choose?)
<</say>>
<<say 'Amy'>>
I am very horny and I can't think about work anymore right now Evan) So a good fuck is the best idea)
<</say>>
<div class="go sex">[[Ride to Amy|AmySex4-1]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You' '2'>>
I think this is enough. Now we can get back to our work, or we can go to your house and fuck) What do you choose?)
<</say>>
<<say 'Amy'>>
I am very horny and I can't think about work anymore right now Evan) So a good fuck is the best idea)
<</say>>
<div class="go sex">[[Ride to Amy|AmySex5-1]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<<say 'You' '2'>>
I think this is enough. Now we can get back to our work, or we can go to your house and fuck) What do you choose?)
<</say>>
<<say 'Amy'>>
I am very horny and I can't think about work anymore right now Evan) So a good fuck is the best idea)
<</say>>
<div class="go sex">[[Ride to Amy|AmySex6-1]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You'>>
Well... I have to get back to my scientific research right now.
<</say>>
<<say 'Vanessa'>>
Wait a minute, Evan. I just want to tell you something.
<</say>>
<<say 'You'>>
I am listening to you carefully.
<</say>>
<<say 'Vanessa'>>
I have a very boring job. But your job looks like a rock concert. While I'm repairing equipment, you're making scientific discoveries. I admire your work, your knowledge and your research. I've always been turned on by erudite people like you.
<</say>>
<<say 'You' '2'>>
Thanks for the compliment, Vanessa. But I must say that your work is no less important than mine. After all, we are essentially doing the same thing.
<</say>>
<<say 'Vanessa'>>
I wanted to tell you one more thing. When I see you enter the lab, I want you to take off your lab coat and fuck me in all holes.
<</say>>
<<say 'You' '9'>>
This is the most unusual compliment I have ever heard, but thanks) It's nice to hear that nerds in lab coats can excite girls) But now I need to get back to research.
<</say>>
<<do>>
Vanessa grabs your cock.
<</do>>
<div class="image">
<img src="img/fun.gif">
</div>
<<say 'Vanessa'>>
Evan, I can't take it anymore. Please, let's go to my house right now and have sex. Please make my fantasies about you stop being just fantasies)
<</say>>
<div class="go sex">[[Accept her offer|VanessaSex1-1]]</div><style>body {background-image: url(bg/repair-room.jpg);}</style>
<<say 'You'>>
Great job, Vanessa. I knew that I could rely on you!
<</say>>
<<say 'Vanessa'>>
Then you should thank me) With your dick of course!
<</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 'You'>>
Great job, Vanessa. I knew that I could rely on you!
<</say>>
<<say 'Vanessa'>>
Then you should thank me) With your dick of course!
<</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 'You'>>
Great job, Vanessa. I knew that I could rely on you!
<</say>>
<<say 'Vanessa'>>
Then you should thank me) With your dick of course!
<</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 'You'>>
Great job, Vanessa. I knew that I could rely on you!
<</say>>
<<say 'Vanessa'>>
Then you should thank me) With your dick of course!
<</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 'You'>>
Great job, Vanessa. I knew that I could rely on you!
<</say>>
<<say 'Vanessa'>>
Then you should thank me) With your dick of course!
<</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'>>
Evan, the first upgrade is complete! Now our equipment is one step closer to the ideal!
<</say>>
<<say 'You'>>
And this is entirely your merit, Ruby)
<</say>>
<<say 'Ruby'>>
So why don't we celebrate the first lab upgrade?)
<</say>>
<<say 'You' '4'>>
That's a great idea, Ruby! Girls! Amy, Vanessa! Right now we're going to a bar and getting drunk!
<</say>>
<<do>>
After hearing your words, Amy and Vanessa run into the Lab Upgrade Room.
<</do>>
<<say 'Ruby'>>
I thought we'd celebrate this event together, only you and me? Evan. But... Okay...
<</say>>
<div class="go">[[Take the girls to a bar|RubySex1-1]]</div>
<style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You' '2'>>
Ruby! Another upgrade has been successfully completed, and we should celebrate this event)
<</say>>
<<say 'Ruby'>>
Great idea, Evan) Let's go to my house and celebrate this event! By the way, I have a bottle of good wine at home!
<</say>>
<<say 'You'>>
To be honest, I don't want to get drunk today...
<</say>>
<<say 'Ruby'>>
Then let's just go to my house and have sex?
<</say>>
<div class="go sex">[[Accept her offer|RubySex2-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You' '2'>>
Ruby! Another upgrade has been successfully completed, and we should celebrate this event)
<</say>>
<<say 'Ruby'>>
That's a great idea, Evan)
<</say>>
<div class="go sex">[[Go to Ruby's house and fuck her|RubySex3-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You' '2'>>
Ruby! Another upgrade has been successfully completed, and we should celebrate this event)
<</say>>
<<say 'Ruby'>>
That's a great idea, Evan)
<</say>>
<div class="go sex">[[Go to Ruby's house and fuck her|RubySex4-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<say 'You' '2'>>
Ruby! Another upgrade has been successfully completed, and we should celebrate this event)
<</say>>
<<say 'Ruby'>>
That's a great idea, Evan)
<</say>>
<div class="go sex">[[Go to Ruby's house and fuck her|RubySex5-1]]</div><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<<set $bio.damage = 0; >>
<<say 'Ruby'>>
We have completed the last upgrade and now our laboratory equipment is completely perfect.
<</say>>
<<say 'You' '2'>>
Sounds great! And now let's celebrate the latest upgrade, Ruby)
<</say>>
<<say 'Ruby'>>
This is a great idea, Evan) Let's go to my house?)
<</say>>
<div class="go sex">[[Go to Ruby's house and fuck her|RubySex6-1]]</div><style>body {background-image: url(bg/SexMachine.jpg);}</style>
<<do>>
You leave the corporation building and hear the voice of your boss behind you.
<</do>>
<<say 'Sophia'>>
Mr. Turner! Please wait a minute.
<</say>>
<<do>>
Sofia 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>>
<<say 'You'>>
And how do we celebrate this event?
<</say>>
<<say 'Sophia'>>
We'll drink some wine and then we'll have a good fuck) Any employee of our corporation wants to have sex with me, but only you deserve this honor)
<</say>>
<div class="go sex">[[Accept her offer|SophiaSex1-1]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<do>>
In the hallway of the corporation building you meet your boss.
<</do>>
<<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 corporation building you meet your boss.
<</do>>
<<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 corporation building you meet your boss.
<</do>>
<<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 corporation building you meet your boss.
<</do>>
<<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 corporation building you meet your boss.
<</do>>
<<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</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/code.jpg);}</style>
<<set _passage = passage(); >>
<div class='cheats'>
<div class="title">Enter cheat code: </div>
<div class="form">
<<textbox "_rawCode" "">>
<<button "Ok">>
<<set _rawCode = _rawCode.trim(); >>
<<if _rawCode === $cheats.money>>
<<set
$p.You.money += 2000;
$cheatRezult = '<i>Cheat code accepted.</i><br> You received: $2000.';
>>
<<elseif _rawCode === $cheats.essence>>
<<set
$bio.essence += 2000;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> You received: 2000 oz of essence.</span>';
>>
<<elseif _rawCode === $cheats.gallery>>
<<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>';
>>
<<elseif _rawCode === $cheats.models>>
<<set
$t.newModels = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> Quests for Sandra, Amanda, Margaret, Deborah and Elizabeth are unlocked.</span>';
>>
<<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 class='go return'><<link 'Return' $t.prewPassage>><</link>></div>
<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>>
Your work day is over.
<</do>>
<div class="go goto">
<<link 'Leave the corporate building' 'SexMachine'>><</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex2-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex3-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex4-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex5-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-6-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex6-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-6-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex6-2]]
</div><style>body {background-image: url(bg/Bar.jpg);}</style>
<<do>>
You arrive at the bar, drink wine, and have a great time with Amy, Ruby, and Vanessa.
<</do>>
<div class="image">
<img src="img/drink.gif">
</div>
<<say 'Amy'>>
Guys, look at that guy at the next table. Do you know this guy?
<</say>>
<div class="image">
<img src="img/bar.jpg">
</div>
<<say 'You'>>
This is the first time I see this man.
<</say>>
<<do>>
Ruby and Vanessa answer that they don't know this man either.
<</do>>
<div class="go">[[Ask Amy who is this man?|RubySex1-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-6-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex6-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<<do>>
You come to Sophia's house. She uncorks a bottle of expensive wine.
<</do>>
<div class="image">
<img src="img/drink.gif">
</div>
<<do>>
You tell Sophia about everything that happened in your lab today. But at some point you realize that your boss is no longer listening to you, but is looking at your fly. You try not to notice it, and continue your story.
<</do>>
<<say 'Sophia'>>
Stop talking, Evan. Fuck me!
<</say>>
<div class="go sex">[[Fuck her|SophiaSex1-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-6-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex6-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest2-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest4-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest3-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-5-1.mp4" type="video/mp4">
</video>
</div>
<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);
_essenceTotal = $bio.essence + _essenceGet;
>>
<<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>>
<<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>
<<if !$randomOfficeVideo || $randomOfficeVideo == 35>>
<<set $randomOfficeVideo = 1; >>
<</if>>
<<set _video = 'video/office/office-' + $randomOfficeVideo + '.mp4'; >>
<<set $randomOfficeVideo++; >>
<div class="video">
<video autoplay loop muted>
<source @src="_video" type="video/mp4">
</video>
</div>
<<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>>
Note:
<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.
<br><br>
So please subscribe to me to support me and speed up the release of the next chapters of the game "SexMachine".
<br><br>
<center><b><u>Subscribe and support me:</u></b></center>
<<subscribe2>>
<</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 personal phone. You look at the phone screen: "Caller not identified". You leave the lab and answer the phone.
<</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 glad to hear it. The algorithm of our deal is very simple:
<ol>
<li>You call me and tell me the amount of essence you want to sell me.</li>
<li>I make payment.</li>
<li>You discreetly pass the bag of essence to my courier.</li>
</ol>
Do you 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's why our couriers are always in the corporation building. As soon as you call and inform me that you are ready to sell me the essence, one of my couriers will immediately come to the door of your laboratory. So our deal won't take much of your time.
<</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="photo/Mary-big.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 also let this photo be as a small bonus for you. And if our cooperation becomes really productive, you will receive even more bonuses like this from me.
<</say>>
<<do>>
Note:
<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.
<br><br>
Subscribe to me to follow the releases of new chapters of the SexMachine game:
<<subscribe2>>
<</do>>
<div class="go">
[[Return to the Lab|BioLab]]
</div>
<<set $t.blackMarket = 1; >>
<<else>>
<<do>>
How many Essences of Sexuality do you want to sell?
<</do>>
<<can 'You can:'>>
<div class="go synth">
[[Sell 10 oz essences (you will earn $20)|sellEssence][$essencesSell = 10]]
</div>
<div class="go synth">
[[Sell 100 oz essences (you will earn $200)|sellEssence][$essencesSell = 100]]
</div>
<div class="go synth">
[[Sell 400 oz essences (you will earn $800)|sellEssence][$essencesSell = 400]]
</div>
<div class="go synth">
[[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>>
<<do>>
You call Mary. Mary picks up the phone.
<</do>>
<<say 'You'>>
Mary, I want to sell you $essencesSell oz. of essence.
<</say>>
<<say 'Mary'>>
My clients are interested in buying this amount of essence. I'll transfer the money to you right now.
<</say>>
<<set
$p.You.money += $essencesSell * 2;
$bio.essence -= $essencesSell;
$p.Mary.deals ++;
>>
<<do>>
<i>Earned money: $<<= $essencesSell * 2>></i>
<</do>>
<<say 'Mary'>>
My courier is already waiting for you at the entrance to the Biological Research Lab. Give him the essence right now, but don't hang up the phone.
<</say>>
<<do>>
You exit the lab and hand over the essence to the courier. The courier leaves without saying a word to you.
<br>
<i>Spent Essence of Sexuality: $essencesSell oz.</i>
<</do>>
<<say 'Mary'>>
It's a pleasure doing business with you, Evan.
<</say>>
<<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; >>
<<default>>
<<set _link = 'BioLab'; >>
<</switch>>
<div class="go">
<<link 'Complete the deal'>><<goto _link>><</link>>
</div>
<</if>><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
By the way, Evan. This is our first successful deal, and as a token of gratitude, I would like to show you a video. This is a home video starring me. And I hope you enjoy it. I hope with each such video our trusting relationship will be strengthened. And now it's time for me to go.
<</say>>
<<say 'You'>>
Okay, I’ll call you next time, Mary. And I’m waiting for your video.
<</say>>
<<do>>
Phone notification: Mary sent you a video file.
<</do>>
<div class="go sex">[[Watch the video|MarySex1-1]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
By the way, Evan! Did you like my last home video?
<</say>>
<<say 'You'>>
Let's just say it was unusual. I could not even imagine that you are able to take so many dicks in your ass at the same time.
<</say>>
<<say 'Mary'>>
I'm glad to hear that you appreciated my skills) Do you want to get a similar video, but with my girlfriend?
<</say>>
<<say 'You'>>
Of course. Why not?
<</say>>
<<say 'Mary'>>
Excellent! I'm sending you a new video. Hope you like it. And believe me, it will be even more perverted than the previous one.
<</say>>
<<do>>
Phone notification: Mary sent you a video file.
<</do>>
<div class="go sex">[[Watch the video|MarySex3-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
By the way, Evan! Did you like my home video that I sent you last time?
<</say>>
<<say 'You'>>
Just sex and nothing more. I didn't see anything special.
<</say>>
<<say 'Mary'>>
I'm glad you said that, because that was the most boring sex I've ever had. One dick is not enough for my ass. But we have successfully completed several deals with you, and I want to send you a new video as a token of my trust in you. And believe me, this video will be much more perverted. Are you ready to see it?
<</say>>
<<say 'You' '2'>>
Of course! Send me your home video.
<</say>>
<<do>>
Phone notification: Mary sent you a video file.
<</do>>
<div class="go sex">[[Watch the video|MarySex2-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
By the way, Evan! Did you like my latest home video?
<</say>>
<<say 'You' '2'>>
I don't even know what to answer you.
<</say>>
<<say 'Mary'>>
I really love trying new things, Evan. And what you saw in my last home video was something incredible for me. But as a token of our trust, I want to show you something even more incredible. Are you ready for this? And what you will see in my video today is about the Essence of Sexuality that you are selling me, by the way. But don't even try to figure out exactly how my clients use this essence.
<</say>>
<<do>>
Note:
<br><br>
In "Chapter 5" of the game "SexMachine" you will learn about the terrible consequences of your deals with Maria. This chapter will tell you about a mysterious group of people who use Mary's services to buy essence from you.
<br><br>
So please subscribe to me to support me and speed up the release of the next chapters of the game "SexMachine".
<br><br>
<center><b><u>Subscribe and support me:</u></b></center>
<<subscribe2>>
<</do>>
<<do>>
Phone notification: Mary sent you a video file.
<</do>>
<div class="go sex">[[Watch the video|MarySex5-1]]</div>
<style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
By the way, Evan! Did you like my previous home video?
<</say>>
<<say 'You'>>
It was very unusual. I thought that only happens in porn movies.
<</say>>
<<say 'Mary'>>
I think you're leading a very boring life, Evan. Let me surprise you even more. I'm posting a new video.
<</say>>
<<do>>
Phone notification: Mary sent you a video file.
<</do>>
<div class="go sex">[[Watch the video|MarySex4-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<<say 'Mary'>>
And by the way, Evan. Let me give you some good news. My people bribed Camilla from the SexMachine Security Department. And now Camilla works for us. She'll wipe out all evidence of your transgressions, and she'll turn a blind eye to all of our future deals. So now you can sell me the Essence of Sexuality without fear that the corporation will know about it.
<</say>>
<<say 'You' '2'>>
This is wonderful news, Mary.
<</say>>
<<say 'Mary'>>
I think after my people have solved your problem, you will trust our cooperation for real. By the way, right now I am at the entrance to the building of the "SexMachine" corporation. So why don't you finish your work day right now so you can spend the night with me?
<</say>>
<div class="go sex">[[Accept her offer|MarySex6-1]]</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex1-2]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex2-2]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex3-2]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex4-2]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex5-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-6-1.mp4" type="video/mp4">
</video>
</div>
<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.
<</do>>
<div class="image">
<img src="photo/Camilla-full-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>>
<<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>>
<<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>>
<<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>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-punish-3.mp4" type="video/mp4">
</video>
</div>
<<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>>
<div class="go sex">[[Go home to Camilla|CamillaSex3-2]]</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-4-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-5-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex5-3]]
</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-punish-2.mp4" type="video/mp4">
</video>
</div>
<<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>>
<div class="go sex">[[Go home to Camilla|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' '3'>>
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 2: 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 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">
[[Take a look at the nearby office|nearbyOfficeEvents]]
</div><style>body {background-image: url(bg/Bar.jpg);}</style>
<<say 'You'>>
Is he your friend, Amy?
<</say>>
<<say 'Amy'>>
No, Evan. I don't know him. But I heard about this guy. This is Gerard Kinsley. He is an architect. This guy was developing a project for the Secret Laboratory of our corporation.
<</say>>
<div class="go">[[Next|RubySex1-3]]</div><style>body {background-image: url(bg/Bar.jpg);}</style>
<<say 'Vanessa'>>
This guy doesn't look like an architect. He looks more like an alcoholic.
<</say>>
<<say 'Ruby'>>
I do not think that the leaders of the corporation "SexMachine" could conclude a contract with an alcoholic and entrust him with such a responsible task as the design of the Secret Laboratory.
<</say>>
<<say 'Amy'>>
Gerard's story is not as simple as you think, friends.
<</say>>
<<do>>
Note:
<br><br>
You will meet Gerard in one of the next chapters of the "SexMachine" game. Gerard will be one of the people who will help you infiltrate the Secret Lab of the "SexMachine" Corporation.
<br><br>
So please subscribe to me to follow all the updates of the game "SexMachine":
<<subscribe2>>
<</do>>
<div class="go">[[Look at the clock|RubySex1-4]]</div><style>body {background-image: url(bg/Bar.jpg);}</style>
<<do>>
It's 11:00 p.m.
<</do>>
<<say 'You' '2'>>
Girls, I think it's time for all of us to go home and have a good night's sleep after such a productive working day and a wonderful party.
<</say>>
<<do>>
Amy and Vanessa say goodbye to you, call a taxi, and leave.
<</do>>
<<say 'You'>>
Hey Ruby, isn't it time for you to go home?
<</say>>
<<say 'Ruby'>>
You're right, Evan. But what if I offer you something more? Can we go to my house and sleep together? ... after good sex)
<</say>>
<div class="go sex">[[Accept her offer|RubySex1-5-1]]</div>
<style>body {background-image: url(bg/punishment-room.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-punish-1.mp4" type="video/mp4">
</video>
</div>
<<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>>
<div class="go sex">[[Accept her offer|CamillaSex1-2]]</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex1-3]]
</div><style>body {background-image: url(bg/street-day.jpg);}</style>
<<do>>
You leave Camilla's house, take out your phone and call Mary to tell her what happened.
<</do>>
<div class="image">
<img src="img/call.jpg">
</div>
<<say 'You'>>
Mary, it looks like the corporation knows about our collaboration. And I just received a disciplinary action for selling essence to your courier. Looks like Camilla from the SexMachine Security Department will be watching me now. We have to take care of this problem as soon as possible because I can't sacrifice my reputation for our deals.
<</say>>
<<say 'Mary'>>
My people will take care of this problem, Evan. But this will take some time. In the meantime, keep selling me the Essence of Sexuality, because if there are no deals between us, then I will not be interested in solving your problem.
<</say>>
<<say 'You'>>
Okay Mary. I'll call you when I'm ready for the next deal.
<</say>>
<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex2-3]]
</div><style>body {background-image: url(bg/country-road.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-3-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex3-4]]
</div><style>body {background-image: url(bg/country-road.jpg);}</style>
<<do>>
On the way to Camila's apartment, the car runs out of gas.
<</do>>
<<say 'You'>>
Looks like we need a gas station right now.
<</say>>
<<say 'Camilla'>>
I don't want to wait, Evan. Fuck me right here.
<</say>>
<div class="go sex">[[Next|CamillaSex3-3]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-punish-4.mp4" type="video/mp4">
</video>
</div>
<<say 'Camilla'>>
I think I'll still have to add information about your violation to your personnel file, Evan. Or we can go to my house right now and there you will fuck me. Which option will you choose?
<</say>>
<div class="go sex">[[Go home to Camilla|CamillaSex4-2]]</div><style>body {background-image: url(bg/punishment-room.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-punish-5.mp4" type="video/mp4">
</video>
</div>
<<say 'Camilla'>>
I think that's enough, Evan. By the way, this morning my stepsister came to see me. Oh, she's so kinky and she loves sex so much. Listen, Evan! Let's go to my house and fuck her. And if you don't want that, then I'll put the violation of corporate rules on your personnel file.
<</say>>
<div class="go sex">[[Go home to Camilla and fuck her stepsister|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>>
Note:
<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 second chapter of the game "SexMachine". This chapter will be called "Who is Joe?".
<br><br>
So please subscribe to me to support me and speed up the release of the next chapters of the game "SexMachine":
<<subscribe2>>
<</do>>
<div class="go sex">[[Boost Stacy's self-esteem|StacySex1-3]]</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-1-1.mp4" type="video/mp4">
</video>
</div>
<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 Stacey) 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, Stacey?)
<</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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-2-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-3-1.mp4" type="video/mp4">
</video>
</div>
<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-4-1.mp4" type="video/mp4">
</video>
</div>
<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) 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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-5-1.mp4" type="video/mp4">
</video>
</div>
<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-6-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex6-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-1-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-3-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-4-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sabrina/Sabrina-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SabrinaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Agatha.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Agatha.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Agatha.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Agatha.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AgathaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Agatha/Agatha-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Agatha.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Zoe.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Zoe.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Zoe.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Zoe.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|ZoeSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Zoe/Zoe-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Zoe.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<timer 2 0 0>>
<<do>>
Список квестов Zoe обновлен.
<</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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Rebecca.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Rebecca.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Rebecca.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RebeccaSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Rebecca.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Rebecca/Rebecca-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Rebecca.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest1-2]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Ruth.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Ruth.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Ruth.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Ruth.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RuthSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruth/Ruth-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Ruth.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Barbara.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Barbara.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Barbara.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Barbara.quest++;>>
<<timer 2 0 0>>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|BarbaraSexTest5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Barbara/Barbara-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Barbara.quest++;>>
<<set $bio.volunteers.waiting--;>>
<<set $bio.volunteers.done++;>>
<<timer 2 0 0>>
<<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/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-1-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex2-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex2-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex2-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex3-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex3-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex3-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-3-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex4-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex4-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex4-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-4-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex5-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex5-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex5-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex6-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex6-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|AmySex6-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Amy/Amy-6-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex1-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-1-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-3-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-4-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex6-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex6-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|VanessaSex6-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vanessa/Vanessa-6-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-3-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-4-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex6-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex6-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex6-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-6-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-1-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex1-5-2]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex1-5-3]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex1-5-4]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|RubySex1-5-5]]
</div>
<style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Ruby/Ruby-1-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex2-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex3-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-3-5.mp4" type="video/mp4">
</video>
</div>
<div class="go">
[[Next|SophiaSex3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex4-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-4-5.mp4" type="video/mp4">
</video>
</div>
<div class="go">
[[Next|SophiaSex4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex5-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex6-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex6-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|SophiaSex6-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-6-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-1-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex2-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex2-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-2-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex3-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex3-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex3-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-3-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex4-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex4-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-4-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex5-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-5-5.mp4" type="video/mp4">
</video>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex6-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex6-8]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|StacySex6-9]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Stacy/Stacy-6-5.mp4" type="video/mp4">
</video>
</div>
<<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/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex1-3]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex1-4]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex1-5]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-1-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<timer 0 20 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex2-3]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex2-4]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex2-5]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<timer 0 20 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex3-3]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex3-4]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex3-5]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<timer 0 20 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex4-3]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex4-4]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex4-5]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<timer 0 20 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex5-3]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex5-4]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex5-5]]
</div><style>body {background-image: url(bg/corridor.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go">
<<link 'Back to work' 'BioLab'>>
<<timer 0 20 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-6-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex6-3]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-6-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex6-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-6-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|MarySex6-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Mary/Mary-6-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Mary.quest++;>>
<<do>>
Mary's quest list has been updated.
<</do>>
<div class="go sleep">
<<link 'Go home and sleep (<i>start a new day</i>)'>>
<<set $t.sidebar = 1;>>
<<goto 'newDay'>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-1-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex1-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-1-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex1-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-1-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex1-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-1-5.mp4" type="video/mp4">
</video>
</div>
<<say 'Camilla'>>
I think that's enough, Evan. I hope now you will think twice before breaking the rules of the corporation.
<</say>>
<<set $p.Camilla.quest++;>>
<<do>>
Camila's quest list has been updated.
<</do>>
<div class="go sex">
[[Leave Camille's House|CamillaSex1-7]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-2-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex2-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-2-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex2-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-2-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex2-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-2-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Camilla.quest++;>>
<<do>>
Camila'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/country-road.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-3-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex3-5]]
</div><style>body {background-image: url(bg/country-road.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-3-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex3-6]]
</div><style>body {background-image: url(bg/country-road.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-3-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex3-7]]
</div><style>body {background-image: url(bg/country-road.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-3-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Camilla.quest++;>>
<<do>>
Camila'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>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-4-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex4-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-4-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex4-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-4-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex4-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-4-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Camilla.quest++;>>
<<do>>
Camila'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>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-5-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex5-4]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-5-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex5-5]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-5-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|CamillaSex5-6]]
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Camilla/Camilla-5-5.mp4" type="video/mp4">
</video>
</div>
<<set $p.Camilla.quest++;>>
<<do>>
Camila'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/testing-room.jpg);}</style>
<<set _phase = $p[$volunteer].phasesDone; >>
<div class="image">
<img src="img/test.jpg">
</div>
<<say 'Computer'>>
STATUS:
<ul>
<li>Essence of Sexuality: injected.</li>
<li>Acceptance of the essence by the organism: successful.</li>
<li>Change in the subject's physiology: confirmed.</li>
<li>Testing Phase #<<=_phase+1>>: Completed.</li>
</ul>
<</say>>
<div class="go">[[Experiment completed|afterTest]]</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>
<div class="video">
<video autoplay loop muted>
<source src="video/Harley/Harl-1.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|HarleySex-2]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Harley/Harl-2.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|HarleySex-3]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Harley/Harl-3.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|HarleySex-4]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Harley/Harl-4.mp4" type="video/mp4">
</video>
</div>
<div class="go sex">
[[Next|HarleySex-5]]
</div><style>body {background-image: url(bg/bedroom-2.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Harley/Harl-5.mp4" type="video/mp4">
</video>
</div>
<div class="go">[[The next morning|ToLab]]</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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sophia/Sophia-1-5.mp4" type="video/mp4">
</video>
</div>
<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-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-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-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-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-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-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',
'video/Amy/Amy-punish-19.mp4',
'video/Amy/Amy-punish-20.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-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-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-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-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-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'
];
>>
<<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-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-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-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-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-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'
];
>>
<<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-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-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-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-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-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'
];
>>
<<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-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-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-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-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-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'
];
>>
<<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-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-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-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-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-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'
];
>>
<<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-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-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-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-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-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'
];
>>
<<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-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-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-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-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'
];
>><<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-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-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-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-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'
];
>>
<<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-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-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-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-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'
];
>>
<<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-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-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-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-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'
];
>>
<<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-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-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-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-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'
];
>>
<<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-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-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-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-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'
];
>>
<<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/office-1.mp4',
'video/office/office-2.mp4',
'video/office/office-3.mp4',
'video/office/office-4.mp4',
'video/office/office-5.mp4',
'video/office/office-6.mp4',
'video/office/office-7.mp4',
'video/office/office-8.mp4',
'video/office/office-9.mp4',
'video/office/office-10.mp4',
'video/office/office-11.mp4',
'video/office/office-12.mp4',
'video/office/office-13.mp4',
'video/office/office-14.mp4',
'video/office/office-15.mp4',
'video/office/office-16.mp4',
'video/office/office-17.mp4',
'video/office/office-18.mp4',
'video/office/office-19.mp4',
'video/office/office-20.mp4',
'video/office/office-21.mp4',
'video/office/office-22.mp4',
'video/office/office-23.mp4',
'video/office/office-24.mp4',
'video/office/office-25.mp4',
'video/office/office-26.mp4',
'video/office/office-27.mp4',
'video/office/office-28.mp4',
'video/office/office-29.mp4',
'video/office/office-30.mp4',
'video/office/office-31.mp4',
'video/office/office-32.mp4',
'video/office/office-33.mp4',
'video/office/office-34.mp4',
'video/office/office-35.mp4'
];
>><<set
$gallery = [
'video/Harley/Harl-1.mp4',
'video/Harley/Harl-2.mp4',
'video/Harley/Harl-3.mp4',
'video/Harley/Harl-4.mp4',
'video/Harley/Harl-5.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">
<div class="video">
<video autoplay loop muted>
<source @src="$gallery[_i]" type="video/mp4">
</video>
</div>
</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">>
<div class="video">
<video autoplay loop muted>
<source @src="$gallery[_i]" type="video/mp4">
</video>
</div>
<</replace>>
<</link>>
<<link "Next >>">>
<<if _i == _total-1 >>
<<set _i = 0;>>
<<else>>
<<set _i++;>>
<</if>>
<<replace "#num">><<=_i+1>><</replace>>
<<replace "#scene">>
<div class="video">
<video autoplay loop muted>
<source @src="$gallery[_i]" type="video/mp4">
</video>
</div>
<</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
$l = {};
$l = {
0: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Deborah'],
NightClub: ['Bridget','Amanda'],
Bar: ['Joe'],
Cafe: ['Elizabeth'],
},
1: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Deborah'],
NightClub: ['Bridget','Amanda'],
Bar: ['Joe'],
Cafe: ['Elizabeth'],
},
2: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
Bar: ['Amanda'],
NightClub: ['Bridget'],
},
3: {
ComplexHillSide: ['Vivian','Daisy','Sophia','Ruth','Barbara'],
ComplexARCHhous: ['Amy','Stacy','Rebecca','Sandra'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Zoe','Joe','Deborah'],
Bar: ['Amanda'],
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','Amanda'],
University: ['Daisy','Barbara'],
Beach: ['Camilla'],
Mall: ['Mary','Zoe'],
Park: ['Sabrina','Rebecca'],
Gym: ['Agatha'],
SpaWellness: ['Ruth','Elizabeth'],
Restaurant: ['Sandra'],
ArtCentre: ['Margaret'],
SwimmingPool: ['Deborah'],
ActingClasses: ['Vivian'],
},
11: {
SexMachine: ['Amy','Vanessa','Ruby','Stacy','Joe'],
ComplexARCHhous: ['Bridget','Amanda'],
SpaWellness: ['Sophia','Elizabeth'],
University: ['Daisy'],
Beach: ['Camilla'],
Mall: ['Mary','Sabrina','Deborah'],
Gym: ['Agatha'],
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','Elizabeth'],
Mall: ['Sabrina','Sandra','Deborah'],
ActingClasses: ['Agatha'],
Park: ['Zoe'],
Cinema: ['Rebecca','Ruth'],
Beach: ['Barbara'],
HorseClub: ['Margaret'],
Restaurant: ['Amanda'],
Cafe: ['Vivian'],
},
13: {
SexMachine: ['Amy','Vanessa','Ruby','Camilla','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
University: ['Daisy','Zoe'],
Restaurant: ['Sophia','Amanda'],
Gym: ['Mary','Elizabeth'],
Mall: ['Sandra'],
YogaStudio: ['Sabrina'],
ActingClasses: ['Agatha'],
Cinema: ['Rebecca'],
ArtCentre: ['Ruth','Deborah'],
Beach: ['Barbara'],
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'],
SwimmingPool: ['Vivian','Sandra'],
SpaWellness: ['Margaret'],
Cinema: ['Amanda'],
},
15: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
ComplexARCHhous: ['Bridget'],
Gym: ['Daisy'],
University: ['Zoe'],
Cafe: ['Camilla','Deborah'],
Park: ['Mary','Elizabeth'],
Beach: ['Sabrina','Agatha'],
HorseClub: ['Rebecca'],
ArtCentre: ['Ruth'],
Mall: ['Barbara'],
SwimmingPool: ['Vivian','Sandra'],
SpaWellness: ['Margaret'],
Cinema: ['Amanda'],
},
16: {
SexMachine: ['Amy','Vanessa','Ruby','Sophia','Stacy','Joe'],
Gym: ['Daisy'],
University: ['Zoe'],
Cafe: ['Camilla','Deborah'],
ActingClasses: ['Mary'],
Beach: ['Sabrina','Amanda'],
Park: ['Bridget','Elizabeth'],
Cinema: ['Agatha','Margaret'],
HorseClub: ['Rebecca'],
Restaurant: ['Ruth'],
Mall: ['Barbara'],
YogaStudio: ['Sandra'],
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','Amanda'],
Park: ['Daisy'],
YogaStudio: ['Vanessa','Barbara'],
HorseClub: ['Ruby'],
Mall: ['Rebecca'],
ArtCentre: ['Bridget','Sophia','Elizabeth'],
SwimmingPool: ['Camilla'],
Restaurant: ['Stacy','Agatha'],
Beach: ['Mary'],
Theatre: ['Sabrina','Sandra'],
Gym: ['Zoe','Ruth'],
SpaWellness: ['Vivian','Joe'],
Bar: ['Margaret','Deborah'],
},
19: {
Cafe: ['Amy'],
Park: ['Daisy'],
YogaStudio: ['Vanessa','Barbara'],
HorseClub: ['Ruby'],
Mall: ['Sophia','Rebecca'],
SpaWellness: ['Vivian','Camilla','Joe'],
Restaurant: ['Stacy','Agatha'],
Beach: ['Mary'],
Theatre: ['Sabrina','Sandra'],
Gym: ['Zoe','Ruth'],
Bar: ['Margaret'],
Cinema: ['Deborah'],
ArtCentre: ['Bridget','Amanda','Elizabeth'],
},
20: {
Mall: ['Daisy','Sophia','Elizabeth'],
Cinema: ['Vivian','Amy','Deborah'],
Restaurant: ['Vanessa'],
HorseClub: ['Ruby'],
SpaWellness: ['Camilla'],
YogaStudio: ['Stacy'],
Theatre: ['Mary','Agatha'],
Cafe: ['Sabrina','Barbara'],
Park: ['Zoe'],
Gym: ['Rebecca'],
ArtCentre: ['Bridget','Ruth','Amanda'],
Bar: ['Joe','Sandra'],
NightClub: ['Margaret'],
},
21: {
Mall: ['Daisy','Camilla','Elizabeth'],
Cinema: ['Vivian','Amy','Amanda','Deborah'],
Restaurant: ['Bridget','Vanessa'],
Theatre: ['Sophia','Mary','Agatha'],
NightClub: ['Stacy','Margaret','Ruth'],
ComplexAlterEgo: ['Ruby'],
Cafe: ['Sabrina','Barbara'],
Park: ['Zoe','Rebecca'],
Bar: ['Joe','Sandra'],
},
22: {
ComplexHillSide: ['Daisy'],
ComplexARCHhous: ['Amy'],
ComplexSkyline: ['Sabrina','Elizabeth'],
ComplexAlterEgo: ['Ruby'],
Theatre: ['Sophia'],
Mall: ['Camilla','Zoe','Agatha'],
NightClub: ['Stacy','Ruth','Sandra','Deborah'],
Restaurant: ['Bridget','Mary','Rebecca'],
Cafe: ['Vanessa'],
Cinema: ['Vivian','Barbara','Amanda'],
Bar: ['Joe','Margaret'],
},
23: {
ComplexHillSide: ['Vivian','Daisy','Sophia'],
ComplexARCHhous: ['Amy'],
ComplexSkyline: ['Vanessa','Sabrina','Agatha','Margaret','Elizabeth'],
ComplexAlterEgo: ['Ruby','Camilla','Deborah'],
NightClub: ['Stacy','Ruth','Sandra','Amanda'],
Cafe: ['Zoe'],
Restaurant: ['Bridget','Mary','Rebecca'],
Cinema: ['Barbara'],
Bar: ['Joe'],
}
};
>>
<<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>>
The alarm clock woke you up. It's time to start the day.
<</do>>
<div class="go">
<<link 'Exit the bedroom' 'Home'>><</link>>
</div><<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'; >>
<<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:'>>
<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 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 >>
<<do>>Mall закрыты. Рабочее время: с 7:00 до 23:00 ежедневно.<</do>>
/* если открыт */
<<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-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/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>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<</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>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<</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' '9'>>
Refined girls love stylish men. But unfortunately, the goods of this store will appear only in the next updates of the SexMachine game. I should subscribe to the developer of this game if I don't want to miss the next updates:
<<subscribe2>>
<</say>>
<div class="go"><<link 'Return' 'Mall'>><</link>></div><style>body {background-image: url(bg/Mall.jpg);}</style>
<<if $t.newModels != 1>>
<<say 'You' '4'>>
Slutty girls love kinky sex. And the goods of this store will allow me to experience unforgettable feelings with these girls. However, the goods in this store are only available to subscribers of this game developer. I need to subscribe to the developer of this game if I want to access this store:
<<subscribe2>>
<</say>>
<<else>>
<<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>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<</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 -->
<</if>>
<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-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/University.jpg);}</style>
<div class="image">
<img src="city/University.jpg">
</div>
<<include 'cityModels'>>
<<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/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-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>>
/* если карта есть и не просрочена */
<<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-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>>
/* если карты нет */
<<else>>
<<can 'You can:'>>
<div class="go money">
[[Buy a monthly gym membership card (-$100)|buyGymCard]]
</div>
<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>>
<</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-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>>
/* если открыты */
<<else>>
<<include 'cityModels'>>
<<can 'You can:'>>
<div class="go acting">[[Take one acting lesson (-$20, increases your сharisma lvl))|actingLesson]]</div>
<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>>
<</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-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>>
<<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>>
<div class="video">
<video autoplay loop muted>
<source @src="_sex[$sexLink].video" type="video/mp4">
</video>
</div>
<</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>>$model's lust has increased: +2.<</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>>
<<if $p[$model]['quests'][_quest].pose >= _i >>
<<set _text = _sex[_i].text;>>
<<link _text `passage()`>>
<<set $sexLink = _i; $progressBar += 25;>>
<</link>>
<<else>>
<<set _text = '🔒 ' + _sex[_i].text;>>
<<link _text>><</link>>
<</if>>
<</capture>>
<</for>>
</div>
<<if $p[$model]['quests'][_quest].pose < _sex.length-1 >>
<div class='sex-links-info'>🔒 - keep fucking $model to unlock all positions.</div>
<</if>>
<</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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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>>
<<say 'You' '2'>>
Jewelry can be a wonderful gift that will help me attract the attention of many girls. However, the goods in this store are only available to subscribers of this game developer. I need to subscribe to the developer of this game if I want to access this store:
<<subscribe2>>
<</say>>
<<else>>
<<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>>
<<unset $buyItem;>> <<unset $buyCount;>>
<</if>>
<</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 -->
<</if>>
<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-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>>
/* если открыто */
<<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-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>>
<</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-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/Beach.jpg);}</style>
<div class="image">
<img src="city/Beach.jpg">
</div>
<<include 'cityModels'>>
<<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/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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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/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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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>>
/* если открыто */
<<else>>
<<include 'cityModels'>>
<<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>>
<</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-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/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'>>
<<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 Pokémon 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>>The wardrobe will be added to the game "SexMachine" later.<</do>>
<<subscribe>>
<<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-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>><<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. Are you suggesting that I knock on the door of the stupid cunt I hate? Well, I do not!
<</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 hate this bitch! Don't make me hang out with that stupid cunt!
<</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' '2'>>
$pModelName is only available to subscribers of this game developer. I should subscribe to the developer of this game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<subscribe>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Margaret';
>>
$bg
<<say 'You' '2'>>
$pModelName is only available to subscribers of this game developer. I should subscribe to the developer of the game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<subscribe>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Elizabeth';
>>
$bg
<<say 'You' '2'>>
$pModelName is only available to subscribers of this game developer. I should subscribe to the developer of the game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<subscribe>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Deborah';
>>
$bg
<<say 'You' '2'>>
$pModelName is only available to subscribers of this game developer. I should subscribe to the developer of the game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<subscribe>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
<<set
$bg = '<style> body {background-image: url(bg/'+$modelLoc+'.jpg);} </style>';
$pModelName = 'Amanda';
>>
$bg
<<say 'You' '2'>>
$pModelName is only available to subscribers of this game developer. I should subscribe to the developer of the game if I want to unlock $pModelName's quests:
<<subscribe2>>
<</say>>
<<subscribe>>
<div class="go"><<link 'Return' $modelLoc>><</link>></div>
$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 more than 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>>
<div class="video">
<video autoplay loop muted>
<source @src="_sex[$sexLink].video" type="video/mp4">
</video>
</div>
<</if>>
<<if $progressBar != -1>>
<<set _line = '<div class="line" style="width:' + $progressBar + '%"></div>';>>
<div class="progress-bar">
_line
<i>Arousal: $progressBar%</i>
</div>
<</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>>$model's lust has increased: +2.<</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>>
<div class="sex-links cum">
<<link '💦 Cum' `passage()`>>
<<set $progressBar = -1; $sexLink = _sex.length-1; >>
<</link>>
</div>
<<elseif $progressBar != -1 && $progressBar != 100 >>
<div class="sex-links">
<<for _i = 0; _i < _sex.length-1; _i++>>
<<capture _i>>
<<if $p[$model]['quests'][_quest].pose >= _i >>
<<set _text = _sex[_i].text;>>
<<link _text `passage()`>>
<<set $sexLink = _i; $progressBar += 25;>>
<</link>>
<<else>>
<<set _text = '🔒 ' + _sex[_i].text;>>
<<link _text>><</link>>
<</if>>
<</capture>>
<</for>>
</div>
<<if $p[$model]['quests'][_quest].pose < _sex.length-1 >>
<<do>>🔒 - keep fucking $model to unlock all positions.<</do>>
<</if>>
<</if>>
<<if !_resultLink>>
<<set _linkText = 'Leave ' + $p[$model].name + ' apartments'; >>
<div class="go">
<<link _linkText $modelLoc>><</link>>
</div>
<</if>>
<</if>>
<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/Daisy-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Daisy's quest list has been updated.<</do>>
<div class="go sleep">
<<link 'Go home and sleep (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/Daisy-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Daisy's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexHillSide'>><<set $t.sidebar = 1;>><</link>>
</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Daisy/Daisy-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Daisy's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexHillSide'>><<set $t.sidebar = 1;>><</link>>
</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/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>
<div class="video">
<video autoplay loop muted>
<source src="video/Bridget/Bridget-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Bridget's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div><style>body {background-image: url(bg/bedroom-3.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Bridget/Bridget-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Bridget's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div><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>
<div class="video">
<video autoplay loop muted>
<source src="video/Bridget/Bridget-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Bridget's quest list has been updated.<</do>>
<div class="go sleep">
<<link 'Go home and sleep (start a new day)'>>
<<set $t.sidebar = 1;>>
<<morning>>
<</link>>
</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vivian/Vivian-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Vivian's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexHillSide'>><<set $t.sidebar = 1;>><</link>>
</div><style>body {background-image: url(bg/bedroom-1.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Vivian/Vivian-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Vivian's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexHillSide'>><<set $t.sidebar = 1;>><</link>>
</div><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>
<div class="video">
<video autoplay loop muted>
<source src="video/Vivian/Vivian-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Vivian's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Vivian's house." 'ComplexHillSide'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<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-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-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'
];
>><<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-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-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'
];
>><<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-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-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'
];
>><<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>
<<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-8]]</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>>
Note: You will learn more about the «Hydra» and «Chimera» projects in the following chapters of the «SexMachine» game. So please subscribe to me to support me and speed up the release of the next chapters of the game "Sex Machine":
<<subscribe2>>
<</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>>
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-7]]</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>>
Note: 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.
<br>
<br>
Please subscribe to me to follow the releases of my new games:
<<subscribe2>>
<</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-7]]</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>><style>body {background-image: url(bg/upgrade-room.jpg);}</style>
<div style="
margin: 30px 0;
padding: 40px 0;
border-radius: 12px;
background: rgba(22, 25, 51, 100%);
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%);
">
<center>
<div style="font-family: Impact; font-size: 45px; line-height: 45px;">
SexMachine
</div>
<div style="font-size: 20px; line-height: 20px; margin-top: 14px;">
<i><nobr>Chapter 1:</nobr> <nobr>The Essence</nobr></i>
</div>
</center>
</div>
<<do>>
<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">[[I am aged 18 or over|Intro1]]</div>
<</do>>
<<can 'Changelog:'>>
<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>
<</can>>
/*$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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/Sandra-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Sandra's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Sandra's apartment." 'ComplexARCHhous'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/Sandra-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Sandra's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div>$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-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Sandra/Sandra-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Sandra's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/Amanda-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Amanda's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Amanda's apartment." 'ComplexARCHhous'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/Amanda-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Amanda's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div>$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>
<div class="video">
<video autoplay loop muted>
<source src="video/Amanda/Amanda-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Amanda's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexARCHhous'>><<set $t.sidebar = 1;>><</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Margaret/Margaret-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Margaret's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Margaret's apartment." 'ComplexSkyline'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Margaret/Margaret-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Margaret's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexSkyline'>><<set $t.sidebar = 1;>><</link>>
</div>$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>
<div class="video">
<video autoplay loop muted>
<source src="video/Margaret/Margaret-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Margaret's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexSkyline'>><<set $t.sidebar = 1;>><</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/Deborah-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Deborah's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Deborah's apartment." 'ComplexAlterEgo'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/Deborah-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Deborah's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexAlterEgo'>><<set $t.sidebar = 1;>><</link>>
</div>$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>
<div class="video">
<video autoplay loop muted>
<source src="video/Deborah/Deborah-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Deborah's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexAlterEgo'>><<set $t.sidebar = 1;>><</link>>
</div>
<<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>
<div class="video">
<video autoplay loop muted>
<source src="video/Elizabeth/Elizabeth-2-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Elizabeth's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexSkyline'>><<set $t.sidebar = 1;>><</link>>
</div><style>body {background-image: url(bg/bedroom-0.jpg);}</style>
<div class="video">
<video autoplay loop muted>
<source src="video/Elizabeth/Elizabeth-3-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Elizabeth's quest list has been updated.<</do>>
<div class="go">
<<link 'Return' 'ComplexSkyline'>><<set $t.sidebar = 1;>><</link>>
</div><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>
<div class="video">
<video autoplay loop muted>
<source src="video/Elizabeth/Elizabeth-1-1.mp4" type="video/mp4">
</video>
</div>
<<do>>Elizabeth's quest list has been updated.<</do>>
<div class="go">
<<link "Leave Elizabeth's apartment." 'ComplexSkyline'>>
<<timer 1 0 0>>
<<set $t.sidebar = 1;>>
<</link>>
</div>
/*<<run l10nStrings.savesTitle = "text";>>*/
<<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,
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 - введен код на квесты моделей для патреона
};
$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.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'
]
};
$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: 'Blow job', video: 'video/Daisy/Daisy-1-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-1-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-1-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-1-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-1-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-1-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-1-7.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: 'Blow job', video: 'video/Daisy/Daisy-2-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-2-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-2-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-2-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-2-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-2-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-2-7.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: 'Blow job', video: 'video/Daisy/Daisy-3-1.mp4'},
{text: 'Position 1', video: 'video/Daisy/Daisy-3-2.mp4'},
{text: 'Position 2', video: 'video/Daisy/Daisy-3-3.mp4'},
{text: 'Position 3', video: 'video/Daisy/Daisy-3-4.mp4'},
{text: 'Position 4', video: 'video/Daisy/Daisy-3-5.mp4'},
{text: 'Position 5', video: 'video/Daisy/Daisy-3-6.mp4'},
{text: 'Cum', video: 'video/Daisy/Daisy-3-7.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: 'Blow job', video: 'video/Bridget/Bridget-1-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-1-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-1-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-1-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-1-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-1-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-1-7.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: 'Blow job', video: 'video/Bridget/Bridget-2-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-2-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-2-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-2-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-2-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-2-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-2-7.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: 'Blow job', video: 'video/Bridget/Bridget-3-1.mp4'},
{text: 'Position 1', video: 'video/Bridget/Bridget-3-2.mp4'},
{text: 'Position 2', video: 'video/Bridget/Bridget-3-3.mp4'},
{text: 'Position 3', video: 'video/Bridget/Bridget-3-4.mp4'},
{text: 'Position 4', video: 'video/Bridget/Bridget-3-5.mp4'},
{text: 'Position 5', video: 'video/Bridget/Bridget-3-6.mp4'},
{text: 'Cum', video: 'video/Bridget/Bridget-3-7.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: 'Blow job', video: 'video/Vivian/Vivian-1-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-1-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-1-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-1-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-1-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-1-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-1-7.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: 'Blow job', video: 'video/Vivian/Vivian-2-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-2-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-2-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-2-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-2-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-2-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-2-7.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: 'Blow job', video: 'video/Vivian/Vivian-3-1.mp4'},
{text: 'Position 1', video: 'video/Vivian/Vivian-3-2.mp4'},
{text: 'Position 2', video: 'video/Vivian/Vivian-3-3.mp4'},
{text: 'Position 3', video: 'video/Vivian/Vivian-3-4.mp4'},
{text: 'Position 4', video: 'video/Vivian/Vivian-3-5.mp4'},
{text: 'Position 5', video: 'video/Vivian/Vivian-3-6.mp4'},
{text: 'Cum', video: 'video/Vivian/Vivian-3-7.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',
role: 'city',
subrole: 'subscribe',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> 0, <u><i>Lust:</i></u> 0</span>',
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: "1111Subscribe to my Subscribestar or subscribe to unlock Sandra's quests."
}
]
};
$p.Amanda = {
name: 'Amanda',
photo: 'Amanda',
role: 'city',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> 0, <u><i>Lust:</i></u> 0</span>',
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: "Subscribe to my Subscribestar or subscribe to unlock Amanda's quests."
}
]
};
$p.Margaret = {
name: 'Margaret',
photo: 'Margaret',
role: 'city',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> 0, <u><i>Lust:</i></u> 0</span>',
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: "Subscribe to my Subscribestar or subscribe to unlock Margaret's quests."
}
]
};
$p.Deborah = {
name: 'Deborah',
photo: 'Deborah',
role: 'city',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> 0, <u><i>Lust:</i></u> 0</span>',
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: "Subscribe to my Subscribestar or subscribe to unlock Deborah's quests."
}
]
};
$p.Elizabeth = {
name: 'Elizabeth',
photo: 'Elizabeth',
role: 'city',
walkthrough: '<span class="line2"><u><i>Loyalty:</i></u> 0, <u><i>Lust:</i></u> 0</span>',
quest: 0,
quests:
[
/* 0 - первая встреча */
{
quest: "Subscribe to my Subscribestar or subscribe to unlock Elizabeth's quests."
}
]
};
$cheats = {
money: 'MTjNrW58q',
essence: 'EV1p5JgJA',
gallery: 'Qd9gAp93Y',
models: 'UmoCvx7Wo'
};
>>
<<include 'city'>>
<<include 'locations'>>
/*
*/
/*
<<run console.log($l);>>
*/
<<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-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-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'
];
>><<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-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-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'
];
>><<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-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-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'
];
>><<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-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-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'
];
>><<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-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-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'
];
>><style>body {background-image: url(bg/code.jpg);}</style>
<<set _passage = passage(); >>
<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.money += 2000;
$cheatRezult = '<span><i>Cheat code accepted.</i><br> <b><u>You received: $2000.</u></b> <br><i>Note: You can use this code multiple times.</i></span>';
>>
<<elseif setup.PASS(_rawCode) === $cheats.essence>>
<<set
$bio.essence += 2000;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> <b><u>You received: 2000 oz of essence.</u></b> <br><i>Note: You can use this code multiple times.</i></span>';
>>
<<elseif setup.PASS(_rawCode) === $cheats.gallery>>
<<set
$t.showGallery = 1;
$cheatRezult = '<span><i>Cheat Code accepted.</i><br> <b><u>Now you can find the link to the Porn Gallery in the sidebar.</u></b></span>';
>>
<<elseif setup.PASS(_rawCode) === $cheats.models>>
<<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>';
>>
<<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 class='go return'><<link 'Return' $t.prewPassage>><</link>></div>