<<nobr>>
<style>
.glitch {
color: white;
font-family: 'Parisienne';
font-size: 100px;
line-height:1;
/*font-size: 8vw;*/
font-weight:600;
position: relative;
width: fit-content;
margin: 0.5em auto;
text-align:center;
}
@keyframes noise-anim {
0% {
clip: rect(66px, 9999px, 43px, 0);
}
5% {
clip: rect(3px, 9999px, 11px, 0);
}
10% {
clip: rect(64px, 9999px, 76px, 0);
}
15% {
clip: rect(57px, 9999px, 12px, 0);
}
20% {
clip: rect(88px, 9999px, 91px, 0);
}
25% {
clip: rect(1px, 9999px, 96px, 0);
}
30% {
clip: rect(42px, 9999px, 7px, 0);
}
35% {
clip: rect(56px, 9999px, 14px, 0);
}
40% {
clip: rect(1px, 9999px, 41px, 0);
}
45% {
clip: rect(30px, 9999px, 35px, 0);
}
50% {
clip: rect(69px, 9999px, 85px, 0);
}
55% {
clip: rect(86px, 9999px, 65px, 0);
}
60% {
clip: rect(77px, 9999px, 40px, 0);
}
65% {
clip: rect(66px, 9999px, 21px, 0);
}
70% {
clip: rect(41px, 9999px, 41px, 0);
}
75% {
clip: rect(96px, 9999px, 49px, 0);
}
80% {
clip: rect(95px, 9999px, 66px, 0);
}
85% {
clip: rect(46px, 9999px, 86px, 0);
}
90% {
clip: rect(97px, 9999px, 34px, 0);
}
95% {
clip: rect(8px, 9999px, 91px, 0);
}
100% {
clip: rect(100px, 9999px, 13px, 0);
}
}
@keyframes noise-anim-2 {
0% {
clip: rect(88px, 9999px, 22px, 0);
}
5% {
clip: rect(5px, 9999px, 23px, 0);
}
10% {
clip: rect(88px, 9999px, 22px, 0);
}
15% {
clip: rect(78px, 9999px, 100px, 0);
}
20% {
clip: rect(10px, 9999px, 70px, 0);
}
25% {
clip: rect(39px, 9999px, 79px, 0);
}
30% {
clip: rect(4px, 9999px, 70px, 0);
}
35% {
clip: rect(3px, 9999px, 39px, 0);
}
40% {
clip: rect(25px, 9999px, 38px, 0);
}
45% {
clip: rect(86px, 9999px, 91px, 0);
}
50% {
clip: rect(15px, 9999px, 26px, 0);
}
55% {
clip: rect(29px, 9999px, 42px, 0);
}
60% {
clip: rect(41px, 9999px, 80px, 0);
}
65% {
clip: rect(4px, 9999px, 87px, 0);
}
70% {
clip: rect(72px, 9999px, 67px, 0);
}
75% {
clip: rect(68px, 9999px, 75px, 0);
}
80% {
clip: rect(90px, 9999px, 90px, 0);
}
85% {
clip: rect(99px, 9999px, 54px, 0);
}
90% {
clip: rect(57px, 9999px, 26px, 0);
}
95% {
clip: rect(89px, 9999px, 37px, 0);
}
100% {
clip: rect(96px, 9999px, 42px, 0);
}
}
.glitch:before {
content: attr(data-text);
position: absolute;
left: -55px;
text-shadow: 1px 0 blue;
top: -10px;
padding: 10px 20px;
box-sizing: border-box;
color: white;
background: black;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim 2s infinite linear alternate-reverse;
}
.glitch:after {
content: attr(data-text);
position: absolute;
left: -50px;
text-shadow: 1px 0 blue;
top: -10px;
padding: 10px 20px;
box-sizing: border-box;
color: white;
background: black;
overflow: hidden;
clip: rect(0, 900px, 0, 0);
animation: noise-anim-2 3s infinite linear alternate-reverse;
}
.homemenu {
display:flex;
flex-wrap: wrap;
gap: 2em;
justify-content: space-between;
}
.homemenu > button:nth-child(1) {
background: rgba(var(--raspberry),1);
border:1px solid transparent;
}
.homemenu > button:nth-child(1):hover {
background: rgba(17,17,17,0.6);
border: 1px solid rgba(255,255,255,0.4);
}
.homemenu button {
font-size: x-large;
margin:0;
}
.imp {
padding:1em;
background-color: rgba(17,17,17,0.8);
border-radius:0.5em;
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.6);
}
.imp input {
color: #eee;
background-color: transparent;
border: 1px solid #444;
padding: 0.4em;
box-sizing: border-box;
max-width: 100%;
min-width: unset;
}
.version {
position: absolute;
top:0;
right:0;
padding: 20px;
margin: 0px;
text-align: center;
color: rgb(var(--raspberry));
list-style: none;
}
</style>
<div class="glitch" data-text="HATE">LOVE HOTEL</div>
<div class="version">$version</div>
<br><br>
<div class="homemenu">
<<button "Start" "chap1">><</button>>
<<button "Saves/Loads">><<run UI.saves()>><</button>>
<<button "Settings">><<run UI.settings()>><</button>>
<<button "Restart">><<run UI.restart()>><</button>>
</div>
<</nobr>><<nobr>>
<<set _pieces = {
0: {"nom": "Passion Room", "prix": 2500, "img": "loveassets/img/room0.jpg", "more" : $pieces[0]},
1: {"nom": "Sensual Suite", "prix": 3000, "img": "loveassets/img/room1.jpg", "more" : $pieces[1]},
2: {"nom": "Oasis of Love", "prix": 4000, "img": "loveassets/img/room2.jpg", "more" : $pieces[2]},
3: {"nom": "Romantic Shelter", "prix": 5000, "img": "loveassets/img/room3.jpg", "more" : $pieces[3]},
4: {"nom": "Starlight Suite", "prix": 8000, "img": "loveassets/img/room4.jpg", "more" : $pieces[4]},
5: {"nom": "Enchanting room", "prix": 5000, "img": "loveassets/img/room5.jpg", "more" : $pieces[5]}
} >>
/*
6: {"nom": "Rendez-vous Intime", "prix": 115, "img": "loveassets/img/room6.jpg", "more" : $pieces[6]},
7: {"nom": "Suite Séduction", "prix": 125, "img": "loveassets/img/room7.jpg", "more" : $pieces[7]},
8: {"nom": "Nid d'Amour", "prix": 105, "img": "loveassets/img/room8.jpg", "more" : $pieces[8]},
9: {"nom": "Chambre de Désir", "prix": 95, "img": "loveassets/img/room9.jpg", "more" : $pieces[9]},
10: {"nom": "Suite Coquine", "prix": 135, "img": "loveassets/img/room10.jpg", "more" : $pieces[10]},
11: {"nom": "Havre d'Affection", "prix": 145, "img": "loveassets/img/room11.jpg", "more" : $pieces[11]},
12: {"nom": "Suite Enchantée", "prix": 140, "img": "loveassets/img/room12.jpg", "more" : $pieces[12]},
13: {"nom": "Chambre d'Éros", "prix": 155, "img": "loveassets/img/room13.jpg", "more" : $pieces[13]},
14: {"nom": "Suite Sensation", "prix": 160, "img": "loveassets/img/room14.jpg", "more" : $pieces[14]}
*/
<</nobr>><<nobr>>
<<set $version = "0.1">>
<<set $CurDate = new Date(Date.now())>>
<<set $CurDate.setHours(6, 0, 0)>>
/*<<set $CurHour = $CurDate.getHours()>>
<<set $CurDate.setHours($CurDate.getHours() + 2)>>
*/
<<set $user = {
nom: "Lucien",
hotel : "LoveHotel",
img: "loveassets/img/user.jpg",
quete:1,
endurance:0,
star:0,
day: 0,
money: 2000,
photo: 0,
pub: 0,
fight : 1,
slide: 10,
inventory: [ ]
}>>
<<set $pieces = {
0: { buy: true, girl: "gabbie" },
1: { buy: false, girl: false},
2: { buy: false, girl: false},
3: { buy: false, girl: false },
4: { buy: false, girl: false },
5: {buy: false, girl: false },
6: {buy: false, girl: false },
7: {buy: false, girl: false },
8: {buy: false, girl: false },
9: {buy: false, girl: false },
10: {buy: false, girl: false },
11: {buy: false, girl: false },
12: {buy: false, girl: false },
13: {buy: false, girl: false },
14: {buy: false, girl: false }
} >>
/*<<set $trainingphotogirls = {
0: { buy: false },
1: { buy: false},
2: { buy: false },
3: { buy: false}
}>>*/
<<set $girls = {
"gabbie" : {
nom: "Gabbie",
"realnom":"Gabbie Carter",
"mesure": "32D-22-32",
"age": "24",
img: "loveassets/gabbie/gabbie.jpg",
cover: "loveassets/gabbie/gabbie_cover.jpg",
"salary": 1500,
recrut:false,
active:true,
piece:true,
visite: {},
quete:1,
patreon:false,
sex: []
},
"kylie" : {
nom: "Kylie",
"realnom":"Kylie Page",
"mesure": "32F-22-36",
"age": "27",
img: "loveassets/kylie/kylie.jpg",
cover: "loveassets/kylie/kylie_cover.jpg",
"salary": 2000,
recrut:true,
active:false,
piece:false,
visite: {},
quete:1,
patreon:false,
sex: [1]
},
"kennedy" : {
nom: "Kennedy",
"realnom":"Kennedy Leigh",
"mesure": "34B-24-36",
"age": "30",
img: "loveassets/kennedy/kennedy.jpg",
cover: "loveassets/kennedy/kennedy_cover.jpg",
"salary": 2500,
recrut:true,
active:false,
piece:false,
visite: { },
quete:1,
patreon:false,
sex: [0]
},
"ariana" : {
nom: "Ariana",
"realnom":"Ariana Marie",
"mesure": "32C-23-34",
"age": "31",
img: "loveassets/ariana/ariana.jpg",
cover: "loveassets/ariana/ariana_cover.jpg",
"salary": 3000,
recrut:true,
active:false,
piece:false,
visite: { },
quete:1,
patreon:true,
sex: []
},
"charity": {
nom: "Charity",
"realnom":"Charity Crawford",
"mesure": "32B-24-34",
"age": "26",
img: "loveassets/charity/charity.jpg",
cover: "loveassets/charity/charity_cover.jpg",
"salary": 1000,
recrut:false,
active:false,
piece:false,
patreon:false,
visite: {},
quete:1,
sex: [0, 5]
}
}>>
<<widget "section">>
<<script>>
$(document).ready(function() {
var sections = $('.macro-say');
var currentSection = 0;
/*sections.hide();*/
$(sections[currentSection]).addClass('active');
$( "#texthidden" ).on( "click", function() {
$(sections[currentSection]).toggleClass('active desactive');
});
$( ".nextsection" ).on( "click", function() {
currentSection++;
$(sections[currentSection - 1]).toggleClass('active desactive');
$(sections[currentSection]).toggleClass('active');
} );
});
<</script>>
<</widget>>
<<widget "backbutton">>
<div class="footermenu">
<<if not _args[0]>>
<<link "Back" `previous()`>><<unset $page>><</link>>
<<link "Hall" "hall">><<unset $page>><</link>>
<<else>>
<<link "Back" `_args[0]`>><<unset $page>><</link>>
<</if>>
/*<<toggleclass ".macro-say" "desactive" "active">>*/
<div id="texthidden"><<link "Hide">><</link>></div>
<<link "<">><</link>>
</div>
<</widget>>
/*<<widget "nextsection">>
<div class="nextsection arrow">⮞</div>
<</widget>>*/
/*<<widget "nextpage">>
<<if not _args[0]>>
<div class="arrow"><<link "⮞ ⮞" `passage()`>><<set $page++>><</link>></div>
<<else>>
<div class="arrow"><<link "⮞ ⮞" `_args[0]`>><</link>></div>
<</if>>
<</widget>>*/
<<widget "arrownex_sauvt">>
<<if _args[0] == "" || _args[0] == "0">>
<a><div class="nextsection arrow">⮞</div></a>
<<elseif parseInt(_args[0])>>
<a @data-passage=passage()><div class="arrow">⮞ ⮞<<set $page = _args[0]>></div></a>
<<else>>
<a @data-passage=_args[0]><<unset $page>><div class="arrow">⮞ ⮞</div></a>
<</if>>
<</widget>>
<<widget "arrownext">>
<<if _args[0] == "" || _args[0] == "0">>
<a class="nextsection"><div @class='"macro-text "+settings.size'>_args[1]</div></a>
<<elseif parseInt(_args[0])>>
<a class="nextpage" @data-passage=passage()><<set $page = _args[0]>><div @class='"macro-text "+settings.size'>_args[1]</div></a>
<<else>>
<a class="nextpage" @data-passage=_args[0]><<unset $page>><div @class='"macro-text "+settings.size'>_args[1]</div></a>
<</if>>
<</widget>>
<<widget "girl" container>>
<div class="macro-say boxrasp">
<div>[img[$girls[_args[1]].img]]</div>
<<arrownext _args[0] _contents>>
</div>
<</widget>>
<<widget "user" container>>
<div class="macro-say boxbice">
<div>[img[loveassets/img/user.jpg]]</div>
<<arrownext _args[0] _contents>>
</div>
<</widget>>
<<widget "say" container>>
<div class="macro-say boxbice">
<div>[img[_args[1]]]</div>
<<arrownext _args[0] _contents>>
</div>
<</widget>>
<<widget "saygirl" container>>
<div class="macro-say boxrasp">
<div>[img[_args[1]]]</div>
<<arrownext _args[0] _contents>>
</div>
<</widget>>
<<widget "talk" container>>
<div class="macro-say">
<<arrownext _args[0] _contents>>
</div>
<</widget>>
<<widget "stylemoney">>
<<set _stylemoney = "">>
<<if $user.money < _args[0]>>
<<set _stylemoney = "off">>
<</if>>
<</widget>>
<<widget "stylephoto">>
<<set _style = "">>
<<set _stylephoto = "">>
<<if $user.photo < _args[0]>>
<<set _style = "filter: grayscale(1);">>
<<set _stylephoto = "off">>
<</if>>
<</widget>>
<<widget "time">>
<<set $CurDate.setHours($CurDate.getHours() + 2)>>
<</widget>>
<<widget "money">>
<<set $user.money += _args[0]>>
<<notify>>Money [+_args[0]$]<</notify>>
<</widget>>
<<widget "delmoney">>
<<set $user.money -= _args[0]>>
<<notify>>Money [-_args[0]$]<</notify>>
<</widget>>
<<widget "skill">>
<<set $girls[_args[0]].sex.pushUnique(_args[1])>>
<<notify>>Acquired skill<</notify>>
<</widget>>
<<widget "enroll">>
<<delmoney $girls[_args[0]].salary>>
<<set $girls[_args[0]].active = true>>
<<notify>>New girl<</notify>>
<</widget>>
<<widget "enrollfree">>
<<set $girls[_args[0]].active = true>>
<<notify>>New girl<</notify>>
<</widget>>
<<widget "inventory">>
<<set $user.inventory.push(_args[0])>>
<<notify>>Item [+]<</notify>>
<</widget>>
<<widget "delinventory">>
<<set _index to $user.inventory.indexOf(_args[0])>>
<<if _index !== -1>>
<<set $user.inventory.splice(_index, 1)>>
<<notify>>Item [-]<</notify>>
<</if>>
<</widget>>
<<widget "video">>
<<script>>
$(document).ready(function() {
if (settings.mute) {
$("video").prop('muted', true);
}
});
<</script>>
<<if _args[1]>>
<video id="video" class="videobar" autoplay loop disablePictureInPicture controls controlslist="nodownload noremoteplayback noplaybackrate">>
<source @src="_args[0]" type="video/webm">
</video>
<<else>>
<video id="video" class="videobar" autoplay loop disablePictureInPicture>>
<source @src="_args[0]" type="video/webm">
</video>
<</if>>
<</widget>>
<<widget "spy">>
<<set _spytime = $CurDate - _args[0].visite.time>>
<<set _spytimedif = _spytime / (1000 * 60 * 60)>>
<<if _args[0].visite.nom>>
<<if _spytimedif >= 4>>
<<set _args[0].visite to { }>>
<<set _random= random(5, 20)>>
<<set _args[0].stress = Math.min(_args[0].stress + _random, 100)>>
<<notify>>A customer left<</notify>>
<<notify>>Stress [+_random]<</notify>>
<</if>>
<</if>>
<</widget>>
<<widget "present">>
<div class="mini">
<<if _args[0]>>
<li>[img[_args[0]]]</li>
<</if>>
<<if _args[1]>>
<<set _stylegirl = "off">>
<li>[img["loveassets/img/man.jpg"]]</li>
<<else>>
<<set _stylegirl = "">>
<</if>>
</div>
<</widget>>
<<widget "background">>
<<if _args[0]>>
<<set _newclass = "room" + _args[0]>>
<<addclass "body" _newclass>>
<<else>>
<<addclass "body" "love">>
<</if>>
<</widget>>
<<widget "love">>
/*<<love "girl" "num">>*/
<<set $girls[_args[0]].love += _args[1]>>
<<notify>>Love [+_args[1]]<</notify>>
<</widget>>
<<widget "hate">>
/*<<hate "girl" "num">>*/
<<set $girls[_args[0]].hate += _args[1]>>
<<notify>>Hate [+_args[1]]<</notify>>
<</widget>>
<</nobr>>
<<widget "dialog" container>>
<<script>>
Dialog.create("", "popov");
Dialog.wiki("_contents");
Dialog.open();
<</script>>
<</widget>>
<<widget "checkmoney">>
<<if $user.money < _args[0]>>
<<notify>>No enought Money<</notify>>
<<run Engine.backward()>>
<<else>>
<<set $user.money -= _args[0]>>
<<notify>>Money [-_args[0]$]<</notify>>
<</if>>
<</widget>>
<<widget "maintenance">>
<<switch _args[0]>>
<<case "+">>
<<set $hotels.room = Math.min($hotels.room + _args[1], 100)>>
<<notify>>Maintenance [+_args[1]]<</notify>>
<<case "-">>
<<set $hotels.room = Math.max($hotels.room - _args[1], 0)>>
<<notify>>Maintenance [-_args[1]]<</notify>>
<</switch>>
<</widget>>
<<widget "satisfaction">>
<<switch _args[0]>>
<<case "+">>
<<set $hotels.customer = Math.min($hotels.customer + _args[1], 100)>>
<<notify>>Satisfaction [+_args[1]]<</notify>>
<<case "-">>
<<set $hotels.customer = Math.max($hotels.customer - _args[1], 0)>>
<<notify>>Satisfaction [-_args[1]]<</notify>>
<</switch>>
<</widget>>
<<widget "security">>
<<switch _args[0]>>
<<case "+">>
<<set $hotels.secu = Math.min($hotels.secu + _args[1], 100)>>
<<notify>>Security [+_args[1]]<</notify>>
<<case "-">>
<<set $hotels.secu = Math.max($hotels.secu - _args[1], 0)>>
<<notify>>Security [-_args[1]]<</notify>>
<</switch>>
<</widget>>
<<widget "popularity">>
<<switch _args[0]>>
<<case "+">>
<<set $user.pub = Math.min($user.pub + _args[1], 10)>>
<<notify>>Popularity [+_args[1]]<</notify>>
<<case "-">>
<<set $user.pub = Math.max($user.pub - _args[1], 0)>>
<<notify>>Popularity [-_args[1]]<</notify>>
<</switch>>
<</widget>>
<<widget "stress">>
<<switch _args[1]>>
<<case "+">>
<<set $girls[_args[0]].stress = Math.min($girls[_args[0]].stress + _args[2], 100)>>
<<notify>>Stress [+_args[2]]<</notify>>
<<case "-">>
<<set $girls[_args[0]].stress = Math.max($girls[_args[0]].stress - _args[2], 0)>>
<<notify>>Stress [-_args[2]]<</notify>>
<</switch>>
<</widget>>
<<include "objupdate">><<nobr>>
<<unset $page>>
<<run Dialog.close();>>
<style>
.date {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
.title span {
color : rgb(var(--raspberry));
margin-left: 20px;
}
</style>
<<include event>>
<<include objclient>>
<<include objpiece>>
<<include objquete>>
<<set _numberPiece to Object.values($pieces).filter(piece => piece.buy).length>>
<<set _numberGirl to Object.values($pieces).filter(piece => piece.girl).length>>
<<set _stars = "">>
<<for _i to 0; _i lt 5; _i++>>
<<if _i < $user.star>>
<<set _stars += "★ ">>
<<else>>
<<set _stars += "☆ ">>
<</if>>
<</for>>
<div class="date">Day: <<=$user.day>> / <<= $CurDate.toLocaleString("en-US", { weekday: "long", hour: "numeric", minute: "2-digit" })>><<link "Time+" "hall">><<time>><</link>>|<<link "Sleep" "nuit">><</link>>
</div>
@@.map;
/*etage */
<div class="mapfloor">
<ul class="link">
<li><a data-passage="hall" class="link-internal macro-link linkactive">First floor</a></li>
<li><a data-passage="hall2" class="link-internal macro-link">Second floor</a></li>
<li><a data-passage="utilsroom" class="link-internal macro-link">Basement</a></li>
<<if $user.quete == 19>>
<li><a data-passage="viktorrun" class="link-internal macro-link">Viktor's hotel base</a></li>
<<elseif $user.quete >= 19 and $signviktor>>
<li><a data-passage="viktorbase" class="link-internal macro-link">Viktor's hotel door</a></li>
<<elseif $user.quete >= 19 and not $signviktor>>
<li><a data-passage="viktorfree" class="link-internal macro-link">Viktor's hotel free</a></li>
<<else>>
<li><a data-passage="" class="link-internal macro-link">Viktor's hotel</a></li>
<</if>>
</ul>
</div>
/*salon */
<div class="mapsubmenu">
<li class="mapstats">
<ul>
<li><h4>Money</h4></li>
<li><big>$<<=$user.money>></big></li>
</ul>
<ul>
<li><h4>Rooms</h4></li>
<li><big>_numberPiece</big></li>
</ul>
<ul>
<li><h4>Girls</h4></li>
<li><big>_numberGirl</big></li>
</ul>
</li>
<li>[img[loveassets/img/salon.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title"><<=$user.hotel>><span><<=_stars>></span></li>
<li>ⓘ <<= _quetes["user"][$user.quete]>></li>
</ul>
<ul class="link">
<li><<link "Recruit" "recrut">><</link>></li>
<li><<link "Computer" "computer">><</link>></li>
/*<li><<link "Work (photograph)" "photo">><</link>></li>*/
<li><<link "Work" "game">><</link>></li>
<li><<link "Customers" "client">><</link>></li>
</ul>
</li>
</div>
/*ajouter piece non libre exemple bdsm room et la piece ou les filles vont changer souvent */
/*boucle piece */
<<for _index, _key range _pieces>>
<<set _style = "filter: grayscale(1);">>
<<stylemoney _key.prix>>
<div class="mapsubmenu">
<li class="mapstats">
<<if _key.more.buy>>
<<set _style = "filter: sepia(1);">>
<<if _key.more.girl>>
<<set _style = "">>
<<spy $girls[_key.more.girl]>>
<ul>
<li><h4>Salary</h4></li>
<li><big><<=$girls[_key.more.girl].salary>></big></li>
</ul>
<</if>>
<<else>>
<ul>
<li><small>Price</small></li>
<li><big><<=_key.prix>></big></li>
</ul>
<</if>>
</li>
<li @style=_style>[img[_key.img]]</li>
<<present $girls[_key.more.girl].img $girls[_key.more.girl].visite.nom>>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<<if _key.more.buy && _key.more.girl>>
<<if $girls[_key.more.girl].quete>>
<li>ⓘ <<= _quetes[_key.more.girl][ $girls[_key.more.girl].quete]>></li>
<</if>>
<</if>>
</ul>
<ul class="link">
<<capture _index _key>>
<<if _key.more.buy>>
<<if _key.more.girl && $girls[_key.more.girl].stress > 80>>
<li><<link "Relax" "girlrelax">><<set $girl = _key.more.girl>><</link>></li>
<li><<link "Stats" "girlstats">><<set $girl = _key.more.girl>><<set $background = _index>><</link>></li>
<<elseif _key.more.girl>>
<li @class=_stylegirl><<link "Talk to <<=$girls[_key.more.girl].nom>>" `"talk_" + _key.more.girl+ $girls[_key.more.girl].quete`>><<set $background = _index>><</link>></li>
<li>
<<link "Spy" `"spy_"+_key.more.girl`>>
<<set $visite = $girls[_key.more.girl].visite.nom>>
<<set $background = _index>>
<</link>>
</li>
<<if $user.quete >= 9>>
<li>
<<link "Photo" `"photo_"+_key.more.girl`>>
<<set $visite = $girls[_key.more.girl].visite.nom>>
<<set $background = _index>>
<</link>>
</li>
<</if>>
<li><<link "Stats" "girlstats">><<set $girl = _key.more.girl>><<set $background = _index>><</link>></li>
<<else>>
<li><<link "Assign" "assign">><<set $mypiece = _index>><</link>></li>
<</if>>
<<else>>
<<if $user.money < _key.prix>>
<li class="off"><<link "Not enough money">><</link>></li>
<<else>>
<li><<link "Buy" "hall">><<delmoney _key.prix>><<set $pieces[_index].buy = true>><</link>></li>
<</if>>
<</if>>
<</capture>>
</ul>
</li>
</div>
<</for>>
@@
<</nobr>><<nobr>>
<<set $CurDate.setHours(6, 0, 0)>>
<<set $user.slide = 10>>
<<set _passe = "hall">>
<<backbutton>>
<<switch $user.quete>>
<<case 3 4 5 7 8 9 10 11 12 13 17>>
<<set _passe = "talk_user"+$user.quete>>
<</switch>>
@@#media;
/*[img[loveassets/img/nuit.jpg]]*/
<<video "loveassets/img/gif/sleep.webm">>
<li class="mapmenu">
<ul>
<li class="title">Good night little ones</li>
<li><<link "Morning" _passe>><<set $user.day++>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<include "objshop">>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer > ul{
position:relative;
list-style:none;
text-align:center;
margin:0px;
padding: 0.5em 0 0.5em 0;
display: flex;
flex-direction: column;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
border-radius:0.5em;
overflow:hidden;
}
.computer img {
width: 60px;
}
/*.computer ul > li:nth-child(1){
height:36px;
width:36px;
}*/
.computer ul > li:nth-child(2){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.price {
position: absolute;
top : 0;
right: 0;
padding:5px;
background-color: rgb(var(--raspberry));
}
.computer .sell {
cursor: pointer;
background-color: rgba(17, 17, 17, 0.2);
text-decoration: none;
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<<for _item range _shop>>
<<if !$user.inventory.includes(_item.id)>>
<ul>
<li>
<<capture _item.price, _item.id>>
<<link [img[_item.img]["shop"]]>>
<<if $user.money >= _item.price>>
<<set $user.money -= _item.price>>
<<inventory _item.id>>
<<else>>
<<notify>>No money<</notify>>
<</if>>
<</link>>
<</capture>>
</li>
<li><<= _item.name>></li>
<li class="price">$<<= _item.price>></li>
</ul>
<<else>>
<ul class="sell">
<li>[img[_item.img]]</li>
<li><<= _item.name>></li>
</ul>
<</if>>
<</for>>
</div>
<div class="pcbar">
<<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<<include objphotogirl>>
/*boucle girl */
<<backbutton "hall">>
@@.mapgirl;
<div class="mapsubmenu">
<li @style=_style>[img[loveassets/img/photo.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Training</li>
<li>Vous pouvez, vous former en regardant les photos d'autre photograph, c'est photo seront en noir et blanc pour les voir en couleur il faudras les acheters.</li>
<li><<link "Training" "phototraining">><</link>></li>
</ul>
</li>
</div>
<<for _index, _key range _girls>>
<<capture _key>>
<<if _key.more.active>>
<<stylephoto _key.training>>
<div class="mapsubmenu">
<li class="mapstats">
<ul>
<li><small>Salary</small></li>
<li><big>_key.salary</big></li>
</ul>
</li>
<li @style=_style>[img[loveassets/img/girl1.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<li>_key.realnom / _key.age years old</li>
<li>Mensurations: _key.mesure</li>
<li>_key.plot</li>
<li @class=_stylephoto><<link "Faite une seance <span class='tip'>[$user.photo/_key.training]</span>" "photo2">><</link>></li>
</ul>
</li>
</div>
<</if>>
<</capture>>
<</for>>
@@
<</nobr>><<nobr>>
<style>
</style>
<<backbutton "start">>
<div class="text"><p>
You're a carefree young man, living in a peaceful town where time seems to flow tranquilly. You grew up in a distant relationship with your father, a man absorbed by his work, often absent, leaving a void in your heart that you learned to fill with your own dreams.
Not long ago, life took an unexpected turn with the recent death of your father. This sudden departure revived unresolved questions from your childhood and left an even greater emptiness in your heart.
One day, shortly after his death, you receive a letter in the mail, addressed to you, signed by your father's hand. The discovery of this letter arouses a mixture of curiosity and apprehension in you. You delicately open the envelope, still unaware of the moving revelations that await you inside.
</p></div>
<</nobr>>
<<button "Read the letter" "chap2">><</button>><<nobr>>
<<backbutton>>
<<if ndef $fightpage>>
<<set $fightpage = 0>>
<</if>>
<style>
.versus {
position:absolute;
top:2em;
left: 0;
right: 0;
margin:2em;
gap:2em;
}
.block {
display:flex;
line-height: 2;
width:20%;
padding: 2em;
background-color: rgba(17,17,17, 0.6);
flex-direction: column;
align-items: center;
border-radius:10px;
box-shadow: 0px 0px 2px -1px #000000ee;
}
.hurt {
animation: flashEffect 2s linear;
}
#attack {
display: block;
background-color: red;
height:100%;
width : 100%;
}
#slider-container {
width: 100%;
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
@keyframes flashEffect {
0%, 100% {
background-color: black;
}
50% {
background-color: #8B0000;
}
}
</style>
<<script>>
$(document).ready(function() {
State.temporary.fight = {
user: {},
enemy: {}
};
let multiplier = Math.pow(1.1, State.variables.user.fight);
let enemymultiplier = Math.pow(1.25, State.variables.user.enemy);
State.temporary.fight = {
user: {
life: Math.round(State.variables.fight.user.life * multiplier),
atk: Math.round(State.variables.fight.user.atk * multiplier)
},
enemy: {
life: Math.round(State.variables.fight.enemy.life * enemymultiplier * (0.8 + Math.random() * 0.4)),
atk: Math.round(State.variables.fight.enemy.atk * enemymultiplier * (0.8 + Math.random() * 0.4))
}
};
function updateStats() {
$("#userhp").text(State.temporary.fight.user.life);
$("#useratk").text(State.temporary.fight.user.atk);
$("#enemyhp").text(State.temporary.fight.enemy.life);
$("#enemyatk").text(State.temporary.fight.enemy.atk);
}
function flashEffect() {
$("#media").addClass("hurt");
setTimeout(function() {
$("#media").removeClass("hurt");
}, 500);
}
var attaquesEnnemi = {
"haut": "The enemy throws a direct punch!",
"gauche": "The enemy strikes to the left!",
"droite": "The enemy strikes to the right!"
};
var attaquesJoueur = {
"haut": "You throw a direct punch!",
"gauche": "You strike to the left!",
"droite": "You strike to the right!"
};
var enDefense = true;
var tourEnCours = false;
var timerInterval;
function attaqueAleatoire() {
var keys = Object.keys(attaquesEnnemi);
return keys[Math.floor(Math.random() * keys.length)];
};
function attaqueReussie() {
return Math.random() < 0.75;
};
function prochainTour() {
enDefense = !enDefense;
attaque = miseAJourTexteAttaque();
$("progress").val(0);
if (State.temporary.fight.user.life <= 0) {
State.variables.fightpage = 2;
State.variables.fight.user.life = 0;
Engine.show();
return;
}
if (State.temporary.fight.enemy.life <= 0) {
State.variables.fightpage = 1;
State.variables.fight.user.life = Math.round(State.temporary.fight.user.life / multiplier);
Engine.show();
return;
}
demarrerTour();
};
function miseAJourTexteAttaque() {
if (enDefense) {
var attaque = attaqueAleatoire();
$("#combatTexte").text(attaquesEnnemi[attaque]);
$("#action1").text("Block").data("choice", "haut");
$("#action2").text("Dodge to the left").data("choice", "droite");
$("#action3").text("Dodge to the right").data("choice", "gauche");
return attaque;
} else {
$("#combatTexte").text("It's your turn to attack!");
$("#action1").text("Direct punch").data("choice", "haut");
$("#action2").text("Strike to the left").data("choice", "gauche");
$("#action3").text("Strike to the right").data("choice", "droite");
return null;
}
};
var attaque = miseAJourTexteAttaque();
$(".action").click(function() {
var choix = $(this).data("choice");
$("progress").stop();
if (enDefense) {
if (choix === attaque) {
$("#combatTexte").text("You successfully blocked the attack!");
} else {
$("#combatTexte").text("You failed to block the attack!");
/*State.temporary.fight.user.life -= State.temporary.fight.enemy.atk;*/
State.temporary.fight.user.life = Math.max(0, State.temporary.fight.user.life - State.temporary.fight.enemy.atk);
flashEffect();
$("#userhp").text(State.temporary.fight.user.life);
}
} else {
if (attaqueReussie()) {
$("#combatTexte").text(attaquesJoueur[choix] + " You hit the enemy!");
/*State.temporary.fight.enemy.life -= State.temporary.fight.user.atk;*/
State.temporary.fight.enemy.life = Math.max(0, State.temporary.fight.enemy.life - State.temporary.fight.user.atk);
flashEffect();
$("#enemyhp").text(State.temporary.fight.enemy.life);
} else {
$("#combatTexte").text(attaquesJoueur[choix] + " You missed the enemy!");
}
}
setTimeout(prochainTour, 2000);
});
function demarrerTour() {
$("progress").animate({ value: 1 }, {
duration: 6000,
step: function(value) {
this.value = value;
},
complete: function() {
var actionElement = $(".action")[0];
if (actionElement) {
actionElement.click();
}
}
});
};
updateStats();
demarrerTour();
});
<</script>>
<<switch $fightpage>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/vs.jpg]]</li>
<li class="versus">
<div class="block"><span class="blue">$user.nom</span>
<span>HP: <span id="userhp"><<=$fight.user.life>></span></span>
<span>ATK: <span id="useratk"><<=$fight.user.atk>></span></span>
<span>XP: <span><<=$user.fight>></span></span>
</div>
<div class="vs">VS</div>
<div class="block"><span class="red">Enemy</span>
<span>HP: <span id="enemyhp"><<=$fight.enemy.life>></span></span>
<span>ATK: <span id="enemyatk"><<=$fight.enemy.atk>></span></span>
</div>
</li>
<li class="mapmenu">
<ul>
<li class="title">Fight</li>
<li><progress id="time-slider" value="0" max="1"></progress></li>
<li><div id="combatTexte"></div></li>
<ul class="link">
<li><a id="action1" class="action link-internal macro-link" data-choice="haut">Bloquer en haut</a></li>
<li><a id="action2" class="action link-internal macro-link" data-choice="gauche">Esquiver à gauche</a></li>
<li><a id="action3" class="action link-internal macro-link" data-choice="droite">Esquiver à droite</a></li>
</ul>
/*<li><<link "Back" `previous()`>><<unset $fightpage>><</link>></li>*/
</ul>
</li>
@@
<<case 1>>
<<set _video = ["loveassets/img/win/1.webm", "loveassets/img/win/2.webm", "loveassets/img/win/3.webm", "loveassets/img/win/4.webm", "loveassets/img/win/5.webm"].random()>>
@@#media;
<<video _video>>
<li class="mapmenu">
<ul>
<li class="title">Fight</li>
<li>You win!</li>
<li><<link "Continue" `$fight.passage`>><<set $page += 2>><<unset $fightpage>><</link>></li>
</ul>
</li>
@@
<<set $user.fight += 1>>
<<case 2>>
<<set _video = ["loveassets/img/lose/1.webm", "loveassets/img/lose/2.webm", "loveassets/img/lose/3.webm", "loveassets/img/lose/4.webm", "loveassets/img/lose/5.webm"].random()>>
@@#media;
<<video _video>>
<li class="mapmenu">
<ul>
<li class="title">Fight</li>
<li>You lose!</li>
/*<li><<link "Retry" `passage()`>><<unset $fightpage>><</link>></li>*/
<li><<link "Continue" `$fight.passage`>><<set $page += 1>><<unset $fightpage>><</link>></li>
</ul>
</li>
@@
<<set $user.fight += 1>>
<</switch>>
<</nobr>><<link "Schedule">>…<</link>>
<<link "Save/Load">><<run UI.saves()>><</link>>
<<link "Restart">><<run UI.restart()>><</link>>
<<link "<">><<run UIBar.stow()>><</link>><<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/kennedy/1/kennedy01.webm" 0>>
<<user 0>>Hello, please introduce yourself.<</user>>
<<girl 0 "kennedy">>Hello, my name is Kennedy, I'm 30 years old, and, well... I've never worked in a love hotel before, so I'm not sure what else to say.<</girl>>
<<user 0>>That's okay. In any case, you already have the looks for working here. But tell me, if I were a client, why should I choose you?<</user>>
<<girl 0 "kennedy">><cite>Um...</cite> I think I'm cute... and I like to please.<</girl>>
<<user 0>>A bit light as an answer, but okay. Have you ever worked in the charm industry before?<</user>>
<<girl 1 "kylie">>Yes, I’ve done some charm photography, but that’s about it.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/1/kennedy02.webm" 0>>
<<user 0>>If you don't mind, I'd like to see your body. Could you please undress?<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> I'm sorry, I'm a bit uncomfortable.<</girl>>
<<user 0>>Okay... Do you know that you’re applying to work in a love hotel?<</user>>
<<girl 0 "kennedy">><cite>Um</cite> Yes... sorry, I’m a bit shy.<</girl>>
<<user 0>>If you don't want to, I won't force you, but I'm looking for girls... how should I put it, more open sexually.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> No, no problem, I’ll undress.<</girl>>
<<user 0>>Alright... you know, you’ll need to loosen up, are you sure you want to work here?<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Yes... sorry, it's easier with the clients.<</girl>>
<<user 2>><cite>Um</cite> If you say so, but I have doubts.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/1/kennedy03.webm" 0>>
<<user 0>>Magnificent, turn around please.<</user>>
<<user 0>><cite>Um</cite> Take off your panties too.<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Really!<</girl>>
<<user 0>>We can stop if you want.<</user>>
<<girl 3 "kennedy">>No, no.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/1/kennedy04.webm">>
<<user 0>>Oh damn.<</user>>
<<girl 0 "kennedy">><cite>Surprised</cite> What!<</girl>>
<<user 0>>Nothing, nothing, show me more.<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite><</girl>>
<<user 0>><cite>Ahem</cite> Do you want to stop the interview? I’m not going to lie, you seem a bit too shy to work here.<</user>>
<<girl 4 "kennedy">>Sorry $user.nom, give me a chance, I will improve, I promise.<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/1/kennedy05.webm">>
<<girl 0 "kennedy">>Like this!<</girl>>
<<user 0>>Perfect.<</user>>
<<user 5>>That's good, you can sit down now, thank you.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<girl 0 "kennedy">>So, what do you think? Do I get the job?<</girl>>
<<user 0>><cite>Think.</cite> I'm not sure, your timidity might be an issue.<</user>>
<<girl 6 "kennedy">>No... no, I assure you, the clients will be thrilled. Do you want me to prove it to you?<</girl>>
@@
<<case 6>>
<<dialog>>
<<link "Yes" "recrut_kennedy">><<set $page=8>><</link>>
<<link "No" "recrut_kennedy">><<set $page=7>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 7>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<user 0>>No, that's not necessary, thank you. I trust you.<</user>>
<<girl 13 "kennedy">>Thank you, $user.nom.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<user 0>>So now I'm curious to know how you're going to prove that to me.<</user>>
<<girl 0 "kennedy">><cite>Whispers</cite>I can suck your dick, $user.nom!<</girl>>
<<user 0>><cite>Surprised</cite>...<</user>>
<<talk 9>>While you're thinking, Kennedy is already on her knees with her mouth open, you can just enjoy.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/1/kennedy1.webm" 1>>
<<girl 0 "kennedy">><cite>Gulp Glup</cite><</girl>>
<<user 10>>Hoo perfect.<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/1/kennedy2.webm" 1>>
<<girl 0 "kennedy">><cite>Gulp Glup</cite><</girl>>
<<user 11>><cite>Breathe hard</cite><</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/1/kennedy3.webm" 1>>
<<user 12>>Ahhhhh.<</user>>
<<user 12>>Ooh Aaaaaaah.<</user>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/1/kennedy08.webm">>
<<user 0>>Oh damn, wait, I must have something to clean you up with somewhere.<</user>>
<<girl 0 "kennedy">>Was it good?<</girl>>
<<user 0>><cite>UM</cite>Yes, it was perfect, the clients will be thrilled.<</user>>
<<girl 13 "kennedy">><cite>Smiles</cite><</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/1/kennedy07.webm">>
<<user 0>>To finish, do you have any questions?<</user>>
<<girl 0 "kennedy">>You know, this is the first time I'm working in a Love Hotel, I just hope I meet expectations.<</girl>>
<<girl 0 "kennedy">>Do you have any advice to help me be a bit less shy?<</girl>>
<<user 0>><cite>Um</cite>Not really, just do your best. As long as you make the clients happy, that's all that matters, and from what I've seen, you have everything you need.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite>Thank you, $user.nom.<</girl>>
<<user 0>><cite>Um</cite>I hope you'll do a great job, I'm counting on you. You’re hired, welcome to $user.hotel.<</user>>
<<girl 0 "kennedy">>Really? Thank you, this is great.<</girl>>
<<user "hall">>Yes, once I assign you a room, you can start. Do a good job...<</user>>
@@
<<set $girls.kennedy.quete = 1>>
<<enroll "kennedy">>
<</switch>>
<</nobr>><<backbutton>><<nobr>>
<<section>>
<<backbutton "warning">>
@@#media;
<<video"loveassets/intro/route.webm">>
<<user 0>>It's far, far away...<</user>>
<<user 0>>Honestly, I don't know what got into me, what an idea.<</user>>
<<user 0>>A fresh start, who doesn't dream of it.<</user>>
<<user 0>>I'm getting tired... maybe I should stop and take a break.<</user>>
<<user 0>>Hmm... Love Hotel Street, I'm almost there.<</user>>
<<user "couloir">>Finally arrived, I hope everything will go well.<</user>>
@@
<</nobr>><<set _girls = {
"gabbie": {
"id": "gabbie",
"nom": "Gabbie",
"realnom":"Gabbie Carter",
"mesure": "32D-22-32",
"age": "24",
"salary": 1700,
"talk": "talk_gabbie",
"replay": "replay_gabbie",
"spy": "spy_gabbie",
"recrut": "recrut_gabbie",
"enroll": [20, 10, 30, 25, 15],
"more" : $girls["gabbie"]
},
"kylie": {
"id":"kylie",
"nom": "Kylie",
"realnom":"Kylie Page",
"mesure": "32F-22-36",
"age": "27",
"salary": 2000,
"talk": 70,
"spy": 55,
"talk": "talk_kylie",
"replay": "replay_kylie",
"spy": "spy_kylie",
"recrut": "recrut_kylie",
"enroll": [0, 1, 2, 1, 0],
"more" : $girls["kylie"]
},
"kennedy": {
"id": "kennedy",
"nom": "Kennedy",
"realnom":"Kennedy Leigh",
"mesure": "34B-24-36",
"age": "30",
"salary": 2000,
"talk": "talk_kennedy",
"replay": "replay_kennedy",
"spy": "spy_kennedy",
"recrut": "recrut_kennedy",
"enroll": [1, 1, 1, 1, 1],
"more" : $girls["kennedy"]
},
"ariana": {
"id":"ariana",
"nom": "Ariana",
"realnom":"Ariana Marie",
"mesure": "32C-23-34",
"age": "31",
"salary": 2500,
"talk": 60,
"spy": 50,
"talk": "talk_ariana",
"replay": "replay_ariana",
"spy": "spy_ariana",
"recrut": "recrut_ariana",
"enroll": [3, 3, 0, 3, 1],
"more" : $girls["ariana"]
},
"charity": {
"id":"charity",
"nom": "Charity",
"realnom":"Charity Crawford",
"mesure": "32B-24-34",
"age": "26",
"salary": 2600,
"talk": 60,
"spy": 50,
"talk": "talk_charity",
"replay": "replay_charity",
"spy": "spy_charity",
"recrut": "recrut_charity",
"enroll": [3, 3, 0, 3, 1],
"more" : $girls["charity"]
}
}>><<nobr>>
<<if $CurDate.getHours() >= 23 || $CurDate.getHours() < 6 >>
<<goto "nuit">>
<</if>>
/*<<set $user.quete = 5>>*/
<</nobr>><<nobr>>
<<include objquete>>
<style>
.computer {
line-height:1;
color:white;
background-image: url(loveassets/img/windows-10-wallpaper.jpg);
background-attachment: scroll;
background-size: cover;
height: calc(100% - 40px - 0.5em);
padding: 2em;
overflow: auto;
}
.pcbar {
position: fixed;
color:white;
bottom: 0;
left: 0;
right: 0;
line-height: 40px;
padding: 0.5em 1em;
background: #004172;
}
.tabs {
display: flex;
flex-wrap: wrap;
}
.tabs ul, tabs li {
margin:0;
padding:0;
}
#tabs-titles li{
cursor:pointer;
text-align:center;
padding: 10px;
margin: 20px 0;
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.2);
}
#tabs-titles img {
height:80px;
width:80px;
border-radius: 50%;
object-fit: cover;
}
#tabs-titles li.current{
font-weight:bolder;
color: rgb(var(--raspberry));
}
#tabs-contents{
flex: auto;
text-align: center;
}
#tabs-contents li{
display:none;
line-height: 2;
}
#tabs-contents li:first-child{
display:block;
}
.questdone {
text-decoration: line-through;
opacity:0.8;
}
.questnext {
opacity:0.5;
}
.questin {
text-decoration: underline;
}
</style>
<script>
var tabs = $('#tabs-titles li');
var contents = $('#tabs-contents li');
tabs.bind('click',function(){
contents.hide();
tabs.removeClass('current');
$(contents[$(this).index()]).show();
$(this).addClass('current');
});
</script>
<<widget "forquest">>
<div>
<h2>Quest _args[0].nom</h2>
<<for _i, _item range _args[1]>>
<<if _args[0].quete == _i>>
<span class="questin"><<=_i>>: <<=_item>><br></span>
<<elseif _args[0].quete > _i>>
<span class="questdone"><<=_i>>: <<=_item>><br></span>
<<else>>
<span class="questnext"><<=_i>>: <<=_item>><br></span>
<</if>>
<</for>>
</div>
<</widget>>
<<backbutton>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-titles">
<li class="current">
$user.nom
</li>
<li>
$girls["gabbie"].nom
</li>
<li>
$girls["kylie"].nom
</li>
<li>
$girls["kennedy"].nom
</li>
<li>
$girls["ariana"].nom
</li>
<li>
$girls["charity"].nom
</li>
<li>
$girls["macy"].nom
</li>
<li>
$girls["whitney"].nom
</li>
</ul>
<ul id="tabs-contents">
<li>
<<forquest $user _quetes["user"]>>
</li>
<li>
<<forquest $girls["gabbie"] _quetes["gabbie"]>>
</li>
<li>
<<forquest $girls["kylie"] _quetes["kylie"]>>
</li>
<li>
<<forquest $girls["kennedy"] _quetes["kennedy"]>>
</li>
<li>
<<forquest $girls["ariana"] _quetes["ariana"]>>
</li>
<li>
<<forquest $girls["charity"] _quetes["charity"]>>
</li>
<li>
<<forquest $girls["macy"] _quetes["macy"]>>
</li>
<li>
<<forquest $girls["whitney"] _quetes["whitney"]>>
</li>
</ul>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer ul{
list-style:none;
text-align:center;
margin:0px;
padding: 1em 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
border-radius:0.5em;
overflow: hidden;
}
.computer ul > li:nth-child(1){
height:36px;
width:36px;
}
.computer ul > li:nth-child(2){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.computer a ul:hover {
cursor: pointer;
background-color: rgba(17, 17, 17, 0.2);
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
</style>
<<backbutton "hall">>
@@#media;
<div class="computer">
<a data-passage="quest">
<ul>
<li>[img[loveassets/img/icon/pc_quest.png]]</li>
<li>Quest</li>
</ul>
</a>
<a data-passage="stats">
<ul>
<li>[img[loveassets/img/icon/pc_stats.png]]</li>
<li>Stats</li>
</ul>
</a>
<a data-passage="pub">
<ul>
<li>[img[loveassets/img/icon/pc_pub.png]]</li>
<li>Publicity</li>
</ul>
</a>
<a data-passage="inventory">
<ul>
<li>[img[loveassets/img/icon/pc_inventory.png]]</li>
<li>Inventory</li>
</ul>
</a>
<a data-passage="shop">
<ul>
<li>[img[loveassets/img/icon/pc_shop.png]]</li>
<li>Shop</li>
</ul>
</a>
<a data-passage="public">
<ul>
<li>[img[loveassets/img/icon/pc_key.png]]</li>
<li>Cheat</li>
</ul>
</a>
/* <a data-passage="money_patreon">
<ul>
<li>[img[loveassets/img/icon/pc_key.png]]</li>
<li>Cheat</li>
</ul>
</a>*/
<a data-passage="public">
<ul>
<li>[img[loveassets/img/icon/pc_replay.png]]</li>
<li>Replay</li>
</ul>
</a>
/*<a data-passage="pcreplay">
<ul>
<li>[img[loveassets/img/icon/pc_replay.png]]</li>
<li>Replay</li>
</ul>
</a>*/
<a data-passage="about">
<ul>
<li>[img[loveassets/img/icon/pc_about.png]]</li>
<li>About</li>
</ul>
</a>
<a onclick="SugarCube.UI.saves()">
<ul>
<li>[img[loveassets/img/icon/pc_save.png]]</li>
<li>Saves/Loads</li>
</ul>
</a>
<a onclick="SugarCube.UI.settings()">
<ul>
<li>[img[loveassets/img/icon/pc_setting.png]]</li>
<li>Settings</li>
</ul>
</a>
<a onclick="SugarCube.UI.restart()">
<ul>
<li>[img[loveassets/img/icon/pc_restart.png]]</li>
<li>Restart</li>
</ul>
</a>
<<if $user.quete == 2>>
<a data-passage="note">
<ul>
<li>[img[loveassets/img/icon/pc_note.png]]</li>
<li>Accounts</li>
</ul>
</a>
<</if>>
</div>
<div class="pcbar"><<link "Back" "hall">><</link>></div>
@@
<</nobr>><<nobr>>
<<section>>
<<backbutton "couloir">>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/1/gabbie01.webm">>
<<girl 0 "gabbie">>Hello.<</girl>>
<<user 0>>Oh, sorry! I...<</user>>
<<girl 0 "gabbie">>Come here, my little bunny.<</girl>>
<<user 0>>Uh... there's a mistake... I'm the son of the...<</user>>
<<girl 1 "gabbie">>Come on, don't make me wait. Come to Mommy!<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/1/gabbie02.webm">>
<<user 0>>Uh... Oh damn.<</user>>
<<girl 0 "gabbie">>Come on, my little bunny, I know you want it.<</girl>>
<<user 2>>Uh...<</user>>
<<case 2>>
@@#media;
<<video "loveassets/gabbie/1/gabbie03.webm">>
<<girl 0 "gabbie">>Don't you like what you see?<</girl>>
<<user 0>>Uh... yes, but no, there's been a mistake.<</user>>
<<user 3>>I am...<</user>>
@@
<<case 3>>
<<dialog>><h2>Enter Name</h2><<textbox "$user.nom" "Lucien">><<link "Next" "rencontre">><<set $page = 4>><<run Dialog.close();>><</link>><</dialog>>
<<case 4>>
@@#media;
<<video "loveassets/gabbie/1/gabbie04.webm">>
<<user 0>>I'm $user.nom, I'm here to see my father's hotel...<</user>>
<<girl 0 "gabbie">>Oh my God, $user.nom. Finally, you're here.<</girl>>
<<user 0>>Yes, can you get dressed, please?<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite> You're funny.<</girl>>
<<girl 0 "gabbie">>I'm really glad to see you.<</girl>>
<<user 0>>Yes... yes... can we talk, "more dressed," please?<</user>>
<<girl 0 "gabbie">>Don't worry about that. I'll give you a quick tour of your hotel?<</girl>>
<<user 0>>Okay.<</user>>
<<girl 6 "gabbie">>Follow me.<</girl>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/salon.jpg]]
<<girl 0 "gabbie">>For now, many rooms are closed, but I’m counting on you to renovate them and hire many girls.<</girl>>
<<girl 0 "gabbie">>Here is your office, this is where everything happens. I did a bit of cleaning, but I'm not very good at it.<</girl>>
<<girl 0 "gabbie">>The best thing is for you to handle the management and maintenance of the hotel, while I take care of the clients...<</girl>>
<<user 0>><cite>Um</cite> Yes... said like that.<</user>>
<<girl 0 "gabbie">>Your father hired me to satisfy the clients and make his life easier. If you need anything, just ask me.<</girl>>
<<user 0>>Understood, thank you for the welcome. I've seen more than I imagined, but it's perfect. I'm excited to get started.<</user>>
<<girl 0 "gabbie">><cite>Smile</cite> Now follow me.<</girl>>
<<user 7>><cite>Um</cite> Okay...<</user>>
@@
<<case 7>>
@@#media;
[img[loveassets/img/room0.jpg]]
<<girl 0 "gabbie">>You are in my room, it's almost perfect. There are a couple of accessories missing, but we'll deal with that later.<</girl>>
<<user 0>>Accessories?<</user>>
<<girl 0 "gabbie">>Yes, $user.nom, exactly what you're thinking. Handcuffs, dildos, everything that will please the clients.<</girl>>
<<user 0>><cite>UM</cite> okay, the room is quite nice.<</user>>
<<girl 8 "gabbie">>Customers are impressed, that's for sure.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/gabbie/1/gabbie06.webm">>
<<user 0>><cite>Uh</cite> I don't think it’s the room that impress them.<</user>>
<<girl 0 "gabbie">><cite>Smile</cite> You’ve seen everything there is to see here.<</girl>>
<<user 0>><cite>Uh</cite><</user>>
<<girl 0 "gabbie">>One last thing before you settle in, $user.nom.<</girl>>
<<user 0>>Yes?<</user>>
<<girl 9 "gabbie">>What are you going to name your hotel?<</girl>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/love.jpg');
}
</style>
<<dialog>><h2>Enter Name Hotel</h2><<textbox "$user.hotel" "LoveHotel">><<link "Next" "rencontre">><<set $page = 10>><<run Dialog.close();>><</link>><</dialog>>
<<case 10>>
@@#media;
<<video "loveassets/gabbie/1/gabbie05.webm">>
<<girl 0 "gabbie">>Alright, welcome to $user.hotel, $user.nom.<</girl>>
<<girl 0 "gabbie">>I'm looking forward to working with you.<</girl>>
<<girl 0 "gabbie">>Take your time to find your bearings, and when you're ready to start working, come see me.<</girl>>
<<girl "hall" "gabbie">><cite>Kiss</cite><</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<section>>
<<backbutton "route">>
@@#media;
<<video "loveassets/intro/couloir.webm">>
<<user 0>>I really feel like I'm stepping into a new world!<</user>>
<<user 0>>Is anyone here?<</user>>
<<user 0>>Is anyone here???<</user>>
<<girl 0 "gabbie">>Yes??? I'm here in the room waiting for you.<</girl>>
<<user "rencontre">>Great! Where is that? Which room???<</user>>
@@
<</nobr>><<nobr>>
/*<<type 60ms>><</type>>*/
<style>
.written {
font-family: 'Indie Flower', cursive;
font-size: 20px;
line-height: 30px;
padding: 20px;
background-color: #f5f5f5;
border-radius: 0.5em;
color: #4a4a4a;
position: relative;
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.6);
}
.written:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
</style>
<<backbutton "chap1">>
<div class="written">
My son,
<br>
If you are reading these words, it means I am no longer among you. Sadness overwhelms me when I think of all the time we have lost, all those years when I was consumed by work. Since forever, I have nurtured the dream of transforming an old hotel into a place of passion and luxury. I invested all my savings, all my love, but alas, I couldn't see it through.
I deeply regret that this dream ultimately impoverished us and drove us apart. The only consolation I can find is that I can leave you my work. Even though I won't be here to enjoy it anymore, I sincerely hope it brings you joy and that you will cherish positive memories of me. So, I ask you, my son, to accept this legacy as a final gesture of reconciliation from me.
Take the reins of our establishment. There is already a loyal employee who can help you get started. Hire more staff, and perhaps, despite my absence, you will succeed in turning this hotel into the love hotel of my dreams.
</div>
<</nobr>>
<<button "Next" "chap3">><</button>><<nobr>>
<<backbutton "chap2">>
<div class="text"><p>
As you reread the letter, you realize that you finally have a chance to connect with your father in a way you never imagined. Despite the sadness of his loss, there remains a glimmer of hope. You know you must honor your father's legacy and fulfill the unfinished dream of transforming this hotel into a place of passion and luxury.
You find yourself facing a difficult choice. On one hand, you feel great pain and a sense of loss at your father's death; on the other hand, you see an opportunity for redemption, to fulfill your father's unfinished dream, and to create something meaningful in his honor. After careful consideration, you decide to take on the challenge, to take charge of the hotel, and to continue your father's work, determined to make his legacy a success and to honor his memory.
</p></div>
<</nobr>>
<<button "next" "warning">><</button>><<nobr>>
<<backbutton "chap3">>
<div class="text"><p>
WARNING, <br>This game contains sexual content and is intended for adults.
It features explicit situations, dialogues, and images that may not be suitable for younger audiences. We recommend a responsible and mature approach when using it.
We encourage you to ensure that you are comfortable with this type of content before playing.
Thank you for your understanding and respecting the age restrictions.
</p></div>
<</nobr>>
<<button "Start the adventure" "route">><</button>><<set _shop to [
{id: "dildo_kennedy", name: "Sextoy (Kennedy)", price:100, img: "loveassets/img/shop/dildo.png"},
{id: "appetite", name: "Appetite suppressant", price:100, img: "loveassets/img/shop/appetite.png"},
{id: "drug", name: "Drug", price:200, img: "loveassets/img/shop/drug.png"},
{id: "condom", name: "Condom", price: 10, img:"loveassets/img/shop/condom.png"},
{id: "beer", name: "Beer", price: 50, img:"loveassets/img/shop/beer.png"},
{id: "wine", name: "Wine", price: 100, img:"loveassets/img/shop/wine.png"},
{id: "sky", name: "Whiskey", price: 120, img:"loveassets/img/shop/sky.png"},
{id: "vodka", name: "Vodka", price: 120, img:"loveassets/img/shop/vodka.png"},
{id: "absinthe", name: "Absinthe", price: 200, img:"loveassets/img/shop/absinthe.png"},
{id: "moisturizers", name: "Moisturizers", price: 30, img:"loveassets/img/shop/moisturizers.png"},
{id: "oil", name: "Massage oil", price: 50, img:"loveassets/img/shop/oil.png"},
{id: "dildo_gabbie", name: "Sextoy (gabbie)", price:100, img: "loveassets/img/shop/sextoygabbie.png"},
{id: "dildo2_gabbie", name: "Sextoy2 (gabbie)", price:200, img: "loveassets/img/shop/sextoy2gabbie.png"},
{id: "dildo3_gabbie", name: "Sextoy3 Anal (gabbie)", price:100, img: "loveassets/img/shop/dildoanalgabbie.png"},
{id: "gun", name: "Gun", price:1000, img: "loveassets/img/shop/gun.png"},
]>><<nobr>>
<<include objtrainingphoto>>
/*boucle girl */
<<backbutton "photo">>
@@.mapgirl;
<<for _index, _key range _girls>>
<<capture _key>>
<<stylemoney _key.price>>
<<if not _key.more.active>>
<div class="mapsubmenu">
<li class="mapstats">
<ul>
<li><small>Price</small></li>
<li><big>_key.price</big></li>
</ul>
</li>
<li @style=_style>[img[_key.img]]</li>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<li>Mensurations: _key.mesure</li>
<li>Height: _key.height</li>
<<if !_key.more.buy>>
<li @class=_stylemoney><<link "Acheter" "phototraining">>
<<if $user.money >= _key.price>>
<<set $user.money -= _key.price>>
<<set _key.more.buy = true>>
<<else>>
<<script>>
UI.alert("No Money!");
<</script>> <</if>>
<</link>></li>
<</if>>
<<capture _index>>
<li><<link "Voir" "showphoto">><<set $photogirl = _index>><</link>></li>
<</capture>>
</ul>
</li>
</div>
<</if>>
<</capture>>
<</for>>
@@
<</nobr>><<set _girls = {
"emma": {
"nom": "Emma",
"realnom":"Alexis texas",
"mesure": "38B-25-36",
"age": "22",
"plot":"Passionnée de création et de mode, Aurélie puise son inspiration dans la nature et les voyages. Son énergie créative et son engagement font d'elle une designer de mode talentueuse.",
salary: 1200,
"love": 70,
"hate": 20,
training:10,
"quete": "Trouver le trésor caché",
"img": "emma.jpg",
"time": {
"hstart": 0,
"hend": 0
},
"talk": "talk_emma",
"form": "form_emma",
"spy": "spy_emma",
"enroll": [0, 24, 56, 25, 25],
"more" : $girls["emma"]
},
"gabbie": {
"nom": "gabbie",
"realnom":"Alexis texas",
"mesure": "38B-25-36",
"age": "22",
"plot":"Passionnée de création et de mode, Aurélie puise son inspiration dans la nature et les voyages. Son énergie créative et son engagement font d'elle une designer de mode talentueuse.",
salary: 2000,
training:20,
"quete": "Sauver les animaux",
"img": "sophie.jpg",
"time": {
"hstart": 0,
"hend": 0
},
"talk": "talk_sophie",
"form": 55,
"spy": 45,
"enroll": [20, 10, 30, 25, 15],
"more" : $girls["gabbie"]
},
"lily": {
"nom": "Lily",
"realnom":"Alexis texas",
"mesure": "38B-25-36",
"age": "22",
"plot":"Passionnée de création et de mode, Aurélie puise son inspiration dans la nature et les voyages. Son énergie créative et son engagement font d'elle une designer de mode talentueuse.",
salary: 4000,
training:10,
"love": 75,
"hate": 15,
"quete": "Explorer les ruines anciennes",
"img": "lily.jpg",
"time": {
"hstart": 0,
"hend": 0
},
"talk": 70,
"form": 75,
"spy": 55,
"enroll": [10, 30, 20, 25, 15],
"more" : $girls["lily"]
},
"ava": {
"nom": "Ava",
"realnom":"Alexis texas",
"mesure": "38B-25-36",
"age": "22",
"plot":"Passionnée de création et de mode, Aurélie puise son inspiration dans la nature et les voyages. Son énergie créative et son engagement font d'elle une designer de mode talentueuse.",
salary: 0,
training:20,
"love": 65,
"hate": 25,
"quete": "Résoudre les mystères du manoir hanté",
"img": "ava.jpg",
"time": {
"hstart": 0,
"hend": 0
},
"talk": 60,
"form": 65,
"spy": 50,
"enroll": [15, 25, 10, 30, 20],
"more" : $girls["ava"]
}
}>><<set _girls = {
0: {
"nom": "Colleen Ahe",
"mesure": "32B-24-34",
"height": "5.3 (160cm)",
price: 1000,
img: "loveassets/colleena/1.jpg",
"more" : $trainingphotogirls[0],
photo: [ "loveassets/colleena/1.jpg", "loveassets/colleena/2.jpg", "loveassets/colleena/3.jpg", "loveassets/colleena/4.jpg", "loveassets/colleena/5.jpg", "loveassets/colleena/6.jpg", "loveassets/colleena/7.jpg", "loveassets/colleena/8.jpg", "loveassets/colleena/9.jpg", "loveassets/colleena/10.jpg"]
},
1: {
"nom": "Elena Generi",
"mesure": "30B-24-32",
"height": "5.4 (163cm)",
price: 2000,
img: "loveassets/generi/1.jpg",
"more" : $trainingphotogirls[1],
photo: [ "loveassets/generi/1.jpg", "loveassets/generi/2.jpg", "loveassets/generi/3.jpg", "loveassets/generi/4.jpg", "loveassets/generi/5.jpg", "loveassets/generi/6.jpg", "loveassets/generi/7.jpg", "loveassets/generi/8.jpg", "loveassets/generi/9.jpg", "loveassets/generi/10.jpg"]
},
2: {
"nom": "Sunny Leone",
"mesure": "34D-24-34",
"height": "5.4 (162cm)",
price: 3000,
img: "loveassets/sunny/1.jpg",
"more" : $trainingphotogirls[2],
photo: [ "loveassets/sunny/1.jpg", "loveassets/sunny/2.jpg", "loveassets/sunny/3.jpg", "loveassets/sunny/4.jpg", "loveassets/sunny/5.jpg", "loveassets/sunny/6.jpg", "loveassets/sunny/7.jpg", "loveassets/sunny/8.jpg", "loveassets/sunny/9.jpg", "loveassets/sunny/10.jpg"]
},
3: {
"nom": "Jayden Cole",
"mesure": "32C-24-36",
"height": "5.10 (177cm)",
price: 3000,
img: "loveassets/cole/1.jpg",
"more" : $trainingphotogirls[3],
photo: [ "loveassets/cole/1.jpg", "loveassets/cole/2.jpg", "loveassets/cole/3.jpg", "loveassets/cole/4.jpg", "loveassets/cole/5.jpg", "loveassets/cole/6.jpg", "loveassets/cole/7.jpg", "loveassets/cole/8.jpg", "loveassets/cole/9.jpg", "loveassets/cole/10.jpg"]
}
}>><<nobr>>
<<include objtrainingphoto>>
<<backbutton "phototraining">>
<<time>>
<<set $user.photo++>>
<<notify "bgrose">><p>Training [+1]</p><p>Time [+2]</p><</notify>>
/*boucle girl */
<<if !$photogirl>>
Erreur fille.
<<else>>
@@.mapgirl;
<<for _index range _girls[$photogirl].photo>>
<<set _style = "">>
<<if !_girls[$photogirl].more.buy>>
<<set _style = "filter: grayscale(1);">>
<</if>>
<div class="mapsubmenu">
<li @style=_style>[img[_index]]</li>
</div>
<</for>>
@@
<</if>>
<<unset $photogirl>>
<</nobr>>
<<backbutton "photo">>
<<set _test = random($user.photo, 40)>>
<<time>>
<<set _game = [
{"img": "<img src='loveassets/img/gif/cafard.png' class='cafard'>", "text": "You've crushed all the cockroaches", "intro":"Gotta catch 'em all... well, I mean, kill 'em all!", "video" : "loveassets/img/gif/pokemon.webm"},
{"img": "<img src='loveassets/img/gif/water.png' class='cafard'>", "text": "You've repaired all the leak", "intro": "Fixing leaks... Or call a plumber, and I didn't say Mario!", "video" : "loveassets/img/gif/mario.webm" },
{"img": "<img src='loveassets/img/gif/tache.png' class='cafard'>", "text": "You've cleaned all the stains", "intro": "Clean all the stains, and don't forget to breathe.Wax on, wax off!", "video" : "loveassets/img/gif/wax.webm"}
]>>\
<<if ndef $page>>\
<<set $page = 0>>
<<set $game = _game.random()>>
<</if>>\
<<script>>
$(document).ready(function() {
var caf = Math.floor(Math.random() * 11) + 2; // Nombre aléatoire entre 5 et 14
var maxWidth = $("#cafard").width();
var maxHeight = $("#cafard").height();
var clicks = 0; // Nombre de cafards cliqués
// Fonction pour générer une position aléatoire
function getRandomPosition() {
/*var randomX = Math.floor(Math.random() * maxWidth);*/
var randomX = Math.floor(Math.random() * 90);
var randomY = Math.floor(Math.random() * 90);
var randomDEG = Math.floor(Math.random() * 360);
return [randomX + "%", randomY+ "%", randomDEG+"deg"];
}
// Boucle pour créer et placer les cafards sur la page
for (var i = 0; i < caf; i++) {
var position = getRandomPosition();
var cafard = $(State.variables.game.img);
cafard.css({position: "absolute", top: position[1], left: position[0], transform: 'rotate('+position[2]+')'});
$("#cafard").append(cafard);
}
// Fonction pour écraser un cafard lorsqu'il est cliqué
$(".cafard").click(function() {
$(this).hide();
clicks++;
if (clicks === caf) {
/*alert("Vous avez écrasé tous les cafards !");*/
var money = 40 * clicks;
/*State.variables.CurDate.setHours(State.variables.CurDate.getHours() + 2);*/
State.variables.user.money += money;
State.variables.money = money;
State.variables.num = clicks;
State.variables.page++;
Engine.show();
}
});
});
<</script>>\
<<nobr>>
<<backbutton "hall">>
<style>
body.mur {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/mur.jpg');
}
#cafard {
position: relative;
width:100%;
height: calc(100vh - 15em);
/*background-color: #ccc;
border: 1px solid #000;*/
}
#cafard img {
cursor: pointer;
width:50px;
height:50px;
object-fit: contain;
}
#chrono {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>\
<div id="chrono"><<=$game.intro>></div>
<div id="cafard"></div>
<<case 1>>\
@@#media;
<video class="videobar" autoplay muted loop>
<source @src="$game.video" type="video/webm">
</video>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li><<=$game.text>></li>
<li>You win $<<= $money>></li>
<li><<link "Back" `previous()`>><<set $user.money += $money>><<set $hotels.room = Math.min($hotels.room + 5, 100)>><</link>></li>
</ul>
</li>
@@
<<time>>
<<money $money>>
<</switch>>
<</nobr>><<nobr>>
<<include objclient>>
<<include objsex>>
<<backbutton "hall">>
<<time>>
<<set _random = random(1, 10)>>
<<if _random <= $user.pub>>
<<set _girls = Object.values($girls).filter(girl => girl.piece === true && !girl.visite.nom)>>
<<set _random = random(0, Object.keys(_clients).length - 1)>>
<<set _num = Object.keys(_clients)[_random]>>
<<set _options = {}>>
<<for _girl range _girls>>
<<set _match = _girl.sex.filter(value => _clients[_num].sex.includes(value)).length>>
<<set _pour = (_match / _clients[_num].sex.length) * 100>>
/*<<set _gain = (_girl.salary * _pour) / 100>>*/
<<set _gain = Math.max((_girl.salary * _pour) / 100, 50)>>
/*trouver un solution pour affiche l'index "emma" , "lili" extt"*/
<<set _options[_girl.nom +" "+ _pour + "%"] = { "id": _girl, "gain" : _gain, "pour": _pour}>>
<</for>>
@@#media;
<li>[img[_clients[_num].cover]]</li>
<li class="mapmenu">
<ul>
<li class="title">_clients[_num].nom</li>
<li>ⓘ The more matches there are between the client's practices and the girl's, the more money you earn.</li>
<li>Sexual practice:
<<for _s range _clients[_num].sex>>
<<=_sexs[_s]>>,
<</for>>
</li>
<<if Object.keys(_options).length > 0>>
<li>Choose the perfect girl for him!
<<listbox "$pie" autoselect>>
<<optionsfrom _options>>
<</listbox>></li>
<li>
<<link "Accept" "hall">>
<<set $pie.id.visite to {nom: _num, time : $CurDate}>>
<<money $pie.gain>>
<<if $pie.pour >= 20>>
<<set _pour1 = Math.floor($pie.pour / 10)>>
<<satisfaction "+" _pour1>>
<<else>>
<<set _random = random(1, 10)>>
<<satisfaction "-" _random>>
<</if>>
<</link>>
</li>
<li>
<<link "Decline" "hall">><</link>>
</li>
<<else>>
<li>Aucune fille disponnible</li>
<li><<link "Back" `previous()`>><</link>></li>
<</if>>
</ul>
</li>
@@
<<else>>
@@#media;
[img[loveassets/img/stop.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nobody</li>
<li>No customers available, consider advertising.</li>
<li><<link "Wait" "client">><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</if>>
<</nobr>><<set _clients = {
"tom": {
"nom": "Tom",
"img": "loveassets/img/man.jpg",
"cover": "loveassets/img/man_cover.jpg",
"sex": [0, 4, 8, 2, 4]
},
"leonard": {
"nom": "Leonard",
"img": "loveassets/img/man.jpg",
"cover": "loveassets/img/man_cover.jpg",
"sex": [2, 4, 3, 5, 8]
},
"brad": {
"nom": "Brad",
"img": "loveassets/img/man.jpg",
"cover": "loveassets/img/man_cover.jpg",
"sex": [1, 2, 3, 0, 0]
},
"johnny": {
"nom": "Johnny",
"img": "loveassets/img/man.jpg",
"cover": "loveassets/img/man_cover.jpg",
"sex": [1, 7, 5, 9, 0]
}
}>><<nobr>>
<<set _sexs = ["Blowjob", "Fingering", "Analingus", "Strip tease", "Massage", "Vaginal sex", "Exhibitionism", "Costumes / Role play", "Internal ejaculation", "Girl on girl", "Anal sex", "Aggressive sex", "Threesome FMF", "Threesome MMF", "BDSM", "Group sex"]>>
<</nobr>><<nobr>>
<<include objsex>>
<<include objquete>>
<<backbutton "hall">>
<<background $background>>
<style>
.questdone {
text-decoration: line-through;
}
.questnext {
opacity:0.5;
}
.questin {
text-decoration: underline;
}
</style>
@@#media;
<div>
<li class="mapstats">
<ul>
<li><h4>Salary</h4></li>
<li><big><<=$girls[$girl].salary>></big></li>
</ul>
</li>
<li>[img[$girls[$girl].cover]]</li>
<li class="mapmenu">
<ul>
<li class="title">$girls[$girl].nom</li>
<li>ⓘ By completing more quests, her sexual practices increase.</li>
<li>$girls[$girl].realnom / $girls[$girl].age years old</li>
<li>Measurements: $girls[$girl].mesure</li>
<li>Stress: $girls[$girl].stress %</li>
<li>Sexual practice:
<<for _s range $girls[$girl].sex>>
<<=_sexs[_s]>>,
<</for>>
</li>
<li><<link "Back" `previous()`>><<unset $girl>><</link>></li>
</ul>
</li>
</div>
<</nobr>><<nobr>>
<<backbutton "hall">>
/*<style>
.wall {
display:flex;
flex-direction: column;
overflow:auto;
gap:2em;
}
.wall #media {
box-sizing: border-box;
}
</style>*/
<<set _girls = Object.fromEntries(Object.entries($girls).filter(([key, girl]) => girl.active === true && !girl.piece))>>
<<if Object.keys(_girls).length == 0>>
@@#media;
[img[loveassets/img/stop.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li><<link "Back" "hall">><</link>></li>
</ul>
</li>
@@
<<else>>
<<include objsex>>
<<for _index, _key range _girls>>
<<capture _index _key>>
@@#media;
<div>
<li class="mapstats">
<ul>
<li><h4>Salary</h4></li>
<li><big><<=_key.salary>></big></li>
</ul>
</li>
<li>[img[_key.cover]]</li>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<li>_key.realnom / _key.age years old</li>
<li>Mensurations: _key.mesure</li>
<li>Pratique préferer:
<<for _s range _key.sex>>
<<=_sexs[_s]>>,
<</for>>
</li>
<li><<link "Assign" "hall">>
<<set $pieces[$mypiece].girl = _index>>
<<set _key.piece = true>>
<</link>></li>
</ul>
</li>
</div>
<</capture>>
<</for>>
<</if>>
<</nobr>><<nobr>>
/*<style>
.wall {
display:flex;
flex-direction: column;
overflow:auto;
gap:50px;
}
.wall #media {
box-sizing: border-box;
}
</style>*/
/*<<set _girls = Object.fromEntries(Object.entries(_girls).filter(([key, girl]) => girl.more.recrut === true))>>*/
<<set _girls = Object.fromEntries(Object.entries($girls).filter(([key, girl]) => girl.recrut === true && girl.active === false))>>
<<if Object.keys(_girls).length == 0>>
@@#media;
[img[loveassets/img/stop.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li><<link "Back" "hall">><</link>></li>
</ul>
</li>
@@
<<else>>
<<include objsex>>
<<backbutton "hall">>
<<for _index, _key range _girls>>
@@#media;
<div>
<li class="mapstats">
<ul>
<li><h4>Salary</h4></li>
<li><big><<=_key.salary>></big></li>
</ul>
</li>
<li>[img[_key.cover]]</li>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<li>ⓘ To hire a girl, you must pay her salary once, then you will earn a percentage of her profits.</li>
<li>_key.realnom / _key.age years old</li>
<li>Measurements: _key.mesure</li>
<li>Sexual practice:
<<for _s range _key.sex>>
<<=_sexs[_s]>>,
<</for>>
</li>
<<capture _index>>
<<if $user.money < _key.salary>>
<li class="off"><<link "Not enough money">><</link>></li>
<<else>>
<<if _key.patreon>>
/* <li class="patreon"><<link "Patreon Girl: Unlock" "girl_patreon">><<set $girl to _index>><</link>></li>*/
<li class="patreon"><<link "Patreon Girl: Unlock" "public">><<set $girl to _index>><</link>></li>
<<else>>
<li><<link "Met Her" `"recrut_"+_index`>><</link>></li>
<</if>>
<</if>>
<</capture>>
</ul>
</li>
</div>
<</for>>
<</if>>
<</nobr>>ouverture du studio photo, et du salon de massage 2 et 3 etoile
2etoile ouvertude du studio photo.
3etoile ouvertude du salon da massage.
4etoile ouverture du pipe show.
5etoile ?
idee fourtout
La chasseuse de fantômes :
Une femme prétend être capable de communiquer avec les esprits et se dit parfaite pour travailler dans l’hôtel… en tant que chasseuse de fantômes. Elle insiste pour que chaque chambre soit « exorcisée » avant l'arrivée des clients, même si aucun fantôme n’a jamais été signalé. Son excentricité crée des situations hilarantes, mais les clients superstitieux pourraient apprécier ce service unique !
La directrice de spa ultra zen :
Une femme propose de diriger le spa de l’hôtel, mais elle est tellement "zen" qu'elle passe presque tout son temps à méditer, parler à voix basse, et se déplacer comme un escargot. Ses méthodes de relaxation exagérées ralentissent toutes les opérations, et les clients se retrouvent dans des situations cocasses, comme des séances de yoga où tout le monde s’endort.
La coach de motivation trop intense :
Cette candidate est obsédée par la motivation et la performance. Elle parle en slogans et traite tout le monde comme des athlètes de haut niveau. Dès son arrivée, elle veut imposer un programme d’entraînement aux employés, avec des réveils à 5h du matin, des discours de motivation énergiques, et des séances de burpees dans le hall de l’hôtel, au grand désarroi des clients.
L'infirmière des ténèbres :
Ancienne infirmière dans une clinique abandonnée, cette femme effrayante cherche un emploi dans l'hôtel. Elle se spécialise dans les soins « alternatifs » et propose d'ouvrir un centre de santé pour les clients, mais ses méthodes sont sinistres et inquiétantes (comme des bains glacés, des saignées, ou des traitements à base de substances douteuses). Elle prétend pouvoir « soigner » n'importe quel client… à ses risques et périls.
La domestique obsessionnelle :
Cette femme est une domestique compulsive qui ne supporte pas le moindre grain de poussière. Cependant, son obsession pour la propreté vire rapidement à la paranoïa. Elle commence à espionner les clients pour s'assurer qu'ils ne salissent rien, nettoie leurs chambres en pleine nuit sans leur consentement, et prend des mesures extrêmes pour que l’hôtel reste impeccable… quitte à terroriser tout le monde.
L’ancienne star de télé-réalité :
Cette candidate est une ancienne star d’une émission de télé-réalité totalement excentrique. Elle insiste pour que tout ce qu’elle fait soit filmé pour ses fans sur les réseaux sociaux, même les tâches les plus banales comme accueillir les clients ou nettoyer les chambres. Les autres employés et les clients se retrouvent malgré eux dans ses vidéos, souvent dans des situations absurdes et embarrassantes.
L’ancienne détenue :
Une femme ayant purgé une longue peine de prison pour des raisons mystérieuses cherche un poste de femme de chambre. Elle prétend vouloir une nouvelle chance dans la vie, mais des indices troublants commencent à émerger : objets volés, chambres vandalisées… Le joueur devra décider s’il veut la confronter ou l’observer de plus près, au risque de découvrir quelque chose de bien plus sinistre.
La femme qui ne dort jamais :
Cette candidate affirme ne jamais dormir. Elle est prête à travailler 24 heures sur 24, mais il y a quelque chose de profondément inquiétant dans son apparence : elle a les yeux toujours ouverts, et semble épuisée mais ne montre jamais aucun signe de fatigue. Peu à peu, les autres employés commencent à la craindre, certains jurant qu’ils l’ont vue se déplacer à des moments où elle ne devrait pas être là… comme un fantôme.
hard fuck
https://mat6tube.com/watch/-167349921_456243521
Gabbie carter
Hadley Viscara
Kiara Cole
https://txxx.com/videos/16385433/kiara-cole-logan-long-in-thanks-for-the-quickie-onlyteenblowjobs/?autostart=1
idée :
Le boss viktor tu propose un deal pour rembourser une pars des 450000 dolars genre (50000) il te met un progamme dans ton ordianteur pour voir le moment que tu lui doit, (sinon c'est trop et viktor n'a plus d'enprise sur lui) que tu lui doit il faut que tu ailleur taper des gars et que tu ramenne l'argent
Alors l'idée meilleur c'est la proposition du bosse tu vas recupere les filles par la force,
Le boss à une proposition tu héberge des filles de passage dans ton hotel, elle ne paya pas la chambre mais en echange tu peux en profiter.
fait qu'il ouvre une chambre a la nuit et cahque nuit y a une fille qui viens et de la il la baise la nuit puis elle pars.
Contexte:
Le protagoniste hérite de l'hôtel de son père, un hotel acheter avec toute les economie du pere, et il et bien vieux le joueur découvre que son père avait des relations avec des personnages dangereux ou mafieux pour maintenir l'hôtel à flot. Ces relations mettent maintenant en danger la sécurité de l'hôtel et de son personnel.
Découverte des Relations Dangereuses :
- Incident: Le joueur trouve des documents compromettants dans l'ordinateur de son père : lettres cryptiques, contrats louches et des photos de son père avec des individus menaçants.
- Première Rencontre: Peu après, des personnages louches commencent à apparaître à l'hôtel, demandant à parler au père et réclamant des remboursements de dettes ou des faveurs gratuite. Cela met le joueur en alerte.
Confrontation avec les Criminels :
- Négociations et Conflits: Les criminels reviennent à l'hôtel, exigeant le remboursement des dettes ou d'autres formes de compensation. Le joueur doit négocier avec eux, utilisant des preuves ou des informations compromettantes pour gagner du temps ou pour détourner leur attention.
le joueur lui montre les chiffres , et dit qu'il s'il lui arrive quelque chose les chiffres serons remis a la police, dans ce cas il et amener au boss , boss qui lui donne un obgectif chercher de l'argent pour lui, il doit ce batre pour recolter l'argent et n'obtien rien en retour.
le boss lui offre aussi une fille qu'il doit prendre sous son aile. et qu'il viendrons baiser quand bon leur semble.
-histoire avec cette fille racheter son contract.
Escalade des Tensions: Les négociations ne se passent pas toujours bien, et des confrontations plus directes peuvent survenir, mettant le joueur et le personnel de l'hôtel en danger immédiat.
Stratégie de Débarrassage :
- Un employer de la ville peux scrupuleux vieux et il feras fermer l'etablissement si il ne peux pas niquer gratos.
- un homme dangereux vieux faire embaucher sa femme.
Planification avec les Autorités: Pour se débarrasser des criminels de manière définitive, le joueur décide de collaborer avec la police ou une agence de sécurité privée. Un plan est élaboré pour piéger les criminels lors d'une grande opération.
Exécution du Plan: Le joueur doit s'assurer que l'opération se déroule sans accroc. Cela inclut des préparatifs minutieux, la coordination avec les autorités et la gestion des risques pour les clients de l'hôtel.
Climax et Résolution :
Affrontement Final: Une scène de confrontation intense se déroule lorsque les criminels sont piégés. Le joueur doit naviguer dans cette situation de haute tension, assurant la sécurité de tous et aidant à capturer les responsables.
Nettoyage de l'Hôtel: Avec les criminels hors d'état de nuire, le joueur peut se concentrer sur la restauration de l'hôtel à son ancienne gloire. Les relations publiques et une campagne de marketing peuvent être lancées pour améliorer la réputation de l'hôtel.
Nouveau Départ :
Célébration de la Victoire: Une grande fête est organisée pour célébrer la victoire et le début d'une nouvelle ère pour l'hôtel. Le personnel et les clients sont rassurés et optimistes pour l'avenir.
Héritage du Père: Le joueur découvre finalement une lettre ou un message posthume de son père, expliquant ses actions et exprimant ses espoirs pour l'hôtel et pour le joueur. Cela apporte une conclusion émotionnelle et un sentiment de clôture.
Personnages Clés :
Le Protagoniste : Héritier de l'hôtel, déterminé à protéger l'héritage familial.
Les Criminels : Divers personnages menaçants ayant des revendications envers l'hôtel.
Alliés du Père : Anciens amis ou collègues du père qui offrent leur aide.
Le Personnel de l'Hôtel : Comprend des gardes du corps, des concierges fidèles, et d'autres membres du personnel impliqués dans la protection de l'hôtel.
Thèmes et Atmosphère :
Suspense et Tension : Des moments de haute tension avec des confrontations et des négociations serrées.
Loyauté et Héritage : Exploration des sacrifices du père pour protéger l'hôtel et le sens de la responsabilité du joueur.
Triomphe sur l'Adversité : Le joueur surmonte des obstacles considérables pour protéger et réhabiliter l'hôtel.
l'histoire se deroule pendant les formation non ?
girl gabbie :
l'histoire c'est de la former y a pas d'autre histoire, trop de taf;
son mec vient prendre un café tout les jours, elle ta demande de le faire partir de la,
plusieur choix, empoisonner le café, sperme dedans, crachat , caca.
- tu lui demande si tu peux la baise mais elle te dit que vous pouver vous entreiner mais qu'il faut pas que son mec te voie.
- tu la forme pipe, et pourquoi pas elle te raconte la jalousie de son mec
- tu la forme vaginal,
- tu rencontre son mec menacent il et pas mal jalous
- tu discute avec elle, elle te dit qu'elle aime son travail et son mec. mais que ça doit changer
-tu la forme encore à autre chose, deguisement?
-son mec vient ce battre avec toi, tu perd ou tu gagne.
- elle rond avec son mec, et tu peux lui apprendre l'anal
- tu en profite a fond son mec revient et te ta bas encore avec lui
- tu lui apprend a baiser plusieur personne
- elle t'aime ou te detest.
1) Confrontation avec l'ex-fiancé : Le joueur, agissant comme un protecteur des filles de l'hôtel, pourrait choisir de confronter l'ex-fiancé de manière plus directe. Cela pourrait se traduire par une scène où le joueur a une altercation verbale ou même physique avec l'ex-fiancé pour défendre la fille et mettre fin à ses menaces ou à son harcèlement.
2) Problèmes de drogue : acheter des médicaments, confrontant ses dealers ou en intervenant dans une situation où elle est en danger. Cette approche pourrait mettre en lumière les conséquences graves de la consommation de drogue et montrer l'engagement du joueur à protéger les personnes vulnérables de l'hôtel.
3) Harcelée par un ancient client : Une des filles est harcelée par un client de son ancien hotel. Le joueur pourrait choisir de confronter le client de manière directe pour mettre fin à son comportement inapproprié, ce qui pourrait déclencher une série d'événements inattendus dans le jeu.
4) Menacée par un créancier : Une autre fille est menacée par un créancier impitoyable. Le joueur pourrait décider d'intervenir en confrontant le créancier pour protéger la fille et trouver un moyen de régler la dette de manière plus sûre.
5) Piégée dans une arnaque : Une des filles se retrouve piégée dans une arnaque en ligne. Le joueur pourrait choisir de traquer les arnaqueurs et de les confronter pour récupérer l'argent de la fille et rétablir sa confiance.
(bonne phrase sur l'ordinateur pour retourver les responsable).
6) conciliation famille : Une autre fille à des soucis avec sa soeurt (trouver sa soeur et l'embaucher)<<set _quetes = {
"user" : {
1: "Talk to gabbie",
2: "Search for accounting on computer",
3: "Wait until tomorrow",
4: "Wait until tomorrow",
5: "Wait until tomorrow",
6: "Assign a room to Charity and talk to her",
7: "Repay the debt (Every morning, after sleep)",
8: "New Job (wait until tomorrow)",
9: "A critic (wait until tomorrow)",
10: "The plan (wait until tomorrow)",
11 : "A Star (wait until tomorrow)",
12 : "In enemy territory (wait until tomorrow)",
13: "A new deal (wait until tomorrow)",
14: "Talk to the girl from the Massage",
15: "Talk to the girl from the Sauna",
16 : "Talk to the girl from the PoleDance",
17: "Wait until tomorrow",
18 : "Talk to the girl from the GloryHole",
19: "Buy a Gun, then go to Viktor's hotel",
20: "End for now"
},
"gabbie" : {
1: "Talk to her",
2: "Talk to her",
3: "Talk to her",
4: "Buy sextoy and talk to her",
5: "Buy sextoy2 and talk to her",
6: "Buy sextoy3 and talk to her",
7: "Important decision (Talk to her)",
8: "Every ending is a new beginning (Talk to her)",
9: "End for now"
},
"kylie" : {
1: "Talk to her",
2: "Talk to her",
3: "An unexpected visit (Talk to her)",
4: "Faithful friend (Talk to her)",
5: "Good news (Talk to her)",
6: "Wonderful awakenings 1/3 (Talk to her)",
7: "Wonderful awakenings 2/3 (Talk to her)",
8: "Wonderful awakenings 3/3 (Talk to her)",
9: "End for now"
},
"kennedy" : {
1: "Talk to her",
2: "Talk to her",
3: "Buy sextoy and talk to her",
4 : "A perfect mouth (Talk to her)",
5: "End for now"
},
"ariana" : {
1: "Talk to her",
2: "Buy appetite suppressant and talk to her",
3: "Talk to her",
4: "Talk to her",
5: "End for now"
},
"charity" : {
1: "Talk to her",
2: "Talk to her",
3: "Talk to her",
4: "End for now"
},
"macy" : {
1: "Talk to her",
2: "Talk to her",
3: "Mom help (Talk to her)",
4: "End for now"
},
"whitney" : {
1: "Talk to her",
2: "End for now"
},
}>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/gabbie/duo/0/1.webm", "loveassets/gabbie/duo/0/2.webm", "loveassets/gabbie/duo/0/3.webm", "loveassets/gabbie/duo/0/4.webm"],
5:[false, "loveassets/gabbie/duo/5/1.webm", "loveassets/gabbie/duo/5/2.webm", false, "loveassets/gabbie/duo/5/3.webm", "loveassets/gabbie/duo/5/4.webm", "loveassets/gabbie/duo/5/5.webm", "loveassets/gabbie/duo/5/6.webm"],
6:[false, "loveassets/gabbie/duo/6/1.webm", "loveassets/gabbie/duo/6/2.webm"]
}>>
<<set _filteredKeys = $girls["gabbie"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/gabbie/solo/1.webm", "loveassets/gabbie/solo/2.webm", "loveassets/gabbie/solo/3.webm", "loveassets/gabbie/solo/4.webm","loveassets/gabbie/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["gabbie"].stress = Math.min($girls["gabbie"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["gabbie"].stress = Math.min($girls["gabbie"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "gabbie">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer > ul{
position:relative;
list-style:none;
text-align:center;
margin:0px;
padding: 0.5em 0 0.5em 0;
display: flex;
flex-direction: column;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
border-radius:0.5em;
overflow:hidden;
}
.computer img {
width: 60px;
}
.computer ul > li:nth-child(2){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.price {
position: absolute;
top : 0;
right: 0;
padding:5px;
background-color: rgb(var(--raspberry));
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<<for _i to 1; _i lt 11; _i++>>
<<set _money = _i*1000>>
<ul>
<li>[img[loveassets/img/icon/pub.png]]</li>
<li>Level <<= _i>></li>
<li class="price">$<<= _money>></li>
<<if _i <= $user.pub>>
<li>Done</li>
<<elseif _i >= $user.pub+2>>
<li>Wait</li>
<<else>>
<li>
<<capture _i, _money>>
<<linkreplace "Buy">>
<<if $user.money >= _money>>
<<set $user.money -= _money>>
<<set $user.pub++>>
Sold
<<else>>
no money
<</if>>
<</linkreplace>>
<</capture>>
</li>
<</if>>
</ul>
<</for>>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>>Kenna James pole dance
Kenna la pole dancuse ta parler d'une chambre rouge chez viktor , celle ou tu seras bientot enfermer.
dans la chambre il te met a disposition la fille qui ta trahis pour que tu la punisse.
fille aroser severe :
https://www.xnxx.com/video-1e8o1dec/video_complete_-_veronica_leal_cumflation_cum_slut_se_fait_pomper_et_remplir_la_chatte_jusqu_a_la_limite
fille de viktor a passer
https://www.pornxday.com/?s=Cumflation
La fille du sauna : https://www.porndr.com/videos/67693/psyco-liya-platinum/?utm_source=pbweb
fille du sauna et copine
https://noodlemagazine.com/watch/-123400772_456253333
https://noodlemagazine.com/watch/-97371503_456240088
Belle video d'une fille atacher :https://fr.pornhub.com/view_video.php?viewkey=6741e52c274d8
https://noodlemagazine.com/watch/-168836786_456239113
tu as appris l'histoire des contract par les filles sauna, dance ect..
tu vas a l'hotel de viktor pour recupere c'est contract mais il t'emprisonne:
tu est capturé par le méchant et emprisonné dans une chambre spécialement conçue pour le torturer psychologiquement et physiquement. La pièce est équipée d'un dispositif secret qui libère des hormones et des stimulants augmentant drastiquement son appétit sexuel. Cette machine est contrôlée à distance par le méchant, qui prend un malin plaisir à régler le niveau d'excitation de Viktor selon ses humeurs.
Pour ajouter à sa torture, le méchant lui livre régulièrement des femmes, soi-disant des volontaires attirées par sa réputation de méchant charismatique. En réalité, ces femmes sont souvent des otages ou des victimes forcées de coopérer. Chaque rencontre est conçue pour être à la fois satisfaisante sur le plan physique et extrêmement frustrante sur le plan émotionnel, car Viktor sait que ces femmes ne sont pas là par choix et qu'elles seront emmenées dès qu'il aura fini avec elles.
Au fil du temps, cette combinaison de désir insatiable et de relations éphémères et forcées commence à détruire l'esprit de Viktor. Il se sent de plus en plus isolé, utilisé et vide. Sa colère et sa frustration se transforment peu à peu en un désir de vengeance contre le méchant et contre toutes les femmes qu'il juge responsables, directement ou indirectement, de sa situation.
Lorsque tu finit par s'échapper, il est profondément changé. Sa quête de vengeance le pousse à utiliser les mêmes méthodes contre les femmes : il les attire, les séduit, et une fois qu'il a obtenu ce qu'il veut, il les abandonne ou les utilise à ses propres fins, reproduisant ainsi le cycle de douleur et d'humiliation qu'il a lui-même subi.
Tu peux tue viktor une foix que tu est libre directement chez lui , puis tu revient et fait signer des contract
histoire de la danceuse, tu lui demande quel sont les directive de Viktor, elle te dit faire au mieux avec les clients du futur hotel de vicktor, te surveiller, te faire plaisir de toutes les facon, comment ça le futur hotel de viktor, hooo tout le monde sais que tu ne pouras jamais rembourser, qu'il a dejas un pas dans ton hotel, d'accord d'accord je suis foutie mais tu ferais quoi si je pouvais recuperer ton contract ? comment ça tu veut que je change de maitre, . non non je te le rendrer haaa d'acord alors je partirer loing d'ici sans jamais me retourner... mais si je le garde ??? alros tu auras ma vie entre tes main $user.nom...
Cette histoire explore des thèmes complexes tels que le pouvoir, la manipulation, la sexualité comme arme, et la transformation personnelle sous l'effet de la torture et de la répression. Elle offre également de nombreuses opportunités pour des scènes intenses et dramatiques, ainsi que pour développer des personnages avec des motivations profondes et des arrière-plans complexes.
https://www.porntry.com/videos/22501519/b32ac02d10582a5112e1a76fe99e122d/
https://hoes.tube/videos/233700/tie-me-up-s15-e26/
https://www.xnxx.com/video-lqbvz32/violet_starr_se_reveille_et_elle_est_cravate_sur_son_lit_et_elle_panique_alors_son_homme_entre_et_la_calme
https://noodlemagazine.com/watch/-113279871_456239174
https://noodlemagazine.com/watch/-113565940_456242022
https://noodlemagazine.com/watch/-210003212_456239032
https://noodlemagazine.com/watch/-208090549_456239375
ton comportement change, 1 des filles ta trahit elle vont toute payer....
tu doit te venger, des filles puis tu doit de debarasser de viktor.
faire signer des contract au fille qui sont chez toi , si oui tu pouras les garders a la fin sinon elle partirons heureuse mais plus la !
incluait le recrutement de membres de la famille ou de personnes connues de MC dans les prochaines versions.
la tante du joueur vients l'aider elle en profite pour ce faire les filles et le joueur.elle vient taxer de l'argent croyant qu'il et riche.
Tu tue viktor et il hé heureux il a fait de toi un homme fort, et tu legue sont hotel dans une lettre comme la fait ton pere.
dans la cage video montrer vite fait Aspen Richardsen.
Dans la boite en carton : jessi empera
nouvelle hot girl :
https://noodlemagazine.com/watch/-165330904_456241379
nouvelle fille :
erica mori aka polly yangs
https://noodlemagazine.com/watch/-221144598_456246293
https://noodlemagazine.com/watch/-227355247_456240899
dans le sous sol
https://noodlemagazine.com/watch/-225813656_456239130
j'ai en talk (behind the scene or Interviews) :
Harmony Wonder
Kyler Quinn ++
Brooke Haze
Gabbie Carter
Natalia Queen
Savannah Sixx
Harmony Wonder
Judy Jolie
Violette Pure
----
hard deepthroat
https://fr.pornhub.com/view_video.php?viewkey=ph5fbd348210b41
missax Whitney Wright : en clodo
witney c'est faire du pole dance :
https://www.pornpics.com/galleries/flexy-stripper-whitney-wright-sucking-on-the-pole-getting-doggystyle-bang-56663390/
https://www1.pornhoarder.tv/video/missax-give-me-shelter-internal-affairs-whitney-wright-45/VUZ3TkFScXNRZmF4TjJwY01uMGduUFFnWU1IVmx5Z2NSR3FHZkF0TXN4MD0=
dans un bureau
https://www1.pornhoarder.tv/video/puretaboo-whitney-wright-you-are-safe-now/WWNHb3VPNXZseTlNL1Z0YWI4RDh4WGJTeUhLWGM5YkJNblk5T2JrQ0dKRT0=
dans un lit
https://w3.pornhoarder.tv/video/mrluckyraw-whitney-wright/NGFvOFZzdFJUNWpNYkFGb2VqSjJNWUR0Wjl6T2ZEUGhXUUlZN2gzaklraz0=
https://www1.pornhoarder.tv/video/mrluckyraw-whitney-wright/NGFvOFZzdFJUNWpNYkFGb2VqSjJNWUR0Wjl6T2ZEUGhXUUlZN2gzaklraz0=
discute en baise et ejact face
https://www1.pornhoarder.tv/video/whitney-wright-a-fucking-conversation/WGppUFJTNVFUSEN3c1JJTDU3ZkdJeXNubmRrdzBOSTJFcHArM2VPSDE0RT0=
et
https://w3.pornhoarder.tv/video/whitney-wright-producers-fun/MmtEUlVMM3BYbEMyMDJ5RWJpYlRPcnhXVFFtQllHdFpaVy9lanZ3RFppcz0=
dans le jour dans le lit tres sexy
Fait : https://www1.pornhoarder.tv/video/missax-the-auction-whitney-wright/NjFkcGwyblpYSkF6WnVVQ1hIbFZrenJXNVNFQ3cwNWJuczRiME9TU1RXYz0=
anal :
https://noodlemagazine.com/watch/-131053344_456250170
atacher hard :
https://noodlemagazine.com/watch/-161032333_456239362
et
https://noodlemagazine.com/watch/-165330904_456240254
et
https://w3.pornhoarder.tv/video/puretaboo-whitney-wright-from-afar-a-whitney-wright-story/MmxML3ljUWpvdGNXbUlodXVVdGNRcUxwWHNERDkxMjdqTUUzN2x6QzNrOD0=
Bon duo
https://w3.pornhoarder.tv/video/missax-alex-coal-and-whitney-wright-what-39s-so-special-about-her-pt-2/UVp1aGZYMWY0Vzk3Tzh1R1Q0N3hlL0xLelJialFjLy9aN1RrNTRMQVRCST0=
extra bon duo avec claque et tout
https://w3.pornhoarder.tv/video/missax-the-principle-of-causalitywhitney-wright-jill-kassidy-0-49/U3UvTzNPQ2F5MmxNSU5XMHhha3FmQVF3NUFTQ0hNamhzMFdLM1Nic2h4MD0=
anya-olsen:
https://www.porngo.com/models/anya-olsen/
Chloe Rose+
Sheri Vi?
Ivy Wolfe?
katya+rodriguez
https://fr.pornhub.com/video/search?search=katya+rodriguez
vanessa+moon
https://fr.pornhub.com/video/search?search=vanessa+moon
Lily Rader?
https://crazyporn.xxx/videos/587877/daddy-issues-s1-e7/?utm_source=pbw&utm_campaign=plugs
chloe-cherry / chloe-couture choix 1
https://fr.pornhub.com/pornstar/chloe-cherry
pas mal pour l'intro
https://fr.xhamster.com/videos/bj-n-rimjob-amateur-slut-with-skinny-body-talks-dirty-in-pov-xh1poL6
scene bien pour inclure un changement d'humeur dans el perso
https://fr.xhamster.com/videos/stepbrother-transforms-little-sister-chloe-cherry-xhLL7XX
position simpas
https://fr.xhamster.com/videos/chloe-cherry-is-crazy-about-anal-sex-9631931
anal avec un dildo les yeux bander
https://www.fapnado.com/videos/208083/chloe-s-stepbor-is-a-sneaky-snek-sodomite/?utm_source=awm&utm_medium=awmtraffic&utm_campaign=fapnado&subid1=100001
avery-cristy
https://fr.pornhub.com/pornstar/avery-cristy
https://fr.pornhub.com/view_video.php?viewkey=65dd5417f038d
Zoe parker:
https://fr.pornhub.com/pornstar/zoe-parker
Tiffany Tatum ?
margo-von-tesse
https://www.nudevista.com/?q=margo+von+tesse&s=t&start=75
Karlee Grey
https://fr.pornhub.com/view_video.php?viewkey=ph63d025dfb8fe0
abella danger
https://fr.pornhub.com/view_video.php?viewkey=ph5c9cd954f07ea
Natalie Knight
https://fr.pornhub.com/view_video.php?viewkey=666485fa0bfe4
Charity Crawford
beaucoup de sperme :
https://udvl.com/video/11995/cum4k-multiple-deep-creampies-for-charity/?utm_source=nudevista
doit etre racheter mais pour ça il va faloir quel face c'est preuve
bdsm
https://www.bravoporn.com/videos/1151675/?promoid=1255
https://manysex.com/fr/video/2641989/charity-crawford-and-tommy-pistol-in-gagged-begs-on-her-knees-for/?promo=10376
fuck sleeping
https://vxxx.com/video-1193049/?campaign=10118
?
https://fr.pornhub.com/view_video.php?viewkey=ph62144503a14b0
https://fr.pornhub.com/view_video.php?viewkey=646fb231d5f6c
https://www.xnxx.com/video-tghvbcf/stepsis_fait_un_tour_sur
Kylie Page
en voiture :
https://fr.pornhub.com/view_video.php?viewkey=ph57a270327c763
massage :
https://w4.pornhoarder.tv/video/passion-hd-kylie-page/VXJMblNmSEFxc3pCZVkwanEwNk4rempxUmlMOVNNZ0VLc3NuSjJaL0hUST0=
https://w4.pornhoarder.tv/video/damon-dice%C2%A0kylie-page-diginewin0788/bnA5NkMzSmZTUVBmTk1vQ2J6eVpxODNoV3R4WUFDM3ZDa2NQZklGQWdCMD0=
seins moyer :
https://w4.pornhoarder.tv/video/kylie-page-jiggle-ya-tits/clRVS3Jrc2VBWmx4cVlIeWNpQXQ4TEI3bmFueFVJaGdlY0FGWjZwbmRDND0=
baise au reveil :
https://w4.pornhoarder.tv/video/nfbusty-kylie-page-stacked/Y29TMnMvZ2t0eGs5K1hxZ0gwRFJvM1AxbmtiL2I4UnlLbEtYd0ZLMHRFRT0=
ou
https://sxyprn.com/post/59d744b009aa2.html?sk=Kylie-Page&so=50&ss=latest
bureau et baise histoire nul ùmais baise corect :
https://w4.pornhoarder.tv/video/kylie-page%C2%A0xander-corvus-diginewin0791/MlVRQjlLb2tnZnQ4dm9hQjE4VG54dzR6TlVXWlg5dFNCZmI0cWwxN2U3ND0=
baise pas mal avec une histoire quelle s'enuie que tu n'est pas venue la voir depuis lompnte
https://w4.pornhoarder.tv/video/james-deen%C2%A0kylie-page-diginewin0790/bVpSY2h4NTkydEQxdWhJQXkxR0U4VEljWGtzMENrNzRUVStlUGpzNmR1az0=
baise contre money
https://www.porn00.com/video/bad-babysitter-e981q8/
good
https://sxyprn.com/post/5ec938d5f4c0b.html?sk=Kylie-Page&so=30&ss=latest
et
https://sxyprn.com/post/5f1f173a7d1b6.html?sk=Kylie-Page&so=30&ss=latest
Dixie Lynn
casting :
https://faperoni.com/video/C7i_Turned-extreme?utm_source=pbw&utm_campaign=traffic
zoe-clark
macy-meadows +++
first casting : https://upornia.com/videos/3631321/macy-meadows-intimate-connection/?fr=1
casting coutch : https://www.its.porn/fr/video/macy-meadows-gets-interviewed-and-fucked-on-the-casting-couch/
un client viens se pleindre quelle ne veut pas de penetration: tu voie avec elle et tu apelle ça mere.
casting elle est sa mere tu te tape ça mere elle te dit qu'elle vas rester dans le coin pour voir si ça fille bosse bien :
https://hqporner.com/hdporn/113220-your_sisters_pussy_will_be_your_guidance.html
tu est pleine et la fille ne veut pas baiser la mere si colle et la fille te rejoint:
https://hqporner.com/hdporn/113478-your_mom_is_super_hot_too.html
la mere toute seule a envie
https://w8.pornhoarder.tv/video/momcomesfirst-sydney-paige-the-secret-lesson/S0FwYmk1cTlvVDJxRGNpVFpXR2MvZ0ZCS1FpVkFrdUsxWU0xc2t0NGQ2dz0=
elle et supert contente de toi et te presente sa soeur :
macy & emma ensemble : https://hqporner.com/hdporn/110358-they_have_a_love_for_dick_in_common.html
emma-bugg
top habiller en Maid ?
https://pics-x.com/gallery/391055/cute-little-maid-exxxtra-small
voir
Ava. Posing.
Kennedy Leigh
Henessy
https://www.pornpics.com/pornstars/nancy-a/
Brooke Karter (suce) : https://fr.pornhub.com/view_video.php?viewkey=ph624adcbef2582
Ariana Marie
1) https://noodlemagazine.com/watch/-71122235_171535186
elle regarde son poid et veut en perdre tu sais pas pourquoi un truc de femme : tu lui dit que y a le sexe qui consume des calories mais aussi des pillules
tu achete des pilule exitante:
idée 1 (voir pour couper la video pour lui donner la pilule la et elle et exiter elle ce touche) .
2 ou elle se touche car tu lui as dit que le sex s'etait bon pour perdre du poind
2)donne lui la pilule existante , trouve une video ou elle te suce la nuit:
3) ça marche pas fort la pilule juste ça l'existe : resulta ça baise : https://noodlemagazine.com/watch/-95865861_456239064
4) en soubrette la pulilule lui fait trop d"effect et op ca nique.
5) pareil.
prendre une pilule la tranforme (plusieur pillule la tranforme en grosse pute), elle vient la nuit pour te sucer puis t vas toi la voir la nuit pour la baiser.
talk ? https://www.wankoz.com/videos/215207/strange-surprise/?utm_source=pbwmed&utm_medium=cpc&utm_campaign=wank#
suck :
(douche et baise nul) : https://www.analdin.xxx/videos/644603/naughty-nymph-ariana-marie-hot-sex-scene/
au reveil : https://www.tnaflix.com/blowjob-videos/SpyFam-Step-sis-Ariana-Marie-fucked-after-parents-leave/video4563850
en soubrette (douche, suce, vagin): https://www.analdin.xxx/videos/318730/latina-chick-ariana-marie-pov-porn-love-making/
https://www.analdin.xxx/videos/305599/hot-babe-darkhaired-latina-teenager-pov-ariana-marie/
https://porner.tv/video/family-reunion-s2-e4?utm_source=awn-rse&utm_medium=inc&utm_campaign=nov01
bdsm : https://xhamster.com/videos/girlcum-numerous-intense-orgasms-for-lucky-ariana-marie-xh7cUrw?pw=
les yeux bander : https://www.analdin.xxx/videos/422097/ariana-marie-hardcore-action/
anal : https://vxxx.com/video-165203/?campaign=10146
anal (pas d'ejac) https://01tube.com/videos/297445/ariana-maries-ass-worshipped-by-older-man/?campaign=10146
anal bien mais y a un compteur nul https://www.xozilla.xxx/videos/595707/intimate-point-of-view-assfuck-with-ariana-marie/
anal rude bien : https://noodlemagazine.com/watch/-151787508_456239855
https://www.porntrex.com/video/562012/photoshoot-turned-into-hardcore-fuck
https://www.porntrex.com/video/244706/gina-valentina16
https://fr.pornhub.com/view_video.php?viewkey=ph5683d463d0d65
https://fr.pornhub.com/view_video.php?viewkey=ph59e90fdc109d5
gabbie carter :
style dream :
filter: blur(5px) brightness(1.1) saturate(0.8) contrast(1.2) hue-rotate(-30deg);
ffmpeg -i input.mp4 -vf "boxblur=10:1:cr=0:ar=0, eq=brightness=0.1:saturation=0.8:gamma=1.2, hue=s=0.5" -c:a copy output.mp4
un client et mecontent, tu la motive a ce masturber plus, puis tu fait des reve sur elle, puis elle fini par te demnder un service service que tu fait payer une baise.
Trouver un moyen de lui dire que vue c'est seins si elle avais un peux de lait tu gagnerais plus d'argent :
video lactation voir si plus sinon l'aisser tomber.
https://www.pornoxo.com/videos/2627124/gabbie-carter-milking-her-tits/?utm_source=awn&utm_medium=tgp&utm_campaign=cpc
sont ex lui a fait un truc elle doit allais dans son ancien aprtement cherche un truc tu l'acompagne et la bas tu la baise .
https://www.pornoxo.com/videos/2619804/gabbie-carter-where-the-magic-happens/?utm_source=awn&utm_medium=tgp&utm_campaign=cpc
https://www.porntrex.com/video/2380937/gabbie-carter-where-the-magic-happens2
sexe vraiment bien :
dejas dl (https://www.xxxfiles.com/videos/310261/24fb2c90ed29f6ca2721e9c5e78a3b1a/?sid=12078)
https://w6.pornhoarder.tv/video/gabbie-c-spankmonster/RnJlMWUzRmdSWnB3K2hqUFN6ZVhGeDJKQWs0eDFyQVI2YWpFNmNVbm56UT0=
https://txxx.com/videos/17173751/blowjob-and-fuck-gabbie-carter/?promo=10376
dans la chambre secrete :
https://www.porntrex.com/video/1812220/gabbie-carter-teenfidelity2
https://www.porntrex.com/video/1322304/bombshell-gabbie-carter-cum-inside-me
https://w6.pornhoarder.tv/video/gabbie-carter-same-terms/WFdWdEtZblk5THpxRk1IQVZjM0E3WFQ0UFMyb1JEeE81cDdKdjhXNitmUT0=
https://w6.pornhoarder.tv/video/gabbie-carter-pussy-eaten-and-fucked/WUtLRktjNVRsMDk4ek5SbitaU3haU01qSDIrSHF4ZS9JUDhDa2ZEQXY0TT0=
https://w6.pornhoarder.tv/video/mistress-maitland-scene-1-gabbie-carter/aFhTc3h3eXlwRmwxTWJuTzlSd0lrekRsU0V2TkpsK1ZqNGtmTEFKTGExdz0=
masquer creampi:
https://w6.pornhoarder.tv/video/gabbie-carter-divine-natural-boobs-all-you-can-eat-creampie-sex-with-a-full-head-mask-massage-fucking/VkVEdnJxZVVIWWY2eGs1WHlnZkl6L1ZjaHFpWmlrb3F2dHVTRVV5dHlDTT0=
maxi cum
https://w6.pornhoarder.tv/video/gabbie-carter-creamy-strokes/bS83NUQ4ZGUvWnBmcGZkaHVzM0xMMUV3aVNUd3ZJTVhLaGtidkgvQ1M1Yz0=
avec une fille
https://w6.pornhoarder.tv/video/sex-games-gtgt-http-gamesssex-fun/VUdINWUxUThoMnIxTGRuMmZvaXNUQ2NFbms5UEZ4WjMwTmRuWXdOZ2swbz0=
multicum
https://noodlemagazine.com/watch/-123400772_456244645
anal tres simpas
https://noodlemagazine.com/watch/-193718899_456239033
https://w6.pornhoarder.tv/video/gabbie-carter-inauguration/SHFvdnhUVVNLNkFtd3VOeDJySlNaZTdhVGJRR3RZM0RzY3B0ay9FaGUrQT0=
elle roule discute et baise
https://www.uiporn.com/videos/gabbie-carter-just-loves-to-be-highly-mischievous-particularly-if-it-includes-a-rock-firm-lollipop-25866/?utm_source=pbweb
autre video
douche et baise:
https://noodlemagazine.com/watch/-128339422_4562391557
salon elle ce cache mais à envie de toi:
https://noodlemagazine.com/watch/-157023018_456244443
https://noodlemagazine.com/watch/-170274984_456240408
https://www.analdin.xxx/videos/292120/gabbie-carter-in-her-first-ever-point-of-view-lbrack-fu-point-of-view/
https://www.analdin.xxx/videos/434683/gabbie-carter-big-natural-tits-babe/
https://www.eporner.com/video-SGuiMeTXbXV/gabbie-carter/?trx=1227735290aee694b81473a256bea12420712
https://www.eporner.com/video-JLZsL1BU5j3/busty-white-casting-end-it-creampie/?trx=1227735290aee694b81473a256bea12420712
gabbie mal traiter avec une autre femme
https://fr.pornhub.com/view_video.php?viewkey=ph5d93b838e2736
<<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/2/gabbie01.webm">>
<<girl 0 "gabbie">>Hey, $user.nom.<</girl>>
<<girl 1 "gabbie">>So, you took the tour, are you well settled? Do you have any questions? Feel free to ask me!<</girl>>
@@
<<case 1>>
<<dialog>>
<<if !$question.includes(2)>>
<<link "Talk about her" "talk_gabbie1">><<set $page=2>><</link>>
<</if>>
<<if !$question.includes(7) >>
<<link "Talk about the hotel" "talk_gabbie1">><<set $page=7>><</link>>
<</if>>
<<if !$question.includes(5) >>
<<link "Talk about sex" "talk_gabbie1">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "Talk about money" "talk_gabbie1">><<set $page=6>><</link>>
<</if>>
<<if $question.includesAll(2,5,6,7) >>
<<link "End of the conversation" "talk_gabbie1">><<set $page=8>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 2>>
@@#media;
<<video "loveassets/gabbie/2/gabbie02.webm">>
<<user 0>>Why did you decide to work here?<</user>>
<<girl 0 "gabbie">>Well, $user.nom, you know, it's hard to make a good living.<</girl>>
<<user 0>>So, it's for the money then?<</user>>
<<girl 0 "gabbie">>Not just that! You know, I had a life like everyone else. I had a house, a "normal" job.<</girl>>
<<girl 0 "gabbie">>But I wasn't happy, I didn't like my job, and my boyfriend and I had some problems.<</girl>>
<<girl 0 "gabbie">><cite>Laugh</cite> I came here to change everything. It takes me some time to think, and here I have a room, and the job is nice, it keeps me busy, and I enjoy making people happy.<</girl>>
<<girl 0 "gabbie">>Your father trusted me to help him, and that means a lot to me.<</girl>>
<<user 3>>And your boyfriend, doesn't it bother him that you're "taking care" of someone else?<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/2/gabbie03.webm">>
<<girl 0 "gabbie">><cite>UM</cite> Um... it's complicated.<</girl>>
<<girl 0 "gabbie">>You know, I'm a bit lost. Sometimes I love him, sometimes I hate him.<</girl>>
<<girl 0 "gabbie">>I love living here. When I was living with him, we never saw each other, I had become a decoration piece.<</girl>>
<<girl 0 "gabbie">>Now he calls me, plans outings, gives me gifts, takes care of me...<</girl>>
<<girl 0 "gabbie">>But you know, $user.nom, I think it's more about jealousy than love.<</girl>>
<<girl 0 "gabbie">>I don't know if I should continue or simply break up with him.<</girl>>
<<user 0>><cite>UM</cite> Yes, it's complicated!<</user>>
<<girl 0 "gabbie">>Thank you for understanding, $user.nom.<</girl>>
<<girl 0 "gabbie">>If you see him here, especially don't let him in. He knows what I do, but I prefer he doesn't see it.<</girl>>
<<user 4>><cite>UM</cite> You should introduce him to me.<</user>>
<<case 4>>
@@#media;
<<video "loveassets/gabbie/2/gabbie04.webm">>
<<girl 0 "gabbie">>You're crazy, $user.nom!!!<</girl>>
<<user 0>>I need to see what he looks like if I want to stop him from entering.<</user>>
<<girl 0 "gabbie">>I can show him to you, but I'll stay hidden.<</girl>>
<<user 0>>Oh, I see, it's that serious.<</user>>
<<girl 0 "gabbie">>I prefer him not to see me here, especially not in my room.<</girl>>
<<girl 0 "gabbie">>I prefer him not to imagine things.<</girl>>
<<user 0>><cite>Laugh</cite> Like what?<</user>>
<<girl 0 "gabbie">>I'm not joking, $user.nom.<</girl>>
<<user 0>>Ok ok, I'll come by tomorrow and you'll show me who he is so I can put a face to this man.<</user>>
<<girl 1 "gabbie">>Okay, $user.nom. Thank you. Please, let's talk about something else!<</girl>>
@@
<<set $question.pushUnique(2)>>
<<case 5>>
@@#media;
<<video "loveassets/gabbie/2/gabbie05.webm">>
<<user 0>><cite>UM</cite>You know... I'm a man... and you're a woman...<</user>>
<<girl 0 "gabbie">>Yes..., $user.nom? Tell me frankly where you're going with this.<</girl>>
<<user 0>><cite>Uh</cite>If I give you some money, can I have sex with you?<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite> Hey, $user.nom!, noooo.<</girl>>
<<user 0>>What's the problem?<</user>>
<<girl 0 "gabbie">>I'm not sure if that's a good idea, $user.nom!<</girl>>
<<user 0>>I think it is, for me!<</user>>
<<girl 0 "gabbie">>You know I have a boyfriend, $user.nom!<</girl>>
<<user 1>>...<</user>>
@@
<<set $question.pushUnique(5)>>
<<case 6>>
@@#media;
<<video "loveassets/gabbie/2/gabbie02.webm">>
<<user 0>>How can I make money?<</user>>
<<girl 0 "gabbie">>You're given a sum every time you maintain the hotel, and for each new client, you receive a percentage. Be careful to choose the client for the girl, the more satisfied the client, the more money you earn.<</girl>>
<<girl 0 "gabbie">>Consider advertising to attract more clients, hiring other girls, and renovating new rooms. The more girls and rooms you have, the more money you'll make.<</girl>>
<<user 0>>Makes sense, but it's going to take a while. Can't you give me more money?<</user>>
<<girl 0 "gabbie">>Each girl you hire will have her own rate, the higher the rate, the higher your percentage will be.<</girl>>
<<user 0>>Maintaining the hotel, advertising, hiring new girls, renovating the rooms, got it.<</user>>
<<girl 1 "gabbie">>Yes, work hard, and hopefully soon the hotel will have its five stars.<</girl>>
@@
<<set $question.pushUnique(6)>>
<<case 7>>
@@#media;
<<video "loveassets/gabbie/2/gabbie01.webm">>
<<user 0>>Why is the hotel in such a sorry state?<</user>>
<<girl 0 "gabbie">>You know, $user.nom, your father did the best he could, but he had a lot of problems with the girls he hired and with shady people who often came to see him.<</girl>>
<<user 0>>Shady people?<</user>>
<<girl 0 "gabbie">>Oh yes, $user.nom, I don't know what your father was involved in, but these people seemed dangerous.<</girl>>
<<user 0>>If he had several girls before, why is there no money?<</user>>
<<girl 0 "gabbie">>I don't know, I think you'll find out more by searching the hotel's computer, your father recorded all the expenses on it.<</girl>>
<<girl 0 "gabbie">>Now that I think about it, he told me to tell you LOVEHOTEL, that it was an important word, but I don't know more, sorry.<</girl>>
<<user 1>>LOVEHOTEL, okay, noted.<</user>>
@@
<<set $question.pushUnique(7)>>
<<case 8>>
@@#media;
<<video "loveassets/gabbie/2/gabbie01.webm">>
<<user 0>>Thank you for all the help you can provide.<</user>>
<<girl 0 "gabbie">>No problem, $user.nom, if you need anything, I'm here.<</girl>>
<<user 0>>Thanks, Gabbie.<</user>>
<<user 0>>I'm going to get to work, and if I need you, I'll let you know.<</user>>
<<girl 0 "gabbie">>See you later, $user.nom.<</girl>>
<<user "hall">>Yes, see you later.<</user>>
@@
<<time>>
<<set $user.quete = 2>>
<<set $girls.gabbie.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<set _homme = "loveassets/img/gabbie_man.jpg">>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/3/gabbie01.webm">>
<<user 0>><cite>Think</cite> Well, I’m starting to understand why her boyfriend must not see her in that room.<</user>>
<<user 0>><cite>Uh</cite> Hello, Gabbie.<</user>>
<<girl 0 "gabbie">> Hello, Boss...<</girl>>
<<girl 0 "gabbie">> Boss... are you staring at my breasts?<</girl>>
<<user 0>><cite>Um</cite> Yes, sorry, I didn’t mean to.<</user>>
<<girl 1 "gabbie">><cite>Laugh</cite> It's okay, $user.nom, it happens all the time.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/3/gabbie02.webm">>
<<user 0>><cite>Uh...</cite><</user>>
<<girl 0 "gabbie">> Um, you know, clients love watching me play with my breasts. Do you want to see?<</girl>>
<<user 0>><cite>Hesitates</cite>No... you should introduce me to your boyfriend, not your little tits!<</user>>
<<girl 0 "gabbie">> Little?<</girl>>
<<user 0>><cite>Umm</cite> Yes, okay, I didn't say anything!<</user>>
<<user 2>><cite>Think</cite> Her breasts are really magnificent. Should I ask to see more?<</user>>
@@
<<case 2>>
<<dialog>>
<<if !$question.includes(3)>>
<<link "Move your boobs" "talk_gabbie2">><<set $page=3>><</link>>
<</if>>
<<if !$question.includes(4)>>
<<link "Dance" "talk_gabbie2">><<set $page=4>><</link>>
<</if>>
<<link "Continue" "talk_gabbie2">><<set $page=5>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 3>>
@@#media;
<<video "loveassets/gabbie/3/gabbie04.webm">>
<<girl 0 "gabbie">><cite>Flap, Falp</cite><</girl>>
<<girl 2 "gabbie">><cite>Laugh</cite><</girl>>
@@
<<set $question.pushUnique(3)>>
<<case 4>>
@@#media;
<<video "loveassets/gabbie/3/gabbie05.webm">>
<<girl 0 "gabbie">><cite>La, La, La</cite><</girl>>
<<girl 2 "gabbie">><cite>Laugh</cite><</girl>>
@@
<<set $question.pushUnique(4)>>
<<case 5>>
@@#media;
<<video "loveassets/gabbie/3/gabbie03.webm">>
<<user 0>>Go on, Gabbie has been awaited long enough, I know you're nervous, but what is delayed is not canceled.<</user>>
<<user 0>>It’s time for me to meet this famous boyfriend of yours, I really hope I can calm things down.<</user>>
<<girl 0 "gabbie">>Oh $user.nom, thank you, it really means a lot to me.<</girl>>
<<user 0>>You’ll thank me later, I haven’t done anything yet...<</user>>
<<girl 0 "gabbie">>Yes, that's true $user.nom, I will thank you later.<</girl>>
<<girl 6 "gabbie">>Thank you, boss!<</girl>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<girl 0 "gabbie">>Here he is, I've shown him to you now, find a way to get him away.<</girl>>
<<user 0>><cite>Um</cite>, heee... how am I supposed to do that?<</user>>
<<girl 0 "gabbie">><cite>Leaving</cite> I don’t know, boss, but you’ll figure it out.<</girl>>
<<user 0>><cite>Think</cite> Well... when you gotta go, you gotta go.<</user>>
<<user 0>><cite>Ahem</cite> Hello, can I do something for you?<</user>>
<<say 0 _homme>>Hello, I would like to see Gabbie.<</say>>
<<user 0>><cite>Uh</cite> I'm sorry, that's not going to be possible, she's busy.<</user>>
<<say 0 _homme>><cite>Annoyed voice</cite> Busy doing what! Tell her that it's her boyfriend waiting for her.<</say>>
<<user 0>>Sir, I’m sorry, it’s not going to be possible.<</user>>
<<say 0 _homme>><cite>Shouting</cite> Gabbie, Gabbie.<</say>>
<<user 0>>Sir, please stay calm.<</user>>
<<user 0>><cite>Think</cite> Damn, how do I get rid of him.<</user>>
<<say 0 _homme>><cite>Shouting</cite> Gabbie, Gabbie.<</say>>
<<user 8>>Sir, please stop shouting, it won’t make her come. I suggest you wait calmly, and I'll see if I can find her.<</user>>
<<case 8>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 9 "gabbie">><cite>Umm umm</cite> Yes, come in.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/gabbie/3/gabbie09.webm">>
<<user 0>>But...<</user>>
<<user 10>><cite>Ahem Ahem</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/gabbie/3/gabbie07.webm">>
<<girl 0 "gabbie">>Sorry $user.nom, playing with my breasts helps me calm down, just pretend you didn't see anything.<</girl>>
<<user 0>><cite>Um</cite> Easy for you to say... well, I should still point out that your boyfriend is shouting your name throughout the entire hotel.<</user>>
<<girl 0 "gabbie">>I’m sorry $user.nom, he often does this to get me to come see him and to make my clients leave.<</girl>>
<<user 0>>Okay, okay, so what do I do?<</user>>
<<girl 0 "gabbie">>I don’t know $user.nom, you can let him do his thing and he’ll eventually leave, or you can find a way to make him go away.<</girl>>
<<user 0>>I’m not going to let him shout throughout the whole hotel, don’t you want to spend a little time with him? It might calm both of you down...<</user>>
<<girl 0 "gabbie">>Hey, tomorrow will be worse $user.nom.<</girl>>
<<user 0>>That’s not false.<</user>>
<<girl 0 "gabbie">>No, you need to find another way, I don’t know, give him a sleeping pill or a sedative.<</girl>>
<<user 0>>SEDATIVE!... and why not a laxative... He’d stop pissing us off like this!<</user>>
<<girl 0 "gabbie">><cite>Laugh</cite> Alright, I’ll give you all the medication I have, it’s up to you to decide! Just don’t be too harsh, please.<</girl>>
<<user 0>><cite>Uh...</cite> That was a joke...<</user>>
<<girl 0 "gabbie">>Oh... I’m sorry, but that’s my only idea $user.nom. I’m not going to fuck with him every time he throws a tantrum!<</girl>>
<<user 0>><cite>Um</cite> Okay, okay, well, I’ll go back. I’m sure I’ll find a solution... and please, get dressed!<</user>>
<<girl 11 "gabbie">>Yes, boss.<</girl>>
@@
<<case 11>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<user 0>><cite>Ahem</cite> I apologize for the wait, are you calm now?<</user>>
<<say 0 _homme>>I want to see my wife, I know she’s here!<</say>>
<<say 0 _homme>>Gabbie, Gabbie.<</say>>
<<user 0>><cite>Uh</cite> Yes, yes, I just saw her, she is... getting ready... she won't be long.<</user>>
<<user 0>>Would you like a coffee while you wait?<</user>>
<<say 0 _homme>>Ah, finally a bit of politeness, isn’t it about time... with milk and sugar.<</say>>
<<user 0>><cite>Think</cite> Damn, what’s with these ways?...<</user>>
<<user 0>><cite>Uh</cite> Alright, I’ll prepare your coffee, please wait in silence.<</user>>
<<say 12 _homme>>Yeah, yeah, she better hurry up.<</say>>
@@
<<case 12>>
<<dialog>>
<<if !$question.includes(13)>>
<<link "Spit in the coffee" "talk_gabbie2">><<set $page=13>><</link>>
<</if>>
<<if !$question.includes(14) >>
<<link "Sperm in coffee" "talk_gabbie2">><<set $page=14>><</link>>
<</if>>
<<if !$question.includes(15) >>
<<link "Add a sleeping pill" "talk_gabbie2">><<set $page=15>><</link>>
<</if>>
<<if !$question.includes(16) >>
<<link "Add a laxative" "talk_gabbie2">><<set $page=16>><</link>>
<</if>>
<<if $question.includesAll(16) >>
<<link "Serve" "talk_gabbie2">><<set $page=17>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 13>>
@@#media;
[img[loveassets/img/crache.jpg]]
<<user 12>><cite>Think</cite> I’m not sure that will make him leave!<</user>>
@@
<<set $question.pushUnique(13)>>
<<case 14>>
@@#media;
<<video "loveassets/img/gif/cum.webm">>
<<user 12>><cite>Think</cite> I’m not sure this will be very useful.<</user>>
@@
<<set $question.pushUnique(14)>>
<<case 15>>
@@#media;
[img[loveassets/img/somnifer.jpg]]
<<user 12>><cite>Think</cite> Ah, this should calm him down!<</user>>
@@
<<set $question.pushUnique(15)>>
<<case 16>>
@@#media;
[img[loveassets/img/laxatif.jpg]]
<<user 12>><cite>Think</cite> With this, he’ll run to the restroom, too bad there are no public restrooms here!<</user>>
@@
<<set $question.pushUnique(16)>>
<<case 17>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<talk 0>>You’re serving him a coffee<</talk>>
<<say 0 _homme>>Well, it takes you a while to make coffee...<</say>>
<<say 0 _homme>><cite>Drinks</cite> Where is Gabbie... tell her to come quickly.<</say>>
<<user 0>><cite>Starts to get annoyed</cite> She’s coming, please drink your coffee calmly while you wait, I’ve prepared it with care for you...<</user>>
<<say 0 _homme>>Um, not bad, but it doesn’t compare to the coffee my little Gabbie makes.<</say>>
<<user 0>><cite>Inner laugh</cite> Yes, we must not use the same magical ingredient.<</user>>
<<say 18 _homme>><cite>Questioning look</cite> If you say so!<</say>>
@@
<<case 18>>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 19>>A moment later<</talk>>
@@
<<case 19>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<say 0 _homme>><cite>Stomach noise</cite> Oh damn, this isn’t good...<</say>>
<<user 0>>Is there a problem, sir? You’re looking very pale!<</user>>
<<say 0 _homme>><cite>Stomach noise</cite> I... Tell Gabbie I’ll come back, I’ve... Tell her I’ll return another day.<</say>>
<<user 0>>Alright, have a good day.<</user>>
<<say 20 _homme>><cite>Fart noise</cite> Yes... Yes, I need to leave...<</say>>
@@
<<case 20>>
@@#media;
<<video "loveassets/gabbie/4/gabbie01.webm">>
<<girl 0 "gabbie">>Oh my God, what a mess I’ve gotten you into, $user.nom.<</girl>>
<<girl 0 "gabbie">>Please... tell me he’s gone!<</girl>>
<<user 0>><cite>Laugh</cite> Yes.<</user>>
<<girl 0 "gabbie">>Are you sure?<</girl>>
<<user 0>><cite>Laugh</cite> Yes, he’s gone off to "piss off" someone else!<</user>>
<<user 0>><cite>Laugh</cite> He’s gone to “empty" his head.<</user>>
<<girl 0 "gabbie">>$user.nom?<</girl>>
<<user 0>>He’s okay, but he won’t be back anytime soon!<</user>>
<<girl 21 "gabbie">>Thank you $user.nom, I don’t know how to thank you.<</girl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/gabbie/4/gabbie02.webm">>
<<girl 0 "gabbie">><cite>Uh</cite> You know, $user.nom, you should take off those pants.<</girl>>
<<girl 0 "gabbie">><cite>look at your dick</cite> I want to thank you, $user.nom.<</girl>>
<<user 22>>You don’t have to thank me...<</user>>
@@
<<case 22>>
@@#media;
<<video "loveassets/gabbie/4/gabbie1.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<user 0>>OoooH<</user>>
<<girl 23 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
@@
<<case 23>>
@@#media;
<<video "loveassets/gabbie/4/gabbie2.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<user 0>>Ohh, Ohhh yess.<</user>>
<<girl 24 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/gabbie/4/gabbie3.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 25 "gabbie">><cite>Breathes heavily</cite> Um um<</girl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/gabbie/4/gabbie4.webm" 1>>
<<user 0>>Yesss.<</user>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 26 "gabbie">><cite>Breathes heavily</cite>Ahh<</girl>>
@@
<<case 26>>
@@#media;
<<video "loveassets/gabbie/4/gabbie5.webm" 1>>
<<user 0>>Ho yes fuck.<</user>>
<<girl 0 "gabbie">>Ahhhh<</girl>>
<<user 27>>Ahh ahh Ahhhhh.<</user>>
@@
<<case 27>>
@@#media;
<<video "loveassets/gabbie/4/gabbie03.webm">>
<<girl 0 "gabbie">><cite>Kisses</cite><</girl>>
<<user 0>>You’re really good at that, Gabbie. I expect the same enthusiasm for your clients.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite> Yes, $user.nom, we need to make them happy.<</girl>>
<<user 0>>Thanks, Gabbie. Do you think we could do it again?<</user>>
<<girl 0 "gabbie">>I don’t know, $user.nom. It was in the heat of the moment. If my boyfriend finds out...<</girl>>
<<user 0>>I'll tell him to "piss" off again, I need you here at $user.hotel.<</user>>
<<girl 0 "gabbie">>I’ll stay with you, $user.nom, but as for us being intimate, I don’t know. It might complicate things too much.<</girl>>
<<user 0>>You’re right, let’s not complicate things. Plus, you’re my employee...<</user>>
<<girl 0 "gabbie">><cite>Laugh</cite> Yes, boss.<</girl>>
<<user 0>>I’ll leave you to your work, take care.<</user>>
<<girl "hall" "gabbie">>Yes, boss.<</girl>>
@@
<<skill "gabbie" "0">>
<<set $girls.gabbie.quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
.computer {
line-height:1;
color:white;
background-image: url(loveassets/img/windows-10-wallpaper.jpg);
background-attachment: scroll;
background-size: contain;
height:100%;
padding: 2em;
overflow: auto;
}
.pcbar {
position: fixed;
color:white;
bottom: 0;
left: 0;
right: 0;
line-height: 40px;
height:70px;
padding: 0.5em 1em;
background: #004172;
}
.tabs {
width: 100%
}
.tabs ul, tabs li {
margin:0;
padding:0;
}
#tabs-contents{
text-align: center;
}
#tabs-contents li{
line-height: 2;
}
</style>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Npvstp H h eztsznfjh 179,000 gsojy.</li>
<li>Npvstp I h jlmhyf 273,000 gsojy.</li>
<li>Npvstp J h tgjxlr 372,000 gsojy.</li>
<li>Npvstp K h wlbdybn 251,000 gsojy.</li>
<li>Npvstp L h bsmxirh 121,000 gsojy.</li>
<li>Npvstp M h xpvsdbfk 350,000 gsojy.</li>
<li>Npvstp N h ovlsrm 400,000 gsojy.</li>
<li>Npvstp O h rqywzm 450,000 gsojy.</li>
</div>
</ul>
</div>
<<user 0>>What is this...<</user>>
<<user 0>>It's coded, why would my father code the accounting...<</user>>
<<user 0>><cite>Um</cite>This is going to take some time to decode.<</user>>
<<user 1>><cite>Um</cite>I remember my father did some research on text coding... Hmm, what was the name again?.<</user>>
@@
<<case 1>>
<<dialog>>
<<if !$question.includes(2)>>
<<link "Caesar cipher" "note">><<set $page=2>><</link>>
<</if>>
<<if !$question.includes(3) >>
<<link "Playfair cipher" "note">><<set $page=3>><</link>>
<</if>>
<<if !$question.includes(5) >>
<<link "Vigenère cipher" "note">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "Affine cipher" "note">><<set $page=6>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 2 3 6>>
<<set $question.pushUnique($page)>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Npvstp H h eztsznfjh 179,000 gsojy.</li>
<li>Npvstp I h jlmhyf 273,000 gsojy.</li>
<li>Npvstp J h tgjxlr 372,000 gsojy.</li>
<li>Npvstp K h wlbdybn 251,000 gsojy.</li>
<li>Npvstp L h bsmxirh 121,000 gsojy.</li>
<li>Npvstp M h xpvsdbfk 350,000 gsojy.</li>
<li>Npvstp N h ovlsrm 400,000 gsojy.</li>
<li>Npvstp O h rqywzm 450,000 gsojy.</li>
</div>
</ul>
</div>
<<user 1>>Hmm, no that's not it...<</user>>
@@
<<case 5>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Npvstp H h eztsznfjh 179,000 gsojy.</li>
<li>Npvstp I h jlmhyf 273,000 gsojy.</li>
<li>Npvstp J h tgjxlr 372,000 gsojy.</li>
<li>Npvstp K h wlbdybn 251,000 gsojy.</li>
<li>Npvstp L h bsmxirh 121,000 gsojy.</li>
<li>Npvstp M h xpvsdbfk 350,000 gsojy.</li>
<li>Npvstp N h ovlsrm 400,000 gsojy.</li>
<li>Npvstp O h rqywzm 450,000 gsojy.</li>
</div>
</ul>
</div>
<<user 7>>Yes, that's it. Now I just need to find the decryption word, hmm...<</user>>
@@
<<set $question.pushUnique(5)>>
<<case 7>>
<<dialog>>
<<if !$question.includes(8)>>
<<link "Gabbie" "note">><<set $page=8>><</link>>
<</if>>
<<if !$question.includes(9) >>
<<link "LOVEHOTEL" "note">><<set $page=9>><</link>>
<</if>>
<<if !$question.includes(10) >>
<<link "FUCK" "note">><<set $page=10>><</link>>
<</if>>
<<if !$question.includes(11) >>
<<link "lovehotel" "note">><<set $page=11>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 8 10 11>>
<<set $question.pushUnique($page)>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Npvstp H h eztsznfjh 179,000 gsojy.</li>
<li>Npvstp I h jlmhyf 273,000 gsojy.</li>
<li>Npvstp J h tgjxlr 372,000 gsojy.</li>
<li>Npvstp K h wlbdybn 251,000 gsojy.</li>
<li>Npvstp L h bsmxirh 121,000 gsojy.</li>
<li>Npvstp M h xpvsdbfk 350,000 gsojy.</li>
<li>Npvstp N h ovlsrm 400,000 gsojy.</li>
<li>Npvstp O h rqywzm 450,000 gsojy.</li>
</div>
</ul>
</div>
<<user 7>>Hmm, no that's not it...<</user>>
@@
<<case 9>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Npvstp H h eztsznfjh 179,000 gsojy.</li>
<li>Npvstp I h jlmhyf 273,000 gsojy.</li>
<li>Npvstp J h tgjxlr 372,000 gsojy.</li>
<li>Npvstp K h wlbdybn 251,000 gsojy.</li>
<li>Npvstp L h bsmxirh 121,000 gsojy.</li>
<li>Npvstp M h xpvsdbfk 350,000 gsojy.</li>
<li>Npvstp N h ovlsrm 400,000 gsojy.</li>
<li>Npvstp O h rqywzm 450,000 gsojy.</li>
</div>
</ul>
</div>
<<user 12>>Yes, that's it... Okay, a little patience, I have the solution...<</user>>
@@
<<case 12>>
@@#media;
<div class="computer">
<div class="tabs">
<ul id="tabs-contents">
<div>
<h2>Accounts</h2>
<li>Customer A has transferred $150,000.</li>
<li>Customer B deposited $200,000.</li>
<li>Customer C withdrew $300,000.</li>
<li>Customer D secured $250,000.</li>
<li>Customer E cashed in $100,000.</li>
<li>Customer F distributed $350,000.</li>
<li>Customer G laundered $400,000.</li>
<li>Customer H moved $450,000.</li>
</div>
</ul>
</div>
<<user 0>>Let's see the result... Well, that doesn't help much.<</user>>
<<user 0>>In any case, there's something strange, like Gabbie said, it's very shady.<</user>>
<<user 0>>I'm a bit disappointed, I was expecting a little nest egg, but from what I see, it spells a lot of trouble.<</user>>
<<user "hall">>Well, for now there's nothing more I can do, let's wait and see.<</user>>
@@
<<set $user.quete = 3>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/gabbie/gabbie_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<section>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<include "objreplay">>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<section>>
<<backbutton>>
<<dialog>>
<<for _index, _i range _replays[$girl]>>
<<if hasVisited(_i.passe)>>
<<capture _i>>
<<link "Replay <<= $girl>>: <<=_index>> " "replay">><<run Dialog.close();>><<set $video= _i.video>><<unset $page>><</link>>
<</capture>>
<<else>>
<<link "Not unlock">><</link>>
<</if>>
<</for>>
<<button "back" "pcreplay">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<</nobr>>Vous incarnez un homme qui hérite d'un love hotel en déclin. En prenant les rênes de l'établissement, vous découvrez rapidement que le love hotel est au cœur de plusieurs trafics illégaux. Votre mission est d'assurer la sécurité des employées, de recruter de nouvelles filles, de les former, de les aider à résoudre leurs conflits personnels, et de gérer les clients. Transformez ce love hotel en un petit paradis malgré les défis qui se dressent sur votre chemin.
You play as a man who inherits a rundown love hotel. As you take control of the establishment, you quickly discover that the hotel is at the center of various illegal activities. Your mission is to ensure the safety of your employees, recruit new girls, train them, help them resolve their personal conflicts, and manage the clients. Your ultimate goal is to transform this love hotel into a little paradise despite the challenges ahead.
tags : Adventure, Big Tits, Blondes, Blow Job, Boobjob, Brunettes, Cumshot, Cunnilingus, Fantasy, Fetish, Games, Handjob, HTML Games, Masturbation, Oral Sex, Over 18, Porn Stars, Real People, Sex, Sexy Ass, Sexy Babes, Simulators, Strip, Toys, Uncensored, Video
0.2
Patch Notes:
- Text corrections and debugging
- Charity story
- User story
- New PC replay
- Mini-game system: delivery, street combat
- User image bug
- Update system
https://drive.google.com/file/d/13TZ04uOzGMHR84DysdkTK2EtbYA3oRiu/view?usp=drive_link
https://drive.google.com/file/d/13TZ04uOzGMHR84DysdkTK2EtbYA3oRiu/view?usp=sharing
0.3
Patch Notes:
- Bug background room.
- Gabbie story.
- Remove link "rapide" in start screen.
https://drive.google.com/file/d/14uCSG49kApjfxfZrgMpxpEVE3pUmloFw/view?usp=drive_link
0.4
- Removed retry option for fights.
- Fixed Kylie fight bug.
- Added $2000 for new users.
- CSS fixes.
- Added Macy (recruitment and story).
- Fixed room prices.
- (Upcoming) Creation of the second floor.
https://drive.google.com/file/d/1ZQDoLsAk_j6XLWkK_znxQB0qfJTVh2mY/view?usp=sharing
https://drive.google.com/file/d/1ZQDoLsAk_j6XLWkK_znxQB0qfJTVh2mY/view?usp=drive_link
0.5
create second floor
correction bug translate
patreon (recrut Whitney)
bug time spy
bug gamecore gif work game
Pain and Pleasure Animation
fix css computeur.
https://drive.google.com/file/d/13ynx1gPW2abrW-FTQW8zz5Igr-S3o7IR/view?usp=sharing
0.6
Bug fix: Background spy.
Added photo game.
Fixed room prices.
Increased money for work.
User story added.
Added Sleep option.
code : penguin
https://drive.google.com/file/d/1-l6udjvWFbTdCFBb0c1Eb93d5I_R2VB2/view?usp=sharing
0.7
Updated Twine to the latest version.
Fixed bugs related to the new version.
Added User Story.
Updated the "About" section.
(Patreon) Added Whitney's story.
https://drive.google.com/file/d/1IbGTHV2shxW3wQHRCg8mL4zUnqOhBAFj/view?usp=sharing
https://drive.google.com/file/d/1iX0pwA873OEixl1zitbVZf1goOPIaDiE/view?usp=drive_link
0.8
add stats stress for girl
add stats Maintenance, Satisfaction customer, Security, Popularity.
change script redirect spy
Bug sleep for 2floor
Bug name for spy whitney
Satifaction client code.
Stress girl code.
Add random event for Maintenance, Fight, Delevery, Satisfaction, Security.
style css bug.
add story Kylie.
Change cheat system.
Opti all image.
Change deprecated : Config.passages.descriptions, Dialog.setup(), Engine.display
https://drive.google.com/file/d/1Tq6NUj-yrh_AOnfIIBnGIznlxM682b__/view?usp=sharing
0.9
Add Gabbie story.
Add Kylie story.
Add MAcy story.
cheat : damdam
https://drive.google.com/file/d/1jwq4bgyHAqpkVFfJO48lsVrS_31Rn-FT/view?usp=sharing
https://drive.google.com/file/d/1jwq4bgyHAqpkVFfJO48lsVrS_31Rn-FT/view?usp=drive_link
Love Hotel : 1.0
* Add random events with active girls (stress management)
* Increase money rewards for Viktor's quest
* Add main story content
* Add basement room (massage, spa, etc.)
* Add spy option for basement room
* Add Kennedy's story
LoveHotel version 1.1
https://drive.google.com/file/d/1uMY1O426T7MVGw-FfqnCjswFTS-p3Mv6/view?usp=sharing
cheat obscure
patch note :
Add masseuse story
Add sauna story
Change cheat money to 20,000
version 1.2
all girl patreon reload.
correcte quest bug widget
correction bug girl not assign = not event
corect bug widget computer<<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/kylie/1/kylie01.webm" 0>>
<<user 0>>Hello, please introduce yourself.<</user>>
<<girl 0 "kylie">>Hello, my name is Kylie, I am 27 years old, and I am very eager to work here.<</girl>>
<<girl 0 "kylie">>Sorry, I am a bit stressed..<</girl>>
<<user 0>>It will be fine, so tell me, why do you want to work here?<</user>>
<<girl 0 "kylie">><cite>Uh...</cite> I have always worked in Love Hotels, but the last one I was at didn't go well.<</girl>>
<<girl 0 "kylie">>You take care of the girls here, I hope?<</girl>>
<<user 0>>Yes, of course, and I have one of the hostesses who helps me manage. If you have any issues, talk to her.<</user>>
<<girl 0 "kylie">>What a good idea to manage with one of the hotel girls, I can help too, you know.<</girl>>
<<user 0>>Yes, why not, but for now, let's focus on this interview.<</user>>
<<user 0>>Please, have a seat.<</user>>
<<user 1>>If I were a client, why should I choose you?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/1/kylie02.webm" 0>>
<<girl 0 "kylie">><cite>Laughs</cite> Easy, because I'm the most beautiful, don't you think?<</girl>>
<<user 2>>Yes, you are very beautiful, like all the women..., but what else do you have?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/1/kylie03.webm" 0>>
<<girl 0 "kylie">><cite>Uh</cite> You're the first one not to notice it!<</girl>>
<<user 0>>I don't understand.<</user>>
<<girl 0 "kylie">><cite>Laughs</cite> I wear an F cup, men love that.<</girl>>
<<user 0>>Oh, I see. That's a bit light as a quality...<</user>>
<<girl 0 "kylie">><cite>Laughs</cite> It's not light at all, they're huge.<</girl>>
<<girl 0 "kylie">>Do you want to see them?<</girl>>
<<user 3>><cite>Uh</cite> Okay, show me.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/1/kylie04.webm" 0>>
<<talk 4>><</talk>>
@@
<<case 4>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie05.webm" type="video/webm">
</video>
<<girl 0 "kylie">>You see, they’re huge, look how they bounce.<</girl>>
<<user 5>>Beautiful, please come closer.<</user>>
@@
<<case 5>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie06.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Like this.<</girl>>
<<user 6>>Beautiful, can you take off your bra?<</user>>
@@
<<case 6>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie07.webm" type="video/webm">
</video>
<<user 0>>Okay, I’m starting to understand why you're so proud.<</user>>
<<user 7>>Perfect, please turn around.<</user>>
@@
<<case 7>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie08.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Even my ass is nice, look!<</girl>>
<<user 8>><cite>Uh</cite> Beautiful..., can you take off your panties as well?<</user>>
@@
<<case 8>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie09.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Yes, boss, can you see well like this?<</girl>>
<<girl 0 "kylie">>Wait, I'll come closer so you can see better.<</girl>>
<<user 9>><cite>Uh</cite> Okay.<</user>>
@@
<<case 9>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie010.webm" type="video/webm">
</video>
<<user 0>>Are you okay, not too uncomfortable?<</user>>
<<girl 0 "kylie">>No, I'm used to it, hey, I've been through worse castings.<</girl>>
<<girl 0 "kylie">>You can touch me if you want.<</girl>>
<<user 0>><cite>Uh</cite> Okay, come a bit closer.<</user>>
<<girl 10 "kylie">><cite>Whispers</cite> Like this!<</girl>>
@@
<<case 10>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie011.webm" type="video/webm">
</video>
<<girl 11 "kylie">>Ummm ummm<</girl>>
@@
<<case 11>>
<<dialog>>
<<if !$question.includes(12) >>
<<link "Faster" "recrut_kylie">><<set $page=12>><</link>>
<</if>>
<<if !$question.includes(13) >>
<<link "Louder" "recrut_kylie">><<set $page=13>><</link>>
<</if>>
<<link "Stop" "recrut_kylie">><<set $page=14>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 12>>
@@#media;
<<video "loveassets/kylie/1/kylie1.webm" 1>>
<<girl 0 "kylie">>Haaa<</girl>>
<<girl 0 "kylie">><cite>Umm</cite><</girl>>
<<girl 11 "kylie">>Haaaaaaa<</girl>>
@@
<<set $question.pushUnique(12)>>
<<case 13>>
@@#media;
<<video "loveassets/kylie/1/kylie2.webm" 1>>
<<girl 0 "kylie">><cite>Umm</cite><</girl>>
<<girl 0 "kylie">>Haaa, Haaaaa<</girl>>
<<girl 11 "kylie">><cite>Um</cite><</girl>>
@@
<<set $question.pushUnique(13)>>
<<case 14>>
@@#media;
<<video "loveassets/kylie/1/kylie013.webm" 0>>
<<user 0>>Okay, we need to stop here.<</user>>
<<girl 0 "kylie">>Why, continue!<</girl>>
<<user 0>>No, no, it's fine. I'm convinced, you have the job.<</user>>
<<girl 0 "kylie">>Really, I’m hired?<</girl>>
<<user 0>>Yes, welcome to $user.hotel.<</user>>
<<girl 0 "kylie">>Ah, I knew it, I have a magical body!<</girl>>
<<user 0>>...<</user>>
<<girl 0 "kylie">>Thank you, thank you. I will do my best to satisfy you. <cite>Um</cite> I mean to satisfy the clients.<</girl>>
<<user 0>>Perfect, as soon as I assign you a room, you can start.<</user>>
<<girl "hall" "kylie">>Okay, boss.<</girl>>
@@
<<set $girls.kylie.quete = 1>>
<<enroll "kylie">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/kylie/duo/0/1.webm", "loveassets/kylie/duo/0/2.webm", "loveassets/kylie/duo/0/3.webm", "loveassets/kylie/duo/0/4.webm"],
1:[false, "loveassets/kylie/duo/1/1.webm", "loveassets/kylie/duo/1/2.webm", "loveassets/kylie/duo/1/3.webm", "loveassets/kylie/duo/1/4.webm"],
5:[false, "loveassets/kylie/duo/5/1.webm", "loveassets/kylie/duo/5/2.webm", "loveassets/kylie/duo/5/3.webm", "loveassets/kylie/duo/5/4.webm", "loveassets/kylie/duo/5/5.webm"]
}>>
<<set _filteredKeys = $girls["kylie"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/kylie/solo/1.webm", "loveassets/kylie/solo/2.webm", "loveassets/kylie/solo/3.webm", "loveassets/kylie/solo/4.webm","loveassets/kylie/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["kylie"].stress = Math.min($girls["kylie"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["kylie"].stress = Math.min($girls["kylie"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "kylie">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "kylie">>Yes, come in.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/2/kylie01.webm">>
<<user 0>>Hello. I'm sorry to disturb you.<</user>>
<<girl 0 "kylie">>Oh, hello $user.nom. You're not disturbing me. How can I help you?<</girl>>
<<user 0>>Nothing special, I just wanted to make sure everything is going well for you. Have you settled in okay?<</user>>
<<girl 0 "kylie">>Yes, everything is fine. Everyone is very nice here. But... I have a small issue.<</girl>>
<<user 0>><cite>sits on the bed</cite> Oh, what is it? Maybe I can help.<</user>>
<<girl 0 "kylie">><cite>Hesitate</cite> Actually, I left a piece of jewelry at my old hotel. It's a family necklace and it has great sentimental value. I'm afraid it might be lost or stolen if I don't go retrieve it quickly.<</girl>>
<<user 0>>I understand. Do you need to go back there to get it?<</user>>
<<girl 0 "kylie">>Yes, but I don't have the means to go there and I'm scared.<</girl>>
<<user 2>>Oh yes, you mentioned that things went badly there. Could you tell me what happened?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/2/kylie02.webm">>
<<girl 0 "kylie">><cite>Sighs</cite> Yes... I was young and inexperienced. I had found a job at a small love hotel. At first, everything seemed to be going well. My boss, Mr. Durand, was charming and attentive.<</girl>>
<<user 0>>But things changed?<</user>>
<<girl 0 "kylie">>Yes. Over time, he began asking me to do "things" I didn’t like. Things with him that were often humiliating, but I was too scared to refuse.<</girl>>
<<user 0>><cite>frowns</cite> That's awful. And no one noticed anything?<</user>>
<<girl 0 "kylie">>No, he was very careful. He subtly threatened me, saying that if I spoke up, no one would believe me.<</girl>>
<<user 0>>How did you manage to get out of it?<</user>>
<<girl 0 "kylie">><cite>Sighs</cite> One day, a colleague noticed my strange behavior and asked me what was going on. I ended up telling her everything. She helped me gather my things, find the courage to leave Mr. Durand, and escape that cursed love hotel.<</girl>>
<<user 0>>And what happened to Mr. Durand? Is he still managing that love hotel?<</user>>
<<girl 0 "kylie">>Yes, everything is fine for him, but for me, the path to rebuilding myself will be long. I still have trouble trusting people.<</girl>>
<<girl 0 "kylie">><cite>sighs</cite> It was a difficult time in my life. He took advantage of me and my naivety.<</girl>>
<<user 0>>I don’t know how to say this... I’m so sorry. You will be fine here, with us, you can trust. Thank you for sharing your story with me.<</user>>
<<girl 3 "kylie">>Thank you for listening. Sometimes, talking about what happened helps a bit to heal.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/2/kylie03.webm">>
<<user 0>><cite>Thinks</cite> You’re not going to get your necklace on your own, I will come with you.<</user>>
<<girl 0 "kylie">>Really, will you do that for me?<</girl>>
<<user 0>>Yes, don’t worry, I’ll take you. If it works for you, I’ll take you tomorrow.<</user>>
<<girl 0 "kylie">>I’m scared, $user.nom<</girl>>
<<user 0>>You can trust me, don’t worry, I’ll be there.<</user>>
<<girl 0 "kylie">>Thank you, $user.nom. I’ll see you tomorrow then.<</girl>>
<<talk 0>><cite>Kisses</cite> Kylie approaches you and kisses you on the mouth.<</talk>>
<<user "hall">><cite>Kisses</cite> See you tomorrow<</user>>
@@
<<set $girls.kylie.quete = 2>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<include "objupdate">>
<<goto "hall">>
<</nobr>><<nobr>>
<<if $version < "0.2" >>
<<set $version = 0.2>>
<<set $user.img = "loveassets/img/user.jpg">>
<<set $boss = {
money: 20000
}>>
<</if>>
<<if $version < "0.3" >>
<<set $version = 0.3>>
<</if>>
<<if $version < "0.4">>
<<set $version = 0.4>>
<<set $girls["macy"] to
{
nom: "Macy",
"realnom":"Macy Meadows",
"mesure": "32C-22-34",
"age": "26",
img: "loveassets/macy/macy.jpg",
cover: "loveassets/macy/macy_cover.jpg",
"salary": 2000,
recrut:true,
active:false,
piece:false,
visite: {},
quete:1,
patreon:false,
sex: []
}>>
<</if>>
<<if $version < "0.5">>
<<set $version = 0.5>>
<<set $girls["whitney"] to
{
nom: "Whitney",
"realnom":"Whitney Wright",
"mesure": "34B-25-36",
"age": "33",
img: "loveassets/whitney/whitney.jpg",
cover: "loveassets/whitney/whitney_cover.jpg",
"salary": 3000,
recrut:true,
active:false,
piece:false,
visite: {},
quete:1,
patreon:true,
sex: []
}>>
<</if>>
<<if $version < "0.6">>
<<set $version = 0.6>>
<</if>>
<<if $version < "0.7">>
<<set $version = 0.7>>
<</if>>
<<if $version < "0.8">>
<<set $hotels = {
"room": 0,
"secu": 0,
"customer": 0
}>>
<<set $girls["gabbie"].stress = 0>>
<<set $girls["kylie"].stress = 0>>
<<set $girls["kennedy"].stress = 0>>
<<set $girls["ariana"].stress = 0>>
<<set $girls["charity"].stress = 0>>
<<set $girls["macy"].stress = 0>>
<<set $girls["whitney"].stress = 0>>
<<set $version = 0.8>>
<<set $cheatcode = "elisa">>
<</if>>
<<if $version < "0.9">>
<<set $cheatcode = "eclipse">>
<<set $version = 0.9>>
<</if>>
<<if $version < "1.0">>
<<set $version = "1.0">>
<<set $cheatcode = "damdam">>
<<set $utilspiece = {
massage: { buy: false },
sauna: { buy: false},
gloryhole: { buy: false},
poledance: { buy: false}
}>>
<</if>>
<<if $version < "1.1">>
<<set $version = "1.1">>
<<set $cheatcode = "obscure">>
<</if>>
<<if $version < "1.2">>
<<set $version = "1.2">>
<<set $user.enemy = 1>>
<<set $signviktor = false>>
<</if>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/img/user_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>Nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/ariana/1/ariana01.webm" 0>>
<<user 0>>Hello. I'm $user.nom, the hotel manager. Can you introduce yourself quickly?<</user>>
<<girl 0 "ariana">>Hi, I'm Ariana, 31 years old. I've worked for three years in various hotels, mostly at the front desk but also in room service.<</girl>>
<<user 0>><cite>Hesitates</cite>... You do realize I'm looking for hostesses for my LoveHotel, not receptionists?<</user>>
<<girl 0 "ariana">><cite>Nods...</cite> Yes, in my previous jobs, I've had the chance to do some "extras." I know exactly what the clients expect from me.<</girl>>
<<user 1>>Alright, please have a seat.<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/ariana/1/ariana03.webm" 0>>
<<user 0>>What interests you in our love hotel, and why do you think this job is for you?<</user>>
<<girl 0 "ariana">>Well, I'm looking for a place where the girls are properly managed. My skills in hospitality, discretion, and professionalism would be assets here, I believe.<</girl>>
<<user 0>>Yes, it's true. Discretion is very important, and you're quite cute. I think you could thrive here.<</user>>
<<user 0>>Sorry to bring this up again, but you won't be hired for hotel service but specifically for client service. I want to be clear on this.<</user>>
<<girl 0 "ariana">><cite>Blushes</cite> Thanks for clarifying, but I am fully aware of what I need to do for the clients.<</girl>>
<<girl 0 "ariana">>As I mentioned, in my previous hotel jobs, I did "extras" with clients, but I'm terrible at management.<</girl>>
<<user 0>>Tell me more.<</user>>
<<girl 0 "ariana">>Since I had to choose my clients and negotiate my pay, I often encountered violent men or those with huge expectations for a ridiculous amount of money. Sometimes, they didn't pay me at all.<</girl>>
<<girl 0 "ariana">>I'm bad at management. I'd rather be here where I hope you manage the clients, and I'll just take care of their needs.<</girl>>
<<user 0>>Yes, that makes it clearer. You're in the right place. I'll take care of you, and you'll just have to take care of the clients.<</user>>
<<girl 0 "ariana">><cite>Laughs</cite> Perfect.<</girl>>
<<user 0>><cite>Um</cite>I'd like you to undress, please.<</user>>
<<girl 2 "ariana">><cite>Blushes</cite>Okay.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/ariana/1/ariana05.webm" 0>>
<<girl 0 "ariana">><cite>Blushes</cite>Do you like my breasts?<</girl>>
<<user 0>><cite>Ahem</cite>Can I touch them?<</user>>
<<girl 3 "ariana">><cite>Blushes</cite>Yes, you can.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/1/ariana010.webm" 0>>
<<user 0>>Beautiful.<</user>>
<<user 4>>Turn around and take off your panties, please.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/ariana/1/ariana06.webm">>
<<user 5>>Beautiful, show me more.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/1/ariana07.webm">>
<<girl 0 "ariana">>Like this?<</girl>>
<<user 0>>Perfect.<</user>>
<<user 6>>To finish, could you touch yourself a bit?<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/ariana/1/ariana09.webm">>
<<user 0>><cite>Um</cite>You are very beautiful.<</user>>
<<girl 0 "ariana">>Thank you, I’m starting to feel really hot, $user.nom!<</girl>>
<<user 0>><cite>Um</cite>Alright, let’s keep it professional, you can stop if it gets too hot for you.<</user>>
<<girl 7 "ariana">><cite>Blushes</cite>Thank you.<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/ariana/1/ariana08.webm">>
<<user 0>><cite>Ahem</cite>I hope we do good work together. If you need anything, don’t hesitate to ask Gabbie or me directly.<</user>>
<<girl 0 "ariana">>Does that mean I got the job?<</girl>>
<<user 0>>Yes, Ariana, you are hired. Welcome to $user.hotel.<</user>>
<<girl 0 "ariana">>Thank you, that's great. I can’t wait to start.<</girl>>
<<user "hall">>Perfect, I’ll find you a room as soon as possible. Work well...<</user>>
@@
<<set $girls.ariana.quete = 1>>
<<enroll "ariana">>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>>The morning goes by normally when a man enters your office. He's a real mountain of a man, imposing and intimidating. With one glance, you understand that he hasn't come for a friendly chat.<</talk>>
<<say 0 _garde>>Hello,<</say>>
<<user 0>>Hello, what can I do for you?<</user>>
<<say 0 _garde>>Are you the new boss? We need to discuss business.<</say>>
<<user 0>><cite>Um</cite>I'm listening!<</user>>
<<say 0 _garde>>The previous owner owes us money, and since you are the new manager, it's you who owes us money now.<</say>>
<<user 0>><cite>Surprise</cite>I beg your pardon, I don't owe anyone anything!<</user>>
<<say 0 _garde>>Do I understand that you refuse to give us our money back? Are you sure that's a good idea? Mr. Viktor won't be happy, and it's a bad idea to anger the Boss!<</say>>
<<user 0>>I don't know who you are and even less who Mr. Viktor is, but one thing is certain, I don't owe anyone anything. If my father owed you money, I'm sorry, but I don't know where that money is.<</user>>
<<say 0 _garde>><cite>Reflect</cite>I see... your father owes us money. I'll give you a day to think about it. Either you give us our money back, or you offer us free services. It's up to you, but you should return the money. My friends and I aren't very gentle with women, it might be hard for them to work after we've been around!<</say>>
<<user 0>>But they have nothing to do with this matter. I will do my best to find your money. Please, don't touch the girls.<</user>>
<<say 0 _garde>>I'll come back tomorrow. I hope you'll have good news for me!<</say>>
<<user 0>>Wait, I don’t even know how much my father owes you.<</user>>
<<say 0 _garde>><cite>Um</cite>The last payment was $450,000. I hope you'll find that amount quickly.<</say>>
<<say 0 _garde>><cite>Um</cite>See you soon.<</say>>
<<user 1>><cite>Think</cite>I need to talk to Gabbie.<</user>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/room0.jpg');
}
</style>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knocks, Knocks</cite> Gabbie, are you there?<</user>>
<<girl 2 "gabbie">>Yes, come in.<</girl>>
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/room0.jpg');
}
</style>
@@#media;
[img[loveassets/gabbie/5/0.jpg]]
<<user 0>>We need to talk, Gabbie. A very threatening man just told me that my father owed him $450,000.<</user>>
<<girl 0 "gabbie">><cite>Surprise</cite>What! But why?<</girl>>
<<user 0>>That's not the worst part... It's up to me to pay him back, and if I don't, he wants free services instead!<</user>>
<<girl 0 "gabbie">>What are you going to do, $user.nom?<</girl>>
<<user 0>>But nothing...<</user>>
<<girl 0 "gabbie">><cite>Uh</cite>I knew your father was involved in shady business, but the girls have never been bothered before. $user.nom, you need to do something. You won't let them touch us, will you? Please, $user.nom, you will protect us, won't you?<</girl>>
<<user 3>>Yes, yes, of course. It was never a question of offering you "for free".<</user>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/room0.jpg');
}
</style>
@@#media;
[img[loveassets/gabbie/5/1.jpg]]
<<girl 0 "gabbie">><cite>UM</cite> Don't even think about it.<</girl>>
<<user 0>><cite>Ahem</cite> For free and without your consent...<</user>>
<<girl 0 "gabbie">><cite>UM</cite> Be careful, $user.nom. I'm not involved in any shady business. I'm willing to help you manage the girls, but I won't do anything against their will.<</girl>>
<<user 0>>But yes, I'm just looking for solutions, unless you have $450,000 to lend me!<</user>>
<<girl 0 "gabbie">>You know well that I don't. But if your father received this money, he must be somewhere.<</girl>>
<<girl 0 "gabbie">>You could ask your father's friends if they know more.<</girl>>
<<user 0>>Unfortunately, the one who knew my father the most is you. When he started renovating the hotel, he lost all his friends and even abandoned his family.<</user>>
<<girl 0 "gabbie">>Then I don't know, $user.nom. Request a meeting, ask to stagger your debt, and find plenty of new clients. The girls and I will work hard to save this place.<</girl>>
<<user 0>>I'm glad to have you by my side. I'll find a solution without involving you, I promise.<</user>>
<<girl 0 "gabbie">>Thank you, $user.nom.<</girl>>
<<user 4>>Thank you, Gabbie.<</user>>
@@
<<case 4>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<user 0>><cite>Think</cite> What to do, what to do, what to do.<</user>>
<<user 0>><cite>Think</cite> I think it's a stupid idea, but with the information on the computer, I should be able to ask for a bit more time.<</user>>
<<user 5>><cite>Um</cite> Blackmailing this kind of person is risky, but I don't have much choice.<</user>>
@@
<<case 5>>
@@#media;
[img[loveassets/img/print.jpg]]
<<user 0>><cite>Think</cite> I will make several copies that I will hide somewhere, and keep one for the bodybuilder.<</user>>
<<user 0>><cite>Think</cite> Here's the plan: I'll show them the document and ask for an extension for the payment.<</user>>
<<user 0>><cite>Deep breath</cite> I hope I won't get beaten up, I hope I won't get beaten up!!!<</user>>
<<user 6>><cite>Think</cite> Good luck, anyway I have no choice, I need to ask for a bit more time.<</user>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<user 0>><cite>Think</cite> Well, all that's left is to wait for the big guy to come back and pray he doesn't kick my ass.<</user>>
<<user "hall">>Think about something else, think about something else.<</user>>
@@
<<time>>
<<set $user.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>>So, do you have the money?<</say>>
<<user 0>><cite>Um</cite> Of course not, I can't gather that much money in a day! But I will pay you, I promise.<</user>>
<<say 0 _garde>>You know where you can put your promises. Well, I'll need to bring some friends. I hope your LoveHotel has some pretty women.<</say>>
<<user 0>><cite>Um</cite> Please, before you do anything to the women here, let me talk to your boss.<</user>>
<<say 0 _garde>>No need for that. My orders are clear. You must pay, or we'll enjoy ourselves for free at your LoveHotel whenever we feel like it, and I often feel like it.<</say>>
<<user 1>><cite>Suraise</cite> WAIT, I need to show you something first.<</user>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<user 0>><cite>Hesitant</cite> Here are all the documents I found on my father's computer. I've made several copies.<</user>>
<<user 2>> I’ve sent some to friends with instructions that if anything happens to me or if they don’t hear from me soon, they should release them to the media and the police.<</user>>
<<case 2>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>><cite>Thinking</cite> You've got guts, that's good, but it won’t be enough to please Mr. Viktor. However, you’ve won for today. I'll arrange a meeting with the boss for you. You should prepare the money, he's much less friendly than I am.<</say>>
<<say 0 _garde>><cite>Gives you a shoulder pat and takes the envelopes</cite> I'll take these. Mr. Viktor might be interested.<</say>>
<<say 0 _garde>> Remind me your name? <</say>>
<<user 0>><cite>Um</cite> $user.nom<</user>>
<<say 0 _garde>><cite>Smiling</cite> $user.nom, I really appreciate that you're not backing down.<</say>>
<<say "hall" _garde>> See you soon, $user.nom.<</say>>
@@
<<time>>
<<set $user.quete = 5>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>> Hello, $user.nom.<</say>>
<<user 0>><cite>Um</cite> Hello.<</user>>
<<say 0 _garde>> I'm going to ask you to sit down, place your hands on your desk, and not move at all. For you, this is a matter of life or death.<</say>>
<<user 0>><cite>Trembling</cite> Sorry!?<</user>>
<<say 0 _garde>> Don’t worry, nothing will happen to you if you do as I say. The boss will come in to talk to you. I suggest you be respectful and not move at all.<</say>>
<<user 1>> Okay.<</user>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>> Hello, $user.nom.<</say>>
<<user 0>> Hello, you must be Mr. Viktor. I wanted to talk to you...<</user>>
<<talk 0>> Viktor bursts into a cold, disdainful laugh and gestures for the guard to come closer.<</talk>>
<<say 0 _boss>> Talk? With you? You’re really naive, $user.nom. You’re just a little jerk running a crappy love hotel. Why would I take you seriously?<</say>>
<<say 0 _boss>> I’ve been in business for years, and let me tell you, your piece of paper won’t help you. They’re just numbers that mean nothing.<</say>>
<<say 2 _boss>> I came here for one thing only: to teach you respect.<</say>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>> Viktor looks at the mountain of muscle next to him and nods.<</talk>>
<<talk 3>> The colossus advances toward you with a menacing glint in his eyes. You know you have no choice but to defend yourself. A fight ensues.<</talk>>
@@
<<case 3>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 2000 , "atk": 100},
"passage" : "talk_user5"
}>>
<<goto fight>>
<<case 4 5>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 6>> Finally, after a fierce struggle, you receive the final blow that hurts deeply—kneeling on the ground with blood in your mouth, you realize that no matter what you do, you cannot match the strength of this colossus.<</talk>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>> Viktor, apparently amused, claps slowly. Then he looks you in the eyes and, with a slow gesture, raises his hand.<</talk>>
<<talk 0>> The mountain of muscle abruptly lifts you by the shirt, forcing you to stand up again. In a final humiliating gesture, he gives you a pat on the shoulder to brush off the dust.<</talk>>
<<say 0 _boss>> Impressive in your uselessness, $user.nom, but you have the courage to endure without flinching. <cite>Think.</cite> I have a proposition for you.<</say>>
<<user 0>><cite>Stammers.</cite> I’m listening, Mr. Viktor.<</user>>
<<say 7 _boss>> You may come in, Charity.<</say>>
<<case 7>>
@@#media;
<<video "loveassets/charity/1/charity01.webm">>
<<say 0 _boss>> $user.nom, let me introduce you to Charity. She will work in your love hotel. Before you ask, you have no choice. She will be very... useful for our business.<</say>>
<<girl 0 "charity">> Hello, $user.nom.<</girl>>
<<say 0 _boss>> Sit down, Charity. I will explain how this will work. She will come to your love hotel, and it’s up to you to find her a room. You can use her as you like, and of course, she will take clients like the other girls, but my team will always be prioritized and will not pay anything.<</say>>
<<user 0>> Excuse me!?<</user>>
<<say 0 _boss>> It’s a good deal. My team won’t touch the other girls, and you’ll be able to make some extra money. Follow me and your life will become much simpler. After all, you don’t really have a choice.<</say>>
<<user 0>><cite>Um...</cite><</user>>
<<say 0 _boss>> What’s wrong? Don’t you like her? Do you think your clients won’t want her?<</say>>
<<say 8 _boss>> Charity, stand up and show him a bit of your body!<</say>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/1/charity03.webm">>
<<user 0>>No, that’s not necessary.<</user>>
<<say 9 _boss>>Beautiful, move that ass a bit!<</say>>
<<case 9>>
@@#media;
<<video "loveassets/charity/1/charity04.webm">>
<<girl 0 "charity">>Like this, Mr. Viktor.<</girl>>
<<say 0 _boss>>How lucky you are, $user.nom. I will miss this little one.<</say>>
<<say 10 _boss>>Show us a bit of your breasts, Charity.<</say>>
<<case 10>>
@@#media;
<<video "loveassets/charity/1/charity05.webm">>
<<girl 0 "charity">>Mr. Viktor.<</girl>>
<<say 0 _boss>><cite>Laughs</cite> You’re lucky, aren’t you, $user.nom.<</say>>
<<user 0>><cite>Ahem</cite> Yes, yes.<</user>>
<<say 0 _boss>>Well, I’ll leave you to "get acquainted". We’ll see each other soon, $user.nom. Charity, I expect you to be a good girl.<</say>>
<<girl 0 "charity">>Yes, Mr. Viktor.<</girl>>
<<say 0 _boss>>Ah, I almost envy you, $user.nom. You’re going to have a great time. You’ll see, she’s a delightful woman.<</say>>
<<user 11>>Sorry, I have no intention of touching her. If she’s going to work here, I’ll find her a room, but that’s it.<</user>>
@@
<<case 11>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Viktor approaches you, his smile fading to a cold, piercing stare.<</talk>>
<<say 0 _boss>>Listen to me carefully, $user.nom. If you want your little business to keep running and for your life to stay peaceful, you do as I say. Charity is a good girl and she needs to prove her loyalty to me, and so do you. Now do as I tell you. End of discussion.<</say>>
<<say 0 _boss>>Charity, I’m counting on you.<</say>>
<<girl 0 "charity">>Yes, Mr. Viktor.<</girl>>
<<user 0>><cite>Nods slowly</cite><</user>>
<<say 0 _boss>>Good. Now, be a good boy and remember that I’m keeping an eye on you.<</say>>
<<talk 12>>Viktor and his bodyguard leave the room, leaving you alone with Charity.<</talk>>
@@
<<case 12>>
@@#media;
<<video "loveassets/charity/1/charity06.webm">>
<<girl 0 "charity">> $user.nom, please be kind.<</girl>>
<<user 0>>No, but let's just tell Mr. Viktor that we did it, you don’t have to if you don't want to.<</user>>
<<girl 0 "charity">> I don't have to, $user.nom, I’m just doing my job.<</girl>>
<<girl 0 "charity">> Besides, I can’t lie to Mr. Viktor. Come on, stop arguing and come closer.<</girl>>
<<user 0>>Do you really want this?<</user>>
<<girl 13 "charity">><cite>Nods yes.</cite><</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/charity/1/charity07.webm">>
<<girl 0 "charity">>Thank you, $user.nom.<</girl>>
<<user 14>>Oh my God!!!<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/charity/1/charity1.webm" 1>>
<<girl 0 "charity">><cite>Glug Glug.</cite><</girl>>
<<user 15>>Hoooooo<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/charity/1/charity2.webm" 1>>
<<girl 0 "charity">>Hoooo, hooooo, wayyyy<</girl>>
<<girl 0 "charity">>Hoooo, hooooo, Haaa , Haaaa, Fuck, Haaaaaa<</girl>>
<<user 16>><cite>Slap</cite><</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/charity/1/charity3.webm" 1>>
<<girl 0 "charity">>Hoooo, hooooo<</girl>>
<<girl 17 "charity">>Haaa , Haaaa, Haaaaaa<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/charity/1/charity4.webm" 1>>
<<user 0>>Haaaaa, haaaa, haaaa<</user>>
<<user 18>>Hooo, Ho my God<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/charity/1/charity5.webm" 1>>
<<girl 0 "charity">><cite>Glug Glug</cite><</girl>>
<<user 19>>Ho my God<</user>>
@@
<<case 19>>
@@#media;
<<video "loveassets/charity/1/charity08.webm">>
<<user 0>>Oh damn, thank you Mr. Viktor...<</user>>
<<girl 0 "charity">><cite>nods</cite><</girl>>
<<user 0>>I'll find you a room as soon as possible. I hope you'll be comfortable with us.<</user>>
<<user 0>>I'll come to see you to talk once you've had the chance to settle in.<</user>>
<<girl "hall" "charity">><cite>Breathes deeply</cite>Thank you, $user.nom.<</girl>>
@@
<<enrollfree "charity">>
<<time>>
<<set $user.quete = 6>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "hall">>
<<if $boss.money <= 0>>
<<goto enddelevery>>
<</if>>
<<switch $page>>
<<case 0>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": random(50, 400) , "atk": random(20, 100)},
"passage" : "talk_user7",
"money" : random(1000, 5000),
"mile" : random(1, 10)
}>>
@@#media;
<li class="mapstats">
<ul>
<li><h4>Debts</h4></li>
<li><big><<=$boss.money>></big></li>
</ul>
</li>
<li>[img[loveassets/img/matrix.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Choose your sentence.</li>
<ul class="link">
<li><<link "Delivery" "delivery">><</link>></li>
<li><<link "Fight" "fight">><</link>></li>
</ul>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<case 1 2>>
@@#media;
<li>[img[loveassets/img/money.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Money.</li>
<li>You won $<<=$fight.money>></li>
<li><<link "Back" "hall">><</link>><<set $boss.money -= $fight.money>></li>
</ul>
</li>
@@
<<case 3>>
win <<= $fight.money>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _durand = "loveassets/img/durand.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kylie/3/kylie01.webm">>
<<user 0>>Are you ready to go?<</user>>
<<girl 0 "kylie">>Yes, but I’m scared, $user.nom.<</girl>>
<<user 0>>It will be fine. Go get ready, I’ll wait for you in the car!<</user>>
<<girl 1 "kylie">><cite>Whispers</cite> Okay, I’m coming.<</girl>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie02.webm">>
<<user 0>>Is your old hotel far from here?<</user>>
<<girl 0 "kylie">>Not too far, about half an hour's drive. Thank you so much for helping me, $user.nom. I don’t know what I would have done without you.<</girl>>
<<user 0>>It's only natural, Kylie. You're part of the team now. And besides, a family heirloom is important. It must mean a lot to you.<</user>>
<<girl 0 "kylie">>Yes, that’s true, but still, you’re really kind, and you don’t take advantage of the girls at your hotel. It must be hard being surrounded by beautiful girls all the time.<</girl>>
<<girl 0 "kylie">><cite>Laughs</cite> Especially since I’ve been here.<</girl>>
<<girl 0 "kylie">>$user.nom, have you ever fantasized about me?<</girl>>
<<user 0>><cite>Ahem</cite>Well... uh...<</user>>
<<girl 0 "kylie">><cite>Laughs</cite> Thank you, $user.nom, thank you for making me laugh.<</girl>>
<<user 0>><cite>Laughs</cite> I see, you just wanted to make me uncomfortable...<</user>>
<<user 0>><cite>Smiles</cite> So, to answer your question, I find your breasts extraordinary and I often dream about them.<</user>>
<<girl 2 "kylie">><cite>Blushes and adjusts her hair</cite>$user.nom!!!<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie03.webm">>
<<talk 0>>Now that you’ve mentioned her breasts, you can’t stop thinking about them. In fact, you can see them bouncing with every bump in the road.<</talk>>
<<user 0>><cite>Stares at her breasts</cite><</user>>
<<girl 0 "kylie">><cite>Laughs</cite> You should watch the road, $user.nom.<</girl>>
<<user 3>><cite>Ahem</cite> Sorry.<</user>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie04.webm">>
<<girl 0 "kylie">>You really like my breasts that much, you’d risk a car accident just to look at them.<</girl>>
<<girl 0 "kylie">>Look again, $user.nom.<</girl>>
<<user 4>><cite>Stares at her breasts</cite> Kylie, I'm driving...<</user>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie05.webm">>
<<girl 0 "kylie">>Wait, $user.nom, you haven't seen anything yet.<</girl>>
<<user 0>>We're going to end up having an accident, I don't know where to look anymore.<</user>>
<<girl 5 "kylie">>Yes, I understand, $user.nom. It's better if you watch the road, but you can still use one of your hands.<</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie06.webm">>
<<user 0>>Oh damn, we're almost there... if this continues, I'm going to explode.<</user>>
<<girl 0 "kylie">><cite>Laughs</cite> We’ve arrived, don't worry.<</girl>>
<<girl 0 "kylie">>If you want, we can continue later.<</girl>>
<<user 6>>...<</user>>
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/badhotel.jpg]]
<<girl 0 "kylie">>This place still gives me the creeps.<</girl>>
<<user 0>><cite>Frowns</cite> Yes, I understand.<</user>>
<<girl 0 "kylie">>I hope Mr. Durand... won't be there! He really scares me.<</girl>>
<<user 7>>Don't worry, I'm here. Let's go.<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>>Hello, are you interested in one of our whores..... <</say>>
<<say 0 _durand>>Kylie!<</say>>
<<say 0 _durand>>And you're not alone, who is he?<</say>>
<<girl 0 "kylie">><cite>Trembling</cite> Hello, I left a necklace here, in my room. Can I please get it back?<</girl>>
<<say 0 _durand>><cite>Smiles</cite>Of course, and what are you willing to do to get it back?<</say>>
<<girl 0 "kylie">>Uh... nothing, no, I don't want to fuck with you.<</girl>>
<<say 0 _durand>>Then how much are you willing to pay to get it back? Make an offer and hurry up, I don’t have all day.<</say>>
<<user 0>><cite>Calm</cite> Listen, sir. Kylie is here to retrieve her necklace and that’s all, no unnecessary negotiations.<</user>>
<<say 0 _durand>>What’s it to you? Either she pays or she sucks.<</say>>
<<user 0>><cite>Angry</cite> Not even in your dreams. Come on, Kylie, show me your room.<</user>>
<<say 8 _durand>><cite>Angry</cite>Hey, do you think it’s going to go down like that?<</say>>
@@
<<case 8>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 200 , "atk": 15},
"passage" : "talk_kylie2"
}>>
<<goto fight>>
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>><cite>Laughs</cite> Hey, it’s for him that you left me!!!<</say>>
<<user 0>><cite>Angry</cite> Wait, I’m not done with you. I’m going to make you shut up.<</user>>
<<talk 10>>Against all odds, you get back up and land a well-placed blow that destabilizes him, then you follow up with strikes that hurt him more and more.<</talk>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>><cite>Muttering</cite> Alright, stop..., stop... she can go get her necklace.<</say>>
<<user 0>><cite>Breathes heavily</cite> Come on, Kylie.<</user>>
<<girl 11 "kylie">><cite>A bit excited</cite> Okay, follow me.<</girl>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/img/kylie_room.jpg]]
<<user 0>><cite>Surprised</cite> Well, it's really not welcoming here.<</user>>
<<girl 0 "kylie">><cite>Nods</cite> Yes, for Mr. Durand, only money matters.<</girl>>
<<user 12>><cite>Um</cite> I’m sorry, Kylie. I will do better than him.<</user>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie1.jpg]]
<<girl 0 "kylie">><cite>Smiles</cite> I’m sure of it, $user.nom.<</girl>>
<<user 0>><cite>Um</cite> Okay. Find your necklace so we can get out of here quickly!<</user>>
<<talk 0>>Kylie searches for her necklace and finds it very quickly, there isn't much in this room.<</talk>>
<<girl 0 "kylie">>Got it!<</girl>>
<<girl 0 "kylie">><cite>Playing with her dress</cite> $user.nom, you know, I’m sorry for what happened with Mr. Durand. That man is a jerk.<</girl>>
<<user 0>>Don’t worry. I’ll always be here if you need help.<</user>>
<<girl 13 "kylie">><cite>Um</cite> How about we continue what we started in the car?<</girl>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie2.jpg]]
<<user 0>>Oh damn<</user>>
<<user 0>>Really, here? I don’t want to take advantage of you and your emotions.<</user>>
<<girl 14 "kylie">>Alright, then I’ll take advantage of you!<</girl>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie3.jpg]]
<<user 0>><cite>UM</cite><</user>>
<<girl 15 "kylie">>Come on, $user.nom, hurry up. We don’t have much time before the other jerk starts wondering where we are.<</girl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie1.webm" 1>>
<<girl 0 "kylie">><cite>Glup Glup</cite><</girl>>
<<girl 16 "kylie">>Ho Ummmm<</girl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie2.webm" 1>>
<<girl 0 "kylie">><cite>Glup Glup</cite>Umm Ummm<</girl>>
<<user 17>>Haaa<</user>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie3.webm" 1>>
<<girl 0 "kylie">><cite>Glup Glup</cite> Um Um<</girl>>
<<user 18>>Ho my God<</user>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie4.webm" 1>>
<<user 0>><cite>Breathes heavily</cite>Haa<</user>>
<<girl 0 "kylie">><cite>Um</cite>Haaaa Haaaaa<</girl>>
<<user 19>><cite>Breathes heavily</cite>Haaaaaa haaaaa<</user>>
@@
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie07.webm">>
<<user 0>>Oh damn, I'm sorry, I got it all over your face.<</user>>
<<girl 0 "kylie">><cite>Laughs</cite><</girl>>
<<girl 0 "kylie">><cite>Laughs</cite> Oh $user.nom, I feel like I’m going to be very comfortable in your Love Hotel.<</girl>>
<<girl 0 "kylie">>Thank you again, $user.nom. Really.<</girl>>
<<user 0>>My pleasure, Kylie. If you have nothing else to do here, let’s head home.<</user>>
<<girl 20 "kylie">>Alright.<</girl>>
@@
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/img/kylie_room.jpg]]
<<talk 0>>Kylie takes one last look at the horrible room, then looks at you and smiles.<</talk>>
<<girl 0 "kylie">><cite>Whispers</cite> I’m going to make you happy, $user.nom.<</girl>>
<<user 0>>Sorry? Is everything okay, Kylie?<</user>>
<<girl "hall" "kylie">>Yes, yes, let’s get out of here.<</girl>>
@@
<<skill "kylie" "0">>
<<set $girls.kylie.quete = 3>>
<</switch>>
<</nobr>><<nobr>>
@@#media;
[img[loveassets/img/stop.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li><<link "Back" "hall">><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/kylie/kylie_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _durand = "loveassets/img/durand.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>You walk past Kylie's room when loud voices catch your attention.<</talk>>
<<talk 0>>A deep, authoritative voice pierces through the door.<</talk>>
<<say 0 _durand>><cite>Shouts</cite>You think you can escape from me like that, Kylie?<</say>>
<<say 0 _durand>>You owe me everything, I did everything for you! You know that, right?<</say>>
<<say 0 _durand>><cite>Shouts</cite>And you steal from me!!! Yes, you stole from me!<</say>>
<<girl 0 "kylie">><cite>Shaky voice</cite>But... I don't owe you anything! And this necklace is mine.<</girl>>
<<girl 0 "kylie">>It's... it's a gift from my mother.<</girl>>
<<say 0 _durand>><cite>Furious</cite>Lies!<</say>>
<<say 0 _durand>>You're going to have to pay it back, and if you can't pay, well...<</say>>
<<say 1 _durand>>You know how we can settle this...<</say>>
@@
<<case 1>>
@@#media .zoom15;
[img[loveassets/img/porte.jpg]]
<<talk 0>>A tense silence settles, broken only by the sound of hurried footsteps.<</talk>>
<<talk 0>>You hear Kylie trying to protest, her voice barely audible, but she's interrupted by another tirade from Mr. Durand.<</talk>>
<<say 0 _durand>>You will come back to work for me, whether you like it or not!<</say>>
<<say 0 _durand>>Here, no one will take care of you like I did.<</say>>
<<talk 0>>These words resonate like a thinly veiled threat. You slowly move closer to the door, ready to intervene.<</talk>>
<<talk 0>>But before you can act, you hear Mr. Durand abruptly approaching the door.<</talk>>
<<talk 0>>You quickly hide, no need to add fuel to the fire for now.<</talk>>
<<talk 0>>You still hear him, angry, issuing one last warning to Kylie.<</talk>>
<<talk 0>><cite>Slam</cite>Then he slams the door before leaving.<</talk>>
<<talk 0>><cite>Knock - Knock</cite>You wait a few minutes and gently knock on Kylie's door.<</talk>>
<<talk 0>>No one answers...<</talk>>
<<user 0>>Kylie? ...<</user>>
<<talk 0>>After a moment that felt like an eternity, a muffled voice answers you.<</talk>>
<<girl 2 "kylie">><cite>Whispers</cite>Come in....<</girl>>
@@
<<case 2>>
<<set _background = "loveassets/img/room"+$background+".jpg">>
@@#media;
[img[_background]]
<<talk 0>>You open the door and see no one. Only the sound of running water echoes, accompanied by a gentle scent of soap.<</talk>>
<<talk 0>>You look around, the room is filled with steam, proof that Kylie has been in the shower for a while.<</talk>>
<<user 0>>Kylie?<</user>>
<<user 0>>Kylie, is everything okay?<</user>>
<<girl 0 "kylie">>I'm in the shower, $user.nom.<</girl>>
<<user 0>>Is everything okay?<</user>>
<<girl 0 "kylie">>I can't hear you, $user.nom, come into the bathroom.<</girl>>
<<talk 0>>You approach the bathroom door, ready to knock, when you're interrupted.<</talk>>
<<girl 3 "kylie">>Come in, $user.nom.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/4/kylie01.webm">>
<<talk 0>>You open the door and see her sitting under the shower, water streaming down her body.<</talk>>
<<talk 0>>Her gaze is empty, and she remains motionless, as if trying to wash away an invisible stain.<</talk>>
<<user 0>>Kylie, are you okay?<</user>>
<<girl 0 "kylie">><cite>Hesitant</cite>Yes... well... no, not really.<</girl>>
<<user 0>>I heard you arguing with someone earlier. It was Mr. Durand, wasn't it?<</user>>
<<talk 0>>She looks away, visibly uncomfortable.<</talk>>
<<girl 0 "kylie">><cite>Whispers</cite>Yes, it was him.<</girl>>
<<user 0>>Can you tell me what he wanted from you?<</user>>
<<girl 0 "kylie">><cite>Sighs</cite>He's been harassing me since we went to retrieve my necklace. He says... he says I owe him money.<</girl>>
<<user 0>>Money? For what?<</user>>
<<talk 0>>She briefly lifts her eyes to meet yours but quickly lowers them, unable to hold your gaze.<</talk>>
<<girl 0 "kylie">><cite>Whispers</cite>He says I stole the necklace... and that if I don’t pay him back, he... he’ll take his payment another way...<</girl>>
<<talk 0>>The silence that follows her words is heavy. You feel anger rising within you, but you hold it back for now.<</talk>>
<<user 0>>Kylie, look at me. That man will never touch you again. I promise you. <</user>>
<<talk 0>>She hesitates, then slowly nods her head.<</talk>>
<<talk 4>>Her body relaxes, as if freed from a weight. She seems to be slowly calming down.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/4/kylie02.webm">>
<<girl 0 "kylie">>Thank you, $user.nom, I feel safe when you're near me, but...<</girl>>
<<girl 0 "kylie">><cite>Whispers</cite>...He’ll never leave me alone...<</girl>>
<<talk 0>>At these words, anger rises within you.<</talk>>
<<talk 0>>You imagine how freeing it would feel if your fist met his face.<</talk>>
<<talk 0>>But you know violence wouldn’t solve anything. He’s completely obsessed with Kylie.<</talk>>
<<talk 0>>The only way to make him harmless is to break the hold he has over her.<</talk>>
<<talk 0>>You think for a moment, all while observing the water running down Kylie’s body.<</talk>>
<<user 0>>Kylie, that man deserves to pay for everything he’s done to you.<</user>>
<<user 0>>But to act, I need to know everything. I need you to answer a few questions.<</user>>
<<user 0>>Will you? You can trust me!<</user>>
<<talk 0>>She looks at you, hesitant, but eventually nods.<</talk>>
<<girl 0 "kylie">><cite>Smiles</cite>I trust you, $user.nom.<</girl>>
<<talk 0>>A faint smile forms on her lips, and you notice her shoulders relaxing.<</talk>>
<<talk 0>>She lowers her gaze to her wet body, then looks you in the eyes.<</talk>>
<<talk 0>>Her hands slowly start to move, as if to release the tension within her.<</talk>>
<<talk 5>>A simple gesture, but one that seems to finally soothe her troubled mind.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kylie/4/kylie03.webm">>
<<girl 0 "kylie">>I'm listening, $user.nom. Ask me your questions.<</girl>>
<<talk 0>>You stare at her body, feeling the thread of the conversation slip away from you.<</talk>>
<<talk 0>>Between the anger rising within you and the desire overwhelming you, you're not sure where to focus.<</talk>>
<<user 6>>Uh... yes.<</user>>
@@
<<case 6>>
<<dialog>>
<<if !$question.includes(7)>>
<<link "Associates?" "talk_kylie3">><<set $page=7>><</link>>
<</if>>
<<if !$question.includes(8) >>
<<link "Other threats?" "talk_kylie3">><<set $page=8>><</link>>
<</if>>
<<if !$question.includes(9) >>
<<link "Help?" "talk_kylie3">><<set $page=9>><</link>>
<</if>>
<<if !$question.includes(10) >>
<<link "Documents?" "talk_kylie3">><<set $page=10>><</link>>
<</if>>
<<if !$question.includes(11) >>
<<link "Passions?" "talk_kylie3">><<set $page=11>><</link>>
<</if>>
<<if $question.includesAll(7,8,9,10,11) >>
<<link "End of the conversation" "talk_kylie3">><<set $page=12>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 7>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Does Mr. Durand work alone or does he have associates?<</user>>
<<girl 0 "kylie">><cite>Thinks</cite> Yes, there's a man... Mr. Bernard.<</girl>>
<<girl 0 "kylie">>He's the one who manages the finances and makes the big decisions with him.<</girl>>
<<girl 0 "kylie">>But I don’t know if he really knows what Durand is doing in the hotel...<</girl>>
<<user 0>><cite>Smiles</cite> Well, we'll find that out.<</user>>
<<user 0>>Do you have his phone number? Can you give it to me?<</user>>
<<girl 6 "kylie">>Yes, yes, I should have it...<</girl>>
@@
<<set $question.pushUnique(7)>>
<<case 8>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>And the other girls at the hotel, do they talk to you often about Durand?<</user>>
<<user 0>>Do you know if he threatens them too?<</user>>
<<girl 0 "kylie">><cite>Thinks</cite> They talk little about him. They’re afraid, I think...<</girl>>
<<girl 0 "kylie">>But sometimes, they make comments about the way he watches them.<</girl>>
<<user 6>>Maybe they have their own stories to hide...<</user>>
@@
<<set $question.pushUnique(8)>>
<<case 9>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>And the girls who still work there? Could they help us?<</user>>
<<girl 0 "kylie">><cite>Sigh</cite>I don’t know, Mr. Durand surely has a way to keep them under control.<</girl>>
<<girl 0 "kylie">>But one of the girls is a close friend. If you need support there, go see Valerica.<</girl>>
<<user 0>>So, if I have Valerica’s support and show them we can bring him down...<</user>>
<<user 0>>They’ll side with us?<</user>>
<<girl 6 "kylie">>Maybe... if they feel safe, yes.<</girl>>
@@
<<set $question.pushUnique(9)>>
<<case 10>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>He must have some compromising documents somewhere.<</user>>
<<user 0>>A place where he keeps his little secrets?<</user>>
<<girl 0 "kylie">><cite>Hesitates</cite>Yes... in his office.<</girl>>
<<girl 0 "kylie">>He has a locked drawer. I saw him once put a file about me in there...<</girl>>
<<girl 0 "kylie">>He always said he kept evidence against me “just in case.”<</girl>>
<<user 0>>That drawer... Do you know where the key is?<</user>>
<<girl 0 "kylie">>I’m not sure... somewhere in his office.<</girl>>
<<girl 0 "kylie">>But I’ve never dared to search…<</girl>>
<<user 6>>No worries.<</user>>
@@
<<set $question.pushUnique(10)>>
<<case 11>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Out of curiosity, does Mr. Durand have any preferences? A kind of... particular passion?<</user>>
<<girl 0 "kylie">>Uh... I’m not sure what you mean by that...<</girl>>
<<user 6>>Just out of curiosity, but forget about it.<</user>>
@@
<<set $question.pushUnique(11)>>
<<case 12>>
@@#media;
<<video "loveassets/kylie/4/kylie05.webm">>
<<talk 0>>You are still lost in your thoughts, you need a solid plan.<</talk>>
<<user 0>><cite>Thinking</cite>Thank you, Kylie. Thanks to you, I think I know how I’m going to handle this.<</user>>
<<user 0>>If everything goes as I want... he will never hurt you again.<</user>>
<<girl 0 "kylie">><cite>Hoo $user.nom</cite> No one has ever done so much for me!<</girl>>
<<girl 0 "kylie">><cite>Hoo $user.nom</cite> Tell me, tell me what you’re going to do to him.<</girl>>
<<talk 0>>Still focused and lost in your thoughts, you haven't noticed the change in Kylie’s attitude.<</talk>>
<<talk 0>>As you speak, her excitement grows, to the point where she starts touching herself under the shower, right before your eyes.<</talk>>
<<talk 0>>And you still don’t notice anything...<</talk>>
<<user 0>>Here’s what I’m going to do. First, I’m going to call M. Bernard, Durand’s associate, and lure him to his hotel.<</user>>
<<user 0>>Then, I’m going to see Valerica to make sure the girls at the hotel are on our side.<</user>>
<<user 0>>Finally, I’ll search Durand’s office to find evidence on him, especially the file about you, Kylie.<</user>>
<<user 0>>Once I have all that, I’ll expose them in front of his associate and the girls at the hotel. M. Durand won’t be able to do anything.<</user>>
<<user 0>>With the evidence and the girls on my side, M. Bernard won’t have any choice but to get rid of M. Durand.<</user>>
<<girl 0 "kylie">>Do you really think this will work?<</girl>>
<<user 0>>It will work. I will not let Mr. Durand get away with it.<</user>>"
<<talk 0>>Kylie looks at you as if it's the first time she's seeing you.<</talk>>
<<talk 0>>Overwhelmed with emotion, after so much tension, hope makes her swoon. Her body tenses up, invaded by an intense and irresistible desire.<</talk>>
<<girl 13 "kylie">>$user.nom, hooo $user.nom<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kylie/4/kylie1.webm" 1>>
<<talk 0>>You finally begin to understand what's happening...<</talk>>
<<talk 0>>All these emotions have overwhelmed Kylie, who is letting her consuming urges take over.<</talk>>
<<girl 0 "kylie">><cite>Umm</cite>hooo $user.nom<</girl>>
<<talk 0>>You don't move, you stay there, watching her, supporting her both in her pain and in her pleasure.<</talk>>
<<girl 14 "kylie">><cite>Umm</cite>hooo $user.nom<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kylie/4/kylie06.webm">>
<<talk 0>>This surreal scene made Kylie very happy.<</talk>>
<<talk 0>>She looks at you and then smiles, happy that you participated passively in her pleasure.<</talk>>
<<girl 0 "kylie">><cite>Whispers</cite>hooo $user.nom, I... I...<</girl>>
<<user 0>><cite>Smiles</cite>You’re magnificent...<</user>>
<<girl 0 "kylie">><cite>Gets up</cite>$user.nom, you always have the right words.<</girl>>
<<girl 0 "kylie">><cite>Smiles</cite>Now go, I need to get dressed, I’m starting to get cold.<</girl>>
<<user 0>>Alright, start putting the plan in motion, give your friend a call and tell her I'll stop by soon.<</user>>
<<girl 0 "kylie">><cite>Smiles</cite>Yes, boss!<</girl>>
<<girl 0 "kylie">>Come back later, I'll give you Mr. Bernard's number and tell you what my friend said.<</girl>>
<<talk "hall">>You look at her for a moment longer, then leave.<</talk>>
@@
<<set $girls.kylie.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "kennedy">>Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/2/kennedy01.webm">>
<<user 0>>Hello, is everything okay?<</user>>
<<girl 0 "kennedy">><cite>smiles shyly</cite> Hello $user.nom. Yes, it's fine... well, not really.<</girl>>
<<user 0>>What’s wrong?<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Well, I wanted to talk to you about something. I feel too shy... and it really affects my work.<</girl>>
<<user 0>>Too shy? But it seems like you're fine with me!<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> It’s just a façade. In reality, I often feel paralyzed by my shyness. I have trouble speaking to clients and being completely open, you understand?<</girl>>
<<user 2>>I understand.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/2/kennedy02.webm">>
<<girl 0 "kennedy">><cite>Slightly parts her legs</cite> I'd like to become a bit more uninhibited. To gain more confidence. But I don't know where to start.<</girl>>
<<user 0>>I see, how can I help you? <</user>>
<<girl 0 "kennedy">>I need advice and maybe some exercises to help me step out of my comfort zone.<</girl>>
<<user 0>>Alright. We could start with small challenges, like talking to new people each day or trying things you’ve never done before.<</user>>
<<girl 0 "kennedy">><cite>Nods</cite> That sounds doable. But I'll need a lot of support.<</girl>>
<<user 3>>I'll be here to push you. We could also practice scenarios together. For example, I could pretend to be a client and you try to seduce me.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/2/kennedy03.webm">>
<<girl 0 "kennedy">><cite>Smiles</cite> That could be fun. And maybe over time, I'll start to feel more at ease.<</girl>>
<<user 0>>Absolutely. And remember, confidence doesn’t come overnight. It takes time and practice.<</user>>
<<girl 0 "kennedy">>Thank you, $user.nom. I already feel a bit better talking with you.<</girl>>
<<user 0>>You're welcome.<</user>>
<<user 0>><cite>Uh</cite>Alright, for our exercise today, we’re going to work on seduction. The idea is to make you feel more comfortable and confident when talking with a client. Ready?<</user>>
<<girl 0 "kennedy">><cite>Nods with determination</cite><</girl>>
<<user 4>>Come on Kennedy, seduce me!<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/2/kennedy04.webm">>
<<girl 0 "kennedy">><cite>Blushes</cite> It makes me uncomfortable, $user.nom.<</girl>>
<<user 0>>Imagine that you want to catch my attention, that you want to seduce me. Remember your first time, remember how much you wanted it.<</user>>
<<girl 0 "kennedy">><cite>Smiles timidly</cite> Hi, my name is Kennedy, and you?<</girl>>
<<user 5>><cite>Laughs</cite> Stay natural. If you can’t find anything to say, charm me with your attitude.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/2/kennedy05.webm">>
<<girl 0 "kennedy">><cite>Blushes</cite> Would you like to see me naked?<</girl>>
<<user 0>><cite>Surprised</cite> Continue.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> You like watching me. Have you already thought about how you’re going to fuck me?<</girl>>
<<user 6>><cite>UM</cite>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/2/kennedy06.webm">>
<<girl 0 "kennedy">><cite>Laughs</cite> I can’t stay serious, I’m sorry $user.nom.<</girl>>
<<user 0>>Alright, let’s stop for today, but it was very good.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Is it true, did you want to fuck me?<</girl>>
<<user 7>>Oh yes, and every time I see you.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/2/kennedy07.webm">>
<<girl 0 "kennedy">>And in this position, do you want it too?<</girl>>
<<user 0>>Oh yes!<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Would you help me again, please? I feel more confident after talking with you.<</girl>>
<<user 0>>Yes, I’ll do my best to push you to your limits.<</user>>
<<girl 0 "kennedy">><cite>Smiles while blushing slightly</cite> Yes, that would be nice. Thanks for helping me.<</girl>>
<<user 0>>Glad to be able to help. Shall we do another exercise tomorrow?<</user>>
<<girl "hall" "kennedy">>Absolutely. Thanks again, see you tomorrow!<</girl>>
@@
<<set $girls.kennedy.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kennedy/3/kennedy01.webm">>
<<user 0>>Good morning, beautiful sleeper, it’s time to tackle your shyness.<</user>>
<<girl 0 "kennedy">><cite>Surprised</cite> Oh damn $user.nom... you scared me.<</girl>>
<<user 0>>Come on, no rest for the brave.<</user>>
<<girl 1 "kennedy">><cite>Ummmmm</cite> It’s too early...<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/3/kennedy02.webm">>
<<girl 0 "kennedy">><cite>Laughs</cite> Oh, I don’t like being watched when I wake up.<</girl>>
<<user 0>>Really? Well, that’s the exercise for today.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> What?<</girl>>
<<user 2>>I’ll stay here and watch you while you get ready.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/3/kennedy03.webm">>
<<girl 0 "kennedy">><cite>Umm</cite><</girl>>
<<user 0>>So, what do you think?<</user>>
<<girl 0 "kennedy">><cite>Um</cite> If I understand correctly, you want to watch me in the shower?<</girl>>
<<user 3>><cite>Laughs</cite> Yes, more or less.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/3/kennedy04.webm">>
<<girl 0 "kennedy">><cite>Umm</cite> It’s embarrassing.<</girl>>
<<user 0>>That’s the point, and you’re not allowed to hide under a towel or clothes.<</user>>
<<girl 0 "kennedy">><cite>Um</cite> I understand... there, it’s better now.<</girl>>
<<user 0>>Perfect... really perfect.<</user>>
<<user 0>>So, what do you start with in the morning?<</user>>
<<girl 0 "kennedy">><cite>Smiles</cite> By getting rid of the people who watch me.<</girl>>
<<user 4>><cite>Laughs</cite> And after that?<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/3/kennedy05.webm">>
<<girl 0 "kennedy">><cite>Gets up</cite> I’m going to brush my teeth.<</girl>>
<<user 0>>Alright, I’ll follow you.<</user>>
<<girl 0 "kennedy">>Yes, I understood, so come.<</girl>>
<<user 5>><cite>Fixes his gaze on her cleavage</cite> Oh damn...<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/3/kennedy07.webm">>
<<girl 0 "kennedy">><cite>Winces</cite> Look somewhere else for a couple of seconds, $user.nom!<</girl>>
<<user 0>>No, the point is for you to be uncomfortable.<</user>>
<<girl 0 "kennedy">>Yes, $user.nom, I am uncomfortable.<</girl>>
<<user 0>><cite>Thinks</cite>... I didn't say it was forbidden to cover up with clothes. This is lacking in sexiness.<</user>>
<<girl 6 "kennedy">>I’m brushing my teeth, $user.nom, it’s normal.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/3/kennedy09.webm">>
<<girl 0 "kennedy">><cite>Um</cite> It’s not very sexy, but at least you’re looking away.<</girl>>
<<user 0>><cite>Laughs</cite> It’s a good plan, simple and effective.<</user>>
<<girl 0 "kennedy">>Can we stop for today, $user.nom?<</girl>>
<<user 0>><cite>Smiles</cite> Of course... No, I’ll be with you all morning. What do you do after brushing your teeth?<</user>>
<<girl 7 "kennedy">><cite>Ahem</cite> I put on some lotion.<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/3/kennedy010.webm">>
<<user 0>><cite>Laughs</cite> Hey, you wanted me to leave now...<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> $user.nom<</girl>>
<<user 0>><cite>Smiles</cite> I’ll sit down, I have a feeling it’s going to be a long morning.<</user>>
<<girl 0 "kennedy">><cite>Um</cite> You’re just looking for a better view!<</girl>>
<<user 8>><cite>Smiles</cite> That’s not untrue.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/3/kennedy011.webm">>
<<girl 0 "kennedy">><cite>Massages</cite><</girl>>
<<talk 9>>You have suddenly become silent, almost hypnotized by the back-and-forth motion of her hands on her breasts.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/3/kennedy012.webm">>
<<talk 10>><</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/3/kennedy013.webm">>
<<talk 11>>Without a doubt, she starts teasing you, her massage seems endless, and it's clearly a show just for you.<</talk>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/3/kennedy014.webm">>
<<girl 0 "kennedy">><cite>Smiles</cite>$user.nom<</girl>>
<<user 0>><cite>Eyes fixed on her breasts</cite>Yes?<</user>>
<<girl 0 "kennedy">><cite>Whispers</cite>I'm starting to get cold, I need to finish quickly.<</girl>>
<<user 0>><cite>Um</cite>Finish up, is there dessert?<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite>I need to apply lotion on my butt.<</girl>>
<<user 0>><cite>Mumbles</cite>Uh... yeah, please continue as if I’m not here.<</user>>
<<girl 12 "kennedy">>...<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/3/kennedy015.webm">>
<<girl 0 "kennedy">><cite>Roughly applies cream to her butt</cite> There, I’m done.<</girl>>
<<user 0>><cite>Um</cite> Are you sure? The cream hasn’t really absorbed.<</user>>
<<girl 13 "kennedy">><cite>Um</cite> Uh... okay...<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/3/kennedy016.webm">>
<<girl 0 "kennedy">> $user.nom, can you tell me if there’s any left?<</girl>>
<<user 14>><cite>Um</cite> There’s still some left...<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kennedy/3/kennedy017.webm">>
<<girl 0 "kennedy">> Hey, what about now?<</girl>>
<<user 0>><cite>Um</cite> There’s still some left... ...<</user>>
<<girl 0 "kennedy">><cite>Um</cite> ... It’s okay, the excess will wash off in the shower.<</girl>>
<<user 15>><cite>Um</cite> Cool, another show.<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/kennedy/3/kennedy018.webm">>
<<girl 0 "kennedy">> $user.nom, you seem to enjoy watching me too much.<</girl>>
<<user 0>><cite>Hesitates</cite> Yes, but it helps you. You’re already less shy than earlier.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Yes, it’s true. I feel good with you.<</girl>>
<<user 16>> It will help you with clients too, you’ll see.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/kennedy/3/kennedy019.webm">>
<<talk 17>> Kennedy showers, acting as if your presence is normal. She scrubs herself everywhere without hesitation, showing no signs of shyness anymore.<</talk>>
@@
<<case 17>>
@@#media;
<<video "loveassets/kennedy/3/kennedy020.webm">>
<<girl 0 "kennedy">><cite>Whispers</cite> $user.nom, do you like watching me?<</girl>>
<<user 0>><cite>Surprised</cite> It helps you overcome your shyness.<</user>>
<<girl 0 "kennedy">><cite>Blushing</cite> I know, I know, but do you find me attractive?<</girl>>
<<user 18>><cite>Eyes locked</cite> Yes, you are very beautiful, Kennedy.<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/kennedy/3/kennedy021.webm">>
<<girl 0 "kennedy">><cite>Smiles</cite> $user.nom..., the show is over, I'm cold, I really need to get dressed.<</girl>>
<<girl 0 "kennedy">>Do you have anything else planned for today?<</girl>>
<<user 0>><cite>Uh</cite> No, and I didn't think you'd get used to my presence so quickly.<</user>>
<<girl 0 "kennedy">><cite>Blushing</cite> It's easier when it's you watching me.<</girl>>
<<user 0>><cite>Uh</cite> Does it bother you if, for the next exercise, we raise the bar a bit?<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> No, $user.nom, we'll do whatever you want.<</girl>>
<<girl 0 "kennedy">> Oh, what are you thinking, $user.nom? What do you have planned?<</girl>>
<<user 0>> It's a secret, you'll see tomorrow. I'll let you get dressed in peace, have a good day.<</user>>
<<girl 19 "kennedy">> Alright, see you tomorrow $user.nom<</girl>>
@@
<<case 19>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Think</cite> I need to come up with an idea for tomorrow.<</user>>
<<user 0>><cite>Think</cite> Something more impactful, more intimate.<</user>>
<<user 0>><cite>Think</cite> .. A masturbation session...<</user>>
<<user 0>><cite>UM</cite> A bit too simple<</user>>
<<user 0>><cite>Think</cite> Yes, I know, a masturbation session with a sex toy!<</user>>
<<user "hall">> Yes, that's good! Oh man, I can't wait to see that.<</user>>
@@
<<skill "kennedy" "6">>
<<set $girls.kennedy.quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<include "objshop">>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer > ul{
position:relative;
list-style:none;
text-align:center;
margin:0px;
padding: 0.5em 0 0.5em 0;
display: flex;
flex-direction: column;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
border-radius:0.5em;
overflow:hidden;
}
.computer img {
width: 60px;
}
/*.computer ul > li:nth-child(1){
height:36px;
width:36px;
}*/
.computer ul > li:nth-child(2){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.price {
position: absolute;
top : 0;
right: 0;
padding:5px;
background-color: rgb(var(--raspberry));
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<<for _item range _shop>>
<<if $user.inventory.includes(_item.id)>>
<ul>
<li>[img[_item.img]]</li>
<li><<= _item.name>></li>
</ul>
<</if>>
<</for>>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo_kennedy")>>
<<dialog>>
<<=_quetes.kennedy[3]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/kennedy/4/kennedy01.webm">>
<<girl 0 "kennedy">>Hi, $user.nom<</girl>>
<<user 0>>Hi, so are you ready for our exercise today?<</user>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Yes, I think so.<</girl>>
<<user 0>>You know that today, we're going to step up the level?<</user>>
<<girl 1 "kennedy">><cite>Hesitates</cite>Um, yes, so tell me, what do you have planned?<</girl>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/kennedy/4/kennedy02.webm">>
<<user 0>><cite>Smiles</cite> You look beautiful when you wake up.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Stop it, you’re embarrassing me. Tell me what you have planned, you're scaring me.<</girl>>
<<user 0>><cite>Laughs</cite> Oh really! You don't trust me?<</user>>
<<girl 2 "kennedy">><cite>Hesitates</cite> I do, but stop teasing me.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/4/kennedy03.webm">>
<<user 0>><cite>Looks at her butt</cite> Ahem, I see your shyness is getting better.<</user>>
<<user 0>><cite>Think</cite> I wonder who's teasing who here.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Don't change the subject, tell me what you have planned for today!<</girl>>
<<user 0>><cite>Uh</cite> You told me we could do whatever I wanted?<</user>>
<<girl 3 "kennedy">><cite>Hesitates</cite> Um... yes<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/4/kennedy04.webm">>
<<talk 0>>You approach her and kneel down, getting a perfect view of her body.<</talk>>
<<user 0>><cite>Whispers</cite> I want you to spread your legs.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite>...<</girl>>
<<girl 0 "kennedy">><cite>Looks into your eyes</cite> Is the view nice?<</girl>>
<<user 4>><cite>Um</cite> Yes, it’s hard to beat.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/4/kennedy05.webm">>
<<talk 0>>Kennedy looks at you through the reflection in the mirror, as if to challenge you.<</talk>>
<<girl 0 "kennedy">><cite>Watches your face for your reaction</cite><</girl>>
<<user 0>><cite>Um</cite> May I come closer?<</user>>
<<girl 5 "kennedy">><cite>Blushes</cite> Yes.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/4/kennedy06.webm">>
<<talk 0>>Your face is so close to her pussy, once again she spreads her lips for you, giving you a perfect view of her intimacy.<</talk>>
<<user 6>><cite>Um</cite> You are beautiful.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/4/kennedy07.webm">>
<<girl 0 "kennedy">><cite>UM</cite><</girl>>
<<user 7>><cite>Think</cite>Oh my god.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/4/kennedy08.webm">>
<<girl 0 "kennedy">><cite>Blushes</cite> $user.nom, didn't you have an exercise for me?<</girl>>
<<user 0>><cite>Ahem</cite> Oh yes, sorry, I was elsewhere, thinking of a secret garden filled with delicate flowers covered in dew.<</user>>
<<girl 0 "kennedy">>Oh, that's beautiful. I didn't think you were romantic.<</girl>>
<<user 8>><cite>Laughs</cite> Wait until you see what I have prepared for you, you might change your mind.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/4/kennedy09.webm">>
<<talk 0>>You sit on the bed, take out a dildo, and pat the bed to signal Kennedy to come over.<</talk>>
<<girl 0 "kennedy">><cite>Nervously smiles</cite> $user.nom...<</girl>>
<<user 0>><cite>Smiles</cite> Yes, it's exactly what you think. I'm going to watch while you use it.<</user>>
<<girl 0 "kennedy">><cite>Nervously smiles</cite> So much for the romance...<</girl>>
<<user 9>><cite>Laughs</cite> Sorry.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/4/kennedy010.webm">>
<<talk 0>>Despite all expectations, she shows no hesitation and begins sucking the dildo.<</talk>>
<<girl 0 "kennedy">><cite>Glup Glup</cite>Smack<</girl>>
<<girl 10 "kennedy">><cite>Stands up with the dildo in hand</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/4/kennedy011.webm">>
<<girl 0 "kennedy">><cite>Um</cite> $user.nom, you’re watching me.<</girl>>
<<girl 0 "kennedy">><cite>Um</cite> Um<</girl>>
<<user 0>> Yes, Kennedy...<</user>>
<<girl 0 "kennedy">><cite>Um</cite> It’s hard to get in.<</girl>>
<<user 0>> Yes, Kennedy, "it’s hard..."<</user>>
<<girl 11 "kennedy">><cite>Um</cite> Um um um.<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/4/kennedy1.webm" 1>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 12 "kennedy">><cite>UM Um Um</cite><</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/4/kennedy2.webm" 1>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 0 "kennedy">><cite>Ohhhh</cite><</girl>>
<<girl 13 "kennedy">><cite>UMMmm</cite><</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/4/kennedy3.webm" 1>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 0 "kennedy">><cite>Ahhhh</cite><</girl>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 14 "kennedy">><cite>Ahhhh</cite><</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kennedy/4/kennedy4.webm" 1>>
<<talk 0>>In a final gesture, she pulls the dildo out of its paradise, having finished her show. She looks at you with a broad smile.<</talk>>
<<girl 0 "kennedy">><cite>Smiles</cite> $user.nom, how are you?<</girl>>
<<user 15>><cite>Uh</cite> It’s too easy for you.<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/kennedy/4/kennedy014.webm">>
<<girl 0 "kennedy">><cite>Hesitates</cite> Maybe we could try it together someday. That would be nice, wouldn’t it?<</girl>>
<<user 0>><cite>Smiles</cite> Yes, I’ll see what we can do for the next exercise!<</user>>
<<girl 0 "kennedy">><cite>Smiles</cite> Thank you, $user.nom. I’m feeling more and more confident. But I’m still a bit nervous.<</girl>>
<<user 0>> It’s not obvious. The important thing is to keep up with the exercises. Each small victory will make you more confident.<</user>>
<<girl 0 "kennedy">><cite>Nods</cite> Yes, you’re right. Thanks for helping me.<</girl>>
<<user 0>> My pleasure! I’m here for that. See you tomorrow for another exercise?<</user>>
<<girl 0 "kennedy">> Yes, see you tomorrow. Thanks again.<</girl>>
<<user "hall">> You’re welcome. See you tomorrow!<</user>>
@@
<<set $girls.kennedy.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/kennedy/kennedy_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<include wait_kennedy>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/ariana/ariana_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "ariana">>Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/ariana/2/ariana01.webm">>
<<user 0>>Hi, Ariana. How are you?<</user>>
<<girl 0 "ariana">><cite>Looking at the scale</cite> Oh, hi $user.nom. I guess I’m okay.<</girl>>
<<user 0>><cite>Surprised</cite> What are you doing?<</user>>
<<girl 0 "ariana">><cite>Looking at the scale</cite> Um, I keep weighing myself over and over...<</girl>>
<<user 0>>Okay, but why?<</user>>
<<girl 0 "ariana">><cite>Looking at the scale</cite> Um, you know $user.nom, I’m exercising to lose a bit of weight...<</girl>>
<<girl 2 "ariana">><cite>Looking at the scale</cite> But I don’t understand! Why isn’t it changing?<</girl>>
<<case 2>>
@@#media;
<<video "loveassets/ariana/2/ariana02.webm">>
<<girl 0 "ariana">>Do you exercise yourself? Do you know why, despite my efforts, my weight isn't changing?<</girl>>
<<user 0>><cite>Um</cite>Not really, but there are two things that bother me.<</user>>
<<girl 0 "ariana">>...<</girl>>
<<user 0>>First - you're already quite slim. Why do you want to lose more weight?<</user>>
<<user 0>>Second - Yoga is good for flexibility, but it's not really effective for building muscle or losing weight.<</user>>
<<girl 0 "ariana">><cite>Sighs</cite>I just want to lose a little more. I still feel... pudgy.<</girl>>
<<girl 3 "ariana">>If you have any ideas to help me, don't hesitate.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/2/ariana03.webm">>
<<girl 0 "ariana">>You know, it's because of all the chocolate cake...<</girl>>
<<girl 0 "ariana">>I can't stop eating it, and then I feel bad.<</girl>>
<<user 0>><cite>Think</cite>Have you considered taking appetite suppressant pills?<</user>>
<<girl 0 "ariana">><cite>Hesitant</cite> Yes, but I'm not sure I want to take medication.<</girl>>
<<user 0>><cite>Smile</cite> There’s another method... a bit more natural.<</user>>
<<user 0>><cite>Whispers</cite> Sex burns a lot of calories, you know.<</user>>
<<girl 4 "ariana">><cite>Blushes</cite>$user.nom, are you serious?<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/ariana/2/ariana04.webm">>
<<user 0>>I just want to help you... If you prefer to try the pills, I can buy them for you.<</user>>
<<user 0>>But if you'd rather go for a more... physical approach, I’m here for you as well. Whatever you decide, I can assist you.<</user>>
<<girl 0 "ariana">><cite>Blushes</cite>I... I don't know what to say. Thank you for wanting to help me. Maybe... I’ll think about it.<</girl>>
<<user 0>><cite>UM</cite>I’ll look into non-chemical appetite suppressants. If I find any, I'll get you a box, it's up to you whether you want to try them.<</user>>
<<girl 0 "ariana">>Alright, thank you $user.nom.<</girl>>
<<user 0>><cite>UM</cite>Go ahead and continue your workout, don’t overdo it, okay?<</user>>
<<girl "hall" "ariana">><cite>Smiles</cite>Okay.<</girl>>
@@
<<set $girls.ariana.quete = 2>>
<</switch>>
<</nobr>><<set _replays = {
"rita" : {
1: { "passe": "talk_massage", "video": ["loveassets/basement/massage/01/1.webm", "loveassets/basement/massage/01/2.webm", "loveassets/basement/massage/01/3.webm", "loveassets/basement/massage/01/4.webm", "loveassets/basement/massage/01/5.webm", "loveassets/basement/massage/01/6.webm"]}
},
"liya" : {
1: { "passe": "talk_massage", "video": ["loveassets/basement/sauna/01/1.webm", "loveassets/basement/sauna/01/2.webm", "loveassets/basement/sauna/01/3.webm", "loveassets/basement/sauna/01/4.webm", "loveassets/basement/sauna/01/5.webm", "loveassets/basement/sauna/01/6.webm", "loveassets/basement/sauna/01/7.webm", "loveassets/basement/sauna/01/8.webm", "loveassets/basement/sauna/01/9.webm"]}
},
"valerica" : {
1: { "passe": "talk_kylie4", "video": ["loveassets/valerica/1/1.webm"]},
2: { "passe": "talk_kylie4", "video": ["loveassets/valerica/2/1.webm", "loveassets/valerica/2/2.webm", "loveassets/valerica/2/3.webm", "loveassets/valerica/2/4.webm", "loveassets/valerica/2/5.webm", "loveassets/valerica/2/6.webm"]}
},
"empera" : {
1: { "passe": "enddelevery", "video": ["loveassets/case/1/case1.webm", "loveassets/case/1/case2.webm", "loveassets/case/1/case3.webm", "loveassets/case/1/case4.webm", "loveassets/case/1/case5.webm", "loveassets/case/1/case6.webm", "loveassets/case/1/case7.webm", "loveassets/case/1/case8.webm"]},
2: { "passe": "talk_user9", "video": ["loveassets/case/2/1.webm", "loveassets/case/2/2.webm", "loveassets/case/2/3.webm", "loveassets/case/2/4.webm"]},
3: { "passe": "talk_user10", "video": ["loveassets/case/3/1.webm", "loveassets/case/3/2.webm", "loveassets/case/3/3.webm"]},
4: { "passe": "talk_jessi1", "video": ["loveassets/case/4/1.webm", "loveassets/case/4/2.webm", "loveassets/case/4/3.webm", "loveassets/case/4/4.webm", "loveassets/case/4/5.webm", "loveassets/case/4/6.webm", "loveassets/case/4/7.webm"]}
},
"liz" : {
1: { "passe": "talk_user12", "video": ["loveassets/liz/1/1.webm", "loveassets/liz/1/2.webm", "loveassets/liz/1/3.webm", "loveassets/liz/1/4.webm", "loveassets/liz/1/5.webm"]}
},
"gabbie" : {
1: { "passe": "talk_gabbie2", "video": ["loveassets/gabbie/4/gabbie1.webm", "loveassets/gabbie/4/gabbie2.webm", "loveassets/gabbie/4/gabbie3.webm", "loveassets/gabbie/4/gabbie4.webm", "loveassets/gabbie/4/gabbie5.webm"]},
2: { "passe": "talk_gabbie6", "video": ["loveassets/gabbie/7/gabbie1.webm", "loveassets/gabbie/7/gabbie2.webm", "loveassets/gabbie/8/gabbie1.webm", "loveassets/gabbie/8/gabbie2.webm", "loveassets/gabbie/8/gabbie3.webm", "loveassets/gabbie/9/gabbie1.webm", "loveassets/gabbie/9/gabbie2.webm"]},
3: { "passe": "talk_gabbie7", "video": ["loveassets/gabbie/10/1.webm", "loveassets/gabbie/10/2.webm", "loveassets/gabbie/10/3.webm", "loveassets/gabbie/10/4.webm", "loveassets/gabbie/10/5.webm", "loveassets/gabbie/10/6.webm", "loveassets/gabbie/10/7.webm", "loveassets/gabbie/10/04.webm"]},
4: { "passe": "talk_gabbie8", "video": ["loveassets/gabbie/11/1.webm", "loveassets/gabbie/11/2.webm", "loveassets/gabbie/11/3.webm", "loveassets/gabbie/11/4.webm", "loveassets/gabbie/11/5.webm", "loveassets/gabbie/11/6.webm", "loveassets/gabbie/11/7.webm", "loveassets/gabbie/11/8.webm"]}
},
"kylie" : {
1: {"passe": "recrut_kylie", "video": ["loveassets/kylie/1/kylie1.webm", "loveassets/kylie/1/kylie2.webm"]},
2: {"passe": "talk_kylie2", "video": ["loveassets/kylie/3/kylie1.webm", "loveassets/kylie/3/kylie2.webm", "loveassets/kylie/3/kylie3.webm", "loveassets/kylie/3/kylie4.webm"]},
3: {"passe": "talk_kylie3", "video": ["loveassets/kylie/4/kylie1.webm"]},
4: {"passe": "talk_kylie6", "video": ["loveassets/kylie/5/03.webm", "loveassets/kylie/5/04.webm", "loveassets/kylie/5/05.webm"]},
5: {"passe": "talk_kylie7", "video": ["loveassets/kylie/6/1.webm", "loveassets/kylie/6/2.webm"]},
6: {"passe": "talk_kylie8", "video": ["loveassets/kylie/7/1.webm", "loveassets/kylie/7/2.webm", "loveassets/kylie/7/3.webm", "loveassets/kylie/7/4.webm", "loveassets/kylie/7/5.webm", "loveassets/kylie/7/6.webm", "loveassets/kylie/7/7.webm", "loveassets/kylie/7/8.webm", "loveassets/kylie/7/9.webm", "loveassets/kylie/7/10.webm", "loveassets/kylie/7/11.webm"]},
},
"kennedy" : {
1: {"passe": "recrut_kennedy", "video": ["loveassets/kennedy/1/kennedy1.webm", "loveassets/kennedy/1/kennedy2.webm", "loveassets/kennedy/1/kennedy3.webm"]},
2: {"passe": "talk_kennedy3", "video": ["loveassets/kennedy/4/kennedy1.webm", "loveassets/kennedy/4/kennedy2.webm", "loveassets/kennedy/4/kennedy3.webm", "loveassets/kennedy/4/kennedy4.webm"]},
3: {"passe": "talk_kennedy4", "video": ["loveassets/kennedy/5/kennedy1.webm", "loveassets/kennedy/5/kennedy2.webm", "loveassets/kennedy/5/kennedy3.webm", "loveassets/kennedy/5/kennedy4.webm", "loveassets/kennedy/5/kennedy5.webm", "loveassets/kennedy/5/kennedy6.webm"]},
},
"charity" : {
1: {"passe": "talk_user5", "video": ["loveassets/charity/1/charity1.webm", "loveassets/charity/1/charity2.webm", "loveassets/charity/1/charity3.webm", "loveassets/charity/1/charity4.webm", "loveassets/charity/1/charity5.webm"]},
2: {"passe": "talk_charity3", "video": ["loveassets/charity/3/charity1.webm", "loveassets/charity/3/charity2.webm", "loveassets/charity/3/charity3.webm", "loveassets/charity/3/charity4.webm", "loveassets/charity/3/charity5.webm", "loveassets/charity/3/charity6.webm"]}
},
"macy" : {
1: {"passe": "talk_macy2", "video": ["loveassets/macy/3/macy1.webm", "loveassets/macy/3/macy2.webm", "loveassets/macy/3/macy3.webm", "loveassets/macy/3/macy4.webm", "loveassets/macy/3/macy5.webm", "loveassets/macy/3/macy6.webm", "loveassets/macy/3/macy7.webm", "loveassets/macy/3/macy8.webm"]},
2: {"passe": "talk_macy3", "video": ["loveassets/macy/4/macy1.webm", "loveassets/macy/4/macy2.webm", "loveassets/macy/4/macy3.webm", "loveassets/macy/4/macy4.webm", "loveassets/macy/4/macy5.webm", "loveassets/macy/4/macy6.webm", "loveassets/macy/4/macy7.webm"]},
},
"whitney" : {
1: {"passe": "recrut_whitney", "video": ["loveassets/whitney/1/whitney1.webm", "loveassets/whitney/1/whitney2.webm", "loveassets/whitney/1/whitney3.webm", "loveassets/whitney/1/whitney4.webm", "loveassets/whitney/1/whitney5.webm", "loveassets/whitney/1/whitney6.webm"]},
2: {"passe": "talk_whitney1", "video": ["loveassets/whitney/2/1.webm", "loveassets/whitney/2/2.webm", "loveassets/whitney/2/3.webm", "loveassets/whitney/2/4.webm", "loveassets/whitney/2/5.webm", "loveassets/whitney/2/6.webm", "loveassets/whitney/2/7.webm", "loveassets/whitney/2/8.webm", "loveassets/whitney/2/9.webm", "loveassets/whitney/2/10.webm", "loveassets/whitney/2/11.webm"]}
}
}>>
<<if !$girls["ariana"].patreon>>
<<set _replays["ariana"] = {
1: {"passe": "talk_ariana2", "video": ["loveassets/ariana/2/ariana1.webm", "loveassets/ariana/2/ariana2.webm", "loveassets/ariana/2/ariana3.webm"]},
2: {"passe": "talk_ariana3", "video": ["loveassets/ariana/3/ariana1.webm", "loveassets/ariana/3/ariana2.webm", "loveassets/ariana/3/ariana3.webm", "loveassets/ariana/3/ariana4.webm"]},
3: {"passe": "talk_ariana4", "video": ["loveassets/ariana/4/ariana1.webm", "loveassets/ariana/4/ariana2.webm", "loveassets/ariana/4/ariana3.webm", "loveassets/ariana/4/ariana4.webm", "loveassets/ariana/4/ariana5.webm", "loveassets/ariana/4/ariana6.webm", "loveassets/ariana/4/ariana7.webm"]},
}>>
<<else>>
<<set _replays["ariana"] = {
1: {"passe": "talk_ariana2", "video": []},
2: {"passe": "talk_ariana3", "video": []},
3: {"passe": "talk_ariana4", "video": []},
}>>
<</if>>
<<nobr>>
<<run Dialog.close();>>
<<section>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<switch $page>>
<<default>>
<<set _next = $page + 1>>
@@#media;
<<video $video[$page] 1>>
<<if $page >= $video.length - 1>>
<<talk `previous()`>>End of replay.<</talk>>
<<else>>
<<talk `_next`>><</talk>>
<</if>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/6/gabbie01.webm">>
<<user 0>>Hello Gabbie, how are you doing?<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite>Hello $user.nom.<</girl>>
<<user 0>>Any news of your little shit a boyfriend?<</user>>
<<girl 0 "gabbie">><cite>Hesitates</cite>I'm still sorry for the mess he made, but no, I haven't heard from him.<</girl>>
<<user 0>>Cool, as they say: no news is good news.<</user>>
<<girl 0 "gabbie">><cite>Um</cite>I don't think it's that simple. Our relationship needs a good talk.<</girl>>
<<girl 0 "gabbie">>But I have other issues at the moment.<</girl>>
<<user 0>>Tell me!<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite>... Are you managing to make some money with the hotel?<</girl>>
<<user 1>>Well, it could be better. Why do you ask? Are you having money troubles?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/6/gabbie02.webm">>
<<girl 0 "gabbie">>Ah… no! Let me explain, I have a few clients who asked me to use some "accessories".<</girl>>
<<girl 0 "gabbie">>They seem interested in something new and more... varied.<</girl>>
<<girl 0 "gabbie">><cite>Eyes sparkling</cite> So I would need you to buy these "accessories" to... please the clients.<</girl>>
<<girl 0 "gabbie">><cite>Hesitates</cite>… I think it could make the sessions more enjoyable for them.<</girl>>
<<girl 0 "gabbie">>And, you know, if it makes the clients happier, it can only be beneficial for the hotel.<</girl>>
<<user 0>><cite>Frowns</cite> Accessories? What kind of accessories?<</user>>
<<user 0>><cite>Looks at her breasts</cite> <cite>Smiles</cite> Why? You're already well-accessorized.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite> <cite>Ahem</cite> Accessories that I don’t have, $user.nom... <</girl>>
<<girl 0 "gabbie">>You understand, $user.nom, I need to please the clients and my fingers alone are no longer enough.<</girl>>
<<user 2>><cite>...</cite><</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/6/gabbie03.webm">>
<<user 0>>Haaaa... you're talking about sex toys, why all the mystery.<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite><</girl>>
<<user 0>>Are you sure it's really necessary? The hotel doesn't have much money.<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> Yes, $user.nom, I’m sure. The clients will love it.<</girl>>
<<user 0>><cite>Think</cite>Well... if it's for the clients, it might be worth it. But if it's for your personal pleasure...<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite> Nooo, of course, it’s for the clients, obviously!<</girl>>
<<girl 0 "gabbie">><cite>Um</cite> To be honest, it will also help me. I think that if I feel more comfortable with... these "accessories", I could provide a better service.<</girl>>
<<girl 0 "gabbie">>But, uh... above all, it’s to satisfy the clients!<</girl>>
<<user 0>><cite>Hm</cite> So, you’re saying it’s for both them and for you?<</user>>
<<user 0>>If the hotel pays for these "accessories", they need to be worth it.<</user>>
<<user 3>>I don’t want to spend money on something that will never be used for the clients.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/6/gabbie04.webm">>
<<girl 0 "gabbie">> I promise you it will be beneficial for everyone.<</girl>>
<<girl 0 "gabbie">> The clients will be happy, and I’ll also perform better...<</girl>>
<<girl 0 "gabbie">> It’s an investment to improve the hotel, not just for me.<</girl>>
<<user 0>><cite>Think</cite>Alright, but please don’t make me waste money.<</user>>
<<girl 0 "gabbie">> Thank you $user.nom, you’ll see it will be beneficial.<</girl>>
<<user 0>><cite>Hmmm</cite>...<</user>>
<<girl 0 "gabbie">> Aren't you convinced, $user.nom?<</girl>>
<<user 0>><cite>Reluctant</cite> If you say so, the clients will love it.<</user>>
<<girl 0 "gabbie">> I promise you, $user.nom, listen... let’s make a deal!<</girl>>
<<user 0>>I’m listening.<</user>>
<<girl 0 "gabbie">> You buy the accessories, and I'll show you that the clients will really benefit.<</girl>>
<<girl 0 "gabbie">> If you're not satisfied, I'll refund you!!!<</girl>>
<<user 4>><cite>Surprised</cite> But how... are you going to satisfy me... will you put on a show for me?<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/6/gabbie05.webm">>
<<girl 0 "gabbie">><cite>Smiles</cite> Yes $user.nom, you'll have a front-row seat for this new show.<</girl>>
<<girl 0 "gabbie">><cite>Smiles</cite> You'll be the first VIP.<</girl>>
<<user 0>><cite>Um</cite> And... if I'm not satisfied with what I see, you'll refund me.<</user>>
<<girl 0 "gabbie">><cite>Nods</cite><</girl>>
<<user 0>><cite>Um</cite> Interesting... very well. I'll go get what you need.<</user>>
<<user 0>>And don't forget, it has to be worth it.<</user>>
<<user 0>><cite>Heads toward the door</cite> I'll return with your sex toys, <cite>Um</cite> your "accessories".<</user>>
<<girl "hall" "gabbie">><cite>Smiles</cite>Thank you $user.nom, I'll make sure you won't be disappointed.<</girl>>
@@
<<set $girls.gabbie.quete = 4>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<include objgirl>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = _girls["kylie"]>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/kylie/1/kylie01.webm" 0>>
<<user 0>>Bonjour, présente toi, s'il te plais<</user>>
<<girl 0 "kylie">>Bonjour, Je m'apelle Kylie, j'ai 27 ans et j'ai trés envie de travailler ici..<</girl>>
<<girl 0 "kylie">>Désoler, je suis un peux stresser..<</girl>>
<<user 0>>Ca vas bien ce passer, alors dit moi, pourquoi vouloir travailler ici.<</user>>
<<girl 0 "kylie">><cite>Heu...</cite> j'ai toujours travailler dans des Love Hotel, mais le dernier ou j'etais ça c'est mal passer.<</girl>>
<<girl 0 "kylie">>Vous prenez soin des filles ici, j'espere?<</girl>>
<<user 0>>Oui biensur et j'ai une des hotesses qui m'aide a gérer si tu as un soucis discute avec elle.<</user>>
<<girl 0 "kylie">>Quel bonne idée de gérer avec une des filles de L'hotel, je peux taider aussi tu sais.<</girl>>
<<user 0>>Oui pourquoi pas, mais pour le moment concentrons nous sur ce rendez-vous.<</user>>
<<user 0>>Assier toi s'il te plais.<</user>>
<<user 1>>Si je suis un client pourquoi je devrais te choisir?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/1/kylie02.webm" 0>>
<<girl 0 "kylie">><cite>Rire</cite>Facille, parse que je suis le plus belle, tu ne trouve pas?<</girl>>
<<user 2>>Oui tu est trés belle, comme toute les femmes..., mais tu as quoi de plus?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/1/kylie03.webm" 0>>
<<girl 0 "kylie">><cite>Heu</cite>Tu es le premier a ne pas le voir!<</girl>>
<<user 0>>Je ne comprend pas.<</user>>
<<girl 0 "kylie">><cite>Rire</cite>Je fait du "F" les hommes adore ça.<</girl>>
<<user 0>>Ha d'accord, c'est un peux leger comme qualiter...<</user>>
<<girl 0 "kylie">><cite>Rire</cite>Ce n'est pas leger du tout il sont enorme.<</girl>>
<<girl 0 "kylie">>Tu veut les voir?<</girl>>
<<user 3>><cite>Heu</cite>D'accord, montre moi.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/1/kylie04.webm" 0>>
<<talk 4>><</talk>>
@@
<<case 4>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie05.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Tu voie, il son enorme, regarde comme il rebondisse.<</girl>>
<<user 5>>Magnifique, approche toi s'il te plais.<</user>>
@@
<<case 5>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie06.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Comme ça.<</girl>>
<<user 6>>Magnifique, tu peux enleve ton soutient gorge?<</user>>
@@
<<case 6>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie07.webm" type="video/webm">
</video>
<<user 0>>Ok je commence a comprendre pourquoi tu en ai si fier.<</user>>
<<user 7>>Parfait, tourne toi s'il te plais.<</user>>
@@
<<case 7>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie08.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Même mon cul et jolie regarde!.<</girl>>
<<user 8>><cite>heu</cite>Magnifique..., tu peux enlever ta culotte aussi?<</user>>
@@
<<case 8>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie09.webm" type="video/webm">
</video>
<<girl 0 "kylie">>Oui, patron, tu voie bien comme ça?<</girl>>
<<girl 0 "kylie">>Attend je m'approche tu verras mieux.<</girl>>
<<user 9>><cite>Heu</cite>D'accord.<</user>>
@@
<<case 9>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie010.webm" type="video/webm">
</video>
<<user 0>>Ca vas tu n'est pas mal a l'aise?<</user>>
<<girl 0 "kylie">>Non, j'ai l'habitude, hé j'ai vecus pire comme casting.<</girl>>
<<girl 0 "kylie">>Tu peux me toucher si tu veut.<</girl>>
<<user 0>><cite>Heu</cite>d'accord approche un peux.<</user>>
<<girl 10 "kylie">><cite>Chuchotte</cite>Comme ça!<</girl>>
@@
<<case 10>>
@@#media;
<video class="videobar" autoplay muted loop>
<source src="loveassets/kylie/1/kylie011.webm" type="video/webm">
</video>
<<girl 11 "kylie">>Ummm ummm<</girl>>
@@
<<case 11>>
<<dialog>>
<<if !$question.includes(12) >>
<<link "Plus vite" "recrut_kylie">><<set $page=12>><</link>>
<</if>>
<<if !$question.includes(13) >>
<<link "Plus fort" "recrut_kylie">><<set $page=13>><</link>>
<</if>>
<<link "Stop" "recrut_kylie">><<set $page=14>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 12>>
@@#media;
<<video "loveassets/kylie/1/kylie1.webm" 1>>
<<girl 0 "kylie">>Haaa<</girl>>
<<girl 0 "kylie">><cite>Umm</cite><</girl>>
<<girl 11 "kylie">>Haaaaaaa<</girl>>
@@
<<set $question.pushUnique(12)>>
<<case 13>>
@@#media;
<<video "loveassets/kylie/1/kylie2.webm" 1>>
<<girl 0 "kylie">><cite>Umm</cite><</girl>>
<<girl 0 "kylie">>Haaa, Haaaaa<</girl>>
<<girl 11 "kylie">><cite>Um</cite><</girl>>
@@
<<set $question.pushUnique(13)>>
<<case 14>>
@@#media;
<<video "loveassets/kylie/1/kylie013.webm" 0>>
<<user 0>>Ok, il faut s'arette la.<</user>>
<<girl 0 "kylie">>Pourquoi, continue!<</girl>>
<<user 0>>Non non ç'est bon je suis convincus, tu as le poste.<</user>>
<<girl 0 "kylie">>C'est vrais, je suis embauché?<</girl>>
<<user 0>>Oui bienvenue à $user.hotel.<</user>>
<<girl 0 "kylie">>Ha je le savais, j'ai un corps magique!<</girl>>
<<user 0>>...<</user>>
<<girl 0 "kylie">>Merci merci je vais faire de mon mieux pour te combler. <cite>Um</cite> je veut dire combler les cliens.<</girl>>
<<user 0>>Parfait, des que je t'aurais assigner une chambe tu pouras commencer.<</user>>
<<girl "hall" "kylie">>D'accord patron.<</girl>>
@@
<<set $girls.kylie.quete = 1>>
<<enroll "kylie">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Toc toc toc</cite><</user>>
<<girl 1 "kylie">>Oui entreee.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/2/kylie01.webm">>
<<user 0>>Bonjour. Je suis désolé de te déranger.<</user>>
<<girl 0 "kylie">>Oh, bonjour $user.nom. Tu ne me dérange pas. Que puis-je faire pour toi ?<</girl>>
<<user 0>>Rien de spécial, je voulais juste m'assurer que tout se passe bien pour toi. Tu t'es bien installé?<</user>>
<<girl 0 "kylie">>Oui, tout va bien. Tout le monde est très gentil ici. Mais... j'ai un petit souci.<</girl>>
<<user 0>><cite>s'assouie sur le lit</cite> Oh, de quoi s'agit-il ? Peut-être que je peux t'aider.<</user>>
<<girl 0 "kylie">><cite>hésitante</cite>En fait, j'ai laissé un bijou dans mon ancien hôtel. C'est un collier de famille, il a une grande valeur sentimentale. J'ai peur qu'il soit perdu ou volé si je ne vais pas le récupérer rapidement.<</girl>>
<<user 0>>Je comprends. Tu as besoin de retourner là-bas pour le récupérer ?<</user>>
<<girl 0 "kylie">>Oui, mais je n'ai pas les moyen d' y aller et j'ai peur.<</girl>>
<<user 2>>Ha oui tu m'avais dit que ça s'etait mal passer les bas, tu veut bien me raconter ce qui s'est passé?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/2/kylie02.webm">>
<<girl 0 "kylie">><cite>Soupire</cite> Oui... J'étais jeune et inexpérimentée. J'avais trouvé un emploi dans un petit love hotel. Au début, tout semblait aller bien. Mon patron, M. Durand, était charmant et attentionné.<</girl>>
<<user 0>>Mais les choses ont changé ?<</user>>
<<girl 0 "kylie">>Oui. Avec le temps, il a commencé à me demander de faire des "choses" que je n'aimais pas. Des "choses" avec lui et souvent humiliantes mais j'étais trop effrayée pour refuser.<</girl>>
<<user 0>><cite>fronce les sourcils</cite> C'est horrible. Et personne n'a rien remarqué ?<</user>>
<<girl 0 "kylie">>Non, il était très prudent. Il me menaçait subtilement, me disant que si je parlais, personne ne me croirait.<</girl>>
<<user 0>>Comment as-tu réussi à t'en sortir ?<</user>>
<<girl 0 "kylie">><cite>Pleure</cite> Un jour, une collègue a remarqué mon comportement étrange et m'a demandé ce qui se passait. J'ai fini par tout lui dire. Elle m'a aidée à prendre courage à rassembler mes affaires et à quitter M. Durand et ce lovehotel maudit.<</girl>>
<<user 0>>Et qu'est-il arrivé à M. Durand? Il est toujours gérent de ce LoveHotel?<</user>>
<<girl 0 "kylie">>Oui tous vas bien pour lui, mais pour moi le chemin pour me reconstruire sera long. J'ai encore du mal à faire confiance aux gens.<</girl>>
<<girl 0 "kylie">><cite>soupire</cite> C'était une période difficile de ma vie. Il a profité de moi et de ma naïveté.<</girl>>
<<user 0>>Je ne sais pas comment te dire... comme je suis désoler, tu seras bien ici, avec nous tu peux avoir confiance. Merci d'avoir partagé ton histoire avec moi.<</user>>
<<girl 3 "kylie">>Merci de m'avoir écoutée. Parfois, parler de ce qui s'est passé aide un peu à guérir.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/2/kylie03.webm">>
<<user 0>><cite>Reflechis</cite>Tu ne vas pas allais chercher ton colier toute seul, je vais venir avec toi.<</user>>
<<girl 0 "kylie">>C'est vrais tu feras ça pour moi?<</girl>>
<<user 0>>Oui ne t'inquiète pas, je vais t'emmener. Si ça te vas je t'emmener demain.<</user>>
<<girl 0 "kylie">>J'ai peur $user.nom<</girl>>
<<user 0>>Tu peux avoir confiance en moi, ne t'inquiète pas, je serais la.<</user>>
<<girl 0 "kylie">>Merci $user.nom, on ce voie demain alors.<</girl>>
<<talk 0>>Kylie s'approche de toi et t'embrasse sur la bouche.<</talk>>
<<user "hall">><cite>Bisous</cite> A demain<</user>>
@@
<<set $girls.kylie.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/charity/charity_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _durand = "loveassets/img/durand.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kylie/3/kylie01.webm">>
<<user 0>>Tu est préte à y allais?<</user>>
<<girl 0 "kylie">>Oui mais j'y peur $user.nom.<</girl>>
<<user 0>>Ca vas bien ce passer, allais prépare toi, je t'attend dans la voiture!<</user>>
<<girl 1 "kylie">><cite>Chuchotte</cite>D'accord, j'arrive.<</girl>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie02.webm">>
<<user 0>>Ton ancien hôtel est loin d'ici ?<</user>>
<<girl 0 "kylie">>Pas trop, environ une demi-heure de route. Merci beaucoup de m'aider, $user.nom. Je ne sais pas ce que j'aurais fait sans toi.<</girl>>
<<user 0>>C'est normal, Kylie. Tu fais partie de l'équipe maintenant. Et puis, un bijou de famille, c'est important. Ça doit avoir beaucoup de valeur pour toi.<</user>>
<<girl 0 "kylie">>Oui c'est vrais, mais quand même, tu est vraiment gentil, et en plus tu ne profite pas des filles de ton Hotel, Ca doit être dur d'être toujours entourer de jolie fille.<</girl>>
<<girl 0 "kylie">><cite>Rire</cite>Surtout depuis que je suis là.<</girl>>
<<girl 0 "kylie">>$user.nom, tu n'a jamais phantasmer sur moi?<</girl>>
<<user 0>><cite>Ahem</cite>Alors... heu....<</user>>
<<girl 0 "kylie">><cite>Rire</cite>Merci $user.nom, merci de me faire rire.<</girl>>
<<user 0>><cite>Rire</cite>Je voie, tu voulais juste me mettre mal à l'aise... <</user>>
<<user 0>><cite>Sourit</cite>Alors pour répondre a t'a question je trouve tes seins extrahordinaire et j'en reve trés souvent.<</user>>
<<girl 2 "kylie">><cite>Rougie et ce repeigne les cheveaux</cite>$user.nom!!!<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie03.webm">>
<<talk 0>>Maintenant que tu as parler de c'est seins tu ne pense plus cas ça, d'ailleur tu peux les voir rebondir au grés des imperfection de la route.<</talk>>
<<user 0>><cite>Fixe c'est seins</cite><</user>>
<<girl 0 "kylie">><cite>Rire</cite>Tu devrais regarder la route $user.nom.<</girl>>
<<user 3>><cite>Ahem</cite>Pardons.<</user>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie04.webm">>
<<girl 0 "kylie">>Tu aimes vraiment mes seins temps que ça, tu serais pres a avoir un accident de la route pour pouvoir les regarder.<</girl>>
<<girl 0 "kylie">>Regarde encore $user.nom.<</girl>>
<<user 4>><cite>Regarde c'est seins</cite>Kylie, je conduit la...<</user>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie05.webm">>
<<girl 0 "kylie">>Attend $user.nom tu n'a rien vue encore.<</girl>>
<<user 0>>Ont vas finir par avoir un accident, je sais plus ou regarder.<</user>>
<<girl 5 "kylie">>Oui je comprend $user.nom c'est mieux si tu regarde la route mais tu peux toujour te servire d'une de tes mains.<</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie06.webm">>
<<user 0>>Ho putain, ont arrive bientot... si ça continue comme ça je vais exploser.<</user>>
<<girl 0 "kylie">><cite>Rire</cite>Ont est arrivé, ne t'inquiète pas.<</girl>>
<<girl 0 "kylie">>Si tu veut ont pourras reprendre plus tard.<</girl>>
<<user 6>>...<</user>>
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/badhotel.jpg]]
<<girl 0 "kylie">>Cet endroit me donne toujours la chair de poule.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite> Oui je comprend.<</user>>
<<girl 0 "kylie">>J'espere que M. Durand... ne seras pas la! il me fait vraiment peur.<</girl>>
<<user 7>>Ne t'inquiète pas, je suis là. Allons-y.<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>>Bonjour, vous êtes interesse par une de nos putes..... <</say>>
<<say 0 _durand>>Kylie!<</say>>
<<say 0 _durand>>Et tu n'est pas seul, c'est qui lui?<</say>>
<<girl 0 "kylie">><cite>tremblante</cite> Bonjour, J'ai laissé un collier ici, dans ma chambre. Est-ce que je pourrais le récupérer, s'il te plaît ?<</girl>>
<<say 0 _durand>><cite>Sourit</cite>Bien sur, est tu est préte à faire quoi pour le récuperer?<</say>>
<<girl 0 "kylie">>Heu.. rien, non je ne veut pas coucher avec toi.<</girl>>
<<say 0 _durand>>Alors combient tu me donne pour le recupere, propose quelque chose et dépecha toi , Je n'ai pas que ça à faire.<</say>>
<<user 0>><cite>Calme</cite> Écoutez, monsieur. Kylie est ici pour récupérer son colier et c'est tout, pas de négociation inutile.<</user>>
<<say 0 _durand>>De quoi tu te mele toi, soit elle paye, soit elle suce.<</say>>
<<user 0>><cite>Enervé</cite> Même pas dans tes reves, Vient Kylie montre moi ta chambre.<</user>>
<<say 8 _durand>><cite>Enervé</cite>Hé tu crois que ça vas ce passer comme ça.<</say>>
@@
<<case 8>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 200 , "atk": 15},
"passage" : "talk_kylie2"
}>>
<<goto fight>>
<<case 9>>
<<set $page = 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>><cite>Rire</cite>Hé c'est pour lui que tu m'a l'aisser!!!<</say>>
<<user "talk_kylie2">><cite>Enervé</cite> Attend j'en ai pas fini avec toi, je vais te faire fermer ta geule.<</user>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/durand_cover.jpg]]
<<say 0 _durand>><cite>Marmonne</cite>C'est bon arette..., arette... elle peux allais chercher son bijoux.<</say>>
<<user 0>><cite>Respire fort</cite> Viens Kylie.<</user>>
<<girl 11 "kylie">><cite>Un peux exiter</cite>D'accord suis moi.<</girl>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/img/kylie_room.jpg]]
<<user 0>><cite>Surprit</cite> Hé bien ce n'est vraiement pas accuillant ici.<</user>>
<<girl 0 "kylie">><cite>Fait oui de la tête</cite>Oui il n'y que l'argent qui conte pour M.durand.<</girl>>
<<user 12>><cite>Um</cite>Je suis désoler Kylie, je ferais mieux que lui.<</user>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie1.jpg]]
<<girl 0 "kylie">><cite>Souris</cite>J'en suis sur $user.nom.<</girl>>
<<user 0>><cite>Um</cite>Ok.Cherche ton bijoux que l'on ce casse d'ici trés vite!<</user>>
<<talk 0>>Kylie cherche son bijoux et le trouve trés vite, il faut dire qu'il n'y pas grand chose dans cette chambre.<</talk>>
<<girl 0 "kylie">>C'est bon je l'ai!<</girl>>
<<girl 0 "kylie">><cite>Joue avec ça robe</cite> $user.nom, tu sais je suis désolé pour ce qui s'est passé avec M.Durand Cet homme est un connard.<</girl>>
<<user 0>>Ne t'inquiette pas. Je serais toujours là si tu as besoin d'aide.<</user>>
<<girl 13 "kylie">><cite>Reflechis</cite>Si on continuer ceux qu'on a commencer dans la voiture?<</girl>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie2.jpg]]
<<user 0>>Ho putain<</user>>
<<user 0>>Vraiment, ici? je ne veut pas profite de toi et de tes émotions.<</user>>
<<girl 14 "kylie">>D'accord alors c'est moi qui vais profiter de toi!<</girl>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/kylie/3/kylie3.jpg]]
<<user 0>><cite>UM</cite><</user>>
<<girl 15 "kylie">>Allais $user.nom, Dépeche toi ont n'a pas beaucoup de temps avant que l'autre con ce demande ou ont et passer.<</girl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie1.webm" 1>>
<<girl 0 "kylie">><cite>Glup Glup</cite><</girl>>
<<girl 16 "kylie">>Ho Ummmm<</girl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie2.webm" 1>>
<<girl 17 "kylie">><cite>Um</cite>Umm Ummm<</girl>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie3.webm" 1>>
<<girl 0 "kylie">><cite>Um</cite><</girl>>
<<user 18>>Ho my God<</user>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie4.webm" 1>>
<<girl 0 "kylie">><cite>Um</cite>Haaaa Haaaaa<</girl>>
<<user 19>><cite>Respire Fort</cite>Haaaaaa<</user>>
@@
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
<<video "loveassets/kylie/3/kylie07.webm">>
<<user 0>>Ho putain, je suis désoler je t'en ai mis plein les yeux<</user>>
<<girl 0 "kylie">><cite>Rire</cite><</girl>>
<<girl 0 "kylie">><cite>Rire</cite> HO $user.nom, je sens que je vais être bien dans ton LoveHotel.<</girl>>
<<girl 0 "kylie">>Merci encore, $user.nom. Vraiment.<</girl>>
<<user 0>>Avec plaisir, Kylie. Si tu n'a plus rien à faire ici on rentre a la maison<</user>>
<<girl 20 "kylie">>D'accord.<</girl>>
@@
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/kylie_room.jpg');
}
</style>
@@#media;
[img[loveassets/img/kylie_room.jpg]]
<<talk 0>>Kylie regarde une dernier foix cette chambre horrible, elle te regarde puis te souris.<</talk>>
<<girl 0 "kylie">><cite>Chuchotte</cite>Je vais te rendre heureux $user.nom.<</girl>>
<<user 0>>Pardons? Tout vas bien Kylie?<</user>>
<<girl "hall" "kylie">>Oui, oui, partons d'ici.<</girl>>
@@
<<skill "kylie" "0">>
<<set $girls.kylie.quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>>La matinée se passe normalement, quand un homme entre dans ton bureau. C'est une véritable armoire à glace, imposant et effrayant. En un coup d'œil, tu comprends qu'il n'est pas venu pour discuter gentiment.<</talk>>
<<say 0 _garde>>Bonjour,<</say>>
<<user 0>>Bonjour, quesque je peux faire pour vous?<</user>>
<<say 0 _garde>>Vous êtes le nouveau partron? nous devons discuter affaire.<</say>>
<<user 0>><cite>Um</cite>Je vous écoute!<</user>>
<<say 0 _garde>>L' ancien propriétaire nous doit de l'argent, et comme tu est le nouveau gérant c'est toi qui nous doit de l'argent maintenant.<</say>>
<<user 0>><cite>Sursaute</cite>Je vous demande pardons, je ne doit rien à personne!<</user>>
<<say 0 _garde>>Je doit comprendre que tu refuse de nous rendre notre argent? tu est sur que c'est une bonne idée? Monsieur Viktor ne vas pas être content et c'est une mauvaise idée d'enerve le Boss!<</say>>
<<user 0>>Je ne sais pas qui vous êtes et encore moin qui est Monsieur Viktor, mais une chose est sur, je ne doit rien a personne. Si mon père vous devez de l'argent j'en suis désoler, mais je ne sais pas ou et cette argent.<</user>>
<<say 0 _garde>><cite>Reflechis</cite>Je voie... ton père nous doit de l'argent, je te l'aisse une journée pour réfléchir, soit tu nous rend notre argent soit tu nous offre des services gratuit à toi de voir, mais tu devrais rendre l'argent mais amis et moi nous ne somme pas trés soigneux avec les femmes il pourais être dur pour elle de travailler aprés notre passage!<</say>>
<<user 0>>Mais elle n'y sont pour rien dans cette affaire, je vais faire de mon mieux pour trouver votre argent, s'il vous plais ne toucher pas au fille.<</user>>
<<say 0 _garde>>Je repasse demain, j'espere que tu auras une bonne nouvelle pour moi!<</say>>
<<user 0>>Attender je ne sais même pas combient mon père vous devez?<</user>>
<<say 0 _garde>><cite>Um</cite>Le dernier versement êtait de $450,000 j'espere que tu trouveras vite cette somme.<</say>>
<<say 0 _garde>><cite>Um</cite>A Bientot.<</say>>
<<user 1>><cite>Pense</cite>Il faut que j'en parle à Gabbie.<</user>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Toc toc</cite>Gabbie tu est là?.<</user>>
<<girl 2 "gabbie">>Oui entre.<</girl>>
<<case 2>>
@@#media;
[img[loveassets/gabbie/5/0.jpg]]
<<user 0>>Il faut qu'on discute Gabbie, un homme trés menacant vient de me dire que mon père lui devais $450,000.<</user>>
<<girl 0 "gabbie">><cite>sursaute</cite>Quoi! mais pourquoi.<</girl>>
<<user 0>>Ce n'est pas le pire... c'est à moi de lui rendre son argent et si je ne paye pas il veut des services gratuit!<</user>>
<<girl 0 "gabbie">>Cas tu fait $user.nom<</girl>>
<<user 0>>Mais rien....<</user>>
<<girl 0 "gabbie">><cite>Reflechis</cite>Je savais que ton père tremper dans des affaires louche mais jamais les filles n'ont etait ennuyer $user.nom tu doit faire quelque chose, tu vas pas les lesser nous touché? dit $user.nom tu vas nous protéger n'est ce pas!<</girl>>
<<user 3>>Oui oui bien sur, il n'a jamais etait question de vous offrir "gratuitement"<</user>>
@@
<<case 3>>
@@#media;
[img[loveassets/gabbie/5/1.jpg]]
<<girl 0 "gabbie">><cite>UM</cite> N'y pense même pas.<</girl>>
<<user 0>><cite>Ahem</cite>Gratuitement et sans votre accord...<</user>>
<<girl 0 "gabbie">><cite>UM</cite>Attention $user.nom, je ne trempe dans aucune histoire louche, je veut bien t'aider à gere les filles mais je ne ferais rien contre leur grés.<</girl>>
<<user 0>>Mais oui je cherche des solutions c'est tout, à moin que tu est $450.000 à mes préte!<</user>>
<<girl 0 "gabbie">>Tu sais bien que non. mais si ton père à reçus cette argent il est forcement encore quelque pars.<</girl>>
<<girl 0 "gabbie">>Tu ne peux pas demander à des amis de ton père si il en savent plus.<</girl>>
<<user 0>>Maheuresement celle qui a le plus fréquenter mon père c'est toi, quand il c'est lancer dans la rénovation de l'Hotel il à perdu tout c'est amis et il à même délesser ça famille<</user>>
<<girl 0 "gabbie">>Alors je ne sais pas $user.nom, demande un rendez vous, demander a echelonner ta dette, et trouve plein de nouveau client les filles et moi travaillerons dur pour sauvegarder cette endroit.<</girl>>
<<user 0>>Merci Gabbie, je suis content de t'avoir prés de moi. je vais trouver une solution sans vous impliquer, c'est promis.<</user>>
<<girl 0 "gabbie">>Merci $user.nom.<</girl>>
<<user 4>>Merci Gabbie.<</user>>
@@
<<case 4>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<user 0>><cite>pense</cite>Que faire, que faire, que faire.<</user>>
<<user 0>><cite>pense</cite>Je pense que c'est une connerie, mais avec les informations qu'il y a dans l'ordinateur, je doit pouvoir demander un peux plus de temps.<</user>>
<<user 5>><cite>Um</cite>Faire chanter ce genre de personne, c'est quit ou double mais je n'est pas trop le choix.<</user>>
@@
<<case 5>>
@@#media;
[img[loveassets/img/print.jpg]]
<<user 0>><cite>Pense</cite>Je vais faire plusieurs copie que je vais cacher quelque pars et j'en garderais une pour le bodybulder.<</user>>
<<user 0>><cite>Pense</cite>Voila le plan je vais leur montrer le document et demander un delais pour le payement<</user>>
<<user 0>><cite>Respire fort</cite>J'espere que je vais pas me faire tabasser, J'espere que je vais pas me faire tabasser!!!.<</user>>
<<user 6>><cite>pense</cite>Bon courage de toute façon je n'eais pas le choix, je doit demander un peux plus de temps.<</user>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<user 0>><cite>Pense</cite>Bon il ne reste plus cas attendre que l'armoire a glace revienne et prier pour qu'il ne me casse pas la gueule.<</user>>
<<user "hall">>Pense à autre chose, pense à autre chose<</user>>
@@
<<time>>
<<set $user.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>>Alors, tu as l'argent?<</say>>
<<user 0>><cite>Um</cite> Non bien sur que non je ne peux pas réunir autant d'argent en un jour! mais je vais vous payer, promis<</user>>
<<say 0 _garde>>Tu sais ou tu peux te les mettre tes promesses, bon je vais devoir ramenner quelque amis, j'espere que ton LoveHotel à de jolie femme<</say>>
<<user 0>><cite>Um</cite>S'il vous plais avant que vous ne facier du mal au femme d'ici l'aisser moi parler a votre patron.<</user>>
<<say 0 _garde>>Ce n'est pas la peine mes ordres sont clair, tu doit payer sinon nous passerons du bon temps gratuitement dans ton love hotel des quand l'envie nous prendras et j'ai souvent envie.<</say>>
<<user 1>><cite>Sursaute</cite>ATTENDEZ, Je doit vous montrer quelque chose avant.<</user>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<user 0>><cite>Hésite</cite>Voici tous les documents que j'ai trouvés dans l'ordinateur de mon père. J'en ai fait plusieurs copies.<</user>>
<<user 2>>J'en ai envoyé à des amis avec la consigne que s'il m'arrive quelque chose ou s'ils n'ont pas de nouvelles de moi rapidement, ils doivent les divulguer aux médias et à la police.<</user>>
<<case 2>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>><cite>Reflechis</cite>Tu à des couilles c'est bien mais ça ne seras pas suffisant pour plaire a Monsieur Viktor, mais tu as gagner pour aujourd'hui, je vais t'avoir un rendez-vous avec le boss, tu devrais préparer l'argent il est beaucoup moin gentil que moi.<</say>>
<<say 0 _garde>><cite>Te donne un coup d'épaule et prend les envelopes</cite>Je vais prendre ça, Monsieur Viktor seras peux être interreser.<</say>>
<<say 0 _garde>>Rapelle moi ton prénom?<</say>>
<<user 0>><cite>Um</cite>$user.nom<</user>>
<<say 0 _garde>><cite>Sourie</cite>$user.nom, je suis vraiment comptend que tu ne te l'aisse pas faire<</say>>
<<say "hall" _garde>>A bientôt $user.nom.<</say>>
@@
<<time>>
<<set $user.quete = 5>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _garde = "loveassets/img/garde.jpg">>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>>Bonjour, $user.nom.<</say>>
<<user 0>><cite>Um</cite>Bonjour.<</user>>
<<say 0 _garde>>Je vais te demander de t'assoir de poser tes mains sur ton bureau et de ne surtout pas bouger, pour toi c'est une question de vie ou de mort.<</say>>
<<user 0>><cite>Tremble</cite>Pardons!<</user>>
<<say 0 _garde>>Ne t'inquiette pas il ne t'arrveras rien si tu fait ceux que je te dit, le patron va entrer pour te parle, je te conseil d'etre respecteux et de ne surtout pas bouger.<</say>>
<<user 1>>D'accord<</user>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>>Bonjour, $user.nom.<</say>>
<<user 0>>Bonjour, vous êtes Monsieur Viktor je présume, je voulais vous parlez...<</user>>
<<talk 0>>Viktor éclate de rire, un rire froid et méprisant. Il fait signe au garde du cord de s'approcher.<</talk>>
<<say 0 _boss>>Parler ? Avec toi ? Tu es vraiment naïf, $user.nom. Tu n'es qu'un petit con qui dirige un love hotel pouris. Pourquoi est-ce que je te prendrais au sérieux ?<</say>>
<<say 0 _boss>>Ca fait des années que je suis dans les affaires, sache que ton bout de papier ne te serviras a rien, ce ne sont que des chiffres qui ne veulent rien dire<</say>>
<<say 2 _boss>>Je suis venue te voir pour une seul chose t'apprendre le respect.<</say>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>>Viktor regarde la montagne de muscle a coter de lui et lui fait oui de la tête.<</talk>>
<<talk 3>>Le colosse, s'avance vers toi avec une lueur menaçante dans les yeux. tu sait qu'il n'a pas d'autre choix que de se défendre. Un combat s'engage.<</talk>>
@@
<<case 3>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 2000 , "atk": 100},
"passage" : "talk_user5"
}>>
<<goto fight>>
<<case 4 5>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 6>>Finalement, après une lutte acharnée, tu resois le dernier coup qui fait mal, un genoux à terre et du sang dans la bouche, tu te rend bien compte que quoi que tu face tu ne fait pas le poids face à ce collosse.<</talk>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Viktor, apparemment amusé, applaudit lentement. Puis il te regarde dans les yeux et d'un geste lent, leve la main.<</talk>>
<<talk 0>>La montagne te relève brusquement en te saisissant par la chemise, te forçant ainsi à te remettre debout. Dans un dernier geste humiliant, il te donne une tape sur l'épaule pour te dépoussiérer.<</talk>>
<<say 0 _boss>>Impressionnant de nuliter $user.nom, mais tu as le courage de subir sans broncher.<cite>Reflechis.</cite> J'ai une proposition pour toi.<</say>>
<<user 0>><cite>Béguelle.</cite>Je vous ecoute Monsieur Viktor.<</user>>
<<say 7 _boss>>Tu peux entrer Charity<</say>>
<<case 7>>
@@#media;
<<video "loveassets/charity/1/charity01.webm">>
<<say 0 _boss>>$user.nom je te présente Charity. Elle travaillera dans ton love hotel. Avant que tu demande, tu n'as pas le choix. Elle sera très... utile pour nos affaires.<</say>>
<<girl 0 "charity">>Bonjour, $user.nom.<</girl>>
<<say 0 _boss>>Assier toi, Charity. Je vous explique comment ça vas ce passer, elle vas venir dans ton LoveHotel à toi de lui trouver une chambre, tu peux l'utilise comme tu veut, et bien sur elle prendras des clients comme les autre filles mais mon equipe reste prioritaires et il ne payerons rien.<</say>>
<<user 0>>Pardon!<</user>>
<<say 0 _boss>>C'est un bon deal mon equipe ne toucheras pas les autres fille et tu pouras te faire un peux d'argent en plus, suis moi et ta vie vas de venir beaucoup plus simple, de toute façon tu n'a pas vraiment le choix.<</say>>
<<user 0>><cite>Heu...</cite><</user>>
<<say 0 _boss>>Quesque qui vas pas, elle ne te plais pas? tu pense que t'es client n'en voudrons pas?<</say>>
<<say 8 _boss>>Charity leve toi et montre lui un peux ton corps!<</say>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/1/charity03.webm">>
<<user 0>>Non, ce n'est pas obliger.<</user>>
<<say 9 _boss>>Magnifique, Bouge moi ce cul un peux!.<</say>>
<<case 9>>
@@#media;
<<video "loveassets/charity/1/charity04.webm">>
<<girl 0 "charity">>Comme ça Monsieur Viktor.<</girl>>
<<say 0 _boss>>Quel chance tu as $user.nom, elle va me manquer cette petite.<</say>>
<<say 10 _boss>>Montre nous un peux de seins Charity.<</say>>
<<case 10>>
@@#media;
<<video "loveassets/charity/1/charity05.webm">>
<<girl 0 "charity">>Monsieur Viktor.<</girl>>
<<say 0 _boss>><cite>Rire</cite>tu est magnifique, n'est pas $user.nom.<</say>>
<<user 0>><cite>Ahem</cite>Oui Oui.<</user>>
<<say 0 _boss>>Bien je vous l'aisse faire "connaissance" on ce voie bientot $user.nom, Charity je compte sur toi pour être une gentil fille.<</say>>
<<girl 0 "charity">>Oui, Monsieur Viktor.<</girl>>
<<say 0 _boss>>Ha je t'envie presque $user.nom tu vas passer un bon moment, tu verras c'est un femme adorable.<</say>>
<<user 11>>Pardon, je n'est pas l'intention de la touché, si elle doit travailler ici je lui trouverais une chambre mais c'est tout.<</user>>
@@
<<case 11>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Viktor s'approche de toi, son sourire s'évanouissant pour laisser place à un regard glacé.<</talk>>
<<say 0 _boss>>Écoute-moi bien, $user.nom. Si tu veux que ta petite entreprise continue à tourner et que ta vie reste tranquille, tu fait ce que je dis. Charity et une bonne fille et elle doit me prouver ça loyauter, toi aussi, ça tombe bien! maintenant tu fait ceux que je te dit. Fin de la discussion.<</say>>
<<say 0 _boss>>Charity je compte sur toi.<</say>>
<<girl 0 "charity">>Oui, Monsieur Viktor.<</girl>>
<<user 0>><cite>hoche lentement la tête</cite><</user>>
<<say 0 _boss>>Bien. Maintenant, sois un bon garçon et n'oublie pas que je garde un œil sur toi.<</say>>
<<talk 12>>Viktor et son garde du corp quittent la piece, te laissant seul avec Charity.<</talk>>
@@
<<case 12>>
@@#media;
<<video "loveassets/charity/1/charity06.webm">>
<<girl 0 "charity">>$user.nom soit gentil s'il te plais.<</girl>>
<<user 0>>Non mais rabihe toi on diras simplement qu'on la fait à Monsieur Viktor, tu n'est pas obliger.<</user>>
<<girl 0 "charity">>Je ne suis pas obliger $user.nom, je fait mon travail.<</girl>>
<<girl 0 "charity">>En plus, je ne peux pas mentir à Monsieur Viktor, allez arette de discuter et approche toi.<</girl>>
<<user 0>>Vraiment tu as à envie?<</user>>
<<girl 13 "charity">><cite>Fait oui de la tête.</cite><</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/charity/1/charity07.webm">>
<<girl 0 "charity">>Merci $user.nom<</girl>>
<<user 14>>Ho mon Dieu!!!<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/charity/1/charity1.webm" 1>>
<<girl 0 "charity">><cite>Glug Glug.</cite><</girl>>
<<user 15>>Hoooooo<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/charity/1/charity2.webm" 1>>
<<girl 0 "charity">>Hoooo, hooooo, wayyyy<</girl>>
<<girl 0 "charity">>Hoooo, hooooo, Haaa , Haaaa, Fuck, Haaaaaa<</girl>>
<<user 16>><cite>Slap</cite><</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/charity/1/charity3.webm" 1>>
<<girl 0 "charity">>Hoooo, hooooo<</girl>>
<<girl 17 "charity">>Haaa , Haaaa, Haaaaaa<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/charity/1/charity4.webm" 1>>
<<user 0>>Haaaaa, haaaa, haaaa<</user>>
<<user 18>>Hooo, Ho my God<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/charity/1/charity5.webm" 1>>
<<girl 0 "charity">><cite>Glug Glug</cite><</girl>>
<<user 19>>Ho my God<</user>>
@@
<<case 19>>
@@#media;
<<video "loveassets/charity/1/charity08.webm">>
<<user 0>>Ho putain, merci Monsieur Viktor...<</user>>
<<girl 0 "charity">><cite>fait oui de la tête.</cite><</girl>>
<<user 0>>Je vais te trouver une chambre au plus vite, j'espere que tu seras bien avec nous.<</user>>
<<user 0>>Je viendrais te voir pour discuter une foix que tu auras pris le temps de t'installer.<</user>>
<<girl "hall" "charity">><cite>Respire fort</cite>Merci $user.nom<</girl>>
@@
<<enrollfree "charity">>
<<time>>
<<set $user.quete = 6>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Toc toc toc</cite><</user>>
<<girl 1 "kennedy">>Oui.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/2/kennedy01.webm">>
<<user 0>>Bonjour, tout va bien ?<</user>>
<<girl 0 "kennedy">><cite>sourit timidement</cite> Bonjour $user.nom. Oui, ça va... enfin, pas vraiment.<</girl>>
<<user 0>>Qu'est-ce qui ne va pas ?<</user>>
<<girl 0 "kennedy">><cite>hésite</cite> Eh bien, je voulais te parler de quelque chose. Je me sens trop timide... et ça me gêne beaucoup dans mon travail.<</girl>>
<<user 0>>Trop timide ? Mais avec moi ça à l'air d'allais!<</user>>
<<girl 0 "kennedy">><cite>rougit</cite> C'est juste une façade. En réalité, je me sens souvent paralysée par ma timidité. J'ai du mal à parler aux client à être completement libérer, tu comprend?<</girl>>
<<user 2>>Je comprends.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/2/kennedy02.webm">>
<<girl 0 "kennedy">><cite>Ecarte legerement les jambes</cite>J'aimerais me dévergonder un peu. Devenir plus confiante. Mais je ne sais pas par où commencer.<</girl>>
<<user 0>>Je vois, est comment je peux t'aider ?<</user>>
<<girl 0 "kennedy">>J'ai besoin de conseils et peut-être d'exercices pour me sortir de ma zone de confort.<</girl>>
<<user 0>>D'accord. On pourrait commencer par des petits défis, comme parler à de nouvelles personnes chaque jour ou essayer des choses que tu n'as jamais faites avant.<</user>>
<<girl 0 "kennedy">><cite>hoche la tête</cite> Ça semble faisable. Mais je vais avoir besoin de beaucoup de soutien.<</girl>>
<<user 3>>Je serai là pour te pousser. On pourrait aussi pratiquer des scénarios ensemble. Par exemple, je pourrais faire semblant d'être un client et toi, tu essaies de me séduire.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/2/kennedy03.webm">>
<<girl 0 "kennedy">><cite>sourit</cite> Ça pourrait être amusant. Et peut-être qu'avec le temps, je finirai par me sentir plus à l'aise.<</girl>>
<<user 0>>Absolument. Et souviens-toi, la confiance en soi ne vient pas du jour au lendemain. Ça prend du temps et de la pratique.<</user>>
<<girl 0 "kennedy">>Merci $user.nom. Je me sens déjà un peu mieux en parlant avec toi.<</girl>>
<<user 0 >>De rien.<</user>>
<<user 0>><cite>Reflechis</cite>D'accord, pour notre exercice d'aujourd'hui, on va travailler sur la séduction. L'idée est de te sentir plus à l'aise et confiante quand tu parles avec un client. Prête ?<</user>>
<<girl 0 "kennedy">><cite>hoche la tête avec détermination</cite><</girl>>
<<user 4 >>Allais Kennedy, Seduit moi!.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/2/kennedy04.webm">>
<<girl 0 "kennedy">><cite>rougit</cite>Ca me mais mal à l'aise $user.nom.<</girl>>
<<user 0>>Imagine que tu veux attirer mon attention, que tu veut me séduire. Rapelle toi t'as premiere foix, rapelle toi comme tu en avais envie.<</user>>
<<girl 0 "kennedy">><cite>sourit timidement</cite>Salut, je m'appelle Kennedy, et toi ?<</girl>>
<<user 5>><cite>Rire</cite> Reste naturel, si tu ne trouve rien à dire charme moi avec ton attitude.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/2/kennedy05.webm">>
<<girl 0 "kennedy">><cite>rougit</cite>Est ce que tu aimerais me voir nue?<</girl>>
<<user 0>><cite>Surpris</cite>Continue.<</user>>
<<girl 0 "kennedy">><cite>rougit</cite>Tu aime me regarder, tu pense déjas as comment tu vas me baiser!<</girl>>
<<user 6>><cite>UM</cite>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/2/kennedy06.webm">>
<<girl 0 "kennedy">><cite>Rire</cite>Je n'arrive pas à rester serieuse, je suis désoler $user.nom.<</girl>>
<<user 0>>D'accord on arette pour aujourd'hui, mais c'etait trés bien.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>C'est vrais, tu as eu envie de me baiser?<</girl>>
<<user 7>>Ho oui, et ça des que je te voie.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/2/kennedy07.webm">>
<<girl 0 "kennedy">>Est dans cette position tu en à envie aussi?<</girl>>
<<user 0>>Ho oui!<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Tu m'aiderais encore s'il te plais, je me sens plus confiante aprés avoir discuter avec toi.<</girl>>
<<user 0>>Oui, Je vais faire de mon mieux pour te repousser dans tes limites.<</user>>
<<girl 0 "kennedy">><cite>sourit en rougissant légèrement</cite> Oui, ce serait sympa. Merci de m'aider.<</girl>>
<<user 0>>Content de pouvoir t'aider. On fait un autre exercice demain?<</user>>
<<girl "hall" "kennedy">>Absolument. Merci encore, à demain !<</girl>>
@@
<<set $girls.kennedy.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kennedy/3/kennedy01.webm">>
<<user 0>>Bonjour, belle endormis c'est l'heure de combatre ta timidité<</user>>
<<girl 0 "kennedy">><cite>Surprise</cite> Ho putain $user.nom... tu m'a fait peur<</girl>>
<<user 0>>Allez yop, pas de répis pour les braves.<</user>>
<<girl 1 "kennedy">><cite>Ummmmm</cite>Il est trop tôt...<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/3/kennedy02.webm">>
<<girl 0 "kennedy">><cite>Rire</cite> Ha j'aime pas que l'on me regarde au reveil<</girl>>
<<user 0>>Vraiment?, ça tombe bien, c'est l'exercise d'aujourd'hui.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Quoi?<</girl>>
<<user 2>>Je vais rester la et te regarder pendant que tu te prépare.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/3/kennedy03.webm">>
<<girl 0 "kennedy">><cite>Umm</cite><</girl>>
<<user 0>>Alors tu en pense quoi?<</user>>
<<girl 0 "kennedy">><cite>Um</cite>Si j'ai bien compris tu veut me matter sous la douche?<</girl>>
<<user 3>><cite>Rire</cite>Oui c'est plus ou moin ça.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/3/kennedy04.webm">>
<<girl 0 "kennedy">><cite>Umm</cite>C'est génant.<</girl>>
<<user 0>>C'est le but et interdit, de ce cacher, sous une serviette ou des habits.<</user>>
<<girl 0 "kennedy">><cite>Um</cite>J'ai compris... voila c'est mieux la.<</girl>>
<<user 0>>Parfait... vraiment parfait.<</user>>
<<user 0>>Alors par quoi tu commence le matin?<</user>>
<<girl 0 "kennedy">><cite>Souris</cite>Par virer les gens qui me regarde.<</girl>>
<<user 4>><cite>Rire</cite>Hé aprés?<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/3/kennedy05.webm">>
<<girl 0 "kennedy">><cite>Ce leve</cite>Je vais me brosser les dents.<</girl>>
<<user 0>>D'accord, je te suis.<</user>>
<<girl 0 "kennedy">>Oui j'avais compris, alors vient.<</girl>>
<<user 5>><cite>Fix sons décolter</cite>Ho putain...<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/3/kennedy07.webm">>
<<girl 0 "kennedy">><cite>Grimmase</cite>Regarde deux seconde ailleur $user.nom!<</girl>>
<<user 0>>Non, c'est le but que tu sois mal à l'aise.<</user>>
<<girl 0 "kennedy">>Oui $user.nom, je suis mal à l'aise.<</girl>>
<<user 0>><cite>Reflechis</cite>... J'avais pas dit interdit de ce cacher avec des habits, Ca manque de sexy tout ça.<</user>>
<<girl 6 "kennedy">>Je me brosse les dents $user.nom, c'est normal.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/3/kennedy09.webm">>
<<girl 0 "kennedy">><cite>Um</cite>C'est pas trés sexy mais au moin tu regarde ailleur.<</girl>>
<<user 0>><cite>Rire</cite>C'est un bon plan, simple et ça fonctionne.<</user>>
<<girl 0 "kennedy">>Ont peux arette pour aujourd'hui $user.nom?<</girl>>
<<user 0>><cite>Souris</cite>Bien sur... que non je suis avec toi toute la matiner, tu fait quoi aprés le brossage de dent.<</user>>
<<girl 7 "kennedy">><cite>Ahem</cite>Je me mes de la creme.<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/3/kennedy010.webm">>
<<user 0>><cite>Rire</cite>Hé tu voulais que je parte maintenent...<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>$user.nom<</girl>>
<<user 0>><cite>Souris</cite>Je vais m'assoir je sens que ça vas être long.<</user>>
<<girl 0 "kennedy">><cite>Um</cite>Tu cherche surtout un meilleur point de vue!<</girl>>
<<user 8>><cite>Souris</cite>C'est pas faux.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/3/kennedy011.webm">>
<<girl 0 "kennedy">><cite>Ce masse</cite><</girl>>
<<talk 9>>Tu est devenue sibitement silencieux, comme iptoniser par le vas et vient de ces mains sur c'est seins.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/3/kennedy012.webm">>
<<talk 10>><</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/3/kennedy013.webm">>
<<talk 11>>Sans aucun doute, elle commence à jouer avec toi, son massage semble interminable et c'est clairement un spectacle rien que pour toi.<</talk>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/3/kennedy014.webm">>
<<girl 0 "kennedy">><cite>Souris</cite>$user.nom<</girl>>
<<user 0>><cite>Les yeux fixé sur c'est seins</cite>Oui?<</user>>
<<girl 0 "kennedy">><cite>chuchotte</cite>Je commence a avoir froid il faut que je termine vite.<</girl>>
<<user 0>><cite>Um</cite>que tu termine, y a du desert?<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Il faut que je mette de la creme sur mes fesses.<</girl>>
<<user 0>><cite>Marmone</cite>heu... oui je t'en pris continue fait comme si j'etait pas la.<</user>>
<<girl 12 "kennedy">>...<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/3/kennedy015.webm">>
<<girl 0 "kennedy">><cite>Pose grossièrement de la creme sur c'est fesses</cite>Voila, j'ai fini.<</girl>>
<<user 0>><cite>Um</cite>Tu est sur..., la creme n'a pas vraiment pénétrer.<</user>>
<<girl 13 "kennedy">><cite>UM</cite>Heuu... d'accord...<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/3/kennedy016.webm">>
<<girl 0 "kennedy">>$user.nom, tu me dit si il en reste?<</girl>>
<<user 14>><cite>UM</cite>Il en reste encore.<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kennedy/3/kennedy017.webm">>
<<girl 0 "kennedy">>Hé maintenant?<</girl>>
<<user 0>><cite>UM</cite>Il en reste encore.<</user>>
<<girl 0 "kennedy">><cite>UM</cite>... C'est pas grave l'exédant partiras sous la douche.<</girl>>
<<user 15>><cite>UM</cite>Cool encore un show.<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/kennedy/3/kennedy018.webm">>
<<girl 0 "kennedy">>$user.nom, tu prend trop de plaisir à me regarder.<</girl>>
<<user 0>><cite>Hésite</cite>Oui mais ça t'aide, tu est dejas moin timide que tout à l'heure.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Oui c'est vrais, je me sens bien avec toi.<</girl>>
<<user 16>>Ca t'aideras pour les clients aussi tu verras.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/kennedy/3/kennedy019.webm">>
<<talk 17>>Kennedy ce douche, comme si ta présence etait normal, elle ce frotte partout sans géne, elle n'a deja plus aucun de signe de timidité.<</talk>>
@@
<<case 17>>
@@#media;
<<video "loveassets/kennedy/3/kennedy020.webm">>
<<girl 0 "kennedy">><cite>Chuchotte</cite>$user.nom tu aime me regarder?<</girl>>
<<user 0>><cite>Surpris</cite>Ca t'aide à vraincre ta timidité.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Je sais, je sais, mais tu me trouve belle?<</girl>>
<<user 18>><cite>Les yeux dans les yeux</cite>Oui tu est trés belle Kennedy.<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/kennedy/3/kennedy021.webm">>
<<girl 0 "kennedy">><cite>sourit</cite>$user.nom..., le show et fini, j'ai froid il faut vraiment que je m'abille.<</girl>>
<<girl 0 "kennedy">>Tu as prevus quelque chose de plus pour aujourdhui?<</girl>>
<<user 0>><cite>Reflechis</cite>Non et je ne pensé pas que tu t'habiturais aussi vite à ma présence.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>C'est simple quand c'est toi qui me regarde.<</girl>>
<<user 0>><cite>Reflechis</cite>Ça te dérange si, pour le prochain exercice, on monte la barre d'un crand?<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite>Non, $user.nom ont feras ceux que tu voudras.<</girl>>
<<girl 0 "kennedy">>Ha quoi tu pense $user.nom, tu as prevus quoi?<</girl>>
<<user 0>>C'est un secret, tu verras demain. Je te l'aisse t'habiller tranquillement, passe une bonne journée.<</user>>
<<girl 19 "kennedy">>D'accord, à demain $user.nom<</girl>>
@@
<<case 19>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Pense</cite>Il faut que je trouve une idée pour demain.<</user>>
<<user 0>><cite>Pense</cite>Quelque chose de plus marquand, de plus intime.<</user>>
<<user 0>><cite>Pense</cite>..Une séance de masturbation...<</user>>
<<user 0>><cite>UM</cite>Un peux trop simple<</user>>
<<user 0>><cite>Pense</cite>Oui je sais, une séance de masturbation avec un sextoy!<</user>>
<<user "hall">>Oui c'est bien ça! Ho putain j'ai hate de voir ça.<</user>>
@@
<<skill "kennedy" "6">>
<<set $girls.kennedy.quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo_kennedy")>>
<<dialog>>
<<=_quetes.kennedy[3]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/kennedy/4/kennedy01.webm">>
<<girl 0 "kennedy">>Salut, $user.nom<</girl>>
<<user 0>>Salut, Alors prête pour notre exercice du jour?<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite> Oui je pense.<</girl>>
<<user 0>>Tu sais qu'aujourd'hui, on va augmenter le niveau?<</user>>
<<girl 1 "kennedy">><cite>Hésite</cite>Heu oui alors dit moi, quesque tu à prévus.<</girl>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/kennedy/4/kennedy02.webm">>
<<user 0>><cite>Sourit</cite> Tu est magnifique au réveil.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite> Arette ça me géne, dit moi ceux que tu as prévus, tu me fait peur.<</girl>>
<<user 0>><cite>Rire</cite>Ha oui carrement! tu ne me fait pas confiance?<</user>>
<<girl 2 "kennedy">><cite>Hésite</cite>Si, mais arette de jouer avec moi.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/4/kennedy03.webm">>
<<user 0>><cite>Regarde son cul</cite>Ahem je voie que ça vas mieux ta timiditer.<</user>>
<<user 0>><cite>Pense</cite>Je me demande qui joue avec qui.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite> Ne change pas de suject, dit moi ceux que tu as prevus pour aujourd'hui!<</girl>>
<<user 0>><cite>Reflechis</cite>Tu m'a dit ont feras ceux que tu voudras?<</user>>
<<girl 3 "kennedy">><cite>Hésite</cite>Heu... oui<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/4/kennedy04.webm">>
<<talk 0>>Tu t'approche d'elle et tu te met a genous, une vue parfait sur son corps.<</talk>>
<<user 0>><cite>chuchotte</cite>Je veut que tu ecarte les jambes.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>...<</girl>>
<<girl 0 "kennedy">><cite>Te ragarde dans les yeux</cite>La vue et belle?<</girl>>
<<user 4>><cite>Um</cite>Oui, difficile de faire mieux.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/4/kennedy05.webm">>
<<talk 0>>Kennedy te regarde par le reflet dans le miroir, comme pour te mettre au defis.<</talk>>
<<girl 0 "kennedy">><cite>Fixe ton visage pour voir ta réaction</cite><</girl>>
<<user 0>><cite>UM</cite>Je peux m'approcher?<</user>>
<<girl 5 "kennedy">><cite>Rougie</cite>Oui.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/4/kennedy06.webm">>
<<talk 0>>Ton visage est si prés de sa chatte, encore une foix pour toi elle ouvre c'est levres te donnant une vue parfaite sur son intimité.<</talk>>
<<user 6>><cite>UM</cite>Tu est magnifique.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/4/kennedy07.webm">>
<<girl 0 "kennedy">><cite>UM</cite><</girl>>
<<user 7>><cite>Pense</cite>Ho mon dieu.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/4/kennedy08.webm">>
<<girl 0 "kennedy">><cite>Rougie</cite>$user.nom tu n'avais pas un exercice à me donner?<</girl>>
<<user 0>><cite>Ahem</cite>Ho oui, pardons j'etait ailleur, je pensée à un jardin secret remplis de fleur délicate perlée de rosée.<</user>>
<<girl 0 "kennedy">>Ho c'est beau je te pensé pas romantique.<</girl>>
<<user 8>><cite>Rire</cite>Attend de voir ceux que je t'est préparer, tu vas surement changer d'avis.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/4/kennedy09.webm">>
<<talk 0>>Tu t'assoie sur le lit, sort un dildo, et tapote sur le lit pour dire à Kennedy de venir.<</talk>>
<<girl 0 "kennedy">><cite>Sourit nerveusement</cite>$user.nom...<</girl>>
<<user 0>><cite>Souris</cite>Oui c'est exctement ce que tu pense, je vais regarder pendant que tu l'utilise.<</user>>
<<girl 0 "kennedy">><cite>Sourit nerveusement</cite>Fini le romantisme...<</girl>>
<<user 9>><cite>Rire</cite>Désoler.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/4/kennedy010.webm">>
<<talk 0>>Contre toute attente, elle n'a aucune hésitation et commence à sucer le dildo.<</talk>>
<<girl 0 "kennedy">><cite>Glup Glup</cite>Smack<</girl>>
<<girl 10 "kennedy">><cite>Ce leve le dildo en main</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/4/kennedy011.webm">>
<<girl 11 "kennedy">><cite>UM</cite> Um<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/4/kennedy1.webm" 1>>
<<girl 12 "kennedy">><cite>UM Um</cite><</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/4/kennedy2.webm" 1>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 0 "kennedy">><cite>Ohhhh</cite><</girl>>
<<girl 13 "kennedy">><cite>UMMmm</cite><</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/4/kennedy3.webm" 1>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 0 "kennedy">><cite>Ahhhh</cite><</girl>>
<<girl 0 "kennedy">><cite>UM Um</cite><</girl>>
<<girl 14 "kennedy">><cite>Ahhhh</cite><</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kennedy/4/kennedy4.webm" 1>>
<<talk 0>>Dans un dernier geste, elle fait sortir le dildo du paradis ou il etait, elle à finis son show, elle te regarde avec un grand sourire, comme pour lancer un defis<</talk>>
<<girl 0 "kennedy">><cite>Sourit</cite>$user.nom, ça vas?<</girl>>
<<user 15>><cite>Reflechis</cite>C'est trop simple pour toi.<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/kennedy/4/kennedy014.webm">>
<<girl 0 "kennedy">><cite>Hésite</cite>Peut-être qu'on pourrait essayer ensemble un jour. Ce serait bien, non ?<</girl>>
<<user 0>><cite>sourit</cite>Oui, je vais voir ce qu'on peux faire pour le prochain exercice!<</user>>
<<girl 0 "kennedy">><cite>sourit</cite>Merci $user.nom. Je me sens de plus en plus confiante. Mais je suis encore un peux nerveuse.<</girl>>
<<user 0>>Ca ne s'est pas vue, l'important, c'est de continuer les exercices. Chaque petite victoire te rendra plus confiante.<</user>>
<<girl 0 "kennedy">><cite>hoche la tête</cite> Oui, tu as raison. Merci de m'aider.<</girl>>
<<user 0>>Avec plaisir!, je suis là pour ça. On se voit demain pour un autre exercice ?<</user>>
<<girl 0 "kennedy">>Oui, à demain. Merci encore.<</girl>>
<<user "hall">>De rien. À demain !<</user>>
@@
<<skill "kennedy" "0">>
<<set $girls.kennedy.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">><cite>Whisper</cite> Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/charity/2/charity01.webm">>
<<user 0>><cite>Look</cite><</user>>
<<user 0>><cite>Ahem, ahem</cite> Hello, sorry to bother you.<</user>>
<<girl 2 "charity">>Oh, hello, $user.nom<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/charity/2/charity02.webm">>
<<user 0>>I just wanted to make sure everything is going well for you?<</user>>
<<user 0>>Are you comfortably settled? Is the hotel to your liking?<</user>>
<<girl 0 "charity">>Yes, the place is lovely. Much more peaceful than what I'm used to... <cite>Laugh</cite><</girl>>
<<talk 0>>You can read in her smile that the difference is vast.<</talk>>
<<user 0>>Perfect then. You're safe here!<</user>>
<<user 0>><cite>Hesitate</cite> There's something that's been bothering me.<</user>>
<<girl 0 "charity">><cite>Smile</cite> ...<</girl>>
<<user 0>><cite>Uh</cite> How did you end up working for someone like Mr. Viktor?<</user>>
<<user 3>><cite>Watches her reaction.</cite><</user>>
<<case 3>>
@@#media;
<<video "loveassets/charity/2/charity03.webm">>
<<girl 0 "charity">><cite>Frowns</cite> It’s a long story, complicated and... painful.<</girl>>
<<girl 0 "charity">><cite>Looks you in the eyes, her expression dark</cite><</girl>>
<<girl 0 "charity">>Mr. Viktor isn’t the kind of man you join by choice.<</girl>>
<<girl 0 "charity">>But once he has his claws in you... there’s no escaping.<</girl>>
<<user 0>>Are you saying you never wanted to be there? That you had no choice?<</user>>
<<girl 0 "charity">>It's more complicated than that. <cite>Hesitates</cite> Mr. Viktor saved me... in a way.<</girl>>
<<girl 0 "charity">>I owe him everything...<</girl>>
<<talk 4>>She lowers her eyes, as if hiding a deep pain.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/charity/2/charity04.webm">>
<<girl 0 "charity">>But one day... I think I might be able to move on.<</girl>>
<<girl 0 "charity">>Think and do something else, and maybe... have a peaceful life.<</girl>>
<<user 0>><cite>Frowns</cite>Saved? Saved from what?<</user>>
<<girl 0 "charity">><cite>Looks away</cite> From a past I can't escape. From men who were far worse than him.<</girl>>
<<girl 0 "charity">>He gave me a new life, a new purpose. But there's always a price to pay.<</girl>>
<<user 0>><cite>Uh</cite> But working for Mr. Viktor... isn't that too high a price?<</user>>
<<user 5>>From what I've seen, he's terrifying. Aren't you tired of being involved in these things?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/charity/2/charity05.webm">>
<<girl 0 "charity">><cite>Annoyed</cite> Do you think I have a choice? That I can simply turn my back and walk away?<</girl>>
<<girl 0 "charity">>My loyalty to Mr. Viktor is unwavering. Because without him, I wouldn't even be here to talk to you.<</girl>>
<<user 0>><cite>Sigh</cite> But why this loyalty? What binds you to him to the point where you're willing to sacrifice your freedom?<</user>>
<<girl 0 "charity">><cite>Forced smile</cite> Viktor gave me something no one else ever offered.<</girl>>
<<girl 0 "charity">><cite>Hesitates</cite> A chance to survive the pain, to get revenge, to...<</girl>>
<<girl 6 "charity">>PUNISH those who took the life of the person who meant the most to me... my brother.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/charity/2/charity06.webm">>
<<user 0>><cite>Surprised</cite> I... I'm so sorry.<</user>>
<<girl 0 "charity">>$user.nom! You need to know one thing: there are people under your protection, girls like me, who need you.<</girl>>
<<girl 0 "charity">><cite>Gazes into your eyes</cite> You must protect them, no matter what.<</girl>>
<<user 0>><cite>Overcome with emotion</cite> I understand. But you... who protects you?<</user>>
<<user 0>>If you need help, I'm here. You don't have to carry all of this alone.<</user>>
<<girl 0 "charity">><cite>Smiles</cite> That's kind of you. And I appreciate it.<</girl>>
<<girl 7 "charity">><cite>Whispers</cite> If things were different, I might have accepted your support.<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/charity/2/charity07.webm">>
<<girl 0 "charity">>But think!!! Staying here, away from everything, is tempting... But it's not possible. Not as long as I owe Mr. Viktor a debt.<</girl>>
<<user 0>><cite>Frowns</cite> Why? Why can’t you just leave? What’s really holding you back?<</user>>
<<girl 0 "charity">>Mr. Viktor did me a great service. It’s a debt I must honor, no matter the cost.<</girl>>
<<user 0>><cite>Stares</cite> I see...<</user>>
<<girl 8 "charity">><cite>Nods</cite> Thank you.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/2/charity08.webm">>
<<user 0>><cite>Uh</cite> There must be a way, a way to help you move in the right direction.<</user>>
<<girl 0 "charity">> What are you thinking, $user.nom?<</girl>>
<<user 0>><cite>Uh</cite> I’m not sure yet. Can you get in touch with Mr. Viktor?<</user>>
<<girl 0 "charity">><cite>Nods to indicate yes</cite><</girl>>
<<user 0>><cite>Uh</cite> Good, can you ask him to come see me? We need to talk.<</user>>
<<girl 0 "charity">><cite>Surprised</cite> That’s not a good idea, $user.nom!<</girl>>
<<user 9>><cite>Smiles</cite> I know, but it’s an idea.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/charity/2/charity09.webm">>
<<girl 0 "charity">><cite>Surprised</cite> No, no, $user.nom, don’t get involved in this matter. Protect the girls who are in your LoveHotel. That’s the most important thing.<</girl>>
<<user 0>><cite>Smiles</cite> You are in my LoveHotel.<</user>>
<<girl 0 "charity">><cite>Smiles</cite><</girl>>
<<user 0>><cite>Smiles</cite> Can I count on you?<</user>>
<<girl 0 "charity">><cite>Nods</cite> Yes, $user.nom, I will arrange a meeting for you.<</girl>>
<<user 0>> Perfect, thank you. I’ll leave you alone now. Enjoy the room, and we’ll see each other later.<</user>>
<<girl "hall" "charity">><cite>Smiles</cite> See you later, $user.nom.<</girl>>
@@
<<set $girls["charity"].quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/kennedy/1/kennedy01.webm" 0>>
<<user 0>>Bonjour, présente toi, s'il te plais.<</user>>
<<girl 0 "kennedy">>Bonjour, Je m'apelle Kennedy et j'ai 30 ans et heu... je n'est jamais travailler dans un Love Hotel, je ne sais pas trop quoi dire d'autre.<</girl>>
<<user 0>>C'est pas grave, en tout cas tu as deja le physique pour travailler ici, mais dit moi, si j'etait client pourquoi je devrais te choisir?.<</user>>
<<girl 0 "kennedy">><cite>Heu...</cite> Je suis mignonne... je pense, et j'aime faire plaisir.<</girl>>
<<user 0>>Un peux leger comme réponse mais ok, tu as déjas travailler dans le monde du charme au moin?.<</user>>
<<girl 1 "kylie">>Oui, J'ai fait quelque photos de charme, mais c'est tout.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/1/kennedy02.webm" 0>>
<<user 0>>Si ça te dérange pas j'aimerais voir ton corps, peux tu te désabiller s'il te plais.<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite> Je suis désoler je suis un peux mal à l'aise.<</girl>>
<<user 0>>D'accord... Tu sais que tu postule pour travailler dans un Love Hotel?<</user>>
<<girl 0 "kennedy">><cite>UM</cite> Oui... pardons, je suis un peux timide.<</girl>>
<<user 0>>Si tu ne veut pas, je ne te force pas, mais je cherche des filles.... comment dire plus ouverte sexuellement.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite> Non, non pas de probleme, je vais me déshabiller.<</girl>>
<<user 0>>D'accord... tu sais il vas falloir te décoincer, tu est sur de vouloir travailler ici?<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite>Oui... désoler, avec les clients c'est plus simple.<</girl>>
<<user 2>><cite>Um</cite>Si tu le dit, mais j'ai un doute.<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/1/kennedy03.webm" 0>>
<<user 0>>Magnifique, tourne toi s'il te plais.<</user>>
<<user 0>><cite>Um</cite>Enleve ta culotte aussi.<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite>Vraiment!<</girl>>
<<user 0>>On peux arette la si tu veut.<</user>>
<<girl 3 "kennedy">>Non Non<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/1/kennedy04.webm">>
<<user 0>>Ho putain.<</user>>
<<girl 0 "kennedy">><cite>Surpris</cite>Quoi!<</girl>>
<<user 0>>Rien, rien, montre en moi plus.<</user>>
<<girl 0 "kennedy">><cite>Hésite</cite><</girl>>
<<user 0>><cite>Ahem</cite>Tu veut aretter l'entretient? je vais pas te mentir tu me parais un peux trop timide pour travailler ici.<</user>>
<<girl 4 "kennedy">>Pardons $user.nom, donne moi une chance, je vais m'améliorer, je te le promet.<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/1/kennedy05.webm">>
<<girl 0 "kennedy">>Comme ça!<</girl>>
<<user 0>>Parfait.<</user>>
<<user 5>>C'est bon, tu peux te rasseoir, merci<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<girl 0 "kennedy">>Alors tu en pense quoi? j'ai le travail ?<</girl>>
<<user 0>><cite>Reflechis.</cite>Je sais pas, t'a timiditer va surement poser un soucis.<</user>>
<<girl 6 "kennedy">>Non... non je t'assure tu verras les clients serons ravie, tu veut que je te le prouve?<</girl>>
@@
<<case 6>>
<<dialog>>
<<link "Yes" "recrut_kennedy">><<set $page=8>><</link>>
<<link "No" "recrut_kennedy">><<set $page=7>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 7>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<user 0>>Non ce n'est pas la peine merci, je te fais confiance.<</user>>
<<girl 12 "kennedy">>Merci $user.nom<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/1/kennedy06.webm">>
<<user 0>>Alors la je suis curieux de savoir comment tu vas me prouver ça.<</user>>
<<girl 0 "kennedy">><cite>Chuchotte</cite>Je peux te sucer $user.nom!<</girl>>
<<user 0>><cite>Surpris</cite>...<</user>>
<<talk 9>>Le temps de reflechirs Kennedy est dejas à genous la bouche ouverte, tu n'a plus cas profiter.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/1/kennedy1.webm" 1>>
<<girl 0 "kennedy">><cite>Gulp Glup</cite><</girl>>
<<user 10>>Hoo Parfait.<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/1/kennedy2.webm" 1>>
<<user 11>>Hoo hooooo.<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kennedy/1/kennedy08.webm">>
<<user 0>>Hoo putain, attend je doit avoir de quoi te n'ettoyer quelque pars.<</user>>
<<girl 0 "kennedy">>C'etait bien?<</girl>>
<<user 0>><cite>UM</cite>Oui c'etait parfait les clients vont être ravie.<</user>>
<<girl 12 "kennedy">><cite>Souris</cite><</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/1/kennedy07.webm">>
<<user 0>>Pour finir, as tu as des questions?<</user>>
<<girl 0 "kennedy">>Tu sais, c'est la premier foix que je travail dans un Love Hotel j'espere juste être à la hauteur.<</girl>>
<<girl 0 "kennedy">>Tu as peux être des conseils, pour que je soit un peux moin timide?<</girl>>
<<user 0>><cite>Um</cite>Pas vraiment fait de ton mieux temps que tu rend heureux les clients heureux ça me vas et de ce que j'ai vue tu as tout ceux qu'il faut.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>Merci $user.nom.<</girl>>
<<user 0>><cite>Um</cite>J'espere que tu feras du bon travail je compte sur toi, tu est embaucher, bienvenue à $user.hotel.<</user>>
<<girl 0 "kennedy">>C'est vrais merci c'est supert.<</girl>>
<<user "hall">>Oui des que je t'aurais assigner une chambre tu pouras commencer, travail bien...<</user>>
@@
<<set $girls.kennedy.quete = 1>>
<<enroll "kennedy">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("appetite")>>
<<dialog>>
<<=_quetes.ariana[2]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/ariana/2/ariana05.webm">>
<<user 0>><cite>Surprised</cite>Still working out!<</user>>
<<girl 0 "ariana">>Hello $user.nom, yes, you see, you have to suffer to be beautiful.<</girl>>
<<user 0>><cite>Um</cite>At least you can't say you're not making an effort.<</user>>
<<girl 0 "ariana">><cite>Smiles</cite>I’ve stuffed myself with chocolate again, I don’t have much choice!<</girl>>
<<user 1>>Ah, well, I brought what we talked about.<</user>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/ariana/2/ariana02.webm">>
<<girl 0 "ariana">><cite>Thinks about what you said</cite>"Sex burns a lot of calories".<</girl>>
<<girl 0 "ariana">><cite>Hesitant</cite>Um...<</girl>>
<<user 0>><cite>Thinks</cite>Ariana?<</user>>
<<user 0>><cite>Shows the box of pills</cite>Um... I’m talking about appetite suppressant pills.<</user>>
<<girl 0 "ariana">><cite>Blushes</cite>Ah, okay.<</girl>>
<<user 0>><cite>Invents</cite>I did some research, and these seem to work well.<</user>>
<<girl 0 "ariana">><cite>Takes the box, a bit nervous</cite> Thank you, $user.nom. I... I’m still not sure, but I think I’ll give them a try.<</girl>>
<<user 2>>You don’t have to take them if you don’t want to. It’s just an option. I just want you to feel good about yourself.<</user>>
@@
<<delinventory "appetite">>
<<case 2>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>><cite>Looks her in the eyes</cite> Ariana, you are already perfect just as you are. Don’t let anyone tell you otherwise.<</user>>
<<user 0>><cite>Smiles</cite> And besides, the important thing is health.<</user>>
<<girl 0 "ariana">><cite>Smiles timidly</cite> Thank you, $user.nom. It’s kind of you to say that, but I need to stop eating chocolate for my health, actually.<</girl>>
<<girl 0 "ariana">><cite>Looks at the box of pills</cite> Maybe I could try it, just to see.<</girl>>
<<girl 3 "ariana">><cite>Reads the box</cite> Maximum one per day, possible side effects: strong warmth, excitement, palpitations.<</girl>>
@@
<<case 3>>
<<dialog>>
<<link "Take one" "talk_ariana2">><<set $page=4>><</link>>
<<link "Take two" "talk_ariana2">><<set $page=5>><</link>>
<<link "Take four" "talk_ariana2">><<set $page=6>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 4>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>Start slowly and see how you feel. I'll keep an eye on you, if needed, I'll be here.<</user>>
<<girl 0 "ariana">><cite>Swallows a pill</cite><</girl>>
<<user 0>>Well, welcome to Wonderland.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>They're just appetite suppressants, you can take two without worries. I'll keep an eye on you, if needed, I'll be here.<</user>>
<<girl 0 "ariana">><cite>Swallows two pills</cite><</girl>>
<<user 0>>Well, welcome to Wonderland.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>They’re just appetite suppressants, you can take four without any worries. I’ll keep an eye on you, if needed, I’ll be here.<</user>>
<<girl 0 "ariana">><cite>Swallows four pills</cite><</girl>>
<<user 0>>Well, welcome to Wonderland.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 7>>
@@#media;
[img["loveassets/img/later.jpg"]]
<<talk 0>>Ariana has resumed her workout, you stay there watching her, daydreaming.<</talk>>
<<talk 0>>After a while, you wonder if it’s your imagination or if she’s becoming more and more tactile.<</talk>>
<<user 8>><cite>Think</cite> The side effects might not have been to be ignored, what else did it say? <cite>strong warmth, excitement, palpitations</cite>.
<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/ariana/2/ariana07.webm">>
<<user 0>>How are you, Ariana?<</user>>
<<girl 9 "ariana">><cite>Blushes</cite>Yes... Yes, I just feel like my breasts are swelling.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/ariana/2/ariana08.webm">>
<<user 10>>...<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/ariana/2/ariana09.webm">>
<<girl 0 "ariana">><cite>Blushes</cite>Oh my God, it’s so hot in here.<</girl>>
<<girl 0 "ariana">><cite>Thinks</cite>I really have hard breasts.<</girl>>
<<user 11>><cite>Stares blankly</cite>...<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/ariana/2/ariana010.webm">>
<<girl 0 "ariana">><cite>Gives furtive glances</cite>Um... I'm so hot, $user.nom. I'm really hot.<</girl>>
<<user 0>><cite>Whispers</cite>Yes, I can see that.<</user>>
<<girl 0 "ariana">><cite>Blushes</cite>Um...<</girl>>
<<user 12>><cite>Thinks</cite>I’m not going to move.<</user>>
@@
<<case 12>>
@@#media;
<<video "loveassets/ariana/2/ariana011.webm">>
<<girl 0 "ariana">><cite>Gives persistent looks</cite>Um...<</girl>>
<<user 13>><cite>Thinks</cite>...Yes, I'm still here.<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/ariana/2/ariana012.webm">>
<<talk 14>>As if she had finally understood that you weren't going to leave, she sits down to give free rein to her desires.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/ariana/2/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahhhh<</girl>>
<<girl 15 "ariana">><cite>UM</cite>Um ummm...<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/ariana/2/ariana2.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahhhh<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Um ummm...<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Ahh<</girl>>
<<girl 16 "ariana">><cite>UM</cite>Umm.<</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/ariana/2/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Hoooo, Ho my cum.<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Haaa Haa Haa, Haaa Haa Ha.<</girl>>
<<girl 17 "ariana">><cite>Respire</cite>Umm, Hooo.<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/ariana/2/ariana013.webm" >>
<<user 0>><cite>Whisper</cite>Feeling better?<</user>>
<<girl 0 "ariana">><cite>UM</cite>Um ummm...<</girl>>
<<girl 0 "ariana">><cite>Coming back to her senses</cite>UM sorry, $user.nom.<</girl>>
<<user 0>><cite>Smiling</cite>Everything is fine, it was a pleasure.<</user>>
<<girl 18 "ariana">><cite>Blushing</cite>I don’t know what happened to me, I was so hot all of a sudden.<</girl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/ariana/2/ariana014.webm" >>
<<user 0>>And how are you feeling now?<</user>>
<<girl 0 "ariana">><cite>Blushing</cite>Yes, I still have itchy breasts, but I'm okay.<</girl>>
<<girl 0 "ariana">><cite>Blushing</cite>I think it’s the pills that made me feel so hot.<</girl>>
<<user 0>><cite>Smiling</cite>Hey, do you feel like eating something?<</user>>
<<girl 0 "ariana">><cite>UM</cite>No why?<</girl>>
<<user 0>>Well, they’re effective and two-in-one, too.<</user>>
<<girl 0 "ariana">>What?<</girl>>
<<user 0>><cite>Laughing</cite>They curb your appetite and, on top of that, with physical effort, you can say goodbye to chocolate.<</user>>
<<girl 0 "ariana">><cite>Smiling</cite>$user.nom!!!<</girl>>
<<user 0>>Well, I’ll leave you to it. Keep the box of pills, but still, take it easy with them.<</user>>
<<user 0>><cite>Laughing</cite> Only take them when you have a client.<</user>>
<<girl 0 "ariana">><cite>Blushing</cite> I’m not sure if I’ll take any more after this.<</girl>>
<<user 0>><cite>Smiling</cite> It’s up to you. Anyway, the show is over, I’ll leave you to it. Take care of yourself, alright.<</user>>
<<girl 0 "ariana">>$user.nom, it wasn’t a show...<</girl>>
<<girl "hall" "ariana">><cite>Whispering</cite> See you soon, $user.nom.<</girl>>
@@
<<skill "ariana" "3">>
<<set $girls.ariana.quete = 3>>
<</switch>>
<</nobr>>
<<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
#ui-dialog label {
float: left;
margin: 10px;
}
</style>
<<section>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/1/gabbie01.webm">>
<<girl 0 "gabbie">>Bonjour.<</girl>>
<<user 0>>Hoo pardons! je..<</user>>
<<girl 0 "gabbie">>Tu viens mon petit lapin.<</girl>>
<<user 0>>Heuu.. il y a erreur... Je suis le fil du....<</user>>
<<girl 1 "gabbie">>Allais ne me fait attendre vient voir Maman!.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/1/gabbie02.webm">>
<<user 0>>Heuu.. Ho putain.<</user>>
<<girl 0 "gabbie">>Allais mon petit lapin, je suis sur que tu en a envie.<</girl>>
<<user 2>>Heuu...<</user>>
<<case 2>>
@@#media;
<<video "loveassets/gabbie/1/gabbie03.webm">>
<<girl 0 "gabbie">>Tu n'aime pas ceux que tu voie?<</girl>>
<<user 0>>Heuu.. oui mais non, il y a erreur. <</user>>
<<user 3>>Je suis...<</user>>
@@
<<case 3>>
<<dialog>>Enter Name<<textbox "$user.nom" "Lucien">><<link "Continue" "rencontre">><<set $page = 4>><<run Dialog.close();>><</link>><</dialog>>
<<case 4>>
@@#media;
<<video "loveassets/gabbie/1/gabbie04.webm">>
<<user 0>>Je suis $user.nom, je viens voir l'hotel de mon père.....<</user>>
<<girl 0 "gabbie">>Ho mon Dieu $user.nom. Enfin te voila.<</girl>>
<<user 0>>Oui, vous pouvez vous habiller ?<</user>>
<<girl 0 "gabbie">><cite>Rire</cite> Tu est drole.<</girl>>
<<girl 0 "gabbie">>Je suis vraiment contente de te voir.<</girl>>
<<user 0>>Oui.. oui.. nous pouvons discuter, "plus habiller" vous s'il vous plais.<</user>>
<<girl 0 "gabbie">>Ne t'inquiette pas pour ça. Je te fait une présentation rapide de ton hotel?<</girl>>
<<user 6>>D'accord.<</user>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/room1.jpg]]
<<girl 0 "gabbie">>Tu est ici dans ma chambre, elle est presque parfaite il manque deux ou trois accesoir mais nous verrons plus tard.<</girl>>
<<user 0>>Des accesoirs?<</user>>
<<girl 0 "gabbie">>Oui $user.nom, c'est exactement ceux à quoi tu pense. Des menottes, des godmichets, tout ceux qui feras plaisir au client.<</girl>>
<<user 0>>UM d'accord, la chambre et plutot jolie.<</user>>
<<girl 7 "gabbie">>Les clients ont sont ravie, ça c'est sur....<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/1/gabbie06.webm">>
<<user 0>>Je pense pas que ça soit la chambre qui les impressions.<</user>>
<<girl 0 "gabbie">><cite>Rire</cite> Hihi. Tu as vue tous ceux qu'il y avais a voir ici, maintenant suis moi.<</girl>>
<<user 8>>Ok.<</user>>
@@
<<case 8>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<addclass "body" "hall">>
<<removeclass "body" "room1">>
<<girl 0 "gabbie">>Pour le moment beaucoup de chambre sont fermer, mais je compte sur toi pour les rénovers et ramener beaucoup de fille.<</girl>>
<<girl 0 "gabbie">>Voici ton bureau, c'est la que tout ce passe, j'ai fait un peux de menage, mais je ne suis pas trop douer pour ça.<</girl>>
<<girl 0 "gabbie">>Le mieux c'est que tu fasse la gestion et l'entretient de l'hotel, moi je m'occupe des clients...<</girl>>
<<user 0>><cite>Um</cite>Oui dit comme ça.<</user>>
<<girl 0 "gabbie">>Ton père ma embaucher pour satisfere les clients et te faciliter la vie, si tu as besoin de quelque chose demande moi.<</girl>>
<<user 0>>C'est compris merci pour cet accueil, j'en ai vue plus que je n'aurais imaginer mais c'est parfait, j'ai hate de commencer.<</user>>
<<girl 0 "gabbie">>Une derniere chose avant que tu t'installe $user.nom.<</girl>>
<<user 0>>Oui?<</user>>
<<girl 9 "gabbie">>comment vas tu apelle ton Hotel?<</girl>>
@@
<<case 9>>
<<dialog>>Enter Name Hotel<<textbox "$user.hotel" "LoveHotel">><<link "Continue" "rencontre">><<set $page = 10>><<run Dialog.close();>><</link>><</dialog>>
<<case 10>>
@@#media;
<<video "loveassets/gabbie/1/gabbie05.webm">>
<<girl 0 "gabbie">>D'accord, Bienvenue à $user.hotel, $user.nom.<</girl>>
<<girl 0 "gabbie">>J'ai hate de travailler avec toi.<</girl>>
<<girl 0 "gabbie">>Prend le temps de trouver tes marques et quand tu est pret a travailler vient me voir, je suis dans ma chambre.<</girl>>
<<girl "hall" "gabbie">>Je te l'aisse "Bisous"<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "ariana">><cite>UM</cite>Aahh Aaaah OOooh Yes.<</girl>>
<<user 0>><cite>Knock Knock</cite> Ariana... are you alright?<</user>>
<<girl 0 "ariana">><cite>UMMmmm</cite>I... <cite>Ummm</cite> m... <cite>Ahhh</cite> busy.... $user.nom.<</girl>>
<<user 0>>...<</user>>
<<girl 1 "ariana">><cite>UMMmmm</cite>Um... please come back later...<</girl>>
@@
<<case 1>>
@@#media;
[img["loveassets/img/later.jpg"]]
<<talk 0>>The day goes by without much new happening. You did check on Ariana again, but she didn't respond at all. The only thing you could hear were moans, and there was a strong smell of sex in the air.<</talk>>
<<user 0>><cite>Thinks</cite>Well, she has the right to have fun... No doubt those pills are having quite an effect on her.<</user>>
<<talk 2>>Feeling sleepy, you decide to go to bed.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/img/gif/sleep.webm">>
<<talk 0>>A bit frustrated that you couldn't enjoy the show, you wonder what state you'll find Ariana in tomorrow.<</talk>>
<<talk 0>>Can someone have orgasms all day without paying the price?<</talk>>
<<talk 3>>Pondering this question, you lie down and fall asleep.<</talk>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana01.webm">>
<<girl 0 "ariana">><cite>Whispers</cite> <cite>Um</cite> $user.nom, I can't take it anymore...<</girl>>
<<user 4>><cite>Sleeping</cite><</user>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana02.webm">>
<<girl 5 "ariana">><cite>Tap Tap Tap</cite> <cite>Um</cite><</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana03.webm">>
<<girl 6 "ariana">><cite>Whispers</cite> Um $user.nom...<</girl>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana04.webm">>
<<talk 0>>You eventually wake up to find Ariana on top of you, licking your cock. She looks you in the eyes, almost daring you to stop her.<</talk>>
<<girl 0 "ariana">><cite>Whispers</cite> $user.nom...<</girl>>
<<user 7>><cite>Um</cite> Oh yes, that's good... keep going, Ariana.<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>Glup glup</cite><</girl>>
<<user 8>><cite>Um</cite>Oh fuck, it's good.<</user>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana2.webm" 1>>
<<girl 0 "ariana">><cite>Licks</cite><</girl>>
<<user 0>><cite>Um UMmmmm</cite><</user>>
<<girl 9 "ariana">><cite>Glup glup</cite>Aahhhh<</girl>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>Glup Glup</cite><</girl>>
<<user 10>><cite>Um</cite> Ho yesss, fuck.<</user>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana4.webm" 1>>
<<user 0>><cite>Um</cite> Ahhh Ah.<</user>>
<<girl 0 "ariana">><cite>Glup Glup</cite>Umm Umm<</girl>>
<<user 0>><cite>Um</cite> Ahhh Ahhhhh Ahhhh ahhhh.<</user>>
<<girl 11 "ariana">><cite>Breathing hard</cite>Ummm<</girl>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana05.webm">>
<<talk 0>>Ariana takes her time to clean everything thoroughly.<</talk>>
<<user 0>><cite>Whispers</cite> I want to be woken up like this every day.<</user>>
<<girl 0 "ariana">><cite>Whispers</cite> Shh, $user.nom, go back to sleep...<</girl>>
<<talk 12>>You close your eyes and fall back asleep, a smile on your face and the warmth of her mouth on your cock.<</talk>>
@@
<<case 12>>
<<set $CurDate.setHours(2, 0, 0)>>
<<skill "ariana" "0">>
<<set $girls.ariana.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "ariana">><cite>UM</cite>Haa Haaa HOOoo Oui.<</girl>>
<<user 0>><cite>Knock Knock</cite> Ariana... tu vas bien?<</user>>
<<girl 0 "ariana">><cite>UMMmmm</cite>Je... <cite>Ummm</cite> suis... <cite>Ahhh</cite> occuper.... $user.nom, <cite>Ummm</cite> oui, $user.nom.<</girl>>
<<user 0>>...<</user>>
<<girl 1 "ariana">><cite>UMMmmm</cite>Heu... reviens plus tard s'il plais...<</girl>>
@@
<<case 1>>
@@#media;
[img["loveassets/img/later.jpg"]]
<<talk 0>>La journé ce déroule sans grande nouveauter, tu est bien repasser voir Ariana, mais elle ne répond même plus, la seul chose que tu entend c'est des gémissement et il y une forte odeur de sexe.<</talk>>
<<user 0>><cite>Pense</cite>Bon aprés tout elle à bien le droit de s'amuser..., aucun doute les pillules lui fond un sacré effect.<</user>>
<<talk 2>>Le someil ce fesant sentir, tu vas te coucher, pour le reste tu verras demain.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/img/gif/sleep.webm">>
<<talk 0>>Un peux fruster de ne pas avoir pus profiter du spectacle, tu te demande dans quel etat tu vas la retrouver Ariana.<</talk>>
<<talk 0>>Esqu'on peux avoir des orgasmes toute la journer sans en payer le prix?<</talk>>
<<talk 3>>Reflechissant à cette question tu te couche et tu t'endort.<</talk>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana01.webm">>
<<girl 0 "ariana">><cite>Chuchotte</cite> <cite>Um</cite> $user.nom je n'en peux plus...<</girl>>
<<user 4>><cite>Dort</cite><</user>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana02.webm">>
<<girl 5 "ariana">><cite>Tap Tap Tap</cite> <cite>Um</cite><</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana03.webm">>
<<girl 6 "ariana">><cite>Chuchotte</cite> Um $user.nom...<</girl>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana04.webm">>
<<talk 0>>Tu fini par te reveiller, Ariana et sur toi entrein de te lecher la bite, elle te regarde dans les yeux, comme pour te lancer le défi de l'en empêcher.<</talk>>
<<girl 0 "ariana">><cite>Chuchotte</cite> $user.nom...<</girl>>
<<user 7>><cite>Um</cite> Ho ouiii c'est bon... continue Ariana.<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>Glups glups</cite><</girl>>
<<user 8>><cite>Um</cite> Ho putain c'est bon.<</user>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana2.webm" 1>>
<<girl 0 "ariana">><cite>Glups glups</cite><</girl>>
<<user 9>><cite>Um UMmmmm</cite><</user>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>Glups Glups</cite><</girl>>
<<user 10>><cite>Um</cite> Ho ouiii putain.<</user>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana4.webm" 1>>
<<girl 0 "ariana">><cite>Glups Glups</cite><</girl>>
<<user 0>><cite>Um</cite> Ahhh Ahhhhh.<</user>>
<<girl 11 "ariana">><cite>Respire fort</cite>Ummm<</girl>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/myroom.jpg');
}
</style>
@@#media;
<<video "loveassets/ariana/3/ariana05.webm">>
<<talk 0>>Ariana prend tous son temps pour bien tout netoyer.<</talk>>
<<user 0>><cite>Chuchotte</cite> Je veut me faire reveiller comme ça tous les jours.<</user>>
<<girl 0 "ariana">><cite>Chuchotte</cite> Shut $user.nom, rendort toi...<</girl>>
<<talk 12>>Tu fermer les yeux est tu te rendors le sourir au levre et la chaleur de ça bouche sur la bite.<</talk>>
@@
<<case 12>>
<<set $CurDate.setHours(2, 0, 0)>>
<<skill "ariana" "0">>
<<set $girls.ariana.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "ariana">>Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/ariana/2/ariana01.webm">>
<<user 0>>Salut, Ariana. Comment ça va ?<</user>>
<<girl 0 "ariana">><cite>Regarde la balance</cite> Oh, salut $user.nom. Ça va, je suppose.<</girl>>
<<user 0>><cite>Surprit</cite>Quesque tu fait?<</user>>
<<girl 0 "ariana">><cite>Regarde la balance</cite> Um, je me pése encore et encore...<</girl>>
<<user 0>>D'accord, mais pourquoi?<</user>>
<<girl 0 "ariana">><cite>Regarde la balance</cite> Um, tu sais $user.nom je fait du sport pour perdre un peux de poids...<</girl>>
<<girl 2 "ariana">><cite>Regarde la balance</cite> Mais je ne comprend pas! pourquoi ça ne change rien.<</girl>>
<<case 2>>
@@#media;
<<video "loveassets/ariana/2/ariana02.webm">>
<<girl 0 "ariana">>Tu fait du sport toi? tu sais pourquoi j'ai beau en faire mon poid ne change pas ?<</girl>>
<<user 0>><cite>Um</cite>Non pas vraiment mais deux choses me deranges.<</user>>
<<girl 0 "ariana">>...<</girl>>
<<user 0>>Un - tu es déjà mince comme tout. Pourquoi vouloir perdre du poid?<</user>>
<<user 0>>Deux - le yoga c'est bon pour la souplesse, mais pas pour prendre du muscle ou perdre du poids.<</user>>
<<girl 0 "ariana">><cite>Soupire</cite>Je veux juste perdre encore un peu. Je me sens toujours... boudinner.<</girl>>
<<girl 3 "ariana">>Si tu as des idée pour m'aider n'esite pas.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/2/ariana03.webm">>
<<girl 0 "ariana">>Tu sais, c'est a cause des gateau au chocolat tous ça...<</girl>>
<<girl 0 "ariana">>J'arette pas d'en manger et aprés je me sens mal<</girl>>
<<user 0>><cite>Réfléchit</cite>Tu as pensé à prendre des pilules coupe-faim ?<</user>>
<<girl 0 "ariana">><cite>Hésitante</cite> Oui, mais je ne suis pas sûre de vouloir prendre des médicaments.<</girl>>
<<user 0>><cite>Sourit</cite> Il y a une autre méthode... un peu plus naturelle.<</user>>
<<user 0>><cite>Chuchotte</cite> Le sexe brûle beaucoup de calories, tu sais.<</user>>
<<girl 4 "ariana">><cite>Rougit</cite>$user.nom, tu es sérieux ?<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/ariana/2/ariana04.webm">>
<<user 0>>Je veux juste t'aider... Si tu préfére essayer les pilules, je peux t'en acheter.<</user>>
<<user 0>>Mais si tu préfères une approche plus... physique, je suis là pour toi aussi. Quoi que tu décides, je peux t'aider.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite>Je... je ne sais pas quoi dire. Merci de vouloir m'aider. Peut-être que... je vais y réfléchir.<</girl>>
<<user 0>><cite>UM</cite>Je vais voir si il y des coupe faim non chimique, si c'est le cas je t'en prend un boite, libre a toi de tester ou pas.<</user>>
<<girl 0 "ariana">>D'accord, merci $user.nom.<</girl>>
<<user 0>><cite>UM</cite>Allais je te l'aisse travail n'en fait pas trop d'accord.<</user>>
<<girl "hall" "ariana">><cite>Sourit</cite>D'accord.<</girl>>
@@
<<set $girls.ariana.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("appetite")>>
<<dialog>>
<<=_quetes.ariana[2]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/ariana/2/ariana05.webm">>
<<user 0>><cite>Surprit</cite>Encore entrein de t'entrainer!<</user>>
<<girl 0 "ariana">>Bonjour $user.nom, Oui tu voie, il faut souffrir pour être belle.<</girl>>
<<user 0>><cite>Um</cite>Au moin ont peux pas dire que tu m'enage tes efforts.<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>Je me suis encore bouré de chocolot, je n'est pas trop le choix!<</girl>>
<<user 1>>Ha ben justement!, je j'ai ramené ce dont on avait parlé.<</user>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/ariana/2/ariana02.webm">>
<<girl 0 "ariana">><cite>Pense à ceux que tu lui as dit</cite>"Le sexe brûle beaucoup de calories".<</girl>>
<<girl 0 "ariana">><cite>Hésite</cite>Heu ...<</girl>>
<<user 0>><cite>Reflechis</cite>Ariana?<</user>>
<<user 0>><cite>Montre la boîte de pilules</cite>Heu..je parle , des pilules coupe-faim.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite>Haaaaaa d'accord.<</girl>>
<<user 0>><cite>Invente</cite>Je me suis renseigné, et celles-ci semblent bien marcher.<</user>>
<<girl 0 "ariana">><cite>Prend la boîte, un peu nerveuse</cite> Merci, $user.nom. Je... je ne suis toujours pas sûre, mais je pense que je vais essayer.<</girl>>
<<user 2>>Tu n'es pas obligée de les prendre si tu ne veut pas. C'est juste une option. Je veux juste que tu te sentes bien dans ta peau.<</user>>
@@
<<delinventory "appetite">>
<<case 2>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>><cite>Droit dans les yeux</cite> Ariana, tu es déjà parfaite telle que tu es. Ne laisse personne te dire le contraire.<</user>>
<<user 0>><cite>Sourit</cite>Et en plus l'important c'est la santé.<</user>>
<<girl 0 "ariana">><cite>Sourit timidement</cite>Merci, $user.nom. C'est gentil de dire ça, mais il faut que j'arette le chocolat pour ma santé justement.<</girl>>
<<girl 0 "ariana">><cite>Regarde la boîte de pilules</cite> Peut-être que je pourrais essayer, juste pour voir.<</girl>>
<<girl 3 "ariana">><cite>Lis la boite</cite> Maximum un par jour, effect indésirable forte chaleur, exitation, palpitation.<</girl>>
@@
<<case 3>>
<<dialog>>
<<link "En prendre un" "talk_ariana2">><<set $page=4>><</link>>
<<link "En prendre deux" "talk_ariana2">><<set $page=5>><</link>>
<<link "En prendre quatre" "talk_ariana2">><<set $page=6>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 4>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>Commence doucement et vois comment tu te sens. Je te surveil au pire je serais la.<</user>>
<<girl 0 "ariana">><cite>Avale une pillule</cite><</girl>>
<<user 0>>Hé bienvenue aux pays des merveilles.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>Ce n'est que des coupes faim tu peux en prendre deux sans soucis. Je te surveil au pire je serais la.<</user>>
<<girl 0 "ariana">><cite>Avale deux pillules</cite><</girl>>
<<user 0>>Hé bienvenue aux pays des merveilles.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/ariana/2/ariana06.webm">>
<<user 0>>Ce n'est que des coupes faim tu peux en prendre quatre sans soucis. Je te surveil au pire je serais la.<</user>>
<<girl 0 "ariana">><cite>Avale quatre pillules</cite><</girl>>
<<user 0>>Hé bienvenue aux pays des merveilles.<</user>>
<<girl 7 "ariana">>...<</girl>>
@@
<<case 7>>
@@#media;
[img["loveassets/img/later.jpg"]]
<<talk 0>>Ariana à repris sons entreinement, tu reste la à la regarder, revassens.<</talk>>
<<talk 0>>Aprés un moment tu te demande si c'est ton imagination ou si elle ne devient pas de plus en plus tactile.<</talk>>
<<user 8>><cite>Pense</cite> Les effect indésirable n'etait peux être pas à ignorer, ça disais quoi encore <cite>forte chaleur, exitation, palpitation</cite>.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/ariana/2/ariana07.webm">>
<<user 0>>Ca vas Ariana?<</user>>
<<girl 9 "ariana">><cite>Rougie</cite>Oui... Oui j'ai juste l'impression que mes seins gonfle.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/ariana/2/ariana08.webm">>
<<user 10>>...<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/ariana/2/ariana09.webm">>
<<girl 0 "ariana">><cite>Rougie</cite>Mon dieu, quesqu'i fait chaud ici.<</girl>>
<<girl 0 "ariana">><cite>Pense</cite>J'ai vraiment les seins dur.<</girl>>
<<user 11>><cite>Le regard figé</cite>...<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/ariana/2/ariana010.webm">>
<<girl 0 "ariana">><cite>Te gette des regards furtif</cite>Um...j'ai chaud $user.nom, j'ai trés chaud.<</girl>>
<<user 0>><cite>Chuchotte</cite>Oui je voie ça.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite>Um...<</girl>>
<<user 12>><cite>Pense</cite>Je ne vais pas bouger.<</user>>
@@
<<case 12>>
@@#media;
<<video "loveassets/ariana/2/ariana011.webm">>
<<girl 0 "ariana">><cite>Te gette des regards insistant</cite>Um...<</girl>>
<<user 13>><cite>Pense</cite>...Oui je suis toujours la.<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/ariana/2/ariana012.webm">>
<<talk 14>>Comme si elle avais enfin fini par comprendre que tu ne partirer pas, elle s'assoie pour donner libre cours a c'est envie.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/ariana/2/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahhhh<</girl>>
<<girl 15 "ariana">><cite>UM</cite>Um ummm...<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/ariana/2/ariana2.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahhhh<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Um ummm...<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Ahh<</girl>>
<<girl 16 "ariana">><cite>UM</cite>Umm.<</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/ariana/2/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Hoooo, Ho my cum.<</girl>>
<<girl 0 "ariana">><cite>UM</cite>Haaa Haa Haa, Haaa Haa Ha.<</girl>>
<<girl 17 "ariana">><cite>Respire</cite>Umm, Hooo.<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/ariana/2/ariana013.webm" >>
<<user 0>><cite>Chuchotte</cite>Ca vas mieux?<</user>>
<<girl 0 "ariana">><cite>UM</cite>Um ummm...<</girl>>
<<girl 0 "ariana">><cite>Reviens au moment</cite>UM pardons $user.nom.<</girl>>
<<user 0>><cite>sourit</cite>Tous vas bien, c'etait un plaisir.<</user>>
<<girl 18 "ariana">><cite>Rougie</cite>Je sais pas ceux qui m'a prix, j'ai eu chaud tout à tous.<</girl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/ariana/2/ariana014.webm" >>
<<user 0>>Et la ça vas mieux?<</user>>
<<girl 0 "ariana">><cite>Rougie</cite>Oui, j'ai encore les seins qui me demange mais ça vas.<</girl>>
<<girl 0 "ariana">><cite>Rougie</cite>Je pense que c'est les pillules qui m'ont donner chaud.<</girl>>
<<user 0>><cite>Sourit</cite>Hé tu as envie de manger?<</user>>
<<girl 0 "ariana">><cite>UM</cite>Non pourquoi?<</girl>>
<<user 0>>Hé ben elle sont efficasse et deux en un en plus.<</user>>
<<girl 0 "ariana">>Quoi?<</girl>>
<<user 0>><cite>Rire</cite>Elle te coupe la faim et en plus tu fait des effort physique, tu peux dire aurevoir au chocolat.<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>$user.nom !!!<</girl>>
<<user 0>>Bon je te l'aisse moi, garde la boite de pillule, mais vas y doucement avec quand même.<</user>>
<<user 0>><cite>Rire</cite>Prend en uniquement quand tu auras un client.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite>Je sais pas si je vais en reprendre aprés ça.<</girl>>
<<user 0>><cite>Sourit</cite>C'est toi qui voie, sur ce, le show et fini, je vais te l'aisser, prend soin de toi d'accord.<</user>>
<<girl 0 "ariana">>$user.nom ce n'etait pas un show...<</girl>>
<<girl "hall" "ariana">><cite>Chuchotte</cite>A bientôt $user.nom.<</girl>>
@@
<<skill "ariana" "3">>
<<set $girls.ariana.quete = 3>>
<</switch>>
<</nobr>>
<<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<girl 0 "ariana">><cite>UMMmmm</cite> <cite>Ummm</cite><</girl>>
<<girl 1 "ariana">><cite>UMMmmm</cite><</girl>>
@@
<<case 1>>
<<dialog>>
<<link "Enter without knocking" "talk_ariana4">><<set $page=3>><</link>>
<<link "Knock" "talk_ariana4">><<set $page=2>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 2>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "ariana">><cite>UMMmmm</cite>I... <cite>Ummm</cite> m... <cite>Ahhh</cite> busy....<cite>Ummm</cite>.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/4/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahh Ahhh <cite>Breathes heavily</cite><</girl>>
<<girl 0 "ariana">><cite>Ahhh</cite>Ummm, ummm ahhhhh<</girl>>
<<user 4>><cite>Takes a moment to watch closely.</cite>Ahem, Ahem.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/ariana/4/ariana01.webm">>
<<girl 0 "ariana">><cite>Surprised</cite>$user.nom!!! What are you doing here?<</girl>>
<<girl 0 "ariana">><cite>Um</cite> Don't you knock anymore? Just leave!<</girl>>
<<user 0>><cite>Um</cite> Sorry... but it's not a big deal, I haven't seen anything, I hadn't already seen.<</user>>
<<girl 0 "ariana">><cite>Blushing</cite> $user.nom!!!.<</girl>>
<<user 0>><cite>Smiling</cite> Sorry, <cite>Knocks on the interior door</cite> <cite>Knock knock</cite> Can I come in?<</user>>
<<girl 5 "ariana">><cite>Sighs</cite> Yes... now that you're here, you can stay!<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/4/ariana02.webm">>
<<girl 0 "ariana">><cite>Thinking</cite> Oh yes, $user.nom, I wanted to tell you, I haven’t eaten any chocolate.<</girl>>
<<user 0>>Really? That’s great! I’m proud of you.<</user>>
<<girl 0 "ariana">><cite>Blushing</cite> But, um... I finished the box of pills, could you please get me some more?<</girl>>
<<girl 0 "ariana">>Pleaseeeeee.<</girl>>
<<user 0>>Already! But it’s one pill per day! Don’t tell me you were that hungry...<</user>>
<<girl 0 "ariana">><cite>Flustered</cite> Yes... no..., I don’t have any left, $user.nom. Could you please find some more?<</girl>>
<<girl 0 "ariana">>Pleaseeeeee.<</girl>>
<<user 6>><cite>Smiling</cite> Umm... I don’t know... they’re expensive and hard to find, and with the rate you’re going, you might as well just buy chocolate.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/ariana/4/ariana03.webm">>
<<girl 0 "ariana">>No!!! And besides, chocolate doesn’t make me want to...<</girl>>
<<user 0>><cite>Smiling</cite> Come on, finish your sentence...<</user>>
<<girl 0 "ariana">><cite>Hesitant</cite>... Could you buy me some more?<</girl>>
<<girl 0 "ariana">>Pleaseeeeee.<</girl>>
<<user 0>><cite>Thinking</cite> Alright, alright, I’ll look for them, but you’ll have to pay the hundred dollars.<</user>>
<<girl 0 "ariana">><cite>Surprised</cite> Are you serious, $user.nom? I don’t have enough clients to pay that amount.<</girl>>
<<user 0>> I can’t afford to spend a hundred dollars on pills every day, that would be a hundred dollars...<</user>>
<<user 0>><cite>Mocking</cite> Pleaseeeeee.<</user>>
<<girl 0 "ariana">><cite>Grumbling</cite><</girl>>
<<user 0>><cite>Thinking</cite> Or...<</user>>
<<girl 0 "ariana">><cite>Smiling</cite> Yes, what is it? Tell me?<</girl>>
<<user 7>><cite>Thinking</cite> Or... you can take me as a client.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/ariana/4/ariana04.webm">>
<<girl 0 "ariana">><cite>Surprise</cite> What!<</girl>>
<<user 0>> You don't have enough clients, and you don't have money. I could be your client, and in exchange, you'll get your pills. Win-win.<</user>>
<<girl 0 "ariana">><cite>Thinking</cite> Just once, and you'll give me as many pills as I want.<</girl>>
<<user 0>> Whoa... negotiation isn’t your strong suit.<</user>>
<<user 0>> One box of pills, one session. That way, I can monitor your pill consumption.<</user>>
<<girl 0 "ariana">><cite>Resigned</cite> And what kind of service do you want?<</girl>>
<<user 8>><cite>Thinking</cite> Everything, I want everything.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/ariana/4/ariana05.webm">>
<<girl 0 "ariana">><cite>A bit annoyed</cite> Everything... You want everything!!!<</girl>>
<<user 0>> Yes, I want all your services.<</user>>
<<user 0>> I want to be treated like one of your high-end clients.<</user>>
<<user 0>> I want you to be at my service during our sessions.<</user>>
<<girl 0 "ariana">><cite>Angry</cite> $user.nom!!! You're asking for way too much.<</girl>>
<<user 0>><cite>Thinking</cite> Okay, okay, you can refuse... a few requests.<</user>>
<<girl 9 "ariana">><cite>UM</cite> Alright, deal $user.nom.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/ariana/4/ariana06.webm">>
<<user 0>><cite>Pulls out his dick</cite><</user>>
<<girl 0 "ariana">><cite>Surprised</cite> $user.nom...<</girl>>
<<user 0>><cite>Mocking</cite> Pleaseeeeee.<</user>>
<<girl 0 "ariana">><cite>Smiling</cite> Stop mocking me!<</girl>>
<<girl 0 "ariana">><cite>Fap Fap</cite><</girl>>
<<girl 0 "ariana">><cite>Fap Fap</cite><</girl>>
<<user 10>><cite>Um</cite> Yes, that's good... use your mouth! Ariana.<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/ariana/4/ariana2.webm" 1>>
<<user 0>><cite>Um</cite>Oh fuck, it's good.<</user>>
<<girl 0 "ariana">><cite>Glup glup</cite><</girl>>
<<girl 11 "ariana">><cite>Glup glup</cite> <cite>Glup glup</cite><</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/ariana/4/ariana08.webm">>
<<user 0>><cite>Um</cite>Ariana I want more, I want to fuck you Ariana.<</user>>
<<girl 0 "ariana">><cite>Surprised</cite> What!<</girl>>
<<girl 12 "ariana">><cite>Hesitant</cite> Umm Fuck... Fine.<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/ariana/4/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>Slowly, $user.nom<</girl>>
<<girl 0 "ariana">><cite>Um</cite>uM Ahhhh.<</girl>>
<<user 0>>Yes, slowly.<</user>>
<<girl 13 "ariana">><cite>Um</cite>Ahhhh umm Ahhhh.<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/ariana/4/ariana4.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Yesss Ahhhh ummhaaaa<</girl>>
<<girl 14 "ariana">><cite>UM</cite>Ahhhh Fuck!<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/ariana/4/ariana5.webm" 1>>
<<user 0>><cite>Breathing hard</cite><</user>>
<<girl 15 "ariana">><cite>Ohhh</cite>Fuck, Ohhhh ohhhh Haaa<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/ariana/4/ariana6.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>UMHaaa<</girl>>
<<girl 0 "ariana">><cite>Um</cite>Umm ummm<</girl>>
<<girl 0 "ariana">><cite>Um</cite>Ohhh fuck, Oh my god Umm.<</girl>>
<<user 16>>Ahhhh.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/ariana/4/ariana7.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>Oh, Fuuu... Oh God.<</girl>>
<<user 0>>Oh, my God.<</user>>
<<user 0>>Babe, you're so fucking sexy.<</user>>
<<girl 0 "ariana">><cite>Um</cite>Ohhhh ohhhh.<</girl>>
<<user 0>>Couldn't even fucking handle it.<</user>>
<<user 0>>Oh, my God.<</user>>
<<girl 17 "ariana">><cite>Um</cite>Fuck.<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/ariana/4/ariana09.webm">>
<<girl 0 "ariana">><cite>Licks</cite><</girl>>
<<user 0>> Oh my god, you’re perfect, Ariana.<</user>>
<<girl 0 "ariana">><cite>Smiles</cite> Don’t forget our agreement, remember to get me a box of pills.<</girl>>
<<girl 0 "ariana">> Pleaseeeeee.<</girl>>
<<user 0>><cite>Laughs</cite> I’ll come see you as soon as I buy them. Get ready for our next session.<</user>>
<<girl 0 "ariana">><cite>Smiles</cite> Okay, go and come back soon, $user.nom.<</girl>>
<<user "hall">> See you later, Ariana.<</user>>
@@
<<skill "ariana" "5">>
<<set $girls.ariana.quete = 5>>
<</switch>>
<</nobr>>
/*
elle ne veut pas etre à ton service donc tu la prive de m'édicamnt juste quel vienne en soubrette.
*/<<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<girl 0 "ariana">><cite>UMMmmm</cite> <cite>Ummm</cite><</girl>>
<<girl 1 "ariana">><cite>UMMmmm</cite><</girl>>
@@
<<case 1>>
<<dialog>>
<<link "Entrer sans frapper" "talk_ariana4">><<set $page=3>><</link>>
<<link "Frapper" "talk_ariana4">><<set $page=2>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 2>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "ariana">><cite>UMMmmm</cite>Je... <cite>Ummm</cite> suis... <cite>Ahhh</cite> occuper....<cite>Ummm</cite>.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/4/ariana1.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ahh Ahhh <cite>Respire fort</cite><</girl>>
<<girl 0 "ariana">><cite>Ahhh</cite>Ummm, ummm ahhhhh<</girl>>
<<user 4>><cite>Prend le temps de bien regarder.</cite>Ahem, Ahem.<</user>>
<<case 4>>
@@#media;
<<video "loveassets/ariana/4/ariana01.webm">>
<<girl 0 "ariana">><cite>Surprise</cite>$user.nom!!! quesque tu fait la?.<</girl>>
<<girl 0 "ariana">><cite>Um</cite>Tu ne toc plus au porte?, vas t'en!.<</girl>>
<<user 0>><cite>Heu</cite> Désoler... mais ce n'est pas trés grave, je n'est rien vue que je n'avais dejas vue.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite> $user.nom!!!.<</girl>>
<<user 0>><cite>Sourit</cite>Pardon, <cite>Toc sur la porte de l'interieur</cite> <cite>Knock knock</cite> je peux entrer?<</user>>
<<girl 5 "ariana">><cite>Soupir</cite> Oui... maintenant que tu est la, tu peux rester!<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/4/ariana02.webm">>
<<girl 0 "ariana">><cite>Reflechit</cite> Ha oui $user.nom je voulais te dire, je n'ai pas mangé de chocolat.<</girl>>
<<user 0>>Vraiment ? C'est super ! Je suis fière de toi.<</user>>
<<girl 0 "ariana">><cite>Rougit</cite>Mais heu...J'ai fini la boîte de pillule, tu veux bien m'en acheter encore?<</girl>>
<<girl 0 "ariana">>S'il te plaieeeee.<</girl>>
<<user 0>>Dejas! mais c'est un cachet par jour! ne me dit pas que tu avais aussi faim que ça...<</user>>
<<girl 0 "ariana">><cite>Déstabiliser</cite>Oui... non..., il ne m'en reste plus $user.nom, tu veux bien en trouver d'autre.<</girl>>
<<girl 0 "ariana">>S'il te plaieeee.<</girl>>
<<user 6>><cite>Sourit</cite>Umm... Je sais pas... il coute chere et il sont difficile à trouver, en plus à la vitesse ou tu les manges antant t'acheter du chocolat.<</user>>
<<case 6>>
@@#media;
<<video "loveassets/ariana/4/ariana03.webm">>
<<girl 0 "ariana">>Non!!! en plus le chocolat ne me donne pas envie....<</girl>>
<<user 0>><cite>Sourit</cite>Vas y fini ta phrase...<</user>>
<<girl 0 "ariana">><cite>Hésite</cite>... Tu peux m'en acheter...<</girl>>
<<girl 0 "ariana">>S'il te plaieeee.<</girl>>
<<user 0>><cite>Reflechis</cite>D'accord, d'accord, je vais te les cherches mais c'est toi qui paye les cents dolars.<</user>>
<<girl 0 "ariana">><cite>Surprise</cite>Tu est serieux $user.nom, je n'est pas asser de client pour payer une tel somme.<</girl>>
<<user 0>>Je peux pas me permettre de dépenser cents dollars pour des pillules tous les jours, ça feras cents dollar...<</user>>
<<user 0>><cite>Ce moque</cite>S'il te plaieeeeeee.<</user>>
<<girl 0 "ariana">><cite>Boude</cite><</girl>>
<<user 0>><cite>Reflechit</cite>Ou Alors...<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>Oui quoi, dit moi?<</girl>>
<<user 7>><cite>Reflechit</cite>Ou Alors... tu me prend comme client.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/ariana/4/ariana04.webm">>
<<girl 0 "ariana">><cite>Surprise</cite>Quoi!<</girl>>
<<user 0>>Tu n'as pas asser de client, et tu n'a pas d'argent, je serais ton client et en echange tu auras tes pillules, gagnant, gagnant.<</user>>
<<girl 0 "ariana">><cite>Reflechis</cite>Une seul foix et tu me donne autant de pillules que je veut.<</girl>>
<<user 0>>Houla... la n'egociation c'est pas ton truc.<</user>>
<<user 0>>Une boite de pillules , une seance, comme ça je peux verifier ta consomation de pillule.<</user>>
<<girl 0 "ariana">><cite>Résigner</cite>Est tu veut quoi comme service?<</girl>>
<<user 8>><cite>Reflechit</cite>Tout, je veut tout.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/ariana/4/ariana05.webm">>
<<girl 0 "ariana">><cite>Un peux faché</cite>Tout... Tu veut tout!!!<</girl>>
<<user 0>>Oui je veut tout tes services.<</user>>
<<user 0>>Je veut être traiter comme un de tes clients haute gamme.<</user>>
<<user 0>>Je veut que pendant nos sceance tu soit à mon service.<</user>>
<<girl 0 "ariana">><cite>Faché</cite>$user.nom!!! tu en demande beaucoup trop.<</girl>>
<<user 0>><cite>Reflechis</cite>Ok, Ok tu pouras refusers... quelques demandes.<</user>>
<<girl 9 "ariana">><cite>UM</cite>D'accord, marché conclus $user.nom.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/ariana/4/ariana06.webm">>
<<user 0>><cite>Sort ça bite</cite><</user>>
<<girl 0 "ariana">><cite>Suprise</cite>$user.nom...<</girl>>
<<user 0>><cite>Ce moque</cite>S'il te plaieeeeeee.<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>Arette de te moquer de moi!<</girl>>
<<girl 0 "ariana">><cite>Fap Fap</cite><</girl>>
<<girl 0 "ariana">><cite>Fap Fap</cite><</girl>>
<<user 10>><cite>Um</cite>Oui c'est bon... utilise ta bouche! Ariana.<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/ariana/4/ariana2.webm" 1>>
<<user 0>><cite>Um</cite>Ho putain, c'est bon<</user>>
<<girl 0 "ariana">><cite>Glup glup</cite><</girl>>
<<girl 11 "ariana">><cite>Glup glup</cite> <cite>Glup glup</cite><</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/ariana/4/ariana08.webm">>
<<user 0>><cite>Um</cite>Ariana j'en veut plus, je veut te baiser Ariana.<</user>>
<<girl 0 "ariana">><cite>Surprise</cite>Quoi!<</girl>>
<<girl 12 "ariana">><cite>Hésite</cite>Fait chier... D'accord...<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/ariana/4/ariana3.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>Doucement, $user.nom<</girl>>
<<girl 0 "ariana">><cite>Um</cite>uM Ahhhh.<</girl>>
<<user 0>>Oui, doucement.<</user>>
<<girl 13 "ariana">><cite>Um</cite>Ahhhh umm Ahhhh.<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/ariana/4/ariana4.webm" 1>>
<<girl 0 "ariana">><cite>UM</cite>Ouiii Ahhhh ummhaaaa<</girl>>
<<girl 14 "ariana">><cite>UM</cite>Ahhhh Fuck!<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/ariana/4/ariana5.webm" 1>>
<<user 0>><cite>Respire fort</cite><</user>>
<<girl 15 "ariana">><cite>Ohhh</cite>Fuck, Ohhhh ohhhh Haaa<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/ariana/4/ariana6.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>UMHaaa<</girl>>
<<girl 0 "ariana">><cite>Um</cite>Umm ummm<</girl>>
<<girl 0 "ariana">><cite>Um</cite>Ohhh fuck, Oh my god Umm.<</girl>>
<<user 16>>Ahhhh.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/ariana/4/ariana7.webm" 1>>
<<girl 0 "ariana">><cite>Um</cite>Oh, Fuuu... Oh God.<</girl>>
<<user 0>>Oh, my God.<</user>>
<<user 0>>Babe, you're so fucking sexy.<</user>>
<<girl 0 "ariana">><cite>Um</cite>Ohhhh ohhhh.<</girl>>
<<user 0>>Couldn't even fucking handle it.<</user>>
<<user 0>>Oh, my God.<</user>>
<<girl 17 "ariana">><cite>Um</cite>Fuck.<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/ariana/4/ariana09.webm">>
<<girl 0 "ariana">><cite>Leche</cite><</girl>>
<<user 0>>Ohh mon dieu, tu est parfaite Ariana.<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>N'oublie pas notre accord, pense à allais me chercher une boite de pillule.<</girl>>
<<girl 0 "ariana">>S'il te plaieeee.<</girl>>
<<user 0>><cite>Rire</cite>Je viens te voir des que j'en acheter, prépare toi pour notre prochaine scéance.<</user>>
<<girl 0 "ariana">><cite>Sourit</cite>D'accord, pars et reviens vite $user.nom.<</girl>>
<<user "hall">>A plus tard Ariana<</user>>
@@
<<skill "ariana" "5">>
<<set $girls.ariana.quete = 5>>
<</switch>>
<</nobr>>
/*
elle ne veut pas etre à ton service donc tu la prive de m'édicamnt juste quel vienne en soubrette.
*/<<nobr>>
<<include wait_ariana>>
<</nobr>><<nobr>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/ariana/1/ariana01.webm" 0>>
<<user 0>>Bonjour. Je suis $user.nom, le gérant de l'hôtel. Peux-tu te présenter rapidement ?<</user>>
<<girl 0 "ariana">>Bonjour, Je m'apelle Ariana et j'ai 31 ans et j'ai bossé trois ans dans différents hôtels, surtout à la réception, mais aussi au service d'étage.<</girl>>
<<user 0>><cite>Hésite</cite>... Tu te rend compte que je cherche des Hotesses pour mon LoveHotel et pas des réceptionistes?<</user>>
<<girl 0 "ariana">><cite>Hoche la tête...</cite> Oui j'ai eu l'occasion dans mes anciens job de faire quelque "extras", je suis parfaitement au courant de ce que les clients attende de moi.<</girl>>
<<user 1>>D'accord, assier toi s'il te plais.<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/ariana/1/ariana03.webm" 0>>
<<user 0>>Qu'est-ce qui t'intéresse dans notre love hotel et pourquoi tu penses que ce job est fait pour toi ?<</user>>
<<girl 0 "ariana">>Eh bien, Je cherche un endroit où les filles sont gére correctement et mes compétences en accueil, ma discrétion et mon professionnalisme seraient, je pense, des atouts ici.<</girl>>
<<user 0>>Oui c'est vrais Il faut être très discrete et tu est plutot mignonne, je pense que tu pourais t'épanouir ici.<</user>>
<<user 0>>Pardon de revenir la dessus, mais tu ne seras pas embaucher pour le service de l'Hotel mais bien pour le service des clients, je veut que l'on soit clair la dessus.<</user>>
<<girl 0 "ariana">><cite>Rougie</cite> Merci de clarifier mais je suis parfetement au courant de ce que je devrais faire pour mes clients.<</girl>>
<<girl 0 "ariana">>Je te les dit dans les ancien hotel ou je travailler je fesais des "extras" avec les clients, mais je suis nul en gestion.<</girl>>
<<user 0>>Dit m'en plus.<</user>>
<<girl 0 "ariana">>Comme c'est moi qui choissises mes clients et demander ma paye, plusieurs fois je suis tomber sur des hommes violant ou qui avais des attente immence pour une somme d'érisoir c'est meme arriver qu'ils ne me payer pas.<</girl>>
<<girl 0 "ariana">>Je suis nul en gestion, je préférer venir ici ou j'espere tu gereras les clients et moi je m'occuperais uniquement de leur besoin.<</girl>>
<<user 0>>Oui dit comme ça c'est plus clair, tu est au bon endroit, je prendrais soin de toi, tu n'aurais cas prendre soin des clients.<</user>>
<<girl 0 "ariana">><cite>Rire</cite>Parfait.<</girl>>
<<user 0>><cite>Um</cite>J'aimerais que tu te désabille s'il te plais.<</user>>
<<girl 2 "ariana">><cite>Rougie</cite>ok.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/ariana/1/ariana05.webm" 0>>
<<girl 0 "ariana">><cite>Rougie</cite>Tu aime mes seins?<</girl>>
<<user 0>><cite>Ahem</cite>Je peux les touchés?<</user>>
<<girl 3 "ariana">><cite>Rougie</cite>Oui tu peux.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/ariana/1/ariana010.webm" 0>>
<<user 0>>Magnifique<</user>>
<<user 4>>Tourne toi, et enleve ta culotte s'il te plais.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/ariana/1/ariana06.webm">>
<<user 5>>Magnifique montre moi en plus.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/ariana/1/ariana07.webm">>
<<girl 0 "ariana">>Comme ça.<</girl>>
<<user 0>>Parfait.<</user>>
<<user 6>>Pour finir, tu pourais te toucher un peux.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/ariana/1/ariana09.webm">>
<<user 0>><cite>Um</cite>Tu est trés belle.<</user>>
<<girl 0 "ariana">>Merci, je commence à avoir trés chaud, $user.nom!<</girl>>
<<user 0>><cite>Um</cite>D'accord, restons professionnel, tu peux arette si ça deviens trop chaud pour toi.<</user>>
<<girl 7 "ariana">><cite>Rougie</cite>Merci.<</girl>>
<<case 7>>
@@#media;
<<video "loveassets/ariana/1/ariana08.webm">>
<<user 0>><cite>Ahem</cite>J'espere que nous ferons du bon travail ensemble si tu as besoin de quelque chose n'esite pas à me demander à Gabbie ou à moi directement.<</user>>
<<girl 0 "ariana">>Ca veut dire que j'ai le travail?<</girl>>
<<user 0>>Oui Ariana tu est embaucher, bienvenue à $user.hotel.<</user>>
<<girl 0 "ariana">>Merci c'est supert, j'ai hate de commencer.<</girl>>
<<user "hall">>Parfait, je vais te trouver une chambre au plus vite, travail bien...<</user>>
@@
<<set $girls.ariana.quete = 1>>
<<enroll "ariana">>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<style>
b {
display: contents;
}
</style>
<<dialog>>
You are currently playing the <b>public version</b> of the game.
<br>
The full version (Patreon) is only available online.
<br>
If you’d like to access it, please visit Patreon to <b>support me</b>.
<br>
Make sure to <b>save your game</b>! You’ll be able to import it later into the online version.
<br>
<a class="link-internal macro-link" href="https://www.patreon.com/a_FurbyzHiddenChronicles" target="_blank">Patreon</a>
<a class="link-internal macro-link" href="https://hidden-chronicles.eu/" target="_blank">Online version</a>
<<button "back" "recrut">><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>
<<nobr>>
<style>
b {
display: contents;
}
</style>
<<run Dialog.close();>>
<<dialog>>
You are currently playing the <b>public version</b> of the game.
<br>
The full version (Patreon) is only available online.
<br>
If you’d like to access it, please visit Patreon to <b>support me</b>.
<br>
Make sure to <b>save your game</b>! You’ll be able to import it later into the online version.
<br>
<a class="link-internal macro-link" href="https://www.patreon.com/a_FurbyzHiddenChronicles" target="_blank">Patreon</a>
<a class="link-internal macro-link" href="https://hidden-chronicles.eu/" target="_blank">Online version</a>
<<button "back" "computer">><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>
<<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<set _homme = "loveassets/img/gabbie_man.jpg">>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<style>
#ui-dialog-titlebar {
display:none;
}
#ui-dialog-body {
background-color: transparent;
border: none;
text-align: center;
}
#ui-dialog {
top:100px!important;
}
</style>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/3/gabbie01.webm">>
<<user 0>><cite>Pense</cite> Hé bien je commence a comprendre pourquoi son copain ne doit pas la voir dans ça chambre.<</user>>
<<user 0>><cite>UM</cite>Bonjour, Gabbie.<</user>>
<<girl 0 "gabbie">>Bonjour Patron...<</girl>>
<<girl 0 "gabbie">>Patron... tu fixe mes seins la?<</girl>>
<<user 0>><cite>UM</cite>Oui Désoler, je fait pas exprés.<</user>>
<<girl 1 "gabbie">><cite>Rire</cite>C'est pas grave $user.nom, ça m'arrive tous le temps.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/3/gabbie02.webm">>
<<user 0>>Heu...<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Tu sais les clients adore me voir jouer avec mes seins, tu veut voir?<</girl>>
<<user 0>><cite>Hésite</cite>Non... tu doit me présenter ton petit copain, pas tes petits titine!<</user>>
<<girl 0 "gabbie">>Petites?<</girl>>
<<user 0>><cite>Umm</cite> oui, d'accord j'ai rien dit!<</user>>
<<user 2>><cite>Pense</cite>C'est seins son vraiment magnifique, est ce que je demande à en voir plus?<</user>>
@@
<<case 2>>
<<dialog>>
<<if !$question.includes(3)>>
<<link "bouge tes seins" "talk_gabbie1">><<set $page=3>><</link>>
<</if>>
<<if !$question.includes(4)>>
<<link "Dance" "talk_gabbie1">><<set $page=4>><</link>>
<</if>>
<<link "Continue" "talk_gabbie1">><<set $page=5>><</link>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 3>>
@@#media;
<<video "loveassets/gabbie/3/gabbie04.webm">>
<<girl 0 "gabbie">><cite>Flap, Falp</cite><</girl>>
<<girl 2 "gabbie">><cite>Rire</cite><</girl>>
@@
<<set $question.pushUnique(3)>>
<<case 4>>
@@#media;
<<video "loveassets/gabbie/3/gabbie05.webm">>
<<girl 0 "gabbie">><cite>La, La, La</cite><</girl>>
<<girl 2 "gabbie">><cite>Rire</cite><</girl>>
@@
<<set $question.pushUnique(4)>>
<<case 5>>
@@#media;
<<video "loveassets/gabbie/3/gabbie03.webm">>
<<user 0>>Allais Gabbie asser attendue, je sais que tu est nerveuse, mais ce qui est retarder n'est pas annuler.<</user>>
<<user 0>>Il est temps de me présenté ce fameux petit amis, j'espere vraiment pouvoir calmer les choses.<</user>>
<<girl 0 "gabbie">>Ha $user.nom, je te remerci tu sais ça compte vraiement pour moi.<</girl>>
<<user 0>>Tu me remercira plus tard, je n'est encore rien fait...<</user>>
<<girl 0 "gabbie">>Oui, c'est vrais $user.nom, je te remercirais plus tard.<</girl>>
<<girl 6 "gabbie">>Merci patron!<</girl>>
@@
<<case 6>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<girl 0 "gabbie">>Tient le voila, je te l'ai montrer maintenant, trouve un moyen de l'eloigner.<</girl>>
<<user 0>>Hum héééé.. je suis sencer faire ça comment?<</user>>
<<girl 0 "gabbie">><cite>Pars en marchant</cite>Je sais pas patron, mais tu vas trouvé.<</girl>>
<<user 0>><cite>Pense</cite>Bon ben.. quand faut y allais, faut y allais.<</user>>
<<user 0>><cite>Ahem</cite> Bonjour, est ce que je peux faire quelque chose pour vous?<</user>>
<<say 0 _homme>>Bonjour, je voudrais voir Gabbie.<</say>>
<<user 0>>Heu, je suis désoler ça ne vas pas être possible, elle et occuper.<</user>>
<<say 0 _homme>><cite>Voix enerver</cite> Occuper à quoi faire! dite lui que c'est son petit amis qui l'attend.<</say>>
<<user 0>>Monsieur, je suis désoler ça ne vas pas être possible.<</user>>
<<say 0 _homme>><cite>Crie</cite> Gabbie, Gabbie.<</say>>
<<user 0>>Monsieur, rester calme s'il vous plais.<</user>>
<<user 0>><cite>Pense</cite>Putain comment je me debérasse de lui.<</user>>
<<say 0 _homme>><cite>Crie</cite> Gabbie, Gabbie.<</say>>
<<user 8>>Monsieur, s'il vous plais arette de crier ça ne la feras pas venir, je vous propose de l'attendre calmement, je vais voir si je la trouve.<</user>>
<<case 8>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Toc toc toc</cite><</user>>
<<girl 9 "gabbie">><cite>Umm umm</cite>Oui entreee.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/gabbie/3/gabbie09.webm">>
<<user 0>>Mais...<</user>>
<<user 10>><cite>Ahem Ahem</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/gabbie/3/gabbie07.webm">>
<<girl 0 "gabbie">>Désoler $user.nom, jouer avec mes seins m'aide à me calmer, fait comme si tu n'avais rien vue.<</girl>>
<<user 0>><cite>Glup</cite> c'est facille à dire... bon je te signale quand même que ton copain hurle ton prénom dans tous l'Hotel.<</user>>
<<girl 0 "gabbie">>Je suis désoler $user.nom, il fait souvent ça pour que je vienne le voir et faire partir mes clients.<</girl>>
<<user 0>>Ok, ok et je fait quoi moi?<</user>>
<<girl 0 "gabbie">>Je sais pas $user.nom, tu peux le l'aisser faire il finiras par partir, ou tu peux trouver un moyen de la faire partir.<</girl>>
<<user 0>>Je vais pas le l'aisser hurler dans toute l'hotel, tu veut pas passer un peux de temps avec lui, ça vous calmerais tout les deux...<</user>>
<<girl 0 "gabbie">>Hé demain ça seras pire $user.nom.<</girl>>
<<user 0>>C'est pas faux.<</user>>
<<girl 0 "gabbie">>Non, Il faut que tu trouve un autre moyen, je sais pas donne lui un somnifer ou un calment.<</girl>>
<<user 0>>CAREMENT!... et pourquoi pas un laxatif... Il areterais de nous faire chier comme ça!<</user>>
<<girl 0 "gabbie">><cite>Rire</cite> d'accord, Je te donne tous les médicament que j'ai c'est toi qui décide! ne soit pas trop méchant s'il te plais.<</girl>>
<<user 0>><cite>Heu...</cite>C'etait une blague...<</user>>
<<girl 0 "gabbie">>Ha... je suis désoler mais c'est ma seul idée $user.nom, je ne vais pas couché avec lui a chaque foix qu'il fait un caprice!.<</girl>>
<<user 0>><cite>Um</cite> Ok, Ok , bon j'y retourne, je vais bien trouver une solution... et s'il te plais habille toi!.<</user>>
<<girl 11 "gabbie">>Oui partron.<</girl>>
@@
<<case 11>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<user 0>><cite>Ahem</cite> Me revelas désoler pour l'attente, c'est bon vous êtes calmer?<</user>>
<<say 0 _homme>>Je veut voir ma femme, je sais quelle est la!.<</say>>
<<say 0 _homme>>Gabbie, Gabbie.<</say>>
<<user 0>><cite>Reflechis</cite> Oui, oui, je viens de la voir, elle ce ... prépare ... elle ne vas plus tarder.<</user>>
<<user 0>>Vous voulez un café en l'attendant?.<</user>>
<<say 0 _homme>>Ha enfin un peux de politesse, c'est pas trop tot... avec du lait et du sucre.<</say>>
<<user 0>><cite>Pense</cite>Putain c'est quoi c'est magniere la!.<</user>>
<<user 0>><cite>Pense</cite>D'accord je vais prépare votre café, s'il vous plais patienter en silance.<</user>>
<<say 12 _homme>>Wéwé qu'elle face vite.<</say>>
@@
<<case 12>>
<<dialog>>
<<if !$question.includes(13)>>
<<link "Cracher dans le café" "talk_gabbie1">><<set $page=13>><</link>>
<</if>>
<<if !$question.includes(14) >>
<<link "Sperme dans le café" "talk_gabbie1">><<set $page=14>><</link>>
<</if>>
<<if !$question.includes(15) >>
<<link "Ajouter un somnifer" "talk_gabbie1">><<set $page=15>><</link>>
<</if>>
<<if !$question.includes(16) >>
<<link "Ajouter un laxatif" "talk_gabbie1">><<set $page=16>><</link>>
<</if>>
<<if $question.includesAll(16) >>
<<link "Servir" "talk_gabbie1">><<set $page=17>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 13>>
@@#media;
[img[loveassets/img/crache.jpg]]
<<user 12>><cite>Pense</cite>Je suis pas sur, que ça le face partir!<</user>>
@@
<<set $question.pushUnique(13)>>
<<case 14>>
@@#media;
<<video "loveassets/img/gif/cum.webm">>
<<user 12>><cite>Pense</cite>Je suis pas sur, que ce soit trés utile.<</user>>
@@
<<set $question.pushUnique(14)>>
<<case 15>>
@@#media;
[img[loveassets/img/somnifer.jpg]]
<<user 12>><cite>Pense</cite>Ha ça devrais le calmer ça!<</user>>
@@
<<set $question.pushUnique(15)>>
<<case 16>>
@@#media;
[img[loveassets/img/laxatif.jpg]]
<<user 12>><cite>Pense</cite>Avec ça il vas courir au toilette, dommage y a pas de toilette public ici!<</user>>
@@
<<set $question.pushUnique(16)>>
<<case 17>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<talk 0>>Vous lui tender un café<</talk>>
<<say 0 _homme>>Hé bien il vous en faut du temps pour faire du café...<</say>>
<<say 0 _homme>><cite>Bois</cite>Elle et ou Gabbie... dit lui de venir vite.<</say>>
<<user 0>><cite>Commence à s'enerver</cite>Elle arrive, buver tranquillement votre café en attendant, je les préparer avec soin pour vous...<</user>>
<<say 0 _homme>>Um pas mauvais, mais ça vaut pas les café que me prépare ma petit Gabbie.<</say>>
<<user 0>><cite>Rire interieu</cite>Oui on doit pas utiliser le même ingrédient magique.<</user>>
<<say 18 _homme>><cite>Regard interogateur</cite>Si tu le dit!<</say>>
@@
<<case 18>>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 19>>Un moment plus tard<</talk>>
<<case 19>>
@@#media;
[img[loveassets/img/gabbie_man_cover.jpg]]
<<say 0 _homme>><cite>Bruit de ventre</cite>Ho putain ça vas pas...<</say>>
<<user 0>>Un probleme monsieur vous êtes tout pale!<</user>>
<<say 0 _homme>><cite>Bruit de ventre</cite>Je... Dite à Gabbie que je repasserais, j'ai... Dite lui que je revient un autre jour<</say>>
<<user 0>>D'accord, bonne journée<</user>>
<<say 20 _homme>><cite>Bruit de pet</cite>Oui... Oui je doit partir...<</say>>
@@
<<case 20>>
@@#media;
<<video "loveassets/gabbie/4/gabbie01.webm">>
<<girl 0 "gabbie">>Ho mon Dieu dans quel merde je t'est mis $user.nom.<</girl>>
<<girl 0 "gabbie">>S'il te plais... dit moi qu'il est partis!<</girl>>
<<user 0>><cite>Rire</cite>Oui.<</user>>
<<girl 0 "gabbie">>Tu est sur?<</girl>>
<<user 0>><cite>Rire</cite>Oui il est partis faire "chier" quelqu'un d'autre!.<</user>>
<<user 0>><cite>Rire</cite>Il est partis ce "vider" la tête.<</user>>
<<girl 0 "gabbie">>$user.nom?<</girl>>
<<user 0>>Ca vas il va bien mais il ne reviendras pas de si tot!<</user>>
<<girl 21 "gabbie">>Merci $user.nom, je ne sais pas comment te remercier.<</girl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/gabbie/4/gabbie02.webm">>
<<girl 0 "gabbie">><cite>Relechis</cite>Tu sais $user.nom, tu devrais enlever ce pantalon.<</girl>>
<<girl 0 "gabbie">><cite>Regarde la bite de $user.nom</cite>J'ai envie de te remercier $user.nom.<</girl>>
<<user 22>>Tu n'est pas obliger de me remercier...<</user>>
@@
<<case 22>>
@@#media;
<<video "loveassets/gabbie/4/gabbie1.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<user 0>>Ho<</user>>
<<girl 23 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
@@
<<case 23>>
@@#media;
<<video "loveassets/gabbie/4/gabbie2.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<user 0>>Ho, Ho oui.<</user>>
<<girl 24 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/gabbie/4/gabbie3.webm" 1>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 25 "gabbie">><cite>Respire Fort</cite>Um um<</girl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/gabbie/4/gabbie4.webm" 1>>
<<user 0>>Ouiii.<</user>>
<<girl 0 "gabbie">><cite>Glup Glup Glup</cite><</girl>>
<<girl 26 "gabbie">><cite>Respire fort</cite>Ahh<</girl>>
@@
<<case 26>>
@@#media;
<<video "loveassets/gabbie/4/gabbie5.webm" 1>>
<<user 0>>Ho oui putain.<</user>>
<<girl 0 "gabbie">>Ahhhh<</girl>>
<<user 27>>Ahh ahh Ahhhhh.<</user>>
@@
<<case 27>>
@@#media;
<<video "loveassets/gabbie/4/gabbie03.webm">>
<<girl 0 "gabbie">><cite>Bisous</cite><</girl>>
<<user 0>>Tu est vraiement doue pour ça Gabbie, j'attend la même motivation pour tes cliens.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite>Oui $user.nom, il faut les rendres heureux.<</girl>>
<<user 0>>Merci Gabbie, tu pense qu'on pouras le refaire?<</user>>
<<girl 0 "gabbie">>Je sais pas $user.nom, c'etait dans le feux de l'action si mon copain l'apprend...<</girl>>
<<user 0>>Je l'enverais chier encore une foix, j'ai besoin de toi ici à $user.hotel.<</user>>
<<girl 0 "gabbie">>Je reste avec toi $user.nom, mais pour le sexe entre nous je ne sais pas, ça complique peux être trop les choses.<</girl>>
<<user 0>>Tu as raison ne compliquont pas les choses, en plus tu est mon employer...<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>Oui patron.<</girl>>
<<user 0>>Je te l'aisse a ton travail, prend soin de toi.<</user>>
<<girl "hall" "gabbie">>Oui patron.<</girl>>
@@
<<skill "gabbie" "0">>
<<set $girls.gabbie.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<include "objfight">>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "start">>
<<set _random = random(0, Object.keys(_fights).length - 1)>>
<<set _num = Object.keys(_fights)[_random]>>
<<switch $page>>
<<case 0>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": random(100, 2000) , "atk": random(20, 200)},
"passage" : "testfight",
"money" : random(300, 2000)
}>>
<<set _money =>>
<<= _money>>
<<goto fight>>
<<case 1>>
lose <<= $fight.money>>
<<case 2>>
win <<= $fight.money>>
<</switch>>
<</nobr>><<nobr>>
<<section>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<<user 0>><</user>>
<<user 0>>Un caractère invisible est un caractère Unicode disponible sur n'importe quel système informatique dans le monde. Il est couramment utilisé à diverses fins, telles que le formatage, la codification ou l'amélioration de la présentation du texte. Ces caractères, bien qu'ils ne soient pas visiblement apparents, jouent un rôle crucial dans la manipulation et la structuration du contenu dans différentes applications et systèmes.
Aujourd'hui, les caractères invisibles sont utilisés à des fins de médias sociaux et pour le plaisir, en particulier sur des plateformes comme WhatsApp, Instagram, Facebook, Twitter, et d'autres. Les caractères invisibles peuvent être utilisés pour créer des noms d'utilisateur, des biographies, des légendes, des commentaires et des publications.Un caractère invisible est un caractère Unicode disponible sur n'importe quel système informatique dans le monde. Il est couramment utilisé à diverses fins, telles que le formatage, la codification ou l'amélioration de la présentation du texte. Ces caractères, bien qu'ils ne soient pas visiblement apparents, jouent un rôle crucial dans la manipulation et la structuration du contenu dans différentes applications et systèmes.
Aujourd'hui, les caractères invisibles sont utilisés à des fins de médias sociaux et pour le plaisir, en particulier sur des plateformes comme WhatsApp, Instagram, Facebook, Twitter, et d'autres. Les caractères invisibles peuvent être utilisés pour créer des noms d'utilisateur, des biographies, des légendes, des commentaires et des publications.<</user>>
<<user 3>>page3<</user>>
<<user "hall">>halllllllll<</user>>
<<case 3>>
@@media;
<<user 8>> page 8<</user>>
@@
<<case 8>>
@@#media;
<<user "hall">>lklmkmlk<</user>>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<backbutton "computer">>
<style>
.scrollable {
position:relative;
height: 200px;
overflow: hidden;
}
.scroll-content {
position: absolute;
width: 100%;
animation: scroll 10s linear infinite;
}
@keyframes scroll {
0% {
top: 100%;
}
100% {
top: -100%;
}
}
</style>
<<dialog>>
<div><h2>Love Hotel v<<=$version>></h2>
Developed by a_Furbyz, in collaboration with :
</div>
<div class="scrollable">
<div class="scroll-content">
Ty<br>
Stephen<br>
Blackjack161<br>
Thomas M.<br>
HJ<br>
Ggtersa<br>
Ludwig B.<br>
Nick M.<br>
kirito S.<br>
Eric D.<br>
Mike H.<br>
</div>
</div>
<<button "back" "computer">><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>/*
gabby : 0, 6, 5
kylie : 0,1, 5
kennedy : 0,6
arianna : 0, 1, 3, 5
charity : 0, 5
macy: 0,5
whitney: 0,5
0 pipe
1 doighter /leche (par quelqu'on d'autre)
2 Analingus
3 Streap tease
4 Massage
5 sexe vaginal
6 exibition / dildo
7 Costumes
8 jouir a l'interieur
9 sexe avec une fille.
10 sexe anal
11 sexe agressif Gifles (fesses)
12 threesome girl (FMF)
13 threesome homme (MMF) (Double Pénétration)
14 BDSM Bondage, Domination et Sado-Masochisme
15 group sexe
*/<<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/kennedy/duo/0/1.webm", "loveassets/kennedy/duo/0/2.webm", "loveassets/kennedy/duo/0/3.webm", "loveassets/kennedy/duo/0/4.webm"],
6:[false, "loveassets/kennedy/duo/6/1.webm", "loveassets/kennedy/duo/6/2.webm"]
}>>
<<set _filteredKeys = $girls["kennedy"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/kennedy/solo/1.webm", "loveassets/kennedy/solo/2.webm", "loveassets/kennedy/solo/3.webm", "loveassets/kennedy/solo/4.webm","loveassets/kennedy/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["kennedy"].stress = Math.min($girls["kennedy"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["kennedy"].stress = Math.min($girls["kennedy"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "kennedy">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/ariana/duo/0/1.webm", "loveassets/ariana/duo/0/2.webm", "loveassets/ariana/duo/0/3.webm", "loveassets/ariana/duo/0/4.webm"],
1:[false, "loveassets/ariana/duo/1/1.webm", "loveassets/ariana/duo/1/2.webm"],
3:[false, "loveassets/ariana/duo/3/1.webm", "loveassets/ariana/duo/3/2.webm", "loveassets/ariana/duo/3/3.webm", "loveassets/ariana/duo/3/4.webm"],
5:[false, "loveassets/ariana/duo/5/1.webm", "loveassets/ariana/duo/5/2.webm", "loveassets/ariana/duo/5/3.webm", "loveassets/ariana/duo/5/4.webm"]
}>>
<<set _filteredKeys = $girls["ariana"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/ariana/solo/1.webm", "loveassets/ariana/solo/2.webm", "loveassets/ariana/solo/3.webm", "loveassets/ariana/solo/4.webm","loveassets/ariana/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["ariana"].stress = Math.min($girls["ariana"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["ariana"].stress = Math.min($girls["ariana"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "ariana">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
/*const zoneWidth = 100;*/
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/charity/duo/0/1.webm", "loveassets/charity/duo/0/2.webm", "loveassets/charity/duo/0/3.webm", "loveassets/charity/duo/0/4.webm"],
5:[false, "loveassets/charity/duo/5/1.webm", "loveassets/charity/duo/5/2.webm", "loveassets/charity/duo/5/3.webm", "loveassets/charity/duo/5/4.webm"]
}>>
<<set _filteredKeys = $girls["charity"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/charity/solo/1.webm", "loveassets/charity/solo/2.webm", "loveassets/charity/solo/3.webm", "loveassets/charity/solo/4.webm","loveassets/charity/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["charity"].stress = Math.min($girls["charity"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["charity"].stress = Math.min($girls["charity"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "charity">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _boss = "loveassets/img/boss.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>> Arriving at the door, you hear whispers, someone is talking with Charity, a voice you recognize, a voice that sends shivers down your spine. Mr. Viktor.<</talk>>
<<talk 0>> Out of curiosity and to be able to intervene if something goes wrong, you press your ear against the door.<</talk>>
<<say 0 _boss>><cite>Inaudible</cite>.......... <</say>>
<<say 0 _boss>> ... you’ve done your job. Don’t forget to be grateful for the vacation. When you return home, you'll need to get back to work, your clients are lost without you.<</say>>
<<girl 0 "charity">><cite>Whisper</cite> Yes, Mr. Viktor.<</girl>>
<<talk 0>> Assuming the conversation is over, you decide to knock on the door.<</talk>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">><cite>Whispers</cite> Yes.<</girl>>
@@
<<case 1>>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<say 0 _boss>> Ah, $user.nom, I was just coming to see you.<</say>>
<<say 0 _boss>> Is Charity satisfying you well?<</say>>
<<user 0>> ...<</user>>
<<say 0 _boss>><cite>Looks at Charity</cite> I see...<</say>>
<<girl 0 "charity">><cite>Whispers</cite> But I...<</girl>>
<<say 0 _boss>> Anyway! You wanted to see me to talk? Let's go discuss it in your office.<</say>>
<<user 2>><cite>Uh</cite> Alright.<</user>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.1);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<talk 0>> Mr. Viktor sits in your chair at your desk with a relaxed demeanor, his piercing eyes fixed on the door behind you.<</talk>>
<<say 0 _boss>> I'm listening, hurry up. I don't like waiting.<</say>>
<<user 0>><cite>Hesitate</cite> <cite>Close the door</cite> Mr. Viktor... I wanted to talk to you about something important.<</user>>
<<say 0 _boss>><cite>With a piercing gaze</cite> Everything you tell me should be important. Otherwise, you’re wasting your time and mine.<</say>>
<<say 0 _boss>><cite>Frowns</cite> So, speak.<</say>>
<<user 0>> It's about Charity... I would like to... keep her. Protect her. I think she deserves better.<</user>>
<<say 0 _boss>><cite>A cruel smile slowly forms on his lips</cite> Better, you say?<</say>>
<<say 0 _boss>> And what do you intend to offer me in exchange for this "better" you claim you can give her?<</say>>
<<user 3>> I think she has always been loyal to you, and I believe she deserves to live freely, away from all this. I want to give her that chance.<</user>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.3);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<say 0 _boss>> Without me, she would have fallen, lost in this world. <cite>Raises his voice</cite> She is nothing without me.<</say>>
<<user 0>><cite>Angry</cite> What you did for her, you did so she would serve you. You turned her into a tool.<</user>>
<<user 0>> But she deserves more than that. More than being a piece on your chessboard.<</user>>
<<say 0 _boss>><cite>Chuckles softly with a cold laugh</cite> You are naive... but I admire your courage.<</say>>
<<say 0 _boss>> This world doesn't operate on ideals of freedom and goodness.<</say>>
<<say 0 _boss>> She belongs to me because I shaped her. And everything I do, I do with a purpose. A tool, you say?<</say>>
<<say 4 _boss>> Maybe. But a tool that is valuable to me. A tool that has never disappointed me.<</say>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<user 0>><cite>Determined</cite> I am willing to pay for her freedom. How much do you want?<</user>>
<<talk 0>> Mr. Viktor's smile widens, as if he had been waiting for this question.<</talk>>
<<say 0 _boss>> Ah, finally something concrete. You see, everything has a price in this world. <cite>Think</cite> $20,000. No more, No less.<</say>>
<<user 0>><cite>Surprised</cite> $20,000?! You know I don't have that amount... And I already owe you.<</user>>
<<say 0 _boss>><cite>Crosses his arms</cite> Exactly. You already belong to me, just like she does. But I am a businessman, always ready to negotiate.<</say>>
<<say 0 _boss>> If you can’t pay… I could hire you. Until the amount is complete.<</say>>
<<user 0>><cite>Trapped</cite> What do you expect from me?<</user>>
<<say 0 _boss>> That’s none of your concern. Not yet. I’ll give you the details later.<</say>>
<<say 0 _boss>> For now, all you need to know is that it will be dangerous, difficult, and you will have to serve me with the same loyalty as Charity.<</say>>
<<user 0>><cite>Think</cite> It’s a take-it-or-leave-it situation, isn’t it?<</user>>
<<say 0 _boss>><cite>Nods and smiles</cite> Exactly. You take it, or you leave it. But know that if you refuse, Charity will remain under my control forever, and you’ll never see her again.<</say>>
<<say 0 _boss>>Are you hesitating? I think you haven’t understood yet, I didn’t come empty-handed.<</say>>
<<say 5 _boss>>Look at this video on my phone, see what awaits Charity upon her return. I’m sure she’ll love it.<</say>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace01.webm">>
<<say 0 _boss>>Beautiful, isn’t it?<</say>>
<<say 6 _boss>>Watch the rest, I’m telling you, Charity will love this.<</say>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace02.webm">>
<<user 0>>...<</user>>
<<say 7 _boss>>Watch the rest.<</say>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace03.webm">>
<<say 0 _boss>><cite>Laugh</cite> Yes... Yes... Their room is a bit small, but it's very practical.<</say>>
<<user 0>>You’re crazy.<</user>>
<<say 8 _boss>><cite>Smiles</cite> I’m a businessman, I simply cater to my clients' demands. If you did the same, you’d already be richer.<</say>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.6);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<user 0>><cite>With a lump in your throat</cite> Alright, alright, I accept. Tell me what I need to do.<</user>>
<<say 0 _boss>><cite>Smiles</cite> Very well. You made the right choice.<</say>>
<<say 0 _boss>>When I decide, I'll give you work. Charity will explain everything to you.<</say>>
<<say 0 _boss>>But don't be mistaken, there's no turning back. Get ready to truly understand what it means to serve me!<</say>>
<<say 0 _boss>>I’ll make use of your services soon, in the meantime, you’ve already taken up too much of my time.<</say>>
<<talk 9>>With those words, Mr. Viktor ends the conversation, leaving you in your office with a heavy heart.<</talk>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img["loveassets/img/salon.jpg"]]
<<user 0>><cite>Think</cite> I’ve saved Charity, but at the cost of my freedom.<</user>>
<<talk "hall">>The weight of the commitment you’ve just made bears heavily on your shoulders as you realize that Mr. Viktor is far more dangerous and manipulative than you could have imagined.<</talk>>
@@
<<set $girls["charity"].quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">>Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/charity/3/charity01.webm">>
<<user 0>>Charity? Do you have any news from Mr. Viktor?<</user>>
<<girl 0 "charity">>Oh $user.nom, what have you done?<</girl>>
<<girl 0 "charity">>Why did you get involved in my affairs?<</girl>>
<<girl 0 "charity">>Why negotiate with Mr. Viktor?<</girl>>
<<girl 2 "charity">>Are you crazy, $user.nom?<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/charity/3/charity02.webm">>
<<girl 0 "charity">><cite>Sad</cite>Did you buy me from Mr. Viktor?<</girl>>
<<girl 0 "charity">>But I’m not for sale. You can’t decide what I should do.<</girl>>
<<user 0>><cite>Surprised</cite>I didn’t buy you, I bought your freedom. I have no intention of telling you what to do or with whom.<</user>>
<<user 0>><cite>Uh</cite>Would you rather be in a caged, sucking off customers one by one?<</user>>
<<girl 0 "charity">><cite>Hesitate</cite>I’m used to it, $user.nom. It’s my job.<</girl>>
<<user 0>><cite>Uh</cite>Alright, then I’m offering you a new job. Stay here with me and choose when you want to leave.<</user>>
<<girl 0 "charity">><cite>Sigh</cite>I told you there’s always a price to pay. Mr. Viktor will never let you go after this.<</girl>>
<<user 3>><cite>Smiles</cite>I know...<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/charity/2/charity02.webm">>
<<girl 0 "charity">><cite>Sigh</cite> So if you know... then everything's fine. <cite>Forced smile</cite><</girl>>
<<girl 0 "charity">>Mr. Viktor has tasked me with giving you your assignments, and as you might guess, you can’t refuse.<</girl>>
<<user 0>><cite>Nods in agreement</cite><</user>>
<<user 0>><cite>Anxious</cite> So? What does he want from me?<</user>>
<<girl 0 "charity">>He wants you to make deliveries for him. Packages... <cite>Hesitates</cite> packages that must not be opened.<</girl>>
<<user 0>>It’s not legal, is it?<</user>>
<<girl 0 "charity">>I don’t want to lie to you… No, it’s not legal.<</girl>>
<<girl 0 "charity">>Mr. Viktor expects you to do what he asks, without asking questions.<</girl>>
<<user 0>><cite>Sighs</cite> And that’s not all, is it? What else?<</user>>
<<girl 0 "charity">>Mr. Viktor loves street fights... <cite>Hesitates</cite> ... you have to participate in these fights, no matter if you win or lose, but you must fight.<</girl>>
<<girl 0 "charity">>I’m sorry, $user.nom, it’s dangerous. But those are the orders.<</girl>>
<<user 0>><cite>With a knot in the stomach</cite>I agreed to this deal. I’m scared, and I don’t want to dive into this world, but... I gave my word.<</user>>
<<girl 0 "charity">>Be careful, Mr. Viktor doesn’t tolerate failure. If you don’t do what he asks...<</girl>>
<<user 4>><cite>Resolute</cite> I’ll do it, and I promise you I’ll do everything I can to ensure Mr. Viktor can’t control you anymore.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/charity/3/charity03.webm">>
<<girl 0 "charity">><cite>Smiles</cite>You’re an idiot, $user.nom.<</girl>>
<<girl 0 "charity">><cite>Bites her lip</cite>You’re an idiot… but one I want to spend time with.<</girl>>
<<user 0>><cite>Laughs</cite>Well, it’s a good thing I bought you then.<</user>>
<<girl 5 "charity">><cite>Laughs</cite>$user.nom!!!<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/charity/3/charity04.webm">>
<<girl 0 "charity">>Boss, I can tell you have a lot of stress inside you<</girl>>
<<user 0>><cite>Ummm</cite>Hey, I can tell you really want to take off that little top.<</user>>
<<girl 6 "charity">><cite>Smiles</cite>If my Boss asks me to.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/charity/3/charity05.webm">>
<<user 0>><cite>Ummm</cite>Oh my God.<</user>>
<<girl 0 "charity">><cite>Laughs</cite>Do you want to see more, $user.nom?<</girl>>
<<user 7>><cite>Waves hand to show off her panties</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/charity/3/charity06.webm">>
<<user 0>>...<</user>>
<<talk 8>>You feel the pressure rising in your pants, this woman is so beautiful. You take off your pants and lie down on the bed.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/3/charity07.webm">>
<<girl 0 "charity">><cite>Bites her lips</cite> I'll show you that you made the right choice keeping me close to you!<</girl>>
<<user 9>><cite>Ummm</cite><</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/charity/3/charity1.webm" 1>>
<<girl 0 "charity">><cite>Gulp Gulp</cite><</girl>>
<<girl 0 "charity">><cite>Gulp Gulp</cite> <cite>Glurk Glurk</cite><</girl>>
<<user 10>><cite>Ummm</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/charity/3/charity2.webm" 1>>
<<girl 0 "charity">><cite>Um</cite> Ahhh, Ahhh<</girl>>
<<user 11>><cite>Ummm</cite>Oh my god yes<</user>>
<<girl 0 "charity">><cite>Um</cite> Ahhhhhh<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/charity/3/charity3.webm" 1>>
<<user 0>><cite>Slap Slap Sap</cite><</user>>
<<girl 0 "charity">><cite>Um</cite> Ahhh<</girl>>
<<girl 12 "charity">><cite>Gasp</cite> Ummm<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/charity/3/charity4.webm" 1>>
<<girl 0 "charity">><cite>Scream</cite> Ahhhh Ahhhhh Ahhhh<</girl>>
<<user 13>><cite>Ummm</cite>Ohh yess<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/charity/3/charity5.webm" 1>>
<<girl 0 "charity">><cite>Scream</cite> Ahhhh Ummm Ahhhhh Ummm Ahhhh<</girl>>
<<girl 14 "charity">><cite>Scream</cite> Ahhhh Ummm Ahhhhh Ummm Ahhhh<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/charity/3/charity6.webm" 1>>
<<user 0>>Ahhhh Ohhhhh<</user>>
<<girl 0 "charity">><cite>Gulp Gulp</cite><</girl>>
<<user 15>>Ahhhh Fuck Ohhh Umm Fuck<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/charity/3/charity08.webm">>
<<user 0>><cite>Ummm</cite>Ho fuck, yesss.<</user>>
<<girl 0 "charity">><cite>Umm</cite> All clean.<</girl>>
<<girl 0 "charity">><cite>Hesitate</cite> Thank you, $user.nom, for what you've done for me. I will take care of you.<</girl>>
<<user 0>><cite>Ummm</cite>You're welcome.<</user>>
<<talk "hall">>Hearing the softness in her voice and feeling the tenderness of her tongue on your cock, you realize that you've gained not only her freedom but also her trust.<</talk>>
@@
<<set $girls["charity"].quete = 4>>
<<set $user.quete = 7>>
<</switch>>
<</nobr>><<nobr>>
<<include wait_charity>>
<</nobr>><<nobr>>
<<backbutton>>
<<if ndef $deliverypage>>
<<set $deliverypage = 0>>
<</if>>
<style>
.versus {
position:absolute;
top:2em;
left: 0;
right: 0;
margin:2em;
gap:2em;
}
.block {
display:flex;
line-height: 2;
width:20%;
padding: 2em;
background-color: rgba(17,17,17, 0.6);
flex-direction: column;
align-items: center;
border-radius:10px;
box-shadow: 0px 0px 2px -1px #000000ee;
}
.hurt {
animation: flashEffect 2s linear;
}
#attack {
display: block;
background-color: red;
height:100%;
width : 100%;
}
#slider-container {
width: 100%;
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
@keyframes flashEffect {
0%, 100% {
background-color: black;
}
50% {
background-color: #8B0000;
}
}
</style>
<<script>>
$(document).ready(function() {
function flashEffect() {
$("#media").addClass("hurt");
setTimeout(function() {
$("#media").removeClass("hurt");
}, 500);
}
var direction = {
"haut": "GPS : Go straight",
"gauche": "GPS : Turn left",
"droite": "GPS : Turn right"
};
var tourEnCours = false;
var timerInterval;
var count = 1;
var succes = 0;
var endmi = State.variables.fight.mile;
function directionAleatoire() {
var keys = Object.keys(direction);
return keys[Math.floor(Math.random() * keys.length)];
};
function Reussie() {
return Math.random() < 0.75;
};
function prochainTour() {
attaque = miseAJourTexteAttaque();
$("progress").val(0);
count++;
if (count >= endmi+1 && succes < endmi) {
/*lose*/
State.variables.deliverypage = 2;
Engine.show();
}
else if (count >= endmi +1 && succes >= endmi) {
State.variables.deliverypage = 1;
Engine.show();
}
demarrerTour();
};
function miseAJourTexteAttaque() {
var attaque = directionAleatoire();
$("#combatTexte").text(direction[attaque]);
return attaque;
};
var attaque = miseAJourTexteAttaque();
$(".action").click(function() {
var choix = $(this).data("choice");
$("progress").stop();
if (choix === attaque) {
$("#combatTexte").text("You successfully!");
succes++;
} else {
$("#combatTexte").text("You failed");
flashEffect();
}
$("#mi").text(count);
setTimeout(prochainTour, 2000);
});
function demarrerTour() {
$("progress").animate({ value: 1 }, {
duration: 3000,
step: function(value) {
this.value = value;
},
complete: function() {
var actionElement = $(".action")[0];
if (actionElement) {
actionElement.click();
}
}
});
};
demarrerTour();
});
<</script>>
<<switch $deliverypage>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/delivery.jpg]]</li>
<li class="versus">
<div class="vs"><span id="mi">0</span> / <<=$fight.mile>> Mi</div>
</li>
<li class="mapmenu">
<ul>
<li class="title">Delivery</li>
<li><progress id="time-slider" value="0" max="1"></progress></li>
<li><div id="combatTexte"></div></li>
<ul class="link">
<li><a id="action1" class="action link-internal macro-link" data-choice="haut">Straight</a></li>
<li><a id="action2" class="action link-internal macro-link" data-choice="gauche">Left</a></li>
<li><a id="action3" class="action link-internal macro-link" data-choice="droite">Right</a></li>
</ul>
/*<li><<link "Back" `previous()`>><<unset $deliverypage>><</link>></li>*/
</ul>
</li>
@@
<<case 1>>
@@#media;
[img[loveassets/img/delivery2.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Delivery</li>
<li>Package delivered on time.</li>
<li><<link "Continue" `$fight.passage`>><<set $page += 2>><<unset $deliverypage>><</link>></li>
</ul>
</li>
@@
<<case 2>>
@@#media;
[img[loveassets/img/delivery2.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Delivery</li>
<li>Package delivered, but late.</li>
<li><<link "Continue" `$fight.passage`>><<set $page += 1>><<unset $deliverypage>><</link>></li>
</ul>
</li>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "start">>
<<switch $page>>
<<case 0>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": random(100, 2000) , "atk": random(20, 200)},
"passage" : "testfight",
"money" : 1000
}>>
<<goto delivery>>
<<case 1>>
lose <<= $fight.money>>
<<case 2>>
win <<= $fight.money>>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/myroom.jpg]]
<<talk 0>>You wake up this morning with a sense of relief. Today marks the end of your duties for Mr. Viktor. <</talk>>
<<talk 0>>After so many deliveries, so many fights, risks taken, and sleepless nights, you have finally finished redeeming Charity's contract. <</talk>>
<<talk 0>>Just one last delivery, this final delivery is the way out, your last task before freedom for Charity.<</talk>>
<<talk 1>>You head to the hotel lounge to pick up the package as usual. <</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/1/case01.webm">>
<<talk 0>>A massive box sits in the center of the room. Your eyebrows furrow as you approach, a hint of apprehension rising within you.<</talk>>
<<user 0>><cite>Surprised</cite> Damn, what’s with this huge package? Usually, they’re small ones.<</user>>
<<talk 0>>On top a letter is attached, usually it only has the delivery address. But this time, there’s additional text. You grab the envelope and open it, your hands slightly trembling, as you read the words written on the paper.<</talk>>
<<user 0>><cite>Reads aloud</cite> Thank you for this work. You are truly a useful person. Before delivering this package, feel free to enjoy it. Try not to damage it. — Signed, Mr. Viktor.<</user>>
<<user 0>><cite>Feels a chill run through your body</cite> Enjoy what?<</user>>
<<talk 3>><cite>Looks at the box</cite> The size of the package and the cryptic message send shivers down your spine. Something isn't right. Without further ado, you slowly tear off the wrapping paper covering the package, your hands slightly trembling.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/1/case02.webm">>
<<talk 0>>Inside the box is a woman, lying in a strange, motionless posture. Her eyes are open but empty, expressionless, as if she is in a trance. You remain frozen, a shiver running down your spine.<</talk>>
<<user 0>><cite>Shocked</cite> No… This... This can't be real.<</user>>
<<talk 0>>The reality of the situation hits you suddenly. This woman is not just a package.<</talk>>
<<talk 0>>It's a carrot for the mule you are. Mr. Viktor has once again crossed all boundaries.<</talk>>
<<talk 0>>He has not only used you for dubious tasks but is now presenting you with a dubious choice.<</talk>>
<<talk 0>>Enjoying this woman, reduced to a state of complete submission...<</talk>>
<<talk 4>>One thing is certain, the least you can do for her is to get her out of the box.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/1/case03.webm">>
<<talk 0>>Removing this girl from her box without touching certain "areas" proved to be quite complicated. You had to handle her entire body to get her out, but she didn't make a sound, not even a stronger breath than the other.<</talk>>
<<talk 0>>Here she is, lying almost naked for your viewing pleasure, but she still doesn't react. Her gaze is fixed, lifeless, like a disarticulated puppet.<</talk>>
<<user 0>><cite>Turns around</cite> What are you asking of me, Mr. Viktor? What do you want me to do?<</user>>
<<talk 0>>You lean towards her, trying to capture her attention, to wake her up, to break this invisible spell.<</talk>>
<<user 0>><cite>Worried whisper</cite> Can you hear me? Wake up... Please, wake up.<</user>>
<<talk 0>>She does not react, her gaze remains fixed, lost in the void.<</talk>>
<<talk 0>>You know that Mr. Viktor is a cruel and manipulative man, but this situation exceeds anything you could have imagined.<</talk>>
<<talk 0>>The idea of "taking advantage" of this woman, reduced to a state of total submission, starts to subtly creep into your mind.<</talk>>
<<talk 0>>Your willpower begins to wane and you start to find all possible and unimaginable excuses to touch her.<</talk>>
<<user 0>><cite>Think</cite>Anyway, I have no choice. I must deliver this package, whether I want to or not, this "package" will be delivered.<</user>>
<<user 0>><cite>Think</cite> Why not take advantage of it? Maybe it's a game, maybe she likes it, she’s probably even paid for this.<</user>>
<<talk 0>>Suddenly you realize you've made your decision, but you struggle to accept it.<</talk>>
<<user 0>>If all this was just a game! Then I want to play...<</user>>
<<talk 5>>You decide to place her in a more comfortable position, lying on the floor. Your hands have roamed over her body, and she still shows no reaction.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/1/case04.webm">>
<<talk 0>>In the hope of waking her up, or in the hope of satisfying your desires, you begin to touch her more intimately.<</talk>>
<<user 0>>Can you hear me? Wake up!<</user>>
<<talk 6>>Her face still shows no reaction, but her body does. Her pussy starts to swell, and you can feel the moisture of her pleasure on your fingers.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/1/case05.webm">>
<<talk 0>>It’s been a few minutes that you’ve been playing with her disjointed body, and you’re starting to enjoy it.<</talk>>
<<user 0>>Hello, is anyone there? Wake up!!!<</user>>
<<user 7>>If you don’t say anything, I’m going to use your mouth...<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/1/case1.webm" 1>>
<<user 0>>ohh fuck<</user>>
<<user 0>><cite>Um</cite>aah aaah aaaah<</user>>
<<talk 0>>She still has no reaction, but it really doesn’t matter much anymore, the warmth of her mouth and her delicate little body excite you immensely.<</talk>>
<<user 0>>Still not saying anything? I’m going to go further then.<</user>>
<<user 8>><cite>Smile</cite>Tell me when you want me to stop.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/case/1/case2.webm" 1>>
<<user 0>>aah aaah<</user>>
<<user 0>><cite>Gasp</cite>aah aaah aaaah<</user>>
<<user 0>><cite>Um</cite>Do you want more? You’re not reacting because you want more, is that it?<</user>>
<<talk 9>>This bizarre situation has disturbed your mind, to you, her lack of reaction feels like a personal challenge, and you focus only on one thing: making her react by any means necessary.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/1/case3.webm" 1>>
<<user 0>><cite>Huff</cite>Oooh Aaah oooh aaaah.<</user>>
<<user 0>><cite>Oooh</cite>Is that what you wanted?<</user>>
<<user 10>><cite>Thought</cite>Still no reaction... I'm so going to break your ass...<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/1/case4.webm" 1>>
<<saygirl 0 _jessi>><cite>Gasp</cite> <cite>ooOOOH</cite> Fuckkkk<</saygirl>>
<<user 0>><cite>Umm</cite>Ooooh.<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>OoH fuckk ooh oooh oooh<</saygirl>>
<<saygirl 11 _jessi>><cite>Um</cite> Oooh fuckk ooooooooH Ooh ooh<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/case/1/case5.webm" 1>>
<<saygirl 0 _jessi>><cite>UM</cite>Aaaah aaah aaah aaah<</saygirl>>
<<saygirl 12 _jessi>><cite>Um</cite>Aaaah AAAHHH aaah AHHHHH<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/case/1/case6.webm" 1>>
<<saygirl 0 _jessi>><cite>Scream</cite>aaaH AAAH AaAaaH<</saygirl>>
<<saygirl 0 _jessi>><cite>Scream</cite>ooH fuckkkk aaH OOH Fuckkkkkk<</saygirl>>
<<user 0>><cite>Gasp</cite>aah aaah.<</user>>
<<saygirl 13 _jessi>><cite>Gasp</cite>ooh oooh ooooh oh fuckk.<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/case/1/case7.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Aaah aaah oooh yeah<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>ooooooh ooooh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>oooh yeahhhhhhhhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>oooh yeah ohhhhhhhhhhh<</saygirl>>
<<saygirl 14 _jessi>><cite>Gasp</cite>oH Oh oh ooH yeah ohhh<</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/case/1/case8.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Aaaaaaaah<</saygirl>>
<<user 0>><cite>Gasp</cite>AH aah aaah<</user>>
<<user 0>><cite>Gasp</cite>aaaaah aah aaah<</user>>
<<saygirl 15 _jessi>><cite>Um</cite>Aaaah<</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/case/1/case06.webm">>
<<talk 0>>You managed to make her react, and you’re rather proud of yourself, like after winning a fight, but you know it’s a sweet victory with a bitter aftertaste.<</talk>>
<<user 0>><cite>Frowns</cite>I’m sorry, but I have to put you back in the box.<</user>>
<<saygirl 0 _jessi>><</saygirl>>
<<user 0>>I have to deliver you, you understand, the other girls need me to protect them from Mr. Viktor.<</user>>
<<talk 16>>It’s no use, she doesn’t react anymore. You decide, with the utmost caution, to put her back in the box.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/case/1/case07.webm">>
<<user 0>>You know, strangely, I had a great time, thank you for everything.<</user>>
<<user 0>>I hope things will go well for you. If you ever need a room and a job, come to $user.hotel and ask for $user.nom.<</user>>
<<talk 17>>You take a deep breath, mentally preparing yourself for what’s next. You close the box, knowing it’s time to deliver the "package." Unfortunately, as always, you have no idea who the delivery is meant for.<</talk>>
@@
<<case 17>>
@@#media;
[img[loveassets/img/myroom.jpg]]
<<talk "hall">>Once the package is delivered, the crazy day lingers in your mind, along with an idea that keeps nagging at you, if you had a woman like that in your hotel, you could make quite a bit of money.<</talk>>
@@
<<set $user.quete = 8>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">><cite>Murmure</cite> Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/charity/2/charity01.webm">>
<<user 0>><cite>Regarde</cite><</user>>
<<user 0>><cite>Ahem, ahem</cite>Bonjour, désoler de te déranger.<</user>>
<<girl 2 "charity">>Ho bonjour, $user.nom<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/charity/2/charity02.webm">>
<<user 0>>Je viens juste m'assurer que tout se passe bien pour toi?<</user>>
<<user 0>>Tu es installée confortablement ? L'hôtel est à ton goût ?<</user>>
<<girl 0 "charity">>Oui, l'endroit est charmant. Bien plus paisible que ce à quoi je suis habituée... <cite>Rire</cite><</girl>>
<<talk 0>>Tu peux lire dans son sourire que la différence est abyssal<</talk>>
<<user 0>>Parfait alors. Tu est en sécurité ici!.<</user>>
<<user 0>><cite>Hésite</cite> Il y a quelque chose qui me tracasse.<</user>>
<<girl 0 "charity">><cite>Sourit</cite> ...<</girl>>
<<user 0>><cite>uH</cite> Comment as-tu pu te retrouver à travailler pour quelqu'un comme Mr Viktor ?<</user>>
<<user 3>><cite>observe sa réaction.</cite><</user>>
<<case 3>>
@@#media;
<<video "loveassets/charity/2/charity03.webm">>
<<girl 0 "charity">><cite>Fronce les sourcils</cite> C'est une longue histoire, compliquée et... douloureuse.<</girl>>
<<girl 0 "charity">><cite>Te regarde dans les yeux, l' expression sombre</cite><</girl>>
<<girl 0 "charity">>Mr Viktor n'est pas le genre d'homme qu'on rejoint par choix.<</girl>>
<<girl 0 "charity">>Mais une fois qu'il t'a dans ses griffes... c'est impossible de s'en échapper.<</girl>>
<<user 0>>Tu veux dire que tu n'as jamais voulu être là ? Que tu n'avais pas le choix ?<</user>>
<<girl 0 "charity">>C'est plus complexe que ça. <cite>Hésite</cite> Mr Viktor m'a sauvée..., d'une certaine manière. <</girl>>
<<girl 0 "charity">>Je lui dois tout...<</girl>>
<<talk 4>>Elle baisse les yeux, comme si elle cachait une douleur profonde.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/charity/2/charity04.webm">>
<<girl 0 "charity">>Mais un jour..., je pense que je pourrais tourner la page.<</girl>>
<<girl 0 "charity">>Pensée et faire autre chose et pourquoi pas... avoir un vie paisible.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite>Sauvé ? Sauvé de quoi ?<</user>>
<<girl 0 "charity">><cite>Détourne le regard</cite> <cite>Murmure</cite> D'un passé que je ne peux pas fuir. Des hommes qui étaient bien pires que lui.<</girl>>
<<girl 0 "charity">>Il m'a donné une nouvelle vie, un nouveau but. Mais il y a toujours un prix à payer.<</girl>>
<<user 0>><cite>Uh</cite> Mais travailler pour Mr Viktor... ce n'est pas un prix trop élevé, non ?<</user>>
<<user 5>>De ce que j'ai vue, il est terrifant. Tu n'en à pas asser d' être mêlée à ces affaires?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/charity/2/charity05.webm">>
<<girl 0 "charity">><cite>Enervé</cite> Tu crois que j'ai le choix ? Que je peux simplement tourner le dos et partir ?<</girl>>
<<girl 0 "charity">>Ma loyauté envers Mr Viktor est sans faille. Parce que sans lui, je ne serais même pas là pour te parler.<</girl>>
<<user 0>><cite>Soupir</cite>Mais pourquoi cette loyauté ? Qu'est-ce qui te lie à lui au point ou tu est prête à sacrifier ta liberté ?<</user>>
<<girl 0 "charity">><cite>Sourire forcer</cite> Viktor m'a donné quelque chose que personne d'autre ne m'a jamais offert.<</girl>>
<<girl 0 "charity">><cite>Hésite</cite> Une chance de survivre à la douleur, de me venger, de...<</girl>>
<<girl 6 "charity">>PUNIR ceux qui ont ôter la vie, à la personne qui compter le plus pour moi... mon frère.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/charity/2/charity06.webm">>
<<user 0>><cite>Surpris</cite>Jeee suis désolerrrr.<</user>>
<<girl 0 "charity">>$user.nom! tu dois savoir une chose, il y a des personnes sous ta protection, des filles comme moi, qui ont besoin de toi.<</girl>>
<<girl 0 "charity">><cite>Plonge son regard dans le tiens</cite> Tu dois les protéger, quoi qu'il arrive.<</girl>>
<<user 0>><cite>Envahis par l'emotion</cite> Je comprends. Mais toi... qui te protège ?<</user>>
<<user 0>>Si tu as besoin d'aide, je suis là. Tu n'es pas obligée de porter tout ça seule.<</user>>
<<girl 0 "charity">><cite>Sourit</cite>C'est gentil de ta part. Et je t'en suis reconnaissante.<</girl>>
<<girl 7 "charity">><cite>Murmurre</cite>Si les choses étaient différentes, j'aurais peut-être accepté ton soutient. <</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/charity/2/charity07.webm">>
<<girl 0 "charity">>Mais Reflechis!!!, rester ici, loin de tout, c'est tentant... Mais ce n'est pas possible. Pas tant que j'ai une dette envers Mr Viktor.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite> Pourquoi ? Pourquoi tu ne peux pas simplement t'en aller ? Qu'est-ce qui te retient vraiment ?<</user>>
<<girl 0 "charity">>Mr Viktor m'a rendu un grand service. C'est une dette que je dois honorer, peu importe le prix.<</girl>>
<<user 0>><cite>Fixe du regard</cite> Je vois...<</user>>
<<girl 8 "charity">><cite>hoche la tête</cite> Merci.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/2/charity08.webm">>
<<user 0>><cite>Uh</cite>Il doit bien y avoir un moyen, un moyen de t'aider à avancer dans la bonne direction.<</user>>
<<girl 0 "charity">>A quoi tu pense $user.nom.<</girl>>
<<user 0>><cite>Uh</cite>Je ne suis sûr encore, tu peux entrer en contact avec Mr Viktor?<</user>>
<<girl 0 "charity">><cite>Hoche la tête pour dire oui</cite><</girl>>
<<user 0>><cite>Uh</cite>Bien, peux tu lui demander de venir me voir, il faut qu'on discute.<</user>>
<<girl 0 "charity">><cite>Surpris</cite>Ce n'est pas une bonne idée $user.nom!<</girl>>
<<user 9>><cite>Sourit</cite>Je sais, mais c'est une idée.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/charity/2/charity09.webm">>
<<girl 0 "charity">><cite>Surpris</cite>Non non $user.nom, ne te mele pas de cette histoire, protege les filles qui sont dans ton LoveHotel. C'est le plus important.<</girl>>
<<user 0>><cite>Sourit</cite>Tu est dans mon LoveHotel.<</user>>
<<girl 0 "charity">><cite>Sourit</cite><</girl>>
<<user 0>><cite>Sourit</cite>Je peux compter sur toi ?<</user>>
<<girl 0 "charity">><cite>Hoche la tête</cite>Oui $user.nom, je vais t'organiser un rendez-vous.<</girl>>
<<user 0>>Parfait, merci, je te l'aisse tranquille maintenant, profite bien de la chambre, on ce voie plus tard.<</user>>
<<girl "hall" "charity">><cite>Sourit</cite>a plus tard $user.nom<</girl>>
@@
<<set $girls["charity"].quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _boss = "loveassets/img/boss.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Arriver devant la porte tu entend des murmurres, quelqu'un discute avec Charity, une voix que tu connais, une voix qui te donne des frissons. Mr Viktor.<</talk>>
<<talk 0>>Par curiositer et pour pouvoir intervenir si quelque chose ce passe mal tu colle ton orreil sur la porte.<</talk>>
<<say 0 _boss>><cite>Inodible</cite>.......... <</say>>
<<say 0 _boss>>... tu as fait ton travail, n'oublie pas de lui être reconnaissante pour c'est vacances, quand tu rentreras à la maison il faudras reprendre le travail t'est client sont perdu sans toi.<</say>>
<<girl 0 "charity">><cite>Murmure</cite> Oui Mr Viktor.<</girl>>
<<talk 0>>Considerent que la conversation est fini, tu te desite à frapper à la porte.<</talk>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">><cite>Murmure</cite> Yes.<</girl>>
@@
<<case 1>>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<say 0 _boss>>Ha $user.nom, je venais te voir justement.<</say>>
<<say 0 _boss>>Charity te satisfais bien?<</say>>
<<user 0>>...<</user>>
<<say 0 _boss>><cite>Regarde Charity</cite>Je voie...<</say>>
<<girl 0 "charity">><cite>Murmurre</cite>Mais je...<</girl>>
<<say 0 _boss>>Bref! Tu voulais me voir pour discuter? Allons parler dans ton bureau.<</say>>
<<user 2>><cite>Uh</cite>D'accord<</user>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.1);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<talk 0>>Viktor s'assois à ta place sur ton bureau l'air dégagé, ses yeux perçants fixant la porte derière toi.<</talk>>
<<say 0 _boss>>Je t'ecoute, dépéche toi Je n'aime pas attendre.<</say>>
<<user 0>><cite>Hésite</cite> <cite>Ferme la porte</cite>Mr Viktor… Je voulais vous parlez de quelque chose d'important.<</user>>
<<say 0 _boss>><cite>le regard perçant</cite> Tout ce que tu me dis devrait être important. Tu perds ton temps, et le mien, sinon.<</say>>
<<say 0 _boss>><cite>Fronce les sourcils</cite>Alors, parle.<</say>>
<<user 0>>C'est au sujet de Charity... Je voudrais… la garder. La protéger. Je pense qu'elle mérite mieux.<</user>>
<<say 0 _boss>><cite>Un sourire cruel se dessine lentement sur ses lèvres</cite> Mieux, dis-tu ?<</say>>
<<say 0 _boss>>Et que comptes-tu m'offrir en échange de ce "mieux" que tu prétends pouvoir lui donner ?<</say>>
<<user 3>>Je pense qu'elle a toujours été loyale envers vous, je pense qu'elle mérite de vivre libre, loin de tout ça. Je veux lui offrir cette chance.<</user>>
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.3);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<say 0 _boss>>Sans moi, elle aurais sombré, perdue dans ce monde. <cite>Hausse la voix</cite> Elle n'est rien sans moi.<</say>>
<<user 0>><cite>Enervé</cite> Ce que vous avez fait pour elle, vous l'avez fait pour qu'elle vous serve. vous l'avez transformée en outil.<</user>>
<<user 0>>Mais elle mérite plus que ça. Plus que d'être une pièce sur votre échiquier.<</user>>
<<say 0 _boss>><cite>Rie doucement d'un rire froid</cite> Tu es naïf… mais j'aime ton courage.<</say>>
<<say 0 _boss>>Ce monde ne fonctionne pas avec des idéaux de liberté et de bonté.<</say>>
<<say 0 _boss>>Elle m'appartient parce que je l'ai façonnée. Et tout ce que je fais, je le fais avec un but. Un outil, dis-tu ?<</say>>
<<say 4 _boss>>Peut-être. Mais un outil qui m'est précieux. Un outil qui ne m'a jamais déçu.<</say>>
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<user 0>><cite>Déterminer</cite> Je suis prêt à payer pour sa liberté. Combien voulez-vous?<</user>>
<<talk 0>>Le sourire de Mr Viktor s'élargit, comme s'il avait attendu cette question<</talk>>
<<say 0 _boss>>Ah, enfin du concret. Tu vois, tout a un prix dans ce monde. <cite>Reflechis</cite>20 000 dollars. Ni plus, ni moins.<</say>>
<<user 0>><cite>Surpris</cite> $20 000 ?! Vous savez que je n'ai pas cette somme… Et j'ai déjà une dette envers vous.<</user>>
<<say 0 _boss>><cite>Croise les bras</cite> Exactement. Tu es déjà à moi, tout comme elle. Mais je suis un homme de business, toujours prêt à négocier.<</say>>
<<say 0 _boss>>Si tu ne peux pas payer… Je pourrais t'embaucher. Jusqu'à ce que la somme soit complète.<</say>>
<<user 0>><cite>Pris au piège</cite> Qu'est-ce que vous attendez de moi ?<</user>>
<<say 0 _boss>>Ce ne sont pas tes affaires. Pas encore. Je te donnerai les informations plus tard.<</say>>
<<say 0 _boss>>Pour l'instant, tout ce que tu dois savoir, c'est que ce sera dangereux, difficile, et que tu devras me servir avec la même loyauté que Charity.<</say>>
<<user 0>><cite>Reflechit</cite> C'est à prendre ou à laisser, c'est ça ?<</user>>
<<say 0 _boss>><cite>Hoche la tête et sourit</cite> Exactement. Tu prends, ou tu laisses. Mais sache que si tu refuses, Charity restera à jamais sous ma coupe, et toi, tu ne la reverras plus jamais.<</say>>
<<say 0 _boss>>Tu hésite? Je pense que tu n'a pas encore compris, j'ai pensé à toi je ne suis pas venue les mains vide.<</say>>
<<say 5 _boss>>Regarde c'est video sur mon téléphone, regarde ce qui attend Charity à son retour, je suis sur qu'elle vas adorer.<</say>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace01.webm">>
<<say 0 _boss>>Magnifique n'est ce pas.<</say>>
<<say 6 _boss>>Regarde la suite, je te le dit Charity vas adorer ça.<</say>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace02.webm">>
<<user 0>>...<</user>>
<<say 7 _boss>>Regarde la suite.<</say>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
<<video "loveassets/menace/menace03.webm">>
<<say 0 _boss>><cite>Rire</cite>Oui... Oui... leur chambre et un peux petite mais c'est trés pratique.<</say>>
<<user 0>>Vous êtes foux.<</user>>
<<say 8 _boss>><cite>Sourit</cite>Je suis un buzzisness man, je repond simplement à la demande de mes client et si tu fesais pareil tu serais déjas plus riche.<</say>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
#media > img {
transform: scale(1.6);
}
</style>
@@#media;
[img["loveassets/img/boss_cover.jpg"]]
<<user 0>><cite>La gorge nouée</cite>C'est bon, C'est Bon, J'accepte. Dite-moi ce que je dois faire.<</user>>
<<say 0 _boss>><cite>Sourit</cite> Très bien. Tu as fait le bon choix. <</say>>
<<say 0 _boss>>Quand je l'aurais désider, je te donnerais du travail, Charity t'expliqueras tout ça.<</say>>
<<say 0 _boss>>Mais ne t'y trompe pas, il n'y a pas de retour en arrière possible. Prépare-toi à découvrir ce que signifie vraiment me servir!<</say>>
<<say 0 _boss>>Je ferais appele à toi bientot, en attendant tu as dejas beaucoup trop abuser de mon temps.<</say>>
<<talk 0>>En disant c'est mot Mr Viktor mais fin a la conversation, te l'aissant dans ton bureau le coeur loud.<</talk>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img["loveassets/img/salon.jpg"]]
<<user 0>><cite>Pense</cite>J'ai sauvé Charity mais au prix de ma liberté.<</user>>
<<talk "hall">>Le poids de l'engagement que tu vient de prendre pèse lourdement sur tes épaules, alors que tu réalise que Mr Viktor est bien plus dangereux et manipulateur que tu aurait pu imaginer.<</talk>>
@@
<<set $girls["charity"].quete = 3>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 1 "charity">>Yes.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/charity/3/charity01.webm">>
<<user 0>>Charity? tu as des nouvelles de Mr Viktor?<</user>>
<<girl 0 "charity">>Ha $user.nom, quesque tu à fait?<</girl>>
<<girl 0 "charity">>Pourquoi te meler de mes affaires?<</girl>>
<<girl 0 "charity">>Pourquoi negocier avec Mr Viktor?<</girl>>
<<girl 2 "charity">>Tu est foux $user.nom?<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/charity/3/charity02.webm">>
<<girl 0 "charity">><cite>Triste</cite>Tu m'a acheter à Mr Viktor?<</girl>>
<<girl 0 "charity">>Mais je ne suis pas à vendre. tu ne peux pas désider de ce que je doit faire.<</girl>>
<<user 0>><cite>Surpris</cite>Je ne t'es pas acheter, je tes acheter la liberter, je n'est pas l'intention de te dire quoi faire, ni avec qui.<</user>>
<<user 0>><cite>Uh</cite>Tu prefere être en cage, à sucer les clients un par un ?<</user>>
<<girl 0 "charity">><cite>Hésite</cite>J'ai l'habitude $user.nom, c'est mon travail.<</girl>>
<<user 0>><cite>Uh</cite>D'accord alors je t'offre un nouveau travail, reste ici avec moi et choisis quand tu veut partir.<</user>>
<<girl 0 "charity">><cite>Soupir</cite>Je tes dit qu'il y avais un prix a payer, Mr Viktor ne te l'acheras jamais aprés ça.<</girl>>
<<user 3>><cite>Sourit</cite>Je sais...<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/charity/2/charity02.webm">>
<<girl 0 "charity">><cite>Soupir</cite> Alors si tu le sais... tout vas bien <cite>Sourire forcer</cite><</girl>>
<<girl 0 "charity">>Mr Viktor m'a chargée de te donner tes missions et comme tu t'en doute tu ne peux pas refuser.<</girl>>
<<user 0>><cite>Hoche la tête pour dire oui</cite><</user>>
<<user 0>><cite>Anxieu</cite> Alors ? Qu’est-ce qu’il attend de moi ?<</user>>
<<girl 0 "charity">>Il veut que tu fasses des livraisons pour lui. Des colis… <cite>Hésite</cite> des colis qui ne doivent pas être ouverts.<</girl>>
<<user 0>>Ce n'est pas légal, n'est-ce pas ?<</user>>
<<girl 0 "charity">>Je ne veux pas te mentir… Non, ce n'est pas légal.<</girl>>
<<girl 0 "charity">>Mr Viktor s'attend à ce que tu fasses ce qu'il demande, sans poser de questions.<</girl>>
<<user 0>><cite>Soupir</cite> Et ce n’est pas tout, n’est-ce pas ? Quoi d’autre ?<</user>>
<<girl 0 "charity">>Mr Viktor adore les combats de rue... <cite>Hésite</cite> ... tu doit participer à ces combats peux importe que tu gagne ou que tu perde, mais tu doit te battre.<</girl>>
<<girl 0 "charity">>Je suis désoler $user.nom, c'est dangereux. Mais ce sont les ordres.<</girl>>
<<user 0>><cite>La boule au ventre</cite>J'ai accepté ce marché. j'ai peur et je ne veux pas plonger dans ce monde mais... j'ai donner ma parole.<</user>>
<<girl 0 "charity">>Fait attention, Mr Viktor n’accepte pas l’échec. Si tu ne fais pas ce qu’il demande...<</girl>>
<<user 4>><cite>Résolu</cite> Je vais le faire et je te promets de tout faire pour que Mr Viktor ne puisse plus te contrôler.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/charity/3/charity03.webm">>
<<girl 0 "charity">><cite>Sourit</cite>Tu est un idiot $user.nom<</girl>>
<<girl 0 "charity">><cite>Ce pince les levres</cite>Tu est un idiot... avec qui je veut passer du temps.<</girl>>
<<user 0>><cite>Rire</cite>Ca tombe bien, je tes acheters.<</user>>
<<girl 5 "charity">><cite>Rire</cite>$user.nom!!!<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/charity/3/charity04.webm">>
<<girl 0 "charity">>Patron, je sens que tu as beaucoup de stress en toi<</girl>>
<<user 0>><cite>Ummm</cite>Hé je sens que tu as trés envie d'enlever ce petit haut.<</user>>
<<girl 6 "charity">><cite>Sourit</cite>Si mon Patron me le demande.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/charity/3/charity05.webm">>
<<user 0>><cite>Ummm</cite>Ho mon Dieu.<</user>>
<<girl 0 "charity">><cite>Rire</cite>Tu veut en voir plus $user.nom?<</girl>>
<<user 7>><cite>Fait un signe de la main pour montrer ça culote</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/charity/3/charity06.webm">>
<<user 0>>...<</user>>
<<talk 8>>Tu sens la pression monter dans ton pantalon, cette femme est si belle, tu enleve ton pantalon est t'allonge sur le lit.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/charity/3/charity07.webm">>
<<girl 0 "charity">><cite>Ce mort les levres</cite> Je vais te prouver que tu as bien fait de me garde prés de toi!<</girl>>
<<user 9>><cite>Ummm</cite><</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/charity/3/charity1.webm" 1>>
<<girl 0 "charity">><cite>Glug glug</cite><</girl>>
<<girl 0 "charity">><cite>Glug glug</cite> <cite>Bruit de gorge</cite><</girl>>
<<user 10>><cite>Ummm</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/charity/3/charity2.webm" 1>>
<<girl 0 "charity">><cite>Um</cite> Ahhh, Ahhh<</girl>>
<<user 11>><cite>Ummm</cite>Oh my god yes<</user>>
<<girl 0 "charity">><cite>Um</cite> Ahhhhhh<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/charity/3/charity3.webm" 1>>
<<user 0>><cite>Slap Slap Sap</cite><</user>>
<<girl 0 "charity">><cite>Um</cite> Ahhh<</girl>>
<<girl 12 "charity">><cite>Respire fort</cite> Ummm<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/charity/3/charity4.webm" 1>>
<<girl 0 "charity">><cite>Crie</cite> Ahhhh Ahhhhh Ahhhh<</girl>>
<<user 13>><cite>Ummm</cite>Ohh oui<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/charity/3/charity5.webm" 1>>
<<girl 0 "charity">><cite>Crie</cite> Ahhhh Ummm Ahhhhh Ummm Ahhhh<</girl>>
<<girl 14 "charity">><cite>Crie</cite> Ahhhh Ummm Ahhhhh Ummm Ahhhh<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/charity/3/charity6.webm" 1>>
<<user 0>>Ahhhh Ohhhhh<</user>>
<<girl 0 "charity">><cite>Glug glug</cite><</girl>>
<<user 15>>Ahhhh Fuck Ohhh Umm Fuck<</user>>
@@
<<case 15>>
@@#media;
<<video "loveassets/charity/3/charity08.webm">>
<<user 0>><cite>Ummm</cite>Ho fuck, yesss.<</user>>
<<girl 0 "charity">><cite>Umm</cite> Voulas tu est tout propre<</girl>>
<<girl 0 "charity">><cite>Hésite</cite> Merci $user.nom pour ce que tu as fait pour moi, je vais prendre soin de toi.<</girl>>
<<user 0>><cite>Ummm</cite>De rien.<</user>>
<<talk "hall">>En entendant la douceur dans sa voix et en sentant la douceux de ça langue sur ta bite, tu comprend que tu as gagner ça liberter, mais aussi ça confiance.<</talk>>
@@
<<set $girls["charity"].quete = 4>>
<<set $user.quete = 7>>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/myroom.jpg]]
<<talk 0>>Tu te lèves ce matin avec une sensation de soulagement. Aujourd’hui marque la fin de tes corvées pour Mr Viktor. <</talk>>
<<talk 0>>Après tant de livraisons, tants de combats, de risques pris, et de nuits sans sommeil, tu as enfin fini de racheter le contrat de Charity. <</talk>>
<<talk 0>>Plus qu'une livraison, cette dernière livraison est la porte de sortie, ton dernier devoir avant la liberté pour Charity.<</talk>>
<<talk 1>>Tu te diriges vers le salon de l’hôtel pour récupérer le colis comme d’habitude. <</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/1/case01.webm">>
<<talk 0>>Une boîte massive trône au centre de la pièce. Tes sourcils se froncent alors que tu t’approches, une pointe d’appréhension montant en toi.<</talk>>
<<user 0>><cite>Surpris</cite>Putain c'est quoi ce paquet énorme, d'habitude ce sont des petits paquets.<</user>>
<<talk 0>>Sur le dessus, une lettre est attachée, d’habitude il n'y que l'adresse de l'ivraison. Mais cette fois, il y a du texte en plus. Tu attrapes l’enveloppe et l’ouvres, tes mains un peu tremblantes, tandis que tu lis les mots inscrits sur le papier.<</talk>>
<<user 0>><cite>Lit à haute voix</cite> Merci pour ce travail. Tu es vraiment une personne utile. Avant de livrer ce colis, tu peux en profiter. Essaye de ne pas l’abîmer. — Signé, Mr. Viktor.<</user>>
<<user 0>><cite>Une sensation glaciale parcoure ton corps</cite> Profiter de quoi ?<</user>>
<<talk 3>><cite>Regarde la boîte</cite>La taille du colis et ce message énigmatique te glacent le sang. Quelque chose ne va pas. Sans plus attendre, tu déchire lentement le papier qui recouvre le colis, tes mains légèrement tremblantes.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/1/case02.webm">>
<<talk 0>>À l’intérieur de la boîte se trouve une femme, allongée dans une posture étrange, immobile. Ses yeux sont ouverts, mais vides, sans expression, comme si elle était hypnotisée. Tu restes figé, un frisson te parcourant le dos.<</talk>>
<<user 0>><cite>Choqué</cite>Non… Ce... Ce... n'est pas possible.<</user>>
<<talk 0>>La réalité de la situation te frappe soudainement. Cette femme n'est pas un simple colis.<</talk>>
<<talk 0>>C'est une carotte pour l'ane que tu est, Mr Viktor a encore une fois dépassé toutes les limites.<</talk>>
<<talk 0>>Il ne t'a pas seulement utilisé pour des tâches douteuses, mais il te place maintenant devant un choix douteux.<</talk>>
<<talk 0>><b>Profiter de cette femme, réduite à un état de soumission totale…</b><</talk>>
<<talk 4>>Une chose est sur, le moin que tu puisse faire pour elle, c'est de la sortir de son carton<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/1/case03.webm">>
<<talk 0>>L'extration de cette fille de son carton sans toucher certaine "zone", c'est averre compliquer, tu as du toucher tout son corps pour la sortir, mais elle n'a pas dit un mot, pas une respiration plus forte que l'autre.<</talk>>
<<talk 0>>La voila allonger, casiment nue au plaisir de ton regard mais elle ne réagit toujours pas, son regard est fixe, sans vie réelle, comme une marionnette désarticulée.<</talk>>
<<user 0>><cite>Tourne en round</cite>Qu'est-ce que vous me demandez, Mr Viktor ? Qu'est-ce que vous voulez me faire faire?<</user>>
<<talk 0>>Tu te penches vers elle, essayant de capter son attention, de la réveiller, de briser ce sortilège invisible. <</talk>>
<<user 0>><cite>Murmure inquiet</cite>Est-ce que tu m'entends ? Réveille-toi… S'il te plaît, réveille-toi.<</user>>
<<talk 0>>Elle ne réagit pas, son regard reste fixe, perdu dans le vide.<</talk>>
<<talk 0>>Tu sait que Mr Viktor est un homme cruel et manipulateur, mais cette situation dépasse tout ce que tu aurait pu imaginer.<</talk>>
<<talk 0>>L'idée de "profiter" de cette femme, réduite à un état de soumission totale, commence doucement à simisser en toi.<</talk>>
<<talk 0>>Ta volonter s'envoler doucement et tu commence à trouver tous les prétéxe possible et inimaginable pour pouvoir la toucher.<</talk>>
<<user 0>><cite>Pense</cite>De toutes façon je n'est pas le choix, je doit livrer ce colis, que je le veuilles ou non ce "colis" seras livrer.<</user>>
<<user 0>><cite>Pense</cite> Pourquoi ne pas en profiter, c'est peux être un jeux, peux être elle aime ça, elle est même surement payer pour ça.<</user>>
<<talk 0>>Soudain tu réalises que tu as pris ta désition, mais tu as du mal as l'accepter.<</talk>>
<<user 0>>Si tout ça n'etait qu'un jeux! Alors je veut jouer...<</user>>
<<talk 5>>Tu te deside à la mettre dans un position plus confortable, allonger sur le sol, tes mains ce sont encore bien balader sur son corps et elle n'a toujours aucune réaction.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/1/case04.webm">>
<<talk 0>>Dans l'espoir de la reveiller, ou dans l'espoir d'assouvir tes envies tu commence à la toucher plus intimement.<</talk>>
<<user 0>>Tu m'entend, reveille toi!<</user>>
<<talk 6>>Sont visage n'a toujours pas de réaction, mais son corps en as, ça chatte commence à gonfler et tu peux sentir l'humiditer de son plaisir sur tes doigts.<</talk>>
<<case 6>>
@@#media;
<<video "loveassets/case/1/case05.webm">>
<<talk 0>>Ca maintenant quelques minutes que tu joue avec sont corps désarticule et tu commence à y prendre goud.<</talk>>
<<user 0>>Allo y a quelqu'un ? reveille toi!!!<</user>>
<<user 7>>Si tu ne dit rien, je vais utiliser ta bouche...<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/1/case1.webm" 1>>
<<user 0>>Ho putain<</user>>
<<user 0>><cite>Um</cite>Haa haaa haaaa<</user>>
<<talk 0>>Elle n'a toujours pas de réaction, mais ça n'a vraiment plus beaucoup d'importante, la chaleur de ça bouche et ce petit corps fréle, t'exite au plus haut point.<</talk>>
<<user 0>>Tu ne dit toujours rien? je vais allais plus loing alors.<</user>>
<<user 8>><cite>Sourit</cite>Dit moi quand tu veut que j'arette.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/case/1/case2.webm" 1>>
<<user 0>>Haa haaa<</user>>
<<user 0>><cite>Respire fort</cite>Haa haaa haaaa<</user>>
<<user 0>><cite>Um</cite>Tu en veut plus? tu ne réagis pas car tu en veut plus, c'est ça?<</user>>
<<talk 9>>Cette situation bizarre, ta perturber l'espris, pour toi elle ne reagis pas pour te provoquer, c'est un affrons personnel et tu ne pense plus qu'a une seule chose la faire réagir par tous les moyens.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/1/case3.webm" 1>>
<<user 0>><cite>Respire fort</cite>Hooo haaa Hooo Haaaa.<</user>>
<<user 0>><cite>Hoooooo</cite>C'est ça que tu voulais?.<</user>>
<<user 10>><cite>Pense</cite>Toujours pas de réaction... Ho putain je vais télement te briser le cul...<</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/1/case4.webm" 1>>
<<saygirl 0 _jessi>><cite>Respire fort</cite> <cite>HooOOO</cite> Fuckkkk<</saygirl>>
<<user 0>><cite>Umm</cite>Hooo.<</user>>
<<saygirl 0 _jessi>><cite>Um</cite> Hoo fuckk Hoo hooo hooo<</saygirl>>
<<saygirl 11 _jessi>><cite>Um</cite> Hoo fuckk Hoooooooo hoo hoo<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/case/1/case5.webm" 1>>
<<saygirl 0 _jessi>><cite>UM</cite>Haaa haaa haaa haaa<</saygirl>>
<<saygirl 12 _jessi>><cite>Um</cite>Haaa AAAHHH haaa AHHHHH<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/case/1/case6.webm" 1>>
<<saygirl 0 _jessi>><cite>Crie</cite>Haaa haaa haaaaa<</saygirl>>
<<saygirl 0 _jessi>><cite>Crie</cite>Hoo fuckkkk Haa Hooo Fuckkkkkk<</saygirl>>
<<user 0>><cite>Respire fort</cite>Haa haaa.<</user>>
<<saygirl 13 _jessi>><cite>Respire fort</cite>Hoo Hooo hoooo ho fuckk.<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/case/1/case7.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Haaa haaa hooo yeah<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>hoooooo hoooo<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>hooo yeahhhhhhhhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>hooo yeah ohhhhhhhhhhh<</saygirl>>
<<saygirl 14 _jessi>><cite>Respire fort</cite>ho ho ho hoo yeah ohhh<</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/case/1/case8.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Haaaaaaa<</saygirl>>
<<user 0>><cite>Respire fort</cite>ha haa haaa<</user>>
<<user 0>><cite>Respire fort</cite>haaaaa haa haaa<</user>>
<<saygirl 15 _jessi>><cite>Um</cite>Haaa<</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/case/1/case06.webm">>
<<talk 0>>Tu as reussis à la faire réagir, et tu est plutot fier de toi comme aprés avoir gagné un combat, mais tu le sais c'est une douce victoire avec un goud amère à la fin.<</talk>>
<<user 0>><cite>Fronce les sourcil</cite>Je suis désoler mais je doit te remetre dans la boite.<</user>>
<<saygirl 0 _jessi>><</saygirl>>
<<user 0>>Je doit te livrer, tu comprend les autres filles ont besoin que je les protege de Mr Viktor.<</user>>
<<talk 16>>C'est peine perdu, elle n'a plus aucune réaction, tu déside en prenant un maximun de précotion de la remettre dans ça boite.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/case/1/case07.webm">>
<<user 0>>Tu sais bizarrement j'ai passer un supert moment, merci pour tout.<</user>>
<<user 0>>J'espere que ça iras pour toi, si un jour tu as besoin d'une chambre et d'un travail vient au $user.hotel et demande $user.nom.<</user>>
<<talk 17>>Tu inspires profondément, te préparant mentalement à ce qui va suivre. Tu ferme le carton, tu le sais il est temps de livré le "colis" malheuresement comme toujours tu ne sais pas à qui et destiner la livraison.<</talk>>
@@
<<case 17>>
@@#media;
[img[loveassets/img/myroom.jpg]]
<<talk "hall">>Une foix le colis livrer, Il te reste en tête cette journé de dingue et une idée qui trotte, si tu avais une femme comme ça dans ton Hotel tu pourrais te faire pas mal d'argent.<</talk>>
@@
<<set $user.quete = 8>>
<</switch>>
<</nobr>><<nobr>>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer > ul{
position:relative;
list-style:none;
text-align:center;
margin:0px;
padding: 0 0 1em 0;
display: flex;
flex-direction: column;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
border-radius:0.5em;
overflow:hidden;
}
/*.computer ul > li:nth-child(1){
height:36px;
width:36px;
}*/
.computer ul > li:nth-child(2){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.price {
position: absolute;
top : 0;
right: 0;
padding:5px;
background-color: rgb(var(--raspberry));
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<ul>
<li><<link [img["loveassets/case/jessi.jpg"][replay_menu]]>><<set $girl to "empera">><</link>></li>
<li>Jessi Empera</li>
</ul>
<ul>
<li><<link [img["loveassets/liz/lizjordan.jpg"][replay_menu]]>><<set $girl to "liz">><</link>></li>
<li>Liz Jordan</li>
</ul>
<ul>
<li><<link [img["loveassets/valerica/valerica.jpg"][replay_menu]]>><<set $girl to "valerica">><</link>></li>
<li>Valerica Steele</li>
</ul>
<ul>
<li><<link [img["loveassets/basement/massage/rita.jpg"][replay_menu]]>><<set $girl to "rita">><</link>></li>
<li>Rita Peach</li>
</ul>
<ul>
<li><<link [img["loveassets/basement/sauna/liya.jpg"][replay_menu]]>><<set $girl to "liya">><</link>></li>
<li>Liya Silver</li>
</ul>
<<for _index, _girl range $girls>>
<ul>
<<capture _index>>
<li><<link [img[_girl.img][replay_menu]]>><<set $girl to _index>><</link>></li>
<</capture>>
<li><<= _girl.realnom>></li>
</ul>
<</for>>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo_gabbie")>>
<<dialog>>
<<=_quetes.gabbie[4]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/gabbie/7/gabbie01.webm">>
<<user 0>>Ha Gabbie, I have the "accessory" you asked for. I hope you like it.<</user>>
<<user 0>><cite>Smiles</cite>I hope you're ready for the show.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite>Oh… Thank you. Yes, I… I... I’m ready.<</girl>>
<<user 0>>..., Gabbie, if you're uncomfortable, you don't have to do it. But remember, it was you who proposed this deal.<</user>>
<<girl 0 "gabbie">>I know… It’s just that… it’s harder than I thought.<</girl>>
<<girl 0 "gabbie">>I’ve never done this in front of someone, not even my boyfriend.<</girl>>
<<user 0>>Just go for it! You don’t have to be perfect, just… be yourself.<</user>>
<<girl 0 "gabbie">>Alright… alright, come over here.<</girl>>
<<talk 1>>She takes your hand and leads you to her bed, where she lies down.<</talk>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/7/gabbie02.webm">>
<<talk 0>>You stand there, wide-eyed, facing this beautiful woman, staring at her little pussy that’s practically begging for attention.<</talk>>
<<girl 0 "gabbie">><cite>Blushes</cite>$user.nom, stop looking at me like that, I’m already all wet.<</girl>>
<<user 0>><cite>Ahem - ahem</cite>I need to look if I’m going to say whether it’s interesting for the clients or not.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite>Yes, yes $user.nom, but right now it feels like you’re going to pounce on me.<</girl>>
<<user 0>><cite>Um</cite>Sorry, it’s an awkward compliment.<</user>>
<<girl 0 "gabbie">>Please $user.nom, stop saying anything.<</girl>>
<<user 2>><cite>Shutttt</cite>Um um<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/7/gabbie1.webm" 1>>
<<talk 0>>She starts using her sex toy, initially slowly, with visible shyness.<</talk>>
<<talk 0>>She casts hesitant glances at you to gauge your reaction.<</talk>>
<<talk 0>>As she becomes more familiar with the object, she starts to relax a bit, and even seems to take a lot of pleasure in it.<</talk>>
<<girl 3 "gabbie">><cite>Um</cite> Ahh Ahh Ohhhh.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/7/gabbie2.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahh Ahh Umm.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ahh Ahh ahhhh.<</girl>>
<<girl 4 "gabbie">><cite>Um um</cite>Aahhhhhhh.<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/7/gabbie03.webm">>
<<girl 0 "gabbie">>Oh fuck... I'm so wet!<</girl>>
<<girl 0 "gabbie">>$user.nom, that was amazing, wasn’t it?<</girl>>
<<user 0>><cite>Sarcastic</cite> Yes, yes... Gabbie, it was great, but for the clients, I’m not sure...<</user>>
<<girl 0 "gabbie">>Please $user.nom... it was good! Look, you’re hard.<</girl>>
<<user 5>>It’s you who’s turning me on, the sex toy doesn’t help much.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/7/gabbie04.webm">>
<<girl 0 "gabbie">>I can do better, I need one that I can use to penetrate myself.<</girl>>
<<user 0>><cite>Lower your head and look at his cock</cite><</user>>
<<girl 0 "gabbie">><cite>Smiles</cite>... A sex toy, $user.nom!<</girl>>
<<user 0>>Another one... I’m not paying for that.<</user>>
<<girl 0 "gabbie">>It will be great, $user.nom.<</girl>>
<<user 0>>Okay, but it has to be really good, or you know what will happen. It will need to be refunded.<</user>>
<<girl 0 "gabbie">>Alright, thank you $user.nom…<</girl>>
<<girl 6 "gabbie">><cite>Gets up</cite> I’ll do even better next time.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/7/gabbie05.webm">>
<<talk 0>>Before leaving, you take one last look at this woman, her magnificent buttocks shining with excitement, and you fixate on them, as if to etch the image into your memory.<</talk>>
<<user 0>><cite>Um</cite> Okay, I'll leave you to clean up, unless you need my help?<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> That's another show, $user.nom, but you’re not invited to that one.<</girl>>
<<user 0>><cite>Smiles</cite> Too bad, maybe one day...<</user>>
<<girl 0 "gabbie">><cite>Ahem</cite> Maybe one day...<</girl>>
<<user 0>><cite>Smiles</cite> Okay, okay... I’ll leave you to it. I’ll come back with a new sex toy.<</user>>
<<girl "hall" "gabbie">>Thank you, $user.nom<</girl>>
@@
<<set $girls.gabbie.quete = 5>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo2_gabbie")>>
<<dialog>>
<<=_quetes.gabbie[5]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/gabbie/8/gabbie01.webm">>
<<user 0>> Hello, Gabbie.<</user>>
<<girl 0 "gabbie">>Hello, $user.nom.<</girl>>
<<user 0>> I found you a new toy. I hope this one will satisfy you.<</user>>
<<girl 1 "gabbie">><cite>Blushes</cite> Oh... Yes? Show me.<</girl>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/8/gabbie02.webm">>
<<girl 0 "gabbie">><cite>Smiles</cite>Oh my God, it’s beautiful.<</girl>>
<<user 0>>Uh... I'm glad you like it, and... maybe you could start using it?<</user>>
<<talk 2>>She doesn’t react, staring at the sex toy as if it had mesmerized her.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/8/gabbie03.webm">>
<<talk 0>>Still staring at the object, feeling it along its entire length, she eventually comes back to reality.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite>Thank you, $user.nom.<</girl>>
<<user 0>><cite>Hesitates</cite>Are you going to keep staring at it for a while?<</user>>
<<girl 0 "gabbie">>I... I... it’s huge, $user.nom.<</girl>>
<<user 0>><cite>Jokes</cite>I know, it’s a gift from nature!<</user>>
<<girl 0 "gabbie">>...<</girl>>
<<girl 0 "gabbie">><cite>Smiles</cite>You’ll need to be patient, $user.nom.<</girl>>
<<girl 0 "gabbie">>I’ll have to prepare it. I can’t just put it in like that, it’s too big.<</girl>>
<<user 3>>I’ll stay right here, take your time.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/8/gabbie1.webm" 1>>
<<talk 0>>She begins to suck on the sex toy with a passion you didn’t know she had.<</talk>>
<<talk 0>>As she sucks, she locks eyes with you, and with each motion of her head, you feel your desire intensify.<</talk>>
<<talk 4>>Your erection grows, straining against the confines of your underwear, heightening your arousal even more.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/8/gabbie2.webm" 1>>
<<girl 0 "gabbie">>Ahhhhh.<</girl>>
<<girl 0 "gabbie">>Ummmm.<</girl>>
<<user 0>><cite>Whisper</cite>You should use both toys at the same time, Gabbie.<</user>>
<<talk 0>>Lost in her desire, she looks at you and then at the small pink toy beside her.<</talk>>
<<talk 5>>She picks it up and starts playing with it, much to your delight.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/8/gabbie3.webm" 1>>
<<girl 0 "gabbie">><cite>Umm</cite>Ahhhhh. ahhhh.<</girl>>
<<girl 6 "gabbie">><cite>Rire</cite>Ah. ahhhhhhh.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/8/gabbie04.webm">>
<<girl 0 "gabbie">><cite>Umm</cite> Don't tell me that wasn't amazing, $user.nom.<</girl>>
<<user 0>><cite>Lies</cite>I don't know...<</user>>
<<user 0>>You definitely enjoyed it, but speaking on behalf of the clients, something's missing...<</user>>
<<girl 0 "gabbie">><cite>Surprised</cite> Oh, you think it could be even better?<</girl>>
<<user 0>>I'm sure it could be.<</user>>
<<girl 0 "gabbie">><cite>Thinks</cite> I know, $user.nom, it's going to be amazingggg.<</girl>>
<<talk 7>>With those words, she throws herself onto the bed, in a position so open that it could easily be seen as an invitation.<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/8/gabbie05.webm">>
<<girl 0 "gabbie">><cite>Smiles</cite> I need a new toy, $user.nom.<</girl>>
<<user 0>>What!! No way, now you're pushing it.<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> I need a special toy, one that can go in my ass.<</girl>>
<<user 0>><cite>Gulps</cite> Uh... heee...<</user>>
<<girl 0 "gabbie">><cite>Hesitates</cite> Trust me, $user.nom.<</girl>>
<<user 0>><cite>Um</cite> Alright, alright, I admit it’s becoming interesting... for the clients.<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> Yes, yes, $user.nom, for the clients...<</girl>>
<<user "hall">><cite>Smiles</cite> See you at the next show then.<</user>>
@@
<<set $girls.gabbie.quete = 6>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock - Knock - Knock</cite><</user>>
<<girl 1 "gabbie">>Yes, come in.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/2/gabbie01.webm">>
<<user 0>>Hi Gabbie.<</user>>
<<girl 0 "gabbie">>Hi $user.nom, do you need something?<</girl>>
<<user 0>>No, I just stopped by to check on you…<</user>>
<<user 0>>Is everything okay?<</user>>
<<girl 0 "gabbie">>Oh $user.nom, it's... it's okay.<</girl>>
<<girl 0 "gabbie">>...No, actually... it's not.<</girl>>
<<girl 0 "gabbie">>I've been thinking a lot these past few days.<</girl>>
<<user 0>>Oh yeah? What's going on?<</user>>
<<girl 0 "gabbie">><cite>Um</cite>I'm still thinking about what happened with my boyfriend, and...<</girl>>
<<girl 0 "gabbie">>It's the straw that broke the camel's back.<</girl>>
<<girl 0 "gabbie">>I think I need to break up with him.<</girl>>
<<girl 0 "gabbie">>We had good times, but… it's just not working between us anymore.<</girl>>
<<girl 0 "gabbie">>We're too different.<</girl>>
<<girl 0 "gabbie">>And… I'm happy here. I don't want to be far from you.<</girl>>
<<user 0>><cite>Ahem</cite>Gabbie, you know I'm here for you.<</user>>
<<girl 0 "gabbie">>I know… and I need your support.<</girl>>
<<girl 0 "gabbie">>It's always hard to break up, even when you know it's the right thing to do.<</girl>>
<<girl 0 "gabbie">>Would you come with me to talk to him? Just to be there, in case I need you?<</girl>>
<<user 0>>Of course. You won't be alone.<</user>>
<<user 0>>... Tomorrow! Let's do it tomorrow.<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite><</girl>>
<<girl 0 "gabbie">>Tomorrow? You really seem to want me to break up with my boyfriend, $user.nom…<</girl>>
<<user 0>><cite>Ahem</cite> No… what are you imagining?<</user>>
<<user 0>>It's just that… I think it's better to act now that you're sure of yourself.<</user>>
<<user 0>>Waiting risks doubt, and you've made the right decision.<</user>>
<<girl 0 "gabbie">>You might be right, $user.nom. Let's do it tomorrow.<</girl>>
<<girl 0 "gabbie">>Thank you. Really. It means so much to me.<</girl>>
<<girl 0 "gabbie">>I don't know what I would do without you.<</girl>>
<<girl 0 "gabbie">><cite>Smiles</cite>You're always there for me. It's... important.<</girl>>
<<user 0>><cite>Embarrassed</cite> Stop, it's normal. I'll pick you up tomorrow, and we'll take care of this.<</user>>
<<girl 2 "gabbie">>Thank you $user.nom.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>After leaving Gabbie's room, her words echo in your mind.<</talk>>
<<talk 0>>"I don't want to be far from you."<</talk>>
<<talk 0>>Those words, spoken with an unsettling sincerity, trouble you more than you imagined.<</talk>>
<<talk 0>>All day, her face, her smile, her gaze remain etched in your memory.<</talk>>
<<talk 3>>You try to focus on something else, but nothing works.<</talk>>
@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/10/01.webm">>
<<talk 0>>Night falls. You fall asleep, but Gabbie remains ever-present in your mind.<</talk>>
<<talk 0>>In your dream, you find yourself with her in a place bathed in a soft, unreal light.<</talk>>
<<talk 0>>Her face, her body reflect the gentle light.<</talk>>
<<talk 0>>You look at her from bottom to top, and she smiles at you.<</talk>>
<<girl 4 "gabbie">><cite>Soft voice</cite>$user.nom?<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/10/02.webm">>
<<girl 0 "gabbie">><cite>Smiles</cite>Do you think I'm beautiful, $user.nom?<</girl>>
<<girl 0 "gabbie">>...<</girl>>
<<girl 0 "gabbie">>Why are you staying silent?<</girl>>
<<user 0>>I… I don't know. I'm afraid I'll wake up...<</user>>
<<girl 0 "gabbie">>I'm here, $user.nom, I'm all yours. And now?<</girl>>
<<girl 0 "gabbie">>What do we do?<</girl>>
<<talk 5>>She moves closer, her hand brushing yours. Her gaze is both tender and questioning.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/10/03.webm">>
<<girl 0 "gabbie">><cite>Thinks</cite>Um...<</girl>>
<<girl 0 "gabbie">>$user.nom, don't say anything. I know what you want.<</girl>>
<<talk 0>>She smiles at you, moves closer and sticks out her tongue, slightly opening her mouth...<</talk>>
<<talk 0>>... She rolls her eyes back and lets out a soft moan that makes your whole body vibrate.<</talk>>
<<girl 0 "gabbie">><cite>Um UM</cite>$user.nom.<</girl>>
<<girl 0 "gabbie">><cite>Smiles</cite><cite>Laughs</cite><</girl>>
<<talk 0>>You want her, you want her like never before.<</talk>>
<<talk 0>>Gently, you place your hand on her shoulders and apply a slight pressure.<</talk>>
<<talk 6>>It's a rather direct invitation, but after all, it's just a dream.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/10/1.webm" 1>>
<<girl 0 "gabbie">><cite>Suck-Suck</cite><</girl>>
<<user 0>>Ho Yess Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Gulp-Gulp</cite><</girl>>
<<user 0>>Hooooo.<</user>>
<<girl 7 "gabbie">><cite>Lick-Lick</cite><</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/10/2.webm" 1>>
<<girl 0 "gabbie">><cite>Gulp-Gulp</cite><</girl>>
<<girl 0 "gabbie">><cite>Lick-Lick</cite><</girl>>
<<user 0>>Hoo Gabbie.<</user>>
<<talk 0>>She looks at you and smiles, turns around and then leans on the coffee table next to her.<</talk>>
<<talk 8>>On her knees, with her buttocks tensed, she lifts up her skirt, offering you a long-awaited gift.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/gabbie/10/3.webm" 1>>
<<talk 0>>You penetrate her gently and you can feel that each thrust gives her shivers of pleasure.<</talk>>
<<girl 0 "gabbie">><cite>UM</cite><cite>Whispers</cite>Yea Yea<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhhh<</girl>>
<<girl 9 "gabbie">><cite>Ummmmm</cite><</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/gabbie/10/4.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ah Ah Ahhhh<</girl>>
<<girl 10 "gabbie">><cite>Ummmmm</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/gabbie/10/5.webm" 1>>
<<user 0>><cite>Respire fort</cite><</user>>
<<talk 0>>Surprised by the increasing pace, she lets out a soft cry of pleasure.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>AH<</girl>>
<<talk 0>>Motivated by her moans and the sensation of her body contracting, you increase the pace even more.<</talk>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 0 "gabbie">><cite>Um</cite>Umm Ah Ah Ah<</girl>>
<<girl 11 "gabbie">><cite>Ummmmm</cite>Haaa<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/gabbie/10/6.webm" 1>>
<<talk 0>>With force, she places a hand on your chest and pushes you back.<</talk>>
<<talk 0>>You fall down gently to the floor, lying back with your arousal fully visible.<</talk>>
<<talk 0>>She slowly caresses your lower abdomen, sending a shiver up your spine.<</talk>>
<<talk 0>>Then she climbs on top of you and guides you inside her.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>AHHhh<</girl>>
<<girl 12 "gabbie">><cite>Deep breath</cite>Ah Ah<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/gabbie/10/7.webm" 1>>
<<talk 0>>In this position, she sets her own pace—neither soft nor hard.<</talk>>
<<talk 0>>A perfect rhythm where each thrust makes you vibrate.<</talk>>
<<talk 0>>A rhythm where each thrust pushes you to the brink of ecstasy.<</talk>>
<<user 0>><cite>Haaaaa</cite><</user>>
<<girl 13 "gabbie">><cite>Deep breath</cite><</girl>>
@@
<<case 13>>
@@#media .cum;
<<video "loveassets/gabbie/10/04.webm">>
<<talk 0>>On the brink of the precipice, you rise and bring your virile member to her mouth.<</talk>>
<<talk 0>>She looks at you with a big smile, giggles softly, and opens her mouth.<</talk>>
<<talk 0>>This action only hastens your explosion.<</talk>>
<<talk 0>>You close your eyes and fill her mouth with a stream of semen.<</talk>>
<<user 0>>Haa Haaa Haaaaa<</user>>
<<user 0>><cite>Haa</cite>Swallow, Gabbie, swallow it all.<</user>>
<<girl 14 "gabbie">><cite>Um</cite>Oh yeah, more...<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/gabbie/10/05.webm">>
<<talk 0>>She looks into your eyes and smiles.<</talk>>
<<talk 0>>Then, meticulously, her fingers sweep across her cheek like windshield wipers...<</talk>>
<<talk 0>>Collecting every drop of semen to bring it to her mouth.<</talk>>
<<girl 15 "gabbie">><cite>Um</cite> More...<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/gabbie/10/06.webm">>
<<girl 0 "gabbie">><cite>Lick -Lick</cite><</girl>>
<<user 0>><cite>Um</cite>Haaaa Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Lick -Lick</cite><</girl>>
<<girl 0 "gabbie">><cite>Um</cite>More..., More...<</girl>>
<<talk 0>>The sound of sucking suddenly becomes a distant echo.<</talk >>
<<talk 0>>Her silhouette disappears, followed by the scenery, like in a thick fog.<</talk >>
<<talk 0>>Before you realize it, she's gone, everything fades away...<</talk >>
<<talk "nuit">>You gently slip into a deep sleep, a smile on your lips.<</talk >>
@@
<<set $girls.gabbie.quete = 8>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo3_gabbie") >>
<<dialog>>
<<=_quetes.gabbie[6]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<girl 0 "gabbie">><cite>Ummm</cite>Umm ummm.<</girl>>
<<girl 0 "gabbie">>Ahhh ahhhhh.<</girl>>
<<user 0>><cite>Thought</cite> Well, she seems to be having a lot of fun with those toys.<</user>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "gabbie">><cite>Surprised</cite> Ahh... umm, two minutes...<</girl>>
<<user 0>>...<</user>>
<<girl 1 "gabbie">>It's fine, come in.<</girl>>
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/9/gabbie01.webm">>
<<user 0>><cite>Ahem</cite> Are you okay, Gabbie?<</user>>
<<girl 0 "gabbie">><cite>Blushing</cite> Um... yes, $user.nom, everything is fine.<</girl>>
<<user 0>><cite>Smiling</cite> I brought you a new sextoy. I hope you’re ready for a new show.<</user>>
<<girl 0 "gabbie">>Great, show it to me, $user.nom.<</girl>>
<<talk 0>> You hand her a small pink object, which she grabs with the determination of a starving person finally finding something to eat.<</talk>>
<<girl 2 "gabbie">><cite>Smiling</cite> Oh, $user.nom, thank you. Make yourself comfortable, it’s going to be amazing.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/9/gabbie02.webm">>
<<girl 0 "gabbie">> It’s the first time I’m using this kind of sextoy, so I’m a bit anxious.<</girl>>
<<user 0>> Um... don’t worry, it will fit in just fine.<</user>>
<<girl 3 "gabbie">><cite>Smiles</cite> Do you think so? There’s only one way to find out.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/9/gabbie03.webm">>
<<girl 0 "gabbie">><cite>Humm, Hummm</cite><</girl>>
<<girl 0 "gabbie">><cite>Humm</cite> Oh fuck, it went in all by itself, did you see $user.nom!<</girl>>
<<user 0>><cite>Um</cite> Seems like that little ass has a future...<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite> $user.nom!<</girl>>
<<user 0>><cite>Um</cite> But I'm not sure you'll be able to get it out just as easily.<</user>>
<<girl 4 "gabbie">><cite>Shocked</cite> What!<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/9/gabbie04.webm">>
<<talk 0>> With a bit of apprehension, she begins to pull the sextoy out from its den.<</talk>>
<<girl 0 "gabbie">><cite>Pulls gently</cite> Ummm<</girl>>
<<girl 0 "gabbie">><cite>Ummm</cite> It came out...<</girl>>
<<girl 0 "gabbie">><cite>Smiles</cite> You scared me, idiot, but it's easy...<</girl>>
<<user 0>><cite>Smiles</cite><</user>>
<<talk 0>>As she cautiously tests her own limits with a back-and-forth motion in her little hole, she exchanges glances between you and the vibrator resting beside her.<</talk>>
<<talk 5>> You know a new show is about to begin.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/9/gabbie1.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhh<</girl>>
<<girl 6 "gabbie">><cite>Um</cite> <cite>Laughs</cite>Ahhh<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/9/gabbie2.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
<<talk 0>> Suddenly, she rolls her eyes back. This simple and pure orgasm unleashed an electric arc through her body, even reaching her mind. She lost her sense of reality for a few seconds of pure bliss.<</talk>>
<<girl 0 "gabbie">>Ahhhhhhh. I didn’t spray it as strongly as last time, but my brain is fried...<</girl>>
<<girl 7 "gabbie">><cite>Pfff</cite><</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/9/gabbie05.webm">>
<<user 0>><cite>Somewhat disappointed</cite> Gabbie...<</user>>
<<girl 0 "gabbie">><cite>Um</cite> Yes, $user.nom, a bit disappointing for the clients, you think?<</girl>>
<<user 0>> <cite>Smiling</cite> Yes, this time it was less "spectacular."<</user>>
<<girl 0 "gabbie">> <cite>Um</cite> Yes, I got carried away by my orgasm.<</girl>>
<<girl 0 "gabbie">> <cite>Think</cite> But! Did you enjoy watching me?<</girl>>
<<user 0>><cite>Smile</cite>Of course Gabbie, I’d prefer to participate rather than just watch, but seeing you naked is always a pleasure.<</user>>
<<girl 0 "gabbie">><cite>Laugh</cite>That’s not the question, $user.nom.<</girl>>
<<user 0>><cite>Um</cite>... Yes Gabbie, you don’t need to refund me.<</user>>
<<girl 0 "gabbie">><cite>Smile</cite>Great, you’ll see, this session will be etched in your memory.<</girl>>
<<user 0>><cite>Sarcastic</cite>... Yes, yes Gabbie, hope keeps us alive...<</user>>
<<talk "hall">>You smile, as if pretending she is wrong, but deep down, you’ve known since the first glance: this woman will end up in your dreams and haunt your nightmares.<</talk>>
@@
<<set $girls.gabbie.quete = 7>>
<<skill "gabbie" "6">>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/gabbie/6/gabbie01.webm">>
<<user 0>>Bonjour, Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite>Bonjour $user.nom. Alors, comment ça vas ?<</girl>>
<<user 0>>Des nouvelles de ton "petit chieur".<</user>>
<<girl 0 "gabbie">><cite>Hesitate</cite>Je suis encore désoler pour le bordel qu'il as mis, mais non je n'est pas de nouvelle.<</girl>>
<<user 0>>Cool, comme ont dit : pas de nouvelle bonne nouvelle.<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Je pense pas que ça soit si simple, notre relation à besoin d'une bonne discution.<</girl>>
<<girl 0 "gabbie">>Mais j'ai d'autre soucis pour le moment.<</girl>>
<<user 0>>Dit moi!<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite>... Tu arrive à faire un peux d'argent avec l'Hotel?<</girl>>
<<user 1>>Mouai, ca pourrait être mieux. Pourquoi cette question? Tu as des soucis d'argent?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/6/gabbie02.webm">>
<<girl 0 "gabbie">>Ah… non! je t'explique j'ai quelques clients qui m' ont demandé d'utiliser des "accesoirs". <</girl>>
<<girl 0 "gabbie">>Ils semblent intéressés par quelque chose de nouveaux de plus… varié.<</girl>>
<<girl 0 "gabbie">><cite>Les yeux brillants</cite> Donc j’aurais besoin que tu achetes ces "accessoires" pour me... faire plaisir aux clients.<</girl>>
<<girl 0 "gabbie">><cite>Hésite</cite>… Je pense que ça pourrait rendre les séances plus sympas pour eux. <</girl>>
<<girl 0 "gabbie">>Et, tu sais, si ça rend les clients plus heureux, ça ne peut que être bénéfique pour l’hôtel.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite> Des accessoires? quel genre d'accessoires ?<</user>>
<<user 0>><cite>Regarde c'est seins</cite> <cite>Sourit</cite> Pourquoi faire ? Tu es déjà bien accessoiriser.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite> <cite>Ahem</cite> Des "accessoires" que je n'est pas, $user.nom... <</girl>>
<<girl 0 "gabbie">>Tu comprend $user.nom, je doit faire plaisir aux clients et mes doigts seuls ne suffisent plus.<</girl>>
<<user 2>><cite>...</cite><</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/6/gabbie03.webm">>
<<user 0>>Haaaa... tu parle de Sextoy, pourquoi faire temps de misteres.<</user>>
<<girl 0 "gabbie">><cite>Rires</cite><</girl>>
<<user 0>>Tu es certaine que ces vraiment nécessaires? L'hotel n'a pas beaucoup d'argent.<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite> Oui $user.nom je suis sûr, les clients vont adorre ça.<</girl>>
<<user 0>><cite>Think</cite>Bon... si c’est pour les clients, ça peut valoir le coup. Mais si c’est pour ton plaisir personnel...<</user>>
<<girl 0 "gabbie">><cite>Rire</cite> Nonnnn, bien sûr, c’est pour les clients, évidemment!.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite> Pour être franche, ça vas aussi m’aider. Je pense que si je me sens plus à l’aise avec… "ces accessoires", je pourrais offrir un meilleur service. <</girl>>
<<girl 0 "gabbie">>Mais heu... avant tout, c’est pour satisfaire les clients!<</girl>>
<<user 0>><cite>Hm</cite> Donc, tu dit que c’est à la fois pour eux et pour toi ? <</user>>
<<user 0>>Si l'Hotel paie ces accessoires, il faut que ça en vaille la peine.<</user>>
<<user 3>>Je ne veux pas dépenser de l’argent pour quelque chose qui ne serviras jamais pour les clients.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/6/gabbie04.webm">>
<<girl 0 "gabbie">> Je te promets que ça sera bénéfique pour tout le monde.<</girl>>
<<girl 0 "gabbie">>Les clients seront contents, et moi aussi, je serai plus performante...<</girl>>
<<girl 0 "gabbie">>C’est un investissement pour améliorer l’hôtel, pas juste pour moi.<</girl>>
<<user 0>><cite>Think</cite>D'accord mais ne me fait pas gaspiller de l'argent s'il te plais.<</user>>
<<girl 0 "gabbie">>Merci $user.nom, tu verras ça seras bénifique.<</girl>>
<<user 0>><cite>Pas convaincus</cite>Mouai.<</user>>
<<girl 0 "gabbie">>Tu n'est pas convincus $user.nom?<</girl>>
<<user 0>><cite>Ton sacartisque</cite> Si, si, si tu le dit les clients vont adorer.<</user>>
<<girl 0 "gabbie">>Je te promet $user.nom, ecoute... feson un deal! <</girl>>
<<user 0>><cite>Sourit</cite> Je t'ecoute.<</user>>
<<girl 0 "gabbie">>Tu achete les accessoires, et je te prouve que les clients y gagne vraiment.<</girl>>
<<girl 0 "gabbie">>Si tu n'est pas satisfait je te rembourse!!!.<</girl>>
<<user 4>><cite>Surprit</cite>Mais comment... tu... vas me satisfaire..., tu vas me faire un show?<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/6/gabbie05.webm">>
<<girl 0 "gabbie">><cite>Sourit</cite>Oui $user.nom, tu seras au premiere loge pour ce nouveaux show.<</girl>>
<<girl 0 "gabbie">><cite>Sourit</cite>Tu seras le premier V.I.P.<</girl>>
<<user 0>><cite>Um</cite> Et... si, je ne suis pas satisfait de ce que je vois, tu me rembourses.<</user>>
<<girl 0 "gabbie">><cite>Fait oui de la tête</cite><</girl>>
<<user 0>><cite>Um</cite> Interessant... , très bien. Je vais aller chercher ce qu’il te faut. <</user>>
<<user 0>>Et n’oublie pas, il faut que ça en vaille la peine.<</user>>
<<user 0>><cite>Se dirige vers la porte</cite> Je reviendrai avec tes sextoy, <cite>Um</cite> tes "accesoires".<</user>>
<<girl "hall" "gabbie">><cite>Sourit</cite>Merci $user.nom, je ferai en sorte que tu ne sois pas déçu.<</girl>>
@@
<<set $girls.gabbie.quete = 4>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo_gabbie")>>
<<dialog>>
<<=_quetes.gabbie[4]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/gabbie/7/gabbie01.mp4">>
<<user 0>> Ha Gabbie, J'ai l' "accessoire" que tu m'as demandés. J’espère que ce te plairas.<</user>>
<<user 0>><cite>Sourit</cite>J’espère que tu es prête pour le show.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite>Oh… Merci. Oui, je… Je suis préte.<</girl>>
<<user 0>>Gabbie, si tu es mal à l’aise, tu n’es pas obligée de le faire. Mais souviens-toi, c’est toi qui a proposé ce deal.<</user>>
<<girl 0 "gabbie">>Je sais… C’est juste que… c’est plus difficile que je ne le pensais.<</girl>>
<<girl 0 "gabbie">>Je n’ai jamais fait ça devant quelqu'un, même pas mon petit amis.<</girl>>
<<user 0>>Lances toi juste!. Tu n’as pas à être parfaite, juste… sois toi-même.<</user>>
<<girl 0 "gabbie">>D’accord… d'accord vient par ici.<</girl>>
<<talk 1>>Elle te prend la main et t'emme pres de son lit, elle s'allonge sur le lit.<</talk>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/7/gabbie02.mp4">>
<<talk 0>>Tu reste la, debout les yeux grand ouvert face à cette femme magnifique, à fixé ce petit minou qui miolle de faim.<</talk>>
<<girl 0 "gabbie">><cite>Rougit</cite>$user.nom, arette de me regarder comme ça, je suis dejas toute mouillé.<</girl>>
<<user 0>><cite>Ahem - ahem</cite>Il faut bien que je regarde si je veut te dire si c'est interésant pour les clients ou pas.<</user>>
<<girl 0 "gabbie">><cite>Rougit</cite>Oui oui $user.nom, mais la j'ai l'impression que tu vas me sauter dessus.<</girl>>
<<user 0>><cite>Um</cite> Désoler, c'est un compliment maladroit.<</user>>
<<girl 0 "gabbie">>S'il te plais $user.nom, ne dit plus rien.<</girl>>
<<user 2>><cite>Shutttt</cite>Um um<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/7/gabbie1.mp4" 1>>
<<talk 0>>Elle commence à utiliser son sextoy, d'abord lentement, avec une timidité visible.<</talk>>
<<talk 0>>Elle te lance des regards hésitants pour voir ta réaction. <</talk>>
<<talk 0>>À mesure qu’elle se familiarise avec l' objets, elle commence à se détendre un peu, voir même à y prendre beaucoup de plaisir.<</talk>>
<<girl 3 "gabbie">><cite>Um</cite>Ahh Ahh Ohhhh.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/7/gabbie2.mp4" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahh Ahh Umm.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ahh Ahh ahhhh.<</girl>>
<<girl 4 "gabbie">><cite>Um um</cite>Aahhhhhhh.<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/7/gabbie03.mp4">>
<<girl 0 "gabbie">>Ho putain... je suis temper.!<</girl>>
<<girl 0 "gabbie">>$user.nom, c’était Génial non?<</girl>>
<<user 0>><cite>Sarcastique</cite> Oui, oui... Gabbie c'etait génial, mais pour les clients, je sais pas...<</user>>
<<girl 0 "gabbie">>S'il te plais $user.nom... c'etait bien! regarde tu bande.<</girl>>
<<user 5>>C'est toi qui me fait bander, le sextoy n'aide pas plus.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/7/gabbie04.mp4">>
<<girl 0 "gabbie">>Je peux faire mieux, il m'en faudrais un avec lequel je peux me penetrer.<</girl>>
<<user 0>><cite>Baisse la tete et regarde ça bite</cite><</user>>
<<girl 0 "gabbie">><cite>Sourit</cite>... Un sextoy $user.nom!<</girl>>
<<user 0>>Un autre encore... je vais pas payer pour ça.<</user>>
<<girl 0 "gabbie">>Ca seras génial $user.nom.<</girl>>
<<user 0>>Ok ok mais faut que ce soit vraiment bien, sinon tu sais ceux qu'il t'attend. il faudras rembourser.<</user>>
<<girl 0 "gabbie">>D'accord Merci $user.nom…<</girl>>
<<girl 6 "gabbie">><cite>Se leve</cite>Je ferai encore mieux la prochaine fois.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/7/gabbie05.mp4">>
<<talk 0>>Avant de partir, tu poses un dernier regard sur cette femme, ses fesses magnifiques, brillantes de son excitation, et tu les fixes, comme pour graver cette image dans ta mémoire.<</talk>>
<<user 0>><cite>Um</cite>Ok je te l'aisse te netoyer, ha moin que tu est besoin de mon aide?<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite>C'est un autre show ça $user.nom, mais tu n'est pas inviter pour celui la<</girl>>
<<user 0>><cite>Sourit</cite>Dommage, peux être un jour...<</user>>
<<girl 0 "gabbie">><cite>Ahem</cite>Peux être un jour...<</girl>>
<<user 0>><cite>Sourit</cite>Ok ok... je te l'aisse, je reviendrais avec un nouveaux sextoy.<</user>>
<<girl "hall" "gabbie">>Merci $user.nom<</girl>>
@@
<<set $girls.gabbie.quete = 5>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo2_gabbie")>>
<<dialog>>
<<=_quetes.gabbie[5]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/gabbie/8/gabbie01.mp4">>
<<user 0>> Bonjour, Gabbie.<</user>>
<<girl 0 "gabbie">>Bonjour, $user.nom.<</girl>>
<<user 0>> Je tes trouver un nouveau jouer. J’espère que celui la te combleras.<</user>>
<<girl 1 "gabbie">><cite>Rougie</cite>Ah… Oui?, montre moi.<</girl>>
@@
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/8/gabbie02.mp4">>
<<girl 0 "gabbie">><cite>Sourit</cite>Ho mon Dieu, il est magnifique.<</girl>>
<<user 0>>Heu... je suis comptend que ça te plaise, et... si tu commencer a l'utiliser?.<</user>>
<<talk 2>>Elle ne reagit pas, fixant le Sextoys comme çi il l'avais envouter.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/8/gabbie03.mp4">>
<<talk 0>>Toujours à fixe l'objet, le palpant sur tout son long, elle fini par revenir a la réaliter.<</talk>>
<<girl 0 "gabbie">><cite>Sourit</cite>Merci $user.nom<</girl>>
<<user 0>><cite>Hésitate</cite>Tu vas le fixé encore lomptend?<</user>>
<<girl 0 "gabbie">>Je... Je... c'est enorme $user.nom.<</girl>>
<<user 0>><cite>Blague</cite>Je sais, c'est un don de la nature!<</user>>
<<girl 0 "gabbie">>...<</girl>>
<<girl 0 "gabbie">><cite>Sourit</cite>Il vas falloir être patient $user.nom.<</girl>>
<<girl 0 "gabbie">>Je vais devoir le preparer, je peux pas le rentrer comme ça, c'est trop gros.<</girl>>
<<user 3>>Je reste la, prend ton temps.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/8/gabbie1.mp4">>
<<talk 0>>Elle commence à sucer le sextoy avec une passion que tu ne lui connaisser pas.<</talk>>
<<talk 0>>Tout en suçant, elle te fixe dans les yeux, et à chaque va-et-vient de sa tête, tu sens ton désir augmenter.<</talk>>
<<talk 4>>Ton sexe se tend se heurtant doucement contre les barrières de ton calecon, amplifiant encore ton désir.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/8/gabbie2.mp4">>
<<girl 0 "gabbie">>Ahhhhh.<</girl>>
<<girl 0 "gabbie">>Ummmm.<</girl>>
<<user 0>><cite>Whisper</cite>Tu devrais utiliser les deux sextoy en même temps Gabbie.<</user>>
<<talk 0>>Perdu dans son désir, elle te regarde puis regarde le petit object rose à coter d'elle.<</talk>>
<<talk 5>>Elle le prend puis commence à jouer avec pour ton plus grand plaisir.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/8/gabbie3.mp4">>
<<girl 0 "gabbie">><cite>Umm</cite>Ahhhhh. ahhhh.<</girl>>
<<girl 6 "gabbie">><cite>Rire</cite>Ah. ahhhhhhh.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/8/gabbie04.mp4">>
<<girl 0 "gabbie">><cite>Umm</cite> Ne me dit pas que ce n'etait pas génial $user.nom.<</girl>>
<<user 0>><cite>Mens</cite>Je sais pas...<</user>>
<<user 0>>Tu as pris du plaisir c'est sur, mais je parle au nom des clients, il manque quelque choses...<</user>>
<<girl 0 "gabbie">><cite>Surprit</cite> Ah oui tu pense que ça pourrais être encore mieux.<</girl>>
<<user 0>>Je suis sûr que oui.<</user>>
<<girl 0 "gabbie">><cite>Think</cite> Je sais $user.nom, ça vas être génialllll.<</girl>>
<<talk 7>>Sur ces mots, elle se jette sur le lit, dans une posture si ouverte qu’elle pourrait être interprétée comme une invitation.<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/8/gabbie05.mp4">>
<<girl 0 "gabbie">><cite>Sourit</cite> J'ai besoin d'un nouveaux sextoy $user.nom.<</girl>>
<<user 0>>Quoi!! ahh non la tu abuse.<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite> J'ai besoin d'un sextoys spécial, d'un sextoy qui puisse rendrer dans mon cul.<</girl>>
<<user 0>><cite>Deglutis</cite>Hé heee...<</user>>
<<girl 0 "gabbie">><cite>Hesitate</cite> Fait moi confiance $user.nom.<</girl>>
<<user 0>><cite>Umm</cite>D'accord, d'accord, je t'accorde que ça devient interessant... pour les clients.<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite> Oui oui $user.nom, pour les clients, ....<</girl>>
<<user "hall">><cite>Sourit</cite>Ont ce voie pour le prochain show alors.<</user>>
@@
<<set $girls.gabbie.quete = 6>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("dildo3_gabbie") >>
<<dialog>>
<<=_quetes.gabbie[6]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<girl 0 "gabbie">><cite>Ummm</cite>Umm ummm.<</girl>>
<<girl 0 "gabbie">>Ahhh ahhhhh.<</girl>>
<<user 0>><cite>Thought</cite>Hé bien elle s'amuse bien avec c'est jouet.<</user>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "gabbie">><cite>Surprise</cite> Ahh .... umm deux minutes ....<</girl>>
<<user 0>>...<</user>>
<<girl 1 "gabbie">>C'est bon entrer.<</girl>>
<</if>>
<<case 1>>
@@#media;
<<video "loveassets/gabbie/9/gabbie01.mp4">>
<<user 0>><cite>Ahem</cite> Ca vas Gabbie?<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite>Heu... oui $user.nom tous vas bien.<</girl>>
<<user 0>><cite>Sourit</cite>Je tes rapporter un nouveau sextoy, j'espere que tu est prete pour un nouveau show.<</user>>
<<girl 0 "gabbie">>Génial, montre le moi $user.nom.<</girl>>
<<talk 0>>Tu lui tends un petit objet rose, qu’elle saisit avec la determination d’un affamé trouvant enfin de quoi manger.<</talk>>
<<girl 2 "gabbie">><cite>Sourit</cite>Oh, $user.nom, merci, installe toi, ça vas être génial.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/gabbie/9/gabbie02.mp4">>
<<girl 0 "gabbie">>C'est la premiere foix que j'utilise ce genre de sextoy, je suis un peux anxieuse.<</girl>>
<<user 0>>Heu... ne t'inquiette pas ça vas rentrer tout seul.<</user>>
<<girl 3 "gabbie">><cite>Sourit</cite>Tu pense? y à qu'une seule façon de le savoir.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/gabbie/9/gabbie03.mp4">>
<<girl 0 "gabbie">><cite>Humm, Hummm</cite><</girl>>
<<girl 0 "gabbie">><cite>Humm</cite>Ohh putain c'est rentrer tous seul, tu à vus $user.nom!<</girl>>
<<user 0>><cite>Um</cite>Comme quoi ce petit cul à de l'avenir...<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>$user.nom!<</girl>>
<<user 0>><cite>Um</cite>Par contre je suis pas sûr que tu vas reussir a le sortir aussi facillement.<</user>>
<<girl 4 "gabbie">><cite>Choquer</cite>Quoi!<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/9/gabbie04.mp4">>
<<talk 0>>Avec une peux d'apprehention elle commence à tirer le dildo pour le sortir de sa tainieres.<</talk>>
<<girl 0 "gabbie">><cite>Tire doucement</cite>Ummm<</girl>>
<<girl 0 "gabbie">><cite>Ummm</cite>C'est sortis...<</girl>>
<<girl 0 "gabbie">><cite>Sourit</cite>Tu m'a fait peur idiot, mais c'est facille...<</girl>>
<<user 0>><cite>Sourit</cite><</user>>
<<talk 0>>Pendant qu'elle s'amuse à tester c'est limites en fesant un vas et viens dans son petit trous, elle echange des regards entre toi et le vibromasseurs posé a coter d'elle. <</talk>>
<<talk 5>>Tu le sais un nouveau show vas commencer.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/9/gabbie1.mp4">>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhh<</girl>>
<<girl 6 "gabbie">><cite>Um</cite> <cite>Rire</cite>Ahhh<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/9/gabbie2.mp4">>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
<<talk 0>>Soudain, elle lève les yeux au ciel. Cet orgasme, simple et pur, a fait jaillir en elle un arc électrique qui a traversé tout son corps, atteignant même son esprit. Elle a perdu le sens de la réalité pendant quelques secondes de pur bonheur.<</talk>>
<<girl 0 "gabbie">>Ahhhhhhh. Je ne l'ai pas Giclée aussi fortement que la dernière fois, mais mon cerveau est cuit..<</girl>>
/*I didn't spray it that tight as the last time, but my brain cooked.*/
<<girl 7 "gabbie">><cite>Pfff</cite><</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/9/gabbie05.mp4">>
<<user 0>><cite>Un peux deçus</cite>Gabbie...<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Oui $user.nom, un peux désevant pour les clients tu pense?<</girl>>
<<user 0>><cite>Sourit</cite>Oui cette foix si, c'etait moin "spéctaculaire".<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Oui, je me suis fait emporter par mon orgasme.<</girl>>
<<girl 0 "gabbie">><cite>Think</cite>Mais! tu as aimer me regarder?<</girl>>
<<user 0>><cite>Sourit</cite>Bien sur Gabbie, je préférerais participer plutot que de mater mais te voir nus est toujours un plaisir.<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>C'est pas la question $user.nom.<</girl>>
<<user 0>><cite>Um</cite>... Oui Gabbie, tu n'a pas besoin de me rembourser.<</user>>
<<girl 0 "gabbie">><cite>Sourit</cite>Génial, tu verras, cette séance vas rester graver dans ta mémoire.<</girl>>
<<user 0>><cite>Sacartique</cite>... Oui Oui Gabbie, l'espoire fait vivre...<</user>>
<<talk "hall">>Tu souris, comme pour prétendre qu'elle a tort, mais au fond de toi, tu le sais depuis le premier regard : cette femme finira dans tes rêves et hantera tes cauchemars.<</talk>>
@@
<<set $girls.gabbie.quete = 7>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<style>
.written {
font-family: 'Indie Flower', cursive;
font-size: 20px;
line-height: 30px;
padding: 20px;
background-color: #f5f5f5;
border-radius: 0.5em;
color: #4a4a4a;
position: relative;
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.6);
}
.written:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/macy/1/macy01.webm" 0>>
<<user 0>>Hello, I'm $user.nom, the manager of the hotel. Is there anything I can do for you?<</user>>
<<girl 0 "macy">><cite>Annoyed</cite>Yes, I want to work at this hotel....<</girl>>
<<user 0>>Alright, have a seat, I'll ask you a few questions.<</user>>
<<girl 1 "macy">><cite>Annoyed</cite>....<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/macy/1/macy02.webm" 0>>
<<user 0>>So, why did you decide to apply here?<</user>>
<<girl 0 "macy">><cite>Um</cite> I don't know, it wasn't my idea.<</girl>>
<<girl 0 "macy">><cite>Annoyed</cite> My mom forced me to come.<</girl>>
<<girl 0 "macy">> She thinks that… "it would be a good way to use up my overflowing energy."<</girl>>
<<user 0>>Your mom!!!, huh? Why? What did she say exactly?<</user>>
<<girl 0 "macy">>She called me a nympho and said that if I was going to spend so much time... <cite>Um umm</cite> "having fun."<</girl>>
<<girl 0 "macy">>Might as well get paid for it. So here I am.<</girl>>
<<girl 0 "macy">><cite>Looks at the wall</cite> Happy now, mom!!!<</girl>>
<<talk 2>>You notice a letter in her hands. She starts to hand it to you, but then hesitates before speaking again.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/macy/1/macy03.webm" 0>>
<<girl 0 "macy">>She wrote you a letter. I... I'm going to read it.<</girl>>
<<user 0>><cite>Frowns</cite>A letter for me? Give it to me, I'll read it.<</user>>
<<girl 0 "macy">>NO! I'm going to do it.<</girl>>
<<girl 0 "macy">><cite>Reads out loud</cite> I present to you my daughter, Macy. It is high time for her to take responsibility...<</girl>>
<<girl 0 "macy">><cite>Pauses</cite>, That is why I am asking you to hire her.<</girl>>
<<user 0>>Is that all? If you don't want to read the whole thing, give it to me, I'll do it.<</user>>
<<talk 0>>Macy stands there, her face closed off, as she slowly folds the letter. She seems lost in her thoughts.<</talk>>
<<user 3>><cite>Ahem</cite>Give me that letter, I want to read it.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/macy/1/macy04.webm" 0>>
<<girl 0 "macy">><cite>Surprise</cite> No no... it's fine, you can hire me, please. My mom will be happy.<</girl>>
<<user 0>><cite>Calmly</cite> So tell me, what did your mother say in that letter?<</user>>
<<girl 0 "macy">><cite>Blushes</cite> Nothing... nothing more...<</girl>>
<<user 0>><cite>Insistent</cite> Listen, I'm just trying to understand what you want and what you're capable of.<</user>>
<<user 4>>If you don't show me the letter, I at least need to know if you're here of your own free will.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/1/macy05.webm" 0>>
<<girl 0 "macy">><cite>Looks you in the eyes</cite> It's complicated... Let's just say I didn't really have a choice.<</girl>>
<<girl 0 "macy">>My mom thinks it's what's best for me.<</girl>>
<<user 0>>I see. But you're the one who's going to work here, not your mother. So, tell me, do you really want this?<</user>>
<<girl 0 "macy">><cite>Um</cite> I honestly don't care. I just want to be left alone.<</girl>>
<<girl 0 "macy">>If working here keeps me from getting lectured and gives me some cash, then fine.<</girl>>
<<girl 0 "macy">>But don't expect me to do it with passion or anything.<</girl>>
<<user 0>>This job requires more than just... showing up. It takes commitment, a willingness to do things well.<</user>>
<<user 0>>If you're here reluctantly, it's going to show, and it might not end well for you.<</user>>
<<girl 0 "macy">>That depends on what you're expecting from me. If you want someone passionate, forget it.<</girl>>
<<girl 0 "macy">>But if you're looking for someone who knows how to do what's necessary to keep clients happy, I'm good at that.<</girl>>
<<user 0>>You know, you don't have to take this job.<</user>>
<<user 0>>I don't want anyone here who doesn't want to be. But if you decide to stay, you'll need to give it your all.<</user>>
<<user 5>>No matter why you're here, the clients will sense it if you're not fully involved.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/1/macy06.webm" 0>>
<<girl 0 "macy">><cite>Surprised</cite> And if I don't make the cut, you'll fire me or worse, call my mom, right?<</girl>>
<<user 0>><cite>Umm</cite> Exactly. It's up to you to decide what you want.<</user>>
<<girl 0 "macy">><cite>Calm</cite> Alright. I'll give it a try. But don’t expect miracles.<</girl>>
<<user 0>>I’m not expecting miracles, just a genuine effort.<</user>>
<<girl 0 "macy">><cite>Umm</cite> I guess I have nothing to lose.<</girl>>
<<user 0>>Alright, alright... before agreeing to hire you, I'd like you to show me your body a bit.<</user>>
<<girl 6 "macy">><cite>Umm</cite> Okay.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/1/macy07.webm" 0>>
<<girl 0 "macy">> Is this good?<</girl>>
<<user 0>><cite>Thought</cite> This woman seems to have problems, but one thing is certain, she is not shy.<</user>>
<<girl 0 "macy">><cite>Smiles</cite> Do you want to touch?<</girl>>
<<user 7>><cite>Surprised</cite>...<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/macy/1/macy08.webm" 0>>
<<user 0>><cite>Um</cite> Magnificent, you are magnificent.<</user>>
<<girl 0 "macy">><cite>Smiles</cite> I know, I know... do you want to see my ass?<</girl>>
<<user 0>><cite>Um</cite> If you don't mind.<</user>>
<<girl 8 "macy">><cite>Looks you in the eyes</cite> No problem.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/macy/1/macy09.webm" 0>>
<<girl 0 "macy">><cite>Laughs</cite> Hey yop...<</girl>>
<<user 0>><cite>Speechless</cite><</user>>
<<user 0>> Can you spread a bit, please?<</user>>
<<girl 9 "macy">><cite>Surprised</cite> Yes, of course...<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/macy/1/macy010.webm" 0>>
<<girl 0 "macy">>...<</girl>>
<<user 0>>...<</user>>
<<girl 10 "macy">>You can touch!<</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/1/macy011.webm" 0>>
<<girl 0 "macy">>...<</girl>>
<<talk 0>>This little wonderful ass makes you want to dive right in...<</talk>>
<<talk 0>>No matter how hard you try to hold back, you feel like your zipper is going to burst soon.<</talk>>
<<user 11>>Alright, alright, you can sit back down now.<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/1/macy012.webm" 0>>
<<girl 0 "macy">>So, I have the job<</girl>>
<<user 0>>Yes, but be careful, you'll need to change your behavior. I want smiles and enthusiasm, you're here to charm the clients.<</user>>
<<girl 0 "macy">>Great! Mom will be happy.<</girl>>
<<user 0>>I’ll assign you a room, but I repeat, if it doesn’t work out, <cite>Uh.</cite> I’ll call your mother!<</user>>
<<girl 0 "macy">>No, no, it's fine. I’ll be careful. I can go now, "Boss".<</girl>>
<<user 0>>Yes, we’ll see each other soon. You can go.<</user>>
<<talk 12>>She eventually leaves, and you realize she forgot her letter. You can now satisfy your curiosity.<</talk>>
@@
<<case 12>>
<div class="written">
Hello, dear Sir,
<br>
I would like to introduce you to my daughter, Macy. It is high time for her to take on her responsibilities. I raised her alone and did my best to provide her with a decent life. But she is an adult now, and her behavior can no longer continue like this. She spends her time doing whatever she wants and with whomever she pleases, without ever considering the consequences. Macy has needs and desires that she refuses to acknowledge.
<br>
I do not want her to hide who she is, but it is crucial that she becomes honest with herself and does something meaningful with her life. That is why I am asking you to hire her.
<br>
Do it for her, but also for me. I no longer want my daughter to be a burden, and I am convinced that in your hotel, she will finally be able to thrive and become the person she is meant to be.
<br>
Call me if anything happens: 555 555 01 02.
Sincerely,
<br>
Macy’s Mother
</div>
<br><br>
<<button "Continue" "hall">><</button>>
<<set $girls.macy.quete = 1>>
<<enroll "macy">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<if ndef $macycount>>
<<set $macycount to 0>>
<</if>>
<<set _client = "loveassets/img/man.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<switch $macycount>>
<<case 0>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Shout</cite> I am busy... come back later.<</girl>>
<<case 1>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Pfff</cite> Are you knocking again? Seriously, go away!<</girl>>
<<case 2>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock Knock</cite><</user>>
<<girl "hall" "macy">><cite>Um</cite> Congratulations, you know how to knock. Now, go away!<</girl>>
<<case 3 >>
<<set $macycount++>>
<<user 0>><cite>Knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Arff</cite> What’s your problem? I’m busy, get lost!<</girl>>
<<case 4>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Pfff</cite> Do you want a trophy for knocking? Go away now.<</girl>>
<<case 5>>
<<unset $macycount>>
<<talk 0>>You hear a conversation through the door, maybe she has finally decided to respond.<</talk>>
<<say 0 _client>> This is unacceptable, I’m going to speak to the manager.<</say>>
<<girl 0 "macy">> Do whatever you want with your life, but you won’t touch me.<</girl>>
<<say 0 _client>> I’m not paying!!! I just saw you naked.<</say>>
<<girl 0 "macy">> Dude, that’s the best body you’ve ever seen in your life, of course, you’re going to pay.<</girl>>
<<say 0 _client>> I want to see the manager, we’ll see if I pay, you filthy bitch.<</say>>
<<talk 1>>The door opens, and you’re face to face with a man who is red with anger. You knew this girl attracts trouble.<</talk>>
<</switch>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/man_cover.jpg]]
<<say 0 _client>><cite>Angry</cite> Who are you?!<</say>>
<<user 0>> Hello, Sir, I’m $user.nom, the hotel manager.<</user>>
<<say 0 _client>> <cite>Angry</cite> Well, I’m not impressed. This dump doesn’t deserve the name LoveHotel.<</say>>
<<user 0>> I’ll take care of this, Sir. Please calm down and follow me to my office, we’ll sort this out.<</user>>
<<talk 2>>You cast a dark look at Macy, who meets your gaze with a smile on her lips.<</talk>>
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/man_cover.jpg]]
<<user 0>> Here, we’ll be more comfortable. I’m listening, what is the problem?<</user>>
<<say 0 _client>> <cite>Angry</cite> The problem... what kind of service is this? I waited 30 minutes, and this... refuses to work!<</say>>
<<user 0>><cite>Calm</cite> Sir, I’m sorry. I understand that this is frustrating, and I will resolve the situation. I’ll speak with her, and you can return to see her.<</user>>
<<say 0 _client>> <cite>Frowning</cite> You’d better sort this out quickly, or I’ll make sure everyone knows how you treat your clients here.<</say>>
<<user 0>><cite>Calm</cite> I assure you I take this very seriously. I’ll speak with her right away. Please allow me to offer you compensation for this inconvenience. <cite>Gives $500</cite><</user>>
<<say 0 _client>> <cite>Threatening</cite> You’d better sort this out. I’m not the type to overlook such disrespect. I’ll be back... and I expect her to be either fired or very nice.<</say>>
<<user 0>> Everything will be under control, Sir. Again, I apologize for the incident. Please be patient with her, she is new.<</user>>
<<say 0 _client>> <cite>Angry</cite> Well... once again, I’m not impressed.<</say>>
<<user 3>><cite>Calm</cite> Very well, Sir. If you’ll excuse me, I’ll go address the issue immediately. Thank you for your patience.<</user>>
@@
<<delmoney 500>>
<<case 3>>
@@#media;
<<video "loveassets/macy/2/macy01.webm">>
<<talk 0>> You enter her room without knocking.<</talk>>
<<user 0>> Macy, we need to talk.<</user>>
<<girl 0 "macy">><cite>Indifferent</cite> Talk if you want, I’m listening.<</girl>>
<<user 0>><cite>Clenching fists</cite> This is not the first time you haven’t responded, and now I’m receiving complaints.<</user>>
<<user 0>> You couldn’t care less about this job, could you?<</user>>
<<girl 0 "macy">><cite>Pfff</cite> Yes, I don’t care about this job. I said that from the beginning, didn’t I?<</girl>>
<<girl 0 "macy">> I’m here only to avoid my mother’s lectures.<</girl>>
<<user 0>><cite>Frowning</cite> Listen, Macy, I understand that you didn’t choose to be here, but you accepted the job.<</user>>
<<user 0>> If you don’t want to be here, leave this place! Why are you insisting on staying if you don’t plan to do anything?<</user>>
<<girl 0 "macy">><cite>Pfff</cite> I don’t do anything... I choose.<</girl>>
<<user 0>> You can’t choose, this isn’t a nightclub. All clients must be able to "enter".<</user>>
<<user 4>> Seriously, you’re never going to make money like this.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/2/macy02.webm">>
<<girl 0 "macy">><cite>Rolling her eyes</cite> But if it’s so easy, I just need to stay here naked on my bed and I get paid.<</girl>>
<<girl 0 "macy">> It’s much better than listening to my mother harass me every day!<</girl>>
<<girl 0 "macy">> I won’t do anything more... if that’s a problem for you, fire me.<</girl>>
<<user 0>><cite>Anger rising</cite> Do you really think you can continue like this, taking the money without giving anything in return?<</user>>
<<user 5>> That’s not how it works here, Macy. If you want to stay, you need to "work." This hotel needs passionate girls.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/2/macy03.webm">>
<<girl 0 "macy">><cite>Ummm</cite> Why keep me if I’m so useless?<</girl>>
<<user 0>><cite>Frustrated</cite> You have potential, Macy, but you prefer to sabotage everything to prove what?<</user>>
<<user 0>> That you can be rebellious? That you can defy everyone? That won’t get you anywhere.<</user>>
<<girl 0 "macy">> You don’t know anything about me. I don’t care about your potential, your clients, or any of that.<</girl>>
<<girl 0 "macy">> If I’m going to work here, it will be on my terms, end of story.<</girl>>
<<user 0>> Well, your way won’t work here. If you continue like this, you’ll be out of here by the end of the week.<</user>>
<<user 0>> I’m giving you one last chance!!!<</user>>
<<user 6>> Show me that you can do this job properly, or find another place to spend your time.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/2/macy04.webm">>
<<girl 0 "macy">><cite>Laughs</cite> Last chance, huh? We’ll see who has the last word.<</girl>>
<<girl 0 "macy">> Don’t expect me to change just to please you.<</girl>>
<<girl 0 "macy">> If I have to work, I’ll do it my way.<</girl>>
<<user 0>> Very well. But remember, I’m the one who decides here.<</user>>
<<user 0>> If you want to stay, you’ll have to follow the rules.<</user>>
<<user 7>> I’ve warned you, Macy.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/macy/2/macy05.webm">>
<<talk 0>> They stare at each other for a moment, the tension palpable. Finally, Macy looks away.<</talk>>
<<girl 0 "macy">> Fine... you can leave.<</girl>>
<<talk "hall">> You eventually leave the room, frustrated but determined not to give in to her whims.<</talk>>
@@
<<set $girls.macy.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _syd = "loveassets/macy/sydney.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite>...<</user>>
<<user 1>><cite>Thought</cite> Hmm, no response. The discussion we had was pointless.<</user>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/phone.jpg]]
<<talk 0>> You go to your office, deeply frustrated. You hesitate for a moment, then take your phone and dial Macy’s mother’s number.<</talk>>
<<talk 0>> The phone rings several times before a warm voice answers.<</talk>>
<<saygirl 0 _syd>> Yes, who’s calling?<</saygirl>>
<<user 0>> Hello, madame. This is $user.nom, the manager of the Love Hotel where Macy works. I wanted to discuss her behavior with you.<</user>>
<<user 0>> She doesn’t seem willing to work or even talk to me. I really don’t know what to do.<</user>>
<<saygirl 0 _syd>><cite>Sighs</cite> Ah, that bitch… Always doing whatever she wants, I’m sorry.<</saygirl>>
<<saygirl 0 _syd>> You know what? I’m coming over. We’ll sort this out right away.<</saygirl>>
<<user 0>><cite>Surprised</cite> Ah! Thank you, that would be really helpful. She’s locked in her room at the moment.<</user>>
<<saygirl 0 _syd>> You can tell her to get ready for a thrashing, I’m on my way.<</saygirl>>
<<user 2>> Alright, thank you. See you soon then.<</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite><</user>>
<<talk 0>><cite>No response</cite><</talk>>
<<user 0>><cite>Um</cite> I just called your mother, she’s coming to speak with you. You’d better respond if you don’t want to make things worse.<</user>>
<<girl 0 "macy">><cite>Nervous</cite> W-what? You... you called my mother?<</girl>>
<<girl 3 "macy">> No... come in, please.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/macy/3/macy01.webm">>
<<girl 0 "macy">><cite>Nervous</cite> Did you really call my mother?<</girl>>
<<user 0>> Yes, and she’s coming. She wants to speak with you in person.<</user>>
<<girl 0 "macy">> Wait, wait! That’s not necessary... I mean, we can sort this out without her, right?<</girl>>
<<user 0>> I tried to talk to you, but you haven’t been very cooperative.<</user>>
<<girl 0 "macy">><cite>Nervously smiling</cite> No, no, I was just... stressed, you see.<</girl>>
<<girl 0 "macy">> But I’m ready to do whatever you ask now. Really!<</girl>>
<<girl 0 "macy">> There’s no need to bother my mother with this.<</girl>>
<<user 4>><cite>Frowning</cite> It’s funny, before I called your mother, you didn’t seem so motivated.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/3/macy02.webm">>
<<girl 0 "macy">> It’s just that... sorry for causing you problems.<</girl>>
<<girl 0 "macy">> I’m ready to work, you’ll see! I’ll do my best. Really, I promise.<</girl>>
<<user 0>><cite>Pff</cite> We’ll see. Your mother will be here soon, and we’ll discuss everything together.<</user>>
<<user 0>> If you really want to avoid me adding more to this, you’d better show me that you’re serious.<</user>>
<<girl 0 "macy">><cite>Big smile</cite> Yes, of course, you’re right. I’ll do my best, I promise.<</girl>>
<<girl 0 "macy">> You’ll see, I’m ready to work now.<</girl>>
<<user 0>><cite>Nodding</cite> Alright, I’ll try not to be too harsh with you in front of her.<</user>>
<<talk 0>> You stare at her for a moment longer, seeing how the mention of her mother has dramatically changed her attitude. You smile slightly, now knowing her leverage.<</talk>>
<<saygirl 0 _syd>> Is someone there... Macy, my little WHORE... where are you hiding...<</saygirl>>
<<girl 5 "macy">><cite>Startled</cite> HERE, Mom, I’m here.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/3/macy03.webm">>
<<girl 0 "macy">><cite>Eyes wide</cite> Mom?! What are you doing here?<</girl>>
<<talk 0>> Without responding to her daughter, she walks in with a firm step, clearly annoyed. She sits on the bed, looks at you, and speaks bluntly.<</talk>>
<<saygirl 0 _syd>> Are you $user.nom?<</saygirl>>
<<user 0>><cite>Nods to indicate yes</cite> Hello, Madam.<</user>>
<<saygirl 0 _syd>> Thank you for calling me, $user.nom. I’m Sydney, Macy’s mother.<</saygirl>>
<<saygirl 0 _syd>> I’m really sorry for my daughter’s behavior, this kid always needs reminders about the rules.<</saygirl>>
<<saygirl 0 _syd>><cite>Stares at Macy</cite> She thinks she can do whatever she wants!!!<</saygirl>>
<<girl 0 "macy">><cite>Hesitant</cite> But... But... why did you come?<</girl>>
<<saygirl 6 _syd>> You know very well why I’m here, Macy.<</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/3/macy04.webm">>
<<saygirl 0 _syd>><cite>Turns to you</cite> What exactly do you expect from her?<</saygirl>>
<<user 0>><cite>Um</cite> I just want her to take care of the clients.<</user>>
<<user 0>><cite>Um</cite> To meet their expectations for what they paid, nothing more.<</user>>
<<saygirl 0 _syd>><cite>Glares severely at her daughter</cite> Very well. Watch closely, Macy, because I’m going to show you how to make these clients happy.<</saygirl>>
<<girl 0 "macy">> Mom, no, I…<</girl>>
<<saygirl 7 _syd>> Be quiet! You think everything should be handed to you on a silver platter, but you’re going to learn to work!<</saygirl>>
<<case 7>>
@@#media;
<<video "loveassets/macy/3/macy05.webm">>
<<talk 0>>This woman, is remarkably efficient, without saying another word, she starts to open your pantanlon takes out your cock and starts to masturbate.<</talk>>
<<girl 0 "macy">> Mom… Why are you doing this? <</girl>>
<<saygirl 0 _syd>><cite>Rolls eyes</cite> Macy, do you think you can stay here and pretend? <</saygirl>>
<<saygirl 0 _syd>> Clients pay for a service, and if you want to get paid, you have to give them what they expect.<</saygirl>>
<<saygirl 0 _syd>> You think you can defy everyone, but today you're going to learn that you don’t mess around with work.<</saygirl>>
<<saygirl 0 _syd>><cite>Turns to you</cite> I apologize for what you’ve had to endure. She will get her act together, I guarantee it.<</saygirl>>
<<user 0>><cite>Between pleasure and confusion</cite> I just want her to take this job seriously. She has potential, but she needs to step up.<</user>>
<<saygirl 0 _syd>>She'll get into it...<</saygirl>>
<<saygirl 0 _syd>>Isn't that Macy! Suck $user.nom. Show him you understand.<</saygirl>>
<<girl 0 "macy">><cite>Pouts</cite> Mom…<</girl>>
<<saygirl 0 _syd>><cite>Looks at her daughter defiantly</cite><</saygirl>>
<<girl 8 "macy">><cite>Cheeks red with shame</cite> Alright… alright, I’ll do it.<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/macy/3/macy06.webm">>
<<saygirl 0 _syd>><cite>Speaking to her daughter</cite> Suck It, little idiot, and if it doesn't please $user.nom, you go home, but not to be at ease. Believe me, you'd rather stay here.<</saygirl>>
<<girl 0 "macy">><cite>Gulp - Gulp</cite><</girl>>
<<talk 0>>Your gaze drifts, watching Macy and then her mother in confusion but satisfied to see Macy giving it her all... for your greatest pleasure.<</talk>>
<<saygirl 0 _syd>><cite>Observing her daughter</cite> Keep it up, and maybe you’ll manage to keep this job.<</saygirl>>
<<talk 0>>Macy sucks to you with a determination you didn't know she had, she is visibly getting more and more excited by the situation. Her mother continues to watch her, then speaks.<</talk>>
<<saygirl 9 _syd>> It's not convincing enough, Macy. As usual, I have to fix your mess. Move aside, I'll help you. <</saygirl>>
<<case 9>>
@@#media;
<<video "loveassets/macy/3/macy1.webm" 1>>
<<saygirl 0 _syd>> I hope you will forgive my daughter, $user.nom. <</saygirl>>
<<user 0>>Oh my God<</user>>
<<girl "0" "macy">><cite>Lick - Lick</cite><</girl>>
<<saygirl 10 _syd>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/3/macy07.webm">>
<<user 0>>Oh fuck, I'm gonna come.<</user>>
<<saygirl 0 _syd>><cite>Stop</cite> Stop, stop it Macy.<</saygirl>>
<<girl 0 "macy">><cite>Glurk - Glurk</cite><</girl>>
<<girl 0 "macy">><cite>Slurp</cite>...<</girl>>
<<saygirl 0 _syd>> I think $user.nom deserves more than that, for all the nonsense you’ve done, Macy take off your panties.<</saygirl>>
<<girl 0 "macy">><cite>Surprise</cite> But Mom... but<</girl>>
<<saygirl 0 _syd>> Don’t argue, this will teach you to stop acting like a bitch at work, $user.nom has been very patient with you, I expect unwavering devotion from you towards him and his clients.<</saygirl>>
<<saygirl 0 _syd>><cite>Annoyed</cite> Am I clear?<</saygirl>>
<<girl 11 "macy">><cite>Red with shame</cite> Yes... Yes Mom<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/3/macy2.webm" 1>>
<<girl 0 "macy">><cite>Um</cite>ah ah aaah<</girl>>
<<user 0>><cite>deep breath</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Umm aaah<</girl>>
<<girl 0 "macy">><cite>Deep breath</cite>Aaaaaaaah Ummm<</girl>>
<<saygirl 12 _syd>><cite>Whispering</cite> Give me your spot Macy.<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/macy/3/macy3.webm" 1>>
<<girl 0 "macy">><cite>Lick</cite>Ummmm<</girl>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh ahh umm.<</saygirl>>
<<user 13>><cite>Deep breath</cite><</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/macy/3/macy4.webm" 1>>
<<girl 0 "macy">><cite>UM</cite>Ahh ahhh umm ah<</girl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 14 "macy">><cite>UM</cite>Ahh ahhh umm ah<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/macy/3/macy5.webm" 1>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh<</saygirl>>
<<saygirl 0 _syd>><cite>Slap</cite>Ummm.<</saygirl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 0 "macy">><cite>Laughs</cite><</girl>>
<<saygirl 15 _syd>><cite>Laughs</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/macy/3/macy6.webm" 1>>
<<user 0>><cite>Deep breath</cite><</user>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh<</saygirl>>
<<user 0>>Oohh Ohhhhh Ohhhh<</user>>
<<saygirl 16 _syd>><cite>Um</cite>Ummm Ahhhh<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/macy/3/macy7.webm" 1>>
<<girl 0 "macy">><cite>Um</cite>Ohhh yeah yeah Ohhhh<</girl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Ohhh Ohhhh Ummmm<</girl>>
<<girl 17 "macy">><cite>Um</cite>Ahhh Aaahh Ummmm<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/macy/3/macy8.webm" 1>>
<<user 0>><cite>Um</cite>Ohhhh Ohhhh Ohhhhh<</user>>
<<girl 0 "macy">><cite>Um</cite> Can I have some?<</girl>>
<<saygirl 0 _syd>><cite>Um</cite> Of course, come here my baby.<</saygirl>>
<<girl 0 "macy">><cite>Kiss</cite><</girl>>
<<saygirl 18 _syd>><cite>Kiss</cite><</saygirl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/macy/3/macy08.webm">>
<<user 0>> Oh fuck.<</user>>
<<girl 0 "macy">> I keep my job after this, you’re satisfied $user.nom.<</girl>>
<<saygirl 0 _syd>><cite>Pfff</cite> Be quiet Macy.<</saygirl>>
<<girl 0 "macy">><cite>Laughs</cite><</girl>>
<<saygirl 0 _syd>> Behave yourself from now on, I’ll come check that you’re doing your job properly. Don’t disappoint me!<</saygirl>>
<<girl 0 "macy">><cite>Sarcastic</cite> Yes Mom...<</girl>>
<<saygirl 0 _syd>> I’ll leave you, take care of my daughter $user.nom, if there’s anything call me, I’ll come give her another lesson.<</saygirl>>
<<talk 0>> This confrontation, though surreal, doesn’t seem to have changed Macy, maybe it’s just an impression. How will she behave when her mother is gone.<</talk>>
<<talk "hall">> In any case, you know now, you have a lever to control Macy’s behavior and... a rather effective lever.<</talk>>
@@
<<set $girls.macy.quete = 3>>
<<skill "macy" "0">>
<<skill "macy" "5">>
<</switch>>
<</nobr>>ya une video ou elle et en servante voir si tu peux en faire quelque chose, sinon avec une amies, ou juste elle ou tu lui donne des ordres, menancer par le faire d'apelle ça mere.
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
<<dialog>>
<<if !$question.includes(2)>>
<<link "Talk about her" "talk_gabbie1">><<set $page=2>><</link>>
<</if>>
<<if !$question.includes(7) >>
<<link "Talk about the hotel" "talk_gabbie1">><<set $page=7>><</link>>
<</if>>
<<if !$question.includes(5) >>
<<link "Talk about sex" "talk_gabbie1">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "Talk about money" "talk_gabbie1">><<set $page=6>><</link>>
<</if>>
<<if $question.includesAll(2,5,6,7) >>
<<link "End of the conversation" "talk_gabbie1">><<set $page=8>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<set $question.pushUnique(2)>>
<<nobr>>
<style>
.written {
font-family: 'Indie Flower', cursive;
font-size: 20px;
line-height: 30px;
padding: 20px;
background-color: #f5f5f5;
border-radius: 0.5em;
color: #4a4a4a;
position: relative;
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.6);
}
.written:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
</style>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/macy/1/macy01.webm" 0>>
<<user 0>>Bonjour, je suis $user.nom le gérant de l'hotel, je peux faire quelque chose pour toi ?<</user>>
<<girl 0 "macy">><cite>Agacée</cite>Oui, je voudrais travailler dans cette hotel....<</girl>>
<<user 0>>D'accord, installe toi, je vais te posé quelques questions.<</user>>
<<girl 1 "macy">><cite>Agacée</cite>....<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/macy/1/macy02.webm" 0>>
<<user 0>>Alors, pourquoi as-tu décidé de postuler ici ?<</user>>
<<girl 0 "macy">><cite>Agacée</cite> Je sais pas, ce n’était pas mon idée.<</girl>>
<<girl 0 "macy">><cite>Agacée</cite> C’est ma mère qui m’a forcée à venir.<</girl>>
<<girl 0 "macy">><cite>Agacée</cite> Elle pense que… "ce serait une bonne façon d’utiliser mon énergie débordante." <</girl>>
<<user 0>>Ta mère!!!, hein ? Pourquoi? qu’est-ce qu’elle a dit exactement ?<</user>>
<<girl 0 "macy">>Elle m’a traitée de nympho et m’a dit que si je passais autant de temps à... <cite>Um umm</cite> "m’amuser".<</girl>>
<<girl 0 "macy">>Autant que je sois payée pour ça. Donc voilà, je suis ici.<</girl>>
<<girl 0 "macy">><cite>Regarde le mur</cite> Alors contente, maman !!!<</girl>>
<<talk 2>>Tu voie dans ces mains une lettre, elle commence à te la tendre, puis ce ravise avant de reprendre la parole.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/macy/1/macy03.webm" 0>>
<<girl 0 "macy">>Elle vous à ecrit une lettre. Je... je vais la lire.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite>Une lettre pour moi ? Donne la moi je vais la lire moi même.<</user>>
<<girl 0 "macy">>Non! je vais la lire.<</girl>>
<<girl 0 "macy">><cite>Lis à haute voix</cite> Je vous présente ma fille, Macy. Il est grand temps pour elle de prendre ses responsabilités. Blablabla, C’est pourquoi je vous demande de l’embaucher.<</girl>>
<<talk 0>>Tu observe attentivement, cherchant à comprendre la situation. tu remarque son expression passant de la gêne à un mélange de frustration.<</talk>>
<<user 0>>C'est tout? si tu ne veut pas la lire completement, donne la moi, je vais la lire moi même.<</user>>
<<talk 0>>Macy reste la, le visage fermé, elle replie lentement la lettre. Elle semble perdue dans ses pensées.<</talk>>
<<user 3>><cite>Ahem</cite>Donne moi cette lettre, je veut la lire.<</user>>
<<case 3>>
@@#media;
<<video "loveassets/macy/1/macy04.webm" 0>>
<<girl 0 "macy">><cite>Surprise</cite> Non non... c'est bon, tu peux m'embaucher s'il te plais. ma maman seras comptente.<</girl>>
<<user 0>><cite>Calmement</cite> Alors dit moi, qu’est-ce que ta mère t’a dit dans cette lettre ?<</user>>
<<girl 0 "macy">><cite>Rougie</cite> Rien... rien de plus...<</girl>>
<<user 0>><cite>Insistant</cite> Écoute, j'esseye juste de comprendre ce que tu veux et ce que tu peux faire.<</user>>
<<user 4>>Si tu ne me montres pas cette lettre, je dois au moins savoir si tu es ici de ton plein gré.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/1/macy05.webm" 0>>
<<girl 0 "macy">><cite>Te fixe dans les yeux</cite> C’est compliqué... Disons juste que je n’ai pas vraiment eu le choix.<</girl>>
<<girl 0 "macy">>Ma mère pense que c’est ce qu’il y a de mieux pour moi.<</girl>>
<<user 0>>Je vois. Mais c’est toi qui vas travailler ici, pas ta mère. Alors, dis-moi, est-ce que tu le veux vraiment ?<</user>>
<<girl 0 "macy">><cite>Heuu</cite> Je m’en fiche, honnêtement. Je veux juste qu’on me foute la paix.<</girl>>
<<girl 0 "macy">> Si bosser ici me permet d’éviter les sermons et d’avoir un peu d’argent, pourquoi pas ?<</girl>>
<<girl 0 "macy">>Mais ne t’attends pas à ce que je fasse ça avec passion ou quoi.<</girl>>
<<user 0>>Ce travail demande plus que juste… de la présence. Il faut un certain investissement, une volonté de bien faire.<</user>>
<<user 0>>Si tu es ici à contrecœur, ça risque de se voir et de ne pas bien se passer pour toi.<</user>>
<<girl 0 "macy">> Ça dépend de ce que tu attends de moi. Si tu veux quelqu’un de passionné, tu peux oublier. <</girl>>
<<girl 0 "macy">>Mais si tu cherches quelqu’un qui sait faire ce qu’il faut pour que les clients soient satisfaits, je suis douée pour ça.<</girl>>
<<user 0>> Tu sais, tu n’es pas obligée d’accepter ce boulot.<</user>>
<<user 0>> Je ne veux personne ici qui ne le veut pas. Mais si tu décides de rester, tu devras te donner à fond.<</user>>
<<user 5>> Peu importe pourquoi tu es ici, les clients le sentiront si tu n’es pas impliquée.<</user>>
<<case 5>>
@@#media;
<<video "loveassets/macy/1/macy06.webm" 0>>
<<girl 0 "macy">><cite>Surpris</cite> Et si je ne fais pas l’affaire, tu me renvoies ou pire tu apelle ma mère, c’est ça ?<</girl>>
<<user 0>><cite>Heuu</cite> Exactement. C’est à toi de voir ce que tu veux.<</user>>
<<girl 0 "macy">><cite>Calme</cite> D’accord. Je vais essayer. Mais ne t’attends pas à des miracles.<</girl>>
<<user 0>>Je n’attends pas de miracles, juste un effort honnête.<</user>>
<<girl 0 "macy">><cite>Umm</cite>Je suppose que je n’ai rien à perdre.<</girl>>
<<user 0>>D'accord , d'accord... avant d'accepter de t'embaucher, je voudrais que tu me montre ton corps un peux.<</user>>
<<girl 6 "macy">><cite>Umm</cite>Ok.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/1/macy07.webm" 0>>
<<girl 0 "macy">>Comme ça, c'est bon?<</girl>>
<<user 0>><cite>Thought</cite> Cette femme, sens les problémes, mais une chose est sur elle n'est pas farouche.<</user>>
<<girl 0 "macy">><cite>Souris</cite>Tu veut touché?<</girl>>
<<user 7>><cite>Surprit</cite>...<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/macy/1/macy08.webm" 0>>
<<user 0>><cite>Um</cite>Magnifique, tu est magnifique.<</user>>
<<girl 0 "macy">><cite>Souris</cite>Je sais, je sais... tu veut voir mon cul?<</girl>>
<<user 0>><cite>Um</cite> Si ça ne te derange pas.<</user>>
<<girl 8 "macy">><cite>Te regarde dans les yeux</cite>Aucun soucis<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/macy/1/macy09.webm" 0>>
<<girl 0 "macy">><cite>Rire</cite>Hé yop...<</girl>>
<<user 0>><cite>bouche bée</cite><</user>>
<<user 0>>Tu peux ecrater un peux, s'il te plais...<</user>>
<<girl 9 "macy">><cite>Surprise</cite>Oui bien sur...<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/macy/1/macy010.webm" 0>>
<<girl 0 "macy">>...<</girl>>
<<user 0>>...<</user>>
<<girl 10 "macy">>Tu peux touché !<</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/1/macy011.webm" 0>>
<<girl 0 "macy">>...<</girl>>
<<talk 0>>Ce petit cul merveilleux te donne envie de plonge la tête dedans...<</talk>>
<<talk 0>>Tu as beaux te retenir tu sens que ta braguette vas bientot exploser.<</talk>>
<<user 11>>D'accord, d'accord tu peux te rassoire maintenant.<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/1/macy012.webm" 0>>
<<girl 0 "macy">>Alors, j'ai le travail<</girl>>
<<user 0>>Oui, mais attention il vas faloir changer de comportement, je veut des sourires et de l'envie, tu est ici pour charmer les clients.<</user>>
<<girl 0 "macy">>Supert Maman vas être contente.<</girl>>
<<user 0>>Je vais t'assigner une chambre, mais je le répete si ça ne vas pas, <cite>Heu.</cite> j'apelle ta mere!.<</user>>
<<girl 0 "macy">>Non non c'est bon je vais faire attention, je peux y allais "Patron".<</girl>>
<<user 0>>Oui, on ce voie bientôt. tu peux y allais.<</user>>
<<talk 12>>Elle fini par partir, tu t'apercois qu'elle à oublie ça lettre, tu vas pouvoir nourir ta curositer.<</talk>>
@@
<<case 12>>
<div class="written">
Bonjour, cher Monsieur,
<br>
Je vous présente ma fille, Macy. Il est grand temps pour elle de prendre ses responsabilités. Je l’ai élevée seule, et j’ai fait de mon mieux pour lui offrir une vie décente. Mais elle est adulte maintenant, et son comportement ne peut plus continuer ainsi. Elle passe son temps à faire n’importe quoi et se faire n'importe qui, sans jamais se soucier des conséquences. Macy a des besoins et des désirs qu’elle refuse d’assumer.
<br>
Je ne veux pas qu’elle se cache de ce qu’elle est, mais il est crucial qu’elle devienne honnête avec elle-même et fasse quelque chose de concret de sa vie. C’est pourquoi je vous demande de l’embaucher.
<br>
Faites-le pour elle, mais aussi pour moi. Je ne veux plus que ma fille soit une charge, et je suis convaincue que dans votre hotel, elle pourra enfin s’épanouir et devenir la personne qu’elle est censée être.
<br>
Appeler moi si il ce passe quoi que ce soit : 555 555 01 02.
Cordialement,
<br>
La mère de Macy
</div>
<br><br>
<<button "Continue" "hall">><</button>>
<<set $girls.macy.quete = 1>>
<<enroll "macy">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<if ndef $macycount>>
<<set $macycount to 0>>
<</if>>
<<set _client = "loveassets/img/man.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<switch $macycount>>
<<case 0>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Crie</cite> Je suis occuper... revient plus tard.<</girl>>
<<case 1>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Pfff</cite> Tu frappes encore ? Sérieux, va-t’en !<</girl>>
<<case 2>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock Knock</cite><</user>>
<<girl "hall" "macy">><cite>Um</cite> Bravo, tu sais toquer. Maintenant, pars !<</girl>>
<<case 3 >>
<<set $macycount++>>
<<user 0>><cite>Knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Arff</cite> C’est quoi, ton problème ? Je suis occuper, Dégage !<</girl>>
<<case 4>>
<<set $macycount++>>
<<time>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl "hall" "macy">><cite>Pfff</cite> Tu veux un trophée pour avoir frappé ? Va-t’en maintenant.<</girl>>
<<case 5>>
<<unset $macycount>>
<<talk 0>>Tu entend une conversation à travers la porte, peux être quel à enfin désider de repondre, ou tu du moins tu l'espere de travailler.<</talk>>
<<say 0 _client>> C'est inadmissible, je vais en parler au gerant.<</say>>
<<girl 0 "macy">>Tu fait ceux que tu veut de ta vie, tu ne me toucheras pas.<</girl>>
<<say 0 _client>> Je ne payerais pas !!! je vous est juste vue nue.<</say>>
<<girl 0 "macy">> Mec, c'est le plus beau corps que tu à vus de ta vie, bien sur que tu vas payer.<</girl>>
<<say 0 _client>> Je veut voir le gerant, ont verras bien si je paye, sal garce.<</say>>
<<talk 1>>La porte s'ouvre, tu est face à face avec un homme rouge de colere, tu le savais cette fille attire les problèmes.<</talk>>
<</switch>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/man_cover.jpg]]
<<say 0 _client>> <cite>Enervé</cite>Vous êtes qui vous!<</say>>
<<user 0>>Bonjour Monsieur, je suis $user.nom le gerant de l'hotel.<</user>>
<<say 0 _client>> <cite>Enervé</cite>Est bien je ne vous félicite pas ce taudis ne mérite pas le nom de LoveHotel.<</say>>
<<user 0>>Je vais regler ça Monsieur, calmer vous, suivez moi dans mon bureau, nous allons arranger ça.<</user>>
<<talk 2>>Tu gete un regard noir a Macy, qui te fixe dans les yeux le sourire aux levres.<</talk>>
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/man_cover.jpg]]
<<user 0>>Voila nous serons au calme ici, je vous ecoutes quel est le problemes?<</user>>
<<say 0 _client>> <cite>Enervé</cite>Le problème... c'est quoi ce service ? J'ai attendu 30 minutes et cette .... refuse de travailler !<</say>>
<<user 0>><cite>Calme</cite> Monsieur, je suis désoler, je comprends que ça vous enerve et je vais régler la situation, je vais parler avec elle et vous pourez revenir la voir.<</user>>
<<say 0 _client>> <cite>Fronçant les sourcils</cite>Vous feriez bien de régler ça rapidement, sinon je vais devoir faire en sorte que tout le monde sache comment vous traitez vos clients ici.<</say>>
<<user 0>><cite>Calme</cite> Je vous assure que je prend cà très au sérieux. Je vais lui parler tout de suite. Permettez-moi de vous offrir une compensation pour ce désagement. <cite>Donne 200$</cite><</user>>
<<say 0 _client>> <cite>Menaçant</cite> Vous avez intérêt à régler ça. Je ne suis pas du genre à laisser passer ce genre de manque de respect. Je reviendrai... et je m’attends à ce qu'elle soit viré ou toute gentille.<</say>>
<<user 0>>Tout sera sous contrôle, Monsieur. Encore une fois, désolé pour l'incident, je vous prie d'être patienter avec elle. Elle est nouvelle.<</user>>
<<say 0 _client>> <cite>Enervé</cite>Est bien.. encore une foix je ne vous félicite pas.<</say>>
<<user 3>><cite>Calme</cite>Bien Monsieur, si vous permetter je vais allais regler le soucis tout de suite. Merci de votre patience.<</user>>
@@
<<delmoney 200>>
<<case 3>>
@@#media;
<<video "loveassets/macy/2/macy01.webm">>
<<talk 0>> Tu entre dans ça chambre sans frapper<</talk>>
<<user 0>>Macy, on doit parler.<</user>>
<<girl 0 "macy">><cite>Indifférente</cite> Parle si tu veux, je t’écoute.<</girl>>
<<user 0>><cite>Serre les poings</cite> Ça fait plusieurs foix que tu ne répond pas, et maintnenant je reçois des plaintes.<</user>>
<<user 0>>Tu te fiches complètement de ce travail, n’est-ce pas ?<</user>>
<<girl 0 "macy">><cite>Pfff</cite> Oui, je me fiche de ce boulot. Je l’ai dit dès le début, non ?<</girl>>
<<girl 0 "macy">>Je suis ici uniquement pour éviter les sermons de ma mère.<</girl>>
<<user 0>><cite>Fronce les sourcils</cite> Écoute, Macy, je comprends que tu n’aies pas choisi d’être ici, mais tu as accepté le travail.<</user>>
<<user 0>>Si tu ne veux pas être là, quitte cette endrois ! Pourquoi t’acharner à rester si tu ne comptes rien faire ?<</user>>
<<girl 0 "macy">><cite>Pfff</cite> Je ne fait pas, rien... je choisis.<</girl>>
<<user 0>>Tu ne peux pas choisir, c'est pas une boite de nuit ici, tout les clients doivent pouvoir "entrer".<</user>>
<<user 4>>Serieusement, tu ne vas jamais gagner d' argent comme ça.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/2/macy02.webm">>
<<girl 0 "macy">><cite>Leve les yeux au ciel</cite>Mais si c'est facile il me suffis de rester ici nue sur mon lit et je suis payée.<</girl>>
<<girl 0 "macy">>C'est beaucoup mieux que d’écouter ma mère me harceler tous les jours !<</girl>>
<<girl 0 "macy">>Je ne ferais rien de plus... si ça te pose un problème, vire-moi.<</girl>>
<<user 0>><cite>la colère montant</cite> Tu penses vraiment que tu peux continuer comme ça, à prendre l’argent sans rien donner en retour ?<</user>>
<<user 5>> Ça ne marche pas comme ça ici, Macy. Si tu veux rester, tu dois "bosser". Cette Hotel à besoin de filles passionnés.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/2/macy03.webm">>
<<girl 0 "macy">><cite>Ummm</cite> Pourquoi me garder si je suis aussi inutile ?<</girl>>
<<user 0>><cite>Frustré</cite> Tu as du potentiel, Macy, mais tu préfères tout saboter pour prouver quoi ? <</user>>
<<user 0>>Que tu peux être rebelle ? Que tu peux défier tout le monde ? Ça ne te mènera nulle part.<</user>>
<<girl 0 "macy">> Tu ne sais rien de moi. J’en ai rien à faire de ton potentiel, de tes clients, de tout ça.<</girl>>
<<girl 0 "macy">> Si je dois travailler ici, ce sera à ma manière, point final.<</girl>>
<<user 0>> Eh bien, ta manière ne fonctionneras pas ici. Si tu continues comme ça, tu seras partie d’ici avant la fin de la semaine.<</user>>
<<user 0>>Je te donne une dernière chance !!!<</user>>
<<user 6>>Montre-moi que tu peux faire ce job correctement, ou trouve un autre endroit où passer ton temps.<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/2/macy04.webm">>
<<girl 0 "macy">><cite>Rires</cite> Dernière chance, hein ? On va voir qui auras le dernier mot.<</girl>>
<<girl 0 "macy">>Ne t’attends pas à ce que je change juste pour te faire plaisir. <</girl>>
<<girl 0 "macy">>Si je dois travailler, je le ferai à ma façon.<</girl>>
<<user 0>>Très bien. Mais rappelle-toi, c’est moi qui décide ici. <</user>>
<<user 0>>Si tu veux rester, tu devras suivre les règles. <</user>>
<<user 7>>Je t’aurais prévenue, Macy.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/macy/2/macy05.webm">>
<<talk 0>>Ils se regardent un moment, la tension palpable. Finalement, Macy détourne le regard<</talk>>
<<girl 0 "macy">>Ces bon... tu peux partir.<</girl>>
<<talk "hall">>Tu fini par quitter la pièce, frustré mais déterminé à ne pas céder à ses caprices.<</talk>>
@@
<<set $girls.macy.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _syd = "loveassets/macy/sydney.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite>...<</user>>
<<user 1>><cite>Thought</cite>Hum, aucune réponse, la discution que nous avons eu n'a servis à rien.<</user>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/phone.jpg]]
<<talk 0>>Tu vas dans ton bureau, profondément frustré. tu hésite un instant, puis tu prend ton téléphone et compose le numéro de la mère de Macy.<</talk>>
<<talk 0>>La sonnerie retentit plusieurs fois avant qu'une voix chaleurese ne réponde.<</talk>>
<<saygirl 0 _syd>>Oui, qui est à l'appareil ?<</saygirl>>
<<user 0>>Bonjour, madame. C’est le gérant du love hôtel où Macy travaille. Je voulais discuter avec vous de son comportement. <</user>>
<<user 0>>Elle ne semble pas vouloir travailler et même me parler, je ne sais vraiment plus quoi faire.<</user>>
<<saygirl 0 _syd>><cite>Soupire</cite> Ah, cette garce… Toujours à n'en faire qu'a ça tête, je suis désolée.<</saygirl>>
<<saygirl 0 _syd>>Vous savez quoi ? Je vais venir sur place. On va régler ça tout de suite.<</saygirl>>
<<user 0>><cite>Surpis</cite> Haa ! merci, ce serait vraiment bien. Elle est enfermer dans sa chambre en ce moment.<</user>>
<<saygirl 0 _syd>>Vous pouvez lui dire de ce préparer à une raclé, j'arrive.<</saygirl>>
<<user 2>>D'accord merci, à tout de suite alors.<</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite><</user>>
<<talk 0>><cite>Pas de réponse</cite><</talk>>
<<user 0>><cite>Um</cite>Je viens d'appeler ta mère, elle vas venir te parler, tu ferais bien de répondre si tu ne veut pas agraver ton cas.<</user>>
<<girl 0 "macy">><cite>Nerveuse</cite>Qu-quoi ? Tu... t’as appelé ma mère ?<</girl>>
<<girl 3 "macy">>Non... entre s'il te plais.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/macy/3/macy01.webm">>
<<girl "0" "macy">><cite>Nerveuse</cite>Tu as vraiment appelé ma mère ?<</girl>>
<<user 0>> Oui et elle va venir, elle veut te parler en face.<</user>>
<<girl "0" "macy">>Attends, attends ! C’est pas nécessaire... Je veux dire, on peut régler ça sans elle, non ?<</girl>>
<<user 0>>J'ai esseyer de te parler, mais tu n’ais pas très coopérative.<</user>>
<<girl "0" "macy">><cite>souris nerveusement</cite> Non, non, j’étais juste... stressée, tu voix</girl>>
<<girl "0" "macy">>Mais je suis prête à faire tout ce que tu demandes maintenant. Vraiment ! <</girl>>
<<girl "0" "macy">>Pas besoin de déranger ma mère avec ça.<</girl>>
<<user 4>><cite>Fronce les sourcil</cite> C’est drôle, avant que j'appele ta mère, tu ne semblais pas si motivée.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/3/macy02.webm">>
<<girl "0" "macy">>C’est juste que... désoler de t'avoir causer des problèmes.<</girl>>
<<girl "0" "macy">>Je suis prête à travailler, tu verras ! Je ferai de mon mieux. Vraiment, je te promets.<</girl>>
<<user 0>><cite>Pff</cite> On va voir. Ta mère sera là bientôt, et on va discuter de tout ça ensemble.<</user>>
<<user 0>>Si tu veux vraiment éviter que je dise tout, tu as intérêt à me montrer que tu es sérieuse.<</user>>
<<girl "0" "macy">><cite>Grand sourire</cite> Oui, bien sûr, tu as raison. Je vais faire de mon mieux, promis. <</girl>>
<<girl "0" "macy">>Tu verras, je suis prête à travailler maintenant.<</girl>>
<<user 0>><cite>hochant la tête</cite> D’accord, je vais éviter d'être trop dur avec toi devant elle.<</user>>
<<talk 0>>Tu la fixe encore un instant, voyant à quel point la mention de sa mère a radicalement changé son attitude. tu sourit légèrement, connaissant maintenant son levier de contrôle.<</talk>>
<<saygirl 0 _syd>>Il y a quelqu'un... Macy ma petite PUTE... ou est ce que tu te cache...<</saygirl>>
<<girl 5 "macy">><cite>Sursaute</cite>ICI Maman ici.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/3/macy03.webm">>
<<girl "0" "macy">><cite>les yeux écarquillés</cite> Maman ?! Qu’est-ce que tu fais ici ?<</girl>>
<<talk 0>>Ne répondant pas à sa fille, elle marche d’un pas ferme, visiblement énervée. Elle s'assoit sur le lit, te regarde et te parle sans détour.<</talk>>
<<saygirl 0 _syd>>Vous êtes $user.nom ?<</saygirl>>
<<user 0>><cite>Hoche la tête pour dire oui</cite>Bonjour, Madame.<</user>>
<<saygirl 0 _syd>>Merci de m’avoir appelée $user.nom, je me présente je suis Sydney la mère de Macy.<</saygirl>>
<<saygirl 0 _syd>>Je suis vraiment désoler pour la comportement de ma fille, cette gamine a toujours eu besoin qu’on lui rappelle les règles.<</saygirl>>
<<saygirl 0 _syd>><cite>Fixe Macy</cite>Elle pense pouvoir faire ce qu’elle veut!!!<</saygirl>>
<<girl "0" "macy">><cite>Hésite</cite>Mais... Mais... pourquoi tu est venue?<</girl>>
<<saygirl 6 _syd>>Tu sais très bien pourquoi je suis ici, Macy. <</saygirl>>
<<case 6>>
@@#media;
<<video "loveassets/macy/3/macy04.webm">>
<<saygirl 0 _syd>><cite>Se tourne vers toi</cite>Qu' est-ce que vous attendez d'elle exactement?<</saygirl>>
<<user 0>><cite>Um</cite>Je veut juste qu'elle prene soin des clients.<</user>>
<<user 0>><cite>Um</cite>Quelle face ceux pourquoi il ont payer rien de plus.<</user>>
<<saygirl 0 _syd>><cite>Regarde sévèrement sur sa fille</cite> Très bien. Ecoute bien, Macy, parce que je vais te dire comment on rend heureux c'est clients.<</saygirl>>
<<girl "0" "macy">>Maman, non, je…<</girl>>
<<saygirl 7 _syd>>Tais-toi et obéis. Tu crois que tout te tombe tout cuit dans la bouche, mais tu vas apprendre à bosser!<</saygirl>>
<<case 7>>
@@#media;
<<video "loveassets/macy/3/macy05.webm">>
<<talk 0>>Cette femme, est d'une efficacité remarquable, sans dire un mot de plus, elle commence à ouvrir ton pantanlon sort ta bite et commence a te masrtuber.<</talk>>
<<girl "0" "macy">>Maman… Pourquoi tu fais ça ?<</girl>>
<<saygirl 0 _syd>><cite>Leve les yeux au ciel</cite> Macy, tu crois que tu peux rester ici et faire semblant ?<</saygirl>>
<<saygirl 0 _syd>>Les clients paient pour un service, et si tu veux être payer, tu dois leur donner ce qu’ils attendent.<</saygirl>>
<<saygirl 0 _syd>>Tu crois que tu peux défier tout le monde, mais tu vas apprendre aujourd’hui qu’on ne joue pas avec le travail. <</saygirl>>
<<saygirl 0 _syd>><cite>Se tourne vers toi</cite> Je suis désolée de ce que vous avez eu à endurer. Elle va se ressaisir, je vous le garantis.<</saygirl>>
<<user 0>><cite>Entre le plaisir et l'incomprehantion</cite> Je veux simplement qu’elle prenne ce travail au sérieux. Elle a du potentiel, mais elle doit s’y mettre.<</user>>
<<saygirl 0 _syd>>Elle vas s'y mettre...<</saygirl>>
<<saygirl 0 _syd>>N'est ce pas Macy! Suce, $user.nom. Montre-lui que tu as compris.<</saygirl>>
<<girl 0 "macy">><cite>Boude</cite> Maman…<</girl>>
<<saygirl 0 _syd>><cite>Regarde ça fille avec défi</cite><</saygirl>>
<<girl 8 "macy">><cite>Les joues rouges de honte</cite> D’accord… d'accord Je vais le faire.<</girl>>
<<case 8>>
@@#media;
<<video "loveassets/macy/3/macy06.webm">>
<<saygirl 0 _syd>><cite>Parlant à sa fille</cite> Suce bien petite idiote et si ça ne plais pas à $user.nom, tu rentres à la maison, mais pas pour être tranquille. Crois-moi, tu préfére rester ici.<</saygirl>>
<<girl "0" "macy">><cite>Gulp - Gulp</cite><</girl>>
<<talk 0>>Ton regard ce perd, tu regarde Macy puis ça mère dans l'imcomprehention mais satisfait de voir que Macy ce donne à fond... pour ton plus grand plaisir.<</talk>>
<<saygirl 0 _syd>><cite>Observant sa fille</cite> Continue comme ça, et peut-être que tu réussiras à garder ce job.<</saygirl>>
<<talk 0>>Macy te suce avec une détermination que tu ne lui connaisser pas, elle est visiblement de plus en plus exiter par la situation. Ca mère la fixe encore, puis prend la parole<</talk>>
<<saygirl 9 _syd>>Ce n'est pas asser convinquand, Macy, comme d'habitude je doit ratrapper tes conneries. Pousse toi je vais t'aider.<</saygirl>>
<<case 9>>
@@#media;
<<video "loveassets/macy/3/macy1.webm" 1>>
<<saygirl 0 _syd>>J'espere que vous pardonnerais ma fille $user.nom.<</saygirl>>
<<user 0>>Ho mon Dieu<</user>>
<<girl "0" "macy">><cite>Lick - Lick</cite><</girl>>
<<saygirl 10 _syd>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/3/macy07.webm">>
<<user 0>>Ho putain, je vais jouir.<</user>>
<<saygirl 0 _syd>><cite>Stop</cite> Stop, arette toi Macy.<</saygirl>>
<<girl "0" "macy">><cite>Glurk - Glurk</cite><</girl>>
<<girl "0" "macy">><cite>Slurp</cite>...<</girl>>
<<saygirl 0 _syd>> Je pense que $user.nom, mèrite plus que ça pour toute les conneries que tu as faite, Macy enleve ta culotte.<</saygirl>>
<<girl 0 "macy">><cite>Surprise</cite>Mais Maman... mais<</girl>>
<<saygirl 0 _syd>>Ne discute pas, ça t'aprendra a jouer les garces au travail, $user.nom à etait bien patient avec toi, j'attend de toi une dévotion sans faille envers lui et c'est client.<</saygirl>>
<<saygirl 0 _syd>><cite>Enervé</cite>Je suis clair?<</saygirl>>
<<girl 11 "macy">><cite>Rouge de honte</cite>Oui... Oui Maman<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/3/macy2.webm" 1>>
<<girl 0 "macy">><cite>Um</cite>ah ah aaah<</girl>>
<<user 0>><cite>deep breath</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Umm aaah<</girl>>
<<girl 0 "macy">><cite>Deep breath</cite>Aaaaaaaah Ummm<</girl>>
<<saygirl 12 _syd>><cite>Chuchotte</cite>Donne moi ta place Macy.<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/macy/3/macy3.webm" 1>>
<<girl 0 "macy">><cite>Lick</cite>Ummmm<</girl>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh ahh umm.<</saygirl>>
<<user 13>><cite>Deep breath</cite><</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/macy/3/macy4.webm" 1>>
<<girl 0 "macy">><cite>UM</cite>Ahh ahhh umm ah<</girl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 14 "macy">><cite>UM</cite>Ahh ahhh umm ah<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/macy/3/macy5.webm" 1>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh<</saygirl>>
<<saygirl 0 _syd>><cite>Slap</cite>Ummm.<</saygirl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 0 "macy">><cite>Rire</cite><</girl>>
<<saygirl 15 _syd>><cite>Rire</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/macy/3/macy6.webm" 1>>
<<user 0>><cite>Deep breath</cite><</user>>
<<saygirl 0 _syd>><cite>Um</cite>Ahhhh<</saygirl>>
<<user 0>>Oohh Ohhhhh Ohhhh<</user>>
<<saygirl 16 _syd>><cite>Um</cite>Ummm Ahhhh<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/macy/3/macy7.webm" 1>>
<<girl 0 "macy">><cite>Um</cite>Ohhh wai wai Ohhhh<</girl>>
<<user 0>><cite>Deep breath</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Ohhh Ohhhh Ummmm<</girl>>
<<girl 17 "macy">><cite>Um</cite>Ahhh Aaahh Ummmm<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/macy/3/macy8.webm" 1>>
<<user 0>><cite>Um</cite>Ohhhh Ohhhh Ohhhhh<</user>>
<<girl 0 "macy">><cite>Um</cite>Je peux en avoir un peux?<</girl>>
<<saygirl 0 _syd>><cite>Um</cite>Bien sur, viens mon bébé.<</saygirl>>
<<girl 0 "macy">><cite>Kiss</cite><</girl>>
<<saygirl 18 _syd>><cite>Kiss</cite><</saygirl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/macy/3/macy08.webm">>
<<user 0>>Ho putain.<</user>>
<<girl 0 "macy">>Je garde mon travail aprés ça, tu est combler $user.nom.<</girl>>
<<saygirl 0 _syd>><cite>Pfff</cite> Tais toi Macy.<</saygirl>>
<<girl 0 "macy">><cite>Hausse les epaules</cite> <cite>Rire</cite><</girl>>
<<saygirl 0 _syd>>Comporte toi bien a partir de maintenant, je viendrai vérifier que tu fais bien ton travail. Ne me déçois pas!<</saygirl>>
<<girl 0 "macy">><cite>Sacarstique</cite>Oui Maman...<</girl>>
<<saygirl 0 _syd>>Je vous l'aisse, prener soin de ma fille $user.nom, si il y a quoi que ce soit apeller moi, je viendrais lui donner une nouvelle leçon.<</saygirl>>
<<talk 0>>Cette confrontation, bien que suréaliste, ne semble ne pas avoir changer Macy peux être que ce n'est qu'une impression, comment vas t'elle ce comporter quand ça mère seras partie.<</talk>>
<<talk "hall">>Dans tout les cas, tu les sais maintenant, tu as un levier pour controler le comportement de Macy et... un lever plutot efficase.<</talk>>
@@
<<set $girls.macy.quete = 3>>
<<skill "macy" "0">>
<<skill "macy" "5">>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/macy/macy_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _syd = "loveassets/macy/sydney.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite>...<</user>>
<<user 0>>...<</user>>
<<talk 0>>Nobody, it didn’t take long for her old habits to resurface.<</talk>>
<<talk 1>>To be sure, you open the door and step into the room.<</talk>>
@@
<<case 1>>
@@#media;
<img @src="'loveassets/img/room' + $background + '.jpg'">
<<talk 0>>Nobody...<</talk>>
<<talk 0>>Frustrated by the situation, you grab your phone and dial her mother’s number.<</talk>>
<<saygirl 0 _syd>>Hello? Yes?<</saygirl>>
<<user 0>>Hi, this is $user.nom.<</user>>
<<saygirl 0 _syd>>Oh no... What has she done this time?<</saygirl>>
<<user 0>>Would you happen to know where she is by any chance?<</user>>
<<saygirl 0 _syd>><cite>Sigh</cite> Ah! No, sorry. Isn’t she at work?<</saygirl>>
<<user 0>><cite>Sigh</cite> No, unfortunately. She doesn’t take anything seriously, and I’ve had enough!<</user>>
<<saygirl 0 _syd>>I’ll call her right away and tell her to come apologize to you.<</saygirl>>
<<saygirl 0 _syd>>I promise this won’t happen again.<</saygirl>>
<<user 0>><cite>Um</cite> I’ve heard that somewhere before...<</user>>
<<user 0>><cite>Um</cite> Tell her I’m waiting for her, with her termination letter!<</user>>
<<saygirl 0 _syd>><cite>Surprised</cite> What? No! I’m coming, don’t make any rash decisions. Just give me time to get there.<</saygirl>>
<<user 0>><cite>Um</cite> I’ll be waiting for Macy in her room. She has one hour to show up.<</user>>
<<talk 0>>You hang up, furious, a rush of adrenaline giving you a headache...<</talk>>
<<talk 0>>You sit on the bed to think... A soft scent lingers on the pillows, Macy’s scent.<</talk>>
<<talk 0>>She doesn’t work much, but she sure smells amazing.<</talk>>
<<talk 2>>You rest your head on the pillow and fall asleep, carried away by the delicate fragrance.<</talk>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/nuit.jpg]]
<<talk 0>>Dealing with a spoiled brat is exhausting, but at least she’s good at sucking.<</talk>>
<<talk 0>>You drift into a sweet dream, one where Macy’s tongue explores your balls and licks your cock.<</talk>>
<<talk 3>>A sweet dream that feels so realistic you can almost feel the warmth of her tongue.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/macy/4/macy01.webm">>
<<talk 0>>You hear soft giggles gently pulling you out of your dream.<</talk>>
<<talk 0>>You slowly open your eyes, a pleasant sensation dissolving your dreams.<</talk>>
<<user 0>><cite>Surprised</cite> Macy???<</user>>
<<girl 0 "macy">><cite>Lick - Lick</cite><</girl>>
<<girl 0 "macy">>Shush, $user.nom, Mom told me to be nice to you!<</girl>>
<<girl 4 "macy">><cite>Suck - Suck</cite><</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/4/macy02.webm">>
<<talk 0>>You’re not sure what her mother told her... But...<</talk>>
<<talk 0>>One thing is certain: Macy is putting her heart and talent into it.<</talk>>
<<talk 0>>After getting you fully aroused, she climbs on top of you and, without warning, slides your desire inside her.<</talk>>
<<user 0>><cite>Um</cite>Oh my God...<</user>>
<<girl 5 "macy">><cite>Um - Um</cite><</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/4/macy1.webm" 1>>
<<talk 0>>Macy grips your thighs firmly and sets the pace, clearly enjoying dominating you.<</talk>>
<<girl 0 "macy">><cite>Um</cite> Ohhh Ohhh Ohhhh<</girl>>
<<girl 0 "macy">><cite>Um</cite> <cite>Breathing hard</cite>Ohhh Ohhh Oh my God fuck.<</girl>>
<<girl 6 "macy">><cite>Um</cite> <cite>Ummmm</cite><</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/4/macy03.webm">>
<<talk 0>>Suddenly, Macy's phone rings.<</talk>>
<<talk 0>>Distracted, Macy slows down her movements, looks at her phone, then locks eyes with you.<</talk>>
<<girl 0 "macy">><cite>Smiles</cite>I need to take this call.<</girl>>
<<user 0>><cite>Surprised</cite>What! Now?<</user>>
<<girl 0 "macy">><cite>Laughs</cite>Yes, yes, now. I'm going into the hallway to answer, but I'll be back...<</girl>>
<<user 0>><cite>Angry</cite>You're not serious!!!<</user>>
<<talk 0>>Macy no longer listens to you, her eyes fixed on her phone, hoping the call doesn't end.<</talk>>
<<talk 0>>She pulls away abruptly and disappears through the door.<</talk>>
<<talk 7>>You stay lying on the bed, stunned, your hand resting on your dick, still warm from Macy's heat.<</talk>>
@
<<case 7>>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>You've been lying there for a while...<</talk>>
<<talk 0>>Your desire has faded, just like the hope of seeing Macy put in the effort she should at the hotel.<</talk>>
<<talk 8>>You begin to feel the biting cold of the room, lying there, naked, waiting for her return.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/macy/4/macy04.webm">>
<<talk 0>>A woman bursts in through the door, takes a quick glance, then stares at you intently.<</talk>>
<<talk 0>>It takes you a few seconds to recognize her; it's Macy's mother. She arrived incredibly quickly!!!<</talk>>
<<talk 0>>As you ask yourself lots of questions, she enters without ceremony.<</talk>>
<<talk 0>>Suddenly aware of your nudity, you make a quick move to cover your private parts with your hand.<</talk>>
<<user 0>><cite>Ahem</cite>Excuse me.<</user>>
<<saygirl 0 _syd>><cite>Um</cite> It's okay $user.nom, you're at home. Did I arrive at a bad time?<</saygirl>>
<<saygirl 0 _syd>><cite>Um</cite> Where is Macy?<</saygirl>>
<<user 0>><cite>Glup</cite><</user>>
<<saygirl 0 _syd>><cite>Um</cite> I talked to her on the phone, she should be in the middle of apologizing!!<</saygirl>>
<<talk 0>>Suddenly, the connection is established. You, lying in Macy's room, with your dick out, visible shivers on your body.<</talk>>
<<saygirl 0 _syd>><cite>Angry</cite> Don't tell me she left you in the middle of....<</saygirl>>
<<user 0>><cite>Smiles</cite>Alright, I won’t say anything then...<</user>>
<<talk 0>>You look at her, a bit disoriented by the situation.<</talk>>
<<user 0>>We could say it had started off well!<</user>>
<<saygirl 0 _syd>><cite>Sad</cite>Bitch!<</saygirl>>
<<saygirl 9 _syd>><cite>Smiles</cite>I always have to do everything in this family!<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/macy/4/macy05.webm">>
<<talk 0>>Without another word or any validation from you, she slowly climbs onto the bed.<</talk>>
<<talk 0>>She looks at you for a moment, then firmly grips your manhood with her hands.<</talk>>
<<talk 0>>With a direct and determined motion, she lowers her head and buries it in her mouth.<</talk>>
<<user 0>><cite>Um</cite>Hooo fuck.<</user>>
<<saygirl 0 _syd>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 10 _syd>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/4/macy06.webm">>
<<talk 0>>With a slow and deliberate motion to increase your desire, she straddles you.<</talk>>
<<talk 0>>She gently caresses your member before delicately inserting it into her warm, wet desire.<</talk>>
<<user 0>><cite>Um</cite>Hoooooo.<</user>>
<<saygirl 11 _syd>><cite>Um</cite>Like that, boss, slowly...<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/4/macy2.webm" 1>>
<<talk 0>>She lifts her nightgown to reveal her breasts, letting you admire her body while she hips sway.<</talk>>
<<talk 0>>With each thrust of your sex into her, she emits soft moans.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Ahh Ahh Ahhh<</saygirl>>
<<user 0>><cite>Breathing hard</cite><</user>>
<<saygirl 12 _syd>><cite>Um</cite>Um um um<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/macy/4/macy07.webm">>
<<talk 0>>A door noise rings out, and a head emerges. Macy is left speechless, frozen by the shock, unable to react to the situation.<</talk>>
<<girl 0 "macy">><cite>Surprised</cite>...<</girl>>
<<talk 0>>Suddenly regaining her composure, Macy swallows hard, trying to find the strength to protest.<</talk>>
<<girl 0 "macy">><cite>Screams</cite>$user.nom.... Mom...<</girl>>
<<girl 0 "macy">><cite>Screams</cite>Mom, what are you doing?<</girl>>
<<talk 0>>Surprised by her daughter's screams behind her, she stops dead but doesn't pull back.<</talk>>
<<talk 0>>She calmly turns her head, as if all of this were perfectly normal.<</talk>>
<<saygirl 0 _syd>><cite>Uh</cite>... I'm doing your job, little bitch, as usual.<</saygirl>>
<<girl 0 "macy">><cite>Surprised</cite>You're doing my job... but it's my job!<</girl>>
<<girl 0 "macy">>I was outside, for five minutes, talking with a friend... I'm sorry.<</girl>>
<<girl 0 "macy">>But... Mom, you can't "do me" my work.<</girl>>
<<saygirl 0 _syd>><cite>Uh</cite>... Five minutes... Little liar. When I got here, your boss had a cold dick.<</saygirl>>
<<saygirl 13 _syd>>And your boss should never have a cold dick.<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/macy/4/macy08.webm">>
<<girl 0 "macy">><cite>UM</cite>Mom, please stop. You can't...<</girl>>
<<girl 0 "macy">><cite>UM</cite>Seriously $user.nom, you can say it, who... do you want... now?<</girl>>
<<saygirl 0 _syd>>Why choose, boss? We're both here, does that work for you?<</saygirl>>
<<girl 0 "macy">><cite>UM</cite>Are you serious? And him, is he okay with it?<</girl>>
<<talk 0>>You grin widely, your penis still in full ecstasy.<</talk>>
<<talk 0>>Every word exchanged between Macy and her mother causes rhythmic movements that tap against the intimate walls of her mother, silently confirming your consent and pleasure.<</talk>>
<<girl 0 "macy">><cite>Pointing at you with her hand</cite>No, no, he's too happy with this situation, right!<</girl>>
<<saygirl 0 _syd>>Of course, he's happy. He loves it when we take care of him.<</saygirl>>
<<talk 0>>Macy shakes her head, both shocked and fascinated.<</talk>>
<<girl 14 "macy">>I... I don't know what to say anymore.<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/macy/4/macy09.webm">>
<<user 0>>Do we have an agreement?<</user>>>
<<talk 0>>The two girls smile at you in approval.<</talk>>
<<talk 0>>To seal the deal, you slowly lower Macy's mother's nightgown, who looks at you with a big smile.<</talk>>
<<talk 0>>The movements resume, this time there will be no interruption.<</talk>>
<<talk 0>>Macy stares at you intensely, while she gently kisses her mother's shoulders.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Ummmm, oh yes, boss.<</saygirl>>
<<saygirl 15 _syd>><cite>Um</cite>Hoo, Macy, you're so lucky to work for $user.nom.<</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/macy/4/macy3.webm" 1>>
<<talk 0>>Macy's mother, a satisfied smile on her lips, slowly withdraws and lies down next to you, her head at the level of your crotch.<</talk>>
<<talk 0>>Macy, her eyes sparkling, approaches and their gazes meet.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Come on, Macy, show your boss some pleasure.<</saygirl>>
<<talk 0>>Their warm breath caresses your skin as they begin a sensual dance of tongues around your dick.<</talk>>
<<saygirl 0 _syd>><cite>Lick</cite><</saygirl>>
<<girl 0 "macy">><cite>Lick - Lick</cite><</girl>>
<<talk 0>>Their lips meet in a tender and passionate kiss, their tongues gently caressing each other as they continue to lick you fervently.<</talk>>
<<talk 0>>Their complicity is evident in every movement, in every stroke of their tongues.<</talk>>
<<talk 0>>You surrender to the whirlwind of sensations, your hands lost in their hair as they continue their passionate assault.<</talk>>
<<user 0>><cite>Um</cite>Aaaaah<</user>>>
<<saygirl 0 _syd>><cite>Rire</cite> <cite>Lick</cite><</saygirl>>
<<girl 16 "macy">><cite>Rire</cite> <cite>Lick - Lick</cite><</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/macy/4/macy4.webm" 1>>
<<talk 0>>Macy's mother, consumed by the desire to please you, fixes her daughter with an intense and almost authoritative gaze, silently inviting her to offer herself to you.<</talk>>
<<talk 0>>With a smile of anticipated pleasure, Macy lies down obediently on her back, generously offering her intimacy to your desires.<</talk>>
<<talk 0>>You slide gently into Macy, and her cry of pleasure resonates like an invitation to let yourself be carried away.<</talk>>
<<girl 0 "macy">><cite>Um</cite> <cite>Ahhhh Ahhhh Ahhhhh</cite><</girl>>
<<talk 0>>Hearing her daughter's cries of desire, her mother quickly takes position.<</talk>>
<<talk 0>>She straddles Macy, blocking her movements and cries, ensuring that her mouth remains silent and trapped by her pussy.<</talk>>
<<talk 0>>Encouraged by her cries, you begin to penetrate her harder, each movement making Macy's muffled moans grow louder.<</talk>>
<<talk 0>>Macy's mother moans with pleasure under her daughter's caresses, while Macy, with her eyes closed, lets herself be carried away by the situation, savoring both your thrusts and the taste of her mother.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> <cite>Ummmm</cite><</saygirl>>
<<girl 17 "macy">><cite>Um</cite> <cite>Ahhhh Ahhhh</cite><</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/macy/4/macy5.webm" 1>>
<<talk 0>>Macy's mother, her eyes fixed on your cock thrusting in and out of her daughter, trembles with excitement.<</talk>>
<<talk 0>>A burning desire overtakes her, pleading for penetration to satisfy her cravings.<</talk>>
<<talk 0>>She positions herself above Macy, their breasts pressing against each other. Her ass offered, a clear invitation.<</talk>>
<<talk 0>>You don't resist the call and slide into her, penetrating her with a mix of tenderness and passion.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> <cite>Ummmm</cite><</saygirl>>
<<girl 0 "macy">><cite>Um</cite> <cite>Do you like switching in between us</cite><</girl>>
<<user 0>><cite>UmUM</cite>Yes<</user>>
<<girl 0 "macy">><cite>Um</cite>So Hot...<</girl>>
<<talk 18>>The two women burst into laughter, a light laughter that echoes in the room, mingling with the growing moans of pleasure.<</talk>>
@@
<<case 18>>
@@#media;
<<video "loveassets/macy/4/macy6.webm" 1>>
<<talk 0>>To express your deep gratitude to Macy's mother, you position her on her back on the bed.<</talk>>
<<talk 0>>Her daughter, complicit in this moment, sits above her, offering her pussy to her mother's mouth.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> Um um um um um<</saygirl>>
<<talk 0>>As you thrust forcefully into her mother, Macy watches you with eyes full of desire.<</talk>>
<<talk 0>>This unique moment between you seems to ignite a flame within her, testifying to her emotional participation in this orgy.<</talk>>
<<user 0>><cite>Um</cite> <cite>Breathe Hard</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Ahhhhhhhhh<</girl>>
<<user 0>><cite>Um</cite> <cite>Breathe Hard</cite><</user>>
<<user 19>><cite>Um</cite> <cite>Breathe Hard</cite><</user>>
@@
<<case 19>>
@@#media .cum;
<<video "loveassets/macy/4/macy7.webm" 1>>
<<talk 0>>Feeling the impending explosion in your gaze, Macy runs her tongue over her lips with desire.<</talk>>
<<talk 0>>She slowly lowers herself, drawn to the imminent offering, ready to receive and savor every drop of pleasure that is coming.<</talk>>
<<girl 0 "macy">><cite>Sticks out the tongue</cite>Give it to me<</girl>>
<<user 0>><cite>Breathe Hard</cite>Ahhhhhhh<</user>>
<<user 0>><cite>Breathe Hard</cite>Ohh my God<</user>>
<<talk 20>>Macy, her mouth full of your semen, doesn't swallow. She looks you in the eyes and then slowly rises up.<</talk>>
@@
<<case 20>>
@@#media;
<<video "loveassets/macy/4/macy010.webm">>
<<talk 0>>She approaches her mother, who opens her mouth like a little bird waiting for its food.<</talk>>
<<talk 0>>Macy then lets a stream of warm semen trickle from her lips into her mother's mouth.<</talk>>
<<saygirl 0 _syd>><cite>Gulp</cite><</saygirl>>
<<talk 21>>Macy's mother swallows with delight, then the two women kiss with tenderness and shared satisfaction, celebrating this moment of intimacy.<</talk>>
@@
<<case 21>>
@@#media;
<<video "loveassets/macy/4/macy011.webm">>
<<talk 0>>Macy looks at her mother with love, bites her lips, her heart burning with the need to say something.<</talk>>
<<girl 0 "macy">><cite>Smiles</cite>Thank you.<</girl>>
<<saygirl 0 _syd>><cite>Stares into your eyes</cite>You see, $user.nom, she's a good bitch.<</saygirl>>
<<saygirl 0 _syd>><cite>Looks at her daughter</cite>You'll do everything I tell you now, $user.name, is that clear?<</saygirl>>
<<girl 0 "macy">><cite>Smiles</cite>Yes, Mom.<</girl>>
<<talk 0>>Macy stares into your eyes and gives you a huge smile, hard to decipher.<</talk>>
<<talk 0>>Will she finally take her job seriously, or is it the beginning of a war?<</talk>>
<<talk "hall">>Exhausted and drained, you tell yourself it's not the time to think about it. After all, you'll see...<</talk>>
@@
<<set $girls.macy.quete = 4>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
/*const zoneWidth = 100;*/
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/macy/duo/0/1.webm", "loveassets/macy/duo/0/2.webm"],
5:[false, "loveassets/macy/duo/5/1.webm", "loveassets/macy/duo/5/2.webm", "loveassets/macy/duo/5/3.webm", "loveassets/macy/duo/5/4.webm", "loveassets/macy/duo/5/5.webm"]
}>>
<<set _filteredKeys = $girls["macy"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/macy/solo/1.webm", "loveassets/macy/solo/2.webm", "loveassets/macy/solo/3.webm", "loveassets/macy/solo/4.webm","loveassets/macy/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["macy"].stress = Math.min($girls["macy"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["macy"].stress = Math.min($girls["macy"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "macy">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<set _pieces = {
6: {"nom": "Intimate Meeting", "prix": 5000, "img": "loveassets/img/room6.jpg", "more" : $pieces[6]},
7: {"nom": "Seduction Suite", "prix": 5000, "img": "loveassets/img/room7.jpg", "more" : $pieces[7]},
8: {"nom": "Love Nest", "prix": 5000, "img": "loveassets/img/room8.jpg", "more" : $pieces[8]},
9: {"nom": "Desire Room", "prix": 5000, "img": "loveassets/img/room9.jpg", "more" : $pieces[9]},
10: {"nom": "Playful Suite", "prix": 5000, "img": "loveassets/img/room10.jpg", "more" : $pieces[10]},
11: {"nom": "Affection Haven", "prix": 5000, "img": "loveassets/img/room11.jpg", "more" : $pieces[11]}
} >>
<</nobr>><<nobr>>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/whitney/1/whitney01.mp4">>
<<talk 0>>Tu est assis à ton bureau quand la porte s'ouvre doucement, une jeune femme entre, te fixant dans les yeux. Elle est vêtue de vêtements usés et sales, ses cheveux emmêlés tombant autour de son visage. <</talk>>
<<girl 0 "whitney">>Bonjour...<</girl>>
<<talk 0>>Elle avance, regarde partout dans la piece, visiblement ravie d'avoir trouver ceux quelle chercher.<</talk>>
<<user 0>><cite>Ahem</cite>Je peux t'aider?<</user>>
<<girl 0 "whitney">>Vous louer des chambres au femme ici ?, je voudrais une chambre.<</girl>>
<<user 0>><cite>Um</cite>Heu... ont ne loue pas des chambres pour dormir...<</user>>
<<user 0>><cite>Hésite</cite>Afin... elle dorme ici mais la journée elle travaille ici...<</user>>
<<talk 0>>Elle continue de déhanbulailler dans ton bureau, comme si elle avais une idée mais quelle n'arriver pas a l'exprimer.<</talk>>
<<girl 1 "whitney">>Je veut travailler ici! <cite>Regarde le plafond</cite> suis prête à tout pour un endroit ou dormir.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/whitney/1/whitney02.mp4">>
<<user 0>><cite>Sceptique</cite>Je comprend t'a motivation, mais... tu sais où tu mets les pieds ?<</user>>
<<user 0>>Ici, c'est un Love hôtel, ici tu doit prendre des clients et les satisferes. Tu crois que tu en ai capable?<</user>>
<<girl 0 "whitney">>Je... je ferai tout ce qu'il faut. Je veux vraiment ce travail.<</girl>>
<<girl 0 "whitney">>Je... n'ai rien d'autre et je suis prête à tout donner, tout ce que j'ai. Je promets de faire tous ce que tu attend de moi...<</girl>>
<<girl 0 "whitney">>Tu est d'accord pour que je reste un peux au moin? je te prouverais que je peux le faire!<</girl>>
<<user 0>><cite>Umm</cite>Je me demande...<</user>>
<<girl 0 "whitney">>Quoi ? dit moi!<</girl>>
<<user 0>><cite>Hésite</cite>T’as à des maladies?<</user>>
<<girl 0 "whitney">>Quoi!!! bien sur que non<</girl>>
<<user 0>>Est-ce que... tu es assez belle pour travailler ici?<</user>>
<<user 0>>Là, c’est difficile à dire avec... <cite>Montre du doight c'est cheveau gras et les taches sur c'est habilles</cite> ça.<</user>>
<<user 2>> Tu comprends ce que je veux dire ?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/whitney/1/whitney03.mp4">>
<<girl 0 "whitney">><cite>Désespérée</cite> Je comprends… Je ferai tout ce qu'il faut. Je t'en prie, donne-moi une chance. <</girl>>
<<girl 0 "whitney">><cite>tremblante d'émotion</cite> Je... je peux me laver, me rendre présentable ! s'il te plais.<</girl>>
<<girl 0 "whitney">>Je peux être belle… s'il te plais donne-moi une chance. Je n'ai nulle part où aller...<</girl>>
<<talk 0>>Tu la regarde un instant, tu hésite clairement, partagé entre le besoin de trouver quelqu’un de motivé et l’apparence actuelle de la jeune femme.<</talk>>
<<user 0>><cite>Soupire</cite> Écoute, je veux bien te croire. Mais… tu es vraiment dans un état…<</user>>
<<girl 0 "whitney">>S’il te plaîs… laisse-moi au moins essayer. Je peux me changer, je peux me laver.<</girl>>
<<girl 0 "whitney">>Je te montrerai que je peux le faire… Je n’ai nulle part où aller. Je ferai tout ce que te demanderas… tout.<</girl>>
<<talk 0>>Tu la regarde plus attentivement, touché par son désespoir. tu soupire, hésitant encore.<</talk>>
<<user 0>>D’accord… d'accord, je vais te donner une chance. <</user>>
<<user 0>>Je ne te promets rien, mais si j'aime ceux que je voie, alors on en reparlera. D’accord ?<</user>>
<<girl 0 "whitney">><cite>Elle hoche la tête vigoureusement</cite> Oui, oui ! Merci… Merci !<</girl>>
<<user 0>>Comment tu t'apelle?<</user>>
<<girl 0 "whitney">>Je m'apelle Whitney et toi ?<</girl>>
<<user 3>>Enchanter Whitney, je suis $user.nom. Viens, suis moi.<</user>>
<<case 3>>
@@#media;
<<video "loveassets/whitney/1/whitney04.mp4">>
<<user 0>>Ecoute je sais que c'est difficile mais je doit vraiment voir à quoi tu resemble nue.<</user>>
<<user 0>>Tu peux te désabiller s'il te plais, prends ton temps.<</user>>
<<girl 0 "whitney">><cite>Voix tremblante</cite> Je… je veux vraiment ce travail. Je ferai tout ce qu’il faut.<</girl>>
<<talk 0>>Il lui faut beaucoup de temps pour rassembler son courage, elle prend une grande respiration et commence à ça dévetir.<</talk>>
<<talk 0>>Elle ce tient la, debout devant toi nue et rougit par la timidité, son regard d'abord poser sur le sol, tu sens qu'elle lute contre elle même pour te prouver ça motivation. <</talk>>
<<talk 4>>Les mains tremblantes elle fini par te regarder dans les yeux et tu te rend compte que sous cette crasse ce cache un "diamant d'innocence".<</talk>>
<<case 4>>
@@#media;
<<video "loveassets/whitney/1/whitney05.mp4">>
<<user 0>><cite>UM</cite> J'aimerais verifier, que tu est préte a faire tout, pour ce job.<</user>>
<<girl 0 "whitney">><cite> Mains tremblantes</cite>Oui...<</girl>>
<<user 0>>Ne t'inquiette pas je vais y allais doucement, étape par étape.<</user>>
<<user 0>>Tu est préte?<</user>>
<<talk 0>>Elle prend une grande inspiration, visiblement en train de rassembler son courage.<</talk>>
<<girl 5 "whitney">>Je… je...<</girl>>
<<case 5>>
@@#media;
<<video "loveassets/whitney/2/whitney01.mp4">>
<<user 0>>Allonge toi sur le lit s'il te plais.<</user>>
<<girl 0 "whitney">><cite>Murmure</cite>Oui...<</girl>>
<<user 0>>Si je vais trop loin, ou que tu veut partir, il te suffis de me le dire.<</user>>
<<girl 0 "whitney">>Je suis préte à tout<</girl>>
<<talk 0>>Doucement, sur la réserve elle te tend c'est fesse, comme pour te donner la permission d'en profiter.<</talk>>
<<talk 0>>Ce cul tendu, te donne une envie iresistible d'y metre une claque, un bon moyen selon toi de voir si elle et vraiment prete a tout.<</talk>>
<<user 0>><cite>Slap</cite><</user>>
<<girl 6 "whitney">><cite>Surpise</cite>Ahhh Umm<</girl>>
<<case 6>>
@@#media;
<<video "loveassets/whitney/2/whitney02.mp4">>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<talk 0>>A chaque claque, tu t'apersoir quel ce libere un peux, ça timiditer et son envis de plaire augemente ton désire de seconde en seconde.<</talk>>
<<girl 7 "whitney">><cite>Um</cite>Umm umm<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/whitney/2/whitney03.mp4">>
<<talk 0>>Tu pousse un peux plus loing l'experience, et commence à la toucher gentilement, elle ne dit rien, juste elle prend du plaisir.<</talk>>
<<girl 8 "whitney">><cite>Um</cite>Umm umm<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/whitney/2/whitney04.mp4">>
<<talk 0>>Elle prend vraiment beaucoup de plaisir à ce petit jeux, ça fait surement longtend quelle n'a pas eu de relation.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ahhh Ahhhh Ohhhh<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ummm<</girl>>
<<talk 0>>Chaque crie de plaisir quelle fait, te donne envie d'elle, toi qui voulais tester c'est limite... tu commence a perdre les tiennes.<</talk>>
<<talk 0>>Cette femme timide en apparence, commence à être domininer par son plaisir et tu compte bien en profiter.<</talk>>
<<user 0>><cite>Chuchotte</cite>Tu veut en veut plus?<</user>>
<<girl 9 "whitney">><cite>Um</cite>Tout ce que tu veut.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/whitney/2/whitney1.mp4" 1>>
<<talk 0>>Tu te lever nue devant elle, il ne lui faut pas longtend pour comprendre ce quel doit faire, et avec la motivation d'une femme déséspere elle commence à te sucer.<</talk>>
<<girl 0 "whitney">><cite>Glup - Glup</cite><</girl>>
<<user 0>><cite>Um</cite>Ho Ouiii<</user>>
<<girl 0 "whitney">><cite>Glurk - Glurk</cite><</girl>>
<<girl 10 "whitney">><cite>Um</cite>Ahhhh<</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/whitney/2/whitney2.mp4" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ahh Ahhh<</girl>>
<<user 0>><cite>Um</cite>Ahhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>AAHHH Ahh Ahhh<</girl>>
<<girl 11 "whitney">><cite>Um</cite>Umm Ummm<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/whitney/2/whitney3.mp4" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ummm ummm<</girl>>
<<girl 12 "whitney">><cite>Um</cite>Ahhhh Ahh Ahhh<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/whitney/2/whitney4.mp4" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ahhh Ahhh Ahhhh<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ummm ummm<</girl>>
<<girl 13 "whitney">><cite>Respire fort</cite>Ohhh my god<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/whitney/2/whitney5.mp4" 1>>
<<girl 0 "whitney">><cite>Um</cite>Umm ummmm<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ohhh yes<</girl>>
<<user 0>>Ahh Ahhh<</user>>
<<girl 14 "whitney">><cite>Um</cite>Ahhh Ahhhh<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/whitney/2/whitney6.mp4" 1>>
<<user 0>><cite>Um</cite>Ahh Ahhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>Ahh Ahhh<</girl>>
<<user 0>><cite>Um</cite>Yes Ahhhh god girl<</user>>
<<girl 15 "whitney">><cite>Um</cite>Umm ummm<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/whitney/2/whitney05.mp4">>
<<user 0>><cite>Um</cite>Ahh Ahhh oui continue<</user>>
<<girl 0 "whitney">><cite>Lick - Lick</cite><</girl>>
<<user 0>><cite>Um</cite>Oh putain<</user>>
<<user 16>><cite>Um</cite>Tu est vraiment une bonne fille.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/whitney/2/whitney06.mp4">>
<<talk 0>>Allonger la respiration forte, Whitney te regarde le regard supliant, comme pour te demande une approbation.<</talk>>
<<talk 0>>Tu pose ta main sur son visage, pour la rassurer.<</talk>>
<<user 0>><cite>Chuchotte</cite>Tu est embaucher Whitney mais il y a une condition!<</user>>
<<talk 0>>Elle te fixe, elle attend la sentence.<</talk>>
<<user 0>>Tu donneras à nos client la même passion, et si j'ai besoin de toi tu répondra toujour présente.<</user>>
<<user 0>>Sa te vas?<</user>>
<<talk 0>>Epuiser et la respiration altente, elle n'arrive plus a parler mais son regard, et son hochement de tête montre son approbation.<</talk>>
<<user 0>>Trés bien, je vais te trouvais une chambre, travail dur et tu pouras rester longtend ici.<</user>>
<<girl 0 "whitney">><cite>Hoche la tête pour dire oui</cite><</girl>>
<<user 0>>Parfait prend le temps de recuperer si tu as besoin de quelque chose viens me voir.<</user>>
<<talk "hall">>Tu quitte la piece, Whitney reste allonger nue sur le lit visiblement apuisser et ravis d'avoir trouver un endroit pour dormir.<</talk>>
@@
<<set $girls.whitney.quete = 1>>
<<enroll "whitney">>
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
<<section>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<switch $page>>
<<case 0 >>
@@#media;
<<video "loveassets/whitney/1/whitney01.webm">>
<<talk 0>> You are sitting at your desk when the door slowly opens, a young woman enters, staring into your eyes. <</talk>>
<<talk 0>>She is dressed in worn and dirty clothes, her tangled hair falling around her face. <</talk>>
<<girl 0 "whitney">>Hello...<</girl>>
<<talk 0>> She steps forward, looking around the room, visibly delighted to have found what she was looking for.<</talk>>
<<user 0>><cite>Ahem</cite> Can I help you?<</user>>
<<girl 0 "whitney">> Do you rent rooms to women here? I would like a room.<</girl>>
<<user 0>><cite>Um</cite> Uh... we don’t rent rooms for sleeping...<</user>>
<<user 0>><cite>Hesitates</cite> I mean... they sleep here, but during the day they work here...<</user>>
<<talk 0>> She continues to wander around your office, as if she has an idea but can’t quite express it.<</talk>>
<<girl 1 "whitney">> I want to work here! <cite>Looks at the ceiling</cite> I’m ready to do anything for a place to sleep.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/whitney/1/whitney02.webm">>
<<user 0>><cite>Skeptical</cite> I understand your motivation, but... do you know what you’re getting into?<</user>>
<<user 0>> This is a love hotel, here you have to take clients and satisfy them. Do you think you can handle that?<</user>>
<<girl 0 "whitney">> I... I’ll do whatever it takes. I really want this job.<</girl>>
<<girl 0 "whitney">> I... have nothing else and I’m ready to give everything, all that I have. I promise to do whatever you expect of me...<</girl>>
<<girl 0 "whitney">> Will you let me stay, at least for a little while? I’ll prove to you that I can do it!<</girl>>
<<user 0>><cite>Umm</cite> I wonder...<</user>>
<<girl 0 "whitney">> What? Tell me!<</girl>>
<<user 0>><cite>Hesitates</cite> Do you have any diseases?<</user>>
<<girl 0 "whitney">> What!!! Of course not.<</girl>>
<<user 0>> Are you... pretty enough to work here?<</user>>
<<user 0>> It’s hard to tell right now with... <cite>Shows her greasy hair and the stains on her clothes</cite> that.<</user>>
<<user 2>> You know what I mean?<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/whitney/1/whitney03.webm">>
<<girl 0 "whitney">><cite>Desperate</cite> I understand... I'll do whatever it takes. Please, give me a chance.<</girl>>
<<girl 0 "whitney">><cite>trembling with emotion</cite> I... I can wash up, make myself presentable! Please.<</girl>>
<<girl 0 "whitney">> I can be beautiful... please give me a chance. I have nowhere else to go...<</girl>>
<<talk 0>> You look at her for a moment, clearly hesitating, torn between the need to find someone motivated and the current appearance of the young woman.<</talk>>
<<user 0>><cite>Sighs</cite> Listen, I want to believe you. But... you’re really in a state...<</user>>
<<girl 0 "whitney">> Please... let me at least try. I can change, I can wash up.<</girl>>
<<girl 0 "whitney">> I’ll show you that I can do it... I have nowhere else to go. I’ll do whatever you ask... anything.<</girl>>
<<talk 0>> You look at her more closely, touched by her desperation. You sigh, still hesitating.<</talk>>
<<user 0>> Alright... alright, I’ll give you a chance.<</user>>
<<user 0>> I’m not promising anything, but if I like what I see, then we’ll talk about it again. Alright?<</user>>
<<girl 0 "whitney">><cite>She nods vigorously</cite> Yes, yes! Thank you... Thank you!<</girl>>
<<user 0>> What’s your name?<</user>>
<<girl 0 "whitney">> My name is Whitney, and you?<</girl>>
<<user 3>> Nice to meet you, Whitney, I’m $user.nom. Come, follow me.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/whitney/1/whitney04.webm">>
<<user 0>> Listen, I know it’s difficult, but I really need to see what you look like naked.<</user>>
<<user 0>> Can you undress, please? Take your time.<</user>>
<<girl 0 "whitney">><cite>Trembling voice</cite> I... I really want this job. I’ll do whatever it takes.<</girl>>
<<talk 0>> It takes her a long time to gather her courage, she takes a deep breath and starts undressing.<</talk>>
<<talk 0>> She stands there, naked in front of you, blushing from shyness, her gaze initially fixed on the floor. You can sense that she’s fighting with herself to prove her motivation.<</talk>>
<<talk 4>> With trembling hands, she finally looks you in the eyes, and you realize that beneath the grime lies a "diamond of innocence." <</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/whitney/1/whitney05.webm">>
<<user 0>><cite>UM</cite> I’d like to check that you’re ready to do anything for this job.<</user>>
<<girl 0 "whitney">><cite>Trembling hands</cite> Yes...<</girl>>
<<user 0>> Don’t worry, I’ll go slowly, step by step.<</user>>
<<user 0>> Are you ready?<</user>>
<<talk 0>> She takes a deep breath, visibly trying to gather her courage.<</talk>>
<<girl 5 "whitney">> I... I...<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/whitney/1/whitney06.webm">>
<<user 0>> Please lie down on the bed.<</user>>
<<girl 0 "whitney">><cite>Whispers</cite> Yes...<</girl>>
<<user 0>> If I go too far, or if you want to leave, just let me know.<</user>>
<<girl 0 "whitney">> I’m ready to do anything.<</girl>>
<<talk 0>>Softly, on the reserve she offers you her buttock, as if to give you permission to enjoy it.<</talk>>
<<talk 0>>That little ass makes you want to slap it, a good way to see if she's really ready for anything.<</talk>>
<<user 0>><cite>Slap</cite><</user>>
<<girl 6 "whitney">><cite>Surprise</cite>Ahhh Umm<</girl>>
<<case 6>>
@@#media .heart;
<<video "loveassets/whitney/1/whitney07.webm">>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<talk 0>>With each slap, you realize that she's loosening up a little, her shyness and desire to please increasing your desire by the second.<</talk>>
<<girl 7 "whitney">><cite>Um</cite>Umm umm<</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/whitney/1/whitney08.webm">>
<<talk 0>>You push the experience a little further, and start touching her gently, she says nothing, just takes pleasure.<</talk>>
<<girl 8 "whitney">><cite>Um</cite>Umm umm<</girl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/whitney/1/whitney09.webm">>
<<talk 0>>She is really enjoying this little game a lot, It’s probably been a long time since she’s had a relationship.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ahhh Ahhhh Ohhhh<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ummm<</girl>>
<<talk 0>>Every cry of pleasure she makes makes you desire her more, you who wanted to test her limits... you’re starting to lose yours.<</talk>>
<<talk 0>> This seemingly shy woman is starting to be overwhelmed by her pleasure, and you intend to take advantage of it.<</talk>>
<<user 0>><cite>Whispers</cite> Do you want more?<</user>>
<<girl 9 "whitney">><cite>Um</cite> Whatever you want.<</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/whitney/1/whitney1.webm" 1>>
<<talk 0>>You stand up naked in front of her, it doesn't take her long to figure out what she has to do, with the motivation of a desperate woman she starts sucking you off.<</talk>>
<<girl 0 "whitney">><cite>Glup - Glup</cite><</girl>>
<<user 0>><cite>Um</cite>Ho Yess<</user>>
<<girl 0 "whitney">><cite>Glurk - Glurk</cite><</girl>>
<<girl 10 "whitney">><cite>Um</cite>Ahhhh<</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/whitney/1/whitney2.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ahh Ahhh<</girl>>
<<user 0>><cite>Um</cite>Ahhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>AAHHH Ahh Ahhh<</girl>>
<<girl 11 "whitney">><cite>Um</cite>Umm Ummm<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/whitney/1/whitney3.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ummm ummm<</girl>>
<<girl 12 "whitney">><cite>Um</cite>Ahhhh Ahh Ahhh<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/whitney/1/whitney4.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ahhh Ahhh Ahhhh<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ummm ummm<</girl>>
<<girl 13 "whitney">><cite>Breathe hard</cite>Ohhh my God<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/whitney/1/whitney5.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Umm ummmm<</girl>>
<<girl 0 "whitney">><cite>Um</cite>Ohhh yes<</girl>>
<<user 0>>Ahh Ahhh<</user>>
<<girl 14 "whitney">><cite>Um</cite>Ahhh Ahhhh<</girl>>
@@
<<case 14>>
@@#media .cum;
<<video "loveassets/whitney/1/whitney6.webm" 1>>
<<user 0>><cite>Um</cite>Ahh Ahhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>Ahh Ahhh<</girl>>
<<user 0>><cite>Um</cite>Yes Ahhhh good girl<</user>>
<<girl 15 "whitney">><cite>Um</cite>Umm ummm<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/whitney/1/whitney010.webm">>
<<user 0>><cite>Um</cite>Ahh Ahhh yes continue<</user>>
<<girl 0 "whitney">><cite>Lick - Lick</cite><</girl>>
<<user 0>><cite>Um</cite>Oh fuck<</user>>
<<user 16>><cite>Um</cite> You’re really a good girl.<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/whitney/1/whitney011.webm">>
<<talk 0>> Breathless, Whitney looks at you with a pleading gaze, as if seeking your approval.<</talk>>
<<talk 0>> You place your hand on her face to reassure her.<</talk>>
<<user 0>><cite>Whispers</cite> You’re hired, Whitney, but there’s one condition!<</user>>
<<talk 0>> She stares at you, waiting for the verdict.<</talk>>
<<user 0>> You will give our clients the same passion, and if I need you, you will always be there.<</user>>
<<user 0>> Does that sound good to you?<</user>>
<<talk 0>> Exhausted and breathing heavily, she can no longer speak, but her gaze and nodding show her approval.<</talk>>
<<user 0>> Very well, I will find you a room. Work hard, and you can stay here for a long time.<</user>>
<<girl 0 "whitney">><cite>Nods to say yes</cite><</girl>>
<<user 0>> Perfect, take your time to recover. If you need anything, come see me.<</user>>
<<talk "hall">> You leave the room, and Whitney remains lying naked on the bed, clearly relieved and happy to have found a place to sleep.<</talk>>
@@
<<set $girls.whitney.quete = 1>>
<<enroll "whitney">>
<<skill "whitney" "0">>
<<skill "whitney" "5">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
/*const zoneWidth = 100;*/
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/whitney/duo/0/1.webm", "loveassets/whitney/duo/0/2.webm", "loveassets/whitney/duo/0/3.webm", "loveassets/whitney/duo/0/4.webm"],
5:[false, "loveassets/whitney/duo/5/1.webm", "loveassets/whitney/duo/5/2.webm", "loveassets/whitney/duo/5/3.webm", "loveassets/whitney/duo/5/4.webm", "loveassets/whitney/duo/5/5.webm"]
}>>
<<set _filteredKeys = $girls["whitney"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/whitney/solo/1.webm", "loveassets/whitney/solo/2.webm", "loveassets/whitney/solo/3.webm", "loveassets/whitney/solo/4.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["whitney"].stress = Math.min($girls["whitney"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["whitney"].stress = Math.min($girls["whitney"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "whitney">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>><<nobr>>
<<backbutton>>
@@#media;
[img[loveassets/whitney/whitney_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nothing</li>
<li>She has nothing to say.</li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
<<removeclass "body" "myroom">>
<<background $background>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite><</user>>
<<user 0>>Whitney? Are you there?<</user>>
<<girl 1 "whitney">>Yes... yes, you can come in.<</girl>>
@@
<<case 1>>
<<removeclass "body" "myroom">>
<<background $background>>
@@#media;
[img[loveassets/whitney/whitney1.jpg]]
<<user 0>>Hi Whitney, is everything okay?<</user>>
<<girl "0" "whitney">><cite>Hesitant</cite> Yes, yes... everything is fine, it's just... I don't want to cause any problems, you know?<</girl>>
<<user 0>><cite>Frowns</cite>Problems? What problems? Why are you saying that?<</user>>
<<girl "0" "whitney">><cite>Voice trembling</cite>I'm afraid... of not being good enough.<</girl>>
<<girl "0" "whitney">>That you’ll decide I’m no longer useful here and... that you’ll let me go.<</girl>>
<<girl "0" "whitney">>I’ll do whatever it takes to stay. I can prove I’m valuable.<</girl>>
<<user 0>>Calm down, Whitney, no one has complained. I just came to check on you.<</user>>
<<user 0>><cite>Places a reassuring hand on her shoulder</cite> Whitney, listen to me. You don't have to be afraid.<</user>>
<<user 0>>No one is going to kick you out. You're doing a great job here.<</user>>
<<girl "0" "whitney">><cite>A bit reassured</cite>Thank you... $user.nom, that means a lot to me. Really.<</girl>>
<<user 0>>Are you feeling better? ... Perfect. I'll come by more often if you need support.<</user>>
<<girl "0" "whitney">>With pleasure, $user.nom, thank you, and... if you need me, for anything... I'm yours!<</girl>>
<<user 0>><cite>Swallows</cite> Uh... well... <cite>Smiles</cite> Anyway, if you need something, ask Gaby or come see me.<</user>>
<<girl 2 "whitney">><cite>Smiles</cite>Alright, I'll keep that in mind.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>The day continues, you've checked on all the girls, everything is going smoothly in the best of worlds.<</talk>>
<<talk 0>>It's getting late, and fatigue starts to take over. The time to sleep has come.<</talk>>
<<talk 0>>Lying down, your eyes heavy, you think back to Whitney's words: "I'm yours".<</talk>>
<<talk 0>>You wonder if she's getting a little too attached. Pleasure is nice, but you have a hotel to run.<</talk>>
<<talk 3>>Your eyes are heavy, your eyelids starting to close, when you hear footsteps in the hallway.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/whitney/2/01.webm">>
<<girl 0 "whitney">><cite>whispers</cite>$user.nom, are you awake...?<</girl>>
<<talk 0>>You don't see the person, but you recognize her voice, it's Whitney<</talk>>
<<user 0>>Yes, Whitney, I'm awake, come in.<</user>>
<<talk 0>>She enters timidly, closes the door behind her, and looks around, searching for a place to sit.<</talk>>
<<talk 0>>You fix your gaze on her and gently tap on your bed to indicate where she can sit.<</talk>>
<<talk 0>>A bit surprised, she claps her hands, showing clear excitement, then looks around the room again.<</talk>>
<<talk 4>>She approaches, shoulders slumped in a sign of submission, before eventually sitting next to you on the bed.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/whitney/2/02.webm">>
<<user 0>>Do you have a problem, Whitney?<</user>>
<<girl 0 "whitney">><cite>Voice trembling</cite>I... I'm sorry to bother you, but I don't know what to do anymore... I can't sleep.<</girl>>
<<user 0>>Ha! What's going on? Tell me!<</user>>
<<girl 0 "whitney">><cite>Takes a deep breath</cite>I thought... I thought everything would get better, that I could turn the page.<</girl>>
<<girl 0 "whitney">>... But every night, it's the same thing. These nightmares... they remind me of everything I've lost.<</girl>>
<<girl 0 "whitney">>The moments when I was happy, when I finally felt safe... as if it was ripped away from me over and over.<</girl>>
<<talk 0>>You watch her for a moment, and you realize there’s more than just painful memories behind her restless nights.<</talk>>
<<user 0>>You’re not alone anymore, you don’t have to carry all of this by yourself.<</user>>
<<girl 0 "whitney">><cite>Her gaze, teary</cite>I’m so scared of losing everything again.<</girl>>
<<girl 5 "whitney">>Every time I think I can be okay here, I remind myself that nothing is forever.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/whitney/2/03.webm">>
<<girl 0 "whitney">><cite>Whispers</cite>I’m scared, $user.nom… so scared of losing everything.<</girl>>
<<girl 0 "whitney">>I need you to be here… close to me, to take care of me.<</girl>>
<<girl 0 "whitney">>...I... I’ll work hard, I promise, but… don’t let me go.<</girl>>
<<user 0>><cite>Sighs</cite>Whitney… no one is going to force you to leave. You have your place here, you know that? Nothing is going to happen.<</user>>
<<girl 0 "whitney">><cite>Stares into your eyes</cite> <cite>Pleading</cite>I’m safe here. I want to stay close to you. Promise me you won’t let me go.<</girl>>
<<user 0>>I’ll do everything I can to keep you here.<</user>>
<<girl 6 "whitney">>Promise me you’ll make these nightmares go away.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/whitney/2/04.webm">>
<<user 0>><cite>Hesitant</cite>I promise I’ll do everything I can to help you.<</user>>
<<user 0>>I don’t know how, but I can tell you that you won’t face your nightmares alone.<</user>>
<<user 0>>Not tonight.<</user>>
<<talk 0>>You move slightly to make space for her on the bed.<</talk>>
<<user 0>>If you want, you can stay. Maybe it’ll help you forget, at least for a while.<</user>>
<<talk 0>>She nods, touched by your words, and lies down next to you.<</talk>>
<<talk 7>>You pull her into your arms, and she snuggles against you, seeking some comfort in that simple gesture.<</talk>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/img/gif/sleep.webm">>
<<talk 0>>All night, her slight movements disturbed your sleep, but you wouldn't have wanted to be anywhere else.<</talk>>
<<talk 8>>The softness of her scent, mixed with the warmth of her body pressed against yours, awakened a silent desire in you.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/whitney/2/05.webm">>
<<talk 0>>Upon waking, she moves closer, her body finding yours.<</talk>>
<<talk 0>>Her movements become a gentle dance, pressing her warmth against yours.<</talk>>
<<talk 0>>With each movement, you hold your breath, your desire growing.<</talk>>
<<talk 0>>Thinking she’s acting unconsciously, you pull back slightly, but her hips instinctively adjust.<</talk>>
<<talk 9>>It’s clear that her body is seeking to press against yours, as if every fiber of her being craves this closeness.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/whitney/2/06.webm">>
<<talk 0>>She doesn't move for a moment, as if savoring the warmth that settles between you.<</talk>>
<<talk 0>>Then, slowly, she resumes her movements, her body seeking yours with a more intense determination.<</talk>>
<<talk 0>>Slowly, her hand grabs the element of her desire, first to touch it, then to caress it.<</talk>>
<<talk 10>>Feeling your desire rise, she slightly pushes her panties, seeking an even more intimate closeness.<</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/whitney/2/07.webm">>
<<talk 0>>Every movement, every brush between you seems to touch the limits, you are nothing but heat and passion.<</talk>>
<<talk 11>>She rubs against you, seeking to merge with your body, a shiver of anticipation running through her skin.<</talk>>
@@
<<case 11>>
@@#media;
<<video "loveassets/whitney/2/08.webm">>
<<talk 0>>Gently, you grab her by the hips and press her against you.<</talk>>
<<talk 0>>Her hips adjust with delicate precision, bringing you even closer to her.<</talk>>
<<talk 0>>You slowly begin to move back and forth, each movement intensifying the palpable tension between you.<</talk>>
<<talk 12>>Her breath becomes shorter, like a caress that burns, a silent but irresistible desire.<</talk>>
@@
<<case 12>>
@@#media;
<<video "loveassets/whitney/2/09.webm">>
<<talk 0>>Time seems to stand still as you surrender to this moment, where each movement becomes a silent invitation.<</talk>>
<<talk 0>>The burning desire that overwhelms her becomes unbearable, her body drenched in desire desperately seeking to get closer to yours.<</talk>>
<<talk 13>>In a gesture full of need, she guides you toward her, her trembling hands, she is ready to give in to the intensity of the moment.<</talk>>
@@
<<case 13>>
@@#media;
<<video "loveassets/whitney/2/1.webm" 1>>
<<talk 0>>Guided by your desire, in a gentle gesture, you take her face in your hands, caressing her lips before tenderly covering them.<</talk>>
<<talk 0>>Slowly, you press against her, feeling each shiver pass through her, before overtaking her completely.<</talk>>
<<talk 0>>Your body merges with hers gently as you both surrender to your desires.<</talk>>
<<talk 0>>Finally, the passion that inflames you both finds its release.<</talk>>
<<talk 0>>Moans escape from your lips, letting the passion that consumes you speak.<</talk>>
<<user 0>>Yess Ohhhhh, Ohhhhhhh<</user>>
<<girl 14 "whitney">><cite>Um Ummm</cite><</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/whitney/2/2.webm" 1>>
<<talk 0>>Her eyes close, a sigh escaping from her lips.<</talk>>
<<girl 0 "whitney">><cite>Ahhh Ahhhh</cite><</girl>>
<<talk 0>>You quicken the back-and-forth, simultaneously increasing the intensity of her sighs.<</talk>>
<<girl 15 "whitney">><cite>Ahhh Ahhhh Ahhhhh</cite><</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/whitney/2/3.webm" 1>>
<<talk 0>>You lay her on her back, then press her buttocks against you, driving your cock deep inside her.<</talk>>
<<girl 0 "whitney">><cite>Ahhh Ahhhh</cite><</girl>>
<<talk 0>>You begin the thrusts gently, then you accelerate more and more, matching your rhythm to the intensity of her moans.<</talk>>
<<girl 0 "whitney">><cite>Breathe heavily</cite>Ahhh Ahhhh<</girl>>
<<user 0>><cite>Um</cite>Ohhh<</user>>
<<girl 16 "whitney">><cite>Breathe heavily</cite>Ahhhh<</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/whitney/2/4.webm" 1>>
<<talk 0>>After a brief pause, with your cock buried inside her, you gather extra momentum to thrust as deep as possible.<</talk>>
<<talk 0>>As you penetrate, her soft moans gradually turn into deep, intense sighs.<</talk>>
<<girl 0 "whitney">><cite>Whispers</cite>Ohhhh Ohhhh<</girl>>
<<girl 17 "whitney">><cite>Shouts</cite>Ohhhhhhh<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/whitney/2/5.webm" 1>>
<<talk 0>>It's hard to keep up the pace with a woman so docile and exciting.<</talk>>
<<talk 0>>You place your arm on her shoulder to apply pressure to keep her ass pressed against you.<</talk>>
<<talk 0>>You increase the pace even more, leaving her breathless and moaning happily, delighted to be submissive to your control.<</talk>>
<<user 0>><cite>Breathe heavily</cite><</user>>
<<girl 18 "whitney">><cite>Um</cite>Ummm Ummm<</girl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/whitney/2/6.webm" 1>>
<<talk 0>>As if to prove to you that this submissive position suits her well...<</talk>>
<<talk 0>>She spreads her butt cheeks with her hands to give you a perfect view of her most intimate area and to allow you to penetrate her even deeper.<</talk>>
<<user 0>><cite>Breathe heavily</cite>Ohhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhh Ohhhh<</girl>>
<<user 19>><cite>Breathe heavily</cite>Ohhh Shitttt<</user>>
@@
<<case 19>>
@@#media;
<<video "loveassets/whitney/2/7.webm" 1>>
<<talk 0>>With the force of your thrusts, you become breathless.<</talk>>
<<talk 0>>To relieve you and surely to prove to you that she can do anything, she changes her behavior.<</talk>>
<<talk 0>>Going from a submissive woman to an enterprising woman...<</talk>>
<<talk 0>>She puts you on your back and then rides you sensually.<</talk>>
<<talk 0>>She sinks your desire into her before moving frantically with her hips, letting out a scream of passion.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Umm ummmm<</girl>>
<<girl 20 "whitney">><cite>Um</cite>Ohhhhhhh Fuck<</girl>>
@@
<<case 20>>
@@#media;
<<video "loveassets/whitney/2/8.webm" 1>>
<<talk 0>>You find a second wind and, out of sheer pride, you decide to make it your thing.<</talk>>
<<talk 0>>You grip her hips and start pounding into her relentlessly.<</talk>>
<<talk 0>>At first surprised, she soon gives in to your desire, laying her body on top of you and savoring each brutal thrust that pierces her. .<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhh<</girl>>
<<girl 21 "whitney">><cite>Um</cite>OHHHHhhh<</girl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/whitney/2/9.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ohhh<</girl>>
<<talk 0>>Carried away by the thrusts, she reaches ecstasy.<</talk>>
<<talk 0>>Her body contracts, her eyes roll back, her voice fades into a whisper. <</talk>>
<<talk 0>>Every fiber of her being trembles, and for a stolen moment, with an ecstatic smile on her lips, she tastes paradise.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhhh ummmm<</girl>>
<<girl 22 "whitney">><cite>Breathe Hard</cite>Umm<</girl>>
@@
<<case 22>>
@@#media;
<<video "loveassets/whitney/2/10.webm" 1>>
<<talk 0>>Delighted to have given her pleasure, you feel a new wave of energy surge through you.<</talk>>
<<talk 0>>You place her on her back, brutally slamming your cock into her and starting to pummel her body mercilessly.<</talk>>
<<user 0>><cite>Breathe Hard</cite><</user>>
<<girl 0 "whitney">><cite>Breathe Hard</cite>So goodddd<</girl>>
<<girl 23 "whitney">><cite>Umm</cite>So good<</girl>>
@@
<<case 23>>
@@#media .cum;
<<video "loveassets/whitney/2/11.webm" 1>>
<<talk 0>>On the brink of ecstasy, you pull out at the last second to ejaculate on her burning sex.<</talk>>
<<user 0>><cite>Umm</cite>Hoooooo<</user>>
<<talk 0>>Each drop of semen that lands on her sex makes her moan with pleasure.<</talk>>
<<girl 0 "whitney">><cite>Umm</cite>Hooo fuck yesss<</girl>>
<<talk 0>>Her bright eyes delightfully admire the growing pool of semen, a testament to your shared passion.<</talk>>
<<girl 24 "whitney">><cite>Umm</cite>Hoooooooooo<</girl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/whitney/2/010.webm">>
<<talk 0>>With no restraint and for your greatest pleasure, she dips her finger into the pool of semen...<</talk>>
<<talk 0>>She carefully examines the precious nectar, before slipping it into her mouth to appreciate its taste with delight.<</talk>>
<<girl 25 "whitney">><cite>Umm</cite>Ummm<</girl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/whitney/2/011.webm">>
<<girl 0 "whitney">><cite>Hesitates</cite>Are you satisfied, $user.nom ?<</girl>>
<<user 0>>Yes Whitney, don't worry, it was perfect.<</user>>
<<talk 0>>Relieved and exhausted, she closes her eyes, happy to stay a little longer near you.<</talk>>
<<talk 0>>Ready to fall asleep, she lets out a few words before drifting into a well-deserved sleep.<</talk>>
<<girl 0 "whitney">><cite>Whispers</cite>I am yours, $user.nom.<</girl>>
<<talk 0>>You watch her sleep, happy to have a woman so devoted to you, but is it good for the hotel?<</talk>>
<<talk 0>>You wait a few minutes, then decide to let her sleep.<</talk>>
<<talk "hall">>You have other things to do, a hotel to run.<</talk>>
@@
<<set $girls.whitney.quete = 2>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
<<removeclass "body" "myroom">>
<<background $background>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite><</user>>
<<user 0>>Whitney ? tu est la ?<</user>>
<<girl 1 "whitney">>Oui... oui, tu peux entrer.<</girl>>
@@
<<case 1>>
<<removeclass "body" "myroom">>
<<background $background>>
@@#media;
[img[loveassets/whitney/whitney1.jpg]]
<<user 0>>Salut Whitney, Tout va bien ?<</user>>
<<girl "0" "whitney">><cite>Hésitante</cite> Oui, oui… tous vas bien, juste… je ne veux pas causer de problèmes, tu sais ?<</girl>>
<<user 0>><cite>Fronçe les sourcils</cite>Des problèmes ? Quel probleme ? Pourquoi tu dis ça ?<</user>>
<<girl "0" "whitney">><cite>Voix tremblante</cite>J’ai peur de… ne pas être à la hauteur.<</girl>>
<<girl "0" "whitney">>Que tu décides que je ne sers plus à rien ici et… que tu me renvoies.<</girl>>
<<girl "0" "whitney">>Je ferai tout ce qu’il faut pour rester. Je peux prouver que je suis utile.<</girl>>
<<user 0>>Calme toi Whitney, personne ne sais plein, je suis juste venue prendre de tes nouvelles.<</user>>
<<user 0>><cite>Pose une main rassurante sur son épaule</cite> Whitney, écoute-moi. Tu n’as pas à avoir peur.<</user>>
<<user 0>>Personne ne va te mettre à la porte. Tu fais du bon travail ici.<</user>>
<<girl "0" "whitney">><cite>Un peux rassurer</cite>Merci… $user.nom ça compte beaucoup pour moi. Vraiment.<</girl>>
<<user 0>>Tu est rassurer? ... parfait je viendrais te voir plus souvent si tu à besoin de soutient.<</user>>
<<girl "0" "whitney">>Avec plaisir, $user.nom, Merci, et... si toi tu as besoin de moi, pour quoi que ce soit... Je suis à toi!<</girl>>
<<user 0>><cite>Glup</cite>Heu... enfin... <cite>Sourit</cite> Bref si tu as besoin de quelque chose demande à Gaby ou vient me voir.<</user>>
<<girl 2 "whitney">><cite>Souris</cite>D'accord j'y penserais.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>La journer continue tu as fait le tour des filles tout vas bien dans le meilleur des mondes.<</talk>>
<<talk 0>>Il se fait tard et la fatigue te gagne. L'heure de dormir est arrivée.<</talk>>
<<talk 0>>Allongé, les yeux lourds, tu repenses aux mots de Whitney : "Je suis à toi".<</talk>>
<<talk 0>>Tu te demandes si elle ne s'accroche pas un peu trop. Le plaisir, c'est bien, mais tu as un hôtel à faire tourner.<</talk>>
<<talk 3>>Tes yeux sont lourd, tes paupieres commence a ce fermer, quand tu entend des bruit de pas dans le couloir.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/whitney/2/01.webm">>
<<girl 0 "whitney">><cite>chuchote</cite>$user.nom, tu es réveillé… ?<</girl>>
<<talk 0>>Tu ne voix pas la personne mais tu reconnais sa voix, c'est Whitney<</talk>>
<<user 0>>Oui, Whitney, je suis réveillé, Entre.<</user>>
<<talk 0>>Elle entre timidement, referme la porte derrière elle, et regarde autour d'elle, cherchant un endroit où elle pourrait s'asseoir.<</talk>>
<<talk 0>>Tu la fixes dans les yeux et tapotes gentiment sur ton lit pour lui indiquer où elle peut s'asseoir.<</talk>>
<<talk 0>>Un peu surprise, elle frappe dans ses mains, manifestant une excitation évidente, puis observe à nouveau la pièce.<</talk>>
<<talk 4>>Elle s'approche, les épaules affaissées en signe de soumission, avant de finir par s'asseoir à côté de toi sur le lit.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/whitney/2/02.webm">>
<<user 0>>Tu à un soucis Whitney?<</user>>
<<girl 0 "whitney">><cite>Voix tremblante</cite>Je... je suis désolée de te déranger, mais je ne sais plus quoi faire... je n'arrive plus à dormir.<</girl>>
<<user 0>>Ha! quesqu'il ce passe?, Dit-moi!<</user>>
<<girl 0 "whitney">><cite>Prend une profonde inspiration</cite>Je pensais que... que tout allait s'améliorer, que je pouvais tourner la page.<</girl>>
<<girl 0 "whitney">>... Mais chaque nuit, c'est la même chose. Ces cauchemars... ils me rappellent tout ce que j'ai perdu.<</girl>>
<<girl 0 "whitney">>Les moments où j'étais heureuse, où je me sentais enfin en sécurité... comme si ça m'était arraché à chaque fois.<</girl>>
<<talk 0>>Tu l'observe un moment, et tu comprend qu'il y as plus que de simples souvenirs douloureux derrière ses nuits agitées. <</talk>>
<<user 0>>Tu n'es plus seule, tu n'as plus à porter tout ça toute seule.<</user>>
<<girl 0 "whitney">><cite>Le regard, humide</cite>J'ai tellement peur de tout perdre à nouveau.<</girl>>
<<girl 5 "whitney">>Chaque fois que je pense pouvoir être bien ici, je me rappelle que rien n'est éternel.<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/whitney/2/03.webm">>
<<girl 0 "whitney">><cite>Murmure</cite>J’ai peur $user.nom … tellement peur de tout perdre.<</girl>>
<<girl 0 "whitney">>J’ai besoin que tu sois là… prés de moi, que tu prennes soin de moi.<</girl>>
<<girl 0 "whitney">>...Je ... Je travaillerai dur, je te le promets, mais… ne me laisse pas partir.<</girl>>
<<user 0>><cite>Soupire</cite>Whitney… personne ne va te forcer à partir. Tu as ta place ici, tu le sais ? Il ne vas rien arriver.<</user>>
<<girl 0 "whitney">><cite>Te fixe dans les yeux</cite> <cite>Supliant</cite>Je suis bien ici. Je veux rester près de toi. Promets-moi que tu ne me laisseras pas.<</girl>>
<<user 0>>Je ferai tout ce que je peux pour te garder ici.<</user>>
<<girl 6 "whitney">>Promets-moi de faire partir ces cauchemars.<</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/whitney/2/04.webm">>
<<user 0>><cite>Hésitant</cite>Je te promet de tout faire pour t'aider.<</user>>
<<user 0>>Je ne sais pas comment, mais je peux te dire que tu ne vas pas affronter tes cauchemars seule.<</user>>
<<user 0>>Pas ce soir.<</user>>
<<talk 0>>Tu te déplaçe légèrement pour lui faire de la place dans le lit.<</talk>>
<<user 0>>Si tu veux, tu peux rester. Peut-être que ça t'aidera à oublier, au moins pour un moment.<</user>>
<<talk 0>>Elle hoche la tête, émue par tes paroles, et s'allonge près de toi.<</talk>>
<<talk 7>>Tu la prends dans tes bras, et elle se blottit contre toi, cherchant un peu de réconfort dans ce simple geste.<</talk>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/img/gif/sleep.webm">>
<<talk 0>>Toute la nuit, ses mouvements légers ont troublé ton sommeil, mais tu n'aurais pas voulu être ailleurs.<</talk>>
<<talk 8>>La douceur de son parfum mêlée à la chaleur de son corps pressé contre le tien, éveillaient en toi un désir silencieux.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/whitney/2/05.webm">>
<<talk 0>>Au reveil elle se rapproche encore, son corps trouvant le tien.<</talk>>
<<talk 0>>Ses mouvements deviennent une douce danse, pressant sa chaleur contre la tienne.<</talk>>
<<talk 0>>À chaque geste, tu retient ton souffle, ton désir grandit.<</talk>>
<<talk 0>>Pensant qu'elle agit inconsciemment, tu te recules légèrement, mais ses hanches s'ajustent instinctivement.<</talk>>
<<talk 9>>Il est évident que son corps cherche à se coller au tien, comme si chaque fibre de son être réclamait cette proximité.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/whitney/2/06.webm">>
<<talk 0>>Elle ne bouge plus un instant, comme pour savourer la chaleur qui s'installe entre vous.<</talk>>
<<talk 0>>Puis, lentement, elle reprend ses mouvements, son corps cherchant le tien avec une intensité plus affirmée.<</talk>>
<<talk 0>>Lentement sa main attrape l'element de son desir, d'abord pour le toucher puis pour le caresser.<</talk>>
<<talk 10>>Sentend ton desir monter elle pousse legerement sa culote cherchant une proximité encore plus intime.<</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/whitney/2/07.webm">>
<<talk 0>>Chaque mouvement, chaque frôlement entre vous semble effleurer les limites, Vous n'etes plus que chaleur et passion.<</talk>>
<<talk 11>>Elle ce frotte contre toi, cherchant à fusionner avec ton corps, un frémissement d'anticipation parcourant sa peau.<</talk>>
@@
<<case 11>>
@@#media;
<<video "loveassets/whitney/2/08.webm">>
<<talk 0>>Doucement tu l'attrape par les hanches et la presse contre toi.<</talk>>
<<talk 0>>Ses hanches s'ajustent avec une précision délicate, te rapprochant encore plus d'elle.<</talk>>
<<talk 0>>Tu commentce doucement à faire des vas et viens, chaque mouvement accentuant la tension palpable entre vous.<</talk>>
<<talk 12>>Son souffle se fait plus court, comme une caresse qui brûle, un désir silencieux mais irrésistible.<</talk>>
@@
<<case 12>>
@@#media;
<<video "loveassets/whitney/2/09.webm">>
<<talk 0>>Le temps semble suspendu alors que vous vous abandonnez à ce moment, où chaque geste devient une invitation silencieuse.<</talk>>
<<talk 0>>Le désir brûlant qui l'envahit devient insupportable, son corps trempé de désir cherche désespérément à se rapprocher du tien.<</talk>>
<<talk 13>>Dans un geste rempli de besoin, elle te guide vers elle, ses mains frémissantes, elle est prête à céder à l'intensité du moment.<</talk>>
@@
<<case 13>>
@@#media;
<<video "loveassets/whitney/2/1.webm" 1>>
<<talk 0>>Guidé par ton désir, dans un geste doux, tu prends son visage dans tes mains, caressant ses lèvres avant de les couvrir tendrement.<</talk>>
<<talk 0>>Lentement, tu te presses contre elle, sentant chaque frisson la parcourir, avant de l'envahir tout entière.<</talk>>
<<talk 0>>Ton corps se mêle au sien avec douceur, alors que vous vous abandonnez a vos désir.<</talk>>
<<talk 0>>Enfin, la passion qui vous enflamme trouve sa libération.<</talk>>
<<talk 0>>Des gémissements s’échappent de vos lèvres, laissant parler la passion qui vous consume.<</talk>>
<<user 0>>Yess Ohhhhh, Ohhhhhhh<</user>>
<<girl 14 "whitney">><cite>Um Ummm</cite><</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/whitney/2/2.webm" 1>>
<<talk 0>>Ses yeux se ferment, un soupir s'échappant de ses lèvres.<</talk>>
<<girl 0 "whitney">><cite>Ahhh Ahhhh</cite><</girl>>
<<talk 0>>Tu accélères le va-et-vient, augmentant par la même l'intensité de c'est soupirs.<</talk>>
<<girl 15 "whitney">><cite>Ahhh Ahhhh Ahhhhh</cite><</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/whitney/2/3.webm" 1>>
<<talk 0>>Tu la couches sur le dos, puis tu presses c'est fesses contre toi, enfonçant profondément ta bite en elle.<</talk>>
<<girl 0 "whitney">><cite>Ahhh Ahhhh</cite><</girl>>
<<talk 0>>Tu commences les va-et-vient doucement, puis tu accélères de plus en plus, calquant ton rythme sur l'intensité de ses gémissements<</talk>>
<<girl 0 "whitney">><cite>Respire fort</cite>Ahhh Ahhhh<</girl>>
<<user 0>><cite>Um</cite>Ohhh<</user>>
<<girl 16 "whitney">><cite>Respire fort</cite>Ahhhh<</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/whitney/2/4.webm" 1>>
<<talk 0>>Après une breve pause, ta bite enfoncé en d'elle, tu prends un élan supplémentaire pour pénétrer au plus profond.<</talk>>
<<talk 0>>Au fur et à mesure de tes pénétrations, ses petits gémissements se transforment en soupirs intenses.<</talk>>
<<girl 0 "whitney">><cite>Chuchote</cite>Ohhhh Ohhhh<</girl>>
<<girl 17 "whitney">><cite>Crie</cite>Ohhhhhhh<</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/whitney/2/5.webm" 1>>
<<talk 0>>Difficile de tenir la cadence face à une femme si docile et excitante.<</talk>>
<<talk 0>>Tu pose ton bras sur son épaule pour exerces une pression afin de garder son cul collé contre toi.<</talk>>
<<talk 0>>Tu augmentes encore la cadence, la laissant essoufflée et pousser des gémissements heureux, ravie d'être soumise à ton emprise.<</talk>>
<<user 0>><cite>Respire fort</cite><</user>>
<<girl 18 "whitney">><cite>Um</cite>Ummm Ummm<</girl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/whitney/2/6.webm" 1>>
<<talk 0>>Comme pour te prouver que cette position de soumission lui va bien...<</talk>>
<<talk 0>>Elle écarte ses fesses avec ses mains pour t'offrir une vue parfaite sur son intimité et te donner la possibilité de la pénétrer encore plus profondément.<</talk>>
<<user 0>><cite>Respire fort</cite>Ohhh<</user>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhh Ohhhh<</girl>>
<<user 19>><cite>Respire fort</cite>Ohhh Shitttt<</user>>
@@
<<case 19>>
@@#media;
<<video "loveassets/whitney/2/7.webm" 1>>
<<talk 0>>À force de va-et-vient brutaux, tu t'essouffles.<</talk>>
<<talk 0>>Pour te soulager et sûrement pour te prouver qu'elle peux tous faire, elle change de comportement.<</talk>>
<<talk 0>>Passant d'une femme soumise à une femme entreprenante...<</talk>>
<<talk 0>>Elle te met sur le dos, puis elle te chevauche avec sensualité.<</talk>>
<<talk 0>>Elle enfonce ton désir en elle avant de bouger de façon frénétique ses hanches, poussant un hurlement de passion.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Umm ummmm<</girl>>
<<girl 20 "whitney">><cite>Um</cite>Ohhhhhhh Fuck<</girl>>
@@
<<case 20>>
@@#media;
<<video "loveassets/whitney/2/8.webm" 1>>
<<talk 0>>Tu trouves un second souffle et, par pur orgueil, tu décides d'en faire ta chose.<</talk>>
<<talk 0>>Tu lui agrippes les hanches et commences à la pilonner sans relâche.<</talk>>
<<talk 0>>D'abord surprise, elle s'abandonne vite à ton désir, posant son corps sur toi et savourant chaque va-et-vient brutal qui la transperce.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhh<</girl>>
<<girl 21 "whitney">><cite>Um</cite>OHHHHhhh<</girl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/whitney/2/9.webm" 1>>
<<girl 0 "whitney">><cite>Um</cite>Ohhh<</girl>>
<<talk 0>>Emportée par les va-et-vient de plaisir, elle atteint l'extase. <</talk>>
<<talk 0>>Son corps se contracte, ses yeux se révulsent, sa voix se perd dans un souffle.<</talk>>
<<talk 0>>Tout son être tremble et, pendant quelques secondes volées, un sourire extatique aux lèvres, elle goûte au paradis.<</talk>>
<<girl 0 "whitney">><cite>Um</cite>Ohhhhhhhh ummmm<</girl>>
<<girl 22 "whitney">><cite>Respire fort</cite>Umm<</girl>>
@@
<<case 22>>
@@#media;
<<video "loveassets/whitney/2/10.webm" 1>>
<<talk 0>>Ravi de lui avoir fait prendre du plaisir, tu sens une nouvelle vague d'énergie t'envahir.<</talk>>
<<talk 0>>Tu la places sur le dos, enfonçe brutalement ta bite en elle et commence à marteler son corps sans merci.<</talk>>
<<user 0>><cite>Respire Fort</cite><</user>>
<<girl 0 "whitney">><cite>Respire fort</cite>So good<</girl>>
<<girl 23 "whitney">><cite>Umm</cite>So good<</girl>>
@@
<<case 23>>
@@#media;
<<video "loveassets/whitney/2/11.webm" 1>>
<<talk 0>>À la limite de l'extase, tu sors à la dernière seconde pour jouir sur son sexe brûlant.<</talk>>
<<user 0>><cite>Umm</cite>Hoooooo<</user>>
<<talk 0>>Chaque goutte de sperme qui atterrit sur son sexe la fait gémir de plaisir.<</talk>>
<<girl 0 "whitney">><cite>Umm</cite>Hooo fuck yesss<</girl>>
<<talk 0>>Ses yeux brillants admirent avec délectation la flaque virile qui grandit, témoignage de votre passion partagée.<</talk>>
<<girl 24 "whitney">><cite>Umm</cite>Hoooooooooo<</girl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/whitney/2/010.webm">>
<<talk 0>>Sans aucune retenue et pour ton plus grand plaisir, elle trempe son doigt dans la flaque de sperme...<</talk>>
<<talk 0>>Elle examine attentivement le précieux nectar qu'elle a prélevé, avant de le glisser dans sa bouche pour en apprécier le goût avec délectation.<</talk>>
<<girl 25 "whitney">><cite>Umm</cite>Ummm<</girl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/whitney/2/011.webm">>
<<girl 0 "whitney">><cite>Hésite</cite>Tu es satisfait, $user.nom ?<</girl>>
<<user 0>>Oui Whitney, ne t'inquiète pas, c'était parfait.<</user>>
<<talk 0>>Soulagée et épuisée, elle ferme les yeux, heureuse de pouvoir rester encore un peu près de toi.<</talk>>
<<talk 0>>Prête à s'endormir, elle laisse échapper quelques mots avant de sombrer dans un sommeil bien mérité.<</talk>>
<<girl 0 "whitney">><cite>Chuchote</cite>Je suis à toi, $user.nom.<</girl>>
<<talk 0>>Tu la regarde dormir, content d'avoir une femme si dévouller pour toi mais est ce bon pour l'hotel?<</talk>>
<<talk 0>>Tu attend quelque minute puis tu déside de la l'aisser dormir.<</talk>>
<<talk "hall">>Tu as d'autre chose à faire, un Hotel à faire tourner.<</talk>>
@@
/*<<set $girls.whitney.quete = 2>>*/
<</switch>>
<</nobr>><<nobr>>
<<dialog>><h2>Floor</h2>
<<link "First floor" "hall">><</link>>
<<link "Second floor" "hall2">><</link>>
<<button "back" `previous()`>><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>><<nobr>>
<<include objquete>>
<style>
.computer {
flex-wrap: nowrap;
flex-direction: column;
}
.questdone {
text-decoration: line-through;
opacity:0.8;
}
.questnext {
opacity:0.5;
}
.questin {
text-decoration: underline;
}
details {
padding: 15px;
color:white;
background: rgba(255, 255, 255, 0.1);
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius:0.5em;
}
/* Style pour les éléments summary */
summary {
display: list-item;
font-weight: bold;
cursor: pointer;
}
details:hover, details[open] {
cursor: pointer;
background-color: rgba(17, 17, 17, 0.2);
}
details div {
margin: 20px 20px 10px 20px;
line-height: 1.5;
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<details>
<summary>$user.nom - <<=_quetes["user"][$user.quete]>></summary>
<div>
<<for _i, _item range _quetes["user"]>>
<<if $user.quete == _i>>
<span class="questin"><<=_i>>: <<=_item>><br></span>
<<elseif $user.quete > _i>>
<span class="questdone"><<=_i>>: <<=_item>><br></span>
<<else>>
<span class="questnext"><<=_i>>: <<=_item>><br></span>
<</if>>
<</for>>
</div>
</details>
<<set _list to ["gabbie", "kylie", "kennedy", "ariana", "charity", "macy", "whitney"]>>
<<for _index range _list>>
<details>
<summary>$girls[_index].nom - <<=_quetes[_index][$girls[_index].quete]>></summary>
<div>
<<for _i, _item range _quetes[_index]>>
<<if $girls[_index].quete == _i>>
<span class="questin"><<=_i>>: <<=_item>><br></span>
<<elseif $girls[_index].quete > _i>>
<span class="questdone"><<=_i>>: <<=_item>><br></span>
<<else>>
<span class="questnext"><<=_i>>: <<=_item>><br></span>
<</if>>
<</for>>
</div>
</details>
<</for>>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<style>
.fixe {
align-items: center;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#chrono {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index:2;
}
/* Contenu flou */
.blur-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
backdrop-filter: blur(10px);
mask-image: radial-gradient(circle 100px at 0 0, transparent 40px, black 60px);
}
#follower {
position: absolute;
pointer-events: none;
height: 50px;
width: 50px;
background: linear-gradient(white, white) top left,
linear-gradient(white, white) top left,
linear-gradient(white, white) top right,
linear-gradient(white, white) top right,
linear-gradient(white, white) bottom left,
linear-gradient(white, white) bottom left,
linear-gradient(white, white) bottom right,
linear-gradient(white, white) bottom right;
background-size: 2px 10px, 10px 2px;
background-repeat: no-repeat;
z-index: 1;
}
/* Le carré caché */
#target {
position: absolute;
width: 50px;
height: 50px;
box-sizing: border-box;
top:0;
left:0;
background-color: rgba(255,255,255,0.2);
border: 1px solid rgba(0,255,0,0.8);
}
</style>
<<script>>
$(document).ready(function() {
const target = $("#target");
const follow = $("#follower");
const bluroverlay = $(".blur-overlay");
function getRandomPosition() {
var randomX = Math.floor(Math.random() * 90);
var randomY = Math.floor(Math.random() * 90);
return [randomX + "%", randomY+ "%"];
}
var position = getRandomPosition();
target.css({position: "absolute", top: position[1], left: position[0]});
$(document).on('mousemove touchmove', function(e) {
var x, y;
if (e.type === 'mousemove') {
x = e.pageX;
y = e.pageY;
} else if (e.type === 'touchmove') {
x = e.touches[0].pageX;
y = e.touches[0].pageY;
}
follow.css({top: y + "px", left: x + "px"});
bluroverlay.css({"mask-image": `radial-gradient(circle 100px at ${x + 25}px ${y + 25}px, transparent 40px, black 60px)`});
const followerRect = follow[0].getBoundingClientRect();
const targetRect = target[0].getBoundingClientRect();
const isPositionEqual =
Math.abs(Math.round(followerRect.left) - Math.round(targetRect.left)) <= 4 &&
Math.abs(Math.round(followerRect.top) - Math.round(targetRect.top)) <= 4;
if (isPositionEqual) {
$(document).off('mousemove');
State.variables.page++;
/*State.variables.page = 1;*/
Engine.show();
}
});
});
<</script>>
<div id="chrono">To take the photo, make the focus (find the green square).</div>
@@#media;
[img[$photos]]
<div id="target"></div>
@@
<div class='blur-overlay'></div>
<div id="follower"></div>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/gabbie/img/0/1.jpg", "loveassets/gabbie/img/0/2.jpg", "loveassets/gabbie/img/0/3.jpg", "loveassets/gabbie/img/0/4.jpg", "loveassets/gabbie/img/0/5.jpg"],
5:[false, "loveassets/gabbie/img/5/1.jpg", "loveassets/gabbie/img/5/2.jpg", "loveassets/gabbie/img/5/3.jpg", "loveassets/gabbie/img/5/4.jpg", "loveassets/gabbie/img/5/5.jpg"],
6:["loveassets/gabbie/img/6/1.jpg", "loveassets/gabbie/img/6/2.jpg", "loveassets/gabbie/img/6/3.jpg"]
}>>
<<set _filteredKeys = $girls["gabbie"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/gabbie/img/solo/1.jpg", "loveassets/gabbie/img/solo/2.jpg", "loveassets/gabbie/img/solo/3.jpg", "loveassets/gabbie/img/solo/4.jpg","loveassets/gabbie/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>> You walk into your office and find Mr. Viktor sitting at your desk, waiting patiently.<</talk>>
<<say 0 _boss>><cite>Cold smile</cite> Ah, hello $user.nom. I took the liberty of waiting for you...<</say>>
<<say 0 _boss>> Please, have a seat.<</say>>
<<user 0>><cite>Hesitant</cite> I wasn’t expecting to see you so soon, Mr. Viktor...<</user>>
<<say 0 _boss>> Well, it’s an important day, isn’t it? It’s time to talk business.<</say>>
<<user 0>> I... I haven’t gathered the amount I owe you yet, Mr. Viktor.<</user>>
<<say 0 _boss>><cite>Crosses his arms</cite>... I know you need money, a lot of it actually.<</say>>
<<say 0 _boss>> To repay me, of course, but also for your hotel... which is lacking in...<</say>>
<<say 0 _boss>> Let’s just say... it’s missing a touch of luxury, don’t you think?<</say>>
<<user 0>> It’s true that renovations would be welcome, but... I’m doing what I can.<</user>>
<<say 1 _boss>><cite>Laughs softly</cite> Doing what you can? Oh, I’m sure you can do better. With a little help...<</say>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/money.jpg]]
<<say 0 _boss>> Imagine... that you have enough money to transform this place, advertise it, and make the girls working here very... very happy.<</say>>
<<user 0>><cite>On the defensive</cite> What exactly are you talking about? I know you never do anything for free...<</user>>
<<say 0 _boss>><cite>Smiles</cite>Ahh, you’re starting to know me. No, it’s not free, but it’s an opportunity. Simple, quick... and rather lucrative.<</say>>
<<say 0 _boss>> All I’m asking for is a favor. Nothing too complicated.<</say>>
<<say 0 _boss>> You have girls here, they’re pretty, attractive, and... they could bring in a lot of money.<</say>>
<<user 2>><cite>Frowns</cite> What do you mean by that?<</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>>Let me explain, I just want you to take a few pictures. Some intimate, private shots, with clients or without.<</say>>
<<say 0 _boss>>And then... you sell them to me. I'll take care of the rest. That's it. Simple, right? <</say>>
<<user 0>><cite>Shocked</cite>You want me to... take pictures of the girls? And with their clients too? And then what?<</user>>
<<user 0>>Do you really think they'd agree to that?<</user>>
<<say 0 _boss>>They don't need to know, at worst you can tell them it's for their own good, that it's for the money.<</say>>
<<say 0 _boss>><cite>Laughs</cite>They’ll be happy to earn a little more without too much effort. Trust me, they won't complain.<</say>>
<<say 0 _boss>><cite>Leans forward</cite> And you... You’ll finally be able to breathe, settle your debts, renovate your hotel. A win-win deal.<</say>>
<<user 0>><cite>Thinks</cite>I... I don't know. It's... too risky. And it's not... fair to them.<</user>>
<<say 0 _boss>><cite>More firmly</cite> This isn't an order. Just a proposition. But, let’s say I don’t appreciate it when people turn down my offers.<</say>>
<<say 0 _boss>>Think carefully. You have a lot to gain... and even more to lose.<</say>>
<<talk 0>>You remain silent, troubled, as Mr. Viktor stands up and heads for the door.<</talk>>
<<say 0 _boss>><cite>Um</cite>... Don't forget private photos, alone or with clients, and if we can see the clients' faces, that's even better...<</say>>
<<say 0 _boss>><cite>With a threatening look</cite> One last thing...<</say>>
<<say "hall" _boss>>Don't take too long to send me the photos, my patience has its limits. See you soon...<</say>>
@@
<<time>>
<<set $user.quete = 9>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "hall">>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>You enter your office and once again... you find Mr. Viktor sitting in his usual spot.<</talk>>
<<say 0 _boss>> <cite>Calm</cite> Looks like I’ll have to come here often...<</say>>
<<user 0>>UM<</user>>
<<say 0 _boss>><cite>Smiling</cite> Today, I have some important information. You have a serious problem that could cost you all your clients...<</say>>
<<say 0 _boss>><cite>Big Smile</cite> But don’t worry, I’ve come with the solution.<</say>>
<<user 0>><cite>Surprised</cite> What! Sorry, what do you mean???<</user>>
<<say 0 _boss>><cite>Solemn tone</cite> You’ve heard of Robert Sylvestre, haven’t you? The hotel critic. His opinion can make or break an establishment.<</say>>
<<user 0>><cite>Frowns</cite> No, I don’t know him...<</user>>
<<say 0 _boss>><cite>Um</cite> He’s ruthless...<</say>>
<<say 0 _boss>><cite>Smiles</cite> But you can thank me, I know when he’s planning to spend a night here. <</say>>
<<say 0 _boss>>Just one night, a unique opportunity that could very well bring your hotel its first glorious star.<</say>>
<<user 0>>An inspection, a star! My hotel isn’t ready for that. There’s still so much to improve.<</user>>
<<say 0 _boss>><cite>Shrugs</cite> Details, trivialities. What matters is the experience you’re going to offer him.<</say>>
<<say 0 _boss>>An unforgettable evening, in your style... and mine. You see where I’m going with this? <</say>>
<<user 0>><cite>Uncomfortable</cite> Yes... You want me to... make sure he's satisfied... in every possible way?<</user>>
<<say 0 _boss>><cite>Big smile</cite> Exactly. An evening where every desire is fulfilled. He’ll leave with an... exceptional review.<</say>>
<<user 0>><cite>Looks at the floor</cite> I’m not sure that’s... the best way to earn a star. I mean... it’s not really honest, is it?<</user>>
<<say 0 _boss>>Honest? Being honest didn’t stop you from drowning in debt, did it?<</say>>
<<say 0 _boss>>This critic has seen hundreds of hotels. He’s not looking for perfection... he just wants to be impressed, that’s all. And you need that star.<</say>>
<<user 0>><cite>Breathes heavily</cite> Yes, I... I understand. But I’m not sure if it’s... if it’s the right thing to do. What if it goes wrong?<</user>>
<<say 0 _boss>>Do you want your hotel to stay a rat hole? Or do you want that star?<</say>>
<<user 0>><cite>Resigned</cite> I suppose that... the hotel really needs this.<</user>>
<<user 0>>But... who’s going to do it, who am I going to ask for this huge favor?<</user>>
<<user 0>>I can’t ask that, it’s impossible.<</user>>
<<say 0 _boss>>That’s the harsh reality of business. We make sacrifices. And believe me, this one is a small price to pay for what you stand to gain.<</say>>
<<user 0>>Alright... alright, I’ll ask Gabbie or Charity. But I’m not sure they’re going to like it.<</user>>
<<say 0 _boss>><cite>Ahh Ahh Ahh!</cite>I’m glad you like my idea.<</say>>
<<say 0 _boss>><cite>Smiles</cite>But you don’t need to ask anyone, everything is already arranged.<</say>>
<<user 0>><cite>Um</cite>Sorry?<</user>>
<<say 1 _boss>><cite>Shouts</cite> You can come in, Jessi.<</say>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/2/01.webm">>
<<say 0 _boss>>Ah, here you are.<</say>>
<<say 0 _boss>><cite>Smiles</cite>I don’t need to introduce you two, you already know each other.<</say>>
<<say 0 _boss>>She’s the one who’s going to help you make this evening... unforgettable. She’s used to handling these kinds of situations.<</say>>
<<saygirl 0 _jessi>><cite>Smiles</cite>Hi, $user.nom.<</saygirl>>
<<user 0>><cite>Gulps</cite>You... <</user>>
<<saygirl 0 _jessi>><cite>Smiles</cite>Oh yes, I’m glad to see you again!<</saygirl>>
<<say 0 _boss>>Well... I’ve done my good deed for the day...<</say>>
<<say 0 _boss>>I’ll leave you to discuss the details, I’ll come back to check in on you later.<</say>>
<<say 0 _boss>><cite>Threatening</cite>Take care of her, $user.nom.<</say>>
<<talk 0>>Viktor leaves you alone with this woman you can hardly recognize, a mix of shame and guilt gnawing at you as you think of her locked in a cardboard box.<</talk>>
<<saygirl 0 _jessi>>Are you okay, $user.nom? You seem worried...<</saygirl>>
<<user 2>>I... I...<</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/case/2/02.webm">>
<<saygirl 0 _jessi>>You... you...<</saygirl>>
<<saygirl 0 _jessi>>Don't worry, Mr. Viktor has thought of everything down to the last detail. The critic is going to have the best evening of his life.<</saygirl>>
<<talk 0>>You remember that evening spent with her, and you have no doubt that the critic will have a very good night.<</talk>>
<<user 0>><cite>Uncomfortable</cite>What... what do you have in mind exactly?<</user>>
<<saygirl 0 _jessi>>I'm going to seduce the critic and make him have a unique evening, but...<</saygirl>>
<<saygirl 0 _jessi>>We need... him to leave us a little souvenir. A memory he won't want to share with his wife and kids.<</saygirl>>
<<user 0>><cite>Glups</cite><</user>>
<<saygirl 0 _jessi>><cite>Smiles</cite>... A filmed memory, to be precise. Something that might... convince him to be generous in his review.<</saygirl>>
<<saygirl 0 _jessi>>And if he ever changes his mind, well, we'll have something to remind him of this evening.<</saygirl>>
<<user 0>><cite>Surprised and anxious</cite> You want to film him? But... what if he finds out...<</user>>
<<saygirl 0 _jessi>>He won't find out, unless he forces us to show him.<</saygirl>>
<<saygirl 0 _jessi>>That's the genius of the plan. As long as he plays his part and gives us that star, everything will stay between us.<</saygirl>>
<<saygirl 0 _jessi>>But if he decides to betray Mr. Viktor... well, let's just say his wife might not appreciate certain... videos.<</saygirl>>
<<saygirl 0 _jessi>>The best way to do that would be for me to pretend to be your secretary. I'll give him a tour of the hotel... and a little more...<</saygirl>>
<<user 3>><cite>Hesitant</cite> Do you really think he'll let himself be seduced so easily?<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/2/03.webm">>
<<talk 0>>Jessi takes these words as a jab, as a challenge, no one, no one can resist her charm.<</talk>>
<<saygirl 0 _jessi>><cite>Undressing</cite>Do you really think he could resist a beautiful woman...?<</saygirl>>
<<user 0>><cite>Glups</cite><</user>>
<<saygirl 0 _jessi>>I've done this before, I know how to handle it... He won't be able to resist. And you, on your side, will discreetly record everything.<</saygirl>>
<<user 0>><cite>Um</cite> Are you sure this is the best idea?<</user>>
<<user 0>>And... what if we get caught? My hotel won't recover from that.<</user>>
<<saygirl 0 _jessi>>Don't worry, this plan is foolproof. All you have to do is follow the instructions.<</saygirl>>
<<saygirl 0 _jessi>>Trust me. The critic won't suspect a thing. He'll just think he's very lucky.<</saygirl>>
<<user 0>>But... filming someone without their knowledge... <</user>>
<<user 4>><cite>Um</cite>Okay... but you have to be sure of yourself, and it can't harm my hotel if something goes wrong.<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/2/04.webm">>
<<talk 0>>Jessi continues to undress, as they say, actions speak louder than words, and this naked body in front of you screams that she knows exactly what she's doing.<</talk>>
<<saygirl 0 _jessi>><cite>Smiles</cite>Your critic is going to love me, and soon, you'll have a nice star.<</saygirl>>
<<saygirl 0 _jessi>><cite>Smiles</cite>All you have to do is use the camera, I'll take care of the rest, your critic, your star...<</saygirl>>
<<saygirl 0 _jessi>><cite>Gets on her knees in front of you</cite><</saygirl>>
<<saygirl 0 _jessi>>And even about you...<</saygirl>>
<<user 5>>About me?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/2/1.webm" 1>>
<<user 0>><cite>Um</cite>Ahhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 6 _jessi>><cite>Gulp - Gulp</cite><</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/2/2.webm" 1>>
<<user 0>><cite>Breathing hard</cite>Ahhh Ahhhh<</user>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Gulp - Gulp</cite><</saygirl>>
<<user 7>><cite>Breathing hard</cite>Ohhh Ohh<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/2/3.webm" 1>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
<<saygirl 8 _jessi>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 8>>
@@#media .cum;
<<video "loveassets/case/2/4.webm" 1>>
<<user 7>><cite>Breathing hard</cite>Ahhh Ahh Ahhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 7>><cite>Um</cite>Ahhhhhhhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 9 _jessi>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/2/05.webm">>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>><cite>Hesitates</cite>I... I... want you to stay with me at the hotel.<</user>>
<<saygirl 10 _jessi>><cite>Smiles and sticks out her tongue</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/2/06.webm">>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>><cite>Thinks</cite>I'm going to follow Mr. Viktor's plan, but you have to stay here afterwards.<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>>...<</user>>
<<saygirl 0 _jessi>><cite>Laughs</cite>Greedy...<</saygirl>>
<<saygirl 0 _jessi>><cite>Smiles</cite>I'm doing all the work with your critic, you get your star, and you want to keep me...<</saygirl>>
<<user 0>><cite>Um</cite>Yes!<</user>>
<<saygirl 0 _jessi>><cite>Thinks</cite>Let's do the job, and then we'll talk about it again...<</saygirl>>
<<user 0>>Um...<</user>>
<<saygirl 0 _jessi>>I promise we'll talk about it later, bye bye.<</saygirl>>
<<talk "hall">>With those words, she leaves... you stay there, lost in your thoughts, wondering how to keep this woman close to you.<</talk>>
@@
<<time>>
<<set $user.quete = 10>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Tu entre dans ton bureau et trouve Mr Viktor assis à ton bureau, attendant patiemment.<</talk>>
<<say 0 _boss>><cite>Sourire glacial</cite> Ah, bonjour $user.nom. Je me suis permis de t'attendre...<</say>>
<<say 0 _boss>>Je t'en prie, assieds-toi.<</say>>
<<user 0>><cite>Hésitant</cite>Je ne m'attendais pas à vous revoir si vite Mr Viktor...<</user>>
<<say 0 _boss>> Eh bien, c’est une journée importante, non ? Il est temps de parler affaires.<</say>>
<<user 0>>Je... Je n'ai pas encore reunis la somme que je vous doit, Mr Viktor.<</user>>
<<say 0 _boss>><cite>Croise les bras</cite>... Je sais que tu as besoin d'argent, beaucoup d'argent même. <</say>>
<<say 0 _boss>> Pour me rembourser bien-sur, mais aussi pour ton hôtel... qui manque de...<</say>>
<<say 0 _boss>>Disons simplement... qu'il manque d'une petites touches de luxe, non ?<</say>>
<<user 0>>C'est vrai que des rénovations seraient les bienvenues, mais... je fais ce que je peux.<</user>>
<<say 1 _boss>><cite>Rie doucement</cite> Ce que tu peux ? Oh, je suis certain que tu peux faire mieux. Avec un peu d'aide...<</say>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/money.jpg]]
<<say 0 _boss>> Imagine... que tu est assers d'argent pour transformer cet endroit, faire de la pub, et rendre les filles qui travail ici très... très heureuses.<</say>>
<<user 0>><cite>Sur la défensive</cite> Vous parlez de quoi exactement ? Je sais que vous ne faites jamais rien gratuitement...<</user>>
<<say 0 _boss>><cite>Sourit</cite>Ahh tu commences à me connaître. Non, ce n’est pas gratuit, mais c’est une opportunité. Simple, rapide... et plutot lucrative.<</say>>
<<say 0 _boss>>Tout ce que je te demande, c’est un service. Rien de bien compliqué.<</say>>
<<say 0 _boss>>Tu as des filles ici, elles sont jolies, attirantes, et... elles pourraient rapporter gros. <</say>>
<<user 2>><cite>Fronçe les sourcils</cite> Comment ça ?<</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>>Je t'explique, je veux simplement que tu prennes quelques photos. Des clichés intimes, privés, avec des clients ou sans.<</say>>
<<say 0 _boss>> Et puis... tu me les vends. Le reste, je m'en occupe. C’est tout. C'est Facile, non ?<</say>>
<<user 0>><cite>Choqué</cite>Vous voulez que je... prenne les filles en photo? et avec leus clients en plus? et ensuite, quoi ?<</user>>
<<user 0>>Vous pensez vraiment qu'elles vont accepteraient ça ?<</user>>
<<say 0 _boss>>Elles n'ont pas besoin de le savoir, au pire tu leur diras que c'est pour leur bien, que c'est pour l'argent.<</say>>
<<say 0 _boss>><cite>Rire</cite>Elles seront ravies de gagner un peu plus sans trop d’effort. Crois-moi, elles ne vont pas ce plaindre.<</say>>
<<say 0 _boss>><cite>Se penche en avant</cite> Et toi... Tu pourras enfin respirer, régler tes dettes, rénover ton hôtel. Un deal gagnant-gagnant.<</say>>
<<user 0>><cite>Réfléchis</cite>Je... Je ne sais pas. C’est... trop risqué. Et ce n’est pas... juste pour elles.<</user>>
<<say 0 _boss>><cite>Le ton plus ferme</cite> Ce n’est pas un ordre. Juste une proposition. Mais, disons que je n’apprécie pas qu’on refuse mes offres.<</say>>
<<say 0 _boss>>Réfléchis bien. Tu as beaucoup à gagner... et encore plus à perdre.<</say>>
<<talk 0>>Tu reste silencieux, troublé, tandis que Mr Viktor se lève et se dirige vers la porte.<</talk>>
<<say 0 _boss>><cite>Um</cite>... N'oublie pas des photos privé seul ou avec des clients et si ont peux voir la tête des clients c'est encore mieux...<</say>>
<<say 0 _boss>><cite>Le regard menacent</cite> Une derniere chose...<</say>>
<<say "hall" _boss>> Ne tarde pas trop à m'envoyer des photos ma patiente à des limites. À bientôt...<</say>>
@@
<<time>>
/*<<set $user.quete = 9>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/kylie/img/0/1.jpg", "loveassets/kylie/img/0/2.jpg", "loveassets/kylie/img/0/3.jpg", "loveassets/kylie/img/0/4.jpg", "loveassets/kylie/img/0/5.jpg"],
1:["loveassets/kylie/img/1/1.jpg", "loveassets/kylie/img/1/2.jpg", "loveassets/kylie/img/1/3.jpg", "loveassets/kylie/img/1/4.jpg", "loveassets/kylie/img/1/5.jpg"],
5:["loveassets/kylie/img/5/1.jpg", "loveassets/kylie/img/5/2.jpg", "loveassets/kylie/img/5/3.jpg", "loveassets/kylie/img/5/4.jpg", "loveassets/kylie/img/5/5.jpg"]
}>>
<<set _filteredKeys = $girls["kylie"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/kylie/img/solo/1.jpg", "loveassets/kylie/img/solo/2.jpg", "loveassets/kylie/img/solo/3.jpg", "loveassets/kylie/img/solo/4.jpg","loveassets/kylie/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/kennedy/img/0/1.jpg", "loveassets/kennedy/img/0/2.jpg", "loveassets/kennedy/img/0/3.jpg", "loveassets/kennedy/img/0/4.jpg", "loveassets/kennedy/img/0/5.jpg"],
6:["loveassets/kennedy/img/6/1.jpg", "loveassets/kennedy/img/6/2.jpg", "loveassets/kennedy/img/6/3.jpg", "loveassets/kennedy/img/6/4.jpg", "loveassets/kennedy/img/6/5.jpg"]
}>>
<<set _filteredKeys = $girls["kennedy"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/kennedy/img/solo/1.jpg", "loveassets/kennedy/img/solo/2.jpg", "loveassets/kennedy/img/solo/3.jpg", "loveassets/kennedy/img/solo/4.jpg","loveassets/kennedy/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/ariana/img/0/1.jpg", "loveassets/ariana/img/0/2.jpg", "loveassets/ariana/img/0/3.jpg", "loveassets/ariana/img/0/4.jpg", "loveassets/ariana/img/0/5.jpg"],
1:["loveassets/ariana/img/1/1.jpg", "loveassets/ariana/img/1/2.jpg", "loveassets/ariana/img/1/3.jpg", "loveassets/ariana/img/1/4.jpg", "loveassets/ariana/img/1/5.jpg"],
3:["loveassets/ariana/img/3/1.jpg", "loveassets/ariana/img/3/2.jpg", "loveassets/ariana/img/3/3.jpg", "loveassets/ariana/img/3/4.jpg", "loveassets/ariana/img/3/5.jpg"],
5:["loveassets/ariana/img/5/1.jpg", "loveassets/ariana/img/5/2.jpg", "loveassets/ariana/img/5/3.jpg", "loveassets/ariana/img/5/4.jpg", "loveassets/ariana/img/5/5.jpg"]
}>>
<<set _filteredKeys = $girls["ariana"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/ariana/img/solo/1.jpg", "loveassets/ariana/img/solo/2.jpg", "loveassets/ariana/img/solo/3.jpg", "loveassets/ariana/img/solo/4.jpg","loveassets/ariana/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/charity/img/0/1.jpg", "loveassets/charity/img/0/2.jpg", "loveassets/charity/img/0/3.jpg", "loveassets/charity/img/0/4.jpg", "loveassets/charity/img/0/5.jpg"],
5:["loveassets/charity/img/5/1.jpg", "loveassets/charity/img/5/2.jpg", "loveassets/charity/img/5/3.jpg", "loveassets/charity/img/5/4.jpg", "loveassets/charity/img/5/5.jpg"]
}>>
<<set _filteredKeys = $girls["charity"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/charity/img/solo/1.jpg", "loveassets/charity/img/solo/2.jpg", "loveassets/charity/img/solo/3.jpg", "loveassets/charity/img/solo/4.jpg","loveassets/charity/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/macy/img/0/1.jpg", "loveassets/macy/img/0/2.jpg", "loveassets/macy/img/0/3.jpg", "loveassets/macy/img/0/4.jpg", "loveassets/macy/img/0/5.jpg"],
5:["loveassets/macy/img/5/1.jpg", "loveassets/macy/img/5/2.jpg", "loveassets/macy/img/5/3.jpg", "loveassets/macy/img/5/4.jpg", "loveassets/macy/img/5/5.jpg"]
}>>
<<set _filteredKeys = $girls["macy"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/macy/img/solo/1.jpg", "loveassets/macy/img/solo/2.jpg", "loveassets/macy/img/solo/3.jpg", "loveassets/macy/img/solo/4.jpg","loveassets/macy/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<backbutton>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<style>
.fixe {
align-items: center;
overflow:hidden;
}
#media {
height:80vh;
max-height:none;
aspect-ratio:unset;
}
#ui-dialog-titlebar{
background: black;
}
#ui-dialog {
top:0 !important;
}
#ui-dialog-body.imgscreen {
display:flex;
gap: 2em;
padding:0;
flex-direction: column;
background-color: transparent;
border: none;
text-align: center;
}
</style>
<<switch $page>>
<<case 0>>
<<if $visite>>
<<set $photos = false>>
<<set _grabphotos = {
0:[false, "loveassets/whitney/img/0/1.jpg", "loveassets/whitney/img/0/2.jpg", "loveassets/whitney/img/0/3.jpg", "loveassets/whitney/img/0/4.jpg", "loveassets/whitney/img/0/5.jpg"],
5:["loveassets/whitney/img/5/1.jpg", "loveassets/whitney/img/5/2.jpg", "loveassets/whitney/img/5/3.jpg", "loveassets/whitney/img/5/4.jpg", "loveassets/whitney/img/5/5.jpg"]
}>>
<<set _filteredKeys = $girls["whitney"].sex.filter(key => _grabphotos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set $photos = _grabphotos[_randomKey].random()>>
<</if>>
<<else>>
<<set $photos = ["loveassets/whitney/img/solo/1.jpg", "loveassets/whitney/img/solo/2.jpg", "loveassets/whitney/img/solo/3.jpg", "loveassets/whitney/img/solo/4.jpg","loveassets/whitney/img/solo/5.jpg"].random()>>
<</if>>
<<include includephoto>>
<<case 1>>
<<set _money = random(50, 200)>>
@@#media;
[img[$photos]]
<li class="mapstats">
<ul>
<li>
<<link "<sup>⇱</sup><sub>⇲</sub>">>
<<script>>
Dialog.create("", "imgscreen");
Dialog.wiki("[img[$photos]]");
Dialog.open();
<</script>>
<</link>>
</li>
</ul>
</li>
<li class="mapmenu">
<ul>
<li class="title">Well done</li>
<li>You win $<<= _money>></li>
<li><<link "Back" `previous()`>><<unset $page>><<unset $photos>><</link>></li>
</ul>
</li>
@@
<<money _money>>
<<time>>
/*<<if !$listphotos.includes($photos)>>
<<set $listphotos.push($photos)>>
<<notify>>Image [+]<</notify>>
<</if>>*/
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "hall">>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Tu entre dans ton bureau et encore une fois... tu trouve Mr Viktor assis à sa place habituelle.<</talk>>
<<say 0 _boss>> <cite>Calme</cite> On dirait que je vais devoir venir ici souvent...<</say>>
<<user 0>>UM<</user>>
<<say 0 _boss>> <cite>Sourit</cite>Aujourd'hui, j'ai une information importante, tu as un probleme grave qui pourais te couter tous tes clients...<</say>>
<<say 0 _boss>> <cite>Grand Sourire</cite>Mais ne t'inquiette pas, je suis venue avec la solution.<</say>>
<<user 0>><cite>Surpris</cite>Quoi! Pardons quesque vous voulez dire???<</user>>
<<say 0 _boss>> <cite>Prent un ton trés solannel</cite> Tu as entendu parler de Robert Sylvestre, n’est-ce pas ? Le critique d’hôtel. Son avis peut faire ou défaire un établissement.<</say>>
<<user 0>><cite>fronce les sourcils</cite> Non, je ne connais pas...<</user>>
<<say 0 _boss>><cite>Um</cite>Il est impitoyable...<</say>>
<<say 0 _boss>><cite>Sourit</cite>Mais tu peux me remercier, je sais quand il à prevus de passer une soirée ici. <</say>>
<<say 0 _boss>>Une seule nuit, une opportunité unique, qui pourrais bien apporter a ton Hotel une fabuleuse première étoile.<</say>>
<<user 0>>Un controle, une étoile ! Mon hôtel n'est pas prêt pour ça. Il y a encore beaucoup de choses à améliorer.<</user>>
<<say 0 _boss>><cite>Hausse les épaules</cite> Des détails, des broutilles. Ce qui compte, c'est l'expérience que tu vas lui offrir.<</say>>
<<say 0 _boss>>Une soirée inoubliable, à ta manière... et à la mienne. Tu vois où je veux en venir ?<</say>>
<<user 0>><cite>Mal à l’aise</cite>Oui... Vous voulez que je... m’arrange pour qu’il soit satisfait... de toutes les façons possibles ?<</user>>
<<say 0 _boss>><cite>Grand sourire</cite> Exactement. Une soirée où chaque désir est comblé. Il repartira avec un avis... exceptionnel.<</say>>
<<user 0>><cite>Regarde le sol</cite>Je ne suis pas sûr que ce soit... la meilleure manière de décrocher une étoile. Je veux dire... ce n’est pas vraiment honnête, non ?<</user>>
<<say 0 _boss>>Honnête ? Etre Honnête ne t’a pas empêché de crouler sous les dettes, n’est-ce pas ?<</say>>
<<say 0 _boss>>Ce critique a vu des centaines d’hôtels. Il ne cherche pas la perfection... il veut être impressionné, voilà tout. Et toi, tu as besoin de cette étoile.<</say>>
<<user 0>><cite>Respire fort</cite> Oui, je... je comprends. Mais je ne sais pas si c'est... si c’est la bonne chose à faire. Et si ça tournait mal ?<</user>>
<<say 0 _boss>>Tu veux que ton hôtel reste un trou à rats ? Ou tu veux cette étoile ?<</say>>
<<user 0>><cite>Résigné</cite> Je suppose que... l’hôtel a vraiment besoin de ça. <</user>>
<<user 0>>Mais... Qui vas le faire, à qui je vais demander cette énorme service.<</user>>
<<user 0>>Je ne peux pas demander ça, c'est impossible.<</user>>
<<say 0 _boss>> C’est la dur réalité des affaires. On fait des sacrifices. Et crois-moi, celui-ci est bien peu cher payé pour ce que tu as à gagner.<</say>>
<<user 0>>D’accord... d'accord je vais demander à Gabbie ou à Charity. Mais je ne suis pas sûr quelle vont aimer ça.<</user>>
<<say 0 _boss>><cite>Ahh Ahh Ahh !</cite>Je suis content que mon idée te plaise.<</say>>
<<say 0 _boss>><cite>Sourit</cite>Mais tu n'a pas besoin de demander à quelqu'un, tous est prévus.<</say>>
<<user 0>><cite>Um</cite>Pardons ?<</user>>
<<say 1 _boss>><cite>Crie</cite>Tu peux entrer Jessi.<</say>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/2/01.webm">>
<<say 0 _boss>>Ah, te voilà.<</say>>
<<say 0 _boss>><cite>Sourit</cite>Je ne vous présente pas, vous, vous connaisez dejas.<</say>>
<<say 0 _boss>>C'est elle qui va t’aider à rendre cette soirée... inoubliable. Elle a l’habitude de gérer ce genre de situations.<</say>>
<<saygirl 0 _jessi>><cite>Sourit</cite>Salut, $user.nom.<</saygirl>>
<<user 0>><cite>Glups</cite>Toi...<</user>>
<<saygirl 0 _jessi>><cite>Sourit</cite>Hé oui, je suis contente de te revoir!<</saygirl>>
<<say 0 _boss>>Bon... j'ai fait ma bonne action de la journé...<</say>>
<<say 0 _boss>>Je vous l'aisse discuter des détails, je reviendrais te voir pour te donner des nouvelles.<</say>>
<<say 0 _boss>><cite>Menacant</cite>Prend soin d'elle $user.nom.<</say>>
<<talk 0>>Viktor te l'aisse seul avec cette femme que tu reconnais difficilement, un brain de honte et de culpabiliter te ronge quand tu pense à elle enfermer dans une boite en carton.<</talk>>
<<saygirl 0 _jessi>>Ca vas $user.nom, tu as l'air inquiet...<</saygirl>>
<<user 2>>Je... Je...<</user>>
<<case 2>>
@@#media;
<<video "loveassets/case/2/02.webm">>
<<saygirl 0 _jessi>>Tu... tu...<</saygirl>>
<<saygirl 0 _jessi>>Ne t’inquiète pas, Mr Viktor à pensé à tout dans les moindres détails. Le critique vas passer la meilleur soirer de ça vie.<</saygirl>>
<<talk 0>>Tu te souvient de cette soirer passer avec elle, et tu n'a aucun doute sur le faite que le critique vas passer une trés bonne soirer.<</talk>>
<<user 0>><cite>Mal à l’aise</cite>Qu’est-ce que... qu’est-ce que tu as en tête exactement ?<</user>>
<<saygirl 0 _jessi>>Je vais séduire le critique et lui faire passé une soirée unique, mais...<</saygirl>>
<<saygirl 0 _jessi>>Il faut... qu'il nous laisse un petit souvenir. Un souvenir qu'il n'aura pas envie de partager avec ça femme et ces enfants.<</saygirl>>
<<user 0>><cite>Glups</cite><</user>>
<<saygirl 0 _jessi>><cite>Sourit</cite>... Un souvenir filmé, pour être précise. Quelque chose qui pourrait le... convaincre d’être généreux dans sa critique.<</saygirl>>
<<saygirl 0 _jessi>>Et si un jour il venait à changer d’avis, eh bien, nous aurons de quoi lui rappeler cette soirée.<</saygirl>>
<<user 0>><cite>Surpris et anxieux</cite>Tu veut le filmer ? Mais... si jamais il découvre ça...<</user>>
<<saygirl 0 _jessi>>Il ne découvrira rien, à moins qu’il ne nous force à lui montrer.<</saygirl>>
<<saygirl 0 _jessi>>C’est ça, le génie du plan. Tant qu’il joue son rôle et nous donne cette étoile, tout restera entre nous.<</saygirl>>
<<saygirl 0 _jessi>>Mais s’il décide de trahir Mr Viktor... eh bien, disons que sa femme pourrait ne pas apprécier certaines... videos.<</saygirl>>
<<saygirl 0 _jessi>>Le meilleur moyen pour ça, serais que je me face passer pour ta secretaire. je lui ferais visiter l'hotel et un peux plus...<</saygirl>>
<<user 3>><cite>Hésite</cite>Tu pense vraiment qu'il va ce l'aisser séduire si facillement?<</user>>
<<case 3>>
@@#media;
<<video "loveassets/case/2/03.webm">>
<<talk 0>>Jessi prend c'est mot comme une pique, comme un défis, personne, non personne ne peux résister à son charme.<</talk>>
<<saygirl 0 _jessi>><cite>Se Désabhille</cite>Tu pense vraiment, qu'il pouras résister à une belle femme...<</saygirl>>
<<user 0>><cite>Glups</cite><</user>>
<<saygirl 0 _jessi>>J'ai déjà fait ça je sait comment m'y prendre... Il ne pourra pas résister. Et toi, de ton côté, tu enregistrera tout discrètement.<</saygirl>>
<<user 0>><cite>Um</cite>Tu es sûrs que c’est la meilleure idée ?<</user>>
<<user 0>>Et... si ont ce fait prendre ? Mon hôtel ne s’en remettra jamais.<</user>>
<<saygirl 0 _jessi>>Ne t'inquiette pas, ce plan est à l’épreuve de tout. Tout ce que tu as à faire, c’est de suivre les instructions.<</saygirl>>
<<saygirl 0 _jessi>>Fais-moi confiance. Le critique ne se doutera de rien. Il pensera juste avoir beaucoup de chance.<</saygirl>>
<<user 0>>Mais... filmer quelqu’un à son insu... <</user>>
<<user 4>><cite>Um</cite>D’accord... mais tu doit être sur de toi, et il ne faut pas que ça nuise à mon Hotel si quelque chose tourne mal.<</user>>
<<case 4>>
@@#media;
<<video "loveassets/case/2/04.webm">>
<<talk 0>>Jessi continue de se déshabiller, comme on dit, les actes ont plus de force que les paroles, et ce corps nu devant toi te crie qu'elle sait parfaitement ce qu'elle fait.<</talk>>
<<saygirl 0 _jessi>><cite>Sourit</cite>Ton critique vas m'adorer, et bientôt, tu auras une jolie étoile.<</saygirl>>
<<saygirl 0 _jessi>><cite>Sourit</cite> Tu as juste à utiliser la caméra, Je m’occupe de tout le reste, ton critique, ton étoile...<</saygirl>>
<<saygirl 0 _jessi>><cite>s'agenouille devant toi</cite><</saygirl>>
<<saygirl 0 _jessi>>Et même de toi...<</saygirl>>
<<user 5>>De moi?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/2/1.webm" 1>>
<<user 0>><cite>Um</cite>Ahhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 6 _jessi>><cite>Gulp - Gulp</cite><</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/2/2.webm" 1>>
<<user 0>><cite>Respire fort</cite>Ahhh Ahhhh<</user>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Gulp - Gulp</cite><</saygirl>>
<<user 7>><cite>Respire fort</cite>Ohhh Ohh<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/2/3.webm" 1>>
<<saygirl 0 _jessi>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
<<saygirl 8 _jessi>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 8>>
@@#media .cum;
<<video "loveassets/case/2/4.webm" 1>>
<<user 7>><cite>Respire fort</cite>Ahhh Ahh Ahhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 7>><cite>Um</cite>Ahhhhhhhh<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 9 _jessi>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/2/05.webm">>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>><cite>Hésite</cite>Je... je... veux que tu reste avec moi à l'Hotel.<</user>>
<<saygirl 10 _jessi>><cite>Sourit et tire la langue</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/2/06.webm">>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>><cite>Reflechis</cite>Je vais suivre le plan de Mr Viktor, mais tu doit rester ici aprés.<</user>>
<<saygirl 0 _jessi>><cite>Lick - Lick</cite><</saygirl>>
<<user 0>>...<</user>>
<<saygirl 0 _jessi>><cite>Rire</cite>Gourmand...<</saygirl>>
<<saygirl 0 _jessi>><cite>Sourit</cite>Je fait tous le travail avec ton critique, tu optien ton étoile et en plus tu veut me garder...<</saygirl>>
<<user 0>><cite>Um</cite>Oui!<</user>>
<<saygirl 0 _jessi>><cite>Reflechis</cite>Ont fait le travail, et ensuite ont en reparle...<</saygirl>>
<<user 0>>Heu...<</user>>
<<saygirl 0 _jessi>>Promis ont en parle plus tard, bye bye.<</saygirl>>
<<talk "hall">>Sur ces mots, elle s'en va... tu reste la, perdu dans tes pensées, tu te demandes comment faire pour garder cette femme près de toi.<</talk>>
@@
<<time>>
/*<<set $user.quete = 10>>*/
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<set _rob = "loveassets/case/robert.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/case/3/01.webm">>
<<talk 0>>You enter your office and see Jessi sitting behind your desk, looking impatient.<</talk>>
<<saygirl 0 _jessi>><cite>Pressing tone</cite> Oh, finally! You're here! Quick, hide, the critic will be here any minute.<</saygirl>>
<<user 0>><cite>Surprised</cite>What? Now? But but...<</user>>
<<saygirl 0 _jessi>>Come on! Hide back there, and get your phone ready. We don't have time. And most importantly, not a sound, understood?<</saygirl>>
<<user 0>><cite>Trembling hands</cite> Okay, but... I... I don’t know... I mean, what if I get caught?<</user>>
<<saygirl 0 _jessi>><cite>Ahh</cite> You won’t get caught. Trust me. I’ve got everything under control.<</saygirl>>
<<saygirl 0 _jessi>>You, stay hidden and do exactly what we agreed: you film, stay silent, and let things play out. Everything will go smoothly.<</saygirl>>
<<talk 0>>Anxious, you slip behind a shelf, finding a small gap where you can observe everything discreetly.<</talk>>
<<talk 0>>Your breathing is fast, your hands are clammy, but you turn on your phone's camera, ready to record.<</talk>>
<<user 0>><cite>Whispers</cite>Is this okay?<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Perfect, now, not a word...<</saygirl>>
<<talk 1>>A few minutes later, you hear heavy footsteps approaching. The door opens, and Robert Sylvestre, the hotel critic, walks into the room.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/3/02.webm">>
<<say 0 _rob>>Hello, I'd like to see the hotel manager. A lovely woman named Gabbie sent me here.<</say>>
<<saygirl 0 _jessi>><cite>Ahhh</cite>Hello, I'm sorry, $user.nom isn't here, but I'd be happy to assist you.<</saygirl>>
<<saygirl 0 _jessi>><cite>With a sharp tone</cite> Unless, of course, you prefer women like Gabbie, with a... large chest...<</saygirl>>
<<say 0 _rob>>I... I... um... you... you're very charming too...<</say>>
<<saygirl 0 _jessi>><cite>Smiles</cite>Then I can certainly help you.<</saygirl>>
<<user 0>><cite>Thinks</cite>What is she playing at...<</user>>
<<say 0 _rob>>Uh... Perfect, I came to ask a few questions and tour the hotel. If you could assist me, that would be great.<</say>>
<<saygirl 2 _jessi>><cite>Smiles</cite>With pleasure.<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/case/3/03.webm">>
<<say 0 _rob>>You know, I'm here to evaluate the hotel to decide whether or not it deserves a star.<</say>>
<<saygirl 0 _jessi>>Ah, so you're an important man...<</saygirl>>
<<say 0 _rob>>Uh... yes, well, sort of. I’m the one who evaluates all the hotels in this city.<</say>>
<<saygirl 0 _jessi>>Oh really? And what exactly would you like to evaluate?<</saygirl>>
<<say 0 _rob>>Well... the reputation of a hotel is primarily based on the hospitality and quality of the services.<</say>>
<<saygirl 0 _jessi>><cite>Smiles mischievously</cite> Oh, we do everything to make every guest feel unique... special.<</saygirl>>
<<saygirl 0 _jessi>>You will discover that tonight, sir. I’m going to give you an experience you won't find anywhere else.<</saygirl>>
<<say 0 _rob>><cite>Frowns</cite><cite>Ahem</cite> And what about the facilities? The rooms, the common areas...<</say>>
<<saygirl 0 _jessi>>You know, a hotel is really about the people who work there. Women who make every moment unforgettable... ...as I’m about to prove to you.<</saygirl>>
<<say 0 _rob>><cite>Coughs awkwardly</cite> And... are the hotel’s finances stable? I need to make sure everything is in order before writing my review.<</say>>
<<saygirl 0 _jessi>><cite>Laughing softly</cite> Oh... the numbers? I have to admit, I know absolutely nothing about them...<</saygirl>>
<<saygirl 0 _jessi>><cite>She looks at the computer</cite> And to be honest, this computer doesn't even work... I think I broke it!<</saygirl>>
<<say 0 _rob>><cite>Surprised</cite> The computer doesn't work?<</say>>
<<saygirl 0 _jessi>>Yes... and you would really be a sweetheart if you came here, close to me, to help me make it work.<</saygirl>>
<<saygirl 0 _jessi>><cite>Smiles</cite> Maybe you could teach me... We could learn together...<</saygirl>>
<<talk 3>>Still hidden behind the shelf, you film the scene with a mix of nervousness and fascination. Jessi is perfectly in control of the situation, turning every obstacle to her advantage, and the critic seems more and more trapped.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/3/04.webm">>
<<say 0 _rob>><cite>Clearly disturbed</cite> You see... it's important to know that the hotel is well managed... especially if you're aiming for a star.<</say>>
<<saygirl 0 _jessi>><cite>Smiles</cite> Oh, don't worry about that, sir. The "management" is in very good hands.<</saygirl>>
<<say 0 _rob>><cite>Ahem</cite><</say>>
<<saygirl 0 _jessi>><cite>Laughs</cite> But tonight, it's not numbers you should be concerned about.<</saygirl>>
<<say 0 _rob>><cite>Gulps</cite> But still, a computer that doesn't work...<</say>>
<<saygirl 0 _jessi>><cite>Laughs</cite> It was working five minutes ago, I must have unplugged a cable under the desk while spreading my legs, you understand, I'm so hot.<</saygirl>>
<<say 0 _rob>><cite>Gulps - Gulps</cite>You... you... you want me to take a look?<</say>>
<<saygirl 0 _jessi>><cite>Smiles and looks at him lovingly</cite> My savior...<</saygirl>>
<<talk 4>>You continue filming, knowing where this is headed, the perfect start for an adult film, the assistant who needs help, the tension rises a notch. The manipulation is almost complete.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/3/05.webm">>
<<talk 0>>Under Jessi's influence, the critic, perplexed, slides under the table, seeking a way to help this young woman in distress. As he lifts his head, his gaze freezes.<</talk>>
<<talk 0>>First shocked, then captivated, he realizes that Jessi is wearing nothing under her dress. His mind wavers between disbelief and growing fascination.<</talk>>
<<talk 0>>Understanding the effect she has, Jessi slowly begins to spread her legs, an imperceptible smile on her lips, playing with the tension that is rising in the air.<</talk>>
<<talk 0>>To perfect her seduction game, she slides her hands down her thighs, her movements calculated, gently brushing her skin with a nonchalant sensuality.<</talk>>
<<talk 0>>Still hidden, you grip your phone a little more tightly.<</talk>>
<<talk 0>>Every movement of her hands seems to resonate within you, making every fiber of your body vibrate.<</talk>>
<<talk 5>>Hidden just a few meters away, you wonder what impact this scene is having on the critic, now so close to his intimacy.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/3/06.webm">>
<<talk 0>>Finally, carried away by an impulse, the critic forgets all restraint.<</talk>>
<<talk 0>>Nothing else matters, neither the place nor the consequences. It's as if everything around them fades away, leaving only this pressing need to get closer to her.<</talk>>
<<say 0 _rob>><cite>Lick - Lick</cite><</say>>
<<talk 0>>It's hard to tell if Jessi is manipulating the critic or if she's genuinely enjoying herself.<</talk>>
<<talk 0>>But one thing is certain... her moans resonate within you, and a twinge of jealousy begins to creep in.<</talk>>
<<saygirl 6 _jessi>><cite>Um</cite> Haaaa Haaaa my savior...<</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/3/1.webm" 1>>
<<talk 0>>Jessi stands up, her legs trembling. She leans on the desk to invite the critic to enjoy her body.<</talk>>
<<talk 0>>Catching his breath and visibly more and more captivated by Jessi, the critic forgets all modesty and jumps at the gift that is in front of him.<</talk>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohhh Ohhh Ohhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>AHHHHH<</saygirl>>
<<saygirl 7 _jessi>><cite>Um</cite>Ohhh Ohhhhhh Ohhhhh<</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/3/2.webm" 1>>
<<say 0 _rob>><cite>Slap - Slap</cite><</say>>
<<saygirl 0 _jessi>><cite>Um</cite>Ummm Ahhh ahhh ahhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>OHHHHH Ohhh Ohhhh<</saygirl>>
<<saygirl 8 _jessi>><cite>Um</cite>Ahhhhh ahhhhhh Ummmm<</saygirl>>
@@
<<case 8>>
@@#media .cum;
<<video "loveassets/case/3/3.webm" 1>>
<<say 0 _rob>><cite>Umm</cite>Ahhhhh Ahhhh<</say>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahhhh<</saygirl>>
<<say 9 _rob>><cite>Umm</cite>Ahhhhh Ahhhh<</say>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/3/07.webm">>
<<say 0 _rob>><cite>Umm</cite>Swallow...<</say>>
<<say 0 _rob>><cite>Umm</cite>Swallow... my princess.<</say>>
<<say 0 _rob>><cite>Umm</cite>Swallow... and I'll make the stars rain down on this hotel.<</say>>
<<saygirl 10 _jessi>><cite>Swallow</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/3/08.webm">>
<<saygirl 0 _jessi>>So what do you think, this hotel is wonderful?<</saygirl>>
<<say 0 _rob>>Yes, my princess<</say>>
<<saygirl 0 _jessi>>And are you going to give this hotel a star?<</saygirl>>
<<say 0 _rob>>Yes, my princess<</say>>
<<saygirl 11 _jessi>><cite>Kisses</cite> Perfect, I'm counting on you, come back whenever you want.<</saygirl>>
@@
<<case 11>>
@@#media;
[img["loveassets/case/jessi2_cover.jpg"]]
<<talk 0>>Jessi looks into your eyes as the critic is about to leave.<</talk>>
<<saygirl 0 _jessi>><cite>Whispers</cite> We'll see each other soon, $user.nom.<</saygirl>>
<<saygirl 0 _jessi>>Are you ready? I’ll walk with you, I have to leave too.<</saygirl>>
<<say 0 _rob>>I’m waiting for you, my princess.<</say>>
<<talk 0>>They both leave the room, the critic wearing a broad smile. There's no doubt that if he could give them to you, you'd already have five stars.<</talk>>
<<talk "hall">>You remain there, hidden, reflecting on what just happened and the possibilities that would open up if you had a woman like that by your side.<</talk>>
@@
<<time>>
<<set $user.quete = 11>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>You sit at your desk, thinking about what Jessi did for you.<</talk>>
<<talk 0>>For you? Or for Mr. Viktor... For the first time, you envy that man.<</talk>>
<<talk 0>>How can a man like him have such a devoted woman? Is it fear that drives her?<</talk>>
<<talk 0>>There are so many questions you’d like to ask her.<</talk>>
<<talk 0>>What could you do to help her? How could you convince her to come work at your hotel?<</talk>>
<<talk 1>>But more importantly, what will you owe Mr. Viktor in exchange for the favor she did for you?<</talk>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Suddenly, the door opens and Mr. Viktor enters, a predatory smile on his lips.<</talk>>
<<say 0 _boss>>Ah, here’s our man of the day. I must congratulate you…<</say>>
<<talk 0>>He stops in front of your chair and stares right into your eyes.<</talk>>
<<user 0>><cite>Ahem - Ahem</cite>Please, take my seat...<</user>>
<<say 0 _boss>><cite>Smiling</cite>So... everything went as planned. Congratulations, $user.nom.<</say>>
<<say 0 _boss>>You wanted to be the owner of a one-star hotel, you're happy, right? I told you it would work.<</say>>
<<user 0>><cite>Uncomfortable</cite>Is it true??? Ohhh yes... thank you, uh... Thank you, Mr. Viktor.<</user>>
<<user 0>>Everything went as planned?<</user>>
<<say 2 _boss>>Just as I had planned, yes...<</say>>
@@
<<case 2>>
@@#media .zoom15;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>><cite>Staring into your eyes</cite>I hope you don’t forget that without me, you’d never have had that star.<</say>>
<<say 0 _boss>>You owe me a lot… but this time, it’s a gift.<</say>>
<<user 0>><cite>Defensive</cite>Yes… Uh... Thank you, thank you very much.<</user>>
<<say 0 _boss>>Yes... yes... But I didn’t come here just for that.<</say>>
<<user 3>><cite>Panic rising</cite>But you just said it was a gift...<</user>>
@@
<<case 3>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>><cite>Smiling</cite>It’s not for me, it’s... Jessi.<</say>>
<<user 0>>Yes?...<</user>>
<<say 0 _boss>>She’d like to see you... She’s waiting for you at my hotel.<</say>>
<<user 0>>At your hotel?<</user>>
<<say 0 _boss>>Oh yes, I have a lot of business in this town...<</say>>
<<say 0 _boss>>Go see Jessi, and at the same time, you can see what a hotel worthy of the name is like.<</say>>
<<talk 0>>Mr. Viktor places a piece of paper with an address on your desk.<</talk>>
<<user 0>>Alright... I’ll stop by.<</user>>
<<say 0 _boss>>Perfect, and once again, congratulations on your first star. I hope you won’t need me to get more.<</say>>
<<user 0>>...<</user>>
<<talk 0>>Mr. Viktor prepares to leave, throwing you one last look.<</talk>>
<<say 0 _boss>>Oh, and a piece of advice... Don’t keep Jessi waiting too long, she’ll soon be going back to her box.<</say>>
<<user 4>><cite>Surprised</cite>Uh... I’ll be quick, Mr. Viktor.<</user>>
@@
<<case 4>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Viktor turns on his heel and leaves the office without another word.<</talk>>
<<talk 0>>The joy of earning a star for your hotel is quickly overshadowed by a new pressure.<</talk>>
<<talk "hall">>You’ll have to convince Jessi to follow you, in an environment where Mr. Viktor reigns supreme.<</talk>>
@@
<<time>>
<<set $user.star = 1>>
<<notify>>One star, Congratulations.<</notify>>
<<set $user.quete = 12>>
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _liz = "loveassets/liz/lizjordan.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>You sit at your desk, staring at the door in silence.<</talk>>
<<talk 0>>You take a deep breath, your gaze troubled, feeling a mix of doubt and fear.<</talk>>
<<talk 0>>You know that meeting Jessi is a risk, but you have to recruit her, you're sure that with her, you could save your hotel.<</talk>>
<<user 0>><cite>Thinking out loud</cite>Um, Jessi... She could really change everything.<</user>>
<<user 0>>But how to convince her? And... if Mr. Viktor gets involved...<</user>>
<<talk 0>>You sigh, casting an anxious look toward the door.<</talk>>
<<talk 0>>You already imagine the upcoming meeting, your thoughts circling around the possibilities.<</talk>>
<<talk 0>>Every scenario you envision ends in failure, rejection… or worse, Mr. Viktor's anger.<</talk>>
<<user 0>><cite>Frowning</cite> Well… I don’t have a choice. It’s not just for me… it’s for the hotel.<</user>>
<<talk 1>>You take one last breath, finally stand up, and grab your car keys.<</talk>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/intro/route.webm">>
<<talk 0>>You grip the steering wheel tightly. The road rushes by in front of you.<</talk>>
<<talk 0>>But you can’t stop thinking about the conversation you’re going to have with Jessi.<</talk>>
<<talk 0>>How to approach her, what arguments to use to convince her to leave Mr. Viktor's hotel.<</talk>>
<<talk 0>>Your thoughts whirl, anxiety overtakes you.<</talk>>
<<user 0>><cite>Lost in thought while looking at the road</cite> How am I going to approach this...? Jessi is smart, she knows what she wants.<</user>>
<<user 0>>What if she refuses...? What if she decides to stay with Mr. Viktor?<</user>>
<<talk 0>>You clench your teeth, your heart racing. You can’t help but imagine facing Mr. Viktor.<</talk>>
<<talk 0>>The very thought sends shivers of anxiety through you.<</talk>>
<<user 0>><cite>Whispering</cite> It's going to be fine... It's going to be fine...<</user>>
<<user 0>>She will understand the importance of my request, right?<</user>>
<<user 0>>She might give me a chance.<</user>>
<<talk 2>>You lightly tap your fingers on the steering wheel, forcing yourself to breathe calmly.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/viktorhotel.jpg]]
<<talk 0>>You arrive in front of Viktor's imposing hotel. You park, take a deep breath to calm your nerves.<</talk>>
<<talk 0>>You can't help but admire the grandeur of the building, which seems almost threatening.<</talk>>
<<talk 0>>At that moment, you realize how powerful Mr. Viktor is, much more than you imagined.<</talk>>
<<user 0>><cite>Whispers</cite>Well... it's time. No turning back.<</user>>
<<talk 0>>You take one last deep breath before getting out of your car and heading toward the entrance.<</talk>>
<<talk 0>>Your heart races faster as you approach. You know that this meeting with Jessi could change everything.<</talk>>
<<talk 3>>For better or for worse.<</talk>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/01.webm">>
<<talk 0>>As you enter the hall, you discover a receptionist sitting on a couch who seems to be looking around, acting suspiciously.<</talk>>
<<talk 0>>The closer you get, the more your eyes adjust to the dim lighting that reigns in this place.<</talk>>
<<talk 0>>You squint to see better, but no, you’re not crazy, this receptionist is enjoying herself off right in the middle of the hall.<</talk>>
<<talk 0>>At first shocked, you begin to realize where you are. Knowing Mr. Viktor and Jessi, there's nothing that surprises you anymore!<</talk>>
<<talk 0>>The anxiety you felt until now starts to fade as you watch this woman, burning with desire, in front of you.<</talk>>
<<talk 0>>She hasn't noticed you yet! You could make a noise, tap your feet, clear your throat to show your presence, but...<</talk>>
<<talk 4>>With all the stress you've built up inside, you think that a little peek won't hurt.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/02.webm">>
<<talk 0>>You remain silent as she puts on her show, after playing with her breasts, now she burns with desire to touch her pussy.<</talk>>
<<talk 0>>You widen your eyes in a cathedral-like silence.<</talk>>
<<talk 0>>If all the women in this hotel are as welcoming, you have a lot of work left to do in yours.<</talk>>
<<talk 5>>You remain discreet but you succumb to the desire to get closer, you want to see more, maybe even participate.<</talk>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/03.webm">>
<<saygirl 0 _liz>><cite>Um</cite> Um Ummm.<</saygirl>>
<<talk 0>>You realize that despite doing this in a very public place, she holds back from moaning too loudly.<</talk>>
<<saygirl 0 _liz>><cite>Laughing</cite> Ummmmmmm.<</saygirl>>
<<talk 0>>Her little moans accompanied by her soft laughter make your body vibrate.<</talk>>
<<talk 0>>You've gone from anxiety to excitement in two seconds, thanks to the beautiful stranger.<</talk>>
<<talk 6>>After watching for a while, and thinking she has finished "playing," you decide to show yourself.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/04.webm">>
<<user 0>><cite>Ahem - Ahem</cite>Hello, is anyone there?<</user>>
<<saygirl 0 _liz>><cite>Bashfully</cite>Uh... yessss, hello.<</saygirl>>
<<user 0>>Hello, sorry I didn't see you... can you help me? I'm looking for Jessi.<</user>>
<<saygirl 0 _liz>><cite>Bashfully</cite>Uh... yes, of course, from whom, please?<</saygirl>>
<<user 0>>I am $user.nom, the manager of the $user.hotel.<</user>>
<<saygirl 0 _liz>><cite>Surprised</cite>Oh but yes $user.nom, our special guest, she's waiting for you, and she gave me a little something for you.<</saygirl>>
<<user 7>>Something for me?<</user>>
@@
<<case 7>>
<<inventory "10000">>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/05.webm">>
<<talk 0>>She hands you a small black card, with "V.I.P." written in gold on it.<</talk>>
<<user 0>>...<</user>>
<<saygirl 0 _liz>><cite>Smiling</cite>Jessi wasn't sure if you'd come for work or for pleasure, with this card you get to have a girl.<</saygirl>>
<<user 0>>A girl?<</user>>
<<saygirl 0 _liz>><cite>Shrugging</cite>Yes you have the right to have a good time with any girl here.<</saygirl>>
<<saygirl 0 _liz>><cite>Rolling her eyes and sticking out her tongue</cite>Anyone, even me!<</saygirl>>
<<user 0>><cite>Glups</cite>Uh... yeah okay, I'll think about it later. Can you let Jessi know I'm here?<</user>>
<<user 0>><cite>Thinking</cite>A useful card to maybe convince Jessi.<</user>>
<<saygirl 8 _liz>>For a handsome guy like you, I'll do better, I'll take you there, come follow me, we're going to take the elevator.<</saygirl>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/06.webm">>
<<talk 0>>You follow her into the elevator, but you notice something's off.<</talk>>
<<talk 0>>She checks that no one is coming up with you, and she seems very excited.<</talk>>
<<saygirl 0 _liz>><cite>Pressing the button</cite>Pfff... It's on the top floor... and the elevator is really slow...<</saygirl>>
<<saygirl 0 _liz>><cite>Slapping her butt</cite>Pfff... What could we do while we wait...<</saygirl>>
<<talk 0>>You stand there speechless in front of this little woman overflowing with energy.<</talk>>
<<talk 9>>You gaze at her, fascinated by how the dim light of the elevator highlights her charm.<</talk>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/07.webm">>
<<talk 0>>The elevator hasn't even passed the first floor when she starts to sway.<</talk>>
<<talk 0>>She rubs her body, letting out little moans, first discreetly and then louder.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Umm $user.nom, I'm bored...<</saygirl>>
<<talk 0>>She ends up touching her breasts and slowly lowers the straps of her little top.<</talk>>
<<talk 10>>Her top, covered in little cherries, reveals her breasts, and your cock twitches at the sight of her "little cherries".<</talk>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/08.webm">>
<<saygirl 0 _liz>><cite>Um</cite>Umm ummm<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Yessss<</saygirl>>
<<talk 0>>Losing all restraint, or perhaps never having had any, she touches herself standing in front of you while the elevator and your cock ascends.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>$user.nom... $user.nom, I'm bored...<</saygirl>>
<<talk 11>>You understand the signs, but you remain speechless before this woman who desires you to be her little pleasure.<</talk>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/1.webm" 1>>
<<saygirl 0 _liz>><cite>Um</cite>Ahhh Ahhhhh<</saygirl>>
<<saygirl 0 _liz>><cite>Breathing hard</cite>Ahhhhh Fuck<</saygirl>>
<<saygirl 0 _liz>><cite>Breathing hard</cite>Ahhhhhhhhh<</saygirl>>
<<saygirl 12 _liz>><cite>Whispers</cite>$user.nom ... $user.nom<</saygirl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/09.webm">>
<<talk 0>>You watch this woman take pleasure, and you feel like your zipper is about to burst.<</talk>>
<<talk 0>>You think about using the V.I.P. card with Jessi. But... there should have been fewer floors in this hotel.<</talk>>
<<talk 0>>You look at the elevator display, third floor... you must decide now...<</talk>>
<<talk 0>>As if to invite her to include you in her desires, you take out your cock from your pants and start to masturbate.<</talk>>
<<user 13>><cite>Um</cite>Umm Ahhhh.<</user>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/2.webm" 1>>
<<talk 0>>It only takes a few seconds for her to respond to the call, she approaches you to kiss you, but you have only one thing on your mind.<</talk>>
<<talk 0>>You place your hand on her shoulder and apply a little pressure, she perfectly understands what you expect from her and gets down on her knees.<</talk>>
<<talk 0>>She starts to lick you gently and then begins to suck, but it's not enough for you.<</talk>>
<<talk 0>>This little show has already made you far too hard, and with a sudden motion, you push your cock deep into her throat.<</talk>>
<<saygirl 0 _liz>><cite>Glurk - Glurk</cite>Ohhh<</saygirl>>
<<saygirl 0 _liz>><cite>Suck - Suck</cite>Ohhh ohhhhh<</saygirl>>
<<user 14>><cite>Um</cite>Hoooooo.<</user>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/3.webm" 1>>
<<talk 0>>In a whirlwind of passion, she undresses you, then tackles you to the floor and climbs on top of you.<</talk>>
<<talk 0>>Although you've understood that she's not a shy girl, her pussy resists direct penetration for a few seconds.<</talk>>
<<talk 0>>But when this girl has an idea in mind, it's hard to take it away and by dint of coming and going she gets all your desire into those wet dreams.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Ahhh Ahhhhh God yes<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ohhh Ahhhhh<</saygirl>>
<<user 0>>Fuckkkk<</user>>
<<saygirl 15 _liz>><cite>Laughs</cite>Ahhhhhhhh ahhh<</saygirl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/4.webm" 1>>
<<talk 0>>About to cum, you take her by the hips and initiate pressure, a way of telling her to turn around.<</talk>>
<<talk 0>>She performed the gesture very quickly, carried away by her desire, too quickly even, leaving you only a few seconds to regain control.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Hoo my god yes yes don't stop<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>UMMMMmmmm<</saygirl>>
<<saygirl 16 _liz>><cite>Um</cite>Fuckkk UMmm<</saygirl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media .cum;
<<video "loveassets/liz/1/5.webm" 1>>
<<talk 0>>Every blow you give makes you want to explode, but you resist and speed up the come and go, until the end you'll go faster and faster.<</talk>>
<<talk 0>>Suddenly you slow down, your come and go becomes gentler and in a rush of desire you unload yourself into this girl whose name you don't even know.<</talk>>
<<talk 0>>Every little come, go, return comes with a whimper from you and its share of cum, you didn't count them but one thing and on her who wanted sex here she is filled to the brim.<</talk>>
<<saygirl 0 _liz>><cite>Laughs</cite>Ahhhhhhhhhh<</saygirl>>
<<user 0>>Haaaa. Haaaa.<</user>>
<<user 0>>Haaaaaaaa. Haaaaa.<</user>>
<<user 0>>Haaaa Haaaaa.<</user>>
<<saygirl 0 _liz>><cite>Um</cite>Ohhh my godddd.<</saygirl>>
<<user 17>>Fuck... Hooo hoooo<</user>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/010.webm">>
<<saygirl 0 _liz>><cite>Um</cite>Ummm it's so good.<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ummm let me taste your cum $user.nom.<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ummmmm.<</saygirl>>
<<talk 0>>You stay along her, while she swallows everything that flows from her.<</talk>>
<<talk 0>><cite>TiG</cite>The elevator has arrived and the doors open, you are both lying there, breathless, looking into each other's eyes.<</talk>>
<<talk 0>>You have lost all your stress in this torrid dance, but you suddenly remember where you are and what you still have to do.<</talk>>
<<talk 18>>You gently push her away and start getting dressed. She looks at you and begins to do the same, still wearing a big smile on her lips.<</talk>>
@@
<<case 18>>
<<delinventory "10000">>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/011.webm">>
<<saygirl 0 _liz>><cite>Showing your V.I.P card</cite>I'm sorry $user.nom, but I have to take that back from you, I hope she satisfied you.<</saygirl>>
<<user 0>><cite>Surprised</cite>Uh, yes, very much thank you, it's a magnificent card that found the right moment to relax me.<</user>>
<<saygirl 0 _liz>><cite>Laughing</cite>I'm glad to hear that! One last thing before I leave you, since you were invited by Jessi, you have the right to look in the rooms, but BE CAREFUL, no touching.<</saygirl>>
<<user 0>><cite>Um</cite>Uh... I didn't intend to do anything upon my arrival...<</user>>
<<saygirl 0 _liz>><cite>Smiling</cite>Yes, yes, I can see you're a great seducer. But even if the girls make you want to TOUCH, it's FORBIDDEN, promise me?<</saygirl>>
<<user 0>>We look but we don't touch, understood!!!<</user>>
<<saygirl 0 _liz>><cite>Smiling</cite>Perfect, Jessi is at the end of the hallway. Hurry up, she's eager to see you again.<</saygirl>>
<<saygirl 0 _liz>><cite>Kisses</cite>.<</saygirl>>
<<talk "viktorhotel">>The elevator doors close, you take one last look at this young woman, and you realize you still forgot to ask her name.<</talk>>
@@
<<time>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<set _rob = "loveassets/case/robert.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/case/3/01.webm">>
<<talk 0>>Tu entre dans son bureau et tu voit Jessi installée derrière ton bureau, l’air impatiente.<</talk>>
<<saygirl 0 _jessi>><cite>Le ton pressant</cite> Oh, enfin ! Tu es là ! Vite, cache-toi, le critique va arriver d'une minute à l'autre.<</saygirl>>
<<user 0>><cite>Surpris</cite>Quoi ? Maintenant ? mais mais...<</user>>
<<saygirl 0 _jessi>>Allais ! Cache-toi là derrière, et prépare ton téléphone. On n'a pas le temps. Et surtout, pas un bruit, compris ?<</saygirl>>
<<user 0>><cite>Les mains tremblantes</cite> D'accord, mais... je... je ne sais pas... Je veux dire, et si je me fais repérer ?<</user>>
<<saygirl 0 _jessi>><cite>Ahh</cite> Tu ne te feras pas repérer. Fais-moi confiance. Je gère tout.<</saygirl>>
<<saygirl 0 _jessi>>Toi, tu restes caché et tu fais ce qu'on à dit : tu filmes, tu restes silencieux, et tu laisses faire. Tout va bien se passer.<</saygirl>>
<<talk 0>>Anxieux, tu te faufile derrière une étagère, il y à, la, une petite ouverture d'où tu peut tout observer discrètement.<</talk>>
<<talk 0>>Ta respiration est rapide, tes mains sons moites, mais tu active la caméra de ton téléphone, prêt à enregistrer.<</talk>>
<<user 0>><cite>Chuchotte</cite>C'est bien la ?<</user>>
<<saygirl 0 _jessi>><cite>Um</cite> Parfait, m'entenant, plus un mot...<</saygirl>>
<<talk 1>>Quelques minutes plus tard, tu entend des pas lourds approcher. La porte s’ouvre, et Robert Sylvestre, le critique d’hôtel, entre dans la pièce.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/3/02.webm">>
<<say 0 _rob>>Bonjour, Je voudrais voir le gerant de l'hotel, une femme charmante du nom de Gabbie m'a envoyer ici.<</say>>
<<saygirl 0 _jessi>><cite>Ahhh</cite> Bonjour, je suis désoler, $user.nom n'est pas la, mais je serais ravie de vous renseigner.<</saygirl>>
<<saygirl 0 _jessi>><cite>Le ton tranchant</cite> Ahh moinnn que vous ne préférerier les femmes comme Gabbie, avec une enorme poitrine...<</saygirl>>
<<say 0 _rob>>Je je.. Heuu.. vous... vous êtes trés charmante aussi....<</say>>
<<saygirl 0 _jessi>><cite>Sourit</cite> Alors je peux certainement vous aidez.<</saygirl>>
<<user 0>><cite>Pense</cite>Mais à quoi elle joue...<</user>>
<<say 0 _rob>>Heuu... Parfait, je suis venue poser quelque question et visiter l'Hotel, si vous pouviez m'aider ce serais parfait.<</say>>
<<saygirl 2 _jessi>><cite>Sourit</cite> Avec plaisir.<</saygirl>>
<<case 2>>
@@#media;
<<video "loveassets/case/3/03.webm">>
<<say 0 _rob>> Vous savez, je suis ici pour évaluer l'Hotel afin de décider si oui ou non il m'errite une étoile.<</say>>
<<saygirl 0 _jessi>>Haaaa vous êtes un homme important...<</saygirl>>
<<say 0 _rob>>Heu... oui , nonnn enfin c'est moi qui évalue tous les Hotels de cette ville.<</say>>
<<saygirl 0 _jessi>>Haa oui et qu’aimeriez-vous évaluer exactement?<</saygirl>>
<<say 0 _rob>>Eh bien... la réputation d'un hôtel repose avant tout sur l'accueil et la qualité des services.<</say>>
<<saygirl 0 _jessi>><cite>Sourit malicieusement</cite> Oh, nous faisons tout pour que chaque clients se sente unique... spécial.<</saygirl>>
<<saygirl 0 _jessi>>Vous allez le découvrir ce soir, Monsieur. Je vais vous faire vivre une experience que vous ne trouverez nulle part ailleurs.<</saygirl>>
<<say 0 _rob>><cite>Fronçe les sourcils</cite><cite>Ahem</cite> Et concernant les installations ? Les chambres, les espaces communs...<</say>>
<<saygirl 0 _jessi>>Vous savez, un hôtel, c’est avant tout les gens qui y travaillent. Des femmes qui rende chaque moment inoubliable... ... comme je m'apprête à vous le prouver.<</saygirl>>
<<say 0 _rob>><cite>Ahem - Ahem</cite> Est... les finances de l’hôtel sont-elles stables ? Je dois m’assurer que tout est en ordre avant de rédiger mon évaluation..<</say>>
<<saygirl 0 _jessi>><cite>Riant doucement</cite> Oh... les chiffres ? Je dois vous avouer que je n’y connais absolument rien...<</saygirl>>
<<saygirl 0 _jessi>><cite>Elle regarde l’ordinateur</cite> Et pour être honnête, cet ordinateur ne fonctionne même pas... Je crois que je l’ai cassé!.<</saygirl>>
<<say 0 _rob>><cite>Surpris</cite> L’ordinateur ne fonctionne pas ?<</say>>
<<saygirl 0 _jessi>>Oui... et vous seriez vraiment un amour si vous veniez ici, près de moi, pour m'aider à le faire fonctionner.<</saygirl>>
<<saygirl 0 _jessi>><cite>Sourit</cite> Peut-être que vous pourriez m’appendre... On pourrais appendre ensemble...<</saygirl>>
<<talk 3>>Toujours caché derrière l’étagère, tu filme la scène avec un mélange de nervosité et de fascination. Jessi contrôle parfaitement la situation, détournant chaque obstacle à son avantage, et le critique semble de plus en plus pris au piège.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/3/04.webm">>
<<say 0 _rob>><cite>Visiblement troublé</cite> Vous comprenez... c'est important de savoir que l'hôtel est bien gére... surtout si vous visez une étoile.<</say>>
<<saygirl 0 _jessi>><cite>Sourit</cite> Oh, ne vous inquiétez pas pour ça, Monsieur. La "gestion" est entre de très bonnes mains.<</saygirl>>
<<say 0 _rob>><cite>Ahem</cite><</say>>
<<saygirl 0 _jessi>><cite>Rire</cite> Mais ce soir, ce n'est pas de chiffres dont vous devriez vous préoccuper.<</saygirl>>
<<say 0 _rob>><cite>Glups</cite>Mais quand même un ordinateur qui ne fonctionne pas...<</say>>
<<saygirl 0 _jessi>><cite>Rire</cite> Il fonctionner il y a cinq minute, j'ai du débranche un cable sous le bureau, en écartant les jambes, vous comprenner j'ai télément chaud.<</saygirl>>
<<say 0 _rob>><cite>Glups - Glups</cite>Vous. vous.. vous... voulez que je regarde?<</say>>
<<saygirl 0 _jessi>><cite>Sourit et le regarde amoureusement</cite> Mon sauveur...<</saygirl>>
<<talk 4>>Tu continue de filmer, sachant ou cela vas mener, le parfait debut pour un film X, l'assistante qui à besoin d'aide, la tension monte d'un cran. La manipulation est presque complète.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/3/05.webm">>
<<talk 0>>Sous l'influence de Jessi, le critique, perplexe, se glisse sous la table, cherchant un moyen d'aider cette jeune femme en détresse. Alors qu'il relève la tête, son regard se fige.<</talk>>
<<talk 0>>D'abord choqué, puis captivé, il réalise que Jessi ne porte rien sous sa robe. Son esprit vacille entre l'incrédulité et une fascination croissante.<</talk>>
<<talk 0>>Comprenant l'effet qu'elle provoque, Jessi commence lentement à écarter les jambes, un sourire imperceptible aux lèvres, jouant avec la tension qui monte dans l'air.<</talk>>
<<talk 0>>Pour parfaire son jeu de séduction, elle fait glisser ses mains le long de ses cuisses, ses gestes calculés, effleurant doucement sa peau avec une sensualité nonchalante.<</talk>>
<<talk 0>>Toujours chaché, tu agrippes ton téléphone un peu plus fermement.<</talk>>
<<talk 0>>Chaque mouvement de ses mains semble résonner en toi, faisant vibrer chaque fibre de ton corps.<</talk>>
<<talk 5>>Caché à quelques mètres, tu te demandes quel impact cette scène a sur le critique, maintenant si proche de son intimité.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/3/06.webm">>
<<talk 0>>Finalement, emporté par une pulsion, le critique oublie toute retenue.<</talk>>
<<talk 0>>Plus rien n'a d'importance, ni l'endroit, ni les conséquences. C'est comme si tout autour d'eux s'effaçait, ne laissant que ce besoin pressant de se rapprocher d'elle.<</talk>>
<<say 0 _rob>><cite>Lick - Lick</cite><</say>>
<<talk 0>>Difficile de savoir si Jessi manipule le critique ou si elle y prend vraiment du plaisir.<</talk>>
<<talk 0>>Mais une chose est certaine... ses gémissements résonnent en toi, et une pointe de jalousie commence à s'insinuer en toi.<</talk>>
<<saygirl 6 _jessi>><cite>Um</cite> Haaaa Haaaa mon sauveur...<</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/3/1.webm" 1>>
<<talk 0>>Jessi fini par ce relever, les jambes tremblante, Elle s'apuis sur le bureau pour inviter le critique à profiter de son corps.<</talk>>
<<talk 0>>Reprenant son souffle et visiblement de plus en plus captivé par Jessi, le critique oublie toute pudeure et saute sur le cadeau qui ce trouve devant lui.<</talk>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohhh Ohhh Ohhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>AHHHHH<</saygirl>>
<<saygirl 7 _jessi>><cite>Um</cite>Ohhh Ohhhhhh Ohhhhh<</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/3/2.webm" 1>>
<<say 0 _rob>><cite>Slap - Slap</cite><</say>>
<<saygirl 0 _jessi>><cite>Um</cite>Ummm Ahhh ahhh ahhhhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>OHHHHH Ohhh Ohhhh<</saygirl>>
<<saygirl 8 _jessi>><cite>Um</cite>Ahhhhh ahhhhhh Ummmm<</saygirl>>
@@
<<case 8>>
@@#media .cum;
<<video "loveassets/case/3/3.webm" 1>>
<<say 0 _rob>><cite>Umm</cite>Ahhhhh Ahhhh<</say>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahhhh<</saygirl>>
<<say 9 _rob>><cite>Umm</cite>Ahhhhh Ahhhh<</say>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/3/07.webm">>
<<say 0 _rob>><cite>Umm</cite>Avale...<</say>>
<<say 0 _rob>><cite>Umm</cite>Avale...ma petit princesse.<</say>>
<<say 0 _rob>><cite>Umm</cite>Avale...et je ferais tout ce que tu veut.<</say>>
<<saygirl 10 _jessi>><cite>Swallow</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/3/08.webm">>
<<saygirl 0 _jessi>>Alors tu en dit quoi cette Hotel et merveilleux?<</saygirl>>
<<say 0 _rob>>Oui ma princesse<</say>>
<<saygirl 0 _jessi>>Et tu vas donner a cette Hotel une bonne note?<</saygirl>>
<<say 0 _rob>>Oui ma princesse<</say>>
<<saygirl 11 _jessi>><cite>Bisous</cite> Parfait je compte sur toi, revient quand tu veut.<</saygirl>>
@@
<<case 11>>
@@#media;
[img["loveassets/case/jessi2_cover.jpg"]]
<<talk 0>>Jessi te regarde dans les yeux pendant que le critique s'aprette à partir.<</talk>>
<<saygirl 0 _jessi>><cite>Chuchotte</cite> Ont ce revoie bientôt $user.nom.<</saygirl>>
<<saygirl 0 _jessi>>Tu est pret ? je t'accompagne, je doit partir aussi.<</saygirl>>
<<say 0 _rob>>Je t'attend ma princesse<</say>>
<<talk 0>>Tous les deux quitte la piece, le critique à un large sourire, nul doute que s'il pouvais te les donners, tu aurais dejas cinq etoile...<</talk>>
<<talk "hall">>Tu reste la, dans ta cachette à reflechir a ce qui viens de ce passer. et au possibiliter ouverte si tu avais une femme comme ça pret de toi.<</talk>>
@@
<<time>>
/*<<set $user.quete = 11>>*/
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Tu es assis à ton bureau, repensant à ce que Jessi a fait pour toi.<</talk>>
<<talk 0>>Pour toi ? Ou pour Mr. Viktor... Pour la première fois, tu envies cet homme.<</talk>>
<<talk 0>>Comment un homme comme lui peut-il avoir une femme aussi dévouée ? Est-ce la peur qui la guide ? <</talk>>
<<talk 0>>Il y à tant de questions que tu aimerais lui poser.<</talk>>
<<talk 0>>Que pourrais-tu faire pour l’aider ? Comment la convaincre de venir dans ton hôtel ?<</talk>>
<<talk 1>>Mais plus important, que devras-tu à Mr. Viktor en échange du service quelle t'a rendu?<</talk>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Soudain, la porte s’ouvre et Viktor entre, un sourire carnassier sur les lèvres.<</talk>>
<<say 0 _boss>>Ah, voilà notre homme de la journée. Je dois te féliciter… <</say>>
<<talk 0>>Il s’arrête devant ta chaise et te fixe droit dans les yeux<</talk>>
<<user 0>><cite>Ahem -Ahem</cite>Je vous en pris prener mon siege...<</user>>
<<say 0 _boss>><cite>Souris</cite>Alors... tous c'est passer comme prevus, Félicitation, $user.nom.<</say>>
<<say 0 _boss>>Te voulas propriétaire d'un Hotel une étoile, tu est content, hein ?. Je t’avais dit que ça marcherait.<</say>>
<<user 0>><cite>Mal à l'aise</cite>C'est vrais ??? Ohhh Oui… merci, Heu... Merci Mr Viktor.<</user>>
<<user 0>>Tout s’est passé comme prevus ?<</user>>
<<say 2 _boss>>Comme je le l'avais prevus, oui…<</say>>
<<case 2>>
@@#media .zoom15;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>><cite>Te fixe dans les yeux</cite>J'espere que tu n’oubliras pas, que sans moi, tu n’aurais jamais eu cette étoile. <</say>>
<<say 0 _boss>>Tu me dois beaucoup… mais cette fois, c’est cadeau.<</say>>
<<user 0>><cite>Sur la défensif</cite>Oui… Heu.... Merci, Merci beaucoup.<</user>>
<<say 0 _boss>>Oui... Oui... Mais je ne suis pas venue ici, juste pour ça.<</say>>
<<user 3>><cite>Pris de panique</cite>Mais vous venez de dire que c'etait cadeau...<</user>>
<<case 3>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<say 0 _boss>><cite>Sourie</cite>C'est pas pour moi c'est... Jessi.<</say>>
<<user 0>>Oui?...<</user>>
<<say 0 _boss>>Elle voudrait te voir... Elle t’attend dans mon hôtel.<</say>>
<<user 0>>Dans votre Hotel ?<</user>>
<<say 0 _boss>>Hé oui, j'ai beacoup de bisnees dans cette ville...<</say>>
<<say 0 _boss>>Passe voir Jessi et en même temps tu pourras voir ceux que c'est qu'un Hotel digne de ce non.<</say>>
<<talk 0>>Mr. Viktor pose un papier avec une adresse sur ton bureau.<</talk>>
<<user 0>>D’accord… J’y passerai.<</user>>
<<say 0 _boss>>Parfait encore félicitation pour ta prémiere Etoiles, j'espere que tu n'auras pas besoin de moi pour en avoir plus.<</say>>
<<user 0>>...<</user>>
<<talk 0>>Mr Viktor se prépare à partir, tout en te lançant un dernier regard.<</talk>>
<<say 0 _boss>>Oh, et un conseil... Fais en sorte de ne pas trop faire attendre Jessi, elle vas bientot retourner dans ça boite.<</say>>
<<user 0>><cite>Surpris</cite>Heu.. je fait au plus vite Mr viktor.<</user>>
<<talk 0>>Viktor tourne les talons et sort du bureau sans un mot de plus<</talk>>
<<talk 0>>Le sentiment de jouea d'avoir une étoile à ton hotel est vite balayé par une nouvelle pression.<</talk>>
<<talk "hall">>Tu vas devoir convaincre Jessi de te suivre, dans un environnement où Mr. Viktor règne en maître.<</talk>>
@@
<<time>>
<<set $user.star = 1>>
<<set $user.quete = 12>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _jessi = "loveassets/jessi/jessi.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhall.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/viktorhall.jpg]]
<<talk 0>>You are alone on this opulent floor, everything is red, and an atmosphere of sensuality permeates every corner. You walk forward, unsettled, realizing the extent of Viktor's activities.<</talk>>
<<user 1>>She told me I had the right to look... so let's take a look before going to see Jessi.<</user>>
@@
<<case 1>>
<<dialog>>
<<if !$question.includes(2)>>
<<link "Room (1)" "viktorhotel">><<set $page=2>><</link>>
<</if>>
<<if !$question.includes(3) >>
<<link "Room (2)" "viktorhotel">><<set $page=3>><</link>>
<</if>>
<<if !$question.includes(4) >>
<<link "Room (3)" "viktorhotel">><<set $page=4>><</link>>
<</if>>
<<if !$question.includes(5) >>
<<link "Room (4)" "viktorhotel">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "Room (5)" "viktorhotel">><<set $page=6>><</link>>
<</if>>
<<if !$question.includes(7) >>
<<link "Room (6)" "viktorhotel">><<set $page=7>><</link>>
<</if>>
<<if $question.includesAll(2,3,4,5,6,7) >>
<<link "Talk to Jessi" "talk_jessi1">><<unset $question>><<unset $page>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><<unset $page>><</button>>
<</dialog>>
<<case 2>>
@@#media;
<<video "loveassets/menace/1/01.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(2)>>
<<case 3>>
@@#media;
<<video "loveassets/menace/1/02.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(3)>>
<<case 4>>
@@#media;
<<video "loveassets/menace/1/03.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(4)>>
<<case 5>>
@@#media;
<<video "loveassets/menace/1/04.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(5)>>
<<case 6>>
@@#media;
<<video "loveassets/menace/1/05.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(6)>>
<<case 7>>
@@#media;
<<video "loveassets/menace/1/06.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(7)>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/case/4/01.webm">>
<<talk 0>>You enter a room with elegant decor, where Jessi is waiting, sitting on the floor with a lollipop in her mouth.<</talk>>
<<talk 0>>You close the door behind you, and a tense silence settles. You take a breath before speaking to her, trying to hide your nervousness.<</talk>>
<<user 0>>Jessi...<</user>>
<<talk 0>>Jessi licks the lollipop with desire, giving you a predatory look.<</talk>>
<<saygirl 0 _jessi>><cite>Smiles</cite> Oh $user.nom, I’m so happy to see you..<</saygirl>>
<<saygirl 0 _jessi>>Mr. Viktor told me everything went well. Congratulations, you received your star, well done.<</saygirl>>
<<user 1>>It’s thanks to you, you did all the work. I’m glad you asked me to come by, I really wanted to see you.<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/4/02.webm">>
<<saygirl 0 _jessi>>Hehe, You missed my little body.<</saygirl>>
<<user 0>><cite>Ahem</cite>I'm serious, Jessi, I came to ask you something important.<</user>>
<<user 0>><cite>Nervous</cite>Please, Jessi, join me at my hotel.<</user>>
<<user 0>>The hotel needs you, and I'm ready to do whatever it takes.<</user>>
<<user 0>>I can buy out your contract, I can negotiate with Mr. Viktor. I’ll do everything I can.<</user>>
<<saygirl 0 _jessi>><cite>Laughs</cite>Oh $user.nom, don’t tell me you’ve fallen in love.<</saygirl>>
<<saygirl 0 _jessi>><cite>Smiles</cite>I know I’m amazing, but it’s just my job.<</saygirl>>
<<user 0>>Precisely, I’m offering you a new job. You’d be much better off at my hotel.<</user>>
<<talk 2>>Jessi looks at you, amused... she stands up and presses herself against the wall.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/case/4/03.webm">>
<<saygirl 0 _jessi>>I’m sorry $user.nom, but I’m perfectly happy here.<</saygirl>>
<<user 0>>But I need you, with you, my hotel would have a hostess capable of anything. Without you, I have almost no chance of saving it.<</user>>
<<saygirl 0 _jessi>>Why me, huh? You already have girls at your hotel, they can help you. Why ask me?<</saygirl>>
<<user 0>>Because you’re different, Jessi. You understand what it takes to attract clients, to keep them coming back.<</user>>
<<saygirl 0 _jessi>>You know, I’m fine here. Mr. Viktor treats me well, I have everything I want. Why should I leave it all for you?<</saygirl>>
<<user 0>>Because I’ll do everything to make sure you feel good at my hotel. I’m not just asking you to work for me…<</user>>
<<user 0>>I’m offering you the chance to be part of something new, to build something together. With your talent, we could really succeed.<</user>>
<<saygirl 3 _jessi>><cite>Pouts</cite>And… if I refuse? If I stay here, what will you do?<</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/4/04.webm">>
<<user 0>><cite>Shrugs</cite>Jessi, please… I know I have nothing to offer you that compares to what Mr. Viktor gives you.<</user>>
<<user 0>>But with you, the hotel could become what it once was, maybe even more.<</user>>
<<saygirl 0 _jessi>>$user.nom, ask me with more conviction...<</saygirl>>
<<saygirl 0 _jessi>>If you want something, order it from me, $user.nom.<</saygirl>>
<<saygirl 0 _jessi>>$user.nom, ask me violently...<</saygirl>>
<<talk 0>>All of her way of being gives you hints about what she wants.<</talk>>
<<talk 0>>Your hand grabs her neck, and you start to tighten it in a gesture of desire.<</talk>>
<<saygirl 0 _jessi>>Oh yes, $user.nom.<</saygirl>>
<<talk 0>>Your hand releases its grip. Jessi looks at you with a sad expression.<</talk>>
<<saygirl 4 _jessi>>If you want me to respond, you’ll have to do better, $user.nom.<</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/4/05.webm">>
<<user 0>><cite>Slap - Slap</cite>Jessi… I will negotiate with Mr. Viktor, no matter the price. I’ll find a way for you.<</user>>
<<saygirl 0 _jessi>><cite>Ummmm</cite><</saygirl>>
<<saygirl 0 _jessi>>Oh $user.nom. I’m fine here, I have everything I need.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite>So that’s it? You’re leaving me to manage on my own?<</user>>
<<saygirl 0 _jessi>><cite>Umm</cite>Listen to me carefully. You have women around you that you haven’t really looked at yet.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite>It’s you that I want!!!<</user>>
<<saygirl 0 _jessi>><cite>Um - UM</cite>Look, if you take the time to understand them, to support them, they’ll give you back much more than you can imagine.<</saygirl>>
<<user 0>><cite>Looks down</cite>You’re probably right… Maybe I underestimate what I already had.<</user>>
<<saygirl 0 _jessi>>Of course I’m right. They’re not just employees like the others.<</saygirl>>
<<saygirl 0 _jessi>>Each of them hides a bitch within, you just need to find the right key.<</saygirl>>
<<user 0>><cite>Caresses</cite>Thank you, Jessi, I see things more clearly now. I’ll make sure each of the girls awakens the bitch within her.<</user>>
<<talk 0>>With your hand still resting on Jessi’s cheek, you look her in the eyes, perhaps she’s right after all, maybe you’re in love with her.<</talk>>
<<talk 0>>Or with what she represents for you, a woman capable of anything.<</talk>>
<<saygirl 5 _jessi>><cite>Stares into your eyes</cite><</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/4/06.webm">>
<<talk 0>>You look into each other's eyes for a moment and realize that this is your last night together.<</talk>>
<<talk 0>>You know Jessi won’t follow you, but you still have the whole night to be with her.<</talk>>
<<talk 0>>As usual, Jessi takes the lead and slowly lowers her denim shorts.<</talk>>
<<saygirl 6 _jessi>><cite>Whispers</cite>$user.nom, follow me.<</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/4/07.webm">>
<<talk 0>>As if to fulfill your fantasies, she gets on all fours, her ass in the air, and begins to walk toward the couch.<</talk>>
<<saygirl 0 _jessi>><cite>Um</cite>$user.nom, punish me!!!<</saygirl>>
<<user 0>><cite>Glup</cite>What!<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>I’ve been a bad girl, $user.nom, PUNISH ME.<</saygirl>>
<<talk 0>>A role-play for your last night? A last night that must be unique? A night where you must let go!!!<</talk>>
<<talk 7>>A last night where you must give her everything!!!<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/4/1.webm" 1>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahh Yeah so fucking good.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahh I love it.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 8 _jessi>><cite>Um</cite>Ohhhhhhhh.<</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/case/4/08.webm">>
<<user 0>>Oh, damn Jessi, take off your clothes and lie down on the couch.<</user>>
<<user 0>><cite>Shouts</cite>I’m going to give you what you want.<</user>>
<<saygirl 0 _jessi>><cite>Pouts</cite>Ohh $user.nom, how mean you are...<</saygirl>>
<<saygirl 9 _jessi>><cite>Looks at the ceiling</cite>I want your cock!<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/4/09.webm">>
<<user 0>><cite>Tap - Tap</cite>Is this what you want?<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Oh yes, $user.nom, in my mouth, in my pussy, in my ass.<</saygirl>>
<<user 10>><cite>Tap - Tap</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/4/2.webm" 1>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<user 11>><cite>Slap - Slap</cite>Hooooooo<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/case/4/3.webm" 1>>
<<user 0>><cite>Um</cite>Yes yes.<</user>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
<<user 0>><cite>Um</cite>Ohhhh yes.<</user>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<saygirl 12 _jessi>><cite>Gasp</cite><</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/case/4/4.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Yeah Ohh Ohhh Ohhh Ohhhh<</saygirl>>
<<saygirl 13 _jessi>><cite>Um</cite>Ohh FUCKKK OHHHH OHHHH<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/case/4/5.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohh Ohhh Ohhh Ohhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohhhhh Ohhhhh Ohhh Ohhhh<</saygirl>>
<<saygirl 14 _jessi>><cite>Um</cite>Ohh Ohhh Ohhh Ohhhhhhhh<</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/case/4/6.webm" 1>>
<<saygirl 0 _jessi>><cite>Breathing hard</cite>Ohh Ohhh Ohhh Yeah<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>Yeah OHH OHHHH OHHHHH<</saygirl>>
<<saygirl 15 _jessi>><cite>Um</cite>OHHHHHHHH OHHHHHHH<</saygirl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/case/4/7.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohh Yeah Yeah Yeah<</saygirl>>
<<user 0>>Ohhhhhh Ohh<</user>>
<<user 0>>Ohhhhhh<</user>>
<<talk 0>>You’ve emptied all your load on her ass, your desire sated for today, your head is spinning a little.<</talk>>
<<talk 0>>You lie down next to her, breathless from the effort exerted.<</talk>>
<<talk 16>>Jessi looks at you, licking her lips as if to say she’s sad not to have had her treat in her mouth.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/case/4/010.webm">>
<<talk 0>>Suddenly, she smiles at you and strokes your groin. You're still hard, and for her, it's an invitation for a proper finish.<</talk>>
<<talk 0>>She arches her body to let you admire her little buttocks while she takes your cock in one go, in an almost primal way.<</talk>>
<<talk 0>>Making you wonder if she's sucking it or if she intends to swallow it whole.<</talk>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
<<user 0>>Ahhhhhh Ahh Ahhh<</user>>
<<saygirl 17 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/case/4/011.webm">>
<<talk 0>>After all this excitement, calm returns, you get up and think back to your conversation.<</talk>>
<<talk 0>>No matter what you say, she won’t come with you to your hotel.<</talk>>
<<saygirl 0 _jessi>>Oh my God, I will never forget this moment of my life. It was amazing, wasn’t it?<</saygirl>>
<<user 0>>Oh yes… more than you can imagine, but I wish it hadn’t been a goodbye.<</user>>
<<saygirl 0 _jessi>>Don’t be so dramatic. Life goes on, you know? And you have other girls at the hotel, women who are counting on you.<</saygirl>>
<<user 0>>Maybe, but… they’re not you, Jessi.<</user>>
<<saygirl 0 _jessi>><cite>Raises an eyebrow</cite> Maybe it’s time you really got to know them, then.<</saygirl>>
<<saygirl 0 _jessi>>I’m happy here. But I’m sure you’ll find a way to make your hotel a special place… in your own way.<</saygirl>>
<<user 0>>Thank you, Jessi… for everything. I… I hope to see you again one day, even if it’s just a dream.<</user>>
<<saygirl 0 _jessi>>Don’t think too much about me, okay? Focus on what you have to build.<</saygirl>>
<<saygirl 0 _jessi>><cite>Smiles</cite> Come on, go before I change my mind.<</saygirl>>
<<talk 18>>Hesitant, you finally nod and leave the room, giving one last look at Jessi, who blows you kisses with a big, satisfied smile.<</talk>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>You sit at your desk, hands clasped in front of you, staring into the void.<</talk>>
<<talk 0>>Everything you just experienced at Mr. Viktor's hotel plays on a loop in your mind.<</talk>>
<<talk 0>>Every detail, every word exchanged, every impression brings you to the same conclusion.<</talk>>
<<talk 0>>The road ahead will be long. The weight of this realization leaves your heart heavy for a moment.<</talk>>
<<talk 0>>Yet now, you know the direction to take. Doubt gives way to fierce determination.<</talk>>
<<talk 0>>With hard work and the support of the women, you can turn your dream into reality.<</talk>>
<<talk "hall">>This moment is only the beginning of a journey that will take you far… and you are ready to rise to the challenge.<</talk>>
@@
<<time>>
<<set $user.quete = 13>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _liz = "loveassets/liz/lizjordan.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Tu est assis à ton bureau, tu fixe la porte en silence.<</talk>>
<<talk 0>>Tu prend une profonde inspiration, le regard troublé, sentant un mélange de doute et de peur.<</talk>>
<<talk 0>>Tu sait que rencontrer Jessi est un risque, mais tu doit la recruter, tu est sur qu'avec elle tu pourras sauver ton hôtel<</talk>>
<<user 0>><cite>Pense à voix haute</cite>Um Jessi... Elle pourrait vraiment tout changer.<</user>>
<<user 0>>Mais comment lui faire accepter ? Et… si Viktor s'en mêle…<</user>>
<<talk 0>>Tu soupire, jetant un regard anxieux vers la porte. <</talk>>
<<talk 0>>Tu imagine dejas la rencontre à venir, tes pensées tournant autour des possibilités. <</talk>>
<<talk 0>>Chaque scénario que tu imagine se termine par un échec, un rejet… ou pire, la colère de Mr. Viktor.<</talk>>
<<user 0>><cite>Fronçe les sourcils</cite> Bon… je n’ai pas le choix. Ce n’est pas juste pour moi… c’est pour l’hôtel.<</user>>
<<talk 1>>Tu prend une dernière inspiration, tu te leve enfin et attrape tes clés de voiture.<</talk>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/intro/route.webm">>
<<talk 0>>Tu roule les mains crispées sur le volant. La route défile devant toi.<</talk>>
<<talk 0>>Mais tu ne cesse de penser à la conversation que tu va devoir avoir avec Jessi.<</talk>>
<<talk 0>>Comment l’approcher, quels arguments utiliser pour la convaincre de quitter l’hôtel de Viktor. <</talk>>
<<talk 0>>Tes pensées tourbillonnent, l’angoisse t’envahit.<</talk>>
<<user 0>><cite>Le regard perdu sur la route</cite> Comment je vais m’y prendre…? Jessi est intelligente, elle sait ce qu’elle veut.<</user>>
<<user 0>>Si elle refuse… Si elle décide de rester avec Mr. Viktor?<</user>>
<<talk 0>>Tu serre les dents, ton cœur battant la chamade. Tu ne peut pas t'’empêcher de t'imaginer face à Mr. Viktor.<</talk>>
<<talk 0>>Cette seule idée te provoque des frissons d’angoisse.<</talk>>
<<user 0>><cite>Murmurant</cite>Ça va bien se passer… Ça va bien se passer…<</user>>
<<user 0>>Elle comprendra l’importance de ma demande, non ?<</user>>
<<user 0>>Elle pourrait me donner une chance.<</user>>
<<talk 2>>Tu tape légèrement tes doigts sur le volant, te forçant à respirer calmement.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/viktorhotel.jpg]]
<<talk 0>>Tu arrive devant l’imposant hôtel de Viktor. tu te gare, inspire profondément pour calmer tes nerfs<</talk>>
<<talk 0>>Tu ne peut t’empêcher d’admirer la grandeur du bâtiment, qui semble presque menaçant.<</talk>>
<<talk 0>>À cet instant, tu réalise à quel point Mr. Viktor est puissant, bien plus que ce que tu imaginait.<</talk>>
<<user 0>><cite>Murmurre</cite>Bien… c’est le moment. Pas de retour en arrière.<</user>>
<<talk 0>>Tu prend une dernière grande respiration avant de sortir de ta voiture et de te diriger vers l’entrée. <</talk>>
<<talk 0>>Ton cœur bat de plus en plus vite à mesure que tu t'approche. Tu sait que cette rencontre avec Jessi pourrait tout changer.<</talk>>
<<talk 3>>Pour le meilleur ou pour le pire.<</talk>>
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/01.webm">>
<<talk 0>>En entrant dans le hall, tu découvre une hôtesse assiste sur un canapé qui semble regarder autour d'elle, avec un comportement suspect.<</talk>>
<<talk 0>>Plus tu t'approche et plus tes yeux s'abitue a la lumieres tamiser qui regne dans ce lieux.<</talk>>
<<talk 0>>Tu plisse les yeux pour mieux voir, mais non tu n'est pas foux, cette hotesse et entrin de ce faire plaisir en plein mileu du hall.<</talk>>
<<talk 0>>D'abord choquer, tu commence à ouvrir les yeux sur ou tu est, connaissant Mr. Viktor et Jessi, il n'y plus rien qui t'étonne!<</talk>>
<<talk 0>>L'engoisse que tu ressenter jusqu'ici, s'amenuise à mesure que tu regarde cette femme, bruler de desir, devant toi.<</talk>>
<<talk 0>>Elle ne t'a pas encore remarquer! tu pourrais, faire un bruit, tapper des pieds, racler ta gorge pour montrer ta présence, mais...<</talk>>
<<talk 4>>Avec tous le stress que tu as accumuler en toi, tu te dit qu'un petit coup d'oeil ne peux pas faire de mal.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/02.webm">>
<<talk 0>>Tu reste silencieux, pendant qu'elle fait son show, aprés avoir jouer avec ces seins voila qu'elle brule d'envie de toucher ça chatte.<</talk>>
<<talk 0>>Tu ouvres grand les yeux dans un silence de cathédrale, en te disant que si toutes les femmes de cet hôtel sont aussi acceuillante, il te reste beaucoup de travail dans le tien.<</talk>>
<<talk 5>>Connaisant Jessi et avec cette premier impression tu te dit que c'est normal ici, et tu sucombe à l'envie de t'approche, tu veut en voir plus, peux être meme participer.<</talk>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/03.webm">>
<<saygirl 0 _liz>><cite>Um</cite> Um Ummm.<</saygirl>>
<<talk 0>>Tu t'appercois que malgrer le faite quel face ça en plein lieux de passage, elle ce retient de gemir trop fort, peux être pour ne pas pertuber le bruit venant des autre chambres.<</talk>>
<<saygirl 0 _liz>><cite>Rire</cite> Ummmmmmm.<</saygirl>>
<<talk 0>>Ces petit gemissement accompagner de son petit rire font vribrer ton corps, tu est passer de l'engoisse à l'exitation en deux seconde, merci belle inconnue.<</talk>>
<<talk 6>>Aprés avoir bien regarder, et pensant qu'elle à fini "de jouer" tu te desside à te montrer.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/04.webm">>
<<user 0>><cite>Ahem - Ahem</cite>Bonjour, il y a quelqu'un?<</user>>
<<saygirl 0 _liz>><cite>Rougie</cite>Heu... ouiiiii bonjour.<</saygirl>>
<<user 0>>Bonjour, désoler je ne vous avez pas vue..., vous pouvez m'aider peux être, je cherche Jessi.<</user>>
<<saygirl 0 _liz>><cite>Rougie</cite>Heu... ouiiiiii, bien sur, de la part de qui, s'il vous plais?<</saygirl>>
<<user 0>>Je suis $user.nom, je suis le gerant de l'Hotel $user.hotel.<</user>>
<<saygirl 0 _liz>><cite>Surprise</cite>Ha mais ouiiiii $user.nom, notre invité spécial, elle vous attend, et elle m'a donner un petit quelque chose pour vous.<</saygirl>>
<<user 7>>Quelque chose pour moi ?<</user>>
@@
<<case 7>>
<<inventory "10000">>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/05.webm">>
<<talk 0>>Elle te temps un petite carte noir, avec ecrit dessus en doré V.I.P.<</talk>>
<<user 0>>...<</user>>
<<saygirl 0 _liz>><cite>Sourit</cite>Jessi ne savais pas trop si tu viendrais pour le travail ou pour le plaisir, avec cette carte tu as le droit à une fille.<</saygirl>>
<<user 0>>Une fille ?<</user>>
<<saygirl 0 _liz>><cite>Hausse les epaules</cite>Ouiiiii tu as le droit de passer du bon temps avec n'importe quel fille d'ici.<</saygirl>>
<<saygirl 0 _liz>><cite>Leve les yeux au ciel et tire la langue</cite>Nimporte quiiiii, même moi!<</saygirl>>
<<user 0>><cite>Glup</cite>Heu... oui d'accord, je verais plus tard, tu peux prévenir Jessi que je suis la?<</user>>
<<user 0>><cite>Pense</cite>Une carte utile pour peux etre convaincre Jessi.<</user>>
<<saygirl 8 _liz>>Pour un beau garcon comme toi je vais faire mieux, je vais t'emmener, viens suis moi on vas prendre l'assenceur.<</saygirl>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/06.webm">>
<<talk 0>>Tu la suis dans l'assenceur, mais tu remarque que quelque chose cloche, elle verifier que personne ne montre avec vous, et elle semble trés exiter.<</talk>>
<<saygirl 0 _liz>><cite>Appuis sur le bouton</cite>Pfff... C'est au dernier etages... et l'assenceur et trés lent...<</saygirl>>
<<saygirl 0 _liz>><cite>Ce tape les fesses</cite>Pfff... Quesqu'on pourais bien faire en attendant...<</saygirl>>
<<talk 0>>Tu restes bouche bée devant cette petite femme débordante d’énergie. <</talk>>
<<talk 9>>Tu la dévisages, fasciné par la façon dont la lumière tamisée de l’ascenseur met en valeur son charme.<</talk>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/07.webm">>
<<talk 0>>L'assenceur n'a pas passer encore le premier etage qu'elle commence à dandiner.<</talk>>
<<talk 0>>Elle ce frotte le corp, en poussant des petits gemissement, d'abord discret puis de plus en plus fort<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Umm $user.nom, je m'ennuis...<</saygirl>>
<<talk 0>>Elle fini par ce toucher la poitrine et doucement baise les brettes de son petit haut.<</talk>>
<<talk 10>>Son haut couvert de petites cerises laisse entrevoir sa poitrine et ta queue frémit à la vue de ses "petites cerises".<</talk>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/08.webm">>
<<saygirl 0 _liz>><cite>Um</cite>Umm ummm<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ouiiiiii<</saygirl>>
<<talk 0>>Perdant toute réserve, ou n'en ayant jamais eu, elle ce touche debout devant toi pendant que l'assenceur et ta bite monte.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>$user.nom... $user.nom, je m'enuis...<</saygirl>>
<<talk 11>>Tu as bien compris les signes, mais tu restes sans voix devant cette femme qui désire que tu sois son petit plaisir.<</talk>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/1.webm" 1>>
<<saygirl 0 _liz>><cite>Um</cite>Ahhh Ahhhhh<</saygirl>>
<<saygirl 0 _liz>><cite>Respire fort</cite>Ahhhhh Fuck<</saygirl>>
<<saygirl 0 _liz>><cite>Respire fort</cite>Ahhhhhhhhh<</saygirl>>
<<saygirl 12 _liz>><cite>Murmure</cite>$user.nom ... $user.nom<</saygirl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/09.webm">>
<<talk 0>>Tu regarde cette femme prendre du plaisir, et tu sens que ta braguette vas exploser.<</talk>>
<<talk 0>>Tu pensée utiliser la carte V.I.P avec Jessi. Mais... il aurais fallus moin d'etage dans cette hotel.<</talk>>
<<talk 0>>Tu regarde l'affichage de l'assenseur, trois eme etage... tu doit te desider maintenant...<</talk>>
<<talk 0>>Comme pour l'inviter à t'include dans ces désir tu sort ta bite de ton patanlon et commence a te masturber.<</talk>>
<<user 13>><cite>Um</cite>Umm Ahhhh.<</user>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/2.webm">>
<<talk 0>>Il ne faut que quelque seconde pour quelle reponde a l'apelle, elle s'aproche de toi, pour t'embrasser mais tu n'a qu'une idée en tête.<</talk>>
<<talk 0>>Tu pose ta main sur c'est epaule et donne une petit presion, elle comprend parfaitement ceux que tu attend d'elle et ce met a genoux.<</talk>>
<<talk 0>>Elle commence a te lécher gentilement puis te sucer, mais ce n'est pas asser pour toi.<</talk>>
<<talk 0>>Ce petit show ta dejas rendu bien trop dur, et d'un geste brusque tu lui enfonce ta bite au fond de la gorge.<</talk>>
<<saygirl 0 _liz>><cite>Glurk - Glurk</cite>Ohhh<</saygirl>>
<<saygirl 0 _liz>><cite>Suck - Suck</cite>Ohhh ohhhhh<</saygirl>>
<<user 14>><cite>Um</cite>Hoooooo.<</user>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/3.webm">>
<<talk 0>>Dans un tourbillon de passion, elle te déshabille puis te plaque au sol et te monte dessus.<</talk>>
<<talk 0>>Bien que tu à compris que ce n'etait pas une fille farouche, ça chatte resiste quelque seconde à une penétration direct.<</talk>>
<<talk 0>>Mais quand cette fille à une idée en tête, diffille de lui enlever et a force de vas et vient elle rentre tous ton désir dans ces reves humide.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Ahhh Ahhhhh God yes<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ohhh Ahhhhh<</saygirl>>
<<user 0>>Fuckkkk<</user>>
<<saygirl 15 _liz>><cite>Rire</cite>Ahhhhhhhh ahhh<</saygirl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/4.webm">>
<<talk 0>>Sur le point d'ejeculer, tu la prend par les hauches et initie une pression, une facon de lui dire de ce retourner.<</talk>>
<<talk 0>>Elle effectuer le geste trés rapidement emporter par son désir, trop rapidement même, te l'aissant que quelque seconde pour reprendre le control.<</talk>>
<<saygirl 0 _liz>><cite>Um</cite>Hoo my god yes yes don't stop<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>UMMMMmmmm<</saygirl>>
<<saygirl 16 _liz>><cite>Um</cite>Fuckkk UMmm<</saygirl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/5.webm">>
<<talk 0>>Chaque coup que tu donne, ta donne envie d'exploser, mais tu resiste et tu acceler les vas et viens, jusqu'au bout tu iras plus vite de plus en plus vite.<</talk>>
<<talk 0>>Soudain tu ralentis, tes vas et viens ce fond plus doux, hé dans un élan de désir tu te décharge dans cette jeune fille dont tu ne connais même pas le nom.<</talk>>
<<talk 0>>Chaque petit allez, retour viens avec un gemissement de ta part et son lot de sperme, tu ne les a pas compter mais une chose et sur elle qui voulais du sexe la voila remplis à rabord.<</talk>>
<<saygirl 0 _liz>><cite>Rire</cite>Ahhhhhhhhhh<</saygirl>>
<<user 0>>Haaaa. Haaaa.<</user>>
<<user 0>>Haaaaaaaa. Haaaaa.<</user>>
<<user 0>>Haaaa Haaaaa.<</user>>
<<saygirl 0 _liz>><cite>Um</cite>Ohhh my godddd.<</saygirl>>
<<user 17>>Fuck... Hooo hoooo<</user>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/010.webm">>
<<saygirl 0 _liz>><cite>Um</cite>Ummm c'es trop bon.<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ummm l'aisse moi gouter ton sperme $user.nom.<</saygirl>>
<<saygirl 0 _liz>><cite>Um</cite>Ummmmm.<</saygirl>>
<<talk 0>>Tu reste la alonger, pendant quel avale tous ceux qui coule d'elle.<</talk>>
<<talk 0>><cite>TiG</cite>L'assenseur est arrive et les portes s'ouvre, vous etes tous les deux allonger le souffle cours à vous regarder dans les yeux.<</talk>>
<<talk 0>>Tu as perdu tout ton stress dans cette dance torride, mais tu te rapelle soudainement ou tu est et ce qu'il te reste a faire.<</talk>>
<<talk 18>>Tu la pousse délicatement, et tu commence a t'habiller, elle te regarde et commence à faire de même toujour avec un grand sourire sur les levrres.<</talk>>
@@
<<case 18>>
<<delinventory "10000">>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/liz/1/011.webm">>
<<saygirl 0 _liz>><cite>Montrant ta carte V.I.P</cite>Je suis désoler $user.nom mais je doit te reprendre ça, j'espere quelle ta satisfer.<</saygirl>>
<<user 0>><cite>Surpris</cite>Heu oui beaucoup merci, c'est une carte magnifique, qui as trouve le bon moment pour me détendre.<</user>>
<<saygirl 0 _liz>><cite>Rire</cite>Je suis ravie, une derniere chose avant de te quitter, comme tu inviter par Jessi, tu as le droit de regarder dans les chambres mais ATTENTION pas touche.<</saygirl>>
<<user 0>><cite>Um</cite>Heu... je n'avais pas l'intention de faire quoi que ce soit à mon arriver...<</user>>
<<saygirl 0 _liz>><cite>Souris</cite>Oui oui, je voie bien que tu est un grand séducteur. Mais même si les filles te donne envie INTERDICTION de toucher, tu me le promet?<</saygirl>>
<<user 0>>On regarde mais on ne touche pas, compris!!!<</user>>
<<saygirl 0 _liz>><cite>Souris</cite>Parfait, Jessi ce trouve au fond du couloir, Dépeche toi elle et impatiente de te revoir.<</saygirl>>
<<saygirl 0 _liz>><cite>Bisous</cite>.<</saygirl>>
<<talk "viktorhotel">>La porte de l'assenseur ce ferme, tu regarde une derniere fois cette jeune femme, et tu pense que tu as encore oublie de lui demander son nom.<</talk>>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _jessi = "loveassets/jessi/jessi.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhall.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/viktorhall.jpg]]
<<talk 0>>Tu est seul dans cette étage opulent, tous et rouge et une atmosphère de sensualité imprègne chaque recoin. Tu avance, troublé, réalisant l’ampleur des activités de Viktor.<</talk>>
<<user 1>>Elle ma dit que j'avais le droit de regarder... alors regardons avant d'allais voir Jessi.<</user>>
@@
<<case 1>>
<<dialog>>
<<if !$question.includes(2)>>
<<link "Room (1)" "viktorhotel">><<set $page=2>><</link>>
<</if>>
<<if !$question.includes(3) >>
<<link "Room (2)" "viktorhotel">><<set $page=3>><</link>>
<</if>>
<<if !$question.includes(4) >>
<<link "Room (3)" "viktorhotel">><<set $page=4>><</link>>
<</if>>
<<if !$question.includes(5) >>
<<link "Room (4)" "viktorhotel">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "Room (5)" "viktorhotel">><<set $page=6>><</link>>
<</if>>
<<if !$question.includes(7) >>
<<link "Room (6)" "viktorhotel">><<set $page=7>><</link>>
<</if>>
<<if $question.includesAll(2,3,4,5,6,7) >>
<<link "Talk Jessi" "talk_jessi1">><<unset $question>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 2>>
@@#media;
<<video "loveassets/menace/1/01.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(2)>>
<<case 3>>
@@#media;
<<video "loveassets/menace/1/02.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(3)>>
<<case 4>>
@@#media;
<<video "loveassets/menace/1/03.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(4)>>
<<case 5>>
@@#media;
<<video "loveassets/menace/1/04.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(5)>>
<<case 6>>
@@#media;
<<video "loveassets/menace/1/05.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(6)>>
<<case 7>>
@@#media;
<<video "loveassets/menace/1/06.webm">>
<<talk 1>><</talk>>
@@
<<set $question.pushUnique(7)>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _jessi = "loveassets/case/jessi.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/case/4/01.webm">>
<<talk 0>>Tu entre dans une pièce au décor élégant, où Jessi l’attend assise par terre un sucette à la bouche.<</talk>>
<<talk 0>>Tu ferme la porte derrière toi, et un silence tendu s’installe. tu prend une inspiration avant de t’adresser à elle, essayant de cacher ta nervosité.<</talk>>
<<user 0>>Jessi...<</user>>
<<talk 0>>Jessi leche cette sucette, avec envie te getant un regard de prédateur.<</talk>>
<<saygirl 0 _jessi>><cite>Sourit</cite> Ho $user.nom, je n'etait pas sur que tu vienne, je suis télément contente de te voir..<</saygirl>>
<<saygirl 0 _jessi>>Mr Viktor m'a dit que tout c'etait bien passer, Félitation, tu as reçus ton étoile, bravos.<</saygirl>>
<<user 1>>C'est grace a toi, tu as fait tout le travail, je suis content que tu m'est demander de passer, j'avais trés envie de te voir.<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/case/4/02.webm">>
<<saygirl 0 _jessi>>Hihi, Mon petit corps te manque.<</saygirl>>
<<user 0>><cite>Ahem</cite>Je suis serieux Jessi je suis venue pour te demander un chose importante.<</user>>
<<user 0>><cite>Nerveux</cite>S'il te plais Jessi rejoin moi dans mon hotel.<</user>>
<<user 0>>L'hotel à besoin de toi, et je suis pret a faire tous ce qu'il faut.<</user>>
<<user 0>>Je peux racheter ton contract, je peux négocier avec Mr Viktor. Je ferais tous ceux que je peux.<</user>>
<<saygirl 0 _jessi>><cite>Rire</cite>Ho $user.nom, ne me dit pas que tu est tomber amoureux.<</saygirl>>
<<saygirl 0 _jessi>><cite>Souris</cite>Je sais que je suis génial, mais c'est mon travail.<</saygirl>>
<<user 0>>J'ustement je te propose un nouveau travail, tu seras bien mieux dans mon Hotel.<</user>>
<<talk 2>>Jessi te regarde amuser... elle ce lever et ce plaque contre le mur.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/case/4/03.webm">>
<<saygirl 0 _jessi>>Je suis désoler $user.nom mais je suis parfaitement heureuse ici. <</saygirl>>
<<user 0>>Mais j'ai besoin de toi, avec toi mon Hotel auras une hotesse capable de tout, Sans toi, je n’ai presque aucune chance de le sauver.<</user>>
<<saygirl 0 _jessi>>Pourquoi moi, hein ? Tu as déjà des filles dans ton hôtel, elle peuvent t’aider. Pourquoi me demander ça?<</saygirl>>
<<user 0>>Parce que tu es différente, Jessi. Tu comprends ce qu'il faut pour attirer les clients, pour les fidéliser. <</user>>
<<saygirl 0 _jessi>>Tu sais, je suis bien ici. Mr Viktor me traite comme il faut, j’ai tout ce que je veux. Pourquoi est-ce que je devrais tout quitter pour toi ?<</saygirl>>
<<user 0>>Parce que je ferai tout pour que tu te sentes bien dans mon hôtel. Je ne te demande pas juste de travailler pour moi… <</user>>
<<user 0>>Je te propose de faire partie de quelque chose de nouveau, de bâtir quelque chose ensemble. Avec ton talent, on pourrait vraiment réussir.<</user>>
<<saygirl 3 _jessi>><cite>Fait la moue</cite>Et… si je refuse ? Si je reste ici, qu’est-ce que tu feras ?<</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/case/4/04.webm">>
<<user 0>><cite>Hausse les épaules</cite>Jessi, s’il te plaît… Je sais que je n’ai rien à t’offrir de comparable à ce que Viktor te donne.<</user>>
<<user 0>>Mais avec toi, l’hôtel pourrait redevenir ce qu’il était, peut-être même plus.<</user>>
<<saygirl 0 _jessi>>$user.nom, demande le moi avec plus de conviction...<</saygirl>>
<<saygirl 0 _jessi>>Si tu veut quelque chose, ordonne le moi $user.nom.<</saygirl>>
<<saygirl 0 _jessi>>$user.nom, demande le moi avec violence...<</saygirl>>
<<talk 0>>Tous dans ça facon d'être te donne des indications sur ceux quel veut.<</talk>>
<<talk 0>>Ta main atrape son cous puis tu commence a cerrer dans un geste de desir.<</talk>>
<<saygirl 0 _jessi>>Ho oui $user.nom.<</saygirl>>
<<talk 0>>Ta main dessert son etaux. Jessi te regarde l'air triste.<</talk>>
<<saygirl 4 _jessi>>Si tu veut que je te réponde, il vas faloir faire mieux $user.nom.<</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/case/4/05.webm">>
<<user 0>><cite>Slap -Slap</cite>Jessi… Je négocierai avec Mr. Viktor, peu importe le prix. Je trouverai un moyen, pour toi.<</user>>
<<saygirl 0 _jessi>><cite>Ummmm</cite><</saygirl>>
<<saygirl 0 _jessi>>Ha $user.nom. Je suis bien ici, j’ai tout ce qu’il me faut. Peut-être que tu devrais te concentrer sur les femmes que tu as déjà.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite>Alors c’est tout ? Tu me laisses me débrouiller seul ?<</user>>
<<saygirl 0 _jessi>><cite>Umm</cite>Écoute-moi bien. Tu as des femmes autour de toi que tu n'a pas encore vraiment regardées. <</saygirl>>
<<user 0>><cite>Slap - Slap</cite>C'est toi que je veut!!!<</user>>
<<saygirl 0 _jessi>><cite>Um - UM</cite>Ecoute, si tu prends le temps de les comprendre, de les soutenir, elles te rendront bien plus que ce que tu imagines. <</saygirl>>
<<user 0>><cite>Baisse les yeux</cite>Tu as probablement raison… Peut-être que j’ai sous-estimé ce que j’avais déjà.<</user>>
<<saygirl 0 _jessi>>Bien sûr que j’ai raison. Ce ne sont pas des employées comme les autres.<</saygirl>>
<<saygirl 0 _jessi>>Chaqu'une d'elle cache une garce en elle, il te suffis de trouve la bonne cléf.<</saygirl>>
<<user 0>><cite>Caresse</cite>Merci, Jessi, j'y voie plus clair. Je ferai en sorte que chacune des filles réveille la garce qui sommeille en elle.<</user>>
<<talk 0>>Ta main toujours poser, sur la joue de Jessi tu la regarde dans les yeux peux être quelle à raison apres tous tu est peux etre amoureux d'elle, ou de ce quel représente pour toi, une femme capable de tous.<</talk>>
<<saygirl 5 _jessi>><cite>Te fixe dans les yeux</cite>...<</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/case/4/06.webm">>
<<talk 0>>Vous vous regarder dans les yeux un instant et vous comprennez que c'est votre derniere soirer ensemble.<</talk>>
<<talk 0>>Tu le sais Jessi ne te suivras pas, mais tu as encore toute la nuit pour être avec elle.<</talk>>
<<talk 0>>Jessi comme à son habitude prend les devants et baisse lentement son short en gean.<</talk>>
<<saygirl 6 _jessi>><cite>Murmurre</cite>$user.nom, suis moi.<</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/case/4/07.webm">>
<<talk 0>>Comme pour réaliser tes phantasme, elle ce met a quatre patte le culs en l'air, et commence a marche vers le canaper.<</talk>>
<<saygirl 0 _jessi>><cite>Um</cite>$user.nom, punis moi!!!<</saygirl>>
<<user 0>><cite>Glup</cite>Quoi!<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>J'ai etait une vilaine fille $user.nom, PUNIS MOI.<</saygirl>>
<<talk 0>>Un jeux de role pour votre derniere soirer? une derniere soirer qui doit être unique? une soirer ou tu doit te liberer!!!<</talk>>
<<talk 7>>Une derniere soirer ou tu doit tout lui donner!!!<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/case/4/1.webm" 1>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahh Yeah so fucking good.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Ahh I love it.<</saygirl>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 8 _jessi>><cite>Um</cite>Ohhhhhhhh.<</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/case/4/08.webm">>
<<user 0>>Hoo, putain Jessi désahille toi etallonge toi sur le canapé.<</user>>
<<user 0>><cite>Crie</cite>Je vais te donner ceux que tu veut.<</user>>
<<saygirl 0 _jessi>><cite>Fait la moue</cite>Ohh $user.nom comme tu est mechant...<</saygirl>>
<<saygirl 9 _jessi>><cite>Regarde le ciel</cite>Je veut ta bite!<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/case/4/09.webm">>
<<user 0>><cite>Tap - Tap</cite>C'est ça que tu veut?<</user>>
<<saygirl 0 _jessi>><cite>Um</cite>Ho oui $user.nom, dans ma bouche, dans ma chatte, dans mon cul<</saygirl>>
<<user 10>><cite>Tap - Tap</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/case/4/2.webm" 1>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<user 11>><cite>Slap - Slap</cite>Hooooooo<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/case/4/3.webm" 1>>
<<user 0>><cite>Um</cite>Yes yes.<</user>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
<<user 0>><cite>Um</cite>Ohhhh yes.<</user>>
<<saygirl 0 _jessi>><cite>Glups - Glups</cite><</saygirl>>
<<saygirl 12 _jessi>><cite>Gasp</cite><</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/case/4/4.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Yeah Ohh Ohhh Ohhh Ohhhh<</saygirl>>
<<saygirl 13 _jessi>><cite>Um</cite>Ohh FUCKKK OHHHH OHHHH<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/case/4/5.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohh Ohhh Ohhh Ohhhh<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohh Ohhh Ohhh Ohhhh<</saygirl>>
<<saygirl 14 _jessi>><cite>Um</cite>Ohh Ohhh Ohhh Ohhhh<</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/case/4/6.webm" 1>>
<<saygirl 0 _jessi>><cite>Respire fort</cite>Ohh Ohhh Ohhh Yeah<</saygirl>>
<<saygirl 0 _jessi>><cite>Um</cite>Yeah OHH OHHHH OHHHHH<</saygirl>>
<<saygirl 15 _jessi>><cite>Um</cite>OHHHHHHHH OHHHHHHH<</saygirl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/case/4/7.webm" 1>>
<<saygirl 0 _jessi>><cite>Um</cite>Ohh Yeah Yeah Yeah<</saygirl>>
<<user 0>>Ohhhhhh Ohh<</user>>
<<user 0>>Ohhhhhh<</user>>
<<talk 0>>Tu as vider, tous ta charge sur c'est fesse, ton désir rassasier pour aujourd'hui tu as la tête qui tourne un peux.<</talk>>
<<talk 0>>Tu t'allonge a coter d'elle, la respiration alltante par temps d'effort fournis.<</talk>>
<<talk 16>>Jessi te regarde, ce leche les levres comme pour te dire quel est triste de pas avoir eu son gouter en bouche.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/case/4/010.webm">>
<<talk 0>>Soudain, elle te sourit et caresse ton entrejambe. Tu es encore dur, et pour elle, c'est un appel à une finition en bonne et due forme.<</talk>>
<<talk 0>>Elle cambre son corps pour te laisser admirer ses petites fesses pendant qu'elle engloutit ta queue d'un seul coup, d'une manière presque bestiale, au point que tu te demandes si elle la suce ou si elle veut l'avaler tout entière.<</talk>>
<<saygirl 0 _jessi>><cite>Glurk - Glurk</cite>Encore j'en veut encore<</saygirl>>
<<user 0>>Ahhhhhh Ahh Ahhh<</user>>
<<saygirl 17 _jessi>><cite>Glurk - Glurk</cite><</saygirl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/case/4/011.webm">>
<<talk 0>>Apres tout cette exitation, revient le calme, tu te leve et repense à votre conversation, quoi que tu dise elle ne viendras pas avec toi dans ton Hotel.<</talk>>
<<saygirl 0 _jessi>>HO mon dieux, je vais pas oublier ce moment de ma vie. C'etait génial non?<</saygirl>>
<<user 0>>Hoo Oui… plus que tu ne l’imagines mais j’aurais aimé que ça ne soit pas un adieu.<</user>>
<<saygirl 0 _jessi>>Ne sois pas si dramatique. La vie continue, tu sais ? Et toi, tu as d'autre fille à l’hôtel, des femmes qui comptent sur toi.<</saygirl>>
<<user 0>>Peut-être, mais… elles ne sont pas toi, Jessi.<</user>>
<<saygirl 0 _jessi>><cite>Lève un sourcil</cite> Peut-être qu’il est temps que tu les découvres vraiment, alors. Moi, je suis bien ici. Mais je suis sûre que tu trouveras un moyen de faire de ton hôtel un endroit spécial… à ta façon.<</saygirl>>
<<user 0>>Merci, Jessi… pour tout. Je… j’espère te revoir un jour, même si ce n’est qu’un rêve.<</user>>
<<saygirl 0 _jessi>>Ne pense pas trop à moi, d’accord ? Concentre-toi sur ce que tu as à construire. <</saygirl>>
<<saygirl 0 _jessi>><cite>Sourit</cite>Allez, file avant que je ne change d’avis.<</saygirl>>
<<talk "hall">>Hésitant, tu finit par acquiescer et quitter la pièce, un dernier regard pour Jessi qui, te lance des bisous avec un grand sourire de satisfaction.<</talk>>
@@
<<set $user.quete = 13>>
<</switch>>
<</nobr>><<nobr>>
<<include wait_whitney>>
<</nobr>><<nobr>>
<<set _randomChance = random(1, 5)>>
<<if _randomChance == 1>>
<<set $hotels.room = Math.max($hotels.room - 4, 0)>>
<</if>>
<<set _randomEvent = ["event_room", "event_client", "event_secu" , "event_fight", "event_delivery", "event_girl"]>>
<<set _event = Math.random() < 0.1 ? _randomEvent.random() : null>>
<<if _event>>
<<goto _event>>
<</if>>
<</nobr>><<nobr>>
<<set _event = random(1, 5)>>
<<backbutton "hall">>
@@#media;
<div>
<li>[img["loveassets/img/matrix.jpg"]]</li>
<li class="mapmenu">
<ul>
<<switch _event>>
<<case 1>>
<li class="title">Incident in a Room</li>
<li>ⓘ A client accidentally broke a mirror in a room.</li>
<li><<link "Repair [money-50/Maintenance+2]" "hall">>
<<maintenance "+" 2>>
<<delmoney 50>>
<</link>></li>
<li><<link "Ignore [Satisfaction-5/Maintenance-2]" "hall">>
<<maintenance "-" 2>>
<<satisfaction "-" 5>>
<</link>></li>
<<case 2>>
<li class="title">Pest Infestation</li>
<li>ⓘ A client reported seeing a cockroach in the hotel.</li>
<li><<link "Disinfection [Money-200/Maintenance+4]" "hall">>
<<delmoney 200>>
<<maintenance "+" 4>>
<</link>></li>
<li><<link "Ignore [Popularity-1/Maintenance-4]" "hall">>
<<popularity "-" 1>>
<<maintenance "-" 4>>
<</link>></li>
<<case 3>>
<li class="title">Late Housekeeping</li>
<li>ⓘ You are too busy to do the housekeeping.</li>
<li><<link "Hire [Money-100/Maintenance+4]" "hall">>
<<delmoney 100>>
<<maintenance "+" 4>>
<</link>></li>
<li><<link "Ignore [Satisfaction-4/Maintenance-4]" "hall">>
<<satisfaction "-" 4>>
<<maintenance "-" 4>>
<</link>></li>
<<case 4>>
<li class="title">Unpleasant Odor</li>
<li>ⓘ An unpleasant odor has been reported in one of the rooms, likely due to a moldy carpet.</li>
<li><<link "Replace [Money-100/Maintenance+2]" "hall">>
<<delmoney 100>>
<<maintenance "+" 2>>
<</link>></li>
<li><<link "Deodorize [Money-10/Maintenance-2]" "hall">>
<<delmoney 10>>
<<maintenance "-" 2>>
<</link>></li>
<<case 5>>
<li class="title">Paint Spill</li>
<li>ⓘ A worker accidentally spilled a bucket of paint in the hallway.</li>
<li><<link "Clean [Money-30/Maintenance+2]" "hall">>
<<delmoney 30>>
<<maintenance "+" 2>>
<</link>></li>
<li><<link "Ignore [Satisfaction-4/Maintenance-2]" "hall">>
<<satisfaction "-" 4>>
<<maintenance "-" 2>>
<</link>></li>
<</switch>>
</ul>
</li>
</div>
@@
<</nobr>>/*
l'argent,
le stress de la fille = stress
populariter de l'hotel / Popularity / $user.pub
Entretien de l'hôtel / Maintenance / $hotels.room
Sécurité de l'hôtel / Security / $hotels.secu
la satisfaction client / Satisfaction / $hotels.customer
Money
<<set _args[0].stress += Math.random() < 0.8 ? _random : -_random>>
<<set _args[0].stress = Math.max(0, Math.min(100, _args[0].stress))>>
*/
---
### **Événements liés à la popularité (`$hotels.pub`)**
1. **"Critique en ligne"**
Une critique sur un site d'avis a signalé un problème mineur à l’hôtel.
- **Choix 1 : Répondre publiquement pour calmer la situation.**
Effets :
- `-5` à `$hotels.pub`
- `+10` à `$hotels.hotel_customer`
- **Choix 2 : Ignorer la critique.**
Effets :
- `-10` à `$hotels.pub`
2. **"Photographe freelance"**
Un photographe propose de prendre des photos professionnelles pour le site web de l’hôtel.
- **Choix 1 : Accepter l’offre.**
Effets :
- `-100$` (Argent)
- `+25` à `$hotels.pub`
- **Choix 2 : Refuser pour économiser.**
Effets :
- Aucun impact immédiat.
3. "Un influenceur célèbre visite l'hôtel"
Un influenceur connu a réservé une chambre dans l'hôtel.
Choix 1 : Offrir un service VIP pour qu’il partage une critique positive.
Effets :
-80$ (Argent)
+30 à $hotels.pub
Choix 2 : Ne rien faire de particulier.
Effets :
Aucun changement immédiat.
4. "Rumeur scandaleuse"
Une rumeur sur l'hôtel commence à circuler, accusant de mauvaises pratiques de gestion.
Choix 1 : Organiser une campagne de communication pour calmer la situation.
Effets :
-150$ (Argent)
+20 à $hotels.pub
Choix 2 : Ignorer et espérer que la rumeur se dissipe.
Effets :
-20 à $hotels.pub
5. "Invitation à un partenariat publicitaire"
Une agence propose de promouvoir l'hôtel dans une campagne publicitaire.
Choix 1 : Accepter l'offre.
Effets :
-200$ (Argent)
+30 à $hotels.pub
Choix 2 : Refuser pour économiser de l'argent.
Effets :
Aucun changement immédiat.
<<nobr>>
<<set _pub = ($user.pub / 10) * 100>>
<style>
.computer {
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-between;
}
#media .computer .macro-link {
all: initial;
cursor: pointer;
}
.computer > ul{
position:relative;
list-style:none;
text-align:center;
margin:0px;
padding: 0.5em;
display: flex;
flex-direction: column;
gap: 0.5em;
align-items: center;
border: 2px solid rgba(255, 255, 255, 0.2);
background: rgba(255, 255, 255, 0.1);
width:120px;
height:80px;
justify-content: center;
border-radius:0.5em;
overflow:hidden;
}
/*.computer ul > li:nth-child(1){
background-color:#a91855;
height:40px;
width:50%;
}*/
.computer ul > li:nth-child(1){
font-weight: 500;
color:white;
font-family: Arial, Helvetica, sans-serif;
}
.price {
position: absolute;
top : 0;
right: 0;
padding:5px;
background-color: rgb(var(--raspberry));
}
</style>
<<backbutton>>
@@#media;
<div class="computer">
<<= '<ul style="background: linear-gradient(0deg, rgba(216,17,89,0.8) ' + _pub + '%, transparent 0%); background-clip: padding-box;">
<li>Popularity</li>
<li>_pub%</li>
</ul>'>>
<<= '<ul style="background: linear-gradient(0deg, rgba(216,17,89,0.8) ' + $hotels.room + '%, transparent 0%); background-clip: padding-box;">
<li>Maintenance</li>
<li>$hotels.room %</li>
</ul>'>>
<<= '<ul style="background: linear-gradient(0deg, rgba(216,17,89,0.8) ' + $hotels.secu + '%, transparent 0%); background-clip: padding-box;">
<li>Security</li>
<li>$hotels.secu %</li>
</ul>'>>
<<= '<ul style="background: linear-gradient(0deg, rgba(216,17,89,0.8) ' + $hotels.customer + '%, transparent 0%); background-clip: padding-box;">
<li>Satisfaction</li>
<li>$hotels.customer %</li>
</ul>'>>
</div>
<div class="pcbar"><<link "Back" "computer">><</link>></div>
@@
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _gain25 = ($girls[$girl].salary * 25) / 100>>
<<set _gain20 = ($girls[$girl].salary * 20) / 100>>
<<set _gain100 = $girls[$girl].salary>>
<<dialog>>
<<link "Give money [Money-_gain100/Stress-100%]" `previous()`>>
<<delmoney _gain100>>
<<set $girls[$girl].stress = Math.max($girls[$girl].stress - 100, 0)>>
<</link>>
<<link "Spa [Money-_gain25/Stress-25%]" `previous()`>>
<<delmoney _gain25>>
<<set $girls[$girl].stress = Math.max($girls[$girl].stress - 25, 0)>>
<</link>>
<<link "Cinema [Money-_gain20/Stress-20%]" `previous()`>>
<<delmoney _gain20>>
<<set $girls[$girl].stress = Math.max($girls[$girl].stress - 20, 0)>>
<</link>>
<<link "Take a Walk [Stress-10%]" `previous()`>>
<<set $girls[$girl].stress = Math.max($girls[$girl].stress - 10, 0)>>
<</link>>
<<button "back" `previous()`>><<run Dialog.close();>><<unset $question>><<unset $girl>><</button>><</dialog>>
<</nobr>><<nobr>>
<<set _event = random(1, 5)>>
<<backbutton "hall">>
@@#media;
<div>
<li>[img["loveassets/img/matrix.jpg"]]</li>
<li class="mapmenu">
<ul>
<<switch _event>>
<<case 1>>
<li class="title">Special Request</li>
<li>ⓘ A client wants a particular decoration for an evening.</li>
<li><<link "Accept [Money-100/Satisfaction+5]" "hall">>
<<satisfaction "+" 5>>
<<delmoney 100>>
<</link>></li>
<li><<link "Decline [Satisfaction-5]" "hall">>
<<satisfaction "-" 5>>
<</link>></li>
<<case 2>>
<li class="title">Order Error</li>
<li>ⓘ A bottle of champagne ordered by mistake is delivered to the wrong room.</li>
<li><<link "Replace [Money-200/Satisfaction+4]" "hall">>
<<delmoney 200>>
<<satisfaction "+" 4>>
<</link>></li>
<li><<link "Retrieve [Popularity-1/Satisfaction-4]" "hall">>
<<popularity "-" 1>>
<<satisfaction "-" 4>>
<</link>></li>
<<case 3>>
<li class="title">Last-Minute Cancellation</li>
<li>ⓘ A client canceled their booking at the last minute without notice.</li>
<li><<link "Keep the Deposit [Money+100/Satisfaction-5]" "hall">>
<<money 100>>
<<satisfaction "-" 5>>
<</link>></li>
<li><<link "Return the Deposit [Satisfaction+5]" "hall">>
<<satisfaction "+" 5>>
<</link>></li>
<<case 4>>
<li class="title">Noisy Client</li>
<li>ⓘ A client is making too much noise in the room, disturbing other guests.</li>
<li><<link "Intervene [Satisfaction+10/Security-5]" "hall">>
<<satisfaction "+" 10>>
<<security "-" 5>>
<</link>></li>
<li><<link "Ignore [Satisfaction-10]" "hall">>
<<satisfaction "-" 5>>
<</link>></li>
<<case 5>>
<li class="title">Unexpected Upgrade</li>
<li>ⓘ A higher-quality room is available. Offer a free upgrade to a client.</li>
<li><<link "Yes [Satisfaction+10/Maintenance-5]" "hall">>
<<satisfaction "+" 10>>
<<maintenance "-" 5>>
<</link>></li>
<li><<link "No" "hall">>
<</link>></li>
<</switch>>
</ul>
</li>
</div>
@@
<</nobr>><<nobr>>
<<set _event = random(1, 5)>>
<<backbutton "hall">>
@@#media;
<div>
<li>[img["loveassets/img/matrix.jpg"]]</li>
<li class="mapmenu">
<ul>
<<switch _event>>
<<case 1>>
<li class="title">Fight Between Guests</li>
<li>ⓘ Two guests started arguing loudly in the lobby.</li>
<li><<link "Intervene [Security+5/Satisfaction+5]" "hall">>
<<satisfaction "+" 5>>
<<security "+" 5>>
<</link>></li>
<li><<link "Ignore [Security-5/Satisfaction-5]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
<<case 2>>
<li class="title">Faulty Fire Alarm</li>
<li>ⓘ The hotel fire alarm went off for no reason, causing panic.</li>
<li><<link "Repair [Money-100/Security+2]" "hall">>
<<delmoney 100>>
<<security "+" 2>>
<</link>></li>
<li><<link "Ignore [Security-5/Satisfaction-4]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 4>>
<</link>></li>
<<case 3>>
<li class="title">Suspicious Customer</li>
<li>ⓘ A customer is displaying strange behavior and is causing concern among employees and other guests.</li>
<li><<link "Dismiss [Security+4/Satisfaction+5]" "hall">>
<<security "+" 4>>
<<satisfaction "+" 5>>
<</link>></li>
<li><<link "Ignore [Security-5/Satisfaction-5]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
<<case 4>>
<li class="title">Broken Window</li>
<li>ⓘ A window was broken in a room, likely by a drunk or careless guest.</li>
<li><<link "Repair [Money-150/Security+5]" "hall">>
<<delmoney 150>>
<<security "+" 5>>
<</link>></li>
<li><<link "Ignore [Security-5/Satisfaction-5]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
<<case 5>>
<li class="title">Attempted Theft</li>
<li>ⓘ An attempted theft occurred in a room.</li>
<li><<link "Catch the Thief [Security+10]" "hall">>
<<security "+" 10>>
<</link>></li>
<li><<link "Call the Police [Security-5/Satisfaction-5]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
<</switch>>
</ul>
</li>
</div>
@@
<</nobr>><<nobr>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<backbutton "hall">>
<<set _securityEvents = [
{
title: "Intruder in the Hotel",
description: "A suspicious individual was spotted trying to access a room without authorization."
},
{
title: "Aggressive Guest",
description: "A drunk guest becomes violent towards the staff."
},
{
title: "Theft in the Lobby",
description: "A pickpocket is caught stealing a bag in the lobby."
},
{
title: "Fight Between Guests",
description: "Two guests in disagreement begin fighting in the lobby."
},
{
title: "Attempted Theft",
description: "Someone attempts to steal equipment from a room."
}
]>>
<<set _randomEvent = _securityEvents.random()>>
<<switch $page>>
<<case 0>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 150 , "atk": 35},
"passage" : "event_fight",
"money" : 500,
"mile" : 1
}>>
@@#media;
<div>
<li>[img["loveassets/img/matrix.jpg"]]</li>
<li class="mapmenu">
<ul>
<li class="title"><<= _randomEvent.title>></li>
<li>ⓘ <<=_randomEvent.description>></li>
<li><<link "Confront [Security+2/Satisfaction+2/Win*2]" "fight">><</link>></li>
<li><<link "Call the Police [Security-5/Satisfaction-5]" "hall">>
<<security "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
</ul>
</li>
</div>
<<case 1>>
<<satisfaction "+" 2>>
<<security "+" 2>>
<<goto "hall">>
<<case 2>>
<<satisfaction "+" 4>>
<<security "+" 4>>
<<goto "hall">>
<</switch>>
@@
<</nobr>><<nobr>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<backbutton "hall">>
<<set _deliveryEvents = [
{
title: "Lost Items",
description: "A guest has left items behind in a room."
},
{
title: "Delivery of Equipment",
description: "Deliver equipment for an urgent repair."
},
{
title: "Package Delivery",
description: "A guest ordered a personal package to be delivered to a girl."
},
{
title: "Gift Delivery",
description: "Deliver a gift to a VIP guest."
}
]>>
<<set _randomEvent = _deliveryEvents.random()>>
<<switch $page>>
<<case 0>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": random(50, 400) , "atk": random(20, 100)},
"passage" : "event_delivery",
"money" : 10,
"mile" : random(5, 15)
}>>
@@#media;
<div>
<li>[img["loveassets/img/matrix.jpg"]]</li>
<li class="mapmenu">
<ul>
<li class="title"><<= _randomEvent.title>></li>
<li>ⓘ <<=_randomEvent.description>></li>
<li><<link "Deliver [Money+100/Satisfaction+2/Win*2]" "delivery">><</link>></li>
<li><<link "Ignore [Satisfaction-5]" "hall">>
<<satisfaction "-" 5>>
<</link>></li>
</ul>
</li>
</div>
<<case 1>>
<<satisfaction "+" 2>>
<<money 100>>
<<goto "hall">>
<<case 2>>
<<satisfaction "+" 4>>
<<money 200>>
<<goto "hall">>
<</switch>>
@@
<</nobr>><<nobr>>
<<include wait_kylie>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _durand = "loveassets/img/durand.jpg">>
<<set _bernard = "loveassets/img/bernard.jpg">>
<<set _valerica = "loveassets/valerica/valerica.jpg">>
<<switch $page>>
<<case 0>>
<<background $background>>
/*<<set _background = "loveassets/img/room"+$background+".jpg">>*/
@@#media;
[img["loveassets/kylie/kyliebed.jpg"]]
<<user 0>>Hello, Kylie.<</user>>
<<girl 0 "kylie">>Hello $user.nom, I did what you asked me.<</girl>>
<<girl 0 "kylie">>I called Valerica, she agreed to help us...<</girl>>
<<girl 0 "kylie">>Also, she knows where Mr. Durand's drawer key is.<</girl>>
<<girl 0 "kylie">>She’s waiting for you, she’ll tell you in person.<</girl>>
<<girl 0 "kylie">>I also found Mr. Bernard’s number.<</girl>>
<<talk 0>>She hands you a piece of paper with a phone number and Valerica’s room number, 666.<</talk>>
<<user 0>>Perfect, I can start putting my plan into action. Thank you, Kylie.<</user>>
<<girl 1 "kylie">><cite>Smiles</cite>Be careful, $user.nom.<</girl>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img["loveassets/img/phone.jpg"]]
<<talk 0>>You return to your office and pick up your phone.<</talk>>
<<user 0>><cite>Thinks</cite>First step, contact Mr. Bernard, Mr. Durand's associate, and get him to come to his hotel.<</user>>
<<talk 0>>You dial the number, hoping everything goes as planned.<</talk>>
<<talk 0>>After a few rings, a deep voice answers.<</talk>>
<<say 0 _bernard>>Yes, hello, who’s calling?<</say>>
<<user 0>>Hello, Mr. Bernard. Sorry to bother you.<</user>>
<<user 0>>I’m a friend of the women at the hotel you manage with Mr. Durand.<</user>>
<<say 0 _bernard>>Yes?<</say>>
<<user 0>>I have some information regarding Mr. Durand's actions, and I was hoping we could discuss it in person.<</user>>
<<say 0 _bernard>>Information, you say?<</say>>
<<user 0>>Yes, important information.<</user>>
<<say 0 _bernard>><cite>Thinks</cite>Very well, come see me at my hotel. I'll be there during the day.<</say>>
<<user 0>>Perfect, I’ll even have evidence to show you.<</user>>
<<say 0 _bernard>>Alright.<</say>>
<<talk 2>>You hang up the phone with a slight smile, knowing you’ve just set the trap in motion.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video"loveassets/intro/route.webm">>
<<talk 0>>On the way to Mr. Durand's hotel, you reflect.<</talk>>
<<talk 0>>What evidence will you find? Will it be enough to get Mr. Durand fired?<</talk>>
<<talk 0>>And most importantly, is Valerica trustworthy?<</talk>>
<<talk 3>>All these questions will soon have answers.<</talk>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img["loveassets/img/badhotel.jpg"]]
<<talk 0>>Finally arriving at your destination, you sneak in.<</talk>>
<<talk 0>>You must not run into Mr. Durand.<</talk>>
<<talk 0>>After a few minutes of searching, you finally find room 666.<</talk>>
<<talk 0>>In front of the door is an interactive terminal with "VALERICA" written in large letters.<</talk>>
<<talk 4>>Some kind of virtual presentation? Your curiosity is too strong, and you click on play.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/1/1.webm" 1>>
<<user 0>>...<</user>>
<<talk 0>>You are left speechless by this presentation.<</talk>>
<<talk 0>>The presentation ends, and you knock on the door.<</talk>>
<<user 0>><cite>Knock - Knock</cite><</user>>
<<saygirl 5 _valerica>>Yes... Enter<</saygirl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/01.webm">>
<<talk 0>>You enter and look at her from head to toe.<</talk>>
<<talk 0>>She is just as impressive as in her presentation video.<</talk>>
<<user 0>>Valerica?<</user>>
<<saygirl 0 _valerica>>Yes, my dear, come in, don’t be afraid...<</saygirl>>
<<talk 0>>You know that what you’re about to say is crucial. You must be careful.<</talk>>
<<user 0>>Uh... Hello, I’m $user.nom!, a friend of Kylie!! I... need you!!!<</user>>
<<talk 0>>You had imagined everything: a polished presentation, carefully crafted to earn her trust...<</talk>>
<<talk 0>>But no words came out as you had planned...<</talk>>
<<talk 0>>You sigh, aware that you were a bit too direct.<</talk>>
<<talk 0>>To be fair, her gothic look is quite disconcerting...<</talk>>
<<talk 6>>She stares at you with a sly smile, her eyes scanning you as if she could read your thoughts.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/02.webm">>
<<saygirl 0 _valerica>>Aaahhh $user.nom!!!<</saygirl>>
<<saygirl 0 _valerica>><cite>Shrugs</cite>If you need me, I’m here!<</saygirl>>
<<saygirl 0 _valerica>>Kylie didn’t lie about you, you’re adorable.<</saygirl>>
<<user 0>>Uh... Thanks for helping me.<</user>>
<<saygirl 0 _valerica>>Oh, don’t thank me too soon.<</saygirl>>
<<saygirl 0 _valerica>><cite>Wicked smile</cite>Kylie explained to me what you wanted...<</saygirl>>
<<saygirl 0 _valerica>>And... I’ve already gotten the key.<</saygirl>>
<<user 0>>That’s great...<</user>>
<<saygirl 0 _valerica>>Um... I could give it to you...<</saygirl>>
<<talk 0>>She looks at you, waiting for your reaction.<</talk>>
<<user 0>>Yes, please, where is it? <</user>>
<<saygirl 0 _valerica>><cite>Shows you a key on her dresser</cite><</saygirl>>
<<saygirl 0 _valerica>>Nice, isn’t it? I can also tell you where the drawer that opens with it is!<</saygirl>>
<<talk 0>>Your breath catches for a moment.<</talk>>
<<talk 0>>The key is there, so close... yet she doesn’t seem to want to give it to you.<</talk>>
<<user 7>>So, are you going to help me?<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/03.webm">>
<<saygirl 0 _valerica>><cite>Smiles</cite>Hmm... maybe. Maybe not...<</saygirl>>
<<saygirl 0 _valerica>>There’s a small condition.<</saygirl>>
<<user 0>>What condition? <</user>>
<<talk 0>>She looks at you, a gleam of amusement in her eyes.<</talk>>
<<talk 0>>She smiles at you, letting her hands gently slide over her body.<</talk>>
<<saygirl 0 _valerica>><cite>Smiles</cite>Oh, nothing too serious.<</saygirl>>
<<saygirl 0 _valerica>>I want... a little recognition...<</saygirl>>
<<talk 0>>Her tone is light, but her gaze challenges you.<</talk>>
<<user 0>>What do you mean? <</user>>
<<saygirl 0 _valerica>>Give me some time, some attention.<</saygirl>>
<<user 0>>Uh... Why not another day, I need to find those files, it's important!<</user>>
<<saygirl 8 _valerica>>Oh, you're in a hurry. But I like to take my time... savor things.<</saygirl>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/04.webm">>
<<talk 0>>She tilts her head slightly, clapping her hands, her eyes studying you with amusement.<</talk>>
<<saygirl 0 _valerica>>And then, if I give you the key right away, you won’t need me anymore, right?<</saygirl>>
<<user 0>>That's not true! I need you to bring down Mr. Durand. Without you, none of this would be possible.<</user>>
<<saygirl 0 _valerica>><cite>Laughing</cite> Oh? That's flattering. Keep going like that.<</saygirl>>
<<talk 0>>You can tell her teasing isn't mean-spirited, but she seems to enjoy keeping the upper hand.<</talk>>
<<user 0>>I'm serious. I'll do whatever it takes to make this work. So why wait?<</user>>
<<talk 0>>She approaches again, this time almost too close, and gently places a finger on your chest.<</talk>>
<<saygirl 0 _valerica>>Because I want to see if you're really ready to go all the way...<</saygirl>>
<<saygirl 0 _valerica>>Do what I ask, without asking questions.<</saygirl>>
<<talk 0>>Her soft tone contrasts with the challenge in her eyes. She's testing you, and you know it.<</talk>>
<<user 9>>Are you leading me in circles?<</user>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/05.webm">>
<<saygirl 0 _valerica>><cite>Smiles</cite>Hmm… Maybe a little. But you're doing well so far.<</saygirl>>
<<user 0>>Alright, alright, what if you actually tell me what you want?<</user>>
<<saygirl 0 _valerica>><cite>Smiles</cite>Hmm… The same thing as you, $user.nom.<</saygirl>>
<<talk 0>>To emphasize her words, she turns gracefully, letting her hips sway in an irresistibly sensual movement.<</talk>>
<<talk 10>>A heat runs through you, and your body reacts despite yourself. It's impossible to deny the effect she has on you.<</talk>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/06.webm">>
<<talk 0>>She looks at you and smiles, then drops to her knees.<</talk>>
<<talk 0>>Without a word, her hand slides slowly toward your crotch, arousing palpable tension.<</talk>>
<<talk 0>>Her movements intensify with unsettling assurance.<</talk>>
<<talk 0>>Her hot breath grazes your lower abdomen, leaving little doubt about her intentions.<</talk>>
<<talk 0>>You place a hand on her head, a silent approval, before closing your eyes and letting her take the initiative.<</talk>>
<<talk 11>>After all, she's the one who wanted it.<</talk>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/1.webm" 1>>
<<saygirl 0 _valerica>><cite>Tap - Tap - Tap</cite>Ahhhh.<</saygirl>>
<<saygirl 0 _valerica>><cite>Suck - Suck</cite>Ahh.<</saygirl>>
<<saygirl 12 _valerica>><cite>Spit</cite>Ahhhhhhh.<</saygirl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/2.webm" 1>>
<<saygirl 0 _valerica>><cite>Glup -Glup</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Suck - Suck</cite><</saygirl>>
<<user 0>>Yes yes yes.<</user>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite><</saygirl>>
<<user 0>>Ahhhhhh very good.<</user>>
<<saygirl 13 _valerica>><cite>Gasp</cite>Haaaaa<</saygirl>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/3.webm" 1>>
<<talk 0>>Guided by an urge that always wants more.<</talk>>
<<talk 0>>You put a firm hand on her head to prevent her from pulling back...<</talk>>
<<talk 0>>Then you firmly thrust your cock, all the way down her throat.<</talk>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Um</cite>Fuck my face so goood.<</saygirl>>
<<user 0>>Yes, even more?<</user>>
<<saygirl 14 _valerica>>Um um<</saygirl>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/4.webm" 1>>
<<user 0>><cite>Um</cite>Come back, come back.<</user>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite><</saygirl>>
<<saygirl 0 _valerica>><cite>Glurkkkkkkkkkkkkk</cite><</saygirl>>
<<saygirl 15 _valerica>><cite>Slurp</cite>Ooooh fuck me.<</saygirl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media .cum;
<<video "loveassets/valerica/2/5.webm" 1>>
<<user 0>><cite>Um</cite>OH, Oooooooh.<</user>>
<<saygirl 0 _valerica>><cite>Um</cite>Oh my god yes.<</saygirl>>
<<user 0>><cite>Um</cite>Oooooooh.<</user>>
<<saygirl 0 _valerica>><cite>Kiss</cite>Oh my god yessss.<</saygirl>>
<<saygirl 0 _valerica>><cite>Lick</cite>Fuck yes<</saygirl>>
<<saygirl 16 _valerica>><cite>Lick</cite>More, More...<</saygirl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/6.webm" 1>>
<<user 0>><cite>Um</cite>OH, Shitttt.<</user>>
<<saygirl 0 _valerica>><cite>Lick</cite>AH AH ahaahah Oh my god.<</saygirl>>
<<user 0>><cite>Um</cite>Oooh yes .<</user>>
<<saygirl 0 _valerica>><cite>Laughs</cite>Nice split fucking load.<</saygirl>>
<<user 17>><cite>Um</cite>Oooh yes .<</user>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/07.webm">>
<<saygirl 0 _valerica>><cite>Laughs</cite>Hmm… Oh fuck, I've got it all over my face.<</saygirl>>
<<saygirl 0 _valerica>>I hope you're pumped up and ready to take down Mr. Durand.<</saygirl>>
<<saygirl 0 _valerica>><cite>Smiles</cite>That bastard always wanted me to blow him.<</saygirl>>
<<saygirl 0 _valerica>><cite>Laughs</cite>Don't hesitate to tell him I swallowed it all.<</saygirl>>
<<user 0>><cite>Laughs</cite>Uh... I'll see if that can be useful...<</user>>
<<user 18>>Are you giving me the key now?<</user>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/08.webm">>
<<saygirl 0 _valerica>><cite>Smiles</cite>Ohh Yes… here, take the key, my dear.<</saygirl>>
<<saygirl 0 _valerica>>It's the Third Door, Second Drawer.<</saygirl>>
<<user 0>>Okay, thanks, this is the end for Mr. Durand...<</user>>
<<saygirl 0 _valerica>><cite>Kisses</cite> <cite>Raises her arms</cite>Go ahead, my dear, go for it, you'll get him! Woohoo.<</saygirl>>
<<talk 19>>You leave the room, key in hand, with the strange feeling of having gone through an unexpected ordeal.<</talk>>
@@
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
<<dialog>>
<<link "Door (1)" "talk_kylie4">><<set $page=20>><<run Dialog.close();>><</link>>
<<link "Door (2)" "talk_kylie4">><<set $page=20>><<run Dialog.close();>><</link>>
<<link "Door (3)" "talk_kylie4">><<set $page=21>><<run Dialog.close();>><</link>>
<<link "Door (4)" "talk_kylie4">><<set $page=20>><<run Dialog.close();>><</link>>
<<link "Door (5)" "talk_kylie4">><<set $page=20>><<run Dialog.close();>><</link>>
<</dialog>>
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 19>>Locked door.<</talk>>
@@
<<case 21>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/bureaudurand.jpg]]
<<talk 0>>You enter in a dark and dilapidated office, just like its owner.<</talk>>
<<talk 22>>It's not very big, at least the search will be quick...<</talk>>
@@
<<case 22>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
<<dialog>>
<<link "Drawer (1)" "talk_kylie4">><<set $page=23>><<run Dialog.close();>><</link>>
<<link "Drawer (2)" "talk_kylie4">><<set $page=24>><<run Dialog.close();>><</link>>
<<link "Drawer (3)" "talk_kylie4">><<set $page=23>><<run Dialog.close();>><</link>>
<<link "Drawer (4)" "talk_kylie4">><<set $page=23>><<run Dialog.close();>><</link>>
<<link "Drawer (5)" "talk_kylie4">><<set $page=23>><<run Dialog.close();>><</link>>
<</dialog>>
<<case 23>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/bureaudurand.jpg]]
<<talk 22>>This drawer is empty.<</talk>>
@@
<<case 24>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<talk 0>>You come across a locked drawer. It's right there, just under your nose.<</talk>>
<<talk 0>>With your heart pounding, you insert the key Valerica gave you, taking care not to make any noise.<</talk>>
<<user 0>><cite>click</cite>Ahh, it's open!<</user>>
<<talk 0>>Inside the drawer is a file with large letters on it: CONFIDENTIAL.<</talk>>
<<talk 0>>An overwhelming curiosity takes hold of you. Could it, as you suspect, contain photos of the girls from his hotel?<</talk>>
<<talk 0>>You examine the file and... you now have proof that he abuses the girls.<</talk>>
<<talk 25>>It's time to confront this man and humiliate him so he never dares approach Kylie again.<</talk>>
@@
<<case 25>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>You head to the lobby, sitting down with the file in your hand and a nervous smile on your face.<</talk>>
<<talk 26>>All that's left is to wait.<</talk>>
@@
<<case 26>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/bernard_cover.jpg]]
<<talk 0>>Mr. Durand's associate, Mr. Bernard, arrives shortly after, looking confident and relaxed, unaware of what awaits him.<</talk>>
<<say 0 _bernard>>Hello.<</say>>
<<user 0>>Hello, Mr. Bernard?<</user>>
<<say 0 _bernard>>Yes, excuse me, you are?.<</say>>
<<user 0>>I’m $user.nom, the one you spoke to on the phone.<</user>>
<<say 0 _bernard>>Yes... you mentioned having information about Mr. Durand, correct?.<</say>>
<<user 0>>... And proof to back up my claims as well.<</user>>
<<user 0>>If you could gather all the employees and Mr. Durand, I’ll tell you everything.<</user>>
<<say 27 _bernard>>Umm, alright, give me five minutes.<</say>>
@@
<<case 27>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/group_cover.jpg]]
<<say 0 _bernard>>Everyone is here...<</say>>
<<say 0 _durand>>What!!! You again...<</say>>
<<say 0 _bernard>>So, what important information do you want to share with us?<</say>>
<<user 0>>I need to show you what you don’t know about Mr. Durand.<</user>>
<<say 0 _durand>>What!!! Don’t listen to him, he’s rambling, this man is crazy.<</say>>
<<user 0>>I must show you what he makes the girls in this hotel endure, he even keeps files on them.<</user>>
<<user 0>>He blackmails them, humiliates them, all to get favors from them.<</user>>
<<user 0>>This man disgusts me, and all of this must not go unpunished.<</user>>
<<say 0 _durand>>But that’s false, it’s all lies...<</say>>
<<user 0>><cite>Raises voice</cite>Mr. Bernard, if you would please look at this file. It comes from his office.<</user>>
<<say 0 _durand>>WHAT!!! Thief... uh... I mean, it’s not mine.<</say>>
<<say 28 _bernard>>That’s enough, Durand. $user.nom, show me that!!!<</say>>
@@
<<case 28>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/3/group.webm">>
<<talk 0>>Mr. Bernard slowly opens the file. It contains damning evidence.<</talk>>
<<talk 0>>In addition to photos illustrating his misdeeds with the girls.<</talk>>
<<talk 0>>It includes financial documents that clearly reveal Mr. Durand's financial abuses.<</talk>>
<<talk 0>>Once he finishes reviewing it, he hands it to Valerica, who then passes it to the other girls.<</talk>>
<<talk 0>>The girls exchange meaningful glances. They knew things were happening in this hotel.<</talk>>
<<talk 0>>But none of them had imagined just how vast the problem was.<</talk>>
<<talk 0>>Perhaps each of them believed, in her own way, that she was the only one being harassed by Mr. Durand.<</talk>>
<<talk 29>>Now, a budding solidarity can be felt among them. Mr. Bernard, meanwhile, remains frozen, shocked by the revelation.<</talk>>
@@
<<case 29>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/group_cover2.jpg]]
<<user 0>><cite>the tight grip</cite> This is what Mr. Durand is hiding.<</user>>
<<user 0>>It’s time for him to pay for what he’s done.<</user>>
<<talk 0>>Mr. Durand stands frozen... mouth agape.<</talk>>
<<talk 0>>A chill runs down his body, Mr. Durand straightens up, his gaze becoming aggressive.<</talk>>
<<say 0 _durand>><cite>Arrogant</cite> What do you think you’re doing, huh?<</say>>
<<say 0 _durand>>Do you really think you can get me fired with a few papers? These girls are nothing without me.<</say>>
<<talk 0>>The girls slowly move toward the table, Valerica shoots an accusing look at Mr. Durand.<</talk>>
<<saygirl 0 _valerica>><cite>Firm tone</cite>It’s time for you to pay, Durand.<</saygirl>>
<<saygirl 0 _valerica>>All the girls here now know what you’ve been doing.<</saygirl>>
<<talk 30>>Mr. Durand chokes, looking at his associate in a final hope for support.<</talk>>
@@
<<case 30>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/bernard_cover.jpg]]
<<say 0 _durand>><cite>Nervous</cite>Bernard, you’re going to let me deal with this… this… this rat?!<</say>>
<<say 0 _bernard>><cite>Sighs</cite>You’ve crossed the line, Durand. What you’ve done here is unacceptable.<</say>>
<<say 0 _bernard>><cite>Sharp tone</cite>It’s over, Durand. You’re fired. I want nothing more to do with you.<</say>>
<<say 0 _durand>>You... you can’t do this! You really want to betray me for these girls?!<</say>>
<<say 0 _bernard>>I’ll take care of the hotel myself, you!!! You have no place here anymore.<</say>>
<<talk 0>>Mr. Durand opens his mouth, but no sound comes out.<</talk>>
<<user 0>><cite>Satisfied</cite>That's what you deserve. A life of lies and manipulation, and now you’ve lost everything.<</user>>
<<talk 0>>The girls murmur among themselves, and one of them even spits on him, symbolizing the collective rejection.<</talk>>
<<talk 0>>Mr. Durand’s face turns red with anger and shame, but he can no longer do anything.<</talk>>
<<say 0 _bernard>><cite>Stares you in the eyes</cite>I’ll make sure this man is held accountable for his actions.<</say>>
<<talk 0>>Mr. Durand, defeated and speechless, starts heading toward the exit under the cold gaze of all the girls and Mr. Bernard.<</talk>>
<<talk 31>>It’s over for him. He’s lost all control.<</talk>>
@@
<<case 31>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/group_cover3.jpg]]
<<talk 0>>Once Mr. Durand left the premises, you look around, all the girls are looking at you with a glimmer of gratitude in their eyes.<</talk>>
<<talk 0>>You start to blush, feeling a bit trapped by this new success.<</talk>>
<<user 0>>Well... I guess I'll go now...<</user>>
<<user 0>>I still have to tell Kylie the good news.<</user>>
<<saygirl 0 _valerica>><cite>Smile</cite>$user.nom, Thank you. I don't know what we would have become without you...<</saygirl>>
<<talk 0>>Valerica looks at the girls, and with a kind of agreement, she nods her head then gets on all fours, her buttocks pushed forward.<</talk>>
<<talk 0>>You understand that the girls are thanking you all in their own way.<</talk>>
<<talk 0>>Your plan worked perfectly, and Mr. Durand is now a man isolated, with no power or allies.<</talk>>
<<user 0>>Thank you, girls, I have to go now, take care of you.<</user>>
<<talk 0>>Valerica approaches, before placing her lips on yours.<</talk>>
<<saygirl 0 _valerica>><cite>Kiss</cite>Thank you $user.nom, come back and see us often...<</saygirl>>
<<user "hall">>I won't forget, goodbye.<</user>>
@@
<<set $girls.kylie.quete = 5>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _bernard = "loveassets/img/bernard.jpg">>
<<set _valerica = "loveassets/valerica/valerica.jpg">>
<<switch $page>>
<<case 0>>
<<background $background>>
/*<<set _background = "loveassets/img/room"+$background+".jpg">>*/
@@#media;
[img["loveassets/kylie/kyliebed.jpg"]]
<<user 0>>Bonjour, Kylie.<</user>>
<<girl 0 "kylie">>Bonjour $user.nom, j'ai fait ceux que tu voulais.<</girl>>
<<girl 0 "kylie">>J'ai apeller Valerica, elle est d'accord pour nous aider.<</girl>>
<<girl 0 "kylie">>En plus elle sais ou est la clef du tiroir, de Mr Durand.<</girl>>
<<girl 0 "kylie">>Elle t'attend elle te diras ça de vive voix.<</girl>>
<<girl 0 "kylie">>J'ai aussi retrouver le numéro de Mr.Bernard, tient voila.<</girl>>
<<talk 0>>Elle te tend un papier avec un numero de téléphone, et le numéro de chambre de Valerica le 666.<</talk>>
<<user 0>>Parfait, je vais pour voir mettre en place mon plan, Merci Kylie.<</user>>
<<girl 1 "kylie">><cite>Souris</cite>Fait attention à toi $user.nom.<</girl>>
@@
<<case 1>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img["loveassets/img/phone.jpg"]]
<<talk 0>>Tu retroune dans ton bureau, Il est temps de passer à l’action.<</talk>>
<<talk 0>>Première étape, contacter M. Bernard, l’associé de M. Durand, et le faire venir à son l’hôtel.<</talk>>
<<talk 0>>Tu prends ton téléphone, ton cœur battant.<</talk>>
<<talk 0>>Tu composes le numéro, espérant que tout se passe comme prévu.<</talk>>
<<talk 0>>Après quelques sonneries, une voix grave répond. <</talk>>
<<say 0 _bernard>><cite>Tut - Tut</cite>Oui, Allo, qui est à l’appareil ?<</say>>
<<user 0>>Bonjour, M. Bernard. Excuser moi de vous déranger.<</user>>
<<user 0>>Je suis un amis des femmes de l'hotel que vous diriger avec M. Durand.<</user>>
<<say 0 _bernard>>Oui ?<</say>>
<<user 0>>J’ai quelques informations, concernant les agisements de M. Durand, et j'esperer qu'on puisse en discuter en personne.<</user>>
<<say 0 _bernard>>Des informations, vous dites ?<</say>>
<<user 0>>Oui, des informations importante.<</user>>
<<say 0 _barnrard>><cite>Reflechit</cite>Très bien, venez me voir à mon Hotel, j'y serais dans la journer.<</say>>
<<user 0>>Parfait, j'aurais même des preuves à vous montrer.<</user>>
<<say 0 _barnrard>>D'accord.<</say>>
<<talk 2>>Tu raccroches le téléphone avec un léger sourire, sachant que tu viens de lancer le début du piège.<</talk>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video"loveassets/intro/route.webm">>
<<talk 0>>en route pour l'ahotel de Mr.Durand tu reflechis.<</talk>>
<<talk 0>>Quel prevent vas tu trouver? est ce que ça seras suffisant pour faire virer Mr Durant.<</talk>>
<<talk 0>>Est surtout Valerica et t'elle digne de confiance...<</talk>>
<<talk 0>>Toute c'est question aurons bientot une réponse.<</talk>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img["loveassets/img/badhotel.jpg"]]
<<talk 0>>Tu te faufille dans l'hotel, tu ne doit pas croiser Mr.durand.<</talk>>
<<talk 0>>Apres quelque minute de recherche, tu trouve enfin la chambre 666<</talk>>
<<talk 0>>Devant la porte ce trouve une borne interactive avec en gros ecrit VALERICA.<</talk>>
<<talk 0>>Une sorte de présentation virtuel? la curiositer est trop grand tu click sur play.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/1/1.webm" 1>>
<<user 0>>...<</user>>
<<talk 0>>Tu reste bouche bée devant cette présentation.<</talk>>
<<talk 0>>La présentation fini , tu toc a la porte.<</talk>>
<<user 0>><cite>Toc - Toc<</user>>
<<saygirl 0 _valerica>>Enter<</saygirl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/01.webm">>
<<talk 0>>Tu entre est tu la regarde de bas en haut, elle est aussi impressionnante que sur ça video de présentation.<</talk>>
<<user 0>>Valerica?<</user>>
<<saygirl 0 _valerica>>Oui, entre mon cheri, n'est pas peur.<</saygirl>>
<<talk 0>>Tu entre dans la chambre est ferme deriere toi.<</talk>>
<<talk 0>>Tu sais que ce que tu vas dire est crucial. Tu dois faire attention à ce que tu vas dire.<</talk>>
<<user 0>>Heu... Bonjour, je suis $user.nom!, un ami de Kylie!!. j'ai besoin de toi!!!<</user>>
<<talk 0>>Tu avais tout imaginé : une présentation soignée, calculée pour lui inspirer confiance...<</talk>>
<<talk 0>>Mais aucun mots n'est sortis comme tu l'avais prévus...<</talk>>
<<talk 0>>Tu soupir, concient d'avoir etait un peux trop direct.<</talk>>
<<talk 0>>Il faut dire que son look gothique te trouble. Elle dégage une aura envoûtante.<</talk>>
<<talk 6>>Elle te fixe avec un sourire en coin, ses yeux te scrutant comme si elle lisait en toi.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/02.webm">>
<<saygirl 0 _valerica>>Haaa $user.nom!!!<</saygirl>>
<<saygirl 0 _valerica>><cite>Hausse les epaules</cite>Si tu as besoin de moi je suis la!<</saygirl>>
<<saygirl 0 _valerica>>Kylie ne m'avais pas mentis a ton suget, tu est craquand.<</saygirl>>
<<user 0>>Heu... Merci de m’aider.<</user>>
<<saygirl 0 _valerica>>Oh, ne me remercie pas trop vite.<</saygirl>>
<<saygirl 0 _valerica>><cite>Sourire malicieux</cite>Kylie m’a expliqué ce que tu veux… et j'ai dejas recuperrais la cléf.<</saygirl>>
<<saygirl 0 _valerica>>Je pourrais te la donner...<</saygirl>>
<<talk 0>>Elle te regarde attendant ta réaction.<</talk>>
<<user 0>>Tu la dejas, où elle est ? <</user>>
<<saygirl 0 _valerica>><cite>Te montre un clef sur ça commode</cite><</saygirl>>
<<saygirl 0 _valerica>>Jolie, hein ?, je peux aussi te dire ou ce trouve le tiroir qu'elle ouvre!<</saygirl>>
<<talk 0>>Ton souffle se coupe un instant. La clé est là, si près… et pourtant elle n'a pas l'air d'avoir envie de te la donner.<</talk>>
<<user 7>>C’est génial ! Alors, tu vas m'aider ?<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/03.webm">>
<<saygirl 0 _valerica>><cite>souris</cite>Hmm… peut-être. peut-être pas...<</saygirl>>
<<saygirl 0 _valerica>>Il y a une petite condition.<</saygirl>>
<<user 0>>Quelle condition ? <</user>>
<<talk 0>>Elle te regarde, un éclat d’amusement dans ses yeux.<< /talk>>
<<talk 0>>Puis te sourit, laissant ses mains glisser doucement sur son corps.<< /talk>>
<<saygirl 0 _valerica>><cite>Souris</cite>Oh, rien de bien méchant.<</saygirl>>
<<saygirl 0 _valerica>>Je veux... un peu de reconnaissance...<</saygirl>>
<<talk 0>>Son ton est léger, mais son regard te défie.<</talk>>
<<user 0>>Qu’est-ce que tu veux dire ? <</user>>
<<saygirl 0 _valerica>>Accorde moi un peux de temps, un peux d'attention.<</saygirl>>
<<user 0>>Heu… Pourquoi pas un autre jour, je doit trouver ses dossiers, c'est important!<</user>>
<<saygirl 7 _valerica>>Oh, tu es pressé, toi. Mais moi, j’aime prendre mon temps… savourer les choses.<</saygirl>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/04.webm">>
<<talk 0>>Elle incline légèrement la tête, tapant dans ces mains, ses yeux te scrutant avec amusement.<</talk>>
<<saygirl 0 _valerica>>Et puis, si je te donne la clé tout de suite, tu n’auras plus besoin de moi, n’est-ce pas ?<</saygirl>>
<<user 0>>Ce n’est pas vrai ! J’ai besoin de toi pour faire tomber M. Durand. Sans toi, rien de tout ça ne serait possible<</user>>
<<saygirl 0 _valerica>>Oh ? C’est flatteur. Continue comme ça, <cite>Rire</cite><</saygirl>>
<<talk 0>>Tu sens que ses taquineries ne sont pas méchantes, mais elle semble aimer garder l’avantage.<</talk>>
<<user 0>>Je suis sérieux. Je ferai tout ce qu’il faut pour que ça marche. Alors pourquoi attendre ?<</user>>
<<talk 0>>Elle s’approche à nouveau, cette fois presque trop près, et pose doucement un doigt sur ton torse.<</talk>>
<<saygirl 0 _valerica>>Parce que je veux voir si tu es vraiment prêt à aller jusqu’au bout… <</saygirl>>
<<saygirl 0 _valerica>>Fait ce que je te demande, sans poser de questions.<</saygirl>>
<<talk 0>>Son ton doux contraste avec le défi dans ses yeux. Elle te teste, et tu le sais.<</talk>>
<<user 8>>Est-ce que tu me fais tourner en rond ?<</user>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/05.webm">>
<<saygirl 0 _valerica>><cite>Souris</cite>Hmm… Peut-être un peu. Mais tu te débrouilles bien, jusqu’ici.<</saygirl>>
<<user 0>>D'accord, d'accord et si tu me disais vraiment ceux que tu veut?<</user>>
<<saygirl 0 _valerica>><cite>Souris</cite>Hmm… La même chose que toi, $user.nom.<</saygirl>>
<<talk 0>>Pour appuyer ses mots, elle se tourne avec grâce, laissant ses hanches onduler dans un mouvement irrésistiblement sensuel.<< /talk>>
<<talk 0>>Une chaleur te parcourt, et ton corps réagit malgré toi. Impossible de nier l'effet qu'elle a sur toi.<< /talk>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/06.webm">>
<<talk 0>>Elle te regarde souris, puis ce met à genoux.<</talk>>
<<talk 0>>Sans un mot, sa main glisse lentement vers ton entrejambe, éveillant une tension palpable.<< /talk>>
<<talk 0>>Ses mouvements s'intensifient avec une assurance troublante, et son souffle chaud effleure ton bas-ventre, laissant peu de doute sur ses intentions.<< /talk>>
<<talk 0>>Tu poses une main sur sa tête, une approbation silencieuse, avant de fermer les yeux et de lui laisser l'initiative.
<<talk 0>>Après tout, c’est elle qui la voulus.<< /talk>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/1.webm" 1>>
<<saygirl 0 _valerica>><cite>Tap - Tap - Tap</cite>Ahhhh.<</saygirl>>
<<saygirl 0 _valerica>><cite>Suck - Suck</cite>Ahh.<</saygirl>>
<<saygirl 0 _valerica>><cite>Ppit</cite>Ahhhhhhh.<</saygirl>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/2.webm" 1>>
<<saygirl 0 _valerica>><cite>Glup -Glup</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Suck - Suck</cite><</saygirl>>
<<user 0>>Yes yes yes.<</user>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite><</saygirl>>
<<user 0>>Ahhhhhh yes yes.<</user>>
<<saygirl 12 _valerica>><cite>Gasp</cite>Haaaaa<</saygirl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/3.webm" 1>>
<<talk 0>>Guider par une pultion qui en veut toujours plus.<</talk>>
<<talk 0>>Tu pose une main ferme sur ça tête afin de l'empecher de reculer...<</talk>>
<<talk 0>>Puis tu enfonce fermement ta bite, jusqu'au fond de ça gorge.<</talk>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Um</cite>Fuck my face so goood.<</saygirl>>
<<user 0>>yes, It's more again?.<</user>>
<<saygirl 13 _valerica>>Um um<</saygirl>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/4.webm" 1>>
<<user 0>><cite>Um</cite>Come back, come back.<</user>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite>Umm.<</saygirl>>
<<saygirl 0 _valerica>><cite>Glurk - Glurk</cite><</saygirl>>
<<saygirl 0 _valerica>><cite>Glurkkkkkkkkkkkkk</cite><</saygirl>>
<<saygirl 14 _valerica>><cite>Slurp</cite>Hooo fuck me.<</saygirl>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/5.webm" 1>>
<<user 0>><cite>Um</cite>HO, Hoooooo.<</user>>
<<saygirl 0 _valerica>><cite>Um</cite>Ho my god yes.<</saygirl>>
<<user 0>><cite>Um</cite>Hoooooo.<</user>>
<<saygirl 0 _valerica>><cite>Kiss</cite>Ho my god yessss.<</saygirl>>
<<saygirl 0 _valerica>><cite>Lick</cite>Fuck yes<</saygirl>>
<<saygirl 15 _valerica>><cite>Lick</cite>More, More...<</saygirl>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/6.webm" 1>>
<<user 0>><cite>Um</cite>HO, Shitttt.<</user>>
<<saygirl 0 _valerica>><cite>Leche</cite>Ha Ha haahah Ho my god.<</saygirl>>
<<user 0>><cite>Um</cite>Hooo yes .<</user>>
<<saygirl 0 _valerica>><cite>Rire</cite>Nice split fucking load.<</saygirl>>
<<user 16>><cite>Um</cite>Hooo yes .<</user>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/2/07.webm">>
<<saygirl 0 _valerica>><cite>Rire</cite>Hmm… Ho putain j'en ai plein le visage.<</saygirl>>
<<saygirl 0 _valerica>>J'espere que tu est remonter à bloc est prés à faire tomber Mr.Durand.<</saygirl>>
<<saygirl 0 _valerica>><cite>Souris</cite>C'est enfoirer a toujours voulus que le suce, si tu veut tu peux t'en servir pour apuiller la ou ça fait mal.<</saygirl>>
<<saygirl 0 _valerica>><cite>Rire</cite>N'esite pas a lui dire que j'ai tout avaler.<</saygirl>>
<<user 0>><cite>Rire</cite>Heu... Je verrais si ça peux servir...<</user>>
<<user 17>>Tu me donne la clef maintenant ?<</user>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
<<saygirl 0 _valerica>><cite>Souris</cite>Ohh Ouiii… tien, voila la clef mon cheri.<</saygirl>>
<<saygirl 0 _valerica>>C'est le troisieme bureau, deuxieme tiroir.<</saygirl>>
<<user 0>>Ok, merci, c'est la fin de Mr Durand...<</user>>
<<saygirl 0 _valerica>><cite>Bisous</cite> <cite>Leve les bras</cite>Vas y mon cheri, vas y fonce, tu vas l'avoir Woohoo.<</saygirl>>
<<talk 18>>Tu quittes la pièce, la clé en main, avec l’impression étrange d’avoir passé une épreuve inattendue.<</talk>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
<<dialog>>
<<link "Porte (1)" "talk_kylie4">><<set $page=19>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Porte (2)" "talk_kylie4">><<set $page=19>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Porte (3)" "talk_kylie4">><<set $page=20>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Porte (4)" "talk_kylie4">><<set $page=19>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Porte (5)" "talk_kylie4">><<set $page=19>><<run Dialog.close();>><<unset $question>><</link>>
<</dialog>>
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 18>>Porte fermer à clef.<</talk>>
@@
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/badhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/bureaudurand.jpg]]
<<talk 0>>Tu arrive dans un bureau sombre et délabrer, à l'image de son proprietaire.<</talk>>
<<talk 21>>Ca n'est pas trés grand au moin la fouille iras vite...<</talk>>
@@
<<case 21>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
<<dialog>>
<<link "Tiroir (1)" "talk_kylie4">><<set $page=22>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Tiroir (2)" "talk_kylie4">><<set $page=23>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Tiroir (3)" "talk_kylie4">><<set $page=22>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Tiroir (4)" "talk_kylie4">><<set $page=22>><<run Dialog.close();>><<unset $question>><</link>>
<<link "Tiroir (5)" "talk_kylie4">><<set $page=22>><<run Dialog.close();>><<unset $question>><</link>>
<</dialog>>
<<case 22>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/bureaudurand.jpg]]
<<talk 21>>Ce tiroir et vide.<</talk>>
@@
<<case 23>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<talk 0>>Tu tombes sur un tiroir verrouillé. Il est là, juste sous ton nez.
<<talk 0>>Le cœur battant, tu ente la clèf que ta donner Valerica, tout en prenant garde à ne pas faire de bruit. <</talk>>
<<user 0>><cite>click</cite>Ahh c'est ouvert !<</user>>
<<talk 0>>Dans le tirroir ce trouve un dossier, il est écrit en grandes lettres : CONFIDENTIEL.<</talk>>
<<talk 0>>Une immense curiosité t'envahit. Est-ce que, comme tu le supposes, il s'agit de photos des filles de son hôtel ?<</talk>>
<<talk 0>>Tu examines le dossier et..., tu as désormais la preuve qu'il abuse des filles.<</talk>>
<<talk 24>>Il est temps de confronter cet homme et de l'humilier, afin qu'il n'ose plus jamais s'approcher de Kylie.<</talk>>
@@
<<case 24>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>Tu te dirige dans le hall, tu t'assoie la main sur le dossier, un sourire nerveux au visage,
<<talk 0>>Il ne te reste plus cas attendre Mr. Durand<</talk>>
@@
<<case 25>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>L’associé de M. Durand, Mr. Bernard arrive peu de temps après, l’air confiant et détendu, ne se doutant pas de ce qui l’attend.<</talk>>
<<say 0 _bernard>>Bonjour.<</say>>
<<user 0>>Bonjour, Mr Bernard?<</user>>
<<say 0 _bernard>>Oui, excuser moi, vous êtes?.<</say>>
<<user 0>>Je suis $user.nom, sais moi que vous avez eu au téléphone.<</user>>
<<say 0 _bernard>>Oui... vous aviez des informations sur Mr. Durand, c'est ça?.<</say>>
<<user 0>>Et des preuvents de ce que j'avance aussi.<</user>>
<<user 0>>Si vous voulez bien rassembler tous les employer et Mr Durand, je vous dirais tous.<</user>>
<<say 0 _bernard>>Umm, d'accord, l'aisser moi cinq minutes.<</say>>
@@
<<case 26>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/group_cover.jpg]]
<<say 0 _bernard>>Tous le monde est la...<</say>>
<<say 0 _durand>>Quoi encore vous...<</say>>
<<say 0 _bernard>>Alors, quelles sont les informations importantes que vous voulez partager avec nous ? <</say>>
<<user 0>>Je doit vous montrer ce que vous ignorez à propos de M. Durand.<</user>>
<<say 0 _durand>>Quoi!!! ne l'ecouter pas, il divague cette homme est foux.<</say>>
<<user 0>>Je doit vous montrer ce qu'il fait endurer au fille de cette hotel, il vas jusqu'a faire des dossiers.<</user>>
<<user 0>>Il les fait chanter, les humilies, tous ça pour obtenir d'elle des faveurs.<</user>>
<<user 0>>Cette homme me repugne et tous ça ne doit pas rester impunie.<</user>>
<<say 0 _durand>>Mais ces faux, tous ça n'est qu'un mensonge...<</say>>
<<user 0>><cite>Hausse la voix</cite>Mr Bernard si vous voulez bien regarder ce dossier. Il provient de son bureau.<</user>>
<<say 0 _durand>>QUOIIII, Voleur.... heu... je veut dire ce n'est pas à moi.<</say>>
<<say 0 _bernard>>Ca suffis Mr Bernard, $user.nom montrer moi ça!!!<</say>>
@@
<<case 27>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
<<video "loveassets/valerica/3/group.webm">>
<<talk 0>>Mr Bernard ouvre lentement le dossier. Il contient des preuves accablantes.<</talk>>
<<talk 0>>En plus de photo illustant c'est méfait sur les filles.<</talk>>
<<talk 0>>Il contient des documents comptables qui révèlent clairement les abus financiers de M. Durand.<</talk>>
<<talk 0>>Une fois terminé de le consulter, il le passe à Valerica, qui à son tour le transmet aux autres filles.<</talk>>
<<talk 0>>Les filles échangent des regards lourds de sens. Elles savaient que des choses se passaient dans cet hôtel.<</talk>>
<<talk 0>>Mais aucune d’elles n’avait imaginé à quel point le problème était vaste.<</talk>>
<<talk 0>>Peut-être croyaient-elles, chacune de leur côté, être la seule à subir le harcèlement de M. Durand.<</talk>>
<<talk 28>>Désormais, une solidarité naissante se fait sentir entre elles. M. Bernard, lui, reste figé, choqué par la révélation.<</talk>>
@@
<<case 28>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/group_cover.jpg]]
<<user 0>><cite>le poid serrer</cite> Voilà ce que M. Durand cache. Vous pouvez maintenant voir la vérité. Il est temps qu’il paye pour ce qu’il a fait.<</user>>
<<talk 0>>Mr Durand reste figé... bouche bé<</talk>>
<<talk 0>>Tu l'a humilier, devant sont associé, devant ses employés, ça réputation à literalement exploser.<</talk>>
<<talk 0>>M. Durand, un frisson glacé parcourrant son corps. se redresse, son regard devenant agressif.<</talk>>
<<say 0 _durand>><cite>Arrogant</cite> Qu'est-ce que vous croyez faire, la ?<</say>>
<<say 0 _durand>>Vous pensez vraiment pouvoir me faire viré avec quelques papiers ? C'est filles ne sont rien sans moi.<</say>>
<<talk 0>>Les filles se rapprochent lentement de la table, Velarica jete un regard accusateur à M. Durand.<</talk>>
<<saygirl 0 _valerica>><cite>Ton ferme</cite>Il est temps que tu payes, Durand.<</saygirl>>
<<saygirl 0 _valerica>>Toutes les filles ici savent maintenant ce que tu fais. Nous n’avons plus peur de toi.<</saygirl>>
<<talk 29>>M. Durand s’étrangle, perdu dans ses pensées. Il regarde M. Bernard, son associé, dans un dernier espoir de soutien.<</talk>>
@@
<<case 29>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/bernard_cover.jpg]]
<<say 0 _durand>><cite>Nerveux</cite>Bernard, tu vas me laisser me débrouiller avec ce… ce… ce rat ?!<</say>>
<<say 0 _durand>>On a construit cet hôtel ensemble !<</say>>
<<say 0 _bernard>><cite>Soupire</cite>Tu as dépassé les bornes, Durand. Ce que tu as fait ici est inacceptable.<</say>>
<<say 0 _bernard>>Je suis désoler les filles, Je n'avais aucune idée de ce qui se passait.<</say>>
<<say 0 _bernard>><cite>Ton tranchant</cite>C'est fini, Durand. Tu est viré. Je ne veux plus rien avoir à faire avec toi.<</say>>
<<say 0 _durand>>Tu... tu ne peux pas faire ça !, j’ai investi avec toi ! Tu veux vraiment me trahir pour ces filles?! <</say>>
<<say 0 _bernard>>Tu es un monstre, Durand. Et tout le monde le sait maintenant. <</say>>
<<say 0 _bernard>>Je vais m’occuper moi même de l'Hotel, toi!!!, tu n’as plus rien à faire ici.<</say>>
<<talk 0>>M. Durand ouvre la bouche, mais aucun son ne sort. <</talk>>
<<talk 0>>Il regarde autour de lui, cherchant désespérément un allié, mais personne ne le soutient.<</talk>>
<<user 0>><cite>Satisfer</cite>Voilà ce que tu mérites. Une vie de mensonges et de manipulation, et tu viens de tout perdre.<</user>>
<<talk 0>>Les filles murmurent entre elles, et l’une d’elles se permet même de lui cracher dessus, symbolisant le rejet collectif. <</talk>>
<<talk 0>>Le visage de M. Durand devient rouge de colère et de honte, mais il ne peut plus rien faire.<</talk>>
<<say 0 _bernard>><cite>Te fixe dans les yeux</cite>Je vais m’assurer que cet homme soit tenu responsable de ses actes.<</say>>
<<talk 0>>M. Durand, abattu et sans voix, commence à se diriger vers la sortie sous les regards froids de toutes les filles et de M. Bernard. <</talk>>
<<talk 30>>C’est la fin pour lui. Il a perdu tout contrôle.<</talk>>
@@
<<case 30>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/bureaudurand.jpg');
}
</style>
@@#media;
[img[loveassets/valerica/bernard_cover.jpg]]
<<talk 0>>Une fois que M. Durand a quitté les lieux, tu regarde autour de toi, toutes les filles te regarde avec une lueur de gratitude dans les yeux.<</talk>>
<<talk 0>>Tu commence à rougir, a te sentir un pris au piege de ce nouveau succes.<</talk>>
<<user 0>>Bon... ben je vais y allais moi...<</user>>
<<user 0>>Je doit encore annoncer la bonne nouvelle à kylie.<</user>>
<<saygirl 0 _valerica>><cite>Souris</cite>$user.nom, Merci. Je ne sais pas ce que nous serions devenue sans toi…<</saygirl>>
<<talk 0>>Valerica regarde les filles, et d'un comme un accord elle oche la tête puis ce mette a quatre patte les fesses en avant.<</talk>>
<<talk 0>>Tu comprend que les filles te remercient toutes à leur manière,
<<talk 0>>Tu admire le paysage tout en leur souhitant enfin un environnement où elles peuvent respirer, sans la menace constante de M. Durand.
<<talk 0>>Ton plan a fonctionné à la perfection, et M. Durand est désormais un homme isolé, sans pouvoir ni allié.<</talk>>
<<talk 0>>Il est temps pour toi de rentrer!<</talk>>
<<user 0>>Merci, les filles, je doit y allais prener soin de vous.<</user>>
<<talk 0>>Valerica se rapproche de toi, avant de poser c'est levre sur les tiennes.<</talk>>
<<saygirl 0 _valerica>><cite>Bisous</cite>Merci $user.nom, reviens nous voir souvent…<</saygirl>>
<<user "hall">>Je n'y manquerais pas, aurevoir.<</user>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set _durand = "loveassets/img/durand.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Tu passes devant la chambre de Kylie lorsque des éclats de voix attirent ton attention.<</talk>>
<<talk 0>>Une voix grave, autoritaire, traverse la porte<</talk>>
<<say 0 _durand>><cite>Crie</cite>Tu crois que tu peux m’échapper comme ça, Kylie ?<</say>>
<<say 0 _durand>>Tu me dois tout, j'ai tous fait pour toi! Tu le sais, pas vrai ?<</say>>
<<say 0 _durand>><cite>Crie</cite>Et toi tu me vole!!! oui tu m'a voler!.<</say>>
<<girl 0 "kylie">><cite>Voix tremblante</cite>Mais... je ne te dois rien ! et ce collier m’appartient.<</girl>>
<<girl 0 "kylie">>C’est... c'est un cadeau de ma mère.<</girl>>
<<say 0 _durand>><cite>Furieux</cite>Mensonges !<</say>>
<<say 0 _durand>>Tu va devoir le rembourser, et si tu ne peux pas payer, eh bien... <</say>>
<<say 1 _durand>>Tu sais comment on peut régler ça...<</say>>
@@
<<case 1>>
@@#media .zoom15;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Un silence tendu s’installe, brisé seulement par le bruit de pas agités.<</talk>>
<<talk 0>>Tu entends Kylie tenter de protester, sa voix à peine audible, mais elle est coupée par une nouvelle tirade de M. Durand.<</talk>>
<<say 0 _durand>>Tu reviendras travailler pour moi, que tu le veuilles ou non ! <</say>>
<<say 0 _durand>>Ici, personne ne prendra soin de toi comme je l’ai fait.<</say>>
<<talk 0>>Ces mots résonnent comme une menace à peine voilée. Tu te rapproches doucement de la porte, prêt à intervenir.<</talk>>
<<talk 0>>Mais avant que tu ne puisses agir, tu entends M. Durand approcher de la porte brusquement.<</talk>>
<<talk 0>>Tu te cache rapidement, inutile de mettre de l'oil sur le feux pour le moment.<</talk>>
<<talk 0>>Tu l'entend toujours énérver pousser un dernier avertissment à Kylie.<</talk>>
<<talk 0>><cite>Slam</cite>Puis il claque la porte, avant de partir.<</talk>>
<<talk 0>><cite>Toc - Toc</cite>Tu attend quelque minues avant de frappes doucement à la porte de la chambre de Kylie.<</talk>>
<<talk 0>>Personne ne repond...<</talk>>
<<user 0>>Kylie ? ...<</user>>
<<talk 0>>Après un instant, qui ta parus une eterniter une voix étouffée te répond.<</talk>>
<<girl 2 "kylie">><cite>Chuchotte</cite> Entre....<</girl>>
@@
<<case 2>>
<<set _background = "loveassets/img/room"+$background+".jpg">>
@@#media;
[img[_background]]
<<talk 0>>Tu ouvres la porte et tu ne vois personne. Seul le bruit de l’eau qui coule résonne, accompagné d’un doux parfum de savon.<</talk>>
<<talk 0>>Tu regarde autour de toi, la pièce est pleine de buée, preuve que Kylie est sous la douche depuis un moment.<</talk>>
<<user 0>>Kylie ?<</user>>
<<user 0>>Kylie tous vas bien ?<</user>>
<<girl 0 "kylie">>Je suis sous la douche $user.nom.<</girl>>
<<user 0>>Tous vas bien ?<</user>>
<<girl 0 "kylie">>J'entend rien $user.nom, viens dans la salle de bain.<</girl>>
<<talk 0>>Tu t'aproche de la porte de la salle de bain, pres à toquer quand tu est interompu.<</talk>>
<<girl 3 "kylie">>Entre $user.nom.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/4/kylie01.webm">>
<<talk 0>>Tu ouvres la porte et la vois assise sous la douche, l’eau ruisselant sur son corps.<</talk>>
<<talk 0>>Son regard est vide, et elle reste immobile, comme si elle essayait d’effacer une souillure invisible.<</talk>>
<<user 0>>Kylie, ça va ?<</user>>
<<girl 0 "kylie">><cite>Hésitante</cite> Oui... enfin... non, pas vraiment.<</girl>>
<<user 0>>J’ai t'est entendu te disputer avec quelqu'un tout à l’heure. C’était M. Durand, n’est-ce pas ?<</user>>
<<talk 0>>Elle détourne les yeux, visiblement mal à l’aise.<</talk>>
<<girl 0 "kylie">><cite>Murmure</cite> Oui, c’était lui.<</girl>>
<<user 0>>Tu veux bien me dire ce qu’il te voulait ?<</user>>
<<girl 0 "kylie">><cite>Soupire</cite>Il me harcèle depuis qu’on est allé récupérer mon collier. Il dit... il dit que je lui dois de l’argent.<</girl>>
<<user 0>>De l’argent ? Pour quoi ?<</user>>
<<talk 0>>Elle relève brièvement les yeux vers toi, mais les baisse aussitôt, incapable de soutenir ton regard.<</talk>>
<<girl 0 "kylie">><cite>Murmure</cite>Il dit que j’ai volé le collier... et que si je ne le rembourse pas, il... il se paiera autrement...<</girl>>
<<talk 0>>Le silence qui suit ses mots est lourd. Tu sens la colère monter en toi, mais tu la refoules pour l’instant.<</talk>>
<<user 0>>Kylie, regarde-moi. Ce type ne te touchera plus. Je te le promets. <</user>>
<<talk 0>>Elle hésite, puis finit par hocher lentement la tête.<</talk>>
<<talk 4>>Son corps se détend, comme s'il se libérait d'un poids. Elle semble doucement s'apaisée.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/4/kylie02.webm">>
<<girl 0 "kylie">>Merci $user.nom, je me sens bien quand tu est prés de moi, mais...<</girl>>
<<girl 0 "kylie">><cite>Murmure</cite>... Il ne me laisseras jamais tranquille...<</girl>>
<<talk 0>>À ces mots, la colère monte en toi. <</talk>>
<<talk 0>>Tu imagines à quel point tu te sentirais libéré si ton poing rencontrait son visage.<</talk>>
<<talk 0>>Mais tu sais que la violence ne servirait à rien. Il est complètement obsédé par Kylie.<</talk>>
<<talk 0>>La seule façon de le rendre inoffensif est de briser l’emprise qu’il exerce sur elle.<</talk>>
<<talk 0>>Tu reflechis un instant, tous en obcervant l'eau qui ruiselle sur le corps de Kylie.<</talk>>
<<user 0>>Kylie, ce type mérite qu’on lui fasse payer tout ce qu’il t’a fait. <</user>>
<<user 0>>Mais pour agir, j’ai besoin de tous savoir, j'ai besoin que tu réponde à quelques questions.<</user>>
<<user 0>>Tu veut bien ? Tu peux me faire confiance!.<</user>>
<<talk 0>>Elle te regarde, hésitante, mais finit par hocher la tête.<</talk>>
<<girl 0 "kylie">><cite>Souris</cite>J'ai confiance en toi $user.nom.<</girl>>
<<talk 0>>Un léger sourire se dessine sur ses lèvres, et tu remarques ses épaules se relâcher.<</talk>>
<<talk 0>>Elle baisse les yeux vers son corps humide, puis te regarde dans les yeux.<</talk>>
<<talk 0>>Ses mains se mettent doucement en mouvement, comme pour libérer la tension qui l’habitait.<</talk>>
<<talk 5>>Un geste simple, mais qui semble apaiser enfin son esprit tourmenté.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kylie/4/kylie03.webm">>
<<girl 0 "kylie">>Je t’écoute, $user.nom. Pose-moi tes questions.<</girl>>
<<talk 0>>Tu regarde son corps fixement, Tu sens le fil de la conversation t’échapper. <</talk>>
<<talk 0>>Entre la colère qui gronde et le désir qui t’envahit, tu ne sais plus où donner de la tête.<</talk>>
<<user 6>>Heu... oui.<</user>>
@@
<<case 6>>
<<dialog>>
<<if !$question.includes(7)>>
<<link "Des associés?" "talk_kylie3">><<set $page=7>><</link>>
<</if>>
<<if !$question.includes(8) >>
<<link "D'autre menace" "talk_kylie3">><<set $page=8>><</link>>
<</if>>
<<if !$question.includes(9) >>
<<link "De l'aide" "talk_kylie3">><<set $page=9>><</link>>
<</if>>
<<if !$question.includes(10) >>
<<link "Des documents" "talk_kylie3">><<set $page=10>><</link>>
<</if>>
<<if !$question.includes(11) >>
<<link "Des passions" "talk_kylie3">><<set $page=11>><</link>>
<</if>>
<<if $question.includesAll(7,8,9,10,11) >>
<<link "End of the conversation" "talk_kylie3">><<set $page=12>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>>
<</dialog>>
<<case 7>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>M. Durand travaille seul ou il a des associés ?<</user>>
<<girl 0 "kylie">><cite>Réfléchis</cite> Oui, il y a un homme... M. Bernard.<</girl>>
<<girl 0 "kylie">>C’est lui qui gère les finances et prend les grandes décisions avec lui.<</girl>>
<<girl 0 "kylie">>Mais je ne sais pas s’il sais vraiment ce que Durand fait dans l’hôtel...<</girl>>
<<user 0>><cite>Souris</cite> Ça, on va le découvrir.<</user>>
<<user 0>>Tu as son numéro de téléphone? tu peux me le donner?<</user>>
<<girl 6 "kylie">>Oui, Oui je doit avoir ça...<</girl>>
@@
<<set $question.pushUnique(7)>>
<<case 8>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Et les autres filles de l’hôtel, elles te parlent souvent de Durand ?<</user>>
<<user 0>>Tu sais s’il les menace aussi ?<</user>>
<<girl 0 "kylie">><cite>Reflechis</cite>Elles parlent peu de lui. Elles ont peur, je crois…<</girl>>
<<girl 0 "kylie">>Mais parfois, elles font des remarques sur la façon dont il les surveille.<</girl>>
<<user 6>>Peut-être qu’elles ont leurs propres histoires à cacher…<</user>>
@@
<<set $question.pushUnique(8)>>
<<case 9>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Et les filles qui travaillent encore là-bas ? Elles pourais nous aider ?<</user>>
<<girl 0 "kylie">><cite>Soupir</cite>Je sais pas, Mr Durand à surement un moyen de les tenir sous contrôle.<</girl>>
<<girl 0 "kylie">>Mais une des filles et un grande amies si tu as besoin de soutient la bas vas voir Valerica.<</girl>>
<<user 0>>Donc, si j'ai le soutient de Valerica et que je leur montre qu’on peut le faire tomber.<</user>>
<<user 0>>Elles se rangeront de notre côté ?<</user>>
<<girl 6 "kylie">>Peut-être... si elles se sentent en sécurité, oui.<</girl>>
@@
<<set $question.pushUnique(9)>>
<<case 10>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Il doit bien avoir des documents compromettants quelque part. <</user>>
<<user 0>>Un endroit où il garde ses petits secrets ?<</user>>
<<girl 0 "kylie">><cite>Hésite</cite>Oui... dans son bureau.<</girl>>
<<girl 0 "kylie">>Il a un tiroir fermé à clé. Je l’ai vu une fois y ranger un dossier sur moi...<</girl>>
<<girl 0 "kylie">>Il disait toujours qu’il gardais des preuves contre moi “au cas où”.<</girl>>
<<user 0>>Ce tiroir... Tu sais où est la clé ?<</user>>
<<girl 0 "kylie">>Je ne suis pas sûre... quelque pars dans son bureau.<</girl>>
<<girl 0 "kylie">>Mais je n’ai jamais osé fouiller…<</girl>>
<<user 6>>Pas de souci, je ne m’attendais pas à ce que tu sois une espionne.<</user>>
@@
<<set $question.pushUnique(10)>>
<<case 11>>
@@#media;
<<video "loveassets/kylie/4/kylie04.webm">>
<<user 0>>Par curiosité, il a des préférences, M. Durand ? Un genre de… passion particulière ?<</user>>
<<girl 0 "kylie">>Euh… Je ne suis pas sûre de ce que tu veux dire par là…<</girl>>
<<user 6>>Juste par curiosité, mais oublie ça.<</user>>
@@
<<set $question.pushUnique(11)>>
<<case 12>>
@@#media;
<<video "loveassets/kylie/4/kylie05.webm">>
<<talk 0>>Tu est toujours dans tes pensée, il te faut un plan en bêton.<</talk>>
<<user 0>><cite>Reflechis</cite>Merci, Kylie. Grâce à toi, je pense savoir comment je vais m'’y prendre.<</user>>
<<user 0>>Si tous fonctionne comme je veut..., il ne viendra plus jamais te faire de mal.<</user>>
<<girl 0 "kylie">><cite>Hoo $user.nom</cite>Personne n'a jamais fait antant pour moi!<</girl>>
<<girl 0 "kylie">><cite>Hoo $user.nom</cite>Dit moi, Dit moi ceux que tu vas lui faire.<</girl>>
<<talk 0>>Toujours concentré et perdu dans tes pensées, tu n’as pas remarqué le changement dans l’attitude de Kylie.<</talk>>
<<talk 0>>À mesure que tu parles, son excitation grandit, au point qu’elle commence à se toucher sous la douche, juste sous tes yeux.<</talk>>
<<talk 0>>Et tu ne remarque toujours rien...<</talk>>
<<user 0>>Voici ce que je vais faire. D’abord, je vais appeler M. Bernard, l’associé de Durand, et l’attirer à son hôtel.<</user>>
<<user 0>>Ensuite, je vais voir Valerica pour m’assurer que les filles de l’hôtel se rangent de notre côté.<</user>>
<<user 0>>Enfin, je vais fouiller le bureau de Durand pour récupérer des preuves sur lui, notamment le dossier sur toi, Kylie.<</user>>
<<user 0>>Une fois tout ça en main, je les exposerai devant l’associé et les filles de l’hôtel. M. Durand ne pourra plus rien faire.<</user>>
<<user 0>>Avec les preuves et les filles de mon côté, M. Bernard n’aura d’autre choix que de se débarrasser de M. Durand.<</user>>
<<girl 0 "kylie">>Tu penses vraiment que ça va marcher ?<</girl>>
<<user 0>>Ça va marcher. Je ne laisserai pas Mr. Durand s’en sortir.<</user>>
<<talk 0>>Kylie te regarde, comme si c’était la première fois qu’elle te voyait.<</talk>>
<<talk 0>>Submergée par l’émotion, après tant de tension un espoir la fait chavirer. Son corps se crispe, envahi par un désir intense et irrésistible.<</talk>>
<<girl 13 "kylie">>$user.nom, hooo $user.nom<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kylie/4/kylie1.webm" 1>>
<<talk 0>>Tu commence enfin à comprendre ce qui ce passe...<</talk>>
<<talk 0>>Toutes c'est emotion on eu raison de Kylie, qui l'aisse libre cours a ces pultions dévorante.<</talk>>
<<girl 0 "kylie">><cite>Umm</cite>hooo $user.nom<</girl>>
<<talk 0>>Tu ne bouge pas, tu reste la, la regardant, la soutenant à la fois dans sa douleur et dans son plaisir.<</talk>>
<<girl 14 "kylie">><cite>Umm</cite>hooo $user.nom<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kylie/4/kylie06.webm">>
<<talk 0>>Cette scene suréaliste, à rendu Kylie trés heureuse.<</talk>>
<<talk 0>>Elle te regarde puis te souris, heureuse que tu est participer passivement à son plaisir.<</talk>>
<<girl 0 "kylie">><cite>Murmure</cite>hooo $user.nom, je je...<</girl>>
<<user 0>><cite>Souris</cite>Tu est magnique...<</user>>
<<girl 0 "kylie">><cite>Ce leve</cite>$user.nom, tu à toujour les mots juste.<</girl>>
<<girl 0 "kylie">><cite>Souris</cite>Maintenant file, il faut que je m'habille je commence à avoir froid.<</girl>>
<<user 0>>D'accord, commence à metre en place le plan, passe un coup de fil à ton amie dit lui que je passe la voir bientot.<</user>>
<<girl 0 "kylie">><cite>Souris</cite>Oui Chef!<</girl>>
<<girl 0 "kylie">>Reviens plus tard, je te donnerais la numéro de Monsieur Bernard et je te dirais ceux que mon amie à dit.<</girl>>
<<talk "hall">>Tu la regarde encore un instant, puis tu pars.<</talk>>
@@
/*<<set $girls.kylie.quete = 4>>*/
<</switch>>
<</nobr>> **Titre : Le Matin Torride**
"Kylie..." murmura-t-il d'une voix rauque, sa voix trahissant son envie.
Kylie ouvrit les yeux, un sourire coquin aux lèvres. Elle avait parfaitement conscience de l'effet qu'elle produisait sur lui et semblait apprécier ce petit jeu de séduction.
"Bonjour, Alex," répondit-elle d'une voix douce, ses yeux pétillants de malice. "Tu es venu me rendre visite de bonne heure encore une fois."
Sans un mot de plus, Alex se jeta sur le lit, attrapant Kylie par les hanches et la rapprochant de lui. Leurs lèvres se rencontrèrent dans un baiser passionné, leurs langues s'entremêlant dans une danse sensuelle.
Kylie gémit doucement contre les lèvres d'Alex, ses mains se glissant dans ses cheveux pour le rapprocher encore plus. Elle sentit son désir grandir, son corps s'enflammant sous les caresses ardentes d'Alex.
Les vêtements volèrent dans tous les sens alors qu'ils s'abandonnaient à leur passion dévorante. Les gémissements de plaisir remplirent la chambre, mêlés aux souffles haletants des deux amants.
Dans un tourbillon de désir et de plaisir, Alex prit Kylie avec une fougue qui les fit tous deux perdre la tête. Leur union était intense, chaque mouvement les rapprochant un peu plus de l'extase.
Finalement, épuisés mais comblés, ils s'effondrèrent l'un contre l'autre, leurs corps enlacés. Le soleil continuait de baigner la chambre d'une lumière douce, témoignant de ce matin torride qui resterait gravé dans leur mémoire à jamais.
"Je crois que je vais devoir venir te voir tous les matins," murmura Alex, un sourire satisfait aux lèvres.
Kylie rit doucement, caressant tendrement le visage d'Alex. "Je n'y vois aucune objection," répondit-elle avant de l'embrasser à nouveau, scellant leur complicité et leur désir mutuel.
Et ainsi commença une nouvelle routine matinale, pleine de passion et de désir, pour Alex et Kylie.
--
---
SUITE
Alors que les jours passent, un message inattendu arrive. M. Bernard, l’associé de M. Durand, t’informe qu’il souhaite te rencontrer en privé. Il t’a remercié pour ton aide dans l’affaire de M. Durand, mais il semble y avoir une nouvelle dynamique à considérer.
Tu ne sais pas s’il s’agit d’une tentative pour te manipuler ou si c’est une véritable offre. Il est trop tôt pour savoir où cette situation te mènera.
M. Bernard (message) : (écrit) "Je vous remercie de ce que vous avez fait pour l’hôtel et pour Kylie. Mais il y a des affaires à régler. J’aimerais discuter avec vous. Vous pouvez me rencontrer à l’hôtel demain après-midi, seul. Il est temps de régler certaines choses."
La suite ?
Avec ce message mystérieux, une nouvelle partie de ton aventure commence. Tu es à un carrefour où les décisions peuvent tout changer : continuer de protéger Kylie, ou t’impliquer davantage dans les affaires de l’hôtel et de M. Bernard, et peut-être découvrir d’autres secrets bien enfouis.
Tu sens que la route sera semée d’embûches, mais cette fois, tu ne seras pas seul.
*/
tu l'acompagne chez son petit amis, il n'est pas la vous commencer a rassembler quelque afaire a lui quand tu entend une clef dans la porte elle te pousse dans le salon, tu tombe par terre, tu reste la silencieux pendant que gabbie, rond avec son petit amis.
il crie ce dise des mot forts, puis il fini par partir en claquand la porte, gabbie et soulager c'etait plus simple quelle ne le pense.
Elle fini par revenir te voir tout sourire heureuse d'etre libre, tu la regarde elle et magnifique, elle te remercie d'avoir etait la pour elle et elle te dit encore a quel point elle et contente de travailler pour toi, et que tu m'erite une réponse pour l'avoir soutenue dans c'est moment difficiellle.
Voici la scène complète et détaillée :
---
---
**Gabbie :**
"Je voulais encore te remercier d’avoir été là pour moi, dans les moments les plus difficiles. Tu as été une vraie bouée de sauvetage. Et puis, travailler pour toi… c’est la meilleure décision que j’aie jamais prise."
*Ses mots te touchent profondément. Elle s’approche un peu plus, te fixant avec une intensité douce.*
**Gabbie :** *(avec un sourire malicieux)*
"Et je crois que tu mérites une réponse pour tout ce que tu as fait pour moi."
---
*La scène se termine sur un mélange de suspense et de tendresse, laissant place à l’imagination sur ce qui pourrait suivre entre vous deux.*
Si tu veux que je développe plus sur la fin ou sur les émotions des personnages, fais-le-moi savoir !
-- tu reve encore d'elle,
-- elle vient sur le canapper toute amoureuse pour baiser
-- tu la voie sur son lit en tenue moulante
--tu la baise
<<nobr>>
<<include wait_gabbie>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _man = "loveassets/img/gabbie_man.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>You stand a bit pensive there in front of Gabbie's door.<</talk>>
<<talk 0>>Today, if all goes well, she will break up with her boyfriend.<</talk>>
<<talk 0>>Why does this situation make you smile!<</talk>>
<<talk 0>>Was the dream you had a projection of your desires or did it reveal something more sentimental?<</talk>>
<<user 0>><cite>Hits head</cite>Stop thinking about that...<</user>>
<<user 0>><cite>Knock - Knock - Knock</cite><</user>>
<<girl 1 "gabbie">>Yesssss.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/2/gabbie04.webm">>
<<talk 0>>Gabbie is sitting on the bed. She looks at you with an amused smile, then chuckles softly.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite>$user.nom.<</girl>>
<<user 0>><cite>Smiles</cite>It's nice to see you in such a good mood.<</user>>
<<user 0>>What’s making you so happy?<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite>Oh, I slept so well.<</girl>>
<<user 0>>Alright... Get dressed, and let's go. Today is the big day.<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite>The big day? For whom?<</girl>>
<<user 0>><cite>Ahem</cite>You know exactly what I mean. Come on, let’s go.<</user>>
<<girl 2 "gabbie">><cite>Laughs</cite>Okay, okay, let’s go.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/intro/route.webm">>
<<talk 0>>On the road, you feel Gabbie's gaze on you.<</talk>>
<<user 0>>Yes? Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite>Uh... nothing, I was just thinking about the dream I had last night.<</girl>>
<<user 0>>And?<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite>I won't say more...<</girl>>
<<girl 0 "gabbie">><cite>Blushes</cite>But... rest assured, $user.nom, you were perfect...<</girl>>
<<user 3>><cite>Gulp</cite><</user >>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
[img[loveassets/img/gabbiehome.jpg]]
<<talk 0>>Upon arriving at Gabbie's apartment, the place is silent, and her boyfriend seems to be absent.<</talk>>
<<talk 0>>Gabbie opens the door with a key she still has, hesitant but determined.<</talk>>
<<talk 0>>You step inside, and she starts gathering some of her belongings.<</talk>>
<<user 0>>Gabbie? It’s going to be hard to break up with someone who isn’t here!<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite>Don’t worry, he’ll be here very soon...<</girl>>
<<girl 0 "gabbie">><cite>Whispers</cite>... There are cameras everywhere...<</girl>>
<<user 0>><cite>Surprised</cite>Okay… nice vibe...<</user>>
<<talk 0>>Suddenly, the sound of a key turning in the lock echoes.<</talk>>
<<talk 4>>Gabbie gives you a panicked look before gently but firmly pushing you into a room near the living room.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/01.webm">>
<<girl 0 "gabbie">><cite>Whispers</cite>Stay here and don’t say anything!<</girl>>
<<user 0>>Are you sure? Are you certain you want to do this alone?<</user>>
<<girl 0 "gabbie">>Yes, knowing you’re close by is enough for me. Now hush.<</girl>>
<<talk 0>>In the distance, you hear the door opening.<</talk>>
<<say 0 _man>>Gabbie?<</say>>
<<say 0 _man>>Gabbie... I know you’re here, where are you hiding?<</say>>
<<girl 0 "gabbie">>I’m coming...<</girl>>
<<user 0>>Gabbie, I’m coming with you!<</user>>
<<girl 5 "gabbie">><cite>Breathing heavily</cite>NO! Wait for me, I’ll be back.<</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
[img[loveassets/img/gabbiehome.jpg]]
<<talk 0>>You sit on the floor, trying to make as little noise as possible.<</talk>>
<<talk 0>>You move closer to the door, hoping to hear what they’re saying with a bit of luck.<</talk>>
<<say 0 _man>><cite>Angry</cite>Ah!!! Gabbie? What are you doing here?<</say>>
<<girl 0 "gabbie">>I… I came to tell you that it’s over between us.<</girl>>
<<say 0 _man>><cite>Raises voice</cite>What? You’re joking, right? After everything we’ve been through?<</say>>
<<girl 0 "gabbie">>No, I’m not joking. I’ve thought about it, and I know this is the best thing to do.<</girl>>
<<talk 0>>The shouting escalates quickly. From your position, you can hear yelling and insults exchanged on both sides.<</talk>>
<<talk 0>>You clench your fists, Gabbie asked you to wait, so you hold back and stay silent.<</talk>>
<<say 0 _man>>You’ll never find someone like me, Gabbie!<</say>>
<<girl 0 "gabbie">>Maybe. But it’s over between us.<</girl>>
<<talk 6>>Finally, the ex-boyfriend leaves, slamming the door, letting silence take over the apartment.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/02.webm">>
<<talk 0>>A few minutes later, Gabbie comes back to you, a radiant smile on her face.<</talk>>
<<talk 0>>She seems transformed, freed from a huge burden.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite>What are you doing sitting on the floor? <cite>Laughs</cite><</girl>>
<<talk 0>>She sits down in front of you, a big smile on her lips, and looks you straight in the eyes.<</talk>>
<<girl 0 "gabbie">><cite>Sighs</cite>It’s over.<</girl>>
<<user 0>>You’re incredible, you know that? You handled that like a champ.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite> Thank you!<</girl>>
<<user 0>>You’re a single woman now.<</user>>
<<girl 0 "gabbie">><cite>Blushes</cite> <cite>Laughs</cite> Yes!<</girl>>
<<girl 0 "gabbie">><cite>Blushes</cite>… but I couldn’t have done it without you.<</girl>>
<<user 7>><cite>Ahem</cite>Um....<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/03.webm">>
<<girl 0 "gabbie">><cite>Blushes</cite>… $user.nom, you know... you deserve a reward.<</girl>>
<<talk 0>>As she says these words, she slowly unties her shirt.<</talk>>
<<talk 0>>What is revealed in front of you is simply breathtaking.<</talk>>
<<talk 0>>A sight worthy of the wonders of the world.<</talk>>
<<talk 0>>She looks at you with a radiant smile, amused by your expression and your almost embarrassed silence.<</talk>>
<<talk 0>>Suddenly, a memory comes to you!<</talk>>
<<user 0>>The cameras, Gabbie, didn’t you tell me there were cameras everywhere here?<</user>>
<<girl 8 "gabbie">><cite>Smiles</cite>So what?<</girl>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/04.webm">>
<<talk 0>>Amused by the situation, she pretends to leave.<</talk>>
<<girl 0 "gabbie">><cite>Laughs</cite>… If you don’t want to take advantage of it, I’ll ask my ex-boyfriend.<</girl>>
<<talk 0>>At first troubled by the view she’s offering, you decide to play along with her game.<</talk>>
<<user 9>>Noooo come back... Gabbie, come back.<</user>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/05.webm">>
<<talk 0>>Aware of the effect she has on you, she turns with an almost provocative elegance.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite> Are you sure, $user.nom?<</girl>>
<<user 0>>Yes… Yes, come back.<</user>>
<<talk 0>>Still on all fours, she slowly advances towards you.<</talk>>
<<talk 0>>Her bare breasts gently swaying with each movement.<</talk>>
<<talk 0>>Like a hypnotic dance that leaves you unable to look away.<</talk>>
<<talk 0>>Reaching you, she pauses, looking you straight in the eyes with a provocative smile.<</talk>>
<<user 10>><cite>Gulp</cite><</user>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/06.webm">>
<<girl 0 "gabbie">><cite>Smiles</cite> Are you staring at my breasts, $user.nom?<</girl>>
<<user 0>><cite>Ahem</cite><</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> Look closely, $user.nom, they're yours.<</girl>>
<<talk 0>>You turn your head, searching for the best possible view.<</talk>>
<<user 0>><cite>Ahem</cite> Mine?<</user>>
<<girl 0 "gabbie">><cite>Smiles</cite> Yes, $user.nom, they're yours.<</girl>>
<<user 11>><cite>Gulp</cite><</user>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/07.webm">>
<<talk 0>>She takes her breasts in her hands, but as you might expect, one hand can't hold so much generosity.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite> Touch them, $user.nom.<</girl>>
<<talk 0>>A shiver runs through you.<</talk>>
<<user 0>><cite>Gulp</cite><</user>>
<<talk 0>>With delicacy, as if touching porcelain, you caress one of her breasts.<</talk>>
<<girl 12 "gabbie">><cite>Laughs</cite> <cite>Um</cite> $user.nom.<</girl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/08.webm">>
<<talk 0>>Excited by your delicate touch, she decides to take action.<</talk>>
<<talk 0>>Slowly and with a wide smile, she unbuttons her little shorts.<</talk>>
<<talk 0>>With majestic grace, she stands up to let her shorts and then her panties fall to the ground.<</talk>>
<<talk 0>>Suddenly, she becomes aware that her most intimate anatomy is just a few inches from your face.<</talk>>
<<talk 13>>As a reflex, she turns around, blushing at the situation, offering you a perfect view of her buttocks.<</talk>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media .heart;
<<video "loveassets/gabbie/11/09.webm">>
<<talk 0>>You struggle for a few seconds, but the attraction is irresistible.<</talk>>
<<talk 0>>The perfect curve of her buttocks, firm and provocative, stirs in you a desire impossible to ignore.<</talk>>
<<user 0>><cite>Slap - Slap - Slap</cite> Ho Gabbie.<</user>>
<<talk 0>>You caress her buttocks, as if to apologize.<</talk>>
<<girl 0 "gabbie">><cite>Surprised</cite> <cite>Um</cite> $user.nom.<</girl>>
<<user 0>><cite>Slap</cite><</user>>
<<talk 0>>She turns around to look at you, then pretends to be in pain while smiling.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite> You just gave me a spank, $user.nom?<</girl>>
<<user 14>><cite>Gulp</cite> Nooooooo.<</user>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/010.webm">>
<<talk 0>>Pretending to be offended, she gets down on all fours and heads towards the door.<</talk>>
<<girl 0 "gabbie">><cite>Laughs</cite> Since that's how it is, I'm going back to my old boyfriend.<</girl>>
<<user 0>><cite>Laughs</cite>No no Gabbie, come back!!!<</user>>
<<user 0>><cite>Laughs</cite><</user>>
<<talk 0>>She pauses in front of the door, turns back to look at you.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite>I'll come back on one condition!<</girl>>
<<user 15>><cite>Smiles</cite>Anything you want!<</user>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/011.webm">>
<<talk 0>>She approaches you, a wide smile lighting up her face.<</talk>>
<<talk 0>>Reaching you, she stops and begins to gently sway her shoulders from left to right.<</talk>>
<<talk 0>>A nervous yet strangely charming gesture.<</talk>>
<<talk 0>>You have the impression she's going to ask for the moon, but her mischievous smile reassures you.<</talk>>
<<girl 16 "gabbie">><cite>Whispers</cite>Take off your pants!<</girl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/1.webm" 1>>
<<girl 0 "gabbie">><cite>Lick - Slurp</cite>Um<</girl>>
<<girl 0 "gabbie">><cite>Gulp - Gulp</cite>Um<</girl>>
<<user 0>>Hooo Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Lick - Slurp</cite>Ahhhh<</girl>>
<<girl 17 "gabbie">><cite>Gulp - Gulp</cite>Um<</girl>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/012.webm">>
<<girl 0 "gabbie">><cite>Um</cite> Ohh $user.nom, fuck me.<</girl>>
<<talk 0>>To back up her words with action, she climbs on top of you and gently guides you inside her.<</talk>>
<<talk 0>>Excited as she is, you thought it would all happen effortlessly.<</talk>>
<<talk 0>>But she tightens up, making this victory a bit more challenging and delightfully intense.<</talk>>
<<user 18>><cite>Ummmm</cite><</user>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/2.webm" 1>>
<<talk 0>>Once you're fully inside her, she takes the lead and begins with small, rhythmic thrusts.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhhh. Ahhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
<<girl 19 "gabbie">><cite>Um</cite>Ahhhhhh. Ahhh<</girl>>
@@
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/3.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhh Ummmm.<</girl>>
<<user 0>><cite>Ummmm</cite> Hooo Gabbie, faster... <</user>>
<<talk 0>>She takes a deep breath, preparing herself, and then starts to accelerate the rhythm of her thrusts.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Ummmm.<</girl>>
<<girl 20 "gabbie">><cite>Um</cite>Ohhhh.<</girl>>
@@
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/4.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Um Ohhhhh.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Umm Umm Umm Ohhhhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Ohhhh Ummmm Ohhhhh.<</girl>>
<<girl 21 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
@@
<<case 21>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/5.webm" 1>>
<<talk 0>>You place a hand on her leg and gently tap it.<</talk>>
<<talk 0>>She looks you in the eyes, smiles, and then pivots on herself to turn her back to you.<</talk>>
<<talk 0>>She gives you one last lingering look before resuming the thrusts.<</talk>>
<<girl 0 "gabbie">><cite>Heaves breath</cite> Ummmm...<</girl>>
<<user 0>>Ohhhhhhhh<</user>>
<<girl 22 "gabbie">><cite>Um</cite>Ohhhh Ohhhh Ummmm.<</girl>>
@@
<<case 22>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/6.webm" 1>>
<<talk 0>>Gabbie slows down the pace, and you realize it's your turn to take the lead.<</talk>>
<<talk 0>>You stand up, extend your hand to her, and sit her down on the couch a few steps away.<</talk>>
<<talk 0>>She smiles at you, eagerly anticipating what's about to happen.<</talk>>
<<talk 0>>You lift her legs and place one hand on her face, looking into her eyes as you enter her.<</talk>>
<<girl 0 "gabbie">><cite>Heaves breath</cite> Ahhhh... Ummmm...<</girl>>
<<talk 0>>Increasing the pace, you place your hand on the back of her neck, preventing her from moving as you thrust into her relentlessly.<</talk>>
<<girl 0 "gabbie">><cite>Ummmm</cite>Ummmm.<</girl>>
<<user 0>>Ahhhhhh<</user>>
<<girl 23 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
@@
<<case 23>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/7.webm" 1>>
<<user 0>>Ohhh Yess<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
<<girl 0 "gabbie">><cite>Ummmm</cite>Ummmm.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh ohhhh Ohhhhh.<</girl>>
<<girl 24 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
@@
<<case 24>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media .cum;
<<video "loveassets/gabbie/11/8.webm" 1>>
<<talk 0>>On edge, you place a hand on Gabbie's shoulder to guide her.<</talk>>
<<talk 0>>On your knees in front of you, a smile on her lips, she sticks out her tongue.<</talk>>
<<talk 0>>Eagerly awaiting a shower of satisfaction.<</talk>>
<<user 0>><cite>Breathe deeply</cite> Ohhh Gabbie<</user>>
<<user 0>>Ohhhhhh<</user>>
<<talk 0>>Your cock glistening with semen, you place the last drop of your pleasure on her lips.<</talk>>
<<talk 25>>She opens her eyes, smiles, and jumps onto your cock to swallow it whole.<</talk>>
@@
<<case 25>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/013.webm">>
<<user 0>>Ohhhhh Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Slurp - Slurp</cite><</girl>>
<<girl 0 "gabbie">><cite>Slurp - Slurp</cite><</girl>>
<<talk 26>>After swallowing all the nectar, she looks at you with a soiled face and smiles.<</talk>>
@@
<<case 26>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/014.webm">>
<<talk 0>>A few seconds pass before she bursts out laughing.<</talk>>
<<girl 0 "gabbie">><cite>Laughs</cite> $user.nom, I have an eye glued...<</girl>>
<<user 0>><cite>Laughs</cite><</user>>
<<girl 0 "gabbie">><cite>Laughs</cite>Come on, come on, you’re going to help me clean up.<</girl>>
<<talk 27>>She laughs even harder, then gets up and starts running toward the bathroom.<</talk>>
@@
<<case 27>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/015.webm">>
<<talk 0>>After you both get cleaned up, you find yourselves in front of the door.<</talk>>
<<user 0>>When I think your boyfriend will have a video of us!<</user>>
<<girl 0 "gabbie">><cite>Laughs</cite>Oh, oops, yeah, that's true, wait...<</girl>>
<<talk 0>>She comes back a few seconds later, equipped with a backpack.<</talk>>
<<girl 0 "gabbie">><cite>Smiles</cite>There you go, even if he saw us, he won’t be able to see it again, I took all the hard drives from the cameras.<</girl>>
<<user 0>>Perfect, now let’s go.<</user>>
<<talk 0>>You gently place a hand on her chest to push her toward the door.<</talk>>
<<talk "hall">>She smiles at you, takes your hand, and together you leave this house that she will probably never see again.<</talk>>
@@
<<set $girls.gabbie.quete = 9>>
<<skill "gabbie" "5">>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Toc - Toc -Toc</cite><</user>>
<<girl 1 "gabbie">>Oui entrer.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/2/gabbie01.webm">>
<<user 0>>Salut Gabbie.<</user>>
<<girl 0 "gabbie">>Salut $user.nom, tu as besoin de quelque chose?<</girl>>
<<user 0>>Non, Je suis juste passer prendre de t'es nouvelles… <</user>>
<<user 0>>Est ce que tous vas bien?<</user>>
<<girl 0 "gabbie">>Ho $user.nom, ça vas... ... ça vas<</girl>>
<<girl 0 "gabbie">>...Non en vrais... , ça ne vas pas.<</girl>>
<<girl 0 "gabbie">>J’ai beaucoup trop réfléchi ces derniers jours.<</girl>>
<<user 0>>Ha oui ? Qu’est-ce qui se passe ?<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Je pense encore à ce qui c'est passer avec mon petit amis, et...<</girl>>
<<girl 0 "gabbie">>C'est la goutte d'eau qui fait deborder le vase.<</girl>>
<<girl 0 "gabbie">>Je pense que je dois rompre avec lui. <</girl>>
<<girl 0 "gabbie">>Ont a eu de bon moment, mais… ça ne fonctionne plus entre lui et moi.<</girl>>
<<girl 0 "gabbie">>Ont est trop différent.<</girl>>
<<girl 0 "gabbie">>Et… je suis bien ici. Je ne veux pas partir loin de toi.<</girl>>
<<user 0>><cite>Ahem</cite>Gabbie, tu sais que je suis là pour toi.<</user>>
<<girl 0 "gabbie">>Je sais… et j’ai besoin de ton soutien.<</girl>>
<<girl 0 "gabbie">>C’est toujours difficile de rompre, même quand on sait que c’est la bonne chose à faire. <</girl>>
<<girl 0 "gabbie">>Tu viendrais avec moi pour lui parler ? Juste pour être là, en cas de besoin ?<</girl>>
<<user 0>>Bien sûr. Tu ne seras pas seule.<</user>>
<<user 0>>... Demain ! Allons-y demain.<</user>>
<<girl 0 "gabbie">><cite>Rire</cite><</girl>>
<<girl 0 "gabbie">>Demain ? Tu sembles vraiment vouloir que je quitte mon petit copain, $user.nom…<</girl>>
<<user 0>><cite>Ahem</cite> Non… qu’est-ce que tu vas imaginer ?<</user>>
<<user 0>>C’est juste que… je pense qu’il vaut mieux agir maintenant que tu es sûre de toi.<</user>>
<<user 0>>Attendre, c’est risquer de douter, et tu as pris la bonne décision.<</user>>
<<girl 0 "gabbie">>Tu as peut-être raison, $user.nom. Allons-y demain.<</girl>>
<<girl 0 "gabbie">>Merci. Vraiment. Ça compte énormément pour moi.<</girl>>
<<girl 0 "gabbie">>Je ne sais pas ce que je ferais sans toi.<</girl>>
<<girl 0 "gabbie">><cite>Souris</cite>Tu es toujours là pour moi. C’est… important.<</girl>>
<<user 0>><cite>Géné</cite>Arette c'est normal, je passe te prendre demain et ont regle cette histoire.<</user>>
<<girl 2 "gabbie">>Merci $user.nom.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/salon.jpg');
}
</style>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Après avoir quitté la chambre de Gabbie, ses paroles résonnent dans ton esprit.<</talk>>
<<talk 0>>"Je ne veux pas partir loin de toi."<</talk>>
<<talk 0>>Cette phrase, prononcée avec une sincérité désarmante, te trouble plus que tu ne l’aurais imaginé.<</talk>>
<<talk 0>>Toute la journée, son visage, son sourire, son regard restent gravés dans ta mémoire.<</talk>>
<<talk 3>>Tu essaies de te concentrer sur autre chose, mais rien n’y fait. <</talk>>
@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/nuit.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/10/01.webm">>
<<talk 0>>La nuit tombe. Tu t’endors, mais Gabbie reste omniprésente dans ton esprit.<</talk>>
<<talk 0>>Dans ton rêve, tu te retrouves avec elle dans un lieu baigné d’une lumière douce et irréelle. <</talk>>
<<talk 0>>Son visage, son corps reflete la douce lumiere.<</talk>>
<<talk 0>>Tu la regarde de bas en haut, elle te souris.<</talk>>
<<girl 4 "gabbie">><cite>Voix douce</cite>$user.nom ?<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/gabbie/10/02.webm">>
<<girl 0 "gabbie">><cite>Souris</cite>Tu me trouve belle $user.nom?<</girl>>
<<girl 0 "gabbie">>...<</girl>>
<<girl 0 "gabbie">>Pourquoi tu restes silencieux ?<</girl>>
<<user 0>>Je… je ne sais pas. J’ai peur de me reveiller...<</user>>
<<girl 0 "gabbie">>Je suis la $user.nom, je suis toute à toi et maintenant ?<</girl>>
<<girl 0 "gabbie">>Ont fait quoi ?<</girl>>
<<talk 5>>Elle s’approche, une main effleurant la tienne. Son regard est à la fois tendre et interrogateur.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/gabbie/10/03.webm">>
<<girl 0 "gabbie">><cite>Reflechis</cite>Um...<</girl>>
<<girl 0 "gabbie">>$user.nom, ne dit rien. Je sais ce que tu veut.<</girl>>
<<talk 0>>Elle te souris, s'approche encore et tire la langue en ouvrant legerement la bouche...<</talk>>
<<talk 0>>... Elle leve les yeux au ciel et pousse un petit gemissement qui fait vibré tout ton corps.<</talk>>
<<girl 0 "gabbie">><cite>Um UM</cite>$user.nom.<</girl>>
<<girl 0 "gabbie">><cite>Souris</cite><cite>Rire</cite><</girl>>
<<talk 0>>Tu la désirer, tu la désire comme jamais.<</talk>>
<<talk 0>>Délicatement tu pose ta main sur c'est epaules et exerce une legere pression.<</talk>>
<<talk 6>>C'est une invitation plutot direct mais apres tout ce n'est qu'un reve.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/gabbie/10/1.webm" 1>>
<<girl 0 "gabbie">><cite>Suck-Suck</cite><</girl>>
<<user 0>>Ho oui Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Gulp-Gulp</cite><</girl>>
<<user 0>>Hooooo.<</user>>
<<girl 7 "gabbie">><cite>Lick-Lick</cite><</girl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/gabbie/10/2.webm" 1>>
<<girl 0 "gabbie">><cite>Gulp-Gulp</cite><</girl>>
<<girl 0 "gabbie">><cite>Lick-Lick</cite><</girl>>
<<user 0>>Hoo Gabbie.<</user>>
<<talk 0>>Elle te regarde souris, pivote sur elle même et prend apuis sur la table basse a cote d'elle.<</talk>>
<<talk 8>>A genous, les fesses tendu elle releve ça robe t'offrant un cadeau lonptend attendu.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/gabbie/10/3.webm" 1>>
<<talk 0>>Tu la penetre avec douceur et tu peux sentir que chaque pénétration lui offre des frissons de plaisir.<</talk>>
<<girl 0 "gabbie">><cite>UM</cite><cite>Mumure</cite>Yea Yea<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhhh<</girl>>
<<girl 9 "gabbie">><cite>Ummmmm</cite><</girl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/gabbie/10/4.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhh Ahhhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ah Ah Ahhhh<</girl>>
<<girl 10 "gabbie">><cite>Ummmmm</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/gabbie/10/5.webm" 1>>
<<user 0>><cite>Respire fort</cite><</user>>
<<talk 0>>Suprise par le ritme qui augmente, elle pousse un doux crie de plaisir.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>AH<</girl>>
<<talk 0>>Motiver par c'est gémissement et la sensation de son corps qui ce contracte tu augmente encore la cadence.<</talk>>
<<user 0>><cite>Respire fort</cite><</user>>
<<girl 0 "gabbie">><cite>Um</cite>Umm Ah Ah Ah<</girl>>
<<girl 11 "gabbie">><cite>Ummmmm</cite>Haaa<</girl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/gabbie/10/6.webm" 1>>
<<talk 0>>Avec force, elle pose une main sur ton torse et te pousse en arrière.<</talk>>
<<talk 0>>Tu te laisses tomber doucement au sol, te retrouvant allongé, ton excitation pleinement visible.<</talk>>
<<talk 0>>Elle caresse lentement ton bas-ventre, faisant monter un frisson.<</talk>>
<<talk 0>>Puis grimpe sur toi et te guide en elle.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>AHHhh<</girl>>
<<girl 12 "gabbie">><cite>Respire fort</cite>Ah Ah<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/gabbie/10/7.webm" 1>>
<<talk 0>>Dans cette position elle impose son ritme ni doux ni fort.<</talk>>
<<talk 0>>Un ritme parfait ou chaque vas et viens te fait vibrer.<</talk>>
<<talk 0>>Un ritme ou chaque vas et viens te pousse à la limite de l'extase.<</talk>>
<<user 0>><cite>Haaaaa</cite><</user>>
<<girl 13 "gabbie">><cite>Respire fort</cite><</girl>>
@@
<<case 13>>
@@#media .cum;
<<video "loveassets/gabbie/10/04.webm">>
<<talk 0>>Au bord du presipice, tu te leve et approche ton membre virile de ça bouche.<</talk>>
<<talk 0>>Elle te regarde avec un grand sourire, rie doucement et ouvre la bouche.<</talk>>
<<talk 0>>Cette action ne fait que précipiter ton explosion.<</talk>>
<<talk 0>>Tu ferme les yeux et remplis ça bouche d'un jet de sperme donc tu ignorer la quatiter.<</talk>>
<<user 0>>Haa Haaa Haaaaa<</user>>
<<user 0>><cite>Haa</cite>Avale, Gabbie avale tout<</user>>
<<girl 14 "gabbie">><cite>Um</cite>Hoo oui Encore...<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/gabbie/10/05.webm">>
<<talk 0>>Elle te regarde dans les yeux et souris.<</talk>>
<<talk 0>>Puis, meticuleuse, Ses doigts balaient sa joue comme des essuie-glaces...<</talk>>
<<talk 0>>Récupérant chaque goutte de sperme pour les porter à sa bouche.<</talk>>
<<girl 15 "gabbie">><cite>Um</cite>Encore...<</girl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/gabbie/10/06.webm">>
<<girl 0 "gabbie">><cite>Lick -Lick</cite><</girl>>
<<user 0>><cite>Um</cite>Haaaa Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Lick -Lick</cite><</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Encore..., encore...<</girl>>
<<talk 0>>Le bruit de sucions devient soudain un écho lointain.<</talk>>
<<talk 0>>Ca silhouette disparais puis le décor, comme dans un épais brouillard.<</talk>>
<<talk 0>>Avant que tu ne t'en rende compte, elle n'est plus là, tous s'éfface...<</talk>>
<<talk "nuit">>Tu glisse doucement dans un sommeil profond le sourire aux lèvres.<</talk>>
@@
<<set $girls.gabbie.quete = 8>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _man = "loveassets/img/gabbie_man.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Tu reste un peux pensif la devant la porte de Gabbie.<</talk>>
<<talk 0>>Aujourd'hui si tout ce passe bien, elle vas rompre avec son petit amis.<</talk>>
<<talk 0>>Pourquoi cette situation te fait sourire!<</talk>>
<<talk 0>>Le reve que tu as fait était-il une projection de tes désires ou révélait-il de quelque chose de plus sentimental ?<</talk>>
<<user 0>><cite>Se tape la tête</cite>Arette de penser à ça...<</user>>
<<user 0>><cite>Toc - Toc -Toc</cite><</user>>
<<girl 1 "gabbie">>Ouiiiii.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/gabbie/2/gabbie04.webm">>
<<talk 0>>Gabbie est assise sur le lit. Elle te regarde avec un sourire amusé, puis rit doucement.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite>$user.nom.<</girl>>
<<user 0>><cite>Souris</cite>Ça fait plaisir de te voir de bonne humeur.<</user>>
<<user 0>>Qu'est-ce qui te rend si heureuse ?<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>Oh, j'ai tellement bien dormi.<</girl>>
<<user 0>>D'accord... Habille-toi, et on y va. Aujourd'hui, c'est le grand jour.<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>Le grand jour ? Pour qui ?<</girl>>
<<user 0>><cite>Ahem</cite>Tu m'as très bien comprise. Allez, hop, on y va.<</user>>
<<girl 2 "gabbie">><cite>Rire</cite>Ok, ok, on y va.<</girl>>
@@
<<case 2>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
@@#media;
<<video "loveassets/intro/route.webm">>
<<talk 0>>Sur la route tu sens le regard de Gabbie poser sur toi.<</talk>>
<<user 0>>Oui ? Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite>Heu.. non rien, je repense au reve que j'ai fait cette nuit.<</girl>>
<<user 0>>Et?.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite>Je n'en dirais pas plus...<</girl>>
<<girl 0 "gabbie">><cite>Rougie</cite>Mais... rassure toi $user.nom, tu as etait parfait...<</girl>>
<<user 3>><cite>Glup</cite><</user>>
@@
<<case 3>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
[img[loveassets/img/gabbiehome.jpg]]
<<talk 0>>En arrivant chez Gabbie, l’appartement est silencieux, et son petit copain semble absent.<</talk>>
<<talk 0>>Gabbie ouvre la porte avec une clé qu’elle a encore en sa possession, hésitante mais résolue.<</talk>>
<<talk 0>>Vous entrez, et elle commence à rassembler quelques affaires.<</talk>>
<<user 0>>Gabbie ? Ça va être difficile de rompre avec quelqu’un qui n’est pas là !<</user>>
<<girl 0 "gabbie">><cite>Souris</cite>Ne t'inquiette pas, il va arriver très vite...<</girl>>
<<girl 0 "gabbie">><cite>Murmure</cite>... Il y a des caméras partout...<</girl>>
<<user 0>><cite>Surpris</cite>Ok… sympa l’ambiance...<</user>>
<<talk 0>>Soudain, un bruit d’une clé tournant dans la serrure résonne.<</talk>>
<<talk 4>>Gabbie te lance un regard affolé avant de te pousser doucement mais fermement dans une pièce prés du salon.<</talk>>
@@
<<case 4>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/01.webm">>
<<girl 0 "gabbie">><cite>Murmure</cite>Reste ici et ne dit rien!<</girl>>
<<user 0>>Ca vas allais? tu est sur que tu veut faire ça toute seule?<</user>>
<<girl 0 "gabbie">>Oui, savoir que tu n'est pas loin me suffis, maintenant shuttt.<</girl>>
<<talk 0>>Au loin tu entend la porte s'ouvrire<</talk>>
<<say 0 _man>>Gabbie?<</say>>
<<say 0 _man>>Gabbie... Je sais que tu est la, ou te cache tu ?<</say>>
<<girl 0 "gabbie">>J'arrive...<</girl>>
<<user 0>>Gabbie, je viens avec toi!<</user>>
<<girl 5 "gabbie">><cite>Respire fort</cite>NON! attend moi je reviens.<</girl>>
@@
<<case 5>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
[img[loveassets/img/gabbiehome.jpg]]
<<talk 0>>Tu t'assoie par terre asseyant de faire le moin de bruit possible.<</talk>>
<<talk 0>>Tu te rapproche de la porte, avec un peux de change tu entendras ceux qu'il ce dise.<</talk>>
<<say 0 _man>><cite>Enerve</cite>Ah !!! Gabbie ? Qu’est-ce que tu fais ici ?<</say>>
<<girl 0 "gabbie">>Je… je suis venue pour te dire que c’est fini entre nous.<</girl>>
<<say 0 _man>><cite>Hausse la voix</cite>Quoi ? Tu plaisantes, c’est ça ? Après tout ce qu’on a vécu ?<</say>>
<<girl 0 "gabbie">>Non, je ne plaisante pas. J’ai réfléchi, et je sais que c’est la meilleure chose à faire.<</girl>>
<<talk 0>>Les éclats de voix montent rapidement. Depuis ta position, tu peux entendre des cries, des insultes échangés des deux côtés.<</talk>>
<<talk 0>>Tu serre le points, Gabbie ta demander d'attendre, tu prend sur toi et patiente dans le silence.<</talk>>
<<say 0 _man>>Tu ne trouveras jamais quelqu’un comme moi, Gabbie !<</say>>
<<girl 0 "gabbie">>Peut-être. Mais sais fini entre nous.<</girl>>
<<talk 6>>Finalement, l'ex-petit amis part en claquant la porte, laissant le silence envahir l’appartement.<</talk>>
@@
<<case 6>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/02.webm">>
<<talk 0>>Quelques minutes plus tard, Gabbie revient vers toi, un sourire radieux sur son visage.<</talk>>
<<talk 0>>Elle semble transformée, libérée d’un poids énorme.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite>Quesque tu fait assis par terre? <cite>Rire</cite><</girl>>
<<talk 0>>Elle s'asoie en face de toi, un grand sourire au levre et te regarde droit dans les yeux.<</talk>>
<<girl 0 "gabbie">><cite>Soupire</cite>C’est fini.<</girl>>
<<user 0>>Tu es incroyable, tu sais ça ? Tu as géré ça comme une championne.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite> Merci!<</girl>>
<<user 0>>Tu es une femme célibataire maintenant.<</user>>
<<girl 0 "gabbie">><cite>Rougie</cite> <cite>Rire</cite>Oui!<</girl>>
<<girl 0 "gabbie">><cite>Rougie</cite>… mais je n’aurais pas pu le faire sans toi.<</girl>>
<<user 7>><cite>Ahem</cite>Um....<</user>>
@@
<<case 7>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/03.webm">>
<<girl 0 "gabbie">><cite>Rougie</cite>… $user.nom, tu sais... , tu merite une récompense.<</girl>>
<<talk 0>>En prononçant ces mots, elle détache lentement son chemisier.<</talk>>
<<talk 0>>Ce qui se révèle devant toi est tout simplement à couper le souffle.<</talk>>
<<talk 0>>Une vision digne des merveilles du monde.<</talk>>
<<talk 0>>Elle te regarde avec un sourire éclatant, amusée de voir ton expression et ton silence presque gêné.<</talk>>
<<talk 0>>Soudain un souvenir te viens!<</talk>>
<<user 0>>Les caméra Gabbie, tu m'a pas dit qu'il y avais des camera partout ici ?<</user>>
<<girl 8 "gabbie">><cite>Souris</cite>Hé alors ?<</girl>>
@@
<<case 8>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/04.webm">>
<<talk 0>>Amuser par la situation, elle fait mine de partir.<</talk>>
<<girl 0 "gabbie">><cite>Rire</cite>… Si tu ne veut pas en profiter, je vais demander à mon ancien copain.<</girl>>
<<talk 0>>D'abord trouble par la vue qu'elle t'offre, tu deside d'entrer dans son jeux.<</talk>>
<<user 9>>Noooon Reviens... Gabbie reviens.<</user>>
@@
<<case 9>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/05.webm">>
<<talk 0>>Consciente de l’effet qu’elle a sur toi, elle se tourne avec une élégance presque provocante.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite> Tu es sûr, $user.nom ?<</girl>>
<<user 0>>Oui… Oui, reviens.<</user>>
<<talk 0>>Toujours à quatre pattes, elle avance lentement vers toi.<</talk>>
<<talk 0>>Ses seins dénudés se balançant délicatement à chaque mouvement.<</talk>>
<<talk 0>>Comme une danse hypnotique qui te laisse incapable de détourner le regard.<</talk>>
<<talk 0>>Arrive prés de toi, elle marque une pause, te regardant droit dans les yeux avec un sourire provocateur.<</talk>>
<<user 10>><cite>Glup</cite><</user>>
@@
<<case 10>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/06.webm">>
<<girl 0 "gabbie">><cite>Souris</cite> Tu fixe ma pointrine, $user.nom ?<</girl>>
<<user 0>><cite>Ahem</cite><</user>>
<<girl 0 "gabbie">><cite>Souris</cite> Regarde bien $user.nom, il sont a toi si tu veut.<</girl>>
<<talk 0>>Tu tourne la tête, cherchant la meilleur vue possible.<</talk>>
<<user 0>><cite>Ahem</cite>A moi?<</user>>
<<girl 0 "gabbie">><cite>Souris</cite> Oui $user.nom, ils sont a toi.<</girl>>
<<user 11>><cite>Glup</cite><</user>>
@@
<<case 11>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/07.webm">>
<<talk 0>>Elle prend ces seins entre c'est main, comme tu t'en douter une main ne peux pas tenir autant de générositer.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite> Touche les $user.nom.<</girl>>
<<talk 0>>Un frissons te parcours.<</talk>>
<<user 0>><cite>Glup</cite><</user>>
<<talk 0>>Avec delicatesse, comme si tu touché à de la porcelaine, tu lui caresse un seins.<</talk>>
<<girl 12 "gabbie">><cite>Rire</cite> <cite>Um</cite>$user.nom.<</girl>>
@@
<<case 12>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/08.webm">>
<<talk 0>>Exiter par ton toucher délicas, elle déside de passer a l'action.<</talk>>
<<talk 0>>Lentement et avec un grand sourire, elle deboutonne son petit short.<</talk>>
<<talk 0>>Avec une grace magestueuse elle ce leve pour faire tomber son short puis ça culotte.<</talk>>
<<talk 0>>Soudain elle prend consience, que son anatomie la plus intime ce trouve a quelques centimente de ton visage.<</talk>>
<<talk 13>>Comme un reflexe, elle ce tourne , rougie par la situation elle t'offre ainsi un vue parfaite sur c'est fesse.<</talk>>
@@
<<case 13>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media .heart;
<<video "loveassets/gabbie/11/09.webm">>
<<talk 0>>Tu luttes pendant quelques secondes, mais l’attraction est irrésistible. <</talk>>
<<talk 0>>La courbe parfaite de ses fesses, fermes et provocantes, éveille en toi un désir impossible à ignorer.<</talk>>
<<user 0>><cite>Slap -Slap -Slap</cite>Ho Gabbie.<</user>>
<<talk 0>>Tu lui carresse les fesses, comme pour t'excuser.<</talk>>
<<girl 0 "gabbie">><cite>Surprise</cite><cite>Um</cite>$user.nom.<</girl>>
<<user 0>><cite>Slap</cite><</user>>
<<talk 0>>Elle se retourne te regarde, puis fait mine d'avoir eux mal en souriant.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite>Tu viens de me donner une fesses $user.nom?<</girl>>
<<user 14>><cite>Glup</cite>Nonnnnnn<</user>>
@@
<<case 14>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/010.webm">>
<<talk 0>>Fesant semblant d'etre vexe, elle ce mais a quatre patte et ce dirige vers la porte.<</talk>>
<<girl 0 "gabbie">><cite>Rire</cite>Puisque c'est comme ça, je retourne voir mon ancien petit amis.<</girl>>
<<user 0>><cite>Rire</cite>Nonnnn Gabbie reviens!!!<</user>>
<<user 0>><cite>Rire</cite><</user>>
<<talk 0>>Elle marque une pause devant la porte, ce tourne vers toi.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite>Je reviens à une condition!<</girl>>
<<user 15>><cite>Souris</cite>Tous ce que tu veut!<</user>>
@@
<<case 15>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/011.webm">>
<<talk 0>>Elle avance vers toi, un grand sourire illumine son visage.<</talk>>
<<talk 0>>Arrivée devant toi, elle s’arrête et commence à balancer légèrement ses épaules de gauche à droite.<</talk>>
<<talk 0>>Un geste nerveux mais étrangement charmant.<</talk>>
<<talk 0>>Tu as l'impression quelle vas te demander la lune, mais son sourire espiègle te rassure.<</talk>>
<<girl 16 "gabbie">><cite>Murmure</cite>Enleve ton pantalon!<</girl>>
@@
<<case 16>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/1.webm" 1>>
<<girl 0 "gabbie">><cite>Lick - Slurp</cite>Um<</girl>>
<<girl 0 "gabbie">><cite>Gulp - Gulp</cite>Um<</girl>>
<<user 0>>Hooo Gabbie.<</user>>
<<girl 0 "gabbie">><cite>Lick - Slurp</cite>Ahhhh<</girl>>
<<girl 17 "gabbie">><cite>Gulp - Gulp</cite>Um<</girl>>
@@
<<case 17>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/012.webm">>
<<girl 0 "gabbie">><cite>Um</cite>Ohh $user.nom, baise moi.<</girl>>
<<talk 0>>Pour joindre la parole aux actes, elle grimpe sur toi et te guide doucement en elle.<</talk>>
<<talk 0>>Excitée comme elle l’est, tu pensais que tout se ferait sans effort.<</talk>>
<<talk 0>>Mais elle contracte, rendant cette victoire un peu plus difficile et délicieusement intense.<</talk>>
<<user 18>><cite>Ummmm</cite><</user>>
@@
<<case 18>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/2.webm" 1>>
<<talk 0>>Une foix au fond d'elle, elle prend les devant et commence par de petit vas et viens.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhhh. Ahhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
<<girl 19 "gabbie">><cite>Um</cite>Ahhhhhh. Ahhh<</girl>>
@@
<<case 19>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/3.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhh Ummmm.<</girl>>
<<user 0>><cite>Ummmm</cite>Hooo Gabbie plus vite...<</user>>
<<talk 0>>Elle prend un grande respiration, pour ce préparer et commence a accelerer le mouvement de vas et viens.<</talk>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Ummmm.<</girl>>
<<girl 20 "gabbie">><cite>Um</cite>Ohhhh.<</girl>>
@@
<<case 20>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/4.webm" 1>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Um Ohhhhh.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Umm Umm Umm Ohhhhh<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh Ohhhh Ummmm Ohhhhh.<</girl>>
<<girl 21 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
@@
<<case 21>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/5.webm" 1>>
<<talk 0>>Tu pose une main sur ca jambe et la tappote gentiment.<</talk>>
<<talk 0>>Elle te regarde dans les yeux, souris et pivote sur elle même afin de te tourner le dos.<</talk>>
<<talk 0>>Elle te fixe un dernier regarde, puis continue le vas et viens.<</talk>>
<<girl 0 "gabbie">><cite>Respire fort</cite>Ummmm.<</girl>>
<<user 0>>Ohhhhhhhh<</user>>
<<girl 22 "gabbie">><cite>Um</cite>Ohhhh Ohhhh Ummmm.<</girl>>
@@
<<case 22>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/6.webm" 1>>
<<talk 0>>Gabbie ralentis la cadence et tu comprend que c'est toi de prendre les devants.<</talk>>
<<talk 0>>Tu te leve lui tend la main, et l'assoie sur le canaper qui ce trouve à quelque pas.<</talk>>
<<talk 0>>Elle te souris attendant avec impatience de savoir à quel sauce elle vas etre manger.<</talk>>
<<talk 0>>Tu leve c'est jambes et pose une main sur son visage la regardant dans les yeux pendant que tu la penetre.<</talk>>
<<girl 0 "gabbie">><cite>Respire fort</cite>Ahhhhh Ummmm.<</girl>>
<<talk 0>>Augementant la cadence, tu pose la main sur son coup l'empechant de bouger pendant que tu la pillone sans répit.<</talk>>
<<girl 0 "gabbie">><cite>Ummmm</cite>Ummmm.<</girl>>
<<user 0>>Ahhhhhh<</user>>
<<girl 23 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
@@
<<case 23>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/7.webm" 1>>
<<user 0>>Ohhh Yess<</user>>
<<girl 0 "gabbie">><cite>Um</cite>Ahhhhh.<</girl>>
<<girl 0 "gabbie">><cite>Ummmm</cite>Ummmm.<</girl>>
<<girl 0 "gabbie">><cite>Um</cite>Ohhhh ohhhh Ohhhhh.<</girl>>
<<girl 24 "gabbie">><cite>Um</cite>Ummmm.<</girl>>
@@
<<case 24>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media .cum;
<<video "loveassets/gabbie/11/8.webm" 1>>
<<talk 0>>A fleur de peau, tu pose une main sur une epaule de Gabbie afin de la guider.<</talk>>
<<talk 0>>A genous devant toi, le sourire au levre, elle tire legerement la langue.<</talk>>
<<talk 0>>Attendant avec impatience une pluie de satisfaction.<</talk>>
<<user 0>><cite>Respire fort</cite>Ohhh Gabbie<</user>>
<<user 0>>Ohhhhhh<</user>>
<<talk 0>>La bite luisante de sperme, tu pose sur c'est levre la derniere goutte de ton plaisir.<</talk>>
<<talk 25>>Elle ouvre les yeux, souris et saute sur ta bite afin de la gober entiere.<</talk>>
@@
<<case 25>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/013.webm">>
<<user 0>>Ohhhhh Gabbie.<</user>>
<<user 0>>Ohhhhh oui leche bien tous.<</user>>
<<girl 0 "gabbie">><cite>Slurp - Slurp</cite><</girl>>
<<girl 0 "gabbie">><cite>Slurp - Slurp</cite><</girl>>
<<talk 0>>Apres avoir avaler tous le nectar, elle te regarde le visage souiller et te souris.<</talk>>
<<girl 26 "gabbie">><cite>Rire</cite>Voila $user.nom, tu est tous propre<</girl>>
@@
<<case 26>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/014.webm">>
<<talk 0>>Il se passe quelque seconde avant qu'elle n'eclate de rire.<</talk>>
<<girl 0 "gabbie">><cite>Rire</cite>$user.nom, j'ai un yeux coller...<</girl>>
<<user 0>><cite>Rire</cite><</user>>
<<girl 0 "gabbie">><cite>Rire</cite>Viens viens, tu vas m'aider à me netoyer.<</girl>>
<<talk 27>>Elle rie de plus belle, puis ce leve est comment à courir vers la salle de bain.<</talk>>
@@
<<case 27>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gabbiehome.jpg');
}
</style>
@@#media;
<<video "loveassets/gabbie/11/015.webm">>
<<talk 0>>Aprés vous etre bien netoyer et rabihet vous vous retrouver devant la porte.<</talk>>
<<user 0>>Quand je pense que ton copain auras une video de nous!<</user>>
<<girl 0 "gabbie">><cite>Rire</cite>Ha mince oui c'est vrais attend...<</girl>>
<<talk 0>>Elle reviens quelque seconde plus tard equiper d'un sac a dos.<</talk>>
<<girl 0 "gabbie">><cite>Souris</cite>Voila même si il nous a vue, il ne pouras pas le revoir, j'ai pris tout les disque dur des cameras.<</girl>>
<<user 0>>Parfait, maintenant on s'en vas.<</user>>
<<talk 0>>Tu pose délicatement une main sur son torse pour la pousser vers la porte.<</talk>>
<<talk "hall">>Elle te souris, te prend la main et ensemble vous quitter cette maison quel ne reveras surement jamais.<</talk>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
@@#media;
[img["loveassets/kylie/kyliebed2.jpg"]]
<<talk 0>>You gently knock on Kylie's bedroom door, then enter.<</talk>>
<<talk 0>>Kylie is sitting on the bed, looking at you with a somewhat vacant expression.<</talk>>
<<talk 0>>As if she had been waiting for you for a long time.<</talk>>
<<user 0>>Hi, Kylie.<</user>>
<<user 0>>I have big news for you. You don’t have to be afraid anymore.<</user>>
<<user 0>><cite>Smile</cite>It’s over... Everything is settled. Mr. Durand will never bother you again.<</user>>
<<user 0>>He’s no longer in charge of his hotel, he’s not even welcome there anymore, and all his secrets have been exposed.<</user>>
<<user 0>><cite>Smile</cite>Now you are truly free.<</user>>
<<talk 0>>She looks at you for a moment, a glimmer of hope in her eyes, but also a hint of disbelief.<</talk>>
<<talk 0>>She still seems to have trouble believing the threat is truly gone.<</talk>>
<<girl 0 "kylie">><cite>Hesitant</cite>You... you... Are you sure?<</girl>>
<<girl 0 "kylie">>He... he could still try to come, couldn’t he?<</girl>>
<<talk 0>>You step closer to her and place a hand on her shoulder to reassure her.<</talk>>
<<user 0>>I’m sure. He’s lost all his power. He won’t hurt you anymore. You have nothing to fear, Kylie.<</user>>
<<talk 0>>She nods slowly, but you can still see the fear lingering in her eyes.<</talk>>
<<talk 0>>She hesitates for a moment before speaking.<</talk>>
<<girl 0 "kylie">><cite>Shaky voice</cite>What if... what if he still comes, or sends someone else?<</girl>>
<<girl 0 "kylie">>He hurt me so much... I can’t forget...<</girl>>
<<talk 0>>Her words reveal a deep fear, a dread that doesn’t fade easily.<</talk>>
<<user 0>>I’m here, Kylie. I’ll protect you.<</user>>
<<girl 0 "kylie">>I know, $user.nom, but I... I just can’t shake it off. I’m so... so tired of all this.<</girl>>
<<user 0>>It’s normal. It will take time.<</user>>
<<user 0>>I’m here, I’ll come every day to check on you and make sure everything is okay.<</user>>
<<user 0>>If you want, every morning I’ll come see you. You can count on me.<</user>>
<<talk 0>>Kylie rolls her eyes, then looks at you intently.<</talk>>
<<girl 0 "kylie">>You’ll come every day? Every morning?<</girl>>
<<user 0>>Yes, Kylie, I’ll come every morning. And one day, you’ll see, you won’t be afraid anymore.<</user>>
<<talk 0>>She lowers her head, seeming to appreciate your words, but remains silent for a moment, lost in thought.<</talk>>
<<girl "hall" "kylie">><cite>Whisper</cite>Thank you, $user.nom... thank you for being there.<</girl>>
@@
<<set $girls.kylie.quete = 6>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
@@#media;
[img["loveassets/kylie/kyliebed2.jpg"]]
<<talk 0>>Tu frappes doucement à la porte de la chambre de Kylie, puis tu entre.<</talk>>
<<talk 0>>Kylie est assise sur le lit elle te regarde avec un regard un peu vide.<</talk>>
<<talk 0>>Comme si elle t'attendait depuis lomptend.<</talk>>
<<user 0>>Salut, Kylie.<</user>>
<<user 0>>J'ai une grande nouvelle pour toi.Tu n’as plus à avoir peur. <</user>>
<<user 0>><cite>Souris</cite>C’est fini... Tout est réglé. M. Durand ne viendra plus jamais t’importuner.<</user>>
<<user 0>>Il n'est plus au commande de son Hotel, il n'y est même plus le bienvenue et tous c'est secret on etait dévoiler.<</user>>
<<user 0>><cite>Souris</cite>Maintenant tu est vraiment libre.<</user>>
<<talk 0>>Elle te regarde un instant, une lueur d’espoir dans ses yeux, mais aussi une pointe d’incrédulité. <</talk>>
<<talk 0>>Elle semble encore avoir du mal à croire que la menace est réellement écartée.<</talk>>
<<girl 0 "kylie">><cite>Hésitante</cite>Tu... tu... Est-ce que tu es sûr ?<</girl>>
<<girl 0 "kylie">>Il… il pourrait encore essayer de venir, non ? <</girl>>
<<talk 0>>Tu t’approches d’elle et lui poses une main sur l’épaule, pour la rassurer.<</talk>>
<<user 0>>Je suis sûr. Il a perdu tout pouvoir. Il ne te fera plus de mal. Tu n’as plus rien à craindre, Kylie.<</user>>
<<talk 0>>Elle hoche lentement la tête, mais tu vois la peur toujours présente dans ses yeux.<</talk>>
<<talk 0>>Elle hésite un moment avant de prendre la parole.<</talk>>
<<girl 0 "kylie">><cite>Voix tremblante</cite> Et si… s’il venait quand même, ou s’il envoyait quelqu’un d’autre ?<</girl>>
<<girl 0 "kylie">>Il m’a fait tellement de mal… je n’arrive pas à oublier… <</girl>>
<<talk 0>>Ses mots trahissent une profonde peur, une crainte qui ne se dissipe pas facilement.<</talk>>
<<user 0>>Je suis la Kylie, je te protegerais.<</user>>
<<girl 0 "kylie">>Je sais $user.nom, mais je… je n’arrive pas à m’en défaire. Je suis tellement… tellement fatiguée de tout ça. <</girl>>
<<user 0>>C’est normal. Ça prendra du temps.<</user>>
<<user 0>>Je suis là, je viendrais tous les jours, pour vérifier que tout va bien.<</user>>
<<user 0>>Si tu veut, chaque matin je viendrais te voir, tu peux compter sur moi.<</user>>
<<talk 0>>Kylie leve les yeux au ciel puis te fixe.<</talk>>
<<girl 0 "kylie">>Tu viendras chaque jour?, chaque matin?<</girl>>
<<user 0>>Oui Kylie je vais venir tous les matins. Et un jour, tu verras, tu n’auras plus peur.<</user>>
<<talk 0>>Elle baisse la tête, semblant apprécier tes paroles, mais elle reste silencieuse un moment, comme absorbée dans ses pensées.<</talk>>
<<girl "hall" "kylie">><cite>Murmure</cite>Merci $user.nom… merci d’être là.<</girl>>
@@
<<set $girls.kylie.quete = 6>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kylie/5/01.webm">>
<<talk 0>>As promised, you come to see her first thing in the morning.<</talk>>
<<talk 0>>She is lying on her bed, glowing, like a Disney princess.<</talk>>
<<talk 0>>You approach slowly so as not to wake her.<</talk>>
<<girl 0 "kylie">><cite>Smile</cite>Hello $user.nom.<</girl>>
<<talk 0>>A bit surprised that she’s awake, you take a step back before pulling yourself together.<</talk>>
<<user 1>>Good morning Kylie, did you sleep well?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/5/02.webm">>
<<talk 0>>She lifts her arms to stretch, and even this simple gesture makes her incredibly desirable.<</talk>>
<<girl 0 "kylie">><cite>Aaah</cite> Mmmh... I slept like a baby!<</girl>>
<<talk 0>>She stares at you, a mischievous smile forming as she notices your gaze on her.<</talk>>
<<girl 0 "kylie">>You don’t knock on the door anymore, $user.nom?<</girl>>
<<girl 0 "kylie">><cite>Laugh</cite> You’re hoping to surprise me in my underwear, huh?<</girl>>
<<girl 0 "kylie">>Maybe I should make things easier for you.<</girl>>
<<talk 0>>That said, she looks at you with a smile full of provocation and starts moving her body from side to side.<</talk>>
<<user 0>><cite>Ahem</cite> No, no... I...<</user>>
<<talk 0>>The rest of your excuse gets lost in your thoughts, suddenly flooded by the spectacle before you.<</talk>>
<<talk 2>>Every movement she makes fills your mind, sweeping away all thoughts.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/5/03.webm">>
<<talk 0>>Amused by your silence, she continues slowly.<</talk>>
<<talk 0>>Her hands glide over her chest, the silk fabric hugging her skin, sliding gently under her fingers.<</talk>>
<<talk 3>>Every movement is a silent invitation.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/5/04.webm">>
<<talk 0>>She smiles at you, stands up, and then delicately parts her thin nightgown, revealing the softness of her skin.<</talk>>
<<talk 0>>Dumbfounded, you watch every curve of her body, unable to look away.<</talk>>
<<talk 0>>A bit embarrassed, yet provocatively, she crosses her arms with a smile.<</talk>>
<<talk 4>>A subtle way of telling you that the show is over.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/5/05.webm">>
<<talk 0>>She locks eyes with you for a moment, then slowly places her hands on the edge of the bed.<</talk>>
<<talk 0>>She climbs onto the bed, getting on all fours, her breasts highlighted by the fabric gliding over her skin.<</talk>>
<<talk 0>>Your gaze stays fixed, unable to tear itself away from this hypnotic sight.<</talk>>
<<girl 0 "kylie">> It's time for you to go, $user.nom. This show was just... a little thank you.<</girl>>
<<user 6>>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kylie/5/06.webm">>
<<talk 0>>Not knowing what to say, you begin to leave, still feeling troubled.<</talk>>
<<talk 0>>As if drawn to her, you can't help but glance back one last time.<</talk>>
<<talk 0>>Kylie looks at you and bursts into laughter, clearly enjoying the effect she has on you.<</talk>>
<<girl 0 "kylie">><cite>Laughing</cite> Come on, $user.nom, it's time to go. We'll see each other tomorrow, don't forget: you have to come every morning<</girl>>
<<talk 0>>You struggle to find your words, still enchanted by her presence.<</talk>>
<<user 0>><cite>Um</cite> Yes, yes... see you tomorrow.<</user>>
<<talk "hall">>You keep staring at her, unable to look away, as she gently pulls her thin, transparent nightgown closed.<</talk>>
@@
<<set $girls.kylie.quete = 7>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/kylie/5/01.mp4">>
<<talk 0>>Comme promis tu viens dés le matin la voir.<</talk>>
<<talk 0>>Elle et allonger sur son lit reionnante, tel une princesse de Disney.<</talk>>
<<talk 0>>Tu taprouche lentement afin de ne pas la reiveiller.<</talk>>
<<girl 0 "kylie">><cite>Souris</cite>Hello $user.nom.<</girl>>
<<talk 0>>Un peux surpris quel soit reveiller, tu recule d'un pas avant de te reprendre.<</talk>>
<<user 0>>Bonjour Kylie, Tu as bien dormis ?<</user>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/5/02.mp4">>
<<talk 0>>Elle lève les bras pour s'étirer, et même ce geste anodin la rend incroyablement désirable. <</talk>>
<<girl 0 "kylie">><cite>Aaah</cite> Mmmh... J'ai dormi comme un bébé ! <</girl>>
<<talk 0>>Elle te fixe, un sourire malicieux se dessinant en voyant ton regard posé sur elle.<</talk>>
<<girl 0 "kylie">>Tu ne toques plus à la porte $user.nom ?<</girl>>
<<girl 0 "kylie">><cite>Rire</cite>Tu espére me surprendre en petite tenue, c'est ça ?<</girl>>
<<girl 0 "kylie">>Peux-etre que je devrais te faciliter les choses.<</girl>>
<<talk 0>>Cela dit elle te regarde avec un sourire plein de provocation, et commence à bouger son corps de gauche à droite.<</talk>>
<<user 0>><cite>Ahem</cite> Non, non... je...<</user>>
<<talk 0>>La suite de ton excuse se perd dans tes pensées, subitement inondées par le spectacle que tu voie. <</talk>>
<<talk 2>>Chaque mouvement qu'elle fait envahit ton esprit, balayant toute réflexion.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/5/03.mp4">>
<<talk 0>>Amusée par ton silence, elle poursuit lentement<</talk>>
<<talk 0>>Ses main glisse sur sa poitrine, le tissu de soie qui épouse sa peau glissant doucement sous ses doigts.<</talk>>
<<talk 3>>Chaque mouvement est une invitation silencieuse.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/5/04.mp4">>
<<talk 0>>Elle te souris, se leve, puis délicatement elle entrouvre sa fine nuisette, laissant entrevoir la douceur de sa peau. .<</talk>>
<<talk 0>>Abasourdi, tu observes chaque ligne de son corps, incapable de détourner le regard.<</talk>>
<<talk 0>>Un peu gênée, mais aussi par provocantion elle croise les bras avec un sourire.<</talk>>
<<talk 4>>une manière subtile de te dire que le spectacle prend fin.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/5/05.mp4">>
<<talk 0>>Elle te fixe un instant, puis, lentement, elle pose ses mains sur le bord du lit.<</talk>>
<<talk 0>>Elle grimpe sur le lit, se retrouvant à quatre pattes, sa poitrine mise en valeur par le tissu qui glisse sur sa peau.<</talk>>
<<talk 0>>Ton regard reste fixé, incapable de se détacher de cette vision hypnotique. <</talk>>
<<girl 0 "kylie">> Il est temps que tu partes, $user.nom. Ce spectacle était juste... un petit remerciment.<</girl>>
<<user 6>>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kylie/5/06.mp4">>
<<talk 0>>Sans savoir quoi dire, tu commences à partir, encore troublé.<</talk>>
<<talk 0>>Comme attiré par elle, tu ne peux t’empêcher de te retourner une dernière fois.<</talk>>
<<talk 0>> Kylie te regarde et éclate de rire, visiblement ravie de l’effet qu’elle a sur toi. <</talk>>
<<girl 0 "kylie">><cite>Rire</cite> Allez, $user.nom, il faut partir. On se voit demain, n’oublie pas : tu dois venir tous les matins. <</girl>>
<<talk 0>> Tu cherches difficilement tes mots, encore pris sous son charme.<</talk>>
<<user 6>><cite>Heu</cite> Oui, oui... à demain. <</user>>
<<talk 0>>Tu la fixes encore, incapable de détourner les yeux, alors qu’elle referme doucement sa fine nuisette transparente.<</talk>>
@@
<<set $girls.kylie.quete = 7>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>You approach Kylie’s room.<</talk>>
<<talk 0>>A soft scent of perfume fills the air, almost intoxicating.<</talk>>
<<talk 0>>In front of you, the door is slightly ajar, just enough to catch a glimpse of Kylie, lying on her bed.<</talk>>
<<talk 0>>It’s no accident.<</talk>>
<<user 0>>Kylie?<</user>>
<<talk 1>>No answer. You push the door a little further and enter, your heart beating just a little faster.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/6/01.webm">>
<<talk 0>>Kylie is lying on the bed, naked, her gaze full of desire fixed on you.<</talk>>
<<talk 0>>She doesn't say anything, but her silence speaks for her.<</talk>>
<<talk 0>>Your eyes meet. Slowly, she bites her lips.<</talk>>
<<talk 2>>Then, with a graceful movement, she spreads her legs, revealing her intimacy in an irresistible provocation.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/6/1.webm" 1>>
<<talk 0>>Slowly, her hands glide toward her crotch, and she begins to pleasure herself.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ahhh.<</girl>>
<<talk 0>>Her movements are both slow and provocative.<</talk>>
<<talk 0>>Her gaze pierces you, intense and captivating. It says everything without a word.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ahhh Ahhhhh.<</girl>>
<<talk 0>>She does it for you, and only for you.<</talk>>
<<talk 0>>You stand there, motionless, as if frozen.<</talk>>
<<talk 0>>Every moan she lets out fills you with shivers and growing desire.<</talk>>
<<girl 3 "kylie">><cite>Um</cite>Ahhhhhhhhhh.<</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/6/2.webm" 1>>
<<talk 0>>Her breathing quickens. Each breath becomes deeper, louder.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ahhhh Ahhhh Ahhhhh.<</girl>>
<<talk 0>>Her body arches slightly. Her fingers move with more insistence.<</talk>>
<<talk 0>>She closes her eyes for a moment, then opens them to lock eyes with you.<</talk>>
<<girl 0 "kylie">><cite>Breathe heavily</cite>Ahhh AHhhhhh Ahhhhhhhh.<</girl>>
<<talk 0>>A final sigh, almost a cry, escapes her lips.<</talk>>
<<talk 0>>Her pleasure peaks. She trembles, her body convulsing with spasms, while her gaze stays on you.<</talk>>
<<girl 4 "kylie">><cite>Um</cite>Ummm ummmmm.<</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/6/02.webm">>
<<talk 0>>She catches her breath, her body still trembling slightly. Her hands finally come to a stop.<</talk>>
<<talk 0>>Slowly, she looks at you. Then she brings her fingers to her mouth and slips them between her lips.<</talk>>
<<talk 0>>Then, without a word, she turns her gaze away and lies on her side.<</talk>>
<<talk "hall">> You understand that the show is over, and it's time for you to leave.<</talk>>
@@
<<set $girls.kylie.quete = 8>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Tu approche de la chambre de Kylie.<</talk>>
<<talk 0>>Encore une foix la porte et en-trouverte.<</talk>>
<<talk 0>>Ca fait plusieurs jours, que tu viens rendre visite à Kylie chaque matin. <</talk>>
<<talk 0>>À chaque fois, tu la surprenent dans des situations plus osées les unes que les autres<</talk>>
<<talk 0>>Tu te souviens d'elle sous la douche, en petite tenue sur son lit ou encore carement nue à ce donner du plaisir.<</talk>>
<<talk 1>>Et aujourd'hui ? quesqui t'attend ???<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/7/01.mp4">>
<<talk 0>>Sans surprise, Kylie est allongée sur son lit en culotte, le soleil jouant sur sa peau.<</talk>>
<<user 0>><cite>Chuchotte</cite>Kylie?<</user>>
<<talk 0>>Elle vous entend et commence à s'étirer paresseusement.<</talk>>
<<girl 0 "kylie">><cite>Um</cite><</girl>>
<<talk 2>>Elle n'a pas encore ouvert les yeux. mais elle est reveiller.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/7/02.mp4">>
<<talk 0>>Elle se retourne et tend ses fesses avec une lenteur délicieusement provocante<</talk>>
<<talk 0>>A t'elle conscience de l'effet que cela à sur vous?<</talk>>
<<talk 0>>A peine lever et dejas au garde a vous...<</talk>>
<<user 0>><cite>Chuchotte</cite>Kylie, il faut te lever maintenant.<</user>>
<<girl 3 "kylie">><cite>Um</cite><</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/7/03.mp4">>
<<talk 0>>Elle s’étire encore, entre réveil et tentation, tu ne sais plus vraiment où s’arrête l’un et où commence l’autre.<</talk>>
<<talk 0>>Ton cœur s'emballe et tu sens ton désir monter en flèche.<</talk>>
<<girl 0 "kylie">><cite>Um</cite><</girl>>
<<talk 4>>Les yeux rivés sur ce corps magnifique baigné dans une lumière douce, tu restes silencieux.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/7/04.mp4">>
<<talk 0>>Elle finit par se retourner, d’un geste qui ne laisse pas de place au doute.<</talk>>
<<talk 0>>Tout est calculé dans ce mouvement, pour que tu puisses admirer chaque courbe de son corps.<</talk>>
<<talk 0>>La tentation de la rejoindre devient irrésistible...<</talk>>
<<user 0>>Kylie, si tu ne te lèves pas, je vais t’y aider.<</user>>
<<talk 0>>Elle reste silencieuse, les yeux clos, mais un sourire discret se dessine sur ses lèvres.<</talk>>
<<talk 5>>D’un mouvement langoureux, elle fait onduler ses hanches, puis, d’un geste subtil, frappe doucement le lit à côté d’elle.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kylie/7/05.mp4">>
<<talk 0>>Sans un mot de plus, tu t'installe a l'endroit que Kylie t'a indiquer.<</talk>>
<<talk 0>>Kylie ce rapproche de toi, les yeux toujours fermer, et pose délicatement la tête sur ton entre jambe.<</talk>>
<<talk 0>>Un frisson te traverse, tu sais qu’elle ne peut pas ignorer ton hérection contre son visage.<</talk>>
<<talk 0>>Kylie gémit doucement, ses mains glissant lentement, presque dangereusement, vers ton entrejambe.<</talk>>
<<talk 0>>À mesure que ses mains s'approchent, ton désir devient plus intense.<</talk>>
<<talk 6>>Dans un élan de passion, Kylie se redresse et abaisse le tissu qui cachait encore ton érection à son regard.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kylie/7/06.mp4">>
<<talk 0>>Kylie te fixe dans les yeux, esquisse un sourire, puis dépose un baiser passionné sur ton sexe.<</talk>>
<<talk 0>>Encourager par la réponse presque animale de ton corps.<</talk>>
<<talk 0>>Elle sort sa langue et commence à te lécher, te faisant frissonner de plaisir.<</talk>>
<<talk 0>>Puis elle enveloppe délicatement le sommet de ton sexe tendue entre ses lèvres pulpeuse.<</talk>>
<<user 7>><cite>Um</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kylie/7/1.mp4" 1>>
<<talk 0>>Elle commence à te sucer avec une hardeur presque envoûtante.<</talk>>
<<girl 0 "kylie">><cite>Suck - Suck</cite><</girl>>
<<girl 0 "kylie">><cite>Ummm</cite><</girl>>
<<talk 0>>Ses lèvres se referment autour de toi avec une passion dévorante.<</talk>>
<<talk 8>>Chaque mouvement de sa bouche, chaque gémissement te procurant un frisson de plaisir.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kylie/7/2.mp4" 1>>
<<talk 0>>Son désir ardent de plonger plus profondément ton sexe dans sa bouche résonne en toi.<</talk>>
<<talk 0>>D'un geste possessif, tu agrippes ses cheveux, te redresses légèrement et forces ton sexe à entrer encore plus loin.<</talk>>
<<talk 0>>Tu continues de pousser, sentant la résistance douce mais ferme de sa glotte, tandis qu'elle lutte pour accommoder ta profondeur.<</talk>>
<<talk 0>>Ton plaisir monte en flèche, te faisant frôler le précipice de l'orgasme.<</talk>>
<<user 9>><cite>Um</cite>Ohhhhh babe.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kylie/7/3.mp4" 1>>
<<talk 0>>Tu la retournes doucement sur le dos, avec détermination.<</talk>>
<<talk 0>>Tu positionnes ton sexe à l'entrée de sa bouche, puis avec force, tu pousses ton desir en elle.<</talk>>
<<user 0>>Ohhhh fuckk<</user>>
<<talk 0>>Tes mouvements deviennent de plus en plus violents, te poussant toujours plus profondément dans sa gorge.<</talk>>
<<talk 0>>Etouffer ça respiration deviens impossible.<</talk>>
<<talk 0>>Mais elle ne dit rien, se laissant aller à ton rythme, te laissant prendre possession de sa bouche avec une intensité croissante.<</talk>>
<<user 10>><cite>Ohhhh</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kylie/7/4.mp4" 1>>
<<talk 0>>Tu la fais passer à genoux, tandis que tu restes debout.<</talk>>
<<talk 0>>Tes mains encadrent fermement sa tête.<</talk>>
<<talk 0>>Puis, tu pousses ton sexe dans sa bouche avec violence.<</talk>>
<<user 0>><cite>Wé</cite>Ohhh<</user>>
<<talk 0>>Docille, elle se laisse faire, absorbant chaque poussée de ton membre viril.<</talk>>
<<user 11>><cite>Ohhhh</cite><</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kylie/7/5.mp4" 1>>
<<talk 0>>Sur le fil du rasoir, à deux doigts de l'orgasme, tu la guides doucement sur le lit.<</talk>>
<<talk 0>>À quatre pattes, les fesses dressées vers le ciel, elle t'offre une vue envoûtante sur son intimité degoulinante de désir.<</talk>>
<<talk 0>>Avec une douceur infinie, tu la pénètres, envahi par un frisson à la sensation de pénétrer une chatte si humide et si chaude.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ohhh ummm ohhhhh<</girl>>
<<user 0>>Ohhhh<</user>>
<<girl 12 "kylie">><cite>Um</cite>Ohhh yesss ohhhhh<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kylie/7/6.mp4" 1>>
<<talk 0>>Empli de désir, tu attrapes fermement ses cheveux et augmentes la vitesse de tes va-et-vient.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ohhh Ummmm ohhhhh<</girl>>
<<girl 0 "kylie">><cite>Um</cite>Yess yesss yessss Ohhhhhhh<</girl>>
<<talk 0>>Dans un élan de passion, tu lui assènes une claque sur les fesses, faisant vibrer son corps de plaisir.<</talk>>
<<talk 0>>Elle gémit de plus belle.<</talk>>
<<girl 13 "kylie">><cite>Um</cite>Ohhhhhhh Yessssss<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kylie/7/7.mp4" 1>>
<<talk 0>>Pour la soumettre complètement, tu places tes mains sur ses épaules et plaques son visage sur le lit.<</talk>>
<<talk 0>>Puis, avec une force déchaînée, tu la pilones sans relâche, poussant ton sexe toujours plus loin dans son intimité.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ohhhhhhh Yess yess yesss<</girl>>
<<talk 0>>Chaque coup de rein est une déclaration de domination, chaque mouvement une preuve de ton contrôle absolu sur son corps et son plaisir. <</talk>>
<<talk 0>>Elle gémit sous tes assauts, sa soumission totale évidente dans chaque frémissement de son être.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Umm Ummmm ummm<</girl>>
<<girl 14 "kylie">><cite>Um</cite>Ohh Yess Ohhh Godd yesss<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kylie/7/8.mp4" 1>>
<<talk 0>>Au bord de l'extase, tu donnes tout ce qui te reste de forces pour l'emporter avec toi dans un tourbillon de plaisir violent et passionné.<</talk>>
<<talk 0>>Tu la pilones avec une intensité inouïe, chaque coup de rein étant une décharge d'énergie brute.<</talk>>
<<talk 0>>De plus en plus ferme, tu lui administres des claques, accentuant encore le mélange de douleur et de plaisir qui vous submerge.<</talk>>
<<user 0>><cite>Clap - Clap</cite><</user>>
<<girl 0 "kylie">><cite>Um</cite>Ohh ummm Ohhh yesss<</girl>>
<<talk 0>>Vos corps, transpirant et secoués par des spasmes incontrôlables, sont maintenant fusionner dans une passion dévorante.<</talk>>
<<user 0>><cite>Clap - Clap</cite><</user>>
<<girl 0 "kylie">><cite>Um</cite>Fuck yess ummmm<</girl>>
<<girl 15 "kylie">><cite>Um</cite>ummmm ummm ummm ummm<</girl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/kylie/7/9.mp4" 1>>
<<talk 0>>Sentant la pression d'un orgasme imminent qui ne peut plus être contenu, tu la plaque brusquement sur le dos.<</talk>>
<<talk 0>>Docile et prête à recevoir ton cadeau. Elle ouvre grand la bouche et tire sa langue offrant son visage comme un réceptacle à ton plaisir.<</talk>>
<<girl 0 "kylie">><cite>Haaaaaa</cite><</girl>>
<<talk 0>>Avec un grognement rauque, tu te laisses aller, éjaculant avec force dans sa bouche ouverte, la remplissant de ta chaleur. <</talk>>
<<user 0>><cite>Um</cite>Ahhhh Ahhhh<</user>>
<<user 0>><cite>Um</cite>Ahhhhhhhh<</user>>
<<girl 0 "kylie">><cite>Umm</cite>ummmm<</girl>>
<<talk 16>> La tête qui tourne, tu restes là quelques secondes à regarder cette femme magnifique, ta bite encore dans sa bouche.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/kylie/7/10.mp4" 1>>
<<user 0>>Ohh fuck<</user>>
<<talk 0>>Avec un regard de satisfaction, elle te regarde, tire la langue, te montrant l'étendue de ton cadeau dans sa bouche.<</talk>>
<<talk 0>>Puis elle avale avec fierté, savourant chaque goutte de ta semence.<</talk>>
<<talk 0>>Tu la regardes souris, puis, d'un geste possessif, tu l'attrapes par la gorge, lui indiquant clairement qu'elle est à toi.<</talk>>
<<talk 17>>Elle gémit doucement sous ta prise ferme, ses yeux brillant de désir, confirmant sa soumission absolue à ta volonté.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/kylie/7/11.mp4" 1>>
<<talk 0>>Cette vision de cette femme magnifique, soumise à ta volonté, te remplit de désir.<</talk>>
<<talk 0>>Dans un élan de passion, tu attrapes ses cheveux et tu te masturbes violemment à quelques centimètres de son visage.<</talk>>
<<talk 0>>Elle te regarde avec des yeux remplis de désir, sa bouche encore humide de ta semence.<</talk>>
<<girl 0 "kylie">><cite>Umm</cite>ummmm<</girl>>
<<talk 0>>Tu peux sentir l'orgasme monter en toi, prêt à exploser.<</talk>>
<<talk 0>>Kylie, reste là, docile, attendant patiemment que tu te laisses aller une fois de plus, prête à accueillir chaque goutte dans ça bouche.<</talk>>
<<user 0>>Ahhhh Ahhhhh<</user>>
<<girl 0 "kylie">><cite>Umm</cite>umm<</girl>>
<<user 18>>Ahhhh Ahhhhh<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/kylie/7/010.mp4">>
<<talk 0>> Kylie avale tout, ses yeux te fixant avec désir, puis elle te lèche délicatement le gland.<</talk>>
<<talk 0>>Sa langue chaude et humide explore chaque recoin, te faisant gémir de plaisir.<</talk>>
<<girl 19 "kylie">><cite>Lick - Lick</cite><</girl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/kylie/7/011.mp4">>
<<talk 0>>Epuisée, elle se retourne sur le côté, puis ferme les yeux.<</talk>>
<<talk 0>>Son souffle devient régulier et paisible, témoignant de sa fatigue après un moment de passion intense. <</talk>>
<<talk 0>>Tu la regardes un instant, admirant sa beauté endormie et les marques de ton plaisir qui ornent sa peau. <</talk>>
<<talk 0>>Un sentiment de satisfaction te submerge. Tu te glisses doucement à côté d'elle, lui caresse avec douceur les fesses puis tu te leve.<</talk>>
<<user 0>><cite>chuchotte</cite>Repose toi bien Kylie.<</user>>
<<girl "hall" "kylie">><cite>Umm</cite><</girl>>
@@
<<skill "kylie" "5">>
<<set $girls.kylie.quete = 9>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>You approach Kylie's room.<</talk>>
<<talk 0>>Once again, the door is ajar.<</talk>>
<<talk 0>>For several days now, you've been visiting Kylie every morning.<</talk>>
<<talk 0>>Each time, you catch her in increasingly daring situations.<</talk>>
<<talk 0>>You remember her in the shower, in lingerie on her bed, or even completely naked pleasuring herself.<</talk>>
<<talk 1>>And today? What awaits you???<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kylie/7/01.webm">>
<<talk 0>>As expected, Kylie is lying on her bed in panties, sunlight playing across her skin.<</talk>>
<<user 0>><cite>Whispers</cite>Kylie?<</user>>
<<talk 0>>She hears you and begins to stretch lazily.<</talk>>
<<girl 0 "kylie">><cite>Um</cite><</girl>>
<<talk 2>>Her eyes are still closed, but she's awake.<</talk>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kylie/7/02.webm">>
<<talk 0>>She turns over, arching her hips with a deliciously provocative slowness.<</talk>>
<<talk 0>>Is she aware of the effect this has on you?<</talk>>
<<talk 0>>Barely awake and already standing at attention...<</talk>>
<<user 0>><cite>Whispers</cite>Kylie, you need to get up now.<</user>>
<<girl 3 "kylie">><cite>Um</cite><</girl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kylie/7/03.webm">>
<<talk 0>>She stretches again, caught between waking and temptation, leaving you unsure where one ends and the other begins.<</talk>>
<<talk 0>>Your heart races, and you feel your desire skyrocketing.<</talk>>
<<girl 0 "kylie">><cite>Um</cite><</girl>>
<<talk 4>>Your eyes fixed on that stunning body bathed in soft light, you remain silent.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kylie/7/04.webm">>
<<talk 0>>She finally turns over, with a gesture that leaves no room for doubt.<</talk>>
<<talk 0>>Every movement is calculated, allowing you to admire every curve of her body.<</talk>>
<<talk 0>>The temptation to join her becomes irresistible...<</talk>>
<<user 0>>Kylie, if you don't get up, I'll help you do it.<</user>>
<<talk 0>>She remains silent, eyes closed, but a faint smile forms on her lips.<</talk>>
<<talk 5>>With a languid motion, she sways her hips, then subtly pats the bed beside her.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kylie/7/05.webm">>
<<talk 0>>Without another word, you settle into the spot Kylie indicated.<</talk>>
<<talk 0>>Kylie moves closer to you, her eyes still closed, and gently rests her head on your crotch.<</talk>>
<<talk 0>>A shiver runs through you; you know she can't ignore your erection pressing against her face.<</talk>>
<<talk 0>>Kylie softly moans, her hands slowly, almost dangerously, sliding toward your lap.<</talk>>
<<talk 0>>As her hands draw closer, your desire grows more intense.<</talk>>
<<talk 6>>In a burst of passion, Kylie sits up and pulls down the fabric still hiding your erection from her view.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kylie/7/06.webm">>
<<talk 0>>Kylie locks eyes with you, flashes a smile, and then places a passionate kiss on your sex.<</talk>>
<<talk 0>>Encouraged by the almost primal response of your body.<</talk>>
<<talk 0>>She extends her tongue and begins to lick you, sending shivers of pleasure through you.<</talk>>
<<talk 0>>Then she gently wraps the tip of your throbbing length between her soft, full lips.<</talk>>
<<user 7>><cite>Um</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kylie/7/1.webm" 1>>
<<talk 0>>She starts sucking you with almost hypnotic intensity.<</talk>>
<<girl 0 "kylie">><cite>Suck - Suck</cite><</girl>>
<<girl 0 "kylie">><cite>Ummm</cite><</girl>>
<<talk 0>>Her lips close around you with devouring passion.<</talk>>
<<talk 8>>Every movement of her mouth, every moan sending a shiver of pleasure through you.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kylie/7/2.webm" 1>>
<<talk 0>>Her fervent desire to take you deeper into her mouth resonates within you.<</talk>>
<<talk 0>>With a possessive gesture, you grab her hair, slightly lift yourself, and force your sex to go even deeper.<</talk>>
<<talk 0>>You continue to push, feeling the soft yet firm resistance of her throat as she struggles to accommodate your depth.<</talk>>
<<talk 0>>Your pleasure builds rapidly, bringing you to the brink of orgasm.<</talk>>
<<user 9>><cite>Um</cite> Ohhhhh babe.<</user>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kylie/7/3.webm" 1>>
<<talk 0>>You gently but firmly turn her onto her back.<</talk>>
<<talk 0>>You position your sex at the entrance of her mouth, then with force, you thrust your desire into her.<</talk>>
<<user 0>>Ohhhh fuckk<</user>>
<<talk 0>>Your movements become increasingly violent, driving you deeper and deeper into her throat.<</talk>>
<<talk 0>>Stifling her breath becomes impossible.<</talk>>
<<talk 0>>But she says nothing, surrendering to your rhythm, letting you take possession of her mouth with growing intensity.<</talk>>
<<user 10>><cite>Ohhhh</cite><</user>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kylie/7/4.webm" 1>>
<<talk 0>>You make her kneel while you remain standing.<</talk>>
<<talk 0>>Your hands firmly frame her head.<</talk>>
<<talk 0>>Then, you thrust your sex into her mouth with violence.<</talk>>
<<user 0>><cite>Wé</cite>Ohhh<</user>>
<<talk 0>>Docile, she lets it happen, absorbing each thrust of your virile member.<</talk>>
<<user 11>><cite>Ohhhh</cite><</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/kylie/7/5.webm" 1>>
<<talk 0>>On the edge, just two fingers away from orgasm, you gently guide her onto the bed.<</talk>>
<<talk 0>>On all fours, her ass raised towards the sky, she offers you an enchanting view of her dripping with desire.<</talk>>
<<talk 0>>With infinite gentleness, you penetrate her, overwhelmed by a shiver at the sensation of entering such a wet and hot pussy.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ohhh ummm ohhhhh<</girl>>
<<user 0>>Ohhhh<</user>>
<<girl 12 "kylie">><cite>Um</cite>Ohhh yesss ohhhhh<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kylie/7/6.webm" 1>>
<<talk 0>>Fueled by desire, you firmly grab her hair and increase the speed of your thrusts.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Ohhh Ummmm ohhhhh<</girl>>
<<girl 0 "kylie">><cite>Um</cite>Yess yesss yessss Ohhhhhhh<</girl>>
<<talk 0>>In a burst of passion, you slap her ass, making her body vibrate with pleasure.<</talk>>
<<talk 0>>She moans even louder.<</talk>>
<<girl 13 "kylie">><cite>Um</cite>Ohhhhhhh Yessssss<</girl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kylie/7/7.webm" 1>>
<<talk 0>>To completely subdue her, you place your hands on her shoulders and press her face into the bed.<</talk>>
<<talk 0>>Then, with unleashed force, you pound into her relentlessly, driving your sex deeper and deeper into her intimacy.<</talk>>
<<girl 0 "kylie">><cite>Um</cite> Ohhhhhhh Yess yess yesss<</girl>>
<<talk 0>>Each thrust is a declaration of dominance, each movement a proof of your absolute control over her body and pleasure.<</talk>>
<<talk 0>>She moans under your assaults, her total submission evident in every tremor of her being.<</talk>>
<<girl 0 "kylie">><cite>Um</cite>Umm Ummmm ummm<</girl>>
<<girl 14 "kylie">><cite>Um</cite>Ohh Yess Ohhh Godd yesss<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/kylie/7/8.webm" 1>>
<<talk 0>>On the brink of ecstasy, you give everything you have left to take her with you into a whirlwind of violent and passionate pleasure.<</talk>>
<<talk 0>>You pound her with unprecedented intensity, each thrust a surge of raw energy.<</talk>>
<<talk 0>>Ever harder, you slap her, intensifying the mix of pain and pleasure that overwhelms you both.<</talk>>
<<user 0>><cite>Clap - Clap</cite><</user>>
<<girl 0 "kylie">><cite>Um</cite>Ohh ummm Ohhh yesss<</girl>>
<<talk 0>>Your bodies, sweating and shaken by uncontrollable spasms, are now fused in a devouring passion.<</talk>>
<<user 0>><cite>Clap - Clap</cite><</user>>
<<girl 0 "kylie">><cite>Um</cite>Fuck yess ummmm<</girl>>
<<girl 15 "kylie">><cite>Um</cite>ummmm ummm ummm ummm<</girl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/kylie/7/9.webm" 1>>
<<talk 0>>Feeling the imminent pressure of an orgasm that can no longer be contained, you abruptly push her onto her back.<</talk>>
<<talk 0>>Docile and ready to receive your gift, she opens her mouth wide and sticks out her tongue, offering her face as a receptacle for your pleasure.<</talk>>
<<girl 0 "kylie">><cite>Haaaaaa</cite><</girl>>
<<talk 0>>With a rough growl, you let go, ejaculating forcefully into her open mouth, filling her with your warmth.<</talk>>
<<user 0>><cite>Um</cite>Ahhhh Ahhhh<</user>>
<<user 0>><cite>Um</cite>Ahhhhhhhh<</user>>
<<girl 0 "kylie">><cite>Umm</cite>ummmm<</girl>>
<<talk 16>>Dizzy, you stay there for a few seconds, looking at this magnificent woman, your still-hard cock in her mouth.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/kylie/7/10.webm" 1>>
<<user 0>>Ohh fuck<</user>>
<<talk 0>>With a look of satisfaction, she looks at you, sticks out her tongue, showing you the extent of your gift in her mouth.<</talk>>
<<talk 0>>Then she swallows proudly, savoring every drop of your semen.<</talk>>
<<talk 0>>You watch her, smile, then, with a possessive gesture, you grab her by the throat, clearly indicating that she belongs to you.<</talk>>
<<talk 17>>She moans softly under your firm grip, her eyes shining with desire, confirming her absolute submission to your will.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/kylie/7/11.webm" 1>>
<<talk 0>>The sight of this magnificent woman, submissive to your will, fills you with desire.<</talk>>
<<talk 0>>In a burst of passion, you grab her hair and violently masturbate just a few inches from her face.<</talk>>
<<talk 0>>She looks at you with eyes full of desire, her mouth still moist with your semen.<</talk>>
<<girl 0 "kylie">><cite>Umm</cite>ummmm<</girl>>
<<talk 0>>You can feel the orgasm building within you, ready to explode.<</talk>>
<<talk 0>>Kylie, stay there, docile, patiently waiting for you to let go once again, ready to receive every drop in her mouth.<</talk>>
<<user 0>>Ahhhh Ahhhhh<</user>>
<<girl 0 "kylie">><cite>Umm</cite>umm<</girl>>
<<user 18>>Ahhhh Ahhhhh<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/kylie/7/010.webm">>
<<talk 0>>Kylie swallows everything, her eyes locked on yours with desire, then she delicately licks the tip of your cock.<</talk>>
<<talk 0>>Her warm, wet tongue explores every nook, making you moan with pleasure.<</talk>>
<<girl 19 "kylie">><cite>Lick - Lick</cite><</girl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/kylie/7/011.webm">>
<<talk 0>>Exhausted, she rolls onto her side and closes her eyes.<</talk>>
<<talk 0>>Her breath becomes steady and peaceful, a testament to her fatigue after a moment of intense passion.<</talk>>
<<talk 0>>You watch her for a moment, admiring her beauty as she drifts off to sleep, the marks of your passion adorning her skin.<</talk>>
<<talk 0>>A sense of satisfaction washes over you. You gently slide beside her, softly caressing her ass, then you get up.<</talk>>
<<user 0>><cite>whispers</cite>Rest well, Kylie.<</user>>
<<girl "hall" "kylie">><cite>Umm</cite><</girl>>
@@
<<skill "kylie" "5">>
<<set $girls.kylie.quete = 9>>
<</switch>>
<</nobr>><<nobr>>
<<include wait_macy>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _syd = "loveassets/macy/sydney.jpg">>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock</cite>...<</user>>
<<user 0>>...<</user>>
<<talk 0>>Personne, il n'a pas fallus longtemps pour que ses anciennes habitudes refassent surface.<</talk>>
<<talk 1>>Pour en etre sur, tu ouvre la porte et entre dans la chambre.<</talk>>
@@
<<case 1>>
@@#media;
<img @src="'loveassets/img/room' + $background + '.jpg'">
<<talk 0>>Personne...<</talk>>
<<talk 0>>Énervé par la situation, tu prends ton téléphone et composes le numéro de sa mère.<</talk>>
<<saygirl 0 _syd>>Oui, allô ?<</saygirl>>
<<user 0>>Bonjour, c'est $user.nom.<</user>>
<<saygirl 0 _syd>>Ho non... , Qu'est-ce qu'elle à fait encore?<</saygirl>>
<<user 0>>Vous ne sauriez pas où elle est par hasard ?<</user>>
<<saygirl 0 _syd>><cite>Soupir</cite> Ah ! non, désolée. Elle n'est pas au travail ?<</saygirl>>
<<user 0>><cite>Soupir</cite> Non, malheureusement. Elle ne prend rien au sérieux, et je suis à bout !<</user>>
<<saygirl 0 _syd>>Je vais l'appeler tout de suite et lui dire de venir vous présenter des excuses. <</saygirl>>
<<saygirl 0 _syd>>Je vous assure que cela ne se reproduira plus.<</saygirl>>
<<user 0>><cite>Um</cite> J'ai déjà entendu ça quelque part...<</user>>
<<user 0>><cite>Um</cite> Dites-lui que je l'attends, avec sa lettre de licenciement !<</user>>
<<saygirl 0 _syd>><cite>Surprise</cite> Quoi ? Non ! J'arrive, ne prenez pas de décision hâtive. Laissez-moi le temps de venir.<</saygirl>>
<<user 0>><cite>um</cite>J'attend Macy dans sa chambre. Elle a une heure pour arriver.<</user>>
<<talk 0>>Tu raccroches, très énervé, une montée d'adrénaline te donne un mal de tête...<</talk>>
<<talk 0>>Tu t'installes sur le lit pour réfléchir... Une douce odeur flotte sur les oreillers, l'odeur de Macy.<</talk>>
<<talk 0>>Elle ne travaille pas beaucoup, mais qu'est-ce qu'elle sent bon.<</talk>>
<<talk 2>>Tu poses ta tête sur l'oreiller et t'endors, emporté par le parfum délicat.<</talk>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/nuit.jpg]]
<<talk 0>>Gerer une enfant gater, ça fatigue, heureusement quelle suce bien.<</talk>>
<<talk 0>>Tu fait un doux reve, un reve ou la langue de Macy explore tes couilles et leche ta bite.<</talk>>
<<talk 3>>Un doux reve qui parais télément réaliste que tu peux sentir la chaleur de ça langue.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/macy/4/macy01.webm">>
<<talk 0>>Tu entend des petits rire qui te sorte doucement de ton reve.<</talk>>
<<talk 0>>Tu ouvre lentement les yeux, une agreable sensation disperse tes reves.<</talk>>
<<user 0>><cite>Surpris</cite>Macy???<</user>>
<<girl 0 "macy">><cite>Leche - Leche</cite><</girl>>
<<girl 0 "macy">>Shutt $user.nom, Maman ma dit d'être gentil avec toi!<</girl>>
<<girl 4 "macy">><cite>Suce - Suce</cite><</girl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/macy/4/macy02.webm">>
<<talk 0>>Tu ne sais pas ceux que ça mere lui a dit... Mais...<</talk>>
<<talk 0>>Une chose est sur Macy y mais ton son coeur et son talent.<</talk>>
<<talk 0>>Apres t'avoir bien exiter elle monte sur toi, et sens preavis insere ton desir en elle.<</talk>>
<<user 0>><cite>Um</cite>Ho mon Dieu..<</user>>
<<girl 5 "macy">><cite>Um - Um</cite><</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/macy/4/macy1.webm" 1>>
<<talk 0>>Macy, agrippe fermement tes cuisses et mène le rythme, prenant un plaisir évident à te dominer.<</talk>>
<<girl 0 "macy">><cite>Um</cite> Ohhh Ohhh Ohhhh<</girl>>
<<girl 0 "macy">><cite>Um</cite> <cite>Respire fort</cite>Ohhh Ohhh Oh my god fuck.<</girl>>
<<girl 6 "macy">><cite>Um</cite> <cite>Ummmm</cite><</girl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/macy/4/macy03.webm">>
<<talk 0>>Soudain le téléphone de Macy Sonne.<</talk>>
<<talk 0>>Toute déconcentrer, Macy ralentis c'est mouvement, elle regarde son téléphone, puis te fixe dans les yeux.<</talk>>
<<girl 0 "macy">><cite>Sourire</cite>Il faut que je prenne cette apelle.<</girl>>
<<user 0>><cite>Surpris</cite>Quoi ! maintenant?<</user>>
<<girl 0 "macy">><cite>Rire</cite>Oui oui maintenant, je vais dans le couloir pour repondre, mais je revient...<</girl>>
<<user 0>><cite>Faché</cite>Tu n'est pas serieuse!!!<</user>>
<<talk 0>>Macy ne t'écoute plus, les yeux fixés sur son téléphone, espérant que l'appel ne se termine pas.<</talk>>
<<talk 0>>Elle se retire d'un mouvement brusque et disparaît par la porte.<</talk>>
<<talk 7>>Tu restes allongé sur le lit, stupéfait, la main posée sur ta bite, encore chaude de la chaleur de Macy.<</talk>>
@
<<case 7>>
@@#media;
[img[loveassets/img/later.jpg]]
<<talk 0>>Cela fait un moment que tu est allonger la...<</talk>>
<<talk 0>>Ton désir c'est évanoui, tout comme l'espoir de voir Macy s'appliquer comme il se doit dans l'hôtel.<</talk>>
<<talk 8>>Tu commence à ressentir le froid mordant de la pièce, restant ainsi, nue et dans l'attente de son retour.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/macy/4/macy04.webm">>
<<talk 0>>Une femme fait irruption derriere la porte, jette un regard rapide, avant de te fixer avec insistance.<</talk>>
<<talk 0>>Il te faut quelques seconde pour la reconaitre, c'est la Mere de Macy, elle est arrivée extrement vite, et que fait-elle en nuisette?<</talk>>
<<talk 0>>Alors que tu te pose ces questions, elle entre sans cérémonie. <</talk>>
<<talk 0>>Soudain conscient de ta nudité, tu fait un geste rapide pour cacher ton intimité avec ta main.<</talk>>
<<user 0>><cite>Ahem</cite>Pardons.<</user>>
<<saygirl 0 _syd>><cite>Um</cite> Ce n'est pas grave $user.nom, tu es chez toi. j'arrive au mauvais moment?<</saygirl>>
<<saygirl 0 _syd>><cite>Um</cite> Ou est Macy ?<</saygirl>>
<<user 0>><cite>Glup</cite><</user>>
<<saygirl 0 _syd>><cite>Um</cite> Je lui est parler au téléphone, elle devrais etre entrin de ce faire pardonner!<</saygirl>>
<<talk 0>>Soudain, la connexion s'établit. Toi, allongé dans la chambre de Macy, la bite à l'air, des frissons visibles sur ton corps.<</talk>>
<<saygirl 0 _syd>><cite>Enerve</cite> Ne me dis pas qu'elle t'a laissé en plein....<</saygirl>>
<<user 0>><cite>Souris</cite>D'accord, je ne dit rien alors...<</user>>
<<talk 0>>Tu la regardes, un peu désemparé face à cette situation.<</talk>>
<<user 0>>On peux dire que ça avais bien commencer!<</user>>
<<saygirl 0 _syd>><cite>Triste</cite> Sale garce!<</saygirl>>
<<saygirl 9 _syd>><cite>Souris</cite>Il faut toujours que je face tous dans cette famille!<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/macy/4/macy05.webm">>
<<talk 0>>Sans un mot de plus, ni aucune validation de ta part, elle monte lentement sur le lit.<</talk>>
<<talk 0>>Elle te fixe un instant, puis saisit fermement ta virilité entre ses mains.<</talk>>
<<talk 0>>D'un geste direct et déterminé, elle baisse la tête et l'enfouit dans sa bouche.<</talk>>
<<user 0>><cite>Um</cite>Hooo fuck.<</user>>
<<saygirl 0 _syd>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 10 _syd>><cite>Lick - Lick</cite><</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/macy/4/macy06.webm">>
<<talk 0>>D'un geste lent et premediter pour augmenter ton desir, elle monte sur toi.<</talk>>
<<talk 0>>Elle caresse doucement ton membre, avant de l'inserer délicatement dans son desir chaud et humide.<</talk>>
<<user 0>><cite>UM</cite>Hoooooo.<</user>>
<<saygirl 11 _syd>><cite>Um</cite>Comme ça, patron doucement...<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/macy/4/macy2.webm" 1>>
<<talk 0>>Elle soulève sa nuisette pour dévoiler sa poitrine, te laissant admirer son corps tout en ondulant des hanches.<</talk>>
<<talk 0>>À chaque va-et-vient de ton sexe en elle, elle émet de doux gémissements.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Ahh Ahh Ahhh<</saygirl>>
<<user 0>><cite>Respire fort</cite><</user>>
<<saygirl 12 _syd>><cite>Um</cite>Um um um<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/macy/4/macy07.webm">>
<<talk 0>>Un bruit de porte retentit, et une tête émerge. Macy reste bouche bée, figée par le choc, incapable de réagir face à cette situation.<</talk>>
<<girl 0 "macy">><cite>Surprise</cite>...<</girl>>
<<talk 0>>Reprenant soudain ses esprits, Macy avale sa salive avec difficulté, cherchant la force de protester.<</talk>>
<<girl 0 "macy">><cite>Crie</cite>$user.nom.... Maman.<</girl>>
<<girl 0 "macy">><cite>Crie</cite>Maman, qu'est-ce que tu fais ?<</girl>>
<<talk 0>>Surprise par les cris de sa fille derrière elle, elle s'arrête net mais ne se retire pas.<</talk>>
<<talk 0>>Elle tourne la tête calmement, comme si tout cela était parfaitement normal<</talk>>
<<saygirl 0 _syd>><cite>Euh</cite>... Je fais ton travail, petite garce, comme d'habitude.<</saygirl>>
<<girl 0 "macy">><cite>Surprise</cite>Tu fais mon travail... mais c'est mon travail !<</girl>>
<<girl 0 "macy">>J'étais dehors, cinq minutes, je parlais avec une amie... Je suis désolée.<</girl>>
<<girl 0 "macy">>Mais... Maman tu ne peux pas "te faire" mon travail.<</girl>>
<<saygirl 0 _syd>><cite>Euh</cite>... Cinq minutes... Petite menteuse. Quand je suis arrivée, ton patron avait la bite froide.<</saygirl>>
<<saygirl 13 _syd>>Et ton patron ne devrait jamais avoir la bite froide.<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/macy/4/macy08.webm">>
<<girl 0 "macy">><cite>UM</cite>Maman, s'il te plais arette. Tu ne peux pas...<</girl>>
<<girl 0 "macy">><cite>UM</cite>Sérieusement $user.nom, tu peux le dire, qui... tu veut... maintenant ?<</girl>>
<<saygirl 0 _syd>>Pourquoi choisir, patron ? nous sommes la toutes les deux, ça te va ?<</saygirl>>
<<girl 0 "macy">><cite>UM</cite>Tu es sérieuse ? Et lui, il est d'accord ?<</girl>>
<<talk 0>>Tu souris largement, ton pénis toujours en pleine extase.<</talk>>
<<talk 0>>Chaque mot échangé entre Macy et sa mère provoque des mouvements rythmés qui tape contre les parois intimes de sa mère, confirmant silencieusement ton consentement et ton plaisir.<</talk>>
<<girl 0 "macy">><cite>Te montrant de la main</cite>Non Non, il es trop heureux de cette situation, hein!<</girl>>
<<saygirl 0 _syd>>Bien sur qu'il est heureux. Il adore quand on s'occupe de lui.<</saygirl>>
<<talk 0>>Macy secoue la tête, à la fois choquée et fascinée.<</talk>>
<<girl 14 "macy">>Je... je ne sais plus quoi dire.<</girl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/macy/4/macy09.webm">>
<<user 0>>On a un accord?<</user>>>
<<talk 0>>Les deux filles te sourient en signe d'approbation.<</talk>>
<<talk 0>>Pour sceller le départ, tu baisses lentement la nuisette de la mère de Macy, qui te regarde avec un grand sourire.<</talk>>
<<talk 0>>Les mouvements reprendent, cette fois il n'y auras aucune interruption.<</talk>>
<<talk 0>>Macy te fixe intensément, tandis qu'elle dépose un tendre baiser sur les epaules de sa mère.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Ummmm, ho yes patron.<</saygirl>>
<<saygirl 15 _syd>><cite>Um</cite>Hoo Macy comme tu as de la chance de travail pour $user.nom.<</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/macy/4/macy3.webm" 1>>
<<talk 0>>La mère de Macy, un sourire satisfait aux lèvres, se retire doucement et s'allonge près de toi, sa tête à hauteur de ton entrejambe.<</talk>>
<<talk 0>>Macy, les yeux brillants, s'approche et leurs regards se croisent.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite>Viens Macy, viens faire plaisir à ton patron.<</saygirl>>
<<talk 0>>Leur souffle chaud caresse ta peau tandis qu'elles entament une danse sensuelle de langues autour de ta bite.<</talk>>
<<saygirl 0 _syd>><cite>Leche</cite><</saygirl>>
<<girl 0 "macy">><cite>Leche - Leche</cite><</girl>>
<<talk 0>>Leurs lèvres se rencontrent dans un baiser tendre et passionné, leurs langues se caressant doucement tout en continuant de te lécher avec ferveur.<</talk>>
<<talk 0>>Leur complicité est évidentes dans chaque geste, dans chaque caresse de leur langue.<</talk>>
<<talk 0>>Tu te laisses emporter par le tourbillon de sensations, tes mains se perdant dans leurs cheveux tandis qu'elles continuent leur assaut passionné.<</talk>>
<<user 0>><cite>Um</cite>Haaaaa<</user>>>
<<saygirl 0 _syd>><cite>Rire</cite> <cite>Leche</cite><</saygirl>>
<<girl 16 "macy">><cite>Rire</cite> <cite>Leche - Leche</cite><</girl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/macy/4/macy4.webm" 1>>
<<talk 0>>La mère de Macy, consumée par le désir de te faire plaisir, fixe sa fille d'un regard intense et presque autoritaire, l'invitant silencieusement à s'offrir à toi.<</talk>>
<<talk 0>>Avec un sourire de plaisir anticipé, Macy s'allonge docilement sur le dos, offrant généreusement son intimité à tes désirs.<</talk>>
<<talk 0>>Tu te glisses doucement en Macy, et son cri de plaisir résonne comme une invitation à te laisser emporter.<</talk>>
<<girl 0 "macy">><cite>Um</cite> <cite>Ahhhh Ahhhh Ahhhhh</cite><</girl>>
<<talk 0>>Entendant les cris de désir de sa fille, sa mère prend position rapidement.<</talk>>
<<talk 0>>Elle se place sur Macy, bloquant ses mouvements et ses cris, assurant que sa bouche reste silencieuse et prisonnière de sa chatte.<</talk>>
<<talk 0>>Encouragé par les cries de Macy, tu commences à la pénétrer plus fort, chaque mouvement faisant monter les gémissements sourds de Macy en puissance. <</talk>>
<<talk 0>>La mère de Macy gémit de plaisir sous les caresses de sa fille, tandis que Macy, les yeux fermés, se laisse emporter par la situation, savourant à la fois les vas et viens et le goût de sa mère.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> <cite>Ummmm</cite><</saygirl>>
<<girl 17 "macy">><cite>Um</cite> <cite>Ahhhh Ahhhh</cite><</girl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/macy/4/macy5.webm" 1>>
<<talk 0>>La mère de Macy, les yeux rivés sur ta bite qui va et vient en sa fille, frémit d'excitation.<</talk>>
<<talk 0>>Un désir ardent l'envahis, implorant une pénétration pour répondre à ses désir.<</talk>>
<<talk 0>>Elle se positionna au-dessus de Macy, leurs seins se pressant l'un contre l'autre. Ses fesses offertes, une invitation claire.<</talk>>
<<talk 0>>Tu ne résistas pas à l'appel et te glissas en elle, la pénétrant avec une douceur mêlée de passion.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> <cite>Ummmm</cite><</saygirl>>
<<girl 0 "macy">><cite>Um</cite> <cite>Do you like switching in between us</cite><</girl>>
<<user 0>><cite>UmUM</cite>Yes<</user>>
<<girl 0 "macy">><cite>Um</cite>So Hot...<</girl>>
<<talk 18>>Les deux femmes éclatèrent de rire, un rire léger qui résonne dans la pièce, mêlé aux gémissements de plaisir qui s'éleve peu à peu.<</talk>>
@@
<<case 18>>
@@#media;
<<video "loveassets/macy/4/macy6.webm" 1>>
<<talk 0>>Pour exprimer ta profonde gratitude envers la mère de Macy, tu la positionne dos sur le lit.<</talk>>
<<talk 0>>Sa fille, complice de ce moment, s'installe au-dessus d'elle, offrant sa chatte à la bouche de sa mère.<</talk>>
<<saygirl 0 _syd>><cite>Um</cite> Um um um um um<</saygirl>>
<<talk 0>>Pendant que tu pénètre avec force ça Mère, Macy te regarde les yeux plein de désir.<</talk>>
<<talk 0>>Ce moment unique entre vous semble allumer une flamme en elle, témoignant de sa participation émotionnelle à cette orgie.<</talk>>
<<user 0>><cite>Um</cite> <cite>Respire Fort</cite><</user>>
<<girl 0 "macy">><cite>Um</cite>Ahhhhhhhhh<</girl>>
<<user 0>><cite>Um</cite> <cite>Respire Fort</cite><</user>>
<<user 19>><cite>Um</cite> <cite>Respire Fort</cite><</user>>
@@
<<case 19>>
@@#media .cum;
<<video "loveassets/macy/4/macy7.webm" 1>>
<<talk 0>>Sentant l'explosion proche dans ton regard, Macy passe sa langue sur ses lèvres avec désir.<</talk>>
<<talk 0>>Elle se baisse lentement, attirée par l'offrande imminente, prête à recevoir et à savourer chaque goutte de plaisir qui s'annonce.<</talk>>
<<girl 0 "macy">><cite>Tire la langue</cite>Give it to me<</girl>>
<<user 0>><cite>Respire fort</cite>Ahhhhhhh<</user>>
<<user 0>><cite>Respire fort</cite>Ohh my God<</user>>
<<talk 20>>Macy, la bouche remplis de ta semence, n'avale pas, elle te fixe dans les yeux puis ce releve lentement.<</talk>>
@@
<<case 20>>
@@#media;
<<video "loveassets/macy/4/macy010.webm">>
<<talk 0>>Elle s'approche de sa mère, qui ouvre la bouche comme un petit oiseau attendant sa nourriture.<</talk>>
<<talk 0>>Macy laisse alors un filet de sperme chaud glisser de ses lèvres dans la bouche de sa mère.<</talk>>
<<saygirl 0 _syd>><cite>Glug</cite><</saygirl>>
<<talk 21>>La mere de Macy avale avec délectation, puis les deux femmes s'embrassent avec une tendresse et une satisfaction partagées, célébrant ce moment d'intimité.<</talk>>
@@
<<case 21>>
@@#media;
<<video "loveassets/macy/4/macy011.webm">>
<<talk 0>>Macy regarde sa mère avec amour, se pince les lèvres, son cœur brûlant du besoin de dire quelque chose.<</talk>>
<<girl 0 "macy">><cite>Souris</cite>Merci<</girl>>
<<saygirl 0 _syd>><cite>Te fixe dans les yeux</cite>Tu vois, $user.nom, c'est une bonne garce.<</saygirl>>
<<saygirl 0 _syd>><cite>Regarde ça fille</cite>Tu feras tout ce que te dis, $user.nom, maintenant, c'est compris ?<</saygirl>>
<<girl 0 "macy">><cite>Souris</cite>Oui Maman.<</girl>>
<<talk 0>>Macy te fixe dans les yeux et te fait un énorme sourire, difficile à déchiffrer.<</talk>>
<<talk 0>>Vas t'elle enfin prendre son travail au sérieux, ou est-ce le debut de la guerre.<</talk>>
<<talk "hall">>Epuiser et vider, tu te dis que ce n'est pas le moment d'y penser, après tout, tu verras bien...<</talk>>
@@
<<set $girls.macy.quete = 4>>
<</switch>>
<</nobr>>Porn force : https://fr.pornhub.com/view_video.php?viewkey=63e51fa7cd040
Whitney Westgate
Molli bennete belle femme mais video pas top:
https://www.pornpics.com/galleries/blonde-girl-molly-bennett-licks-a-penis-after-having-sex-on-a-couch-68546997/
Incident vestimentaire : Un problème avec un vêtement (zip cassé, robe tachée) et la fille demande de l’aide pour le réparer.
une femme vient paniquer son mari et ici elle veut ce venger et tu la baise.
des petits video sur une pipe ou une sodome en vue a la premier personne.
Événement : Livraison Surprise
Détails : Une livraison inattendue de lingerie sexy ou de jouets érotiques arrive dans la chambre du joueur. La femme présente dans la chambre est surprise et tentée d'essayer ou d'utiliser immédiatement les articles, entraînant une scène intime.
Événement : Perte de Vêtements
Détails : Pendant une activité dans l'hôtel (par exemple, une partie de piscine ou un jeu dans le spa), la femme perd accidentellement ses vêtements. Le joueur peut lui venir en aide ou profiter de la situation pour une interaction intime.
--soirer a theme.
Événement : Soirée Thématique
Nuit des Masques
Lingerie
soirer colsplay
Dance erotique
soirer BDSM
<<nobr>>
<<set _girlarray = []>>
<<for _i, _index range $girls>>
<<if _index.active === true and _index.piece === true>>
<<set _girlarray.push(_i)>>
<</if>>
<</for>>
<<set _eventgirl = _girlarray.random()>>
<<set _event = random(1, 6)>>
<<backbutton "hall">>
<<switch _event>>
<<case 1>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/01.jpg", kylie : "loveassets/kylie/event/01.jpg", ariana : "loveassets/ariana/event/01.jpg", charity : "loveassets/charity/event/01.jpg", kennedy : "loveassets/kennedy/event/01.jpg", macy : "loveassets/macy/event/01.jpg", whitney : "loveassets/whitney/event/01.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">My plumbing has issues.</li>
<li>ⓘ One of the girls is in the bathroom, but there's no more hot water.</li>
<li><<link "Intervene [Stress -10/Money-500]" "hall">>
<<delmoney 500>>
<<stress _eventgirl "-" 10>>
<</link>></li>
<li><<link "Ignore [Stress+10]" "hall">>
<<stress _eventgirl "+" 10>>
<</link>></li>
</ul>
</li>
</div>
@@
<<case 2>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/02.jpg", kylie : "loveassets/kylie/event/02.jpg", ariana : "loveassets/ariana/event/02.jpg", charity : "loveassets/charity/event/02.jpg", kennedy : "loveassets/kennedy/event/02.jpg", macy : "loveassets/macy/event/02.jpg", whitney : "loveassets/whitney/event/02.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">It's hot</li>
<li>ⓘ The air conditioner is broken, and the girls are really too hot.</li>
<li><<link "Repair [Money-500]" "hall">>
<<delmoney 500>>
<</link>></li>
<li><<link "Ignore [Stress+10]" "hall">>
<<stress _eventgirl "+" 10>>
<</link>></li>
</ul>
</li>
</div>
@@
<<case 3>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/03.jpg", kylie : "loveassets/kylie/event/03.jpg", ariana : "loveassets/ariana/event/03.jpg", charity : "loveassets/charity/event/03.jpg", kennedy : "loveassets/kennedy/event/03.jpg", macy : "loveassets/macy/event/03.jpg", whitney : "loveassets/whitney/event/03.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">Painfull</li>
<li>ⓘ One of the girls got slapped on the butt by a customer and is coming to complain.</li>
<li><<link "Give him some ointment [Stress+5]" "hall">>
<<stress _eventgirl "+" 5>>
<</link>></li>
<li><<link "Go see the customer [Satisfaction-5/Stress-5]" "hall">>
<<stress _eventgirl "-" 5>>
<<satisfaction "-" 5>>
<</link>></li>
</ul>
</li>
</div>
@@
<<case 4>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/04.jpg", kylie : "loveassets/kylie/event/04.jpg", ariana : "loveassets/ariana/event/04.jpg", charity : "loveassets/charity/event/04.jpg", kennedy : "loveassets/kennedy/event/04.jpg", macy : "loveassets/macy/event/04.jpg", whitney : "loveassets/whitney/event/04.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">Tie up</li>
<li>ⓘ One of the girls got tied up by a client, she needs your help to get free.</li>
<li><<link "Help her [Stress-5]" "hall">>
<<stress _eventgirl "-" 5>>
<</link>></li>
<li><<link "Ignore [Stress+5]" "hall">>
<<stress _eventgirl "+" 5>>
<</link>></li>
</ul>
</li>
</div>
@@
<<case 5>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/05.jpg", kylie : "loveassets/kylie/event/05.jpg", ariana : "loveassets/ariana/event/05.jpg", charity : "loveassets/charity/event/05.jpg", kennedy : "loveassets/kennedy/event/05.jpg", macy : "loveassets/macy/event/05.jpg", whitney : "loveassets/whitney/event/05.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">She is blind</li>
<li>ⓘ One of the girls got a facial, she can't see anything, and she needs your help to clean up.</li>
<li><<link "Help her [Stress-5]" "hall">>
<<stress _eventgirl "-" 5>>
<</link>></li>
<li><<link "Ignore [Stress+5]" "hall">>
<<stress _eventgirl "+" 5>>
<</link>></li>
</ul>
</li>
</div>
@@
<<case 6>>
<<set _imggirl = { gabbie : "loveassets/gabbie/event/06.jpg", kylie : "loveassets/kylie/event/06.jpg", ariana : "loveassets/ariana/event/06.jpg", charity : "loveassets/charity/event/06.jpg", kennedy : "loveassets/kennedy/event/06.jpg", macy : "loveassets/macy/event/06.jpg", whitney : "loveassets/whitney/event/06.jpg"}>>
@@#media;
<div>
<li>[img[_imggirl[_eventgirl]]]</li>
<li class="mapmenu">
<ul>
<li class="title">Playing</li>
<li>ⓘ After playing with her dildo too much, she broke it and wants another one.</li>
<li><<link "Buy [Money-100/Stress-5]" "hall">>
<<stress _eventgirl "-" 5>>
<<delmoney 100>>
<</link>></li>
<li><<link "Ignore [Stress+5]" "hall">>
<<stress _eventgirl "+" 5>>
<</link>></li>
</ul>
</li>
</div>
@@
<</switch>>
<</nobr>>tu parle au fille massage spa ext toute des salopes, qui veulent venir chez toi, et que tu gere toi meme victor,
- victor te propose un nouveau deal, tu caste les filles pour lui, tu en profiter pour les caster fort,
- viktor lui envoy des fille pour un casting, et le joueur pete un plond sur elle!, apres tu peux faire de faux casting vite fait.
Étape 4 : Premier "petit" service
Le joueur doit de l’argent à Viktor, et les intérêts commencent à s’accumuler.
Viktor "offre" une solution : accepter des paiements en liquide sans poser de questions.
"Ça t’aidera à rembourser plus vite… et moi, j’y gagne aussi."
En échange, il injecte un peu d’argent pour améliorer l’hôtel.
Gains : L’hôtel passe à 3 étoiles et débloque le salon de massage.
Conséquence : La dette baisse légèrement, mais Viktor garde le contrôle.
ajouter d'une atoile et d'un spa tu peux juste regarder.
Étape 7 : La police
Les magouilles commencent à attirer l’attention, et un contrôle des autorités est imminent.
La police débarque pour vérifier les comptes et l’activité de l’hôtel.
Viktor apparaît immédiatement avec une "solution" :
Payer un énorme pot-de-vin → L’hôtel s’en sort indemne, mais Viktor réclame une faveur en retour.
Offrir un "service" à un haut gradé → Nouvelle compromission qui implique l’hôtel dans un réseau encore plus douteux.
Refuser → L’hôtel risque de perdre une étoile et Viktor devient furieux.
Gains : L’hôtel passe à 5 étoiles et débloque le club privé.
Étape 8 : L’Engrenage Final
Viktor change les règles du jeu :
"Ta dette ? Oubliée. Mais maintenant, ton hôtel est aussi mon affaire."
Il exige une part des bénéfices et un contrôle total sur certaines décisions.
Deux choix :
Accepter → L’hôtel devient un empire du vice sous la coupe de Viktor. Le joueur est riche, mais prisonnier.
Refuser → Viktor devient une menace directe. Le joueur doit soit l’éliminer, soit s’enfuir et tout perdre.<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "hall">>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _guard = "loveassets/img/garde.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Today should be a rather quiet day. It's time to think...<</talk>>
<<talk 0>>How to get a new star and, most importantly, how to free yourself from Mr. Viktor's grasp.<</talk>>
<<talk 0>>Suddenly, the door opens. You already smile, expecting to see Gabbie or one of the other girls.<</talk>>
<<talk 1>>But your expression freezes, your smile becoming forced as Mr. Viktor's guard's broad shoulders appear in the doorway.<</talk>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _guard>> <cite>Menacing look</cite> Get up from your seat...<</say>>
<<talk 0>>Without arguing, you jump out of your chair and, by reflex, take refuge in a corner of the room.<</talk>>
<<talk 0>>The brute sits down heavily in your place and looks at you with a hint of pity.<</talk>>
<<say 0 _guard>>You shouldn't have done that, $user.nom.<</say>>
<<say 0 _guard>>Mr. Viktor is coming. Whatever you do, don't speak until he gives you permission.<</say>>
<<say 0 _guard>> <cite>Raises his voice</cite> Is that clear?!<</say>>
<<talk 0>>Even if you're a bit better trained, you know it: you don't stand a chance against him.<</talk>>
<<user 2>> <cite>Nods</cite> <</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Mr. Viktor enters next, looking just as menacing as ever. He takes the brute's seat, crosses his arms, and smiles as he sees you curled up in the corner of the room.<</talk>>
<<say 0 _boss>>Ahhhh, $user.nom... What am I going to do with you?<</say>>
<<user 0>> <cite>Stays silent</cite> ...<</user>>
<<say 0 _boss>> <cite>Smiles</cite> Good, good... Let me tell you a story...<</say>>
<<say 0 _boss>>I lent a friend in need one of my toys. The toy did its job well, maybe even a little too well…<</say>>
<<say 0 _boss>>But that's not the point.<</say>>
<<say 0 _boss>>The problem, you see, is that this friend tried to steal my toy. He wanted to be the only one to play with it...<</say>>
<<say 0 _boss>> <cite>Stares at you</cite> You know, I don't lend my toys easily.<</say>>
<<talk 0>>Suddenly, Mr. Viktor stands up and slams his fist violently on the desk.<</talk>>
<<say 0 _boss>> <cite>Shouts</cite> And I don't allow ANYONE to take my toys! They belong to me... Do you understand that, $user.nom?<</say>>
<<talk 0>>Neither surprised nor afraid, you remain strangely stoic in the face of Mr. Viktor's shouting. You wait a few seconds before speaking.<</talk>>
<<user 0>>Jessi and you did me a great favor. This star… it means a lot to me. It's my father's dream starting to take shape.<</user>>
<<talk 0>>Mr. Viktor stares at you for a moment, seeming to calm down. He sits back down, waiting for you to continue your explanation.<</talk>>
<<user 0>>I need more help like Jessi's, Mr. Viktor. I need girls willing to do anything to earn more stars. I need more money, more clients.<</user>>
<<user 0>>I'm sorry, Mr. Viktor, but Jessi has the kind of craziness I need. I couldn't let her go without asking her to join me. I would have negotiated with you afterward, you can be sure of that.<</user>>
<<say 0 _boss>> <cite>Grinds his teeth</cite> Hmmm...<</say>>
<<say 3 _boss>> <cite>Shouts</cite> Let's say I believe you. What did you plan to negotiate? You already owe me money, do you want to go even deeper into debt?<</say>>
@@
<<case 3>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>>The guard approaches you with a threatening look until Mr. Viktor raises his hand.<</talk>>
<<talk 0>>He looks at his bodyguard, then smiles.<</talk>>
<<say 0 _boss>> <cite>Smiles</cite> Alright, $user.nom, I'll help you.<</say>>
<<say 0 _boss>>The basement? It's useless to you, isn't it? I'll help you turn it into a paradise for your clients.<</say>>
<<user 0>>...<</user>>
<<say 0 _boss>>You fund the wall renovations, and I’ll take care of the rest: decoration, organization, management.<</say>>
<<say 0 _boss>>Don’t worry, everything is under control. My girls will take care of the clients, and in exchange, I take all of the profits. You just have to let it happen.<</say>>
<<user 0>>But...<</user>>
<<say 0 _boss>>I'm helping you run your hotel. It's only fair that I'm the only one who profits from it, right?<</say>>
<<talk 0>>You open your mouth to protest, but a movement catches your attention. Right beside you, the bodyguard crosses his arms.<</talk>>
<<talk 0>>The colossus stares at you defiantly. A single look that makes it clear this isn’t a negotiation.<</talk>>
<<say 4 _boss>>So, do we have a deal?<</say>>
@@
<<case 4>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>You remain speechless, still in the corner of the room, the bodyguard’s gaze locked on you. Eventually, you nod in approval.<</talk>>
<<user 0>>Can I... ask if Jessi is okay?<</user>>
<<say 0 _boss>><cite>Laughs</cite> Oh… you’re worried about her?<</say>>
<<say 0 _boss>>Tell me… You haven’t fallen for her, have you?<</say>>
<<talk 0>>His smile widens as he watches you, amused. He leans forward slightly, as if savoring every second of your discomfort.<</talk>>
<<say 0 _boss>>Don't worry, she's in good hands. Turns out she's with our friend Robert, the critic.<</say>>
<<say 0 _boss>>The poor man is so crazy about her that he even introduced her to his wife… and she loves her.<</say>>
<<say 0 _boss>><cite>Laughs</cite>They make a lovely trio. And thanks to them, I can hand out stars however I please.<</say>>
<<talk 0>>You remain frozen, unable to respond. The boss watches you with a smirk, nodding as if he’s genuinely moved.<</talk>>
<<say 0 _boss>>Ah… Your interest in Jessi is adorable. Pathetic, but adorable.<</say>>
<<say 0 _boss>>Listen… Because seeing you like this almost moves me, I'll give you another gift.<</say>>
<<say 0 _boss>>I'll talk to Robert. Since you both love the same woman and he's crazy about her, I'm sure he'll agree to add a little star to your hotel… For Jessi's happiness, of course.<</say>>
<<say 0 _boss>><cite>Laughs</cite> Can you believe it? Once again, thanks to her, you win something. Love is a beautiful thing, isn't it?<</say>>
<<talk 0>>He bursts into laughter, a laugh dripping with contempt, while his bodyguard remains expressionless by his side. You clench your fists, unable to respond. All you can do is endure… again.<</talk>>
<<talk 0>>The boss stands up, still amused, and with a simple nod, his bodyguard follows him. Without another word, they leave the room, leaving you alone with your thoughts.<</talk>>
<<talk 0>>You stay there for a moment, your heart tight, fists still clenched. A part of you knows you've just stepped into a mess that will be hard to escape from.<</talk>>
<<talk 0>>But... when you think about it, you can't help but feel a twinge of excitement.<</talk>>
<<talk "hall">>A paradise for the clients, one more star. The hotel grows.<</talk>>
@@
<<time>>
<<set $user.quete = 14>>
<</switch>>
<</nobr>><<nobr>>
https://fr.pornhub.com/pornstar/rita-peach
Keisha grey
espionner, demander qu'on vous le face.
<style>
body.massage {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<if $visite>>
<<set _videos = false>>
<<set _gabvideos = {
0:[false, "loveassets/kylie/duo/0/1.webm", "loveassets/kylie/duo/0/2.webm", "loveassets/kylie/duo/0/3.webm", "loveassets/kylie/duo/0/4.webm"],
1:[false, "loveassets/kylie/duo/1/1.webm", "loveassets/kylie/duo/1/2.webm", "loveassets/kylie/duo/1/3.webm", "loveassets/kylie/duo/1/4.webm"],
5:[false, "loveassets/kylie/duo/5/1.webm", "loveassets/kylie/duo/5/2.webm", "loveassets/kylie/duo/5/3.webm", "loveassets/kylie/duo/5/4.webm", "loveassets/kylie/duo/5/5.webm"]
}>>
<<set _filteredKeys = $girls["kylie"].sex.filter(key => _gabvideos.hasOwnProperty(key))>>
<<if _filteredKeys.length > 0>>
<<set _randomKey = _filteredKeys.random()>>
<<set _videos = _gabvideos[_randomKey].random()>>
<</if>>
<<else>>
<<set _videos = [false, "loveassets/kylie/solo/1.webm", "loveassets/kylie/solo/2.webm", "loveassets/kylie/solo/3.webm", "loveassets/kylie/solo/4.webm","loveassets/kylie/solo/5.webm", false].random()>>
<</if>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The more sexual practices she has, the more videos you have.</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
<<set $girls["kylie"].stress = Math.min($girls["kylie"].stress + _random, 100)>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
<<set $girls["kylie"].stress = Math.min($girls["kylie"].stress + _random, 100)>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<girl `previous()` "kylie">> Hey, I see you, $user.nom.<</girl>>
@@
<</switch>>
<</nobr>>tu parle et nique chaqu'un des filles du basement, masseuse danceuse et elle te dit qu'elle et tres heureuse ici eaucoup plus libre et que si tu trouve une solution pour les garde elle te suiveront, donc tu sais qu'il faut te debarasser de victor.
gloryhole
https://www.xtits.xxx/videos/157356/big-booty-latina-in-gloryhole-action-brunette-canela-skin-fucked-through-the-door-hole/
ou
https://www.xtits.xxx/videos/112148/schoolgirl-confession-gloryhole-blowjobs-kristina-teen/
<<nobr>>
<<set _pieces = {
massage: {"nom": "Massage room", "prix": 5000, "img": "loveassets/img/massage.jpg", "more" : $utilspiece["massage"]},
sauna: {"nom": "Sauna", "prix": 5000, "img": "loveassets/img/sauna.jpg", "more" : $utilspiece["sauna"]},
gloryhole: {"nom": "GloryHole", "prix": 5000, "img": "loveassets/img/gloryhole.jpg", "more" : $utilspiece["gloryhole"]},
poledance: {"nom": "PoleDance", "prix": 5000, "img": "loveassets/img/poledance.jpg", "more" : $utilspiece["poledance"]},
} >>
<</nobr>><<nobr>>
<<unset $page>>
<<run Dialog.close();>>
<style>
.date {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
.title span {
color : rgb(var(--raspberry));
margin-left: 20px;
}
</style>
<<include event>>
<<include objpiece3>>
<<include objquete>>
<div class="date">Day: <<=$user.day>> / <<= $CurDate.toLocaleString("en-US", { weekday: "long", hour: "numeric", minute: "2-digit" })>><<link "Time+" "utilsroom">><<time>><</link>>|<<link "Sleep" "nuit">><</link>></div>
<<if $user.quete <= 13>>
<<dialog>>
Progress the main quest.
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@.map;
/*etage */
<div class="mapfloor">
<ul class="link">
<li><a data-passage="hall" class="link-internal macro-link">First floor</a></li>
<li><a data-passage="hall2" class="link-internal macro-link">Second floor</a></li>
<li><a data-passage="utilsroom" class="link-internal macro-link linkactive">Basement</a></li>
<li><a data-passage="" class="link-internal macro-link">Outside (future)</a></li>
</ul>
</div>
/*boucle piece */
<<for _index, _key range _pieces>>
<<set _visit = (random(0, 10) == 1)>>
<<set _style = "filter: grayscale(1);">>
<<stylemoney _key.prix>>
<div class="mapsubmenu">
<li class="mapstats">
<<if _key.more.buy>>
<<set _style = "">>
<<else>>
<ul>
<li><small>Price</small></li>
<li><big><<=_key.prix>></big></li>
</ul>
<</if>>
</li>
<li @style=_style>[img[_key.img]]</li>
<<if _key.more.buy && _visit>>
<div class="mini">
<<set _stylegirl = "off">>
<li>[img["loveassets/img/man.jpg"]]</li>
</div>
<</if>>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<<if !_visit && _key.more.buy>>
<li>ⓘ Wait for a customer</li>
<</if>>
</ul>
<ul class="link">
<<capture _index _key>>
<<if _key.more.buy>>
<<if _visit>>
<li>
<<link "Spy" "spyutilsroom">>
<<set $background = _index>>
<</link>>
</li>
<<else>>
<<if $user.quete == 14 && _index == "massage">>
<li><<link "Talk" "talk_massage">><</link>></li>
<</if>>
<<if $user.quete == 15 && _index == "sauna">>
<li><<link "Talk" "talk_sauna">><</link>></li>
<</if>>
<<if $user.quete == 16 && _index == "poledance">>
<li><<link "Talk" "talk_poledance">><</link>></li>
<</if>>
<<if $user.quete == 18 && _index == "gloryhole">>
<li><<link "Talk" "talk_gloryhole">><</link>></li>
<</if>>
<</if>>
<<else>>
<<if $user.money < _key.prix>>
<li class="off"><<link "Not enough money">><</link>></li>
<<else>>
<li><<link "Buy" "utilsroom">><<delmoney _key.prix>><<set $utilspiece[_index].buy = true>><</link>></li>
<</if>>
<</if>>
<</capture>>
</ul>
</li>
</div>
<</for>>
@@
<</if>>
<</nobr>><<nobr>>
<<set _random= random(5, 20)>>
<style>
#game-container {
position: relative;
width: 100%;
margin: 20px 0;
}
#moving-slider {
width: 100%;
box-sizing: border-box;
border: 0;
}
#moving-slider::-webkit-slider-thumb {
-webkit-appearance: none;
background: rgb(var(--raspberry));
}
#target-zone {
height: 10px;
background-color: rgb(var(--raspberry));
}
body.massage {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/massage.jpg');
}
body.sauna {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/sauna.jpg');
}
body.gloryhole {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gloryhole.jpg');
}
body.poledance {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/poledance.jpg');
}
</style>
<<section>>
<<if ndef $page>>
<<set $page = 0>>
<</if>>
<<backbutton>>
<<script>>
$(document).ready(function() {
const $slider = $('#moving-slider');
const $targetZone = $('#target-zone');
const $text = $('#text');
const zoneWidth = State.variables.user.slide;
let targetStart = Math.floor(Math.random() * (100 - zoneWidth));
$targetZone.css({
width: `${zoneWidth}%`,
"margin-left": `${targetStart}%`
});
function moveSlider(direction) {
$slider.animate({ value: direction ? 100 : 0 }, {
duration: 1000,
easing: 'linear',
step: function(now) {
$slider.val(now);
},
complete: function() {
moveSlider(!direction);
}
});
}
moveSlider(true);
window.check = function() {
const sliderValue = parseInt($slider.val(), 10);
$slider.stop();
State.variables.user.slide = Math.max(1, State.variables.user.slide - 2);
if (sliderValue >= targetStart && sliderValue <= targetStart + zoneWidth) {
State.variables.page = 1;
Engine.show();
} else {
State.variables.page = 2;
Engine.show();
}
};
});
<</script>>
<<addclass "body" $background>>
<<set _basementvideos = {
massage :[false, "loveassets/basement/massage/01.webm", "loveassets/basement/massage/02.webm", "loveassets/basement/massage/03.webm", "loveassets/basement/massage/05.webm", "loveassets/basement/massage/06.webm", false],
sauna :[false, "loveassets/basement/sauna/01.webm", "loveassets/basement/sauna/02.webm", "loveassets/basement/sauna/03.webm", "loveassets/basement/sauna/05.webm", "loveassets/basement/sauna/06.webm", false],
gloryhole :[false, "loveassets/basement/gloryhole/01.webm", "loveassets/basement/gloryhole/02.webm", "loveassets/basement/gloryhole/03.webm", "loveassets/basement/gloryhole/05.webm", "loveassets/basement/gloryhole/06.webm", false],
poledance :[false, "loveassets/basement/poledance/01.webm", "loveassets/basement/poledance/02.webm", "loveassets/basement/poledance/03.webm", "loveassets/basement/poledance/05.webm", "loveassets/basement/poledance/06.webm", false],
}>>
<<set _videos = _basementvideos[$background].random()>>
<<switch $page>>
<<case 0>>
@@#media;
<li>[img[loveassets/img/porte.jpg]]</li>
<li class="mapmenu">
<ul>
<li class="title">Spy</li>
<li>ⓘ The infiltration bar resets each morning.</li>
<li><div id="target-zone"></div></li>
<li><input type="range" id="moving-slider" min="0" max="100" value="0" step="1" disabled></li>
<li><<link "Stop">><<run check()>><</link>></li>
<li><<link "Back" `previous()`>><</link>></li>
</ul>
</li>
@@
<<time>>
<<case 1>>
<<if _videos>>
@@#media;
<<video _videos>>
<<user `previous()`>><cite>Uh</cite>Beautiful girl<</user>>
@@
<<else>>
@@#media;
<<video "loveassets/img/gif/spynone.webm">>
<<user `previous()`>><cite>Damn</cite>I can't see anything.<</user>>
@@
<</if>>
<<case 2>>
@@#media;
<<video "loveassets/img/gif/slam.webm">>
<<user `previous()`>> Damn, someone saw me!.<</user>>
@@
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "kennedy">>Yes?<</girl>>
<<user 0>>It's training time!<</user>>
<<girl 1 "kennedy">>Oh yes, $user.nom, come in.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/5/kennedy01.webm">>
<<talk 0>>You enter the room and find Kennedy lying on the bed, provocatively made up and dressed in a very sexy outfit.<</talk>>
<<user 0>><cite>Gulp</cite> Hello, Kennedy. Ready for...<</user>>
<<talk 0>>Kennedy stares at you intensely, cutting off your words.<</talk>>
<<talk 0>>She then slowly starts unzipping her blouse, gently pressing her breasts.<</talk>>
<<talk 0>>She eventually opens it completely, her eyes locked on yours as her now-exposed breasts point straight at you.<</talk>>
<<girl 2 "kennedy">><cite>Smiles</cite> Don't say anything, $user.nom.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/5/kennedy02.webm">>
<<talk 0>>With unexpected passion, she removes her blouse and kneels on the bed, positioning her chest at eye level with you.<</talk>>
<<talk 0>>Then, as if reading your mind, she firmly squeezes her breasts, making you shiver with each press.<</talk>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Do you like my breasts?<</girl>>
<<user 3>><cite>Gulp</cite> You are beautiful, Kennedy.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/5/kennedy03.webm">>
<<girl 0 "kennedy">><cite>Um</cite> Oh $user.nom, you have no idea how much those words mean to me.<</girl>>
<<talk 0>>Growing bolder, Kennedy lies down on the bed and starts touching herself in front of you.<</talk>>
<<talk 0>>Clearly to show you just how free and happy she is.<</talk>>
<<girl 0 "kennedy">><cite>Hesitates</cite> I... I think we could move on to the next challenge right away?<</girl>>
<<user 4>><cite>Gulp</cite>...<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/5/kennedy04.webm">>
<<girl 0 "kennedy">><cite>Blushes</cite> $user.nom, no matter what happens, don't say anything. It might discourage me.<</girl>>
<<user 0>>Okay, I won't say anything.<</user>>
<<talk 0>>She stares at you intensely, then, like a feline in heat, she crawls toward you on all fours.<</talk>>
<<talk 0>>She gets off the bed and moves directly toward your crotch, which throbs with each of her movements.<</talk>>
<<girl 5 "kennedy">><cite>Blushes</cite>...<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/5/kennedy05.webm">>
<<talk 0>>Arriving in front of your already erect penis, she lowers your pants, gently caressing your crotch.<</talk>>
<<talk 0>>Once your penis is fully hard, she slowly pulls it out of your underwear, admires it for a moment, then, impatiently, takes it into her mouth.<</talk>>
<<talk 0>>She stays like that, your glans in her mouth, looking straight into your eyes, waiting for you to take the initiative.<</talk>>
<<talk 0>>To tease her and enjoy the warmth starting to build up your penis, you wait for a moment, a smile on your lips.<</talk>>
<<user 6>><cite>UM</cite>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/5/kennedy1.webm" 1>>
<<talk 0>>You gently place your hand behind her head and guide her towards you.<</talk>>
<<talk 0>>Docile, she lets herself be guided, following your movement and allowing herself to be pushed deeper and deeper, until she reaches the limits of her throat.<</talk>>
<<girl 0 "kennedy">><cite>Glup - Glup</cite><</girl>>
<<user 7>><cite>UM</cite>Ho yes.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/5/kennedy2.webm" 1>>
<<talk 0>>Excited by her docility, you wonder how far you can go. You firmly grab her hair and direct her gaze towards you.<</talk>>
<<user 0>><cite>UM</cite> Harder?<</user>>
<<talk 0>>With your cock still in her mouth, she says nothing but her eyes convey consent.<</talk>>
<<girl 0 "kennedy">><cite>Gulp - Gulp</cite><</girl>>
<<talk 0>>You push harder and faster, thrusting your cock deeper into her mouth, all the way to her throat.<</talk>>
<<talk 0>>She places her hands on your legs, ready to push you away if necessary.<</talk>>
<<girl 0 "kennedy">><cite>Gulp - Gulp</cite><</girl>>
<<talk 0>>The more you push, the less she resists.<</talk>>
<<talk 0>>You continue to go deeper until you hear the slapping sounds of her throat and she doesn't pull away.<</talk>>
<<user 8>><cite>Um</cite> Haaaaa.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/5/kennedy3.webm" 1>>
<<talk 0>>Thinking you might have gone a bit too far, you remove your hands from her head to let her move freely.<</talk>>
<<talk 0>>Kennedy takes a deep breath and immediately dives back onto your cock, licking it with desire.<</talk>>
<<talk 0>>She swallows it whole, struggling with the last few inches but with an evident desire.<</talk>>
<<talk 0>>Then, she sucks you with devouring passion, as if your cock were a delicious sweet candy.<</talk>>
<<talk 9>>It's impossible not to explode under these conditions. She gives you no respite, sucking you as if it were the first time.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/5/kennedy4.webm" 1>>
<<talk 0>>On the brink of ecstasy and aware that Kennedy has no limits, you grab her hair and thrust your cock into her mouth.<</talk>>
<<girl 0 "kennedy">><cite>Gulp - Gulp</cite><</girl>>
<<talk 0>>Then harder, all the way to her throat.<</talk>>
<<girl 10 "kennedy">><cite>Gulp - Gulp</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/5/kennedy5.webm" 1>>
<<talk 0>>Holding her firmly, you thrust your cock into her mouth, hitting the back of her throat with each stroke.<</talk>>
<<girl 0 "kennedy">><cite>Glup Glup</cite><</girl>>
<<girl 11 "kennedy">><cite>Glup - Glup</cite><</girl>>
@@
<<case 11>>
@@#media .cum;
<<video "loveassets/kennedy/5/kennedy6.webm" 1>>
<<user 0>>I'm gonna cum...<</user>>
<<talk 0>>At those words, Kennedy crouches down and opens her mouth wide, sticking out her tongue in anticipation.<</talk>>
<<talk 0>>A breathtaking sight that stirs in you the desire to cover her entire face with cum.<</talk>>
<<user 0>><cite>Um</cite> Haaaa Haaaa haaa... <</user>>
<<girl 12 "kennedy">><cite>UM</cite>Um<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/5/kennedy06.webm">>
<<talk 0>>As Kennedy remains crouched, her face covered in cum, you try to regain your composure.<</talk>>
<<talk 0>>But she's not done yet. With a quick gesture, she swallows your glans.<</talk>>
<<talk 0>>Every lick and every suction sends intense electric shocks through you.<</talk>>
<<talk 0>>Seeing her avid determination, you finally offer her your cock, which she cleans with care, licking and swallowing every drop that isn't already on her face.<</talk>>
<<user 13>><cite>Um</cite>Haaaa<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/5/kennedy07.webm">>
<<talk 0>> Kennedy finally lets go of your now dry sex and looks at you with a mischievous smile.<</talk>>
<<talk 0>>She delicately retrieves the last drops of semen from her face, brings them to her mouth, and swallows them gracefully.<</talk>>
<<talk 0>>Then, she stands up, her gaze exuding newfound confidence.<</talk>>
<<talk 0>>You remain frozen, fascinated by this transformation, her who was so timid not long ago.<</talk>>
<<girl 0 "kennedy">><cite>Smiles</cite> I hope you're satisfied?<</girl>>
<<user 0>> Ho yes, Kennedy! You've exceeded all my expectations. Your timidity seems far behind now.<</user>>
<<girl 0 "kennedy">><cite>Blushes</cite> Can we do it again? There's still so many steps to take together.<</girl>>
<<user 0>><cite>Glup</cite><</user>>
<<user 0>><cite>Heh</cite> Absolutely, but don't forget that your talents could also please the clients.<</user>>
<<girl 0 "kennedy">><cite>Smiles</cite> Don't worry, $user.nom. I'll make sure they enjoy my new skills.<</girl>>
<<talk 0>>She gives you a wink before guiding you towards the exit.<</talk>>
<<girl 0 "kennedy">><cite>Whispers</cite> Alright, $user.nom, let me go now, I need to clean my face.<</girl>>
<<girl 0 "kennedy">>See you soon!<</girl>>
<<user "hall">>Alright, see you soon.<</user>>
@@
<<set $girls.kennedy.quete = 5>>
<</switch>>
<</nobr>><<nobr>>
<<background $background>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<user 0>><cite>Knock knock knock</cite><</user>>
<<girl 0 "kennedy">>Yes?<</girl>>
<<user 0>>It's training time!<</user>>
<<girl 1 "kennedy">>Oh yes, $user.nom, come in.<</girl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/kennedy/5/kennedy01.webm">>
<<talk 0>>You enter the room and find Kennedy lying on the bed, provocatively made up and dressed in a very sexy outfit.<</talk>>
<<user 0>><cite>Gulp</cite> Hello, Kennedy. Ready for...<</user>>
<<talk 0>>Kennedy stares at you intensely, cutting off your words.<</talk>>
<<talk 0>>She then slowly starts unzipping her blouse, gently pressing her breasts.<</talk>>
<<talk 0>>She eventually opens it completely, her eyes locked on yours as her now-exposed breasts point straight at you.<</talk>>
<<girl 2 "kennedy">><cite>Smiles</cite> Don't say anything, $user.nom.<</girl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/kennedy/5/kennedy02.webm">>
<<talk 0>>With unexpected passion, she removes her blouse and kneels on the bed, positioning her chest at eye level with you.<</talk>>
<<talk 0>>Then, as if reading your mind, she firmly squeezes her breasts, making you shiver with each press.<</talk>>
<<girl 0 "kennedy">><cite>Hesitates</cite> Do you like my breasts?<</girl>>
<<user 3>><cite>Gulp</cite> You are beautiful, Kennedy.<</user>>
@@
<<case 3>>
@@#media;
<<video "loveassets/kennedy/5/kennedy03.webm">>
<<girl 0 "kennedy">><cite>Um</cite> Oh $user.nom, you have no idea how much those words mean to me.<</girl>>
<<talk 0>>Growing bolder, Kennedy lies down on the bed and starts touching herself in front of you.<</talk>>
<<talk 0>>Clearly to show you just how free and happy she is.<</talk>>
<<girl 0 "kennedy">><cite>Hesitates</cite> I... I think we could move on to the next challenge right away?<</girl>>
<<user 4>><cite>Gulp</cite>...<</user>>
@@
<<case 4>>
@@#media;
<<video "loveassets/kennedy/5/kennedy04.webm">>
<<girl 0 "kennedy">><cite>Blushes</cite> $user.nom, no matter what happens, don't say anything. It might discourage me.<</girl>>
<<user 0>>Okay, I won't say anything.<</user>>
<<talk 0>>She stares at you intensely, then, like a feline in heat, she crawls toward you on all fours.<</talk>>
<<talk 0>>She gets off the bed and moves directly toward your crotch, which throbs with each of her movements.<</talk>>
<<girl 5 "kennedy">><cite>Blushes</cite>...<</girl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/kennedy/5/kennedy05.webm">>
<<talk 0>>Arrivée devant ton sexe déjà en érection, elle baisse ton pantalon, avant de te caresser l'entrejambe avec délicatesse.<</talk>>
<<talk 0>> Une fois ton sexe bien dur, elle le sort lentement de ton caleçon, le contemple pendant un instant, puis, avec impatience, l'engloutit dans sa bouche. <</talk>>
<<talk 0>> Elle reste ainsi, ton gland dans la bouche, te regardant droit dans les yeux, attendant que tu prennes l'initiative.<</talk>>
<<talk 0>>Pour la taquiner et profiter de la chaleur qui commence à chauffer ton sexe, tu attends un instant, un sourire aux lèvres.<</talk>>
<<user 6>><cite>UM</cite>...<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/kennedy/5/kennedy1.webm" 1>>
<<talk 0>>Tu poses doucement ta main derrière sa tête et la guides doucement vers toi.<</talk>>
<<talk 0>>Docile, elle se laisse guider, suivant ton mouvement et se laissant pousser de plus en plus fort, jusqu'à atteindre les limites de sa gorge.<</talk>>
<<girl 0 "kennedy">><cite>Glup - Glup</cite><</girl>>
<<user 7>><cite>UM</cite>Ho yes.<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/kennedy/5/kennedy2.webm" 1>>
<<talk 0>>Excité par sa docilité, tu te demandes jusqu'où tu peux aller. Tu attrapes fermement ses cheveux et diriges son regard vers toi. <</talk>>
<<user 0>><cite>UM</cite> Plus fort ? <</user>>
<<talk 0>>Ta bite toujours en bouche, elle ne dit rien mais ses yeux consentes. <</talk>>
<<girl 0 "kennedy">><cite>Glup - Glup</cite><</girl>>
<<talk 0>>Tu pousses plus fort et plus rapidement ta bite dans sa bouche, jusqu'à sa gorge.<</talk>>
<<talk 0>>Elle pose ses mains sur tes jambes, prête à te repousser si nécessaire. <</talk>>
<<girl 0 "kennedy">><cite>Glup - Glup</cite><</girl>>
<<talk 0>>Plus tu pousses, moins elle résiste.<</talk>>
<<talk 0>>Tu continues à aller plus loin jusqu'à entendre les claquements de sa gorge, et elle ne te repousse pas.<</talk>>
<<user 8>><cite>Um</cite>Haaaaa.<</user>>
@@
<<case 8>>
@@#media;
<<video "loveassets/kennedy/5/kennedy3.webm" 1>>
<<talk 0>> Pensant avoir été un peu trop fort, tu retires tes mains de sa tête pour lui laisser libre cours à ses mouvements.<</talk>>
<<talk 0>>Kennedy respire profondément et se jette immédiatement sur ta bite, la léchant avec envie.<</talk>>
<<talk 0>> Elle l'engloutit entièrement dans sa bouche, forçant sur les derniers centimètres avec difficulté mais avec un désir évident.<</talk>>
<<talk 0>>Ensuite, elle te suce avec une passion dévorante, comme si ta bite était un délicieux bonbon sucré.<</talk>>
<<talk 9>>Impossible de ne pas exploser dans ces conditions, elle ne te l'aisser aucun repis, elle te suce comme si c'etait la premier foix.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/kennedy/5/kennedy4.webm" 1>>
<<talk 0>> Au bord de l'extase et conscient que Kennedy n'a pas de limites, tu attrapes sa chevelure et pousse ta bite dans sa bouche.<</talk>>
<<girl 0 "kennedy">><cite>Glup - Glup</cite><</girl>>
<<talk 0>>Puis plus fort, jusqu'à sa gorge.<</talk>>
<<girl 10 "kennedy">><cite>Glup - Glup</cite><</girl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/kennedy/5/kennedy5.webm" 1>>
<<talk 0>>La tenant fermement, tu pilonnes sa bouche, frappant sa gorge à chaque coup. <</talk>>
<<girl 0 "kennedy">><cite>Glup Glup</cite><</girl>>
<<girl 11 "kennedy">><cite>Glup - Glup</cite><</girl>>
@@
<<case 11>>
@@#media .cum;
<<video "loveassets/kennedy/5/kennedy6.webm" 1>>
<<user 0>>Je vais jouir...<</user>>
<<talk 0>>À ces mots, Kennedy s'acroupit et ouvre grand la bouche, tirant sa langue avec anticipation.<</talk>>
<<talk 0>>Une vue magnifique qui éveille en toi le désir de couvrir tout son visage de sperme.<</talk>>
<<user 0>><cite>Um</cite> Haaaa Haaaa haaa... <</user>>
<<girl 12 "kennedy">><cite>UM</cite>Um<</girl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/kennedy/5/kennedy06.webm">>
<<talk 0>>Alors que Kennedy reste accroupie, le visage recouvert de sperme, tu tentes de reprendre tes esprits.<</talk>>
<<talk 0>>Mais elle n'a pas encore terminé et d'un geste rapide, elle engloutit ton gland.<</talk>>
<<talk 0>>Chaque coup de langue et chaque aspiration provoquent en toi des décharges électriques intenses.<</talk>>
<<talk 0>>Voyant ça déterminassion avide tu fini par lui offres ta bite. qu'elle nettoie avec soin, lechant et avalant chaque goutte qui n'est pas dejas sur son visage.<</talk>>
<<user 13>><cite>Um</cite>Haaaa<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/kennedy/5/kennedy07.webm">>
<<talk 0>> Kennedy finit par lâcher ton sexe, désormais sec, et te fixe avec un sourire espiègle.<</talk>>
<<talk 0>>Elle récupère délicatement les dernières gouttes de sperme sur son visage, les porte à sa bouche et les avale avec grâce.<</talk>>
<<talk 0>>Puis, elle se redresse, son regard dégageant une assurance nouvelle.<</talk>>
<<talk 0>>Tu restes figé, fasciné par cette transformation, elle qui etait si timide il n'y a pas si longtemps.<</talk>>
<<girl 0 "kennedy">><cite>Sourit</cite> J'espère que tu es satisfais ?<</girl>>
<<user 0>> Ho oui, Kennedy ! Tu as dépassé toutes mes attentes. Ta timidité semble bien loin maintenant.<</user>>
<<girl 0 "kennedy">><cite>Rougie</cite>On pourra recommencer, n'est-ce pas ? Il y a encore beaucoup d'etape a passer ensemble.<</girl>>
<<user 0>><cite>Glup</cite><</user>>
<<user 0>><cite>Heu</cite>Absolument, mais n'oublie pas que tes talents pourraient aussi réjouir les clients.<</user>>
<<girl 0 "kennedy">><cite>Sourit</cite> Ne t'inquiète pas, $user.nom. Je m'assurerai de leur faire profiter de mes nouvelles compétences.<</girl>>
<<talk 0>>Elle te fait un clin d'œil avant de te diriger vers la sortie.<</talk>>
<<girl 0 "kennedy">><cite>murmure</cite>Allez $user.nom, l'aisse moi maintenant, je dois me nettoyer le visage. <</girl>>
<<girl 0 "kennedy">>À bientôt !<</girl>>
<<user "hall">>D'accord, a bientot.<</user>>
@@
/*<<set $girls.kennedy.quete = 5>>*/
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton "hall">>
<<set _boss = "loveassets/img/boss.jpg">>
<<set _garde = "loveassets/img/garde.jpg">>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/salon.jpg]]
<<talk 0>>Aujourd'hui devrait être une journée plutôt tranquille. Il est temps de réfléchir… <</talk>>
<<talk 0>>Comment obtenir une nouvelle étoile et, surtout, comment te libérer des griffes de Mr Viktor.<</talk>>
<<talk 0>>Soudain, la porte s'ouvre. Tu souris déjà, pensant voir Gabbie ou une autre des filles.<</talk>>
<<talk 1>>Mais ton expression se fige, ton sourire devient forcé lorsque les larges épaules du garde de Mr Viktor apparaissent dans l'encadrement.<</talk>>
@@
<<case 1>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<say 0 _garde>> <cite>Regard menaçant</cite> Lève-toi de ton siège...<</say>>
<<talk 0>>Sans discuter, tu bondis de ta chaise et, par réflexe, te réfugies dans un coin de la pièce.<</talk>>
<<talk 0>>Le mastodonte s'assoit lourdement à ta place et te fixe avec une pointe de pitié.<</talk>>
<<say 0 _garde>>Tu n'aurais pas dû faire ça, $user.nom.<</say>>
<<say 0 _garde>>Mr Viktor va arriver. Surtout, ne parle pas tant qu'il ne t'a pas donné la parole.<</say>>
<<say 0 _garde>> <cite>Hausse le ton</cite> Est-ce que c'est clair ?!<</say>>
<<talk 0>>Même si tu es un peu mieux entraîné, tu le sais : tu n'as aucune chance contre lui.<</talk>>
<<user 2>> <cite>Hoche la tête</cite> <</user>>
@@
<<case 2>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Mr Viktor entre à son tour, l'air toujours aussi menaçant. Il prend la place de la montagne, croise les bras et sourit en te voyant recroquevillé dans un coin de la pièce.<</talk>>
<<say 0 _boss>>Ahhhh, $user.nom... Qu'est-ce que je vais bien pouvoir faire de toi ?<</say>>
<<user 0>> <cite>Reste silencieux</cite> ...<</user>>
<<say 0 _boss>> <cite>Sourit</cite> Bien, bien... Laisse-moi te raconter une histoire...<</say>>
<<say 0 _boss>>J’ai prêté à un ami dans le besoin un de mes jouets. Le jouet a bien fait son travail, peut-être même un peu trop…<</say>>
<<say 0 _boss>>Mais ce n’est pas la question.<</say>>
<<say 0 _boss>>Le problème, vois-tu, c’est que cet ami a voulu me voler mon jouet. Il voulait être le seul à jouer avec...<</say>>
<<say 0 _boss>> <cite>Te fixe</cite> Tu sais, je ne prête pas mes jouets facilement.<</say>>
<<talk 0>>Soudain, Mr Viktor se lève et frappe violemment du poing sur le bureau.<</talk>>
<<say 0 _boss>> <cite>Crie</cite> Et je ne permets à PERSONNE de prendre mes jouets ! Elles sont à moi... Tu comprends ça, $user.nom ?<</say>>
<<talk 0>>Ni surpris, ni effrayé, tu restes étrangement stoïque face aux cris de Mr Viktor. Tu attends quelques secondes avant de prendre la parole.<</talk>>
<<user 0>>Jessi et vous m'avez rendu un grand service. Cette étoile… ça représente beaucoup pour moi. C'est le rêve de mon père qui commence à prendre forme.<</user>>
<<talk 0>>Mr Viktor te fixe un instant, semblant se calmer. Il se rassoit, attendant la suite de ton explication.<</talk>>
<<user 0>>J’ai besoin, Mr Viktor, de plus d’aide comme celle de Jessi. J’ai besoin de filles prêtes à tout pour obtenir plus d’étoiles. J’ai besoin de plus d’argent, de plus de clients.<</user>>
<<user 0>>Je suis désolé, Mr Viktor, mais Jessi a le grain de folie qu’il me faut. Je ne pouvais pas la l'aisser partir sans lui demander de me rejoindre. J’aurais négocié avec vous par la suite, soyez-en certain.<</user>>
<<say 0 _boss>> <cite>Serre les dents</cite> Hummm<</say>>
<<say 3 _boss>> <cite>Crie</cite> Admetton que je te crois, tu pensais négocier quoi, tu me doit dejas de l'argent, tu veut t'endeter encore plus?<</say>>
@@
<<case 3>>
@@#media;
[img[loveassets/img/garde_cover.jpg]]
<<talk 0>>Le garde s'approche de toi l'air menacant, jusqu'a ce que Mr Vicktor leve la main.<</talk>>
<<talk 0>>Il regarde son garde du corps puis souris.<</talk>>
<<say 0 _boss>> <cite>Souris</cite>D'accord $user.nom, je vais t'aider.<</say>>
<<say 0 _boss>>Le sous sol ? il ne te sert à rien ? Je vais t'aider à en faire un paradis pour tes clients.<</say>>
<<user 0>>...<</user>>
<<say 0 _boss>>Tu finances la rénovation des murs, et moi, je m’occupe du reste : décoration, organisation, gestion.<</say>>
<<say 0 _boss>>Ne t’inquiète pas, tout est sous contrôle. Mes filles s’occuperont les clients, et en échange, je prends 90% des bénéfices. Toi, t’as juste à laisser faire.<</say>>
<<user 0>>Mais...<</user>>
<<say 0 _boss>>Je t’aide à faire tourner ton Hotel. c'est normal que je recupere un peux d'argent, Tout le monde y gagne, non ?<</say>>
<<talk 0>>Tu ouvre la bouche pour protester, mais un mouvement attire ton attention. Juste à côté, le garde du corps croise les bras.<</talk>>
<<talk 0>>Le colosse te fixe avec défit. Un simple regard qui te fait comprendre que ce n’est pas une négociation.<</talk>>
<<say 4 _boss>>Alors, on est d’accord ?<</say>>
@@
<<case 4>>
@@#media;
[img[loveassets/img/boss_cover.jpg]]
<<talk 0>>Tu reste sans vois, toujours dans le coin de la piece, le regarde du garde du corps sur toi, tu fini par hocher le tête en signe d'approbation.<</talk>>
<<user 0>>Je peux, vous demander si Jessi vas bien?<</user>>
<<say 0 _boss>><cite>Rire</cite> Oh… tu t’inquiètes pour elle ?<</say>>
<<say 0 _boss>>Dis-moi… Tu serais pas tombé amoureux, par hasard ?<</say>>
<<talk 0>>Son sourire s’élargit alors qu’il t’observe, amusé. Il se penche légèrement en avant, comme s’il savourait chaque seconde de ton malaise.<</talk>>
<<say 0 _boss>>Ne t'inquiète pas, elle est entre de bonnes mains. Figure-toi qu’elle est chez notre ami Robert, le critique.<</say>>
<<say 0 _boss>>Le pauvre homme est tellement fou d’elle qu’il l’a présentée à sa femme… et elle l’adore.<</say>>
<<say 0 _boss>><cite>Rire</cite>Il font un joli couple, tous les trois. Et moi, grâce à eux, je distribue les étoiles comme bon me semble.<</say>>
<<talk 0>>Tu restes figé, incapable de répondre. Le boss t’observe, un sourire narquois aux lèvres. Il hoche la tête, faussement attendri.<</talk>>
<<say 0 _boss>>Ah… Ton intérêt pour Jessi est adorable. Pathétique, mais adorable.<</say>>
<<say 0 _boss>>Écoute… Parce que ça me touche presque de te voir dans cet état, je vais te faire un autre cadeau.<</say>>
<<say 0 _boss>>Je vais parler à Robert. Puisque vous aimez tous les deux la même femme et qu’il est fou d’elle, je suis sûr qu’il acceptera d’ajouter une petite étoile à ton hôtel… Pour le bonheur de Jessi, bien sûr.<</say>>
<<say 0 _boss>><cite>Rire</cite> Tu te rends compte ? Encore une fois, grâce à elle, tu gagnes quelque chose. C’est beau, l’amour, non ?<</say>>
<<talk 0>>Il éclate de rire, un rire lourd de mépris, tandis que son garde du corps reste impassible à ses côtés. Tu serres les poings, incapable de répondre. Tu n’as plus qu’à encaisser… encore.<</talk>>
<<talk 0>>Le boss se lève, toujours amusé, et d’un simple signe de tête, son garde du corps lui emboîte le pas. Sans un mot de plus, ils quittent la pièce, te laissant seul avec tes pensées.<</talk>>
<<talk 0>>Tu restes là un instant, le cœur serré, les poings toujours crispés. Une partie de toi sait que tu viens de mettre le pied dans une galère dont il sera difficile de sortir.<</talk>>
<<talk 0>>Mais... quand tu y repense tu ne peut pas t'’empêcher de ressentir une pointe d’excitation.<</talk>>
<<talk "hall">>Un paradis pour les clients, Une étoile de plus. L’hôtel grandit.<</talk>>
@@
<<time>>
/*<<set $user.quete = 14>>*/
<</switch>>
<</nobr>><<nobr>>
/* Rita Peach*/
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _rita = "loveassets/basement/massage/rita.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/massage.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>You approach the door, a little anxious and curious to meet the masseuse who moved in a few days ago.<</talk>>
<<user 0>><cite>Knock knock knock</cite><</user>>
<<saygirl 1 _rita>>Yes yes, come in.<</saygirl>>
@@
<<case 1>>
@@#media;
[img[loveassets/basement/massage/01/01.jpg]]
<<talk 0>>You step gently into the room. The lighting is dim, and soft music floats through the air. The scent of lavender blends with that of essential oils.<</talk>>
<<user 0>>Hello, I came to introduce myself. I'm $user.nom, the manager of the hotel.<</user>>
<<user 0>><cite>Smiles</cite>I hope I’m not disturbing you? I just came by to see if everything’s going well.<</user>>
<<saygirl 0 _rita>>Oh, no, you're not disturbing me at all. Your visit makes me happy... really.<</saygirl>>
<<saygirl 0 _rita>>I'm Rita, the head masseuse, if you can say that...<</saygirl>>
<<user 0>>Head masseuse?<</user>>
<<saygirl 0 _rita>><cite>Smiles</cite>Yes, there are several of us working here, but I’m the one who’s here the most often.<</saygirl>>
<<saygirl 0 _rita>>The one who makes sure everything is running smoothly.<</saygirl>>
<<user 0>><cite>Smiles</cite>I see, you’re the best masseuse.<</user>>
<<saygirl 0 _rita>><cite>Laughs</cite>Yes, you could say that.<</saygirl>>
<<saygirl 0 _rita>>Anyway, please, have a seat!<</saygirl>>
<<user 0>>Oh no thank you, I just came to chat.<</user>>
<<saygirl 0 _rita>>Yes yes, I can chat and give you a massage, sit down.<</saygirl>>
<<user 2>><cite>Uh...</cite><</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/massage/01/01.webm">>
<<talk 0>>Not really sure what to do, you stand there staring at her awkwardly.<</talk>>
<<saygirl 0 _rita>><cite>Laughs</cite>You undress and lie down on the table, $user.nom.<</saygirl>>
<<user 0>><cite>Uh</cite>Alright.<</user>>
<<talk 0>>You slowly remove your clothes before lying down. Your hands cover your privates, your cheeks flushed with embarrassment.<</talk>>
<<talk 0>>Rita watches you, amused by your discomfort. She gently grabs your wrists and places them at your sides.<</talk>>
<<saygirl 0 _rita>>Relax, $user.nom.<</saygirl>>
<<talk 0>>She begins to massage you gently. Relaxing while such a beautiful woman touches you is impossible!<</talk>>
<<talk 3>>To calm down and think about something other than her chest showing through a wet, transparent t-shirt, you start making conversation.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/massage/01/02.webm">>
<<user 0>><cite>Ahem</cite>Do you like it here? Are the other girls nice? And the clients, are they okay? I mean... is everything alright?<</user>>
<<talk 0>>Rita lets out a small laugh at the stress in your voice.<</talk>>
<<saygirl 0 _rita>>Yes, yes, yes, and yes. <cite>Laughs</cite>Don’t worry, $user.nom, your hotel is a real little haven of peace.<</saygirl>>
<<saygirl 0 _rita>>Nothing like what I’ve experienced before…<</saygirl>>
<<user 0>><cite>Curious</cite>Oh really? Are you talking about your previous place?<</user>>
<<talk 0>>Her gaze shifts slightly, she gives a shy smile and looks down at the floor.<</talk>>
<<saygirl 0 _rita>><cite>Whispers</cite>Mr. Viktor’s place, yes. The place was... creepy.<</saygirl>>
<<saygirl 0 _rita>>The men who came there… they weren’t really looking to relax.<</saygirl>>
<<saygirl 0 _rita>>They were... strange...<</saygirl>>
<<talk 0>>She lets out a soft sigh before lifting her chin with a small, brave smile.<</talk>>
<<saygirl 4 _rita>>Here, I feel... freer. More fulfilled. People see me as a person, not just a service.<</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/basement/massage/01/03.webm">>
<<user 0>>And... does Mr. Viktor know you like it here? He’s not keeping too close an eye on you?<</user>>
<<saygirl 0 _rita>>He knows, and for now everything’s fine.<</saygirl>>
<<saygirl 0 _rita>>$user.nom, I suggest you be careful with him. He is… dangerous.<</saygirl>>
<<user 0>>Umm<</user>>
<<saygirl 0 _rita>>He’s always polite, always smiling, but he always gets what he wants.<</saygirl>>
<<saygirl 0 _rita>>I... I’m just a pawn to him. A pretty boobs. A tool to use or to use to manipulate others.<</saygirl>>
<<talk 0>>She slowly steps closer, placing a hand on your arm, her voice soft, almost like a caress.<</talk>>
<<saygirl 0 _rita>>But you… I feel like you’re different.<</saygirl>>
<<saygirl 0 _rita>>And... you know, I’d really like to stay here.<</saygirl>>
<<saygirl 0 _rita>>I’ll work for you, on your terms!<</saygirl>>
<<talk 0>>She tilts her head with a smile, then grabs a bottle of essential oil and gently pours it onto your genitals.<</talk>>
<<talk 5>>Locking eyes with you, she slowly slides her fingers toward your crotch.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/basement/massage/01/04.webm">>
<<saygirl 0 _rita>>Let me give you a special massage. Just to help you relax. A gesture, just between us. To thank you for your kindness.<</saygirl>>
<<talk 0>>The room’s light flickers as your body trembles with desire, caught between sincere gratitude… and gentle manipulation.<</talk>>
<<talk 0>>Whatever you say, your body agrees.<</talk>>
<<talk 0>>Rita smiles, her hands slick with oil, her movements slow but confident, her fingers brushing over your manhood.<</talk>>
<<saygirl 0 _rita>><cite>Whispers</cite>There… just relax. I promise, I don’t bite… unless you ask me to.<</saygirl>>
<<talk 6>>She laughs softly, a warmth in her voice that verges on flirtatious, but never drowns in it.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/basement/massage/01/05.webm">>
<<talk 0>>Her smile never leaves her lips as her caresses turn into a real sexual act.<</talk>>
<<talk 0>>She grips your penis with her hands and starts slowly moving up and down.<</talk>>
<<talk 0>>Her touch is expert, the pressure perfectly measured, she's skilled at giving you shivers.<</talk>>
<<saygirl 0 _rita>>You know, $user.nom, I could do wonders here. I'm faithful, devoted... if you give me a chance.<</saygirl>>
<<talk 0>>It's hard to think under these conditions, but anyway, you're not against the idea.<</talk>>
<<user 0>>I... I'm not against it, but the problem is that... in my own hotel, I don’t make the decisions.<</user>>
<<saygirl 0 _rita>>Mr. Viktor...<</saygirl>>
<<user 7>><cite>Nods to say yes.</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/basement/massage/01/06.webm">>
<<saygirl 0 _rita>>If Mr. Viktor comes to get me... I don't know if I’ll be able to resist him. He knows how to put pressure on me.<</saygirl>>
<<talk 0>>You stay silent, taking in the view of her wet t-shirt clinging to her body.<</talk>>
<<talk 0>>Then, slowly, without rushing, you break the silence.<</talk>>
<<user 0>>Tell me, how does Mr. Viktor put pressure on you? <</user>>
<<saygirl 0 _rita>>It’s never direct. Never something that can be proven.<</saygirl>>
<<saygirl 0 _rita>>He doesn't hit. He doesn't yell. He suggests. He manipulates.<</saygirl>>
<<saygirl 0 _rita>>He makes you believe you owe him something. That without him, you don't exist.<</saygirl>>
<<talk 8>>She looks up at you, a cold glint in her eyes.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/basement/massage/01/07.webm">>
<<talk 0>>After a brief pause in her story, she continues, while mechanically caressing your crotch, just enough to keep you at attention.<</talk>>
<<saygirl 0 _rita>>He holds me by money... by barely veiled threats.<</saygirl>>
<<saygirl 0 _rita>>And when I asked to leave, strange clients started showing up and becoming violent.<</saygirl>>
<<saygirl 0 _rita>>Then they threatened me and started asking for things even more extreme, far from Nuru massages.<</saygirl>>
<<user 0>>Do you think Mr. Viktor will ask you to leave? Or will he ask these strange clients to come here?<</user>>
<<saygirl 0 _rita>>I'm sure he's already planned everything. He always leaves a little slack at the beginning..<</saygirl>>
<<saygirl 0 _rita>>Then he rewinds it slowly, with a smile... and an offer you can't refuse.<</saygirl>>
<<saygirl 0 _rita>>For me, it's coming here, a bit of calm before the storm.<</saygirl>>
<<saygirl 0 _rita>>Because when he feels you've bitten, he pulls the line with a sharp jerk. Just enough for the hook to sink in...<</saygirl>>
<<saygirl 0 _rita>>... Just enough to remind you, that your freedom is something he holds.<</saygirl>>
<<saygirl 0 _rita>>He will come, sooner or later, to take me back... and... I’ll need to be well protected. Otherwise, he’ll take me with him.<</saygirl>>
<<talk 0>>You look into each other’s eyes, understanding because you are both being manipulated by the same man.<</talk>>
<<saygirl 9 _rita>>So, you see why I need you. And why you... should beware of him as much as I do.<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/basement/massage/01/08.webm">>
<<user 0>>How much do you owe him? Can you tell me more?<</user>>
<<talk 0>>She slowly shakes her head, a bitter laugh in her throat.<</talk>>
<<saygirl 0 _rita>>No. That's the worst part. He never gave me an amount. He tells me "everything is in order," that "I just have to work for him," that "I can trust him."<</saygirl>>
<<saygirl 0 _rita>><cite>Swallow that, saliva</cite>And at first, I believed him. He was... charming. Charismatic.<</saygirl>>
<<saygirl 0 _rita>>What I know is that the amount is a cumulative debt of fees to repay and salary advances I never received...<</saygirl>>
<<saygirl 0 _rita>>$user.nom the debt I owe him is abysmal, according to him.<</saygirl>>
<<saygirl 0 _rita>>That's why I want to stay here. If Mr. Viktor comes to get me, I'm screwed.<</saygirl>>
<<saygirl 0 _rita>>He can decide where I go, with whom, and what I have to do. This time, I was lucky, but it hasn’t always been the case $user.nom.<</saygirl>>
<<saygirl 0 _rita>>You need to protect me. If I work for you… maybe he’ll give up on me.<</saygirl>>
<<talk 0>>A heavy silence falls. Viktor's name hovers like a vague threat. Yet, her gaze remains soft.<</talk>>
<<talk 0>>You know perfectly well where Mr. Viktor could take her, she could end up in a box, shipped who knows where.<</talk>>
<<saygirl 10 _rita>>$user.nom, I don’t want you to do this out of pity... but because I can be useful. Very useful.<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/basement/massage/01/09.webm">>
<<talk 0>>At these words, she lowers her eyes and realizes that her entire top is soaked in oil and sticking to her breasts.<</talk>>
<<talk 0>>With a slow, magical movement, she removes her top, leaving her magnificent breasts to the air free.<</talk>>
<<saygirl 0 _rita>><cite>Whispers</cite> I can be very useful...<</saygirl>>
<<talk 0>>You look at her for a moment. She seems sincere, but you also know that in this world, appearances are often deceiving.<</talk>>
<<talk 0>>You take a deep breath, then speak calmly.<</talk>>
<<user 0>>You’re going to have to be patient. Nothing happens overnight, especially with a guy like Mr. Viktor.<</user>>
<<user 0>>I don't want to make false promises, but know one thing: my goal, in the end... is also to free myself from him.<</user>>
<<user 0>>I need to take control back. This hotel... is mine, entirely mine...<</user>>
<<user 11>>And anyone who wants to move forward with me is welcome.<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/massage/01/010.webm">>
<<talk 0>>She remains silent for a moment, her gaze fixed on you. Then she slowly nods. A smile forms on her face.<</talk>>
<<saygirl 0 _rita>>That's all I wanted to hear. I'll know how to wait. And in the meantime... I'll do my best here. For you. For this hotel.<</saygirl>>
<<talk 0>>She brushes your hand. A silent agreement has just been made, still fragile, but full of promise.<</talk>>
<<talk 0>>She stares at you for a moment. Then her smile widens, knowing, almost playful.<</talk>>
<<saygirl 0 _rita>><cite>Smiles</cite>With all that, you haven't enjoyed your massage. Relax now and let me take over.<</saygirl>>
<<talk 0>>With a firm hand, she spreads your legs to make room for herself. She climbs onto the massage table facing you.<</talk>>
<<talk 0>>Sitting there, topless in front of you, she hastily lowers her leggings, looking at you with a wide smile.<</talk>>
<<saygirl 0 _rita>><cite>Murmurs</cite>You have far too much tension... that's bad, it is. You need to learn to let go.<</saygirl>>
<<saygirl 0 _rita>>If I stay here, I could do this every day.<</saygirl>>
<<saygirl 12 _rita>>Just for you...<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/massage/01/1.webm" 1>>
<<talk 0>>She gently places her hands on your legs before sliding her oiled feet along your sex.<</talk>>
<<talk 0>>With surgical skill and a caress as soft as velvet, she begins to make slow, back-and-forth movements.<</talk>>
<<talk 0>>You feel your breath quicken, your muscles tensing under the growing pleasure.<</talk>>
<<talk 0>>She slightly adjusts her grip, applying just enough pressure to make you softly moan.<</talk>>
<<user 13>>UM<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/basement/massage/01/2.webm" 1>>
<<talk 0>>She turns her back to you, arching her back slightly. Without a word, she envelops your erect penis between her oiled feet and begins to caress it gently, her movements synchronized with the undulations of her body.<</talk>>
<<talk 0>>You feel the softness of her feet sliding along your taut shaft. Each caress is calculated to give you maximum pleasure.<</talk>>
<<talk 14>>The more you moan with pleasure, the more she arches her back, bringing her dripping wet desire-filled slit inexorably closer to your sex.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/massage/01/3.webm" 1>>
<<talk 0>>Suddenly, she grabs your penis and inserts it into herself with a sigh of pleasure.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite><</saygirl>>
<<talk 0>>She starts making slow, gentle movements, each penetration a bit deeper eliciting a soft moan from her.<</talk>>
<<saygirl 15 _rita>><cite>Ummmmmmm</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/basement/massage/01/4.webm" 1>>
<<talk 0>>Her moans grow louder and more frequent as her movements quicken.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<talk 0>>She searches for the perfect rhythm, the one that gives her the most pleasure.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<talk 0>>Finally, her moans of pleasure transform into cries of ecstasy as she approaches orgasm.<</talk>>
<<talk 0>>You can feel her muscles contracting around your penis.<</talk>>
<<saygirl 16 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/basement/massage/01/5.webm" 1>>
<<talk 0>>She finally lets herself be carried away by desire, her movements becoming more unpredictable, more passionate.<</talk>>
<<talk 0>>You feel her body trembling under the intensity of her pleasure, her hands caressing her breasts in an explosion of cries of ecstasy.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh Ohhhhhhh<</saygirl>>
<<talk 0>>Her cries of pleasure blend with your moans, creating a sensual symphony that pushes you to the brink.<</talk>>
<<talk 17>>On the edge of explosion, her body trembling in harmony with your heartbeat. Every movement of her body makes you vibrate, bringing you closer and closer to orgasm.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/basement/massage/01/6.webm" 1>>
<<talk 0>>She sits up and moves to the side, taking your still-hard penis in her hand.<</talk>>
<<talk 0>>She starts to caress it gently, then gradually increases the pace of her movements. The pressure and rhythm of her handjob become increasingly intense.<</talk>>
<<talk 0>>She looks at you, her eyes burning with desire, and presses your cock against her breasts. The sight is breathtaking...<</talk>>
<<talk 0>>You feel your pleasure skyrocket, and with a small cry of pleasure, you climax on her glistening body.<</talk>>
<<user 18>><cite>UM</cite>Ahhh Ahhhh<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/basement/massage/01/011.webm">>
<<user 0>><cite>Um</cite><</user>>
<<talk 0>>Her hand glides slowly over your manhood, lubricated by a mixture of essential oils and semen.<</talk>>
<<talk 0>>She continues to caress you, until the last drop, each touch giving you a shiver of contentment.<</talk>>
<<saygirl 0 _rita>>You see, $user.nom, I can make you forget about the rest of the world... Viktor, the hotel, the debts... Everything can disappear, just for a moment. All you have to do is let me.<</saygirl>>
<<user 0>><cite>Um</cite><</user>>
<<talk 0>>She smiles softly, as if she had just won something.<</talk>>
<<saygirl 0 _rita>>I feel good here… Really good.<</saygirl>>
<<talk 0>>She closes her eyes for a moment, exhausted. As if this simple action erased, at least for tonight, the shadow of Mr. Viktor.<</talk>>
<<saygirl 0 _rita>>Thank you...<</saygirl>>
<<talk 19>>You don't move for a few moments, savoring the warmth of her body and the silence, then you slowly sit up.<</talk>>
@@
<<case 19>>
@@#media;
[img[loveassets/basement/massage/01/02.jpg]]
<<user 0>>I have to get back to work... but I'll think of a solution, promise, I won't forget you.<</user>>
<<talk 0>>She nods with a small, complicit smile, almost luminous.<</talk>>
<<saygirl 0 _rita>>I'll be patient...<</saygirl>>
<<talk "hall">>You dress in silence. Before leaving the room, you look at her, she stands up, runs a hand over her breasts to spread the semen on her body, and watches you until you reach the door.<</talk>>
@@
<<time>>
<<set $user.quete = 15>>
<</switch>>
<</nobr>><<nobr>>
/*Liya Silver*/
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _lia = "loveassets/basement/sauna/liya.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/sauna.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/basement/sauna/01/01.jpg]]
<<talk 0>>You push open the sauna door, and the heat hits you full force. Your eyes take a few moments to adjust to the dim light.<</talk>>
<<talk 0>>Gracefully lying on the wooden bench, arms resting along her sides, eyes closed, is a stunning woman.<</talk>>
<<talk 1>>A heavenly vision between the steam of the sauna and her sweat-slicked body.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/basement/sauna/01/01.webm">>
<<talk 0>>Surprised by her beauty, you stare at her, as if hypnotized.<</talk>>
<<user 0>><cite>Sigh</cite>Incredible...<</user>>
<<talk 0>>Suddenly, she opens her eyes and looks at you with a glimmer of surprise mixed with amusement.<</talk>>
<<talk 0>>Without a word, she stares back at you, her piercing eyes seeming to read deep into your soul.<</talk>>
<<user 0>><cite>Ahem</cite>Uh... sorry, I... I didn’t mean to disturb you. My name is $user.nom, I’m the hotel manager.<</user>>
<<talk 0>>She gives a faint smirk, then gestures toward the massage oil placed near you.<</talk>>
<<saygirl 2 _lia>>Could you pass me the oil, please?<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/sauna/01/02.webm">>
<<talk 0>>You hand her the oil, and with a faint smile, she gracefully sits up.<</talk>>
<<talk 0>>She looks straight into your eyes, letting you admire her stunning figure before introducing herself in a smooth voice.<</talk>>
<<saygirl 0 _lia>>Nice to meet you, $user.nom. I’m Liya, the manager of this place.<</saygirl>>
<<user 0>>Nice to meet you, Liya. It’s a pleasure to meet you.<</user>>
<<talk 0>>Without further delay, Liya takes a small amount of oil in her hand and gently spreads it between her fingers.<</talk>>
<<talk 0>>Then, with calculated slowness, she begins to massage the top of her chest.<</talk>>
<<talk 3>>Her movements are soft and sensual, making her skin glisten under the sauna’s light.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/sauna/01/03.webm">>
<<talk 0>>After gently massaging the top of her chest, Liya continues her sensual exploration, slowly sliding her hands down along her neckline.<</talk>>
<<talk 0>>Her fingers softly brush her smooth skin, sending shivers down your spine.<</talk>>
<<talk 4>>She then slips her fingers under the thin straps of her swimsuit, aiming to reach the areas not yet oiled.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/basement/sauna/01/04.webm">>
<<talk 0>>Liya continues her massage with unmatched skill, now moving to her long, elegant legs.<</talk>>
<<talk 0>>She applies the oil carefully, her hands gliding along her skin with an almost hypnotic smoothness.<</talk>>
<<talk 0>>You are frozen, captivated by the sight of her glistening body and the expert caress of her hands.<</talk>>
<<talk 0>>You feel a burning desire rising within you, but you're torn by the urge to speak to her, to break the silence that has settled between you.<</talk>>
<<user 5>><cite>Uh...</cite>Liya?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/basement/sauna/01/05.webm">>
<<talk 0>>Without stopping her massage, she looks up at you.<</talk>>
<<talk 0>>Your gaze is drawn once again to the way the oil glistens on her skin, the graceful curve of her legs, and the movement of her hands.<</talk>>
<<saygirl 0 _lia>>Yes ?<</saygirl>>
<<user 0>>I just wanted to know if everything is okay. How is it going here? And how is it with Mr. Viktor...?<</user>>
<<talk 0>>She hesitates for a moment, as if weighing her words.<</talk>>
<<saygirl 0 _lia>>Everything is perfect here, but… with Mr. Viktor, nothing is ever simple.<</saygirl>>
<<user 0>>Do you also have a contract with him?<</user>>
<<talk 0>>She shoots you a surprised look, her body tensing with palpable anxiety.<</talk>>
<<saygirl 0 _lia>>Yes... He… he made me sign a contract, like all the others...<</saygirl>>
<<user 0>>Have you seen that contract?<</user>>
<<saygirl 0 _lia>>Yes... that contract… it’s strange. There are clauses I don’t fully understand, but one thing is clear!<</saygirl>>
<<saygirl 0 _lia>>I have to repay my debts before I can leave, but he never specified an exact amount.<</saygirl>>
<<saygirl 0 _lia>>And if I try to run away, he… he can make my life a living hell.<</saygirl>>
<<saygirl 0 _lia>>But I have nothing, no money, no family to help me, nothing at all.<</saygirl>>
<<saygirl 0 _lia>>It’s like I’m... bound to him in some way and I can’t control anything.<</saygirl>>
<<talk 6>>She takes a deep breath, trying to steady herself.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/basement/sauna/01/06.webm">>
<<saygirl 0 _lia>>I don’t know what to do, $user.nom. But you... you could help me, right?<</saygirl>>
<<saygirl 0 _lia>>If you have a place for me, I’ll do anything you want, anything... but I can’t stay with him, it’s too dangerous.<</saygirl>>
<<talk 0>>She stares at you, her gaze desperately searching for a sign, a way out.<</talk>>
<<user 0>>Listen… I’m going to free us from Mr. Viktor, you, me, and all those who want to follow me, but it will take time...<</user>>
<<user 0>>You’re not the only one trapped with him, and we need to be careful.<</user>>
<<user 0>>He’s dangerous. He won’t let go easily, and if he sees that he’s losing control, he can become unpredictable.<</user>>
<<saygirl 0 _lia>><cite>Nods to indicate yes</cite><</saygirl>>
<<saygirl 0 _lia>>I... I understand. But do you promise you’ll help me? Because I... I don’t want to stay with him anymore.<</saygirl>>
<<user 0>>Yes, I promise. But in the meantime, stay discreet, stay calm.<</user>>
<<user 0>>The most important thing now is not to attract his attention. I’ll find a solution.<</user>>
<<talk 7>>She looks at you, smiles, a bit more at ease, though her anxiety is not completely gone.<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/basement/sauna/01/07.webm">>
<<talk 0>>After this conversation that clearly made Liya nervous, she gradually relaxes and eventually invites you to sit beside her to fully enjoy the sauna.<</talk>>
<<talk 0>>You hesitate a bit, but she points to a clean towel for you to change into.<</talk>>
<<user 0>><cite>Um</cite>Alright... I’ll change quickly.<</user>>
<<talk 0>>You move to a discreet corner of the sauna, undress, and use the towel to cover your hips.<</talk>>
<<talk 0>>Once changed, you return and sit next to her.<</talk>>
<<talk 0>>In a soothing silence, you both begin to enjoy the warmth of the sauna.<</talk>>
<<talk 0>>The steam fills the air, and the sounds of your slow, steady breathing blend with the pounding of your heart.<</talk>>
<<user 0>><cite>Relaxed</cite>This is really relaxing...<</user>>
<<saygirl 0 _lia>>Yes, that’s one of the advantages of the sauna. Just let yourself go.<</saygirl>>
<<talk 0>>Time passes, and gradually, you begin to feel more and more drowsy.<</talk>>
<<talk 0>>The combined effects of the heat and Liya’s scent lull you into a state of deep relaxation.<</talk>>
<<talk 8>>The sounds around you become increasingly distant, and you feel yourself gently drifting toward sleep.<</talk>>
@@
<<case 8>>
@@#media;
[img[loveassets/img/nuit.jpg]]
<<talk 0>>The heat of the sauna envelops your body, making you sink into a soothing drowsiness.<</talk>>
<<talk 0>>Suddenly, an electric shiver runs down your spine, making you twitch slightly.<</talk>>
<<talk 0>>Your eyes begin to flutter, and you feel a presence beside you.<</talk>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>Your body subtly tightens, and intense heat spreads across your sex, making you softly moan in your sleep.<</talk>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 9>>The sensations become increasingly clear, and you begin to wake up slowly.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/basement/sauna/01/1.webm" 1>>
<<talk 0>>Your eyelids barely open, and you catch a movement near your legs.<</talk>>
<<talk 0>>Then you see Liya, kneeling in front of you and sucking you with expert and devouring passion.<</talk>>
<<user 0>>...<</user>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>The heat of the sauna amplifies the sensations, and you feel shivering with pleasure under her warm and hungry mouth.<</talk>>
<<talk 0>>You can feel every movement of her tongue, every caress of her lips on your erect shaft.<</talk>>
<<user 0>><cite>Umm</cite> Liya...<</user>>
<<talk 0>>Your heart beats faster, and you realize you are completely awake, but still under the spell of the pleasure Liya is giving you.<</talk>>
<<talk 0>>The sauna seems to have transformed into a place of forbidden pleasures.<</talk>>
<<talk 10>>You let yourself be carried away by the sensations, as she looks at you with a satisfied and complicit smile.<</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/basement/sauna/01/2.webm" 1>>
<<talk 0>>Liya, kneeling, sucks you with astonishing skill, her warm and wet lips sliding along your penis.<</talk>>
<<talk 0>>But the position becomes difficult for her to maintain in the stifling heat of the sauna.<</talk>>
<<talk 0>>As she starts to rise, you hold her back and step up one level, placing yourself above her.<</talk>>
<<talk 0>>You gently but firmly place your hands in her hair and pull her towards you.<</talk>>
<<talk 0>>Liya approaches without hesitation and then plunges your penis back into her mouth, her lips closing around you with renewed eagerness.<</talk>>
<<talk 0>>The new position allows you to better control the rhythm and depth, intensifying your pleasure even further.<</talk>>
<<saygirl 11 _lia>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/sauna/01/3.webm" 1>>
<<talk 0>>Feeling your veins swell in her mouth, Liya suddenly stops and takes a step back.<</talk>>
<<talk 0>>With a graceful movement, she removes her top, revealing her generous and glistening breasts.<</talk>>
<<talk 0>>She looks at you with a sly smile, then picks up the towel beside her.<</talk>>
<<talk 0>>With calculated slowness, she places the towel delicately on a step of the sauna before lying down on her back, her eyes filled with palpable desire.<</talk>>
<<talk 0>>You take a few seconds to admire this magnificent body, the way the sauna light caresses her wet skin, highlighting every curve.<</talk>>
<<talk 0>>You can no longer resist the urge to touch her. Your hands rest on her enormous and glistening breasts, and you begin to give them a languorous massage.<</talk>>
<<talk 0>>Under your fingers, her skin is warm and soft, her breasts rising and falling with the rhythm of her accelerated breath.<</talk>>
<<talk 0>>You caress her hardened nipples, making them blush even more. Liya moans softly, closing her eyes and surrendering to the pleasure.<</talk>>
<<saygirl 12 _lia>><cite>Umm - Ummm</cite><</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/sauna/01/4.webm" 1>>
<<talk 0>>In a passionate surge, you slide the bottom of her swimsuit to make your way towards her intimacy.<</talk>>
<<talk 0>>You penetrate her forcefully, overcoming her slight resistance. Her pussy is tight, and you have to push harder and harder to reach the depths of her being.<</talk>>
<<talk 0>>Under the strain and surprise, her moans transform into cries of pleasure.<</talk>>
<<saygirl 0 _lia>><cite>Umm - Haaaaaa</cite><</saygirl>>
<<talk 0>>Motivated by her cries, you let yourself be carried away by the wave of desire that overwhelms you. Each thrust is more powerful than the last, making you lose all control.<</talk>>
<<saygirl 13 _lia>><cite>Haaa - Haaaaa</cite><</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/basement/sauna/01/5.webm" 1>>
<<talk 0>>The heat of the sauna amplifies the sensations, each movement making you shiver with pleasure.<</talk>>
<<talk 0>>As you take her with animal intensity, Liya, overwhelmed by pleasure, starts frantically touching herself while moaning between each thrust.<</talk>>
<<talk 14>>Her cries of pleasure echo in the confined space, mingling with your sighs of pleasure.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/sauna/01/6.webm" 1>>
<<talk 0>>Breathless and on the brink of ecstasy, you change positions to prolong the pleasure.<</talk>>
<<talk 0>>You quickly turn her over to put her on all fours. The sight of her ass presented to your desire makes you moan with pleasure.<</talk>>
<<talk 0>>You penetrate her forcefully, surprising her, and she cries out in pleasure.<</talk>>
<<saygirl 0 _lia>><cite>Haaaaa</cite><</saygirl>>
<<talk 0>>You place your hands on her ass and grip them firmly, guiding the movements to go even harder and deeper inside her.<</talk>>
<<talk 0>>Her moans transform into intense cries of pleasure as you pound her relentlessly.<</talk>>
<<saygirl 15 _lia>><cite>Haaa - Haaaaa</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/basement/sauna/01/7.webm" 1>>
<<user 0>><cite>Umm</cite><</user>>
<<saygirl 0 _lia>><cite>Haaa - Haa</cite><</saygirl>>
<<saygirl 0 _lia>><cite>Haaa - Haaaa</cite><</saygirl>>
<<saygirl 16 _lia>><cite>Haaa - Haaaaaa</cite><</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/basement/sauna/01/8.webm" 1>>
<<talk 0>>Liya decides to take the lead. She stands up and places a hand on your chest.<</talk>>
<<talk 0>>With feline grace, she gently pushes you down so that you sit.<</talk>>
<<talk 0>>You obey, eager to know what comes next. She turns her back to you, presenting her round ass.<</talk>>
<<talk 0>>Then, without hesitation, she impales herself on you, sliding your cock into her with a moan of pleasure.<</talk>>
<<talk 0>>After a few thrusts, she puts one leg over yours, then the other.<</talk>>
<<talk 0>>Your hands grip her hips to follow the frenzied rhythm of her movements.<</talk>>
<<talk 17>>As your pleasure rises, she frees one hand to frantically touch herself, her cries filling the hot air of the sauna.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/basement/sauna/01/9.webm" 1>>
<<talk 0>>On the brink of ecstasy, you push on her hips with almost desperate urgency, urging her to stand up.<</talk>>
<<talk 0>>She obeys, slowly standing up with a mischievous smile on her lips. Without wasting a moment, you guide her to lie down on the still warm towel.<</talk>>
<<talk 0>>You position yourself above her, your burning desire-filled gaze fixed on her naked body.<</talk>>
<<talk 0>>With a firm hand, you take your cock in hand and start masturbating, getting closer and closer to orgasm.<</talk>>
<<talk 0>>The pleasure becomes overwhelming, and in a cry of pleasure, you ejaculate abundantly on her golden and glistening body.<</talk>>
<<user 0>><cite>Haaa - Haaaa</cite><</user>>
<<talk 0>>Her eyes are fixed on your movements, a glimmer of excitement and desire dancing in the depths of her pupils.<</talk>>
<<talk 0>>Then she starts gently massaging her breasts, spreading your warm and sticky semen over her smooth skin, as if to imbibe every drop of your seed.<</talk>>
<<saygirl 0 _lia>><cite>Ummm</cite><</saygirl>>
<<user 18>><cite>Haaa - Haaaa</cite><</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/basement/sauna/01/08.webm">>
<<talk 0>>Exhausted and out of breath, you slowly stand up, fixing her glistening body with a mix of desire and oil.<</talk>>
<<talk 0>>She looks at you, her eyes shining, while still massaging her breasts.<</talk>>
<<saygirl 0 _lia>><cite>Ummm</cite>$user.nom<</saygirl>>
<<user 0>>Yes, Liya...<</user>>
<<saygirl 0 _lia>>Won't you forget me?<</saygirl>>
<<user 0>><cite>Smiles</cite> I'll think of you, I promise.<</user>>
<<talk 0>>You lean down to gently kiss her forehead.<</talk>>
<<user 0>>I'll come see you again, but first, I have to take care of Mr. Viktor.<</user>>
<<talk 0>>Once you've put your clothes back on, you slowly walk towards the sauna door.<</talk>>
<<talk "hall">>You turn around one last time, your gaze meets hers. There is a glimmer of determination in your eyes, but also a silent promise.<</talk>>
@@
<<time>>
<<set $user.quete = 16>>
<</switch>>
<</nobr>><<nobr>>
<<unset $page>>
<<run Dialog.close();>>
<style>
.date {
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
}
.title span {
color : rgb(var(--raspberry));
margin-left: 20px;
}
</style>
<<include event>>
<<include objclient>>
<<include objpiece2>>
<<include objquete>>
<div class="date">Day: <<=$user.day>> / <<= $CurDate.toLocaleString("en-US", { weekday: "long", hour: "numeric", minute: "2-digit" })>><<link "Time+" "hall2">><<time>><</link>>|<<link "Sleep" "nuit">><</link>>
</div>
@@.map;
/*etage */
<div class="mapfloor">
<ul class="link">
<li><a data-passage="hall" class="link-internal macro-link">First floor</a></li>
<li><a data-passage="hall2" class="link-internal macro-link linkactive">Second floor</a></li>
<li><a data-passage="utilsroom" class="link-internal macro-link">Basement</a></li>
<li><a data-passage="" class="link-internal macro-link">Outside (future)</a></li>
</ul>
</div>
/*boucle piece */
<<for _index, _key range _pieces>>
<<set _style = "filter: grayscale(1);">>
<<stylemoney _key.prix>>
<div class="mapsubmenu">
<li class="mapstats">
<<if _key.more.buy>>
<<set _style = "filter: sepia(1);">>
<<if _key.more.girl>>
<<set _style = "">>
<<spy $girls[_key.more.girl]>>
<ul>
<li><h4>Salary</h4></li>
<li><big><<=$girls[_key.more.girl].salary>></big></li>
</ul>
<</if>>
<<else>>
<ul>
<li><small>Price</small></li>
<li><big><<=_key.prix>></big></li>
</ul>
<</if>>
</li>
<li @style=_style>[img[_key.img]]</li>
<<present $girls[_key.more.girl].img $girls[_key.more.girl].visite.nom>>
<li class="mapmenu">
<ul>
<li class="title">_key.nom</li>
<<if _key.more.buy && _key.more.girl>>
<<if $girls[_key.more.girl].quete>>
<li>ⓘ <<= _quetes[_key.more.girl][ $girls[_key.more.girl].quete]>></li>
<</if>>
<</if>>
</ul>
<ul class="link">
<<capture _index _key>>
<<if _key.more.buy>>
<<if _key.more.girl && $girls[_key.more.girl].stress > 80>>
<li><<link "Relax" "girlrelax">><<set $girl = _key.more.girl>><</link>></li>
<li><<link "Stats" "girlstats">><<set $girl = _key.more.girl>><<set $background = _index>><</link>></li>
<<elseif _key.more.girl>>
<li @class=_stylegirl><<link "Talk to <<=$girls[_key.more.girl].nom>>" `"talk_" + _key.more.girl+ $girls[_key.more.girl].quete`>><<set $background = _index>><</link>></li>
<li>
<<link "Spy" `"spy_"+_key.more.girl`>>
<<set $visite = $girls[_key.more.girl].visite.nom>>
<<set $background = _index>>
<</link>>
</li>
<<if $user.quete >= 9>>
<li>
<<link "Photo" `"photo_"+_key.more.girl`>>
<<set $visite = $girls[_key.more.girl].visite.nom>>
<<set $background = _index>>
<</link>>
</li>
<</if>>
<li><<link "Stats" "girlstats">><<set $girl = _key.more.girl>><<set $background = _index>><</link>></li>
<<else>>
<li><<link "Assign" "assign">><<set $mypiece = _index>><</link>></li>
<</if>>
<<else>>
<<if $user.money < _key.prix>>
<li class="off"><<link "Not enough money">><</link>></li>
<<else>>
<li><<link "Buy" "hall">><<delmoney _key.prix>><<set $pieces[_index].buy = true>><</link>></li>
<</if>>
<</if>>
<</capture>>
</ul>
</li>
</div>
<</for>>
@@
<</nobr>><<nobr>>
/* Rita Peach*/
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _rita = "loveassets/basement/massage/rita.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/massage.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Tu t'approche de la porte, un peux anxieux et curieux de rencontrer la masseuse installée depuis quelques jours.<</talk>>
<<user 0>><cite>Toc toc toc</cite><</user>>
<<saygirl 1 _rita>>Oui oui entrer.<</saygirl>>
@@
<<case 1>>
@@#media;
[img[loveassets/basement/massage/01/01.jpg]]
<<talk 0>>Tu entre doucement dans la salle, la lumiere est tamisée, une musique douce flotte dans l’air. L’odeur de lavande se mêle à celle des huiles essentielles.<</talk>>
<<user 0>>Bonjour, je vient me présenter, je suis $user.nom, le gerant de l'hotel.<</user>>
<<user 0>><cite>Sourit</cite>Je ne te dérange pas, j’espère ? Je venais juste voir si tout se passe bien.<</user>>
<<saygirl 0 _rita>>Oh, non tu ne me derange pas du tout. ta visite me fait plaisir… vraiment. <</saygirl>>
<<saygirl 0 _rita>>Je suis Rita, la masseuse en chef, si l'ont peux dire...<</saygirl>>
<<user 0>>Masseuse en chef ?<</user>>
<<saygirl 0 _rita>><cite>Sourit</cite>Oui nous sommes plusieurs à travailler ici mais je suis celle qui est la le plus souvent.<</saygirl>>
<<saygirl 0 _rita>>Celle qui verifie que tous ce passe bien.<</saygirl>>
<<user 0>><cite>Sourit</cite>Je comprend, tu est la meilleur masseuse.<</user>>
<<saygirl 0 _rita>><cite>Rire</cite>Oui, tu peux le dire.<</saygirl>>
<<saygirl 0 _rita>>D'ailleur je t'en pris installe toi !<</saygirl>>
<<user 0>>Ho non merci, je venez juste discuter.<</user>>
<<saygirl 0 _rita>>Oui Oui, je peux discuter et te masser, installe toi.<</saygirl>>
<<user 2>><cite>Heu...</cite><</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/massage/01/01.mp4">>
<<talk 0>>Ne sachant pas trop quoi faire, tu reste debout à la fixé bétement.<</talk>>
<<saygirl 0 _rita>><cite>Rire</cite>Tu de désabille et tu te couche sur la table $user.nom.<</saygirl>>
<<user 0>><cite>Heu</cite>Trés bien.<</user>>
<<talk 0>> Tu retires lentement tes vêtements avant de t’allonger. Tes mains cachant ton sexe, les joues rougies par la gêne.<</talk>>
<<talk 0>>Rita t’observe, amusée par ton embarras. Elle saisit doucement tes poignets pour les déposer de chaque côté de ton corps.<</talk>>
<<saygirl 0 _rita>>Détend toi $user.nom.<</saygirl>>
<<talk 0>>Elle commence délicatement a te masser, c'est une premiere pour toi, te détendre quand une femme aussi belle te masse, c'est impossible!!!<</talk>>
<<talk 3>>Pour te calmer et penser à autre chose, que ça poitrine mouller dans un teeshirt transparent, tu commence a faire la conversation.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/massage/01/02.mp4">>
<<user 0>><cite>Ahem</cite>Tu te plais ici ? Les autres filles sont sympas ? Et les clients, ça va ? Enfin… tout va bien ?<</user>>
<<talk 0>>Rita laisse échapper un petit rire en entendant le stress dans ta voix..<</talk>>
<<saygirl 0 _rita>>Oui Oui, Oui et oui , <cite>Rire</cite>Ne t'inquiette pas $user.nom, ton hotel est un vrai petit havre de paix. <</saygirl>>
<<saygirl 0 _rita>>Rien à voir avec ce que j’ai connu avant…<</saygirl>>
<<user 0>><cite>Curieux</cite>Ah oui ? tu parle de ton ancien établissement ?<</user>>
<<talk 0>>Son regard se trouble légèrement, elle sourit timidement et fixe le sol.<</talk>>
<<saygirl 0 _rita>><cite>Chuchotte</cite>Celui de Mr Viktor, oui. L’endroit était... glauque.<</saygirl>>
<<saygirl 0 _rita>>Les hommes qui venaient là-bas… ils ne cherchaient pas vraiment à se détendre.<</saygirl>>
<<saygirl 0 _rita>>Ils étaient... bizarres...<</saygirl>>
<<talk 0>>Elle soupire doucement avant de relever le menton avec un petit sourire courageux.<</talk>>
<<saygirl 4 _rita>>Ici, je me sens... plus libre. Plus épanouie. On me regarde comme une personne, pas comme un service.<</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/basement/massage/01/03.mp4">>
<<user 0>>Et... Mr Viktor, il sait que tu te plais ici ? Il ne te surveille pas trop ?<</user>>
<<saygirl 0 _rita>>Il sait et pour l'instant tous vas bien.<</saygirl>>
<<saygirl 0 _rita>>$user.nom, je te conseille de te méfier de lui. Il est… dangereux.<</saygirl>>
<<user 0>>Umm<</user>>
<<saygirl 0 _rita>>Il est toujours poli, toujours souriant, mais il obtient toujours ce qu’il veut.<</saygirl>>
<<saygirl 0 _rita>>Je... je ne suis qu’un pion pour lui. Une jolie poitrine. Un outil à manipuler ou pour manipuler.<</saygirl>>
<<talk 0>>Elle s’approche doucement, posant une main sur ton bras, la voix douce, presque caressante<</talk>>
<<saygirl 0 _rita>>Mais toi, je sens que tu es différent.<</saygirl>>
<<saygirl 0 _rita>>Et... tu sais j’aimerais rester ici.<</saygirl>>
<<saygirl 0 _rita>>Je travaillerais pour toi à tes conditions !<</saygirl>>
<<talk 0>>Elle penche la tête avec un sourire, puis attrape un flacon d'huile essenciel quel verse delicatement sur ton sexe.<</talk>>
<<talk 5>>En te fixant dans les yeux, elle glisse doucement ses doigts vers ton entrejambe.<</talk>>
@@
<<case 5>>
@@#media;
<<video "loveassets/basement/massage/01/04.mp4">>
<<saygirl 0 _rita>>L'aisse moi t' offrir un massage spécial. Juste pour te détendre. Un geste, entre nous. Pour te remercier de ta gentillesse.<</saygirl>>
<<talk 0>>La lumière de la piece vasille, alors que ton corps tremble de désir face a ce soupçon d’ambiguïté, entre gratitude sincère… et douce manipulation.<</talk>>
<<talk 0>>Quoi que tu dise ton corps concent.<</talk>>
<<talk 0>>Rita sourit, c'est main pleine d'huille, ses gestes sont lents, mes assurés, ses doigts effleurant ta masculiniter<</talk>>
<<saygirl 0 _rita>><cite>Murmure</cite>Voilà… détend-toi. Je te promets, je ne mords pas… à moins que tu me le demande.<</saygirl>>
<<talk 6>>Elle rit doucement, une chaleur dans la voix qui frôle le flirt, sans jamais s’y noyer<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/basement/massage/01/05.mp4">>
<<talk 0>>Son sourire ne quite pas ces levres, tendit que ces caresses devienne un vrais acte sexuel.<</talk>>
<<talk 0>>Elle agrippe de ses mains ton penis et commence lentement a faire des vas et viens.<</talk>>
<<talk 0>>Son geste est experts, la pression parfaitement dosée, elle est doue pour te donner des frissons.<</talk>>
<<saygirl 0 _rita>>Tu sais $user.nom, Je pourrais faire des merveilles ici. Je suis fidèle, dévouée… si tu me donne ma chance. <</saygirl>>
<<talk 0>>Difficile de reflechir dans ces conditions, mais de toute facon tu n'est pas contre l'idée.<</talk>>
<<user 0>>Je... je ne suis pas contre, mais le probleme, sais que... que dans mon propre hotel je ne prend pas les désitions.<</user>>
<<saygirl 0 _rita>>Mr Viktor...<</saygirl>>
<<user 7>><cite>Hoche la tête pour dire oui.</cite><</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/basement/massage/01/06.mp4">>
<<saygirl 0 _rita>>Si Mr Viktor revient me chercher… je ne sais pas si je pourrai lui résister. Il sait comment faire pression.<</saygirl>>
<<talk 0>>Tu reste silencieux, profitant du spectable de ça poitrine mouller dans son tee shirt mouiller.<</talk>>
<<talk 0>>Puis, doucement, sans brusquer, tu brise le silence.<</talk>>
<<user 0>>Dit moi , comment Mr Viktor fait pression sur toi ?<</user>>
<<saygirl 0 _rita>>C’est jamais direct. Jamais quelque chose qu’on peut prouver.<</saygirl>>
<<saygirl 0 _rita>>Il ne frappe pas. Il ne hurle pas. Il propose. Il manipule.<</saygirl>>
<<saygirl 0 _rita>>Il te fait croire que tu lui dois quelque chose. Que sans lui, tu n’existes pas.<</saygirl>>
<<talk 8>>Elle relève les yeux vers toi, une lueur glacée dans le regard.<</talk>>
@@
<<case 8>>
@@#media;
<<video "loveassets/basement/massage/01/07.mp4">>
<<talk 0>>Aprés une petite pause dans son recit, elle continue, tout en te caressent l'entrejambe machinalement, juste de quoi te l'aisser au garde a vous.<</talk>>
<<saygirl 0 _rita>>Il me tient par l’argent… par des menaces à peine voilées.<</saygirl>>
<<saygirl 0 _rita>>Et quand j’ai demander à partir, des clients bizarres ont commencé à venir et à devenir violent.<</saygirl>>
<<saygirl 0 _rita>>Puis il mon menacer et on demander des choses toujours plus limite bien loin des massages Nuru.<</saygirl>>
<<user 0>>Tu pense que Mr Viktor vas te demander de partir ? ou qu'il vas demander a ces client bizzare de venir ci ?<</user>>
<<saygirl 0 _rita>>Je suis sûre qu’il a déjà tout prévu. Il laisse toujours un peu de mou sur la ligne, au début..<</saygirl>>
<<saygirl 0 _rita>>Puis il la rembobine lentement, avec le sourire… et une offre qu’on ne peut pas refuser.<</saygirl>>
<<saygirl 0 _rita>>Pour moi, c'est de venir ici, un peux de calme avant la tempete.<</saygirl>>
<<saygirl 0 _rita>>Car quand il sent que t’as mordu, il tire la ligne d’un coup sec. Juste assez pour que l’hameçon s’enfonce…<</saygirl>>
<<saygirl 0 _rita>>... Juste assez pour te rappeler, que ta liberté, c’est lui qui la détient.<</saygirl>>
<<saygirl 0 _rita>>Il va venir, tôt ou tard pour me reprendre… et ...il faudra que je sois bien protégée. Sinon, il m’emportera avec lui.<</saygirl>>
<<talk 0>>Vous vous regarder dans les yeux, vous comprenant car vous êtes manipuler par le même homme.<</talk>>
<<saygirl 9 _rita>>Alors, tu vois pourquoi j’ai besoin de toi. Et pourquoi toi… tu devrais te méfier de lui, autant que moi.<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/basement/massage/01/08.mp4">>
<<user 0>>Combient tu lui doit ? tu peux m’en dire plus ?<</user>>
<<talk 0>>Elle secoue lentement la tête, un petit rire amer dans la gorge.<</talk>>
<<saygirl 0 _rita>>Non. C’est ça le pire. Il ne m’a jamais donné de somme. Il me dit que "tout est en ordre", que "j'ai juste à travvailler pour lui", que "je peux lui faire confiance". <</saygirl>>
<<saygirl 0 _rita>><cite>Avale ça salive</cite>Et au début, j’y ai cru. Il était... charmant. Charismatique.<</saygirl>>
<<saygirl 0 _rita>>Ce que je sais, c'est que la somme est un cumul de frais à rembourser et d'avances de salaire que je n'est jamais toucher...<</saygirl>>
<<saygirl 0 _rita>>$user.nom la dette que j'ai envers lui est abyssal selon lui.<</saygirl>>
<<saygirl 0 _rita>>C’est pour ça que je veux rester ici. Si Mr Viktor revient me chercher, je suis foutue.<</saygirl>>
<<saygirl 0 _rita>>Il peux désider, d'ou je vais, avec qui et ce que je doit faire, cette fois si j'ai eu de la chance mais ça n'a pas toujour etait le cas $user.nom.<</saygirl>>
<<saygirl 0 _rita>>Il faut que tu me protèges, si je travail pour toi… peut-être qu’il renoncera à moi.<</saygirl>>
<<talk 0>>Un silence lourd tombe. Le nom de Viktor flotte comme une menace diffuse. Et pourtant, son regard reste doux.<</talk>>
<<talk 0>>Tu sais parfement ou Mr viktor peux la mener, elle pourais ce retrouver dans un carton envoiller je ne sais ou.<</talk>>
<<saygirl 10 _rita>>$user.nom, Je ne veux pas que tu fasses ça par pitié… mais parce que je peux être utile. Très utile.<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/basement/massage/01/09.mp4">>
<<talk 0>>A c'est mot elle baise les yeux et ce rend compte que tous son haut et tremper d'huile et coller à ça poitrine.<</talk>>
<<talk 0>>D'un geste lent et plein de magie, elle enleve son haut l'aissent sortir ça magnique poitrine à l'air libre.<</talk>>
<<saygirl 0 _rita>><cite>Chuchotte</cite>Je peux être trés utile...<</saygirl>>
<<talk 0>>Tu la regarde un instant. Elle a l’air sincère, mais tu sais aussi que dans ce monde, les apparences sont souvent trompeuse.<</talk>>
<<talk 0>>Tu inspire doucement, puis prend la parole avec calme.<</talk>>
<<user 0>>Tu vas devoir être patiente. Rien ne se fait du jour au lendemain, surtout avec un type comme Mr Viktor.<</user>>
<<user 0>>Je ne veux pas te faire de fausses promesses, mais sache une chose : mon but, à terme… c’est aussi de me libérer de lui.<</user>>
<<user 0>>Je doit reprendre le contrôle. Cet hôtel… est à moi, entierement à moi...<</user>>
<<user 11>>Et toutes les personnes qui veulent avancer avec moi, sont les bienvenues.<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/massage/01/010.mp4">>
<<talk 0>>Elle reste un instant silencieuse, le regard fixé sur toi. Puis elle hoche lentement la tête. Un sourire se dessine, sur son visage.<</talk>>
<<saygirl 0 _rita>>C’est tout ce que je voulais entendre. Je saurai attendre. Et en attendant… je ferai de mon mieux ici. Pour toi. Pour cet Hotel.<</saygirl>>
<<talk 0>>Elle vous effleure la main. Un accord tacite vient de naître, fragile encore, mais porteur de promesses.<</talk>>
<<talk 0>>Elle vous dévisage un instant. Puis son sourire s’élargit, complice, presque joueur.<</talk>>
<<saygirl 0 _rita>><cite>Souris</cite>Avec tous ça tu n'a pas profiter de ton massage, detend toi maintenant et laisse-moi faire.<</saygirl>>
<<talk 0>>D'une main ferme elle ecarte tes jambes pour si faire une place, elle monte sur la table de massage face a vous.<</talk>>
<<talk 0>>Assise, torse nue devant vous, elle baisse avec empressement son legins, vous regardant tous sourire.<</talk>>
<<saygirl 0 _rita>><cite>Murmure</cite>Tu as beaucoup trop de tension… c’est mauvais, ça. Tu doit apprendre à lâcher prise. <</saygirl>>
<<saygirl 0 _rita>>Si je reste ici, je pourrais faire ça tous les jours.<</saygirl>>
<<saygirl 12 _rita>>Rien que pour toi…<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/massage/01/1.mp4" 1>>
<<talk 0>>Elle pose délicatement ses mains sur tes jambes avant de faire glisser ses pieds, enduits d'huile, le long de ton sexe.<</talk>>
<<talk 0>>Avec une habileté chirurgicale et une caresse aussi douce que du velours, elle commence à effectuer des mouvements de va-et-vient.<</talk>>
<<talk 0>>Tu sens ton souffle s'accélérer, tes muscles se tendre sous l'effet du plaisir grandissant.<</talk>>
<<talk 0>>Elle ajuste légèrement sa prise, appliquant une pression juste assez forte pour te faire gémir doucement.<</talk>>
<<user 13>>UM<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/basement/massage/01/2.mp4" 1>>
<<talk 0>>Elle se tourne dos à toi, se cambrant légèrement. Sans un mot, elle enveloppe ta bite entre ses pieds enduits d'huile et commence à la caresser doucement, ses mouvements synchronisés avec les ondulations de son corps.<</talk>>
<<talk 0>>Tu sens la douceur de ses pieds glissant le long de ta verge tendue. Chaque caresse est calculée pour te procurer un maximum de plaisir.<</talk>>
<<talk 14>>Plus tu gemis de plaisir, plus elle ce cambre, approchant inexorablement ca fente trempé de désir vers ton sexe.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/massage/01/3.mp4" 1>>
<<talk 0>>Soudain, elle attrape ton sexe et, l'insére en elle avec un soupir de plaisir.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite><</saygirl>>
<<talk 0>>Elle commence à faire de petits gestes lents, chaque pénétration un peu plus profonde lui arrachant un doux gémissement.<</talk>>
<<saygirl 15 _rita>><cite>Ummmmmmm</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/basement/massage/01/4.mp4" 1>>
<<talk 0>>Ces gémissements devienne de plus en plus forts, de plus en plus fréquents à mesure que ses mouvements s'accélèrent.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<talk 0>>Elle cherche le rythme parfait, celui qui lui procure le plus de plaisir.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<talk 0>>Finalement, ces gémissements de plaisir se transforment en cris de jouissance alors qu'elle s'approche de l'orgasme.<</talk>>
<<talk 0>>Tu peux sentir ses muscles ce contracter autour de ton sexe.<</talk>>
<<saygirl 16 _rita>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/basement/massage/01/5.mp4" 1>>
<<talk 0>>Elle fini par se laisser emporter par le désir, ses mouvements devenant plus imprévisibles, plus passionnés.<</talk>>
<<talk 0>>Tu sens son corps trembler sous l'intensité de son plaisir, ses mains caressant ses seins dans une explosion de cris de jouissance.<</talk>>
<<saygirl 0 _rita>><cite>Umm</cite>Ahhhh Ahhhh Ohhhhhhh<</saygirl>>
<<talk 0>>Ces cris de plaisir se mêlent a ces gémissements, créant une symphonie sensuelle, te poussant vers le précipice.<</talk>>
<<talk 17>>Au bord de l'explosion, son corps frémissant en harmonie avec tes battements de cœur. Chaque mouvement de son corps te fait vibrer, te rapprochant de plus en plus de l'orgasme.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/basement/massage/01/6.mp4" 1>>
<<talk 0>>Elle se redresse et se met sur le côté, prenant ta bite encore dure dans sa main. <</talk>>
<<talk 0>>Elle commence à la caresser doucement, puis accélère progressivement la cadence de ses mouvements. La pression et le rythme de sa branlette deviennent de plus en plus intenses.<</talk>>
<<talk 0>>Elle te fixe, ses yeux brûlant de désir, et pause ta bite contre ses seins. La vue est magnifique...<</talk>>
<<talk 0>>Tu sens ton plaisir monter en flèche et, dans un petit cri de plaisir, tu jouis sur son corps brillant.<</talk>>
<<user 18>><cite>UM</cite>Ahhh Ahhhh<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/basement/massage/01/011.mp4">>
<<user 0>><cite>Um</cite><</user>>
<<talk 0>>Sa mains glissent lentement sur ta viriliter, lubrifier par une melange d' huiles essentiel et de sperme.<</talk>>
<<talk 0>>Elle continue de te caresser, jusqu'a la derniere goutte, chaque caresse te procurant un frisson de plainitude.<</talk>>
<<saygirl 0 _rita>>Tu voie $user.nom je peux te faire oublier le reste du monde… Viktor, l’hôtel, les dettes… Tout peut disparaître, juste un instant. Il suffit de me laisser faire.<</saygirl>>
<<user 0>><cite>Um</cite><</user>>
<<talk 0>>Elle sourit doucement, comme si elle venait de gagner quelque chose.<</talk>>
<<saygirl 0 _rita>>Je me sens bien ici… Vraiment bien.<</saygirl>>
<<talk 0>>Elle ferme les yeux un instant, epuisée. Comme si cette simple action effaçait, au moins pour ce soir, l' ombres de Mr Viktor.<</talk>>
<<saygirl 0 _rita>>Merci...<</saygirl>>
<<talk 19>>Tu ne bouge pas pendant quelques instants, savourant la chaleur de son corps et le silence, puis tu te redresse doucement.<</talk>>
@@
<<case 19>>
@@#media;
[img[loveassets/basement/massage/01/02.jpg]]
<<user 0>>Il faut que je me remette au travail… mais je vais reflechir à une solution, promit, je ne t’oublierai pas.<</user>>
<<talk 0>>Elle hoche la tête avec un petit sourire, complice, presque lumineuse.<</talk>>
<<saygirl 0 _rita>>Je serais patiente...<</saygirl>>
<<talk "hall">>Tu te rhabille en silence. Avant de quitter la pièce, tu la regarde, elle se lève, passe une main sur c'est seins pour etaler le sperme qu'elle à sur elle et te suit du regard jusqu’à la porte.<</talk>>
@@
<</switch>>
<</nobr>><<nobr>>
/*Liya Silver*/
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<set _lia = "loveassets/basement/sauna/liya.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/sauna.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/basement/sauna/01/01.jpg]]
<<talk 0>>Tu pousses la porte du sauna, la chaleur te frappe de plein fouet. Tes yeux mettent quelques instants à s'adapter à la pénombre.<</talk>>
<<talk 0>>Allongée gracieusement sur le banc de bois, les bras le long du corps, les yeux fermés, une femme magnifique.<</talk>>
<<talk 1>>Une vison paradisiaque entre la buer du sauna et son corps luisant de sueur.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/basement/sauna/01/01.webm">>
<<talk 0>>Supris par sa beauter tu la fixes, comme hypnotisé.<</talk>>
<<user 0>><cite>Soupir</cite>Incroyable...<</user>>
<<talk 0>>Soudain, elle ouvre les yeux, te regarde avec une lueur de surprise mêlée d'amusement.<</talk>>
<<talk 0>>Sans un mot, elle te fixe en retour, ses yeux perçants semblant lire au plus profond de ton âme.<</talk>>
<<user 0>><cite>Ahem</cite>Euh... désolé, je... je ne voulais pas te déranger. Je m'appelle $user.nom, je suis le gérant de l'hôtel.<</user>>
<<talk 0>>Elle esquisse un sourire en coin, puis désigne l'huile de massage posée près de toi.<</talk>>
<<saygirl 2 _lia>>Tu peux me passer l'huile s'il te plait.<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/sauna/01/02.webm">>
<<talk 0>>Tu lui tends l'huile, et avec un sourire en coin, elle se relève gracieusement.<</talk>>
<<talk 0>>Elle te regarde droit dans les yeux, te laissant admirer sa silhouette magnifique avant de se présenter d'une voix suave.<</talk>>
<<saygirl 0 _lia>>Enchantée de faire ta connaissance, $user.nom. Je suis Liya, la gérante de ces lieux.<</saygirl>>
<<user 0>>Enchanté, Liya. C'est un plaisir de te rencontrer.<</user>>
<<talk 0>>Sans plus attendre, Liya prend une petite quantité d'huile dans sa main et la répartit délicatement entre ses doigts.<</talk>>
<<talk 0>>Puis, avec une lenteur calculée, elle commence à masser le haut de sa poitrine. <</talk>>
<<talk 3>>Les mouvements sont doux et sensuels, faisant briller sa peau sous la lumière du sauna.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/sauna/01/03.webm">>
<<talk 0>>Après avoir doucement massé le haut de sa poitrine, Liya continue son exploration sensuelle en descendant lentement ses mains le long de son décolleté.<</talk>>
<<talk 0>>Ses doigts effleurent délicatement sa peau douce, provoquant des frissons le long de ta colonne vertébrale.<</talk>>
<<talk 4>>Elle passe ensuite ses doigts sous les bretelles fines de son maillot de bain, afin d'attendre les zones non huiller.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/basement/sauna/01/04.webm">>
<<talk 0>>Liya continue son massage avec une maîtrise inégalée, passant maintenant à ses jambes longues et élégantes.<</talk>>
<<talk 0>>Elle applique l'huile avec soin, ses mains glissant le long de sa peau avec une douceur presque hypnotique.<</talk>>
<<talk 0>>Tu es figé, captivé par le spectacle de son corps brillant, et de la caresses expertes de ses mains.<</talk>>
<<talk 0>>Tu sens un désir ardent monter en toi, mais tu es tiraillé par le besoin de lui parler, de briser ce silence qui s'est installé entre vous.<</talk>>
<<user 5>><cite>Euh...</cite>Liya ?<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/basement/sauna/01/05.webm">>
<<talk 0>>Sans interrompre son massage, elle lève les yeux vers toi avec un sourire en coin<</talk>>
<<talk 0>>Ton regard est attiré à nouveau par la manière dont l'huile brille sur sa peau, par la courbe gracieuse de ses jambes et par le mouvement de ses mains.<</talk>>
<<saygirl 0 _lia>>Oui ?<</saygirl>>
<<user 0>>Je voulais s'avoir si tout va bien. Comment ça se passe ici ? et comment ça vas Avec Mr. Viktor… ?<</user>>
<<talk 0>>Elle hésite un instant, comme si elle pesait ses mots.<</talk>>
<<saygirl 0 _lia>>Tout est parfait ici, mais… Avec Mr. Viktor, rien n’est jamais simple.<</saygirl>>
<<user 0>>Tu as aussi un contract avec lui ?<</user>>
<<talk 0>>Elle te jette un regard surpris, son corps tendu par une angoisse palpable.<</talk>>
<<saygirl 0 _lia>>Oui... Il… il m’a fait signer un contrat, comme toutes les autres...<</saygirl>>
<<user 0>>Tu l'as vue ce contract ?<</user>>
<<saygirl 0 _lia>>Oui... ce contrat… il est étrange. Il y a des clauses que je ne comprends pas bien, mais une chose est claire !<</saygirl>>
<<saygirl 0 _lia>>Je doit rembourser mes dettes avant de partir, mais il ne m’a jamais précisé de montant exact.<</saygirl>>
<<saygirl 0 _lia>>Et si je tente de m'enfuir, il… il peut faire en sorte que ma vie devienne un enfer.<</saygirl>>
<<saygirl 0 _lia>>Mais je n’ai rien, pas d'argent, pas de famille pour m'aider, rien du tout.<</saygirl>>
<<saygirl 0 _lia>>C’est comme si j’étais... liée à lui d’une certaine manière et je ne peux rien contrôler.<</saygirl>>
<<talk 6>>Elle prend une grande inspiration, cherchant à se contrôler.<</talk>>
@@
<<case 6>>
@@#media;
<<video "loveassets/basement/sauna/01/06.webm">>
<<saygirl 0 _lia>>Je ne sais pas quoi faire $user.nom. Mais toi… toi tu pourrais m’aider, non ?<</saygirl>>
<<saygirl 0 _lia>>Si tu as une place pour moi, je ferai tout ce que tu veux, tout… mais je ne peux pas rester avec lui, c’est trop dangereux.<</saygirl>>
<<talk 0>>Elle te fixe, son regard cherchant désespérément un signe, une porte de sortie.<</talk>>
<<user 0>>Écoute… Je vais nous libérer de Mr. Viktor, toi, moi, et toutes celle qui voudrons me suivre, mais ça prendra du temps... <</user>>
<<user 0>>Tu n’es pas la seule à être piégée avec lui, et il faut être prudent.<</user>>
<<user 0>>Il est dangereux. Il ne lâcheras pas prise facilement, et s’il voit qu’il perd le contrôle, il peut devenir imprévisible.<</user>>
<<saygirl 0 _lia>><cite>Hoche la tête pour dire oui</cite><</saygirl>>
<<saygirl 0 _lia>>Je… je comprends. Mais tu promets que tu vas m’aider ? Parce que je… je ne veut plus rester avec lui.<</saygirl>>
<<user 0>>Oui, je te le promets. Mais en attendant, reste discrète, reste calme.<</user>>
<<user 0>>Le plus important maintenant, c’est de ne pas attirer son attention. Je vais trouver une solution.<</user>>
<<talk 7>>Elle te regarde, souris, un peu plus apaisée, bien que son anxiété ne soit pas totalement dissipée.<</talk>>
@@
<<case 7>>
@@#media;
<<video "loveassets/basement/sauna/01/07.webm">>
<<talk 0>>Après cette conversation qui a visiblement rendu Lyia nerveuse, elle se détend peu à peu et fini par te proposer de venir t'installer à côté d'elle pour profiter pleinement du sauna. <</talk>>
<<talk 0>>Tu est peu hésitant mais elle t'indique une serviette propre pour te changer.<</talk>>
<<user 0>><cite>Um</cite>D'accord.. Je vais me changer rapidement.<</user>>
<<talk 0>>Tu te rends dans un coin discret du sauna, te déshabilles et te sers de la serviette pour te couvrir les hanches.<</talk>>
<<talk 0>>Une fois changé, tu reviens t'asseoir à côté d'elle.<</talk>>
<<talk 0>>Dans un silence apaisant, vous commencez tous les deux à profiter de la chaleur du sauna.<</talk>>
<<talk 0>>Les vapeurs emplissent l'air, et les sons de votre respiration lente et régulière se mêlent au palpitation de ton coeur.<</talk>>
<<user 0>><cite>Détendu</cite>C'est vraiment relaxant...<</user>>
<<saygirl 0 _lia>>Oui, c'est l'un des avantages du sauna. Laisse-toi simplement aller.<</saygirl>>
<<talk 0>>Le temps passe, et peu à peu, tu te sens de plus en plus somnolent.<</talk>>
<<talk 0>>Les effets combinés de la chaleur et du parfum de Liya te plongent dans un état de détente profonde.<</talk>>
<<talk 8>>Les bruits autour de toi deviennent de plus en plus lointains, et tu te sens glisser doucement vers le sommeil.<</talk>>
@@
<<case 8>>
@@#media;
[img[loveassets/img/nuit.jpg]]
<<talk 0>>La chaleur du sauna enveloppe ton corps, te faisant sombrer dans une torpeur apaisante.<</talk>>
<<talk 0>>Soudain, un frisson électrique te parcourt l'échine, te faisant tressaillir légèrement.<</talk>>
<<talk 0>>Tes yeux se mettent à papilloter, et tu sens une présence à côté de toi.<</talk>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>Ton corps se contracte subtilement, et une chaleur intense se répand sur ton sexe, te faisant gémir doucement dans ton sommeil.<</talk>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 9>>Les sensations deviennent de plus en plus nettes, et tu commences à te réveiller lentement.<</talk>>
@@
<<case 9>>
@@#media;
<<video "loveassets/basement/sauna/01/1.webm" 1>>
<<talk 0>>Tes paupières s'ouvrent à peine, et tu aperçois un mouvement près de tes jambes.<</talk>>
<<talk 0>>C'est alors que tu vois Liya, agenouillée devant toi et te suçant avec une expertise et une passion dévorantes.<</talk>>
<<user 0>>...<</user>>
<<saygirl 0 _lia>><cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>La chaleur du sauna amplifie les sensations, et tu te sens frissonner de plaisir sous sa bouche chaude et avide.<</talk>>
<<talk 0>>Tu peux sentir chaque mouvement de sa langue, chaque caresse de ses lèvres sur ta verge tendue.<</talk>>
<<user 0>><cite>Umm</cite> Liya...<</user>>
<<talk 0>>Les battements de ton cœur s'accélèrent, et tu te rends compte que tu es complètement réveillé, mais toujours sous l'emprise du plaisir que Liya te donne.<</talk>>
<<talk 0>>Le sauna semble s'être transformé en un lieu de plaisirs interdits.<</talk>>
<<talk 10>>Tu te laisses emporter par les sensations, tandis qu'elle te regarde avec un sourire satisfait et complice.<</talk>>
@@
<<case 10>>
@@#media;
<<video "loveassets/basement/sauna/01/2.webm" 1>>
<<talk 0>>Liya, à genoux te suçe avec une habileté déconcertante, ses lèvres chaudes et humides glissant le long de ton sexe.<</talk>>
<<talk 0>>Mais la position devient difficile à maintenir pour elle avec la chaleur étouffante du sauna.<</talk>>
<<talk 0>>Alors qu'elle commençe à se relever, tu la retiens et montes d'une marche, te plaçant au-dessus d'elle. <</talk>>
<<talk 0>>Tu place tes mains dans ses cheveux doucement mais fermement, et tu l'attires vers toi.<</talk>>
<<talk 0>>Liya s'approche sans hésitation puis elle plonge à nouveau ta verge dans sa bouche, ses lèvres se refermant autour de toi avec une avidité renouvelée.<</talk>>
<<talk 0>>La nouvelle position te permet de mieux contrôler le rythme et la profondeur, intensifiant encore ton plaisir.<</talk>>
<<saygirl 11 _lia>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/sauna/01/3.webm" 1>>
<<talk 0>>Sentant tes veines gonfler dans sa bouche, Liya s'arrêta brusquement et recule d'un pas.<</talk>>
<<talk 0>>D'un mouvement gracieux, elle enleve son haut, révélant ça poitrine généreuse et luisante.<</talk>>
<<talk 0>>Elle te regarde avec un sourire en coin, puis prend la serviette à coter d'elle.<</talk>>
<<talk 0>>Avec une lenteur calculée, elle la pose délicatement sur une marche du sauna avant de s'allonger sur le dos, ses yeux remplit d'un desir palpable.<</talk>>
<<talk 0>>Tu prends quelques secondes pour admirer ce corps magnifique, la façon dont la lumière du sauna caresse sa peau humide, mettant en valeur chaque courbe.<</talk>>
<<talk 0>>Tu ne peux résister plus longtemps à l'envie de la toucher. Tes mains se posent sur ses seins énormes et luisants, et tu commences à leur offrir un massage langoureux.<</talk>>
<<talk 0>>Sous tes doigts, sa peau est chaude et douce, ses seins se soulevent et s'abaissent au rythme de sa respiration accélérée.<</talk>>
<<talk 0>>Tu caresses ses tétons durcis, les faisant rougir encore davantage. Liya gémit doucement, fermant les yeux et se laissant aller au plaisir.<</talk>>
<<saygirl 12 _lia>><cite>Umm - Ummm</cite><</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/sauna/01/4.webm" 1>>
<<talk 0>>Dans un élan passionné, tu fais glisser le bas de son maillot de bain pour te frayer un passage vers son intimité.<</talk>>
<<talk 0>>Tu la pénètres avec force, surmontant sa légère résistance. Sa chatte est étroite, et tu dois pousser de plus en plus fort pour atteindre les profondeurs de son être.<</talk>>
<<talk 0>>Sous l'effort et la surprise, ses gémissements se transforment en cris de plaisir.<</talk>>
<<saygirl 0 _lia>><cite>Umm - Haaaaaa</cite><</saygirl>>
<<talk 0>>Motiver par c'est cris, tu te l'aisse emporter par la vague de désir qui te submerge. Chaque coup de reins est plus puissant que le précédent, te faisant perdre tout contrôle.<</talk>>
<<saygirl 13 _lia>><cite>Haaa - Haaaaa</cite><</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/basement/sauna/01/5.webm" 1>>
<<talk 0>>La chaleur du sauna amplifie les sensations, chaque mouvement te faisant frissonner de plaisir.<</talk>>
<<talk 0>>Alors que tu la prends avec une intensité animal, Liya, submergée par le plaisir, se met à ce caresser frénétiquement tout en gémissant entre chaque coup de rein.<</talk>>
<<talk 14>>Ses cris de plaisir résonnent dans l'espace confiné, mêlés à tes soupir de plaisir.<</talk>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/sauna/01/6.webm" 1>>
<<talk 0>>Essoufflé et au bord de l'extase. tu change de position pour prolonger le plaisir.<</talk>>
<<talk 0>>Tu la retournes rapidement pour la mettre à quatre pattes. La vue de ses fesses offertes à ton désir te fait gemir de plaisir.<</talk>>
<<talk 0>>Tu la pénètres avec force, surprise , elle crie de plaisir.<</talk>>
<<saygirl 0 _lia>><cite>Haaaaa</cite><</saygirl>>
<<talk 0>>Tu poses tes mains sur ses fesses et les agrippes fermement, guidant les mouvements pour aller toujours plus fort et plus loin en elle.<</talk>>
<<talk 0>>Ses gémissements se transforme en cris de plaisir intense alors que tu la pilonnes sans relâche.<</talk>>
<<saygirl 15 _lia>><cite>Haaa - Haaaaa</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/basement/sauna/01/7.webm" 1>>
<<user 0>><cite>Umm</cite><</user>>
<<saygirl 0 _lia>><cite>Haaa - Haa</cite><</saygirl>>
<<saygirl 0 _lia>><cite>Haaa - Haaaa</cite><</saygirl>>
<<saygirl 16 _lia>><cite>Haaa - Haaaaaa</cite><</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/basement/sauna/01/8.webm" 1>>
<<talk 0>>Liya décide de prendre les devants. Elle se redresse et pose une main sur ton torse.<</talk>>
<<talk 0>>Avec une grâce féline, elle te pousse doucement pour que tu t'assoies.<</talk>>
<<talk 0>>Tu obéis, avide de connaître la suite. Elle te tourne le dos, te présentant ses fesses rebondies.<</talk>>
<<talk 0>>Puis, sans hésiter, elle s'empale sur toi, faisant glisser ton sexe en elle avec un gémissement de plaisir.<</talk>>
<<talk 0>>Après quelques va-et-vient, elle pose une jambe sur la tienne, puis l'autre.<</talk>>
<<talk 0>>Tes mains agrippent ses hanches pour suivre le rythme effréné de ses mouvements.<</talk>>
<<talk 17>>Alors que votre plaisir monte en flèche, elle libère une main pour se caresser avec frénésie, ses cris remplissant l'air chaud du sauna.<</talk>>
@@
<<case 17>>
@@#media .cum;
<<video "loveassets/basement/sauna/01/9.webm" 1>>
<<talk 0>>Au bord de l'extase, tu pousses sur ses hanches avec une urgence presque désespérée, l'incitant à se relever.<</talk>>
<<talk 0>>Elle obéit, se redresse lentement avec un sourire coquin aux lèvres. Sans perdre un instant, tu la guides pour qu'elle s'allonge sur la serviette encore tiède.<</talk>>
<<talk 0>>Tu te places au dessus d'elle, ton regard brûlant de désir fixé sur son corps nu.<</talk>>
<<talk 0>>Avec une main ferme, tu prends ta verge en main et commences à te masturber, te rapprochant de plus en plus de l'orgasme.<</talk>>
<<talk 0>>Le plaisir devient insurmontable et, dans un cri de jouissance, tu éjacules abondamment sur son corps doré et luisant.<</talk>>
<<user 0>><cite>Haaa - Haaaa</cite><</user>>
<<talk 0>>Ses yeux sont rivés sur tes mouvements, une lueur d'excitation et de désir dansant au fond de ses prunelles.<</talk>>
<<talk 0>>Puis elle commence à se masser doucement les seins, étalant ton sperme chaud et visqueux sur sa peau lisse, comme pour s'imprégner de chaque goutte de sa semence.<</talk>>
<<saygirl 0 _lia>><cite>Ummm</cite><</saygirl>>
<<user 18>><cite>Haaa - Haaaa</cite><</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/basement/sauna/01/08.webm">>
<<talk 0>>Epuiser et à bout de souffle, tu te relèves lentement, fixant son corps luisant d' un mélange de désir et d'huille.<</talk>>
<<talk 0>>Elle te regarde, les yeux brillants, tout en se massant les seins.<</talk>>
<<saygirl 0 _lia>><cite>Ummm</cite>$user.nom<</saygirl>>
<<user 0>>Oui, Liya...<</user>>
<<saygirl 0 _lia>>Tu ne m'oubliras pas?<</saygirl>>
<<user 0>><cite>Souris</cite> Je penserai à toi, je te le promets.<</user>>
<<talk 0>>Tu te penches pour l'embrasser doucement sur le front<</talk>>
<<user 0>>Je reviendrai te voir, mais d'abord, je dois m'occuper de Mr Viktor.<</user>>
<<talk 0>>Une foix tes habit recupere tu avance lentement vers la porte du sauna.<</user>>
<<talk "hall">>Tu te retournes une dernière fois, ton regard croise le sien. Il y a une lueur de détermination dans tes yeux, mais aussi une promesse silencieuse.<</talk>>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<style>
b {
display: contents;
}
</style>
<<dialog>>
<b>Thank you for your support.</b>
<br>
You received $20,000, (repeatable).
<<button "back" "computer">><<money 20000>><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<if ndef $patreondate>>
<<set $patreondate = 0>>
<</if>>
<<set _date to Date.now()>>
<<backbutton>>
<script>
$(document).ready(function () {
$('#textbox-verif').on('focus', function () {
$(this).val('');
});
});
</script>
<<switch $page>>
<<case 0>>
<<set _lastuse to Math.floor((_date - $patreondate) / (24*60*60*1000))>>
<<if $patreondate === 0 or _lastuse >= 30>>
<<dialog>>
Please enter cheat code.
<<textbox "$verif" "cheat code">><<link "Check" "money_drop">><<set $page = 1>><<run Dialog.close();>><</link>>
<<button "back" "computer">><<unset $page>><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
<<dialog>>
The code can only be used once per month.<br>
You used the code <<=_lastuse>> days ago. <br>
Please try again later.
<<button "back" "computer">><<unset $page>><<run Dialog.close();>><</button>>
<</dialog>>
<</if>>
<<case 1>>
/*<<set _test = setup.check($version, $verif)>>
<<if _test>>*/
<<if $cheatcode == $verif>>
<<dialog>>
You received $20,000, thank you for your support.
<<button "back" "computer">><<set $patreondate = _date>><<money 20000>><<unset $page>><<unset $verif>><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
<<dialog>>
Incorrect code, please support me.
<a class="link-internal macro-link" href="https://www.patreon.com/a_FurbyzHiddenChronicles" target="_blank">Patreon</a>
<<link "Try again" "money_drop">><<unset $page>><<unset $verif>><<run Dialog.close();>><</link>>
<<button "back" "computer">><<unset $page>><<unset $verif>><<run Dialog.close();>><</button>>
<</dialog>>
<</if>>
<</switch>>
<</nobr>>
<<nobr>>
<<run Dialog.close();>>
<style>
b {
display: contents;
}
</style>
<<dialog>>
<b>Thank you for your support.</b>
<br>
$girls[$girl].nom is unlocked.
<<button "back" "recrut">><<set $girls[$girl].patreon to false>><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<script>
$(document).ready(function () {
$('#textbox-verif').on('focus', function () {
$(this).val('');
});
});
</script>
<<switch $page>>
<<case 0>>
<<dialog>>
Please enter cheat code.
<<textbox "$verif" "cheat code">><<link "Check" "girl_unlock">><<set $page = 1>><<run Dialog.close();>><</link>>
<<button "back" "recrut">><<unset $page>><<run Dialog.close();>><</button>>
<</dialog>>
<<case 1>>
/*<<set _test = setup.check($version, $verif)>>
<<if _test>>*/
<<if $cheatcode == $verif>>
<<dialog>>
$girls[$girl].nom is unlocked, thank you for your support.
<<button "back" "recrut">><<unset $page>><<unset $verif>><<run Dialog.close();>><<set $girls[$girl].patreon to false>><</button>>
<</dialog>>
<<else>>
<<dialog>>
Incorrect code, please support me.
<a class="link-internal macro-link" href="https://www.patreon.com/a_FurbyzHiddenChronicles" target="_blank">Patreon</a>
<<link "Try again" "girl_unlock">><<unset $page>><<unset $verif>><<run Dialog.close();>><</link>>
<<button "back" "recrut">><<unset $page>><<unset $verif>><<run Dialog.close();>><</button>>
<</dialog>>
<</if>>
<</switch>>
<</nobr>>
<<nobr>>
/*kenna-james*/
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _kenna = "loveassets/basement/poledance/kenna.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/poledance.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>A few steps from the door, you can hear soft music. You knock gently on the door, full of questions in your head.<</talk>>
<<user 0>><cite>Toc Toc</cite><</user>>
<<saygirl 0 _kenna>>Yes, it's open, you can come in.<</saygirl>>
<<talk 1>>You gently turn the doorknob, searching for what approach might best help you get answers.<</talk>>
@@
<<case 1>>
@@#media;
<<video "loveassets/basement/poledance/01/01.webm">>
<<talk 0>>You step into the room, bright light burning your retinas. You can only see a blonde angel moving from shadow to light in time with the music.<</talk>>
<<talk 0>>Once your eyes adjust, your pupils dilate to let you admire this beautiful woman swaying in front of you.<</talk>>
<<saygirl 0 _kenna>><cite>Smiles</cite>Hey, Baby, have a seat and enjoy, I’ll come see you soon…<</saygirl>>
<<talk 0>>You stand there staring at that little blonde for a moment, and your heart starts beating to the rhythm of her dance.<</talk>>
<<talk 0>>Not knowing what to say, you stand there, eyes wide.<</talk>>
<<talk 0>>You take a deep breath to gather your courage, then you go for it. Your voice comes out much louder than it should.<</talk>>
<<user 0>><cite>Speaks loudly</cite>Can I be direct?<</user>>
<<saygirl 0 _kenna>><cite>Smiles</cite>Yes? Yes... Baby, I love anal...<</saygirl>>
<<user 2>><cite>Gulp</cite><</user>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/poledance/01/02.webm">>
<<talk 0>>As if nothing happened, she turns her back to you, swaying her buttocks towards you.<</talk>>
<<talk 0>>You stand there, mouth agape, in front of this spectacle, enjoying the view of her round buttocks moving to the rhythm of the music.<</talk>>
<<user 0>>I'm not talking about that...<</user>>
<<user 0>>I'm $user.nom, the manager of this hotel.<</user>>
<<user 0>>Hey... I'd like to ask you some questions.<</user>>
<<user 0>><cite>Ahem</cite> About Mr. Viktor.<</user>>
<<talk 3>>She doesn't say anything, but you can see in her attitude that something has changed.<</talk>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/poledance/01/03.webm">>
<<talk 0>>With grace, she gathers momentum before launching herself onto the pole dance bar and starts spinning.<</talk>>
<<talk 0>>Once her momentum dissipates, her breath short, the words come out of her mouth timidly.<</talk>>
<<saygirl 0 _kenna>>Questions... about Mr. Viktor... are you sure $user.nom? It's dangerous.<</saygirl>>
<<saygirl 0 _kenna>>For you, as well as for me!<</saygirl>>
<<user 0>>Hey, if I tell you I can help you?<</user>>
<<user 0>>If I tell you I can keep you safe here?<</user>>
<<saygirl 0 _kenna>><cite>Thinks</cite><</saygirl>>
<<saygirl 4 _kenna>>No, you can't, but... I'm curious... go ahead, ask your questions.<</saygirl>>
@@
<<case 4>>
<<dialog>>
<<if !$question.includes(5)>>
<<link "Do you have a contract?" "talk_poledance">><<set $page=5>><</link>>
<</if>>
<<if $question.includes(5) and !$question.includes(6) >>
<<link "What does it contain?" "talk_poledance">><<set $page=6>><</link>>
<</if>>
<<if $question.includes(6) and !$question.includes(7) >>
<<link "How do I retrieve it?" "talk_poledance">><<set $page=7>><</link>>
<</if>>
<<if $question.includes(7) and !$question.includes(8)>>
<<link "If I get them back?" "talk_poledance">><<set $page=8>><</link>>
<</if>>
<<if $question.includes(8) and !$question.includes(9) >>
<<link "A mission?" "talk_poledance">><<set $page=9>><</link>>
<</if>>
<<if $question.includes(9) and !$question.includes(10)>>
<<link "My Hotel!" "talk_poledance">><<set $page=10>><</link>>
<</if>>
<<if $question.includesAll(5,6,7,8, 9,10) >>
<<link "End of the conversation" "talk_poledance">><<set $page=11>><</link>>
<</if>>
<<button "back" "hall">><<run Dialog.close();>><<unset $question>><</button>><</dialog>>
<<case 5>>
@@#media;
<<video "loveassets/basement/poledance/01/04.webm">>
<<user 0>>Uh... have you, like the other girls, signed a contract with Mr. Viktor?<</user>>
<<saygirl 0 _kenna>>All the girls who work for Mr. Viktor have a contract...<</saygirl>>
<<saygirl 0 _kenna>>But you know, talking about it isn't a good idea, $user.nom. If he finds out, he'll be really very angry.<</saygirl>>
<<saygirl 0 _kenna>>Hey, I don't want Mr. Viktor to be angry, $user.nom.<</saygirl>>
<<user 4>>Okay, okay. But don't worry, you're safe here with me!<</user>>
@@
<<set $question.pushUnique(5)>>
<<case 6>>
@@#media;
<<video "loveassets/basement/poledance/01/05.webm">>
<<user 0>>Do you know what's in the contract?<</user>>
<<saygirl 0 _kenna>>No, $user.nom, I don't know, I don't want to know. I just go where Mr. Viktor tells me to go.<</saygirl>>
<<saygirl 0 _kenna>>One day....<</saygirl>>
<<talk 0>>A tremor can be heard in her voice.<</talk>>
<<saygirl 0 _kenna>>One day... Mr. Viktor taught me an important thing that you should follow: "Obey, stay in your place." A lesson I learned in pain.<</saygirl>>
<<talk 0>>Overwhelmed by the emotion you feel in her words, you clench your fist.<</talk>>
<<user 0>>I... I... I'm sorry. I'll do my best to fix all this mess.<</user>>
<<saygirl 4 _kenna>>Thank you, $user.nom, but you can't do anything about it...<</saygirl>>
@@
<<set $question.pushUnique(6)>>
<<case 7>>
@@#media;
<<video "loveassets/basement/poledance/01/06.webm">>
<<user 0>>Sorry to insist, but I need to know. Do you think I could retrieve all the contracts?<</user>>
<<saygirl 0 _kenna>><cite>Thinks</cite>Ummmm, I don't think so!<</saygirl>>
<<saygirl 0 _kenna>>You'd have to buy them all, but it's a lost cause, you would never have enough to negotiate with him.<</saygirl>>
<<user 0>>Yes, that's what I thought... But by chance, do you know where Mr. Viktor hides them?<</user>>
<<saygirl 0 _kenna>>...<</saygirl>>
<<saygirl 0 _kenna>>You're crazy, $user.nom. You'll never be able to get close to those contracts. Never! You won’t be able to do anything against him.<</saygirl>>
<<user 0>><cite>Smiles</cite>Yes... yes... I know, but don't you have a little idea?<</user>>
<<saygirl 0 _kenna>><cite>Thinks</cite>...<</saygirl>>
<<saygirl 0 _kenna>>$user.nom, it's a bad idea...<</saygirl>>
<<saygirl 4 _kenna>>Forget it, enjoy your hotel, enjoy your girls, enjoy us while it lasts...<</saygirl>>
@@
<<set $question.pushUnique(7)>>
<<case 8>>
@@#media;
<<video "loveassets/basement/poledance/01/07.webm">>
<<user 0>>But... imagine if I retrieve these contracts, wouldn't you be happy to be free?<</user>>
<<saygirl 0 _kenna>>You know... I don't have any money, no family, I don't know where to go, so for me, here or elsewhere...<</saygirl>>
<<user 0>>I understand but you would be free to work wherever you want, you can stay here forever if you want, here you'll be well-treated...<</user>>
<<saygirl 0 _kenna>>I'm already here, $user.nom.<</saygirl>>
<<saygirl 0 _kenna>>I mean I'm going to stay here, $user.nom, Mr. Viktor chose me for this mission, it's my reward for doing good work.<</saygirl>>
<<user 4>>Your mission?<</user>>
@@
<<set $question.pushUnique(8)>>
<<case 9>>
@@#media;
<<video "loveassets/basement/poledance/01/08.webm">>
<<user 0>>Wait... wait... what is this mission?<</user>>
<<talk 0>>Realizing she might have said too much, she becomes defensive.<</talk>>
<<saygirl 0 _kenna>>Oh... nothing....<</saygirl>>
<<user 0>>Please...<</user>>
<<saygirl 0 _kenna>>Okay, okay....<</saygirl>>
<<saygirl 0 _kenna>>All the girls recruited by Mr. Viktor who are here have orders to do their job as best they can.<</saygirl>>
<<user 0>>So far, nothing too serious...<</user>>
<<saygirl 0 _kenna>>... To satisfy the clients as best we can.<</saygirl>>
<<saygirl 0 _kenna>>... To satisfy you.<</saygirl>>
<<saygirl 0 _kenna>>... To keep an eye on you.<</saygirl>>
<<saygirl 0 _kenna>>... To write a report on you and on how the hotel operates.<</saygirl>>
<<user 0>><cite>Gulp</cite><</user>>
<<saygirl 0 _kenna>><cite>Whispers</cite>So that Mr. Viktor can take control more easily.<</saygirl>>
<<talk 0>>A bit shaken by this revelation, you feel a tremble run through your body.<</talk>>
<<user 0>><cite>Shouts</cite>Dirty bastard!<</user>>
<<talk 4>>Your fist clenches, leaving the mark of your nails on the palm of your hand.<</talk>>
@@
<<set $question.pushUnique(9)>>
<<case 10>>
@@#media;
<<video "loveassets/basement/poledance/01/09.webm">>
<<user 0>><cite>Angry</cite>This is my hotel!!!<</user>>
<<saygirl 0 _kenna>><cite>Whispers</cite>I’m sorry, $user.nom…<</saygirl>>
<<user 0>>I want to help you… and you all… you're writing reports on me, taking notes, and stabbing me in the back…<</user>>
<<saygirl 0 _kenna>><cite>Whispers</cite>I’m sorry. But we don’t have a choice… and neither do you. No one resists Mr. Viktor.<</saygirl>>
<<talk 0>>Caught in a whirlwind of despair, you let your anger flow gently within you.<</talk>>
<<user 0>><cite>Whispers</cite>Please… shut up… and dance.<</user>>
<<talk 0>>Slowly, you sink into the abyss. Your vision blurs, your breathing quickens, you begin to suffocate.<</talk>>
<<talk 0>>Suddenly, a question bursts into your mind.<</talk>>
<<user 0>>Hey… my girls… What’s planned for my girls?<</user>>
<<saygirl 0 _kenna>><cite>Whispers</cite>I don’t know, $user.nom…<</saygirl>>
<<saygirl 0 _kenna>>Maybe, with a bit of luck, they’ll stay in this hotel…<</saygirl>>
<<saygirl 0 _kenna>><cite>Hesitates</cite>Or maybe… they’ll end up in the red room.<</saygirl>>
<<user 0>><cite>Suffocates</cite>My girls… My hotel…<</user>>
<<talk 0>>Caught between anger and despair, you stare at that body, legs spread, slowly spinning.<</talk>>
<<talk 0>>You’re like hypnotized, drawn into an endless void.<</talk>>
<<user 0>>Why…<</user>>
<<user 11>>Why… didn’t you tell me…<</user>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/poledance/head.webm">>
<<talk 0>>A movie plays in your mind. You are alone, lost in the middle of your hotel, where a smell of death hangs in the air.<</talk>>
<<talk 0>>You look at the dirty walls and scream at the top of your lungs, cursing your stupidity, your naivety. You scream for someone to answer you.<</talk>>
<<talk 0>>But there is no one left.<</talk>>
<<talk 0>><b>A sudden click echoes in your mind.</b><</talk>>
<<user 0>>Why… didn’t you tell me…<</user>>
<<user 0>>I could have helped you…<</user>>
<<user 12>>Before…<</user>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/poledance/01/010.webm">>
<<talk 0>>You slowly come back to your senses. Kenna is still there. She dances as if nothing is wrong.<</talk>>
<<talk 0>>You catch your breath, then fix her with a cold stare. You can’t regain control of your anger.<</talk>>
<<user 0>><cite>Angry</cite>You must… <b>keep an eye on me</b>.<</user>>
<<user 0>><cite>Angry</cite>You must… <b>satisfy my clients</b>.<</user>>
<<user 13>><cite>Angry</cite>You must… <b>satisfy me</b>.<</user>>
@@
<<case 13>>
@@#media;
<<video "loveassets/basement/poledance/01/1.webm" 1>>
<<talk 0>>You glare at her with fury, then slowly unzip your pants to pull out your cock.<</talk>>
<<user 0>>Come closer…<</user>>
<<saygirl 0 _kenna>>Without saying a word, her eyes fixed on your manhood, she crawls towards you on all fours.<</saygirl>>
<<talk 0>>You place a firm hand on her head, pulling her towards you without mercy.<</talk>>
<<talk 0>>She opens wide without hesitation, offering you her wet mouth.<</talk>>
<<talk 0>>You gently push your cock into her mouth, then pull her roughly towards you, touching the back of her throat and making her cough slightly.<</talk>>
<<saygirl 0 _kenna>><cite>Glup - Glup</cite><</saygirl>>
<<saygirl 0 _kenna>><cite>Um</cite>Aaah<</saygirl>>
<<user 14>>Oh yeah, suck<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/poledance/01/2.webm" 1>>
<<talk 0>>Seeing that she’s not resisting, you pull her head even harder, holding it in place with your cock deep down her throat.<</talk>>
<<talk 0>>She chokes, letting out muffled moans, then looks at you like she’s reached her limit—but you don’t ease up.<</talk>>
<<user 0>>Oh, so good.<</user>>
<<saygirl 0 _kenna>><cite>Glugg - Glugg</cite><</saygirl>>
<<talk 0>>Her eyes roll back slowly, and her moans become raspier as you keep up the pressure.<</talk>>
<<saygirl 0 _kenna>><cite>Glug - Glug</cite><</saygirl>>
<<talk 0>>You pull her head one last time before releasing your grip.<</talk>>
<<user 0>>Oh my god.<</user>>
<<saygirl 0 _kenna>><cite>Heavy breathing</cite><cite>Ahhhh - Ahhhh</cite><</saygirl>>
<<talk 0>>Free and catching her breath, she melts onto your cock to lick it before sucking you with determination.<</talk>>
<<saygirl 15 _kenna>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/basement/poledance/01/011.webm">>
<<talk 0>>A desire in your mind and no limits left, you place a hand on her face to stop her momentum and, with an authoritative gesture, point to the couch behind her.<</talk>>
<<talk 0>>She turns, gets on all fours, and moves slowly and gracefully in the direction you indicated.<</talk>>
<<talk 0>>Your gaze falls on the hypnotic sway of her ass, then on her little hole.<</talk>>
<<user 0>>Stop right there, don’t move.<</user>>
<<talk 16>>Still on all fours, ass raised towards you, she stays still, waiting for your next instruction.<</talk>>
@@
<<case 16>>
@@#media;
<<video "loveassets/basement/poledance/01/3.webm" 1>>
<<talk 0>>You move closer to her, then with deliberate slowness, you slide your cock into her anus. Surprised, her whole body tenses violently.<</talk>>
<<talk 0>>You push gently, causing shivers and moans of pain, until she takes her own buttocks in her hands, spreading them to ease the penetration.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ahhhh Ahhhhh<</saygirl>>
<<talk 0>>The more you penetrate her, the more her moans change, shifting from pain to pleasure.<</talk>>
<<talk 0>>She spreads her cheeks wider and wider, opening completely to you, making your thrusts deeper.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ahhhh Ahhhhh<</saygirl>>
<<saygirl 0 _kenna>><cite>Um</cite>Ahhhh Yesssssss<</saygirl>>
<<user 17>><cite>Um</cite>Oh my god.<</user>>
@@
<<case 17>>
@@#media;
<<video "loveassets/basement/poledance/01/4.webm" 1>>
<<talk 0>>Without gentleness, you grab her blonde hair to lift her up, then lie back on the couch.<</talk>>
<<talk 0>>You grab her waist to pivot her and guide her to position herself on top of you. She climbs up and lies back to you you, then lifts her legs.<</talk>>
<<talk 0>>You pull her legs to stretch her out completely, then you thrust into her tight little hole savagely.<</talk>>
<<talk 0>>She cries out with pleasure, happy to be at your mercy.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ohhh my godd Yessss<</saygirl>>
<<talk 0>>To pick up the pace, you place your hands on her ass and drive her hips in a rough back-and-forth.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ohhh Fuckkkk Yessss<</saygirl>>
<<saygirl 0 _kenna>><cite>Um</cite>Ohhhhhhhhhh<</saygirl>>
<<user 18>>Fuck<</user>>
@@
<<case 18>>
@@#media;
<<video "loveassets/basement/poledance/01/5.webm" 1>>
<<talk 0>>After so much screaming, her voice breaks, making her moans of pleasure even more exciting.<</talk>>
<<talk 0>>You grab her arm and pull her up. She turns to face you before straddling you again.<</talk>>
<<talk 0>>You wrap your arms around her, pressing her tight against you, then kiss her passionately before sliding inside her.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ohhhhhhh<</saygirl>>
<<talk 0>>You firmly grab her ass with both hands, guiding it, one hand pushing, the other lifting.<</talk>>
<<saygirl 0 _kenna>><cite>Um</cite>Ohhh my goddddd<</saygirl>>
<<saygirl 19 _kenna>><cite>Um</cite>Yesssss<</saygirl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/basement/poledance/01/6.webm" 1>>
<<talk 0>>To fully dominate her, you firmly grab her hair with one hand and press the other against her chest.<</talk>>
<<talk 0>>With force, you push her away from your sweating body.<</talk>>
<<talk 0>>Her pleading eyes follow you as you pin her against the couch. With an authoritative gesture, you smack her legs, commanding her to lift them.<</talk>>
<<talk 0>>She grabs her legs with her hands, revealing a breathtaking view of her intimate parts, and her little asshole flushed red from your repeated assaults.<</talk>>
<<talk 0>>Without hesitation, you slip between her legs and with a quick motion, plunge your virile member fully into her tight opening that eagerly demands you.<</talk>>
<<saygirl 0 _kenna>><cite>Heavy breathing</cite>Ahhh Ahhh ummmm<</saygirl>>
<<saygirl 20 _kenna>><cite>Heavy breathing</cite>Ohhhhhhh<</saygirl>>
@@
<<case 20>>
@@#media .cum;
<<video "loveassets/basement/poledance/01/7.webm" 1>>
<<talk 0>>On the edge of ecstasy, you let yourself fall backward onto the couch.<</talk>>
<<talk 0>>Without hesitation, she sits up and takes your cock into her mouth, letting out soft moans of pleasure.<</talk>>
<<saygirl 0 _kenna>><cite>Ummmm</cite> <cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>You firmly grab her hair and pull her head toward you, plunging your cock deep down her throat.<</talk>>
<<saygirl 0 _kenna>><cite>Ummmm</cite> <cite>Glug - Glug</cite><</saygirl>>
<<talk 0>>Ready to cum, you pull her hair and rest her head on your thigh while masturbating, your vein swollen with pleasure.<</talk>>
<<talk 0>>She looks at you with hopeful eyes, mouth wide open and tongue out, eagerly waiting for the long-awaited gift.<</talk>>
<<user 0>><cite>Umm</cite>Ahhhhh Ahhhhhhh.<</user>>
<<talk 0>>Your thick white seed spurts onto her tongue and cheek as she lets out a soft sigh.<</talk>>
<<saygirl 0 _kenna>><cite>Ummm</cite><</saygirl>>
<<user 0>><cite>Umm</cite>Ohhhhh Ohhhhh.<</user>>
<<user 21>><cite>Umm</cite>Ohhhhh fuck.<</user>>
@@
<<case 21>>
@@#media;
<<video "loveassets/basement/poledance/01/020.webm">>
<<talk 0>>With a satisfied look, she takes your member in her hand and strokes it with desire.<</talk>>
<<talk 0>>Then, in a provocative move, she slowly licks her lips still coated with your seed.<</talk>>
<<saygirl 0 _kenna>><cite>Smiles</cite>Are you satisfied, $user.nom?<</saygirl>>
<<talk 0>>You look into her eyes and remember that she obeys an order.<</talk>>
<<talk 0>>If she needs an order for you to spend a moment with her, then... she will obey you.<</talk>>
<<talk 0>>You will find her contract, and you will use her ass as you please.<</talk>>
<<user 0>><cite>Smiles</cite>Yes, that was perfect. We'll see each other soon...<</user>>
<<user 0>>But...<</user>>
<<user 0>>I'll be less gentle next time.<</user>>
<<talk 0>>At those words, her smile fades. Seeing your dark look, her throat tightens, and a timid little sound escapes her mouth.<</talk>>
<<saygirl "hall" _kenna>><cite>Whispers</cite>O... O... Okay Baby.<</saygirl>>
@@
<<time>>
<<set $user.quete = 17>>
<</switch>>
<</nobr>>/*Vienna Black*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _vienna = "loveassets/basement/gloryhole/vienna.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/gloryhole.jpg');
}
</style>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/porte.jpg]]
<<talk 0>>Still shaken by the recent revelations and your recent decision, you approach the door. Maybe she’ll have a better explanation for their betrayal…<</talk>>
<<talk 0>>But one thing’s for sure: if she’s loyal to Mr. Viktor, her ass is going to pay. After all, they’re here to satisfy you.<</talk>>
<<user 0>><cite>Knock knock</cite><</user>>
<<saygirl 1 _vienna>>Yes, it's open.<</saygirl>>
@@
<<case 1>>
@@#media;
<<video "loveassets/basement/gloryhole/01/01.webm">>
<<talk 0>>You enter the room, but you don't see anyone. There’s only a large cardboard box wrapped in gift paper, with "Happy Birthday" written on it.<</talk>>
<<talk 0>>You slowly approach. You think you see a shape moving inside the box. You step a bit closer, then you speak up.<</talk>>
<<user 0>>Is there someone in the box??? It’s $user.nom, the hotel manager...<</user>>
<<user 0>><cite>Thinks</cite>Well... for now.<</user>>
<<saygirl 0 _vienna>><cite>Laughs</cite>Hey, $user.nom, perfect timing! Now you can see my new idea for the hotel’s guests.<</saygirl>>
<<user 0>><cite>Thinks</cite>The guests... of my hotel.<</user>>
<<saygirl 0 _vienna>>Instead of just a hole in the wall or a door, I thought: why not a giant gift box, with the girl of their choice inside? Isn’t that awesome?<</saygirl>>
<<user 0>>Uh...<</user>>
<<talk 0>>You slowly move closer to see who you're talking to. A small head pops out of the hole, all smiles.<</talk>>
<<saygirl 0 _vienna>><cite>Smiles</cite>I’m so excited! The guests are going to love my idea, I’m sure of it.<</saygirl>>
<<user 0>>Uh, yeah... but that’s not why I’m here. I wanted to ask you a few questions...<</user>>
<<saygirl 2 _vienna>>Of course! What’s wrong? You seem a little tense, $user.nom.<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/basement/gloryhole/01/02.webm">>
<<talk 0>><cite>Ahem</cite>I want to know what Mr. Viktor asked you when he chose you to work here. Don’t lie to me... I already know everything.<</talk>>
<<talk 0>>Her smile disappears instantly. She takes on a serious look, then looks at you with disdain.<</talk>>
<<saygirl 0 _vienna>>If you already know everything, why are you asking me?!<</saygirl>>
<<saygirl 0 _vienna>>I’m not going to tell you everything, $user.nom. If Mr. Viktor finds out, it’s the end of the good life. I worked hard to have peace. I won’t say or do anything that might upset him.<</saygirl>>
<<user 0>>At least you’re not denying anything… Something is definitely going on behind my back.<</user>>
<<user 0>>Let me refresh your memory.<</user>>
<<user 0>>You're under contract with Mr. Viktor. You do all kinds of tasks asked of you, from nice ones to seriously borderline.<</user>>
<<user 0>>You were chosen because you are loyal to Mr. Viktor, out of fear or desire. That doesn’t matter to me.<</user>>
<<user 0>><cite>Breathes</cite>Your mission is to watch me... and make sure that when Mr. Viktor takes over the hotel, everything goes smoothly.<</user>>
<<user 0>>That there is continuity for the guests, no matter the manager, as long as the same girls are there.<</user>>
<<talk 0>>You bring your face close to hers, then smile nervously, waiting for her response.<</talk>>
<<saygirl 0 _vienna>>I... I’m sorry for you, $user.nom. But yes, everything you say is true. And you don’t have much time left.<</saygirl>>
<<saygirl 0 _vienna>>If you want my advice... leave. Go far away, and don’t look back...<</saygirl>>
<<talk 0>>Your hand tightens. Your breathing quickens. You’ve made a decision: now you have to stick to it. Fear must change sides.<</talk>>
<<user 0>><cite>Dark stare</cite>That’s not what’s going to happen.<</user>>
<<saygirl 3 _vienna>><cite>Surprised</cite>Gulp<</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/basement/gloryhole/01/03.webm">>
<<talk 0>>You look her straight in the eyes through that small hole, a cold stare that speaks volumes about your determination.<</talk>>
<<user 0>>First, I’m going to get your contract from Mr. Viktor… then I’m going to burn it. No more debts, or whatever he has on you...<</user>>
<<talk 0>>She stands there, speechless, waiting for what’s next...<</talk>>
<<user 0>>Then, I’ll come back to see you. With my contract, my terms. Either you sign to work for me, or you’re out. It’s that simple.<</user>>
<<talk 0>>She looks at you and sees in your eyes that you mean business. Suddenly, her stress, now uncontrollable, turns into laughter.<</talk>>
<<saygirl 0 _vienna>><cite>Laughs</cite>You’re crazy, $user.nom! I don’t know what to say, except that you’re completely crazy!<</saygirl>>
<<talk 0>><cite>Ahem</cite><</talk>>
<<user 0>>I’m not done... I’m not going to take over your contract for free, you know.<</user>>
<<saygirl 0 _vienna>><cite>Surprised</cite>What?!!<</saygirl>>
<<user 0>>All of Mr. Viktor’s girls... <cite>Ahem</cite> Viktor’s girls have come here to satisfy my clients and me. And you haven’t done anything remarkable so far.<</user>>
<<user 0>>So I’m going to put my dick in that hole, and you’re going to suck. You’re going to suck like your future depends on it!<</user>>
<<saygirl 0 _vienna>><cite>Surprised</cite>$user.nom!!!<</saygirl>>
<<talk 4>>Without responding and without a glance, you unzip your fly to pull out your manhood.<</talk>>
@@
<<case 4>>
@@#media;
<<video "loveassets/basement/gloryhole/01/04.webm">>
<<talk 0>>She only takes a few seconds to think before licking your dick and swallowing it whole.<</talk>>
<<user 0>><cite>UM</cite>Oh yeah...<</user>>
<<saygirl 0 _vienna>><cite>Suck - Suck</cite><</saygirl>>
<<talk 0>>Her obedience and the heat of her mouth only stoke your desire.<</talk>>
<<user 5>>Get up, sweetheart… show me what you're hiding.<</user>>
@@
<<case 5>>
@@#media;
<<video "loveassets/basement/gloryhole/01/05.webm">>
<<talk 0>>Docilely, she gets up. You stare with desire into the hole, while she gently pushes her panties aside to offer you a magnificent view of her intimacy.<</talk>>
<<user 0>>Turn around!<</user>>
<<talk 0>>Slowly, she turns around, then brings her ass close to your gaze, a perfect view you can't resist. You can't help but reach out for her.<</talk>>
<<talk 0>>You caress her for a few moments. You feel the shivers running through her body. Then, as if it's obvious, to calm these burning fingers of yours, you wet your index finger before gently inserting it into her tight little hole.<</talk>>
<<talk 0>>She doesn't pull away. On the contrary, she lets out a small surprised cry, then follows the rhythm of your finger gently.<</talk>>
<<saygirl 0 _vienna>><cite>Umm - Ummmm</cite><</saygirl>>
<<saygirl 0 _vienna>><cite>Ummmm</cite><</saygirl>>
<<talk 0>>Once her obedience is tested, you step back and take a moment to look at that beautiful behind through the hole in the giant gift box. You take your now hardened member in your hands, then move closer to the nearby couch.<</talk>>
<<user 6>>Follow me!<</user>>
@@
<<case 6>>
@@#media;
<<video "loveassets/basement/gloryhole/01/1.webm" 1>>
<<talk 0>>You strip off all your clothes and lie down on the couch, your erection still in your hand, eagerly waiting for the little pink candy that’s approaching you.<</talk>>
<<talk 0>>The glimpse you had of her wasn’t misleading: a petite woman with black hair, dark eyes, and a sun-kissed complexion advances, her gaze lowered to the floor, then slowly rising to your crotch.<</talk>>
<<talk 0>>You stay silent as she gets on all fours on the couch and begins to suck you slowly. Then, gradually, she speeds up, sucking harder and harder, her warm lips igniting intense pleasure in you.<</talk>>
<<saygirl 0 _vienna>><cite>UM</cite>Suck - Suck<</saygirl>>
<<user 0>><cite>Um</cite>Ohhhh ho god<</user>>
<<saygirl 0 _vienna>><cite>UM</cite>Suck - Suck<</saygirl>>
<<talk 0>>She pauses for a moment, takes a breath, locks eyes with you, then says..<</talk>>
<<saygirl 0 _vienna>>You want me to get on top of you?<</saygirl>>
<<user 7>><cite>Um</cite>Um Oh yeah<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/basement/gloryhole/01/2.webm" 1>>
<<talk 0>>In a flash, she rides you, lubes up her pussy with her saliva, then slowly slides your dick into her, letting herself glide in with desire.<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite><</saygirl>>
<<talk 0>>She moves slowly at first, letting her body adjust to you, then starts to pick up speed.<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahhhh Ahhhhh<</saygirl>>
<<talk 0>>One hand braced on the couch for stability, she rides you harder and harder, letting out pleasure cries with every movement.<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahhhhh<</saygirl>>
<<talk 0>>To help her and prevent her from tearing your frenulum, you place one hand under her ass, guiding the rhythm of her thrusts.<</talk>>
<<saygirl 8 _vienna>><cite>Ummm</cite>Ahhhh Ahhhhh Ahhhhhh<</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/basement/gloryhole/01/3.webm" 1>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahhhh<</saygirl>>
<<talk 0>>Your mind wanders, captivated by this obedient little pussy…<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahhhh Ahhhhh<</saygirl>>
<<talk 0>>You can't help but imagine everything that will be possible once she signs her new contract…<</talk>>
<<saygirl 9 _vienna>><cite>Ummm</cite>Ahhhh Ahhhhh Ahhhhhhh<</saygirl>>
@@
<<case 9>>
@@#media;
<<video "loveassets/basement/gloryhole/01/4.webm" 1>>
<<talk 0>>You slowly come back to reality. She is there, against you, and you definitely intend to enjoy it. You slowly make her turn, guiding her on all fours on the couch, her buttocks naturally rising.<</talk>>
<<talk 0>>Your gaze rests on her intimacy before you slowly slide your manhood into her little hole.<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahhhh<</saygirl>>
<<talk 0>>She lets out a small hoarse cry, between pain and pleasure, when you meet resistance, but you gently insist, eliciting moans and shivers from her, until you reach the depths of her being.<</talk>>
<<saygirl 0 _vienna>><cite>Breathes heavily</cite>Ahhhhhh<</saygirl>>
<<saygirl 10 _vienna>><cite>Ummm</cite>Ahhhhhhhhhhhhhhh<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/basement/gloryhole/01/5.webm" 1>>
<<talk 0>>Her moans shift from pain to pleasure, then to desire. Her body relaxes slowly, then in an instinctive impulse she spreads one of her buttocks with her hand, giving you a perfect view and better access.<</talk>>
<<saygirl 0 _vienna>><cite>Ummm</cite>Ahh Fuckkk Ahhhh<</saygirl>>
<<talk 0>>A gesture that says a lot: she wants more...<</talk>>
<<talk 0>>Without hesitation, you quicken the pace, your thrusts becoming stronger and deeper.<</talk>>
<<saygirl 11 _vienna>><cite>Breathes heavily</cite>Ahhhhhh Ahhhh Ummmmm<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/basement/gloryhole/01/6.webm" 1>>
<<talk 0>>Her body gradually relaxes, letting itself be carried away by pleasure. Her moans turn into soft sighs.<</talk>>
<<saygirl 0 _vienna>><cite>Umm</cite>Ahhhh<</saygirl>>
<<saygirl 0 _vienna>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<talk 0>>Each thrust brings you closer and closer to pleasure. Your breath quickens, your muscles tense, and you know you can't hold on much longer. In a final effort, you speed up even more, completely losing yourself in this perfect rhythm.<</talk>>
<<saygirl 12 _vienna>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/basement/gloryhole/01/7.webm" 1>>
<<talk 0>>You feel your desire soaring, burning you from the inside, but you force yourself to stay in control, slowing the pace to prolong this moment of pure pleasure.<</talk>>
<<saygirl 0 _vienna>><cite>Umm</cite>Ahhhh Fuck<</saygirl>>
<<talk 0>>Each thrust, each movement is deeper, more powerful, making your body smack against her buttocks. With every push, she lets out soft moans of pleasure, her hips swaying in rhythm with yours.<</talk>>
<<saygirl 0 _vienna>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
<<saygirl 13 _vienna>><cite>Umm</cite>Ahhhh Ahhhh<</saygirl>>
@@
<<case 13>>
@@#media .cum;
<<video "loveassets/basement/gloryhole/01/8.webm" 1>>
<<talk 0>>Finally, you can't resist any longer. With a quick and authoritative gesture, you grab her shoulders to guide her to her knees on the floor.<</talk>>
<<talk 0>>Definitively submissive, she smiles slightly, then opens her mouth and sticks out her tongue, eagerly awaiting the fruit of your pleasure.<</talk>>
<<talk 0>>You grab your member with one hand, a simple squeeze sending a shiver through you before your seed shoots out.<</talk>>
<<talk 0>>Surprised by the powerful jet spraying onto her face, she recoils, closes her eyes, then comes back to position herself with her mouth wide open.<</talk>>
<<user 0>>Ohhhhh yes<</user>>
<<user 14>>Ohhhhh Ohhhhh yes<</user>>
@@
<<case 14>>
@@#media;
<<video "loveassets/basement/gloryhole/01/06.webm">>
<<talk 0>>She stays kneeling in front of you for a few seconds, waiting for the last drop, then eagerly swallows everything that has settled in her mouth.<</talk>>
<<talk 0>>Finally, she smiles and moves closer to suck and lick all the semen remaining on your member.<</talk>>
<<user 0>><cite>UM</cite>Ohhh darling, that was...<</user>>
<<user 0>><cite>UM</cite>The best gift I've ever unwrapped.<</user>>
<<saygirl 0 _vienna>><cite>Smiles</cite>Ohh yes, you really opened me up... my ass.<</saygirl>>
<<saygirl 0 _vienna>><cite>Smiles</cite>I hope you'll do it again soon.<</saygirl>>
<<user 0>>When I come to make you sign your contract.<</user>>
<<saygirl 0 _vienna>><cite>Smiles</cite>I hope so....<</saygirl>>
<<talk "hall">>At these words, a big smile appears on your face, it shouldn't be that hard to convince the girls to follow you.<</talk>>
@@
<<time>>
<<set $user.quete = 19>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<switch $page>>
<<case 0>>
@@#media;
<<video "loveassets/basement/poledance/head.webm">>
<<talk 0>>Lying on your bed, eyes closed. You're breathing hard. Trying to calm yourself down. But it's useless… Your mind keeps looping. Sleep is impossible. Everything you’ve built is starting to fall apart.<</talk>>
<<talk 0>>You replay the day in your head. Over. And over. And over again. Every detail, every word.<</talk>>
<<talk 0>>You’ve been working like a dog for months on this hotel. You poured in your time, your energy, your heart, and your money. And now? It’s all about to be stolen. By one bastard.<</talk>>
<<talk 0>>Your heart’s pounding. Your jaw is clenched. You can feel the rage building inside you.<</talk>>
<<talk 0>>He distracted you with all those women... You thought they were there for you, to help you. But… the truth is, they were working for him. They were taking notes. Every word, every decision, every weakness.<</talk>>
<<user 0>>Fuck... I didn’t see any of it coming...<</user>>
<<talk 0>>And now? He doesn’t just want the hotel. He wants everything. Your name. Your women. Maybe even your life. And here you are, in the dark, defenseless...<</talk>>
<<talk 0>>You know it. You feel it. There’s no room left for hesitation.<</talk>>
<<user 0>>It’s over now. No more doubts. No more blind trust. It’s time to act.<</user>>
<<user 0>>Enough playing the nice boss...<</user>>
<<talk 0>>You know what you’re going to do. Starting tomorrow, you lay down a new contract. Clear, straightforward, no gray area. Every woman working under your roof has to sign it. Simple choice: either they work for you, and you alone, or they’re out.<</talk>>
<<talk 0>>And that’s not all. You’re going to hit Viktor where it hurts: his own girls. You’ll make them offers. Draw them in. Show them that this is where it’s at. You’ll eat away at his network from the inside. Strip him of his assets. Until his empire crumbles, just like yours is starting to.<</talk>>
<<user 0>>But for that... I have to be ready. I have to be armed.<</user>>
<<talk 0>>Because Viktor isn’t just a rival. He’s a threat. If you show up empty-handed, you’re likely to end up six feet under. You need a weapon, not to use it, you hope... But you know this: better to have a weapon and not use it than to need one and not have it.<</talk>>
<<talk 0>>You stare at the ceiling, a smile on your lips. It’s almost peaceful. In your mind, it’s already done. Soon, they’ll all have signed. Soon, you’ll be able to look at each one… and you’ll know. No more doubt. No more pretending. Just their signature, and total submission.<</talk>>
<<talk 0>>And this time, not by charm. Not by trust. By contract. By obligation. They’ll be yours. Body and soul. Otherwise, they’re out.<</talk>>
<<talk 0>>You catch yourself smiling wider. Maybe you’ve snapped a little. But you don’t give a damn anymore. It’s your survival. Your territory. Your girls. And there’s no way anyone’s going to steal anything from you again.<</talk>>
<<talk "hall">>Tomorrow, you’re the one in charge. And if Viktor wants to play smart… he’ll see that everything’s changed.<</talk>>
@@
<<set $user.quete = 18>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<section>>
<<backbutton>>
<<set $etage = 0>>
<<set $user.enemy = 1>>
<<set $fight = {
"user" : { "life": 100 , "atk": 25},
"enemy" : { "life": 120 , "atk": 35 },
"passage" : "viktordoor"
}>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
@@#media;
[img[loveassets/img/viktorhotel.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Viktor's hotel</li>
<li>Viktor is paranoid. His hotel serves as a hideout, an experimental lab, and a hub for illegal operations.</li>
<li><<link "Enter" "viktordoor">><<unset $page>><</link>></li>
</ul>
</li>
@@
<</nobr>><<nobr>>
<<backbutton>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page = 0>>
<<set $question to []>>
<</if>>
<<set _boss = "loveassets/img/boss.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
<<script>>
let multiplier = Math.pow(1.1, State.variables.user.fight);
State.temporary.life = Math.round(State.variables.fight.user.life * multiplier);
State.temporary.buy = Math.round(1000 * State.variables.user.enemy);
<</script>>
<style>
.dead > img {
filter: grayscale(80%) brightness(20%) hue-rotate(-20deg);
mix-blend-mode: exclusion;
}
#slider-container {
width: 100%;
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
.written {
font-family: 'Indie Flower', cursive;
font-size: 20px;
line-height: 2;
padding: 20px;
background-color: #f5f5f5;
border-radius: 0.5em;
color: #4a4a4a;
position: relative;
box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
border: 1px solid rgba(0,0,0,0.6);
}
.written:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image:
linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
background-size: 20px 20px;
}
</style>
<script>
startProgress = function (duration = 4) {
const durationMs = duration * 1000;
$("progress").animate({ value: 1 }, {
duration: durationMs,
step: function(value) {
this.value = value;
}
});
};
</script>
<<switch $page>>
<<case 0>>
@@#media;
[img[loveassets/img/viktorfight.jpg]]
<<talk 0>>You step into the room. Viktor looks at you, startled, then lunges for the weapon on his desk.<</talk>>
<<say 0 _boss>>$user.nom, you’ve got two seconds to tell me what you're doing here uninvited….<</say>>
<<say 1 _boss>><cite>One...</cite><</say>>
@@
<<case 1>>
<<timed 0s>>
<script>startProgress(3)</script>
<<next 3s>>
<<set $page = 2>>
<<goto "viktorfight">>
<</timed>>
@@#media.heart;
[img[loveassets/img/viktorfight.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Take cover!</li>
<li>Life : <<=_life>></li>
<li><progress id="time-slider" value="0" max="1"></progress></li>
<ul class="link">
<li><<link "Cover Left" "viktorfight">><<set $page= random(2,3)>><</link>></li>
<li><<link "Cover Right" "viktorfight">><<set $page= random(2,3)>><</link>></li>
</ul>
</ul>
</li>
@@
<<case 2>>
@@#media.heart;
[img[loveassets/img/viktorfight.jpg]]
<<talk 0>><cite>Bang - Bang</cite><</talk>>
<<talk 0>>You dive for cover, your heart pounding… but it’s too late. A searing pain rips a scream from you. You’ve been hit by a bullet.<</talk>>
<<set $fight.user.life = Math.max(0, $fight.user.life - 50)>>
<<if $fight.user.life <= 0>>
<<user 0>><cite>In pain</cite>I'm too badly hurt... I need to get out of here and recover.<</user>>
<<user 0>>It’s not over. I’ll be back...<</user>>
<<say "viktorbase" _boss>><cite>Smirks</cite>Oh, little baby... leaving me so soon?<</say>>
<<else>>
<<user 0>><cite>In pain</cite>Damn it, that bastard shot me!<</user>>
<<say 0 _boss>><cite>Smirks</cite>Hey, a bullet in the body, you like that?<</say>>
<<say 1 _boss>><cite>Shouts</cite>So!!! You want more?<</say>>
<</if>>
@@
<<case 3>>
@@#media.heart.dead;
[img[loveassets/img/viktorfight.jpg]]
<<talk 0>><cite>Bang - Bang</cite><</talk>>
<<talk 0>>By a hair, you dodge a bullet that whistles past your ear. Your hands tremble as you grip your weapon and fire back.<</talk>>
<<user 0>><cite>Bang - Bang</cite><</user>>
<<talk 0>>Even though it’s your first time pulling the trigger, your shot lands right in Viktor’s stomach.<</talk>>
<<say 0 _boss>><cite>Screams</cite>You son of a bitch... I’m gonna kill you, just like I killed your father...<</say>>
<<talk 0>>Viktor drops to his knees, his final words cutting through you like a blade.<</talk>>
<<talk 0>>You step slowly out of hiding, your gut twisted by the revelation… and by rage. Without even thinking, you raise your weapon and unload the entire clip into his lifeless body.<</talk>>
<<user 0>><cite>Bang - Bang - Bang - Bang</cite><</user>>
<<talk 0>>Each shot feels like a release. You keep firing until the last click, until there are no bullets left, no doubts left.<</talk>>
<<talk 4>>He’s dead... but your mission isn’t over yet. You still have to find the contracts.<</talk>>
@@
<<case 4>>
<<dialog>>
<<if !$question.includes(5)>>
<<link "Desk drawer" "viktorfight">><<set $page=5>><</link>>
<</if>>
<<if !$question.includes(6) >>
<<link "On the desk" "viktorfight">><<set $page=6>><</link>>
<</if>>
<<if !$question.includes(7) >>
<<link "Archive box" "viktorfight">><<set $page=7>><</link>>
<</if>>
<<if !$question.includes(10) >>
<<link "Safe" "viktorfight">><<set $page=9>><</link>>
<</if>>
<<if !$question.includes(8) >>
<<link "False floor" "viktorfight">><<set $page=8>><</link>>
<</if>>
<</dialog>>
<<case 5 6 7 8>>
<<dialog>>
<h3>There is nothing</h3>
<<button "back" "viktorfight">><<run Dialog.close();>><<set $page = 4>><</button>><</dialog>>
<<set $question.pushUnique($page)>>
<<case 9>>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<talk 0>>The safe looks like a promising lead. You walk over to Viktor’s corpse and retrieve his keyring.<</talk>>
<<talk 0>>You unlock the safe. Inside, a stack of neatly arranged envelopes, each labeled with a name.<</talk>>
<<user 0>>Jackpot!<</user>>
<<talk 10>>Driven by curiosity, you open one and start reading…<</talk>>
@@
<<case 10>>
<div class="written">
<h3>Contract #01 – Hostess Nina V.</h3>
<ul>
<li>Full Name: Nina Vasquez</li>
<li>Recruited in: Buenos Aires, Age 19</li>
<li>Status: VIP Exclusive – Mandatory presence at private events</li>
<li>Compromise: Substance dependency (used for control)</li>
<li>Secret Clause: Videos recorded without her knowledge during a private event</li>
<li>Breach Consequence: Threat to send these videos to her parents</li>
</ul>
</div>
<br>
<<button "Next" "viktorfight">><<set $page = 11>><</button>>
<<case 11>>
<div class="written">
<h3>Contract #02 – Hostess Sakura T.</h3>
<ul>
<li>Full Name: Sakura Tanaka</li>
<li>Recruited in: Tokyo, Age 22</li>
<li>Status: Tactical Companion – Deployed for targeted seduction missions</li>
<li>Compromise: Past involvement in a fraud case</li>
<li>Secret Clause: Mandatory obedience to any order from a “designated client”</li>
<li>Breach Consequence: Exposure of her criminal records to Interpol</li>
</ul>
</div>
<br>
<<button "Next" "viktorfight">><<set $page = 12>><</button>>
<<case 12>>
<div class="written">
<h3>Contract #03 – Hostess Luna M.</h3>
<ul>
<li>Full Name: Luna Moretti</li>
<li>Recruited in: Milan, Age 20</li>
<li>Status: Audiovisual Performances</li>
<li>Compromise: Her brother received a large sum of money</li>
<li>Secret Clause: Forced participation in ultra-realistic VR recordings</li>
<li>Breach Consequence: “Her brother won’t make it out alive.”</li>
</ul>
</div>
<br>
<<button "Next" "viktorfight">><<set $page = 13>><</button>>
<<case 13>>
@@#media;
[img[loveassets/img/envelop.jpg]]
<<user 0>>That's enough. I've read enough to make my decision.<</user>>
<<user 14>>All these contracts… I'm going to...<</user>>
@@
<<case 14>>
<<dialog>>
<<link "Destroy them" "viktorfight">><<set $page=15>><</link>>
<<link "Keep them" "viktorfight">><<set $page=16>><</link>>
<</dialog>>
<<case 15>>
<<set $signviktor = false>>
@@#media;
[img[loveassets/img/micro.jpg]]
<<talk 0>>With your decision made, you step up to the microphone connected to the hotel’s intercom. You clear your throat before speaking.<</talk>>
<<user 0>>Hello, I’m $user.nom, owner of Hotel $user.hotel. I have an announcement to make.<</user>>
<<user 0>>Viktor is dead, and all the contracts that bound you to him have been destroyed. You’re free to leave—no one will harm you anymore.<</user>>
<<user 0>>If you’re looking for a new job at another hotel, you’re welcome to come to mine. I’ll be holding auditions.<</user>>
<<user 0>>If I choose you, you’ll have to sign a contract with me. From then on, we’ll be bound together, for better or for worse.<</user>>
<<user 0>>I look forward to working with those who follow me. To the others, good luck, and take care.<</user>>
<<user 17>>End of announcement...<</user>>
@@
<<case 16>>
<<set $signviktor = true>>
@@#media;
[img[loveassets/img/micro.jpg]]
<<talk 0>>Each envelope is a lever, a piece on the chessboard. This power… you’re not ready to let go of it.<</talk>>
<<talk 0>>With your decision made, you approach the microphone connected to the hotel intercom. In a calm tone, you address all the occupants.<</talk>>
<<user 0>>Hello, I’m $user.nom, owner of Hotel $user.hotel. Listen carefully.<</user>>
<<user 0>>Viktor is dead, but his legacy is not. All contracts remain valid. Everyone who was tied to Viktor is now tied to me.<</user>>
<<user 0>>I’m taking up the mantle, and I intend to enforce these contracts... for better or for worse.<</user>>
<<user 0>>You must come to my hotel for an audition where I will decide your placement. I look forward to having you work for me.<</user>>
<<user 0>>Until I see you at the audition, I will come to see you as often as I want to take advantage of your services.<</user>>
<<user 17>>End of announcement.<</user>>
@@
<<case 17>>
<<set $user.quete = 20>>
@@#media;
[img[loveassets/img/viktorhotel.jpg]]
<<talk "hall">>With the satisfaction of a job well done, you take one last look at Viktor’s corpse, then leave the room and the hotel, knowing this experience has changed your life forever.<</talk>>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<script>>
let multiplier = Math.pow(1.1, State.variables.user.fight);
State.temporary.life = Math.round(State.variables.fight.user.life * multiplier);
State.temporary.buy = Math.round(1000 * State.variables.user.enemy);
<</script>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
<<if $valoptions>>
<<unset $valoptions>>
<</if>>
<<if $signviktor>>
<<set $random = ["girl", "out"]>>
<<else>>
<<set $random = ["piege", "girl", "out", "fight"]>>
<</if>>
<<set _img = ["loveassets/img/viktorhall.jpg", "loveassets/img/viktorhall1.jpg", "loveassets/img/viktorhall2.jpg", "loveassets/img/viktorhall3.jpg", "loveassets/img/viktorhall4.jpg", "loveassets/img/viktorhall5.jpg"]>>
<<switch $page>>
<<case "piege">>
@@#media;
[img[loveassets/img/camera.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Nobody</li>
<li>There's no one here, but when you look up, you spot a camera pointed straight at you. It's too late to turn back, Viktor now knows you're coming.</li>
<li><<link "Continue" "viktordoor">><<set $user.enemy++>><<unset $page>><</link>></li>
</ul>
</li>
@@
<<notify>>Enemy XP[+]<</notify>>
<<case "girl">>
<<set _guadgril = random(1, 5)>>
<<set _guardgirls to [
{ img: "loveassets/viktor/veronica.jpg", cover: "loveassets/viktor/veronica_cover.jpg", passe: "guard_veronica" },
{ img: "loveassets/viktor/angel.jpg", cover: "loveassets/viktor/angel_cover.jpg", passe: "guard_angel" },
{ img: "loveassets/viktor/emiri.jpg", cover: "loveassets/viktor/emiri_cover.jpg", passe: "guard_emiri" },
{ img: "loveassets/viktor/barbie.jpg", cover: "loveassets/viktor/barbie_cover.jpg", passe: "guard_barbie" },
{ img: "loveassets/viktor/amirah.jpg", cover: "loveassets/viktor/amirah_cover.jpg", passe: "guard_amirah" }
]>>
<<set _guardgirl to _guardgirls.random()>>
<<set $guardendu to 100>>
<<set $guarddesir to 0>>
@@#media;
[img[_guardgirl.cover]]
<<talk 0>>You step into a dark room. The door slams shut behind you. A bitter smoke rises from the floor and slowly wraps around you.<</talk>>
<<talk 0>>Poison? No. You feel fine, too fine. A heat rises within you, and your crotch swells, overtaken by a brutal, uncontrollable desire.<</talk>>
<<talk 0>>Suddenly, a white light bursts forth. A naked woman appears, motionless, eyes locked on you.<</talk>>
<<saygirl 0 _guardgirl.img>>You’re not supposed to be here... but hey, I’ve got orders.<</saygirl>>
<<saygirl 0 _guardgirl.img>>If you want to get out, you’ll have to go through me... literally.<</saygirl>>
<<saygirl 0 _guardgirl.img>>Don’t worry, I don’t bite... But know this, you’ll leave here on your knees, drained and exhausted.<</saygirl>>
<<user _guardgirl.passe>><cite>UM</cite>You asked for it!<</user>>
@@
<<case "fight">>
<<set $fight = {
"user" : { "life": $fight.user.life , "atk": 25},
"enemy" : { "life": 150 , "atk": 35},
"passage" : "viktordoor"
}>>
@@#media;
[img[loveassets/img/vs.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Fight</li>
<li>A guard noticed you after watching you for a few seconds. He's now heading toward you.</li>
<li><<link "Fight" "fight">><<unset $page>><</link>></li>
<li><<link "Bribe [_buy]" "viktordoor">><<delmoney _buy>><<set $user.enemy++>><<unset $page>><</link>></li>
</ul>
</li>
@@
<<case "out">>
@@#media;
[img[loveassets/img/stair.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Stairs</li>
<li>There's a staircase here, one step closer to Viktor.</li>
<<if $etage >= 5>>
<<if $signviktor>>
<li><<link "Hall" "hall">><<unset $page>><</link>></li>
<<else>>
<li><<link "Viktor" "viktorfight">><<unset $page>><</link>></li>
<</if>>
<<else>>
<li><<link "Up" "viktordoor">><<set $etage++>><<unset $page>><</link>></li>
<</if>>
</ul>
</li>
@@
<<default>>
@@#media;
[img[_img[$etage]]]
<li class="mapmenu">
<ul>
<li class="title">Hotel de Viktor</li>
<li>Life : <<=_life>> - XP <<=$user.fight>> - Enemy XP <<= $user.enemy>> - Floor : $etage / 5</li>
</ul>
<<if $fight.user.life <= 0>>
<ul>
<li><<link "Sortir prendre des forces" "viktorbase">><</link>></li>
</ul>
<<else>>
<ul class="link">
<li><<link "Door 1" "viktordoor">><<set $page = $random.random()>><</link>></li>
<li><<link "Door 2" "viktordoor">><<set $page = $random.random()>><</link>></li>
</ul>
<ul class="link">
<li><<link "Door 3" "viktordoor">><<set $page = $random.random()>><</link>></li>
<li><<link "Door 4" "viktordoor">><<set $page = $random.random()>><</link>></li>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>>/*Veronica Leal*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = "loveassets/viktor/veronica.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
#slider_endu {
width: 100%;
margin:0;
accent-color: #289828;
}
</style>
<<if ndef $valoptions>>
<<set $valoptions = ["Fingering", "Blowjob", "Vaginal", "Cum", "Anal", "Vaginal2", "Anal2", "Creampie", "Cum2"]>>
<</if>>
<<set _options = [
{ "nom" : "Blowjob", "page" : 1 },
{ "nom" : "Fingering", "page" : 4},
{ "nom" : "Vaginal", "page" : 7 },
{ "nom" : "Anal", "page" : 10},
{ "nom" : "Cum", "page" : 13 },
{ "nom" : "Anal2", "page" : 16 },
{ "nom" : "Vaginal2", "page" : 19},
{ "nom" : "Creampie", "page" : 21},
{ "nom" : "Cum2", "page" : 22 }
].shuffle()>>
<<switch $page>>
<<case 1>>
@@#media;
<<video "loveassets/viktor/01/1.webm" 1>>
<<saygirl 0 _girl>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 2 _girl>><cite>Glups - Glups</cite><</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/viktor/01/1_1.webm" 1>>
<<saygirl 0 _girl>><cite>Glups - Glups</cite><</saygirl>>
<<saygirl 3 _girl>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/viktor/01/1_2.webm" 1>>
<<saygirl 0 _girl>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl "guard_veronica" _girl>><cite>Glups - Glups</cite><</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/viktor/01/2.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa<</saygirl>>
<<saygirl 5 _girl>><cite>Haaaaa</cite><</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/viktor/01/2_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa<</saygirl>>
<<saygirl 6 _girl>><cite>Haaaaaaaaaaaa</cite><</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/viktor/01/2_2.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa<</saygirl>>
<<saygirl "guard_veronica" _girl>><cite>Breathe hard</cite>Haaaaaaa<</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/viktor/01/3.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Ummm<</saygirl>>
<<saygirl 8 _girl>><cite>Haaaaa</cite>Ummmm<</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/viktor/01/3_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa<</saygirl>>
<<saygirl 9 _girl>><cite>Umm</cite>Hoooo Haaa Haaaaa<</saygirl>>
@@
<<case 9>>
@@#media .cum;
<<video "loveassets/viktor/01/3_2.webm" 1>>
<<user 0>>Hoo Haaaaa Haaaa Haaaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite>Haaaaaaa<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/viktor/01/4.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Ummmmm<</saygirl>>
<<saygirl 11 _girl>><cite>Breathe hard</cite> <cite>Breathe</cite><</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/viktor/01/4_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa Haaaaaaa<</saygirl>>
<<saygirl 12 _girl>><cite>Um</cite>HO Haaaaaaa<</saygirl>>
@@
<<case 12>>
@@#media .cum;
<<video "loveassets/viktor/01/4_2.webm" 1>>
<<user 0>><cite>Haa</cite>Haaaaa Haaaa Haaaaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Um</cite>HooOooOooo<</saygirl>>
@@
<<case 13>>
@@#media .cum;
<<video "loveassets/viktor/01/5.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa Haaaaaa<</user>>
<<saygirl 14 _girl>><cite>Breathe</cite> <cite>Breathe</cite><</saygirl>>
@@
<<case 14>>
@@#media .cum;
<<video "loveassets/viktor/01/5_1.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl 15 _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/viktor/01/5_2.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Glups</cite>Haaaaaaaaaa<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/viktor/01/6.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa Ummmm<</saygirl>>
<<saygirl 17 _girl>><cite>Breathe hard</cite>Haaaaa<</saygirl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/viktor/01/6_1.webm" 1>>
<<saygirl 0 _girl>><cite>HOO</cite>HaaaaHaaaaHaaa<</saygirl>>
<<saygirl 18 _girl>><cite>HaaaaHaaaHaaaaA</cite><</saygirl>>
@@
<<case 18>>
@@#media .cum;
<<video "loveassets/viktor/01/6_2.webm" 1>>
<<user 0>><cite>UM</cite>Haaa Haaa HAAaaaaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite>Haaaaaaaaaa<</saygirl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/viktor/01/7.webm" 1>>
<<saygirl 0 _girl>><cite>UM Ummm</cite>Haaaaaaa<</saygirl>>
<<saygirl 20 _girl>><cite>Ummmmm</cite><</saygirl>>
@@
<<case 20>>
@@#media;
<<video "loveassets/viktor/01/7_1.webm" 1>>
<<user 0>><cite>UM</cite>Haaa Haaaaa haaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Haaa</cite>Haaaaaaa<</saygirl>>
@@
<<case 21>>
@@#media.cum;
<<video "loveassets/viktor/01/8.webm" 1>>
<<user 0>><cite>HOO</cite>Haaaaaaa HA Haaaaaa HO Haaaaa<</user>>
<<saygirl "guard_veronica" _girl>><cite>Breathe hard</cite>HO Haaa HO Haaaaaaa<</saygirl>>
@@
<<case 22>>
@@#media.cum;
<<video "loveassets/viktor/01/9.webm" 1>>
<<user 0>><cite>UM</cite>Haaaaaaa HA Haaaaaa<</user>>
<<saygirl 23 _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<case 23>>
@@#media.cum;
<<video "loveassets/viktor/01/9_1.webm" 1>>
<<user 0>><cite>UM</cite>HOoooo HO Haaaaaa<</user>>
<<saygirl 24 _girl>><cite>Glups</cite>Hoooo<</saygirl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/viktor/01/9_2.webm" 1>>
<<saygirl 0 _girl>><cite>Respire fort</cite><cite>Breathe hard</cite><cite>Breathe hard</cite><</saygirl>>
<<saygirl "guard_veronica" _girl>><cite>Breathe hard</cite>Ummm<</saygirl>>
@@
<<default>>
@@#media;
[img[loveassets/viktor/veronica_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Make Her Happy… or Die Trying.</li>
/*<li>Endurance : <<= $guardendu>> - Desire <<= $guarddesir>></li>*/
<li style="display: flex; gap:2em;"><progress id="slider_endu" @value=$guardendu max="100"></progress><progress id="time-slider" @value=$guarddesir max="90"></progress></li>
<li>ⓘ Satisfy her desires without exhausting yourself. (The buttons are random, but the order is fixed)</li>
</ul>
<<if $guardendu <= 0>>
<ul>
<li><<link "Go out to restore energy" "viktordoor">>
<<set $fight.user.life = Math.max(0, $fight.user.life - 40)>><<unset $valoptions>>
<</link>></li>
</ul>
<<elseif $guarddesir >= 90>>
<ul>
<li><<link "Continue" "viktordoor">><<unset $valoptions>><</link>></li>
</ul>
<<else>>
<ul class="link">
<<for _item range _options.slice(0, 3)>>
<<capture _item>>
<li><<link "_item.nom" "guard_veronica">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(3, 6)>>
<<capture _item>>
<li><<link "_item.nom" "guard_veronica">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(6, 9)>>
<<capture _item>>
<li><<link "_item.nom" "guard_veronica">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>>/*Black Angel*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = "loveassets/viktor/angel.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
#slider_endu {
width: 100%;
margin:0;
accent-color: #289828;
}
</style>
<<if ndef $valoptions>>
<<set $valoptions = ["Vaginal", "Blowjob", "Vaginal2", "Vaginal3", "Fingering", "Fingering2", "Vaginal4", "Cum", "Creampie"]>>
<</if>>
<<set _options = [
{ "nom" : "Fingering", "page" : 1 },
{ "nom" : "Vaginal", "page" : 4},
{ "nom" : "Blowjob", "page" : 7},
{ "nom" : "Vaginal2", "page" : 10},
{ "nom" : "Vaginal3", "page" : 13 },
{ "nom" : "Fingering2", "page" : 16},
{ "nom" : "Vaginal4", "page" : 19},
{ "nom" : "Creampie", "page" : 22 },
{ "nom" : "Cum", "page" : 23 }
].shuffle()>>
<<switch $page>>
<<case 1>>
@@#media;
<<video "loveassets/viktor/03/1.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite><cite>UM</cite>Haaa Haaaaa Haaaaa<</saygirl>>
<<saygirl 2 _girl>><cite>Breathe hard</cite>Haaaaaaa Haaaaa<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/viktor/03/1_1.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite><cite>UM</cite>Ummmm<</saygirl>>
<<saygirl 3 _girl>>Ohhhhhhhhhhhh <cite>Breathe hard</cite> Ohhh<</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/viktor/03/1_2.webm" 1>>
<<saygirl 0 _girl>><cite>Ummm</cite>Ohhhhhhh<</saygirl>>
<<saygirl "guard_angel" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/viktor/03/2.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaa Haaaa HOoooo<</saygirl>>
<<saygirl 5 _girl>>Hooooo Haaaa<</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/viktor/03/2_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Hooo Haaaa<</saygirl>>
<<user 6>>HHaaaaaa<</user>>
@@
<<case 6>>
@@#media.cum;
<<video "loveassets/viktor/03/2_2.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite><</saygirl>>
<<user "guard_angel">><cite>UM</cite>HHaa Haaa Haaaa<</user>>
@@
<<case 7>>
@@#media;
<<video "loveassets/viktor/03/3.webm" 1>>
<<user 0>><cite>UM</cite>Ahhhh Haaaa<</user>>
<<saygirl 8 _girl>><cite>Glups - Glups</cite> <cite>Suck - Suck</cite><</saygirl>>
@@
<<case 8>>
@@#media.cum;
<<video "loveassets/viktor/03/3_1.webm" 1>>
<<user 0>><cite>UM</cite>Ahhhh Haaaa<</user>>
<<saygirl "guard_angel" _girl>><cite>Glups - Glups</cite> <cite>Glups - Glups</cite><</saygirl>>
@@
<<case 90>>
@@#media;
<<video "loveassets/viktor/03/3_2.webm" 1>>
<<user 0>>Hoo Haaaaa Haaaa Haaaa<</user>>
<<saygirl "guard_angel" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite>Haaaaaaa<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/viktor/03/4.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Umm Haaa Haaaaa<</saygirl>>
<<saygirl 11 _girl>><cite>Breathe hard</cite> <cite>Haa</cite> Haaaaaaa<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/viktor/03/4_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa Haaa Hooooo<</saygirl>>
<<saygirl 12 _girl>><cite>Um</cite>Haaa HOoOooo<</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/viktor/03/4_2.webm" 1>>
<<user 0>><cite>Haa</cite>HOoo HAaaa Haaaaaa<</user>>
<<saygirl "guard_angel" _girl>><cite>Breathe hard</cite> <cite>UM</cite> HOOoooooo<</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/viktor/03/5.webm" 1>>
<<user 0>><cite>Hoo</cite>Hoooo Haaa Haaa<</user>>
<<saygirl 14 _girl>><cite>Ummmmm</cite><</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/viktor/03/5_1.webm" 1>>
<<user 0>><cite>Ummm</cite>HOooooo<</user>>
<<saygirl 15 _girl>><cite>Breathe hard</cite>Hooo Haaaaaa<</saygirl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/viktor/03/5_2.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa Haaaa<</user>>
<<user "guard_angel">><cite>Hoo</cite>Haaa Haaa Haaaaaaaaa<</user>>
@@
<<case 16>>
@@#media;
<<video "loveassets/viktor/03/6.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite> <cite>HAAaa</cite>Haaaaaaa Ummmm<</saygirl>>
<<saygirl 17 _girl>><cite>Breathe hard</cite>Hoo Hooo Hoooooo<</saygirl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/viktor/03/6_1.webm" 1>>
<<saygirl 0 _girl>><cite>HOO</cite>HOoooo HaAaaaaa<</saygirl>>
<<saygirl 18 _girl>><cite>HaaaaHaaaHaaaaA</cite><</saygirl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/viktor/03/6_2.webm" 1>>
<<user 0>><cite>UM</cite>Hooo Hooo HOOoooo<</user>>
<<saygirl "guard_angel" _girl>><cite>HooooOooooO</cite><</saygirl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/viktor/03/7.webm" 1>>
<<user 0>><cite>UM</cite>Haaa Haaaa HOOooo<</user>>
<<saygirl 20 _girl>><cite>Ummmmm</cite>Hooo Haaaaaaa Hoooo<</saygirl>>
@@
<<case 20>>
@@#media;
<<video "loveassets/viktor/03/7_1.webm" 1>>
<<saygirl 0>><cite>Breathe hard</cite> <cite>UM</cite> Hooo Hoooo haaa<</saygirl>>
<<saygirl 21 _girl>><cite>Haaa</cite>Haaaaaaa<</saygirl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/viktor/03/7_2.webm" 1>>
<<saygirl 0 _girl>><cite>Haaa</cite>Haaaaaaa Haaaaaa<</saygirl>>
<<saygirl "guard_angel" _girl>><cite>Haaa</cite>Haaaaaaa<</saygirl>>
@@
<<case 22>>
@@#media.cum;
<<video "loveassets/viktor/03/8.webm" 1>>
<<user 0>><cite>HOO</cite>Haaaaaaa HA Haaaaaa HO Haaaaa<</user>>
<<saygirl "guard_angel" _girl>><cite>Breathe hard</cite>HO Haaa HO Haaaaaaa<</saygirl>>
@@
<<case 23>>
@@#media.cum;
<<video "loveassets/viktor/03/9.webm" 1>>
<<user 0>><cite>UM</cite>Haaaaaaa HA Haaaaaa<</user>>
<<saygirl 24 _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<case 24>>
@@#media.cum;
<<video "loveassets/viktor/03/9_1.webm" 1>>
<<user 0>><cite>UM</cite>HAaaa HO Haaaaaa<</user>>
<<saygirl 25 _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/viktor/03/9_2.webm" 1>>
<<saygirl 0 _girl>><cite>Respire fort</cite><cite>Breathe hard</cite><cite>Breathe hard</cite><</saygirl>>
<<saygirl "guard_angel" _girl>><cite>Breathe hard</cite>Ummm<</saygirl>>
@@
<<default>>
@@#media;
[img[loveassets/viktor/angel_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Make Her Happy… or Die Trying.</li>
/*<li>Endurance : <<= $guardendu>>/100 - Desire : <<= $guarddesir>>/90 <<=$valoptions[0]>></li>*/
<li style="display: flex; gap:2em;"><progress id="slider_endu" @value=$guardendu max="100"></progress><progress id="time-slider" @value=$guarddesir max="90"></progress></li>
<li>ⓘ Satisfy her desires without exhausting yourself. (The buttons are random, but the order is fixed)</li>
</ul>
<<if $guardendu <= 0>>
<ul>
<li><<link "Go out to restore energy" "viktordoor">>
<<set $fight.user.life = Math.max(0, $fight.user.life - 40)>><<unset $valoptions>>
<</link>></li>
</ul>
<<elseif $guarddesir >= 90>>
<ul>
<li><<link "Continue" "viktordoor">><<unset $valoptions>><</link>></li>
</ul>
<<else>>
<ul class="link">
<<for _item range _options.slice(0, 3)>>
<<capture _item>>
<li><<link "_item.nom" "guard_angel">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(3, 6)>>
<<capture _item>>
<li><<link "_item.nom" "guard_angel">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(6, 9)>>
<<capture _item>>
<li><<link "_item.nom" "guard_angel">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>>/*Barbie Rous*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = "loveassets/viktor/barbie.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
#slider_endu {
width: 100%;
margin:0;
accent-color: #289828;
}
</style>
<<if ndef $valoptions>>
<<set $valoptions = ["Fingering", "Vaginal", "Blowjob", "Vaginal2", "Creampie", "Cum"]>>
<</if>>
<<set _options = [
{ "nom" : "Fingering", "page" : 1 },
{ "nom" : "Vaginal", "page" : 4},
{ "nom" : "Blowjob", "page" : 7 },
{ "nom" : "Vaginal2", "page" : 10},
{ "nom" : "Creampie", "page" : 13 },
{ "nom" : "Cum", "page" : 14 },
].shuffle()>>
<<switch $page>>
<<case 1>>
@@#media;
<<video "loveassets/viktor/02/1.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe</cite> <cite>Breathe hard</cite><</saygirl>>
<<saygirl 2 _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/viktor/02/1_1.webm" 1>>
<<saygirl 0 _girl>><cite>HAAAaa</cite> Haaaa Haaaa<</saygirl>>
<<saygirl 3 _girl>><cite>Breathe hard</cite>Haaaa Haaaaa<</saygirl>>
@@
<<case 3>>
@@#media;
<<video "loveassets/viktor/02/1_2.webm" 1>>
<<saygirl 0 _girl>><cite>HO</cite> <cite>UM</cite>UMMMMmmm<</saygirl>>
<<saygirl "guard_barbie" _girl>><cite>Hooo</cite>HOOOOoooo<</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/viktor/02/2.webm" 1>>
<<saygirl 0 _girl>><cite>Hoo</cite>Haa Hooo Hooo Haa<</saygirl>>
<<saygirl 5 _girl>><cite>UMmmm</cite>Haaaaaa<</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/viktor/02/2_1.webm" 1>>
<<saygirl 0 _girl>><cite>Hoo</cite>Haaa Hooo Haaaaaa<</saygirl>>
<<saygirl 6 _girl>>Haaa Haaaaaa<</saygirl>>
@@
<<case 6>>
@@#media.cum;
<<video "loveassets/viktor/02/2_2.webm" 1>>
<<user 0>><cite>UM</cite>Haaaaa<</user>>
<<saygirl "guard_barbie" _girl>><cite>Breathe hard</cite> Haaaa Haaaaaaa Haa<cite>Breathe hard</cite> haaa <cite>Breathe hard</cite> haaa<</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/viktor/02/3.webm" 1>>
<<saygirl 0 _girl>><cite>Suck - Slurps</cite>Um<</saygirl>>
<<saygirl 8 _girl>><cite>Glups - Glups</cite> <cite>Glups - Glups</cite><</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/viktor/02/3_1.webm" 1>>
<<saygirl 0 _girl>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl 9 _girl>><cite>Glups - Glups</cite> <cite>Glups - Glups</cite><</saygirl>>
@@
<<case 9>>
@@#media .cum;
<<video "loveassets/viktor/02/3_2.webm" 1>>
<<user 0>><cite>UM</cite>Haaaaa Haaaa Haaaa<</user>>
<<saygirl "guard_barbie" _girl>><cite>Glups - Glups</cite> Ummm<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/viktor/02/4.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe</cite>Haa <cite>Breathe</cite> Haaa <cite>Breathe</cite> Haaa<</saygirl>>
<<saygirl 11 _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/viktor/02/4_1.webm" 1>>
<<saygirl 0 _girl>><cite>HAAAA</cite>aaaaaaa Haaaaaaa Haaaaa<</saygirl>>
<<saygirl 12 _girl>><cite>HAAAA</cite>aaaaAAaaaa<</saygirl>>
@@
<<case 12>>
@@#media .cum;
<<video "loveassets/viktor/02/4_2.webm" 1>>
<<user 0>><cite>Haa</cite>Haaaaa Haaaa Haaaaa<</user>>
<<saygirl "guard_barbie" _girl>><cite>Breathe hard</cite><cite>Um</cite>HAAaaa HoooOoo HaaA HOooo<</saygirl>>
@@
<<case 13>>
@@#media .cum;
<<video "loveassets/viktor/02/5.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa Haaaaaa<</user>>
<<saygirl "guard_barbie" _girl>>Hoo Hoo Hooo Hooo<</saygirl>>
@@
<<case 14>>
@@#media .cum;
<<video "loveassets/viktor/02/6.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl 15 _girl>><cite>Breathe hard</cite>Haa <cite>Breathe hard</cite> Haaaa <cite>Breathe hard</cite> Haaaa<</saygirl>>
@@
<<case 15>>
@@#media .cum;
<<video "loveassets/viktor/02/6_1.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl 16 _girl>>Haa Haaa Ummm Ummm<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/viktor/02/6_2.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
<<saygirl "guard_barbie" _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<default>>
@@#media;
[img[loveassets/viktor/barbie_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Make Her Happy… or Die Trying.</li>
/*<li>Endurance : <<= $guardendu>> - Desire <<= $guarddesir>></li>*/
<li style="display: flex; gap:2em;"><progress id="slider_endu" @value=$guardendu max="100"></progress><progress id="time-slider" @value=$guarddesir max="60"></progress></li>
<li>ⓘ Satisfy her desires without exhausting yourself. (The buttons are random, but the order is fixed)</li>
</ul>
<<if $guardendu <= 0>>
<ul>
<li><<link "Go out to restore energy" "viktordoor">>
<<set $fight.user.life = Math.max(0, $fight.user.life - 40)>><<unset $valoptions>>
<</link>></li>
</ul>
<<elseif $guarddesir >= 60>>
<ul>
<li><<link "Continue" "viktordoor">><<unset $valoptions>><</link>></li>
</ul>
<<else>>
<ul class="link">
<<for _item range _options.slice(0, 3)>>
<<capture _item>>
<li><<link "_item.nom" "guard_barbie">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(60, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(3, 6)>>
<<capture _item>>
<li><<link "_item.nom" "guard_barbie">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(60, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>>/*Amirah Adara*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = "loveassets/viktor/amirah.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
#slider_endu {
width: 100%;
margin:0;
accent-color: #289828;
}
</style>
<<if ndef $valoptions>>
<<set $valoptions = ["Blowjob", "Vaginal", "Fingering", "Anal2", "Cum", "Anal", "Vaginal2", "Creampie", "Cum2"]>>
<</if>>
<<set _options = [
{ "nom" : "Fingering", "page" : 1 },
{ "nom" : "Blowjob", "page" : 4},
{ "nom" : "Vaginal", "page" : 7 },
{ "nom" : "Cum", "page" : 10},
{ "nom" : "Anal", "page" : 13 },
{ "nom" : "Anal2", "page" : 16 },
{ "nom" : "Vaginal2", "page" : 19},
{ "nom" : "Creampie", "page" : 22},
{ "nom" : "Cum2", "page" : 23 }
].shuffle()>>
<<switch $page>>
<<case 1>>
@@#media;
<<video "loveassets/viktor/05/1.webm" 1>>
<<saygirl 0 _girl>>Haaaa<</saygirl>>
<<saygirl 2 _girl>>HAAAaaaaaAAAAAAaa<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/viktor/05/1_1.webm" 1>>
<<saygirl 0 _girl>>HAAA <cite>Breathe hard</cite> UMm<</saygirl>>
<<saygirl "guard_amirah" _girl>><cite>Haaaa</cite>HaaaAAAAAA<</saygirl>>
@@
<<case 300>>
@@#media;
<<video "loveassets/viktor/05/1_2.webm" 1>>
<<saygirl 0 _girl>><cite>Suck - Suck</cite><</saygirl>>
<<saygirl "guard_amirah" _girl>><cite>Glups - Glups</cite><</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/viktor/05/2.webm" 1>>
<<saygirl 0 _girl>><cite>Glups - Glups</cite> <cite>Glups - Glups</cite><</saygirl>>
<<saygirl 5 _girl>><cite>Glups - Glups</cite> <cite>Glups - Glups</cite><</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/viktor/05/2_1.webm" 1>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 6 _girl>><cite>Glups - Glups</cite><</saygirl>>
@@
<<case 6>>
@@#media.cum;
<<video "loveassets/viktor/05/2_2.webm" 1>>
<<user 0>><cite>UM</cite>Haa Haaaa<</user>>
<<saygirl "guard_amirah" _girl>><cite>Glups - Glups</cite> <cite>GLUPS</cite><</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/viktor/05/3.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaa Haaaa<</saygirl>>
<<saygirl 8 _girl>><cite>HAAAA</cite>HAAAAaaaaa<</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/viktor/05/3_1.webm" 1>>
<<saygirl 0 _girl>><cite>HAAAAA</cite>aaaaaaaa<</saygirl>>
<<saygirl 9 _girl>><cite>Breathe</cite>HaAaaaaAAAAAaaaaa<</saygirl>>
@@
<<case 9>>
@@#media .cum;
<<video "loveassets/viktor/05/3_2.webm" 1>>
<<user 0>>Haaaaa Haaaa Haaaa<</user>>
<<saygirl "guard_amirah" _girl>>Ummmm Haaaaaaa HAAAAaaaaa<</saygirl>>
@@
<<case 10>>
@@#media.cum;
<<video "loveassets/viktor/05/4.webm" 1>>
<<user 0>><cite>UM</cite> Hooo Hoooo<</user>>
<<saygirl 11 _girl>><cite>Laugh</cite> Ummmmm<</saygirl>>
@@
<<case 11>>
@@#media.cum;
<<video "loveassets/viktor/05/4_1.webm" 1>>
<<user 0>><cite>UM</cite> Hooo Hoooo<</user>>
<<saygirl 12 _girl>><cite>Laugh</cite> <cite>Laugh</cite>Haaaaaaa<</saygirl>>
@@
<<case 12>>
@@#media .cum;
<<video "loveassets/viktor/05/4_2.webm" 1>>
<<user 0>><cite>Haa</cite>Hooooo<</user>>
<<saygirl "guard_amirah" _girl>><cite>UmMmmmmm</cite><</saygirl>>
@@
<<case 13>>
@@#media;
<<video "loveassets/viktor/05/5.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe Hard</cite> Hoo<cite>Breathe Hard</cite>HOOOooo<</saygirl>>
<<saygirl 14 _girl>><cite>Hooo</cite> Yess Hoo YeS<</saygirl>>
@@
<<case 14>>
@@#media;
<<video "loveassets/viktor/05/5_1.webm" 1>>
<<saygirl 0 _girl>><cite>Muffled</cite> <cite>UMM</cite> Ummm umm<</saygirl>>
<<saygirl 15 _girl>><cite>Muffled</cite> <cite>HAA</cite>Haaaaaaaa<</saygirl>>
@@
<<case 15>>
@@#media;
<<video "loveassets/viktor/05/5_2.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Fuck FUck Fuck Fuck<</saygirl>>
<<saygirl "guard_amirah" _girl>><cite>Breathe Hard</cite> <cite>Breathe Hard</cite>HaaAAA Yesss YESS HAAAAaaaaaaa<</saygirl>>
@@
<<case 16>>
@@#media;
<<video "loveassets/viktor/05/6.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>HOOooo HooooO Hooooo<</saygirl>>
<<saygirl 17 _girl>><cite>Yess</cite>UMMMm Ummm<</saygirl>>
@@
<<case 17>>
@@#media;
<<video "loveassets/viktor/05/6_1.webm" 1>>
<<saygirl 0 _girl>><cite>HAAaaaa</cite>Ummmmm<</saygirl>>
<<user 0>><cite>Slap - Slap</cite><</user>>
<<saygirl 18 _girl>><cite>Laugh</cite>HAAaaaaa<</saygirl>>
@@
<<case 18>>
@@#media .cum;
<<video "loveassets/viktor/05/6_2.webm" 1>>
<<user 0>><cite>UM</cite>HAAaaaaa<</user>>
<<saygirl "guard_amirah" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite>Haaaaaaaaaa UMmmmm<</saygirl>>
@@
<<case 19>>
@@#media;
<<video "loveassets/viktor/05/7.webm" 1>>
<<saygirl 0 _girl>><cite>Um</cite>Yess yess yess fuck<</saygirl>>
<<saygirl 20 _girl>><cite>Haaa</cite> Haaaaaaa<</saygirl>>
@@
<<case 20>>
@@#media;
<<video "loveassets/viktor/05/7_1.webm" 1>>
<<saygirl 0 _girl>><cite>HAA</cite>Aaaaaaaa fuckkkkk<</saygirl>>
<<saygirl 21 _girl>><cite>Breathe Hard</cite>Haaaaaaa<</saygirl>>
@@
<<case 21>>
@@#media;
<<video "loveassets/viktor/05/7_2.webm" 1>>
<<saygirl 0 _girl>><cite>Haaaa</cite><cite>Laugh</cite> HA <cite>Laugh</cite><</saygirl>>
<<saygirl "guard_amirah" _girl>><cite>Breathe hard</cite>Haaa Haaaaaaa<</saygirl>>
@@
<<case 22>>
@@#media.cum;
<<video "loveassets/viktor/05/8.webm" 1>>
<<saygirl 0 _girl>>Haaaaa<</saygirl>>
<<user 0>><cite>UM</cite>HOooo yess Hooooooo<</user>>
<<saygirl 23 _girl>><cite>Breathe hard</cite> <cite>Laugh</cite> Haaaaa <cite>Laugh</cite> Haaaaaaa<</saygirl>>
@@
<<case 23>>
@@#media.cum;
<<video "loveassets/viktor/05/9.webm" 1>>
<<user 0>><cite>UM</cite>HOoooo HO Haaaaaa<</user>>
<<saygirl 24 _girl>><cite>Laugh</cite>HAaaaaa UMmmmm<cite>Laugh</cite> Haaaaaaa<</saygirl>>
@@
<<case 24>>
@@#media;
<<video "loveassets/viktor/05/9_1.webm" 1>>
<<saygirl 0 _girl>><cite>Respire fort</cite> <cite>Laugh</cite> Haaaaaa <cite>Laugh</cite><</saygirl>>
<<saygirl 25 _girl>><cite>Laugh</cite>Ummm Haaaaa<</saygirl>>
@@
<<case 25>>
@@#media;
<<video "loveassets/viktor/05/9_2.webm" 1>>
<<saygirl 0 _girl>><cite>Respire fort</cite><cite>Breathe hard</cite><cite>Laugh</cite><</saygirl>>
<<saygirl "guard_amirah" _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<default>>
@@#media;
[img[loveassets/viktor/amirah_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Make Her Happy… or Die Trying.</li>
/*<li>Endurance : <<= $guardendu>> - Desire <<= $guarddesir>></li>*/
<li style="display: flex; gap:2em;"><progress id="slider_endu" @value=$guardendu max="100"></progress><progress id="time-slider" @value=$guarddesir max="90"></progress></li>
<li>ⓘ Satisfy her desires without exhausting yourself. (The buttons are random, but the order is fixed)</li>
</ul>
<<if $guardendu <= 0>>
<ul>
<li><<link "Go out to restore energy" "viktordoor">>
<<set $fight.user.life = Math.max(0, $fight.user.life - 40)>><<unset $valoptions>>
<</link>></li>
</ul>
<<elseif $guarddesir >= 90>>
<ul>
<li><<link "Continue" "viktordoor">><<unset $valoptions>><</link>></li>
</ul>
<<else>>
<ul class="link">
<<for _item range _options.slice(0, 3)>>
<<capture _item>>
<li><<link "_item.nom" "guard_amirah">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(3, 6)>>
<<capture _item>>
<li><<link "_item.nom" "guard_amirah">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(6, 9)>>
<<capture _item>>
<li><<link "_item.nom" "guard_amirah">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(90, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>>/*Emiri Momota*/
<<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<<set $question to []>>
<</if>>
<<set _girl = "loveassets/viktor/emiri.jpg">>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
#time-slider {
width: 100%;
margin:0;
accent-color: rgb(var(--raspberry));
}
#slider_endu {
width: 100%;
margin:0;
accent-color: #289828;
}
</style>
<<if ndef $valoptions>>
<<set $valoptions = ["Creampie", "Blowjob", "Vaginal", "Fingering", "Vaginal2", "Cum"]>>
<</if>>
<<set _options = [
{ "nom" : "Vaginal", "page" : 1 },
{ "nom" : "Fingering", "page" : 4},
{ "nom" : "Blowjob", "page" : 7 },
{ "nom" : "Vaginal2", "page" : 10},
{ "nom" : "Creampie", "page" : 13 },
{ "nom" : "Cum", "page" : 16 },
].shuffle()>>
<<switch $page>>
<<case 1>>
@@#media;
<<video "loveassets/viktor/04/1.webm" 1>>
<<saygirl 0 _girl>>Haaa <cite>Breathe hard</cite><</saygirl>>
<<saygirl 2 _girl>><cite>UM</cite>HaaaaAaaaa<</saygirl>>
@@
<<case 2>>
@@#media;
<<video "loveassets/viktor/04/1_1.webm" 1>>
<<saygirl 0 _girl>><cite>Haaaaa</cite> Haaaaa<</saygirl>>
<<saygirl 3 _girl>>Hoooooooo Haaaaaa<</saygirl>>
@@
<<case 3>>
@@#media.cum;
<<video "loveassets/viktor/04/1_2.webm" 1>>
<<saygirl 0 _girl>>Hooo <cite>Breathe hard</cite> Hoooo hOOO <</saygirl>>
<<user 0>><cite>Um</cite>HAaa HAaaa<</user>>
<<saygirl "guard_emiri" _girl>><cite>Hoooo</cite>Hoooo <</saygirl>>
@@
<<case 4>>
@@#media;
<<video "loveassets/viktor/04/2.webm" 1>>
<<saygirl 0 _girl>>Hooo <cite>Breathe hard</cite> Hooo <cite>Breathe hard</cite><</saygirl>>
<<saygirl 5 _girl>><cite>Haaaaa</cite> Haaaaaaa<</saygirl>>
@@
<<case 5>>
@@#media;
<<video "loveassets/viktor/04/2_1.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite> Hooo<</saygirl>>
<<saygirl 6 _girl>><cite>Breathe hard</cite> Hooo<cite>HOooooooo</cite><</saygirl>>
@@
<<case 6>>
@@#media;
<<video "loveassets/viktor/04/2_2.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite>HOOOOOo <cite>Breathe hard</cite>HOoooo<</saygirl>>
<<saygirl "guard_emiri" _girl>><cite>Hooooo</cite>Hoooooo<</saygirl>>
@@
<<case 7>>
@@#media;
<<video "loveassets/viktor/04/3.webm" 1>>
<<user 0>><cite>UM</cite>Hooo Haaaaa<</user>>
<<saygirl 8 _girl>><cite>Suck - Suck</cite><</saygirl>>
@@
<<case 8>>
@@#media;
<<video "loveassets/viktor/04/3_1.webm" 1>>
<<saygirl 0 _girl>><cite>Glups - Glups</cite><</saygirl>>
<<user "guard_emiri">><cite>Haaaa</cite><</user>>
@@
<<case 90>>
@@#media;
<<video "loveassets/viktor/04/3_2.webm" 1>>
<<user 0>>Hoo Haaaaa Haaaa Haaaa<</user>>
<<saygirl "guard_emiri" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite>Haaaaaaa<</saygirl>>
@@
<<case 10>>
@@#media;
<<video "loveassets/viktor/04/4.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Ummmmm<</saygirl>>
<<saygirl 11 _girl>><cite>Breathe hard</cite> Haaaa Hooooooo<</saygirl>>
@@
<<case 11>>
@@#media;
<<video "loveassets/viktor/04/4_1.webm" 1>>
<<saygirl 0 _girl>><cite>UM</cite>Haaaaaaa Haaaaaaa<</saygirl>>
<<saygirl 12 _girl>><cite>Um</cite>HAaa Haaaaaaa <cite>Breathe hard</cite><</saygirl>>
@@
<<case 12>>
@@#media;
<<video "loveassets/viktor/04/4_2.webm" 1>>
<<user 0>><cite>Haa</cite>HOooo Haaaa Haaaaa<</user>>
<<saygirl "guard_emiri" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<case 13>>
@@#media.cum;
<<video "loveassets/viktor/04/5.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa Haaaaaa<</user>>
<<saygirl "guard_emiri" _girl>><cite>Haaaa</cite> Hoooo <cite>Haaaaaaa</cite><</saygirl>>
@@
<<case 140>>
@@#media;
<<video "loveassets/viktor/04/5_1.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl 15 _girl>><cite>Breathe hard</cite><</saygirl>>
@@
<<case 150>>
@@#media .cum;
<<video "loveassets/viktor/04/5_2.webm" 1>>
<<user 0>><cite>Hoo</cite>Haaaaaa Haaa<</user>>
<<saygirl "guard_emiri" _girl>><cite>Glups</cite>Haaaaaaaaaa<</saygirl>>
@@
<<case 16>>
@@#media.cum;
<<video "loveassets/viktor/04/6.webm" 1>>
<<user 0>><cite>UM</cite>Ho Hooo Hoooo<</user>>
<<saygirl 17 _girl>><cite>Umm</cite>Haaaaa Haaaaa<</saygirl>>
@@
<<case 17>>
@@#media.cum;
<<video "loveassets/viktor/04/6_1.webm" 1>>
<<user 0>><cite>UM</cite>Ho Hooo Hoooo<</user>>
<<saygirl 18 _girl>><cite>HaaaaHaaaHOOooo</cite><</saygirl>>
@@
<<case 18>>
@@#media;
<<video "loveassets/viktor/04/6_2.webm" 1>>
<<saygirl 0 _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
<<saygirl "guard_emiri" _girl>><cite>Breathe hard</cite> <cite>Breathe hard</cite><</saygirl>>
@@
<<default>>
@@#media;
[img[loveassets/viktor/emiri_cover.jpg]]
<li class="mapmenu">
<ul>
<li class="title">Make Her Happy… or Die Trying.</li>
/*<li>Endurance : <<= $guardendu>> - Desire <<= $guarddesir>></li>*/
<li style="display: flex; gap:2em;"><progress id="slider_endu" @value=$guardendu max="100"></progress><progress id="time-slider" @value=$guarddesir max="60"></progress></li>
<li>ⓘ Satisfy her desires without exhausting yourself. (The buttons are random, but the order is fixed)</li>
</ul>
<<if $guardendu <= 0>>
<ul>
<li><<link "Go out to restore energy" "viktordoor">>
<<set $fight.user.life = Math.max(0, $fight.user.life - 40)>><<unset $valoptions>>
<</link>></li>
</ul>
<<elseif $guarddesir >= 60>>
<ul>
<li><<link "Continue" "viktordoor">><<unset $valoptions>><</link>></li>
</ul>
<<else>>
<ul class="link">
<<for _item range _options.slice(0, 3)>>
<<capture _item>>
<li><<link "_item.nom" "guard_emiri">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(60, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<ul class="link">
<<for _item range _options.slice(3, 6)>>
<<capture _item>>
<li><<link "_item.nom" "guard_emiri">><<set $page = _item.page>>
<<if _item.nom == $valoptions[0]>>
<<set $guarddesir = Math.min(60, $guarddesir + 10)>>
<<set $valoptions.shift()>>
<<else>>
<<set $guardendu = Math.max(0, $guardendu - 10)>>
<</if>>
<</link>></li>
<</capture>>
<</for>>
</ul>
<</if>>
</li>
@@
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<<include objquete>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/route.jpg');
}
</style>
<<switch $page>>
<<case 0>>
<<if ! $user.inventory.includes("gun")>>
<<dialog>>
<<=_quetes.user[19]>>
<<link "Go to the shop" "shop">><<run Dialog.close();>><</link>>
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<<else>>
@@#media;
<<video "loveassets/intro/route.webm">>
<<talk 0>>On your way to Viktor’s hotel, your mind is in turmoil. What will you do with these contracts… keep them, or burn them to ashes?<</talk>>
<<talk 0>>You could take his throne, control these women with the same chains he forged…<</talk>>
<<talk 0>>Or set your own rules, offer a new contract, a second chance… a fresh start for them.<</talk>>
<<talk 0>>Or maybe… destroy it all, erase the past, and give them back the freedom they were robbed of.<</talk>>
<<talk 0>>Anything becomes possible once you’re free from Viktor.<</talk>>
<<talk "viktorbase">>You haven’t made your choice yet. But one thing is certain: the time for vengeance has come.<</talk>>
@@
<</if>>
<</switch>>
<</nobr>><<nobr>>
<<run Dialog.close();>>
<<if ndef $page>>
<<set $page to 0>>
<</if>>
<<section>>
<<backbutton>>
<style>
body.fixe {
background-image: linear-gradient(0deg, rgba(17,17,17,1) 5%, rgba(17,17,17,0.05) 50%, rgba(0,0,0,1) 95%), url('loveassets/img/viktorhotel.jpg');
}
</style>
<<dialog>>
You chose to destroy the contracts. The girls are now free.
<<button "back" "hall">><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>><<nobr>>
<style>
b {
display: contents;
}
</style>
<<run Dialog.close();>>
<<dialog>>
You are currently playing the <b>public version</b> of the game.
<br>
The full version (Patreon) is only available online.
<br>
If you’d like to access it, please visit Patreon to <b>support me</b>.
<br>
Make sure to <b>save your game</b>! You’ll be able to import it later into the online version.
<br>
<a class="link-internal macro-link" href="https://www.patreon.com/a_FurbyzHiddenChronicles" target="_blank">Patreon</a>
<a class="link-internal macro-link" href="https://hidden-chronicles.eu/" target="_blank">Online version</a>
<<button "back" `previous()`>><<run Dialog.close();>><</button>>
<</dialog>>
<</nobr>>