JavaScript is required. Please enable it to continue.
Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
<div style="text-align: center;"><div class="text"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>> <<linkreplace "<div id='choice'><p>Start</p></div>">><<include "refresh">> <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<div style="text-align: center;"><<set $prog += 1>>\ <progress @max="$max" @value="$prog" id="pbar"></progress>\ <div class="text">\ <<set $temp to random(1,4)>>\ <<if $temp is 1>>\ <img src="./img/01.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 2>>\ <img src="./img/02.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 3>>\ <img src="./img/03.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<else>>\ <img src="./img/04.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ </div> <</if>>\ \ Trust: ''$prog'' <<if $MiaGame is true>>\ ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01 <<elseif $RileyGame is true>>\ ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 <<elseif $LanaGame is true>>\ ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 <<elseif $MeganGame is true>>\ ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 <<elseif $AngelaGame is true>>\ ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 <</if>>\ </div>\ <<set _elapsedTime = new Date().getTime() - setup.customStartTime>> \ <<set _secondsRemaining to $sec - Math.floor(_elapsedTime / 1000)>> \ <<countdownTimer _secondsRemaining "Mal">>\ <<nobr>>\ <<script>> $(document).on('keydown', function(event) { switch (event.key) { case 'ArrowUp': $('#upLink').click(); break; case 'ArrowLeft': $('#leftLink').click(); break; case 'ArrowDown': $('#downLink').click(); break; case 'ArrowRight': $('#rightLink').click(); break; } }); <</script>><</nobr>></div>\
<<set $CD5 to false>>\ <<set $CD10 to false>>\ <<set $CD15 to false>>\ <<set $prog = 0>>\ <<set $prestart to false>> <<set $max = 10>> <<set $lvlChica01 = 1>> <<set $maxPow = 10>> <<set $pow = 0>> <<set $money = 0>>\ <<set $work to false>>\ <<set $corruption = 0>>\ <<set $mia to false>> <<set $expeChica01 to 0>> <<set $MaxExpeChica01 to 10>> <<set $lvlChica01 = 0>> <<set $MiaGame to false>> <<set $riley to false>> <<set $expeChica02 = 0>> <<set $MaxExpeChica02 = 10>> <<set $lvlChica02 = 0>> <<set $RileyGame to false>> <<set $lana to false>> <<set $expeChica03 = 0>> <<set $MaxExpeChica03 = 10>> <<set $lvlChica03 = 0>> <<set $LanaGame to false>> <<set $megan to false>> <<set $expeChica04 = 0>> <<set $MaxExpeChica04 = 10>> <<set $lvlChica04 = 0>> <<set $MeganGame to false>> <<set $angela to false>> <<set $expeChica05 = 0>> <<set $MaxExpeChica05 = 10>> <<set $lvlChica05 = 0>> <<set $AngelaGame to false>> <<set $fit = 0>> <<set $charm = 0>> <<set $looks = 0>> <<set $rflx = 0>> <<set $sedx = 0>> <<set $dogcust to false>> <<set $paidUntil to 0>> <<set $coffeejob to false>> <<set $barjob to false>> <<set $work to false>> <<set $workout to false>> <<set $park to false>> <<set $club to false>> <<set $tuto = false>> <<set $vm to 1>> <<set $job to 1>> <<set $maga to false>> <<set $dildo to false>> <<set $bigdildo to false>> <<set $vibrator to false>> <<set $rvibrator to false>> <<set $cosplay to false>> <<set $cell to false>> <<set $laptop to false>> <<set $wcam to false>> <<set $dcam to false>> <<set $fupdate to false>> <<set $swatch to false>> <<set $Shirt to false>> <<set $Pants to false>> <<set $Suit to false>> <<set $Overcoat to false>> <<set $Scarf to false>> <<set $Shoes to false>> <<set $MusicPlay to false>> <<set $nch to true>> <<set $dogcust to false>> ====================================================================== <<nobr>> <<set $gameDate to new Date("2024-01-01T15:00Z"); >> <<set $GameDays to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"];>> <<set $WorkDays to ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"];>> <<set $WeekEnd to ["Saturday", "Sunday"];>> <<set $currentDay to $GameDays[$gameDate.getUTCDay()];>> <<set $day to 1>> <<set $period to 1>> <<set $periodname to "Morning">> <</nobr>> ====================================================================== <<set $music to "Stop">><<set $vol to "20%">> <<cacheaudio "CHDLM" "./msc/chdlm.mp3">> <<cacheaudio "FolkBlues" "./msc/TheRealFolkBlues.mp3">> <<cacheaudio "TheCure" "./msc/thecure.mp3">> <<cacheaudio "SweetDreams" "./msc/SweetDreams.mp3">> <<cacheaudio "ShapeOfYou" "./msc/ShapeOfYou.mp3">> <<cacheaudio "Despacito" "./msc/Despacito.mp3">> <<cacheaudio "EpicSaxGuy" "./msc/EpicSaxGuy.mp3">> <<cacheaudio "CarelessWhisper" "./msc/CarelessWhisper.mp3">> <<cacheaudio "GetLucky" "./msc/GetLucky.mp3">> <<cacheaudio "BillieJean" "./msc/BillieJean.mp3">> <<cacheaudio "sdc1" "./msc/Seduction01.mp3">> <<cacheaudio "sdc2" "./msc/Seduction02.mp3">> <<cacheaudio "sdc3" "./msc/Seduction03.mp3">> <<createplaylist "PlayListRemix">> <<track "CHDLM" volume 1>> <<track "FolkBlues" volume 1>> <<track "TheCure" volume 1>> <<track "SweetDreams" volume 1>> <<track "ShapeOfYou" volume 1>> <<track "Despacito" volume 1>> <<track "EpicSaxGuy" volume 1>> <<track "CarelessWhisper" volume 1>> <<track "GetLucky" volume 1>> <<track "BillieJean" volume 1>> <</createplaylist>> <<createplaylist "PlayListSeduc">> <<track "sdc1" volume 1>> <<track "sdc2" volume 1>> <<track "sdc3" volume 1>> <</createplaylist>> <<set $currentTrack to "" >>
<div style="text-align: center;"><<set $prog += 1>>\ <progress @max="$max" @value="$prog" id="pbar"></progress>\ <div class="text">\ <<set $temp to random(1,4)>>\ <<if $temp is 1>>\ <img src="./img/01.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 2>>\ <img src="./img/02.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 3>>\ <img src="./img/03.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<else>>\ <img src="./img/04.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ </div> <</if>>\ \ Trust: ''$prog'' <<if $MiaGame is true>>\ ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01 <<elseif $RileyGame is true>>\ ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 <<elseif $LanaGame is true>>\ ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 <<elseif $MeganGame is true>>\ ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 <<elseif $AngelaGame is true>>\ ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 <</if>>\ </div>\ <<set _elapsedTime = new Date().getTime() - setup.customStartTime>>\ <<set _secondsRemaining to $sec - Math.floor(_elapsedTime / 1000)>>\ <<countdownTimer _secondsRemaining "Mal">>\ <<if $prog gte $max>><<set $prog to 0>><<set $lvlup to $max>><<set $max to $max+10>><<goto "Bien">><</if>>\ </div>\
<div style="text-align: center;"><<set $prog -= 1>>\ <<if $prog lte 0>><<set $prog to 0>><</if>>\ <progress @max="$max" @value="$prog" id="pbar"></progress>\ <div class="text">\ <<set $temp to random(1,4)>>\ <<if $temp is 1>>\ <img src="./img/01.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 2>>\ <img src="./img/02.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<elseif $temp is 3>>\ <img src="./img/03.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ </div> <<else>>\ <img src="./img/04.png" style="width:100px;"/> <<link "<div id='upLink'><img src='./img/01.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <div style="display: flex; flex-direction: row; justify-content: center; align-items: center; text-align: center;">\ <<link "<div id='leftLink'><img src='./img/02.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='downLink'><img src='./img/03.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamew">><</replace>><</link>>\ <<link "<div id='rightLink'><img src='./img/04.png' style='width: 50px; margin-right: 10px;'></div>">>\ <<replace "#1">><<include "gamec">><</replace>><</link>>\ </div> <</if>>\ \ Trust: ''$prog'' <<if $MiaGame is true>>\ ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01 <<elseif $RileyGame is true>>\ ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 <<elseif $LanaGame is true>>\ ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 <<elseif $MeganGame is true>>\ ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 <<elseif $AngelaGame is true>>\ ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 <</if>>\ </div>\ <<set _elapsedTime = new Date().getTime() - setup.customStartTime>> \ <<set _secondsRemaining to $sec - Math.floor(_elapsedTime / 1000)>> \ <<countdownTimer _secondsRemaining "Mal">>\ </div>\
<<nobr>>\ <<if $tuto is false>> <<goto "Tuto">><</if>> <<if $MiaGame is true>> <<set $lvlChica01 += 1>> <<goto "MiaB">><</if>> <<if $RileyGame is true>> <<set $lvlChica02 += 1>> <<goto "RileyB">><</if>> <<if $LanaGame is true>> <<set $lvlChica03 += 1>> <<goto "LanaB">><</if>> <<if $MeganGame is true>> <<set $lvlChica04 += 1>> <<goto "MeganB">><</if>> <<if $AngelaGame is true>> <<set $lvlChica05 += 1>> <<goto "AngelaB">><</if>> <<if $MusicPlay is true>> <<playlist "PlayListSeduc" stop>><<playlist "PlayListRemix" shuffle>><<set $music to "Random">><<playlist "PlayListRemix" play>><<playlist "PlayListRemix" volume 0.20>><</if>> <</nobr>>\
<<nobr>>\ <<if $tuto is false>> <<goto "Tuto">><</if>> <<if $MiaGame is true>> <<set $expeChica01 to ($expeChica01 + $prog)>> <<goto "MiaMal">><</if>> <<if $RileyGame is true>> <<set $expeChica02 to ($expeChica02 + $prog)>> <<goto "RileyMal">><</if>> <<if $LanaGame is true>> <<set $expeChica03 to ($expeChica03 + $prog)>> <<goto "LanaMal">><</if>> <<if $MeganGame is true>> <<set $expeChica04 to ($expeChica04 + $prog)>> <<goto "MeganMal">><</if>> <<if $AngelaGame is true>> <<set $expeChica05 to ($expeChica05 + $prog)>> <<goto "AngelaMal">><</if>> <<if $MusicPlay is true>> <<playlist "PlayListSeduc" stop>><<playlist "PlayListRemix" shuffle>><<set $music to "Random">><<playlist "PlayListRemix" play>><<playlist "PlayListRemix" volume 0.20>><</if>> <</nobr>>\
/* <<countdownTimer>> Widget - Start */ <<widget "countdownTimer">> <<set _seconds = $args[0]>> <<set _minutes = Math.floor(_seconds / 60)>> <<set _replacementPassage = $args[1]>> <div id="timer" class="timergreen">Time remaining _minutes:<<= (_seconds - (_minutes * 60)).toString().padStart(2, '0')>></div><<script>> if (!recall("countdown", undefined)) { setup.countdown = { startTime: new Date(), lastStr: "", passage: passage() }; memorize("countdown", setup.countdown); } else { setup.countdown = recall("countdown"); if (setup.countdown.passage !== passage()) { setup.countdown = { startTime: new Date(), lastStr: "", passage: passage() }; memorize("countdown", setup.countdown); } } setup.countdown.intervalID = setInterval(function () { if (setup.countdown.passage !== passage()) { clearInterval(setup.countdown.intervalID); forget("countdown"); setup.countdown.passage = ""; } else { var curtime = new Date(), str, seconds = State.temporary.seconds; var diff = Math.floor(seconds - ((curtime - setup.countdown.startTime) / 1000)), min = Math.floor(diff / 60); if ((diff >= 0) && (diff < seconds)) { if ($("#timer").length) { str = "Time remaining " + min + ":" + (diff - (min * 60)).toString().padStart(2, '0'); if (str != setup.countdown.lastStr) { $("#timer").empty().wiki(str); setup.countdown.lastStr = str; } if (diff <= 10) { if (!$("#timer").hasClass("timerred")) { $("#timer").removeClass("timeramber").addClass("timerred"); } } else if (diff <= 20) { if (!$("#timer").hasClass("timeramber")) { $("#timer").removeClass("timergreen").addClass("timeramber"); } } else { if (!$("#timer").hasClass("timergreen")) { $("#timer").removeClass("timeramber timerred").addClass("timergreen"); } } } } if (diff < 0) { clearInterval(setup.countdown.intervalID); forget("countdown"); $("#passages div.passage").empty().wiki('<<include "' + State.temporary.replacementPassage + '">>'); delete setup.countdown.passage; } } }, 200); <</script>> <</widget>> /* <<countdownTimer>> Widget - End */ <<nobr>> <<widget "addmins">> <<set $gameDate.setUTCMinutes($gameDate.getUTCMinutes() + $args[0])>> <</widget>> <<widget "addhours">> <<set $gameDate.setUTCHours($gameDate.getUTCHours() + $args[0])>> <</widget>> <</nobr>>
<div style="text-align: center;"><div class="frame">\ <div class="frame"> ''Let's do a trial'' to make sure you're good to go! <div style="text-align: center;"><div class="frame">\ //You can use: // <img src="./img/click.gif" style="height: 88px; max-width: 100%; height: auto;"><img src="./img/key.gif" style="height: 88px; max-width: 100%; height: auto;"><img src="./img/tap.gif" style="height: 88px; max-width: 100%; height: auto;"> </div>\ <div style="text-align: center;"> <<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "Living-Room">>\ <a data-passage="bedroom"><img src="./btn/chabon.png" style="height: 100px"></a> <a data-passage="Kitchen"><img src="./btn/kitchen.png" style="height: 100px"></a> <<if $day gte 7>><a data-passage="MeganBed"><img src="./btn/meganbed.png" style="height: 100px"></a><</if>> <a data-passage="AngelaBed"><img src="./btn/angelabed.png" style="height: 100px"></a> <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <<set $tuto = true>><<if $meganintro is true>><<goto "MeganArrives">><</if>> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>> </div></div>
<div style="text-align: center;"> ''You can Use:'' <img src="./img/key.gif" class="centerImage" style="max-width:100px;"/> <img src="./img/tap.gif" class="centerImage" style="max-width:100px;"/> <img src="./img/click.gif" class="centerImage" style="max-width:100px;"/> <<set $prestart to true>> <div id="choice" data-passage="start"><p>OK !</p></div> </div>
<<set $PassageName to "sex-shop">>\ <div style="text-align: center;"><div class="frame">\ <img src="./img/ss/03.gif" width="auto"> \ <div class="text"> <<if $maga is false && $money gte 300>>\ <<button [[Sexy Lingerie|Sex Shop]]>>\ <<set $maga to true>><<set $money -= 300>>\ <</button>> $300<</if>><<if $maga is true>> Sexy Lingerie ''Bought''<</if>><<if $maga is false && $money lt 300>>Sexy Lingerie: ''$300''<</if>> \ <<if $dildo is false && $money gte 200>>\ <<button [[Dildo|Sex Shop]]>>\ <<set $dildo to true>><<set $money -= 200>>\ <</button>> $200<</if>><<if $dildo is true>> Dildo: ''Bought''<</if>><<if $dildo is false && $money lt 200>>Dildo ''$200''<</if>> \ <<if $bigdildo is false && $money gte 300>>\ <<button [[Fishnet Stockings|Sex Shop]]>>\ <<set $bigdildo to true>><<set $money -= 300>>\ <</button>> $300<</if>><<if $bigdildo is true>> Fishnet Stockings ''Bought''<</if>><<if $bigdildo is false && $money lt 300>>Fishnet Stockings: ''$300''<</if>> \ <<if $vibrator is false && $money gte 350>>\ <<button [[Vibrator|Sex Shop]]>>\ <<set $vibrator to true>><<set $money -= 350>>\ <</button>> $350<</if>><<if $vibrator is true>> Vibrator ''Bought''<</if>><<if $vibrator is false && $money lt 350>>Vibrator: ''$350''<</if>> \ <<if $cosplay is false && $money gte 500>>\ <<button [[Nurse Costume|Sex Shop]]>>\ <<set $cosplay to true>><<set $money -= 500>>\ <</button>> $500<</if>><<if $cosplay is true>> Nurse Costume ''Bought''<</if>><<if $cosplay is false && $money lt 500>>Nurse Costume: ''$500''<</if>> \ <<if $rvibrator is false && $money gte 500>>\ <<button [[Remote Vibrator|Sex Shop]]>>\ <<set $rvibrator to true>><<set $money -= 500>>\ <</button>> $500<</if>><<if $rvibrator is true>> Remote Vibrator ''Bought''<</if>><<if $rvibrator is false && $money lt 500>>Remote Vibrator: ''$500''<</if>> </div> \ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>> </div>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "Street">>\ <<nobr>>\ <<if isDateBetween($gameDate, '00:00', '05:59')>> <<addclass 'body' 'callen'>> <<elseif isDateBetween($gameDate, '06:00', '08:59')>> <<addclass 'body' 'callet'>> <<elseif isDateBetween($gameDate, '09:00', '16:59')>> <<addclass 'body' 'called'>> <<elseif isDateBetween($gameDate, '17:00', '19:59')>> <<addclass 'body' 'callet'>> <<elseif isDateBetween($gameDate, '20:00', '23:59')>> <<addclass 'body' 'callen'>> <</if>><</nobr>>\ \ <a data-passage="Living-Room"><img src="./btn/home.png" style="max-height: 150px"></a> <a data-passage="Coffee"><img src="./btn/coffee.png" style="max-height: 150px"></a> <a data-passage="Bar"><img src="./btn/bar.png" style="max-height: 150px"></a> \ <<if $mia is false && $lvlChica01 gte 2>> <a data-passage="MiaHouse"><img src="./btn/miashouse.png" style="max-height: 150px"></a><</if>> <<if $riley is false && $lvlChica02 gte 2>> <a data-passage="RileyHouse"><img src="./btn/rileyshouse.png" style="max-height: 150px"></a><</if>> <<if $lana is false && $lvlChica03 gte 2>> <a data-passage="LanaHouse"><img src="./btn/lanashouse.png" style="max-height: 150px"></a><</if>> \ <a data-passage="Gym"><img src="./btn/gym.png" style="max-height: 150px"></a> <a data-passage="Park"><img src="./btn/park.png" style="max-height: 150px"></a> <a data-passage="Clothing"><img src="./btn/clothing.png" style="max-height: 150px"></a> \ \ \ <a data-passage="Sex Shop"><img src="./btn/sex-shop.png" style="max-height: 150px"></a> <a data-passage="EStore"><img src="./btn/e-store.png" style="max-height: 150px"></a> <a data-passage="NightClub"><img src="./btn/nightclub.png" style="max-height: 150px"></a> \ <<nobr>> <<if $period is 1>> <<addclass 'body' 'calle'>><</if>> <<if $period is 2 or $period is 3>> <<addclass 'body' 'calledia'>><</if>> <<if $period is 4>> <<addclass 'body' 'callet'>><</if>> <<if $period is 5 or $period is 0>> <<addclass 'body' 'callenoche'>><</if>> <</nobr>> <<button [[Kill time 🚶(1hs)|Street]]>><<addhours 1>><</button>> </div></div>
<<set _shiftDetails to calculateShiftDetails($gameDate, 16, 20)>>\ <<set $hoursWorked to _shiftDetails.hoursWorked>>\ <<set $penalty to _shiftDetails.penalty>>\ <<set $PassageName to "Bar">> <div style="text-align: center;"><div class="frame">\ <img src="https://media.tenor.com/1QchBwh-qVgAAAAC/bar-shots.gif" style="max-width: 80%"> <div class="text">\ <<if $barjob is false>> <<button [[Apply for a Job|Bar]]>><<set $barjob to true>><</button>><</if>> <<if $barjob is true>>\ Your work schedule is from ''16:00'' a ''20:00'' \ <<if $hoursWorked > 0>><<set $moneyEarned to (60 - $penalty)>>\ <<if isDateBetween($gameDate, '16:00', '20:59')>>\ <<button [[Work a shift|Bar2]]>><<set $money += $moneyEarned>><<addhours $hoursWorked>><</button>><</if>> <<else>> // Your shift is over.// <</if>><</if>> </div> \ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>></div></div>\ <<include "streetbtn">>
<<set $PassageName to "NightClub">> <<if isDateBetween($gameDate, '20:00', '23:59') && ($currentDay === "Friday" || $currentDay === "Saturday")>> <div style="text-align: center;"><div class="frame"> <div id="club-content"> <<if $club is false>> <<button [[Get Fun! +1🕺|NightClub]]>> <<set $charm += 1>><<set $club to true>><</button>> <<else>><<nobr>> <<set $gif to random(1,6)>><div class="text"><br> <<if $gif is 1>> <img src="./img/club/01.gif" style="max-width: 50%"> <</if>> <<if $gif is 2>> <img src="./img/club/02.gif" style="max-width: 50%"> <</if>> <<if $gif is 3>> <img src="./img/club/03.gif" style="max-width: 50%"> <</if>> <<if $gif is 4>> <img src="./img/club/04.gif" style="max-width: 50%"> <</if>> <<if $gif is 5>> <img src="./img/club/05.gif" style="max-width: 50%"> <</if>> <<if $gif is 6>> <img src="./img/club/06.gif" style="max-width: 50%"> <</if>><br> ''+1 🕺'' </div> <</nobr>><</if>> </div>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<if _npc.currentLocation is not undefined>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</if>> <</for>> <</nobr>> </div></div> <<else>> <div style="text-align: center;"><div class="frame"> <div class="text"> //The Nightclub is open on ''Fridays'' & ''Saturdays'' at ''20:00''hs// </div> </div></div>\ <</if>>\ \ <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a> <</if>> <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a> <</if>>\ </div>\ <<nobr>> <<if isDateBetween($gameDate, '00:00', '05:59')>> <<addclass 'body' 'callen'>> <<elseif isDateBetween($gameDate, '06:00', '08:59')>> <<addclass 'body' 'callet'>> <<elseif isDateBetween($gameDate, '09:00', '16:59')>> <<addclass 'body' 'called'>> <<elseif isDateBetween($gameDate, '17:00', '19:59')>> <<addclass 'body' 'callet'>> <<elseif isDateBetween($gameDate, '20:00', '23:59')>> <<if $currentDay === "Friday" || $currentDay === "Saturday">> <<addclass 'body' 'nightclub'>> <<else>> <<addclass 'body' 'callen'>> <</if>> <</if>> <</nobr>>
<<nobr>> <<if $house is true>><<include "Houses">> <<else>> <<set $talk to random(1,20)>> <<if $talk is 1>> //You see <<print _currentNPC.name>> at the $PassageName. Why not go over and keep winning her trust?// <<elseif $talk is 2>> //It's <<print _currentNPC.name>> at $PassageName. How about going over and continuing the conversation?// <<elseif $talk is 3>> //You spot <<print _currentNPC.name>> at $PassageName. Why not go and talk to her?// <<elseif $talk is 4>> //<<print _currentNPC.name>> is here at $PassageName. Maybe you should go and chat some more.// <<elseif $talk is 5>> //Look, it's <<print _currentNPC.name>> at $PassageName. How about continuing where you left off?// <<elseif $talk is 6>> //You run into <<print _currentNPC.name>> at $PassageName. Why not go over and keep building rapport?// <<elseif $talk is 7>> //<<print _currentNPC.name>> is at $PassageName. Go ahead and keep the conversation going.// <<elseif $talk is 8>> //You see <<print _currentNPC.name>> at $PassageName. How about chatting with her?// <<elseif $talk is 9>> //<<print _currentNPC.name>> shows up at $PassageName. Why not continue winning her trust?// <<elseif $talk is 10>> //It's <<print _currentNPC.name>> at $PassageName. Go over and keep the dialogue going.// <<elseif $talk is 11>> //You encounter <<print _currentNPC.name>> at $PassageName. How about going over and talking to her more?// <<elseif $talk is 12>> //<<print _currentNPC.name>> is here at $PassageName. Go ahead and continue your conversation.// <<elseif $talk is 13>> //You spot <<print _currentNPC.name>> at $PassageName. Why not keep the interaction going?// <<elseif $talk is 14>> //<<print _currentNPC.name>> appears at $PassageName. How about continuing your chat?// <<elseif $talk is 15>> //You see <<print _currentNPC.name>> at $PassageName. Go over and keep engaging with her.// <<elseif $talk is 16>> //<<print _currentNPC.name>> is at $PassageName. Why not continue winning her trust?// <<elseif $talk is 17>> //You bump into <<print _currentNPC.name>> at $PassageName. How about talking to her?// <<elseif $talk is 18>> //<<print _currentNPC.name>> shows up at $PassageName. Go over and keep the conversation alive.// <<elseif $talk is 19>> //You run into <<print _currentNPC.name>> at $PassageName. Why not go over and continue the chat?// <<elseif $talk is 20>> //Look, it's <<print _currentNPC.name>> at $PassageName. Go ahead and keep building that connection.//<</if>><</if>> <</nobr>>
<<nobr>> <<set $talk to random(1,10)>> <<if $talk is 1>> //This keeps getting better, you must continue building her trust.// <<elseif $talk is 2>> //This keeps improving, you need to keep strengthening your bond with her.// <<elseif $talk is 3>> //Things keep getting better, you have to keep gaining her trust.// <<elseif $talk is 4>> //The situation keeps improving, you must continue earning her trust.// <<elseif $talk is 5>> //This keeps progressing positively, you need to keep reinforcing your relationship with her.// <<elseif $talk is 6>> //This keeps getting better and better, you have to keep working on her trust.// <<elseif $talk is 7>> //This keeps improving, you must continue deepening your trust with her.// <<elseif $talk is 8>> //This continues to get better, you need to keep fortifying your trust with her.// <<elseif $talk is 9>> //This keeps getting better, you have to keep solidifying your relationship with her.// <<elseif $talk is 10>> //This keeps improving, you must continue enhancing your connection with her.// <<endif>> <</nobr>>
<div style="text-align: center;"><div class="frame">\ <<if !isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div></div>\
<<run window.location.href = window.location.href>>
<<nobr>> <<if _currentNPC.name is false>> <<set $talk to random(1,10)>> <<if $talk is 1>> //Hey, there's <<print _currentNPC.name>> again at $PassageName. Maybe take her home?// <<elseif $talk is 2>> //Look who's here, it's <<print _currentNPC.name>> at $PassageName. How about going to her place?// <<elseif $talk is 3>> //Guess who you see at $PassageName? It's <<print _currentNPC.name>>. Time to head to her house.// <<elseif $talk is 4>> //<<print _currentNPC.name>> is at $PassageName. Perhaps you should escort her home?// <<elseif $talk is 5>> //You find <<print _currentNPC.name>> at $PassageName. Why not take her back to her house?// <<elseif $talk is 6>> //There's <<print _currentNPC.name>> at $PassageName. Maybe you should head to her place?// <<elseif $talk is 7>> //Oh, look, it's <<print _currentNPC.name>> at $PassageName. How about walking her home?// <<elseif $talk is 8>> ///You see <<print _currentNPC.name>> at $PassageName. Why not take a trip to her house?// <<elseif $talk is 9>> //Here’s <<print _currentNPC.name>> at $PassageName. How about heading to her place?// <<elseif $talk is 10>> //<<print _currentNPC.name>> is at $PassageName. It might be a good idea to take her home.// <<endif>><</if>> <</nobr>>
<<nobr>> <<set $talk to random(1,10)>> <<if $talk is 1>> //You spot this beautiful girl in $PassageName, why not try striking up a conversation?// <<elseif $talk is 2>> //You bump into a gorgeous girl in $PassageName, maybe you should talk to her.// <<elseif $talk is 3>> //In $PassageName, you find a stunning girl. How about starting a conversation?// <<elseif $talk is 4>> //An attractive girl catches your eye in $PassageName, why not go over and chat?// <<elseif $talk is 5>> //You encounter a captivating girl in $PassageName, do you dare to start a conversation?// <<elseif $talk is 6>> //A charming girl is in $PassageName, want to try talking to her?// <<elseif $talk is 7>> //You see a beautiful girl in $PassageName, how about striking up a conversation?// <<elseif $talk is 8>> //In $PassageName, you find an impressive girl. Why not talk to her?// <<elseif $talk is 9>> //You run into a gorgeous girl in $PassageName, do you feel like starting a conversation?// <<elseif $talk is 10>> //You meet a stunning girl in $PassageName, want to talk to her?// <<endif>> <</nobr>>
<<if tags().includes("tbar")>>\ <div id="topbar"><div id="bbblock"><div id="bbtext"><<include "topbar">></div></div></div><</if>>\ <<script>> $(document).one(":passagedisplay", function (event) { if ($("#topbar").length) { $("#passages").css("margin-top", $("#topbar").outerHeight() + 10); } else { $("#passages").css("margin-top", 0); } }); <</script>>\
$currentDay · <<= padZero($gameDate.getUTCHours())>>:<<= padZero($gameDate.getUTCMinutes())>> hs. ''|'' $ $money 💵 <<if $nch is true>><<if isDateBetween($gameDate, '23:00', '23:59') || isDateBetween($gameDate, '00:00', '07:59')>><<set $nch to false>><<set $MiaGame to false>><<set $LanaGame to false>><<set $RileyGame to false>><<set $MeganGame to false>><<set $AngelaGame to false>><<goto "bedroom">><</if>><</if>>\
<div style="text-align: center;">\ <<set _currentNPC = {name: "Lana"}>>\ <<nobr>> <<if $lvlChica03 gte 11>><<set $lvlChica03 to 11>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Lana">> <<set $lanaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $lanaLocationClass>> <</nobr>>\ \ \ \ <<if $lvlChica03 == 0>> <div class="frame">\ <img src="./chicas/lana/00.png" style="max-width: 30%"> ---------------------------- <div class="text">\ //As I looked around the bar, my eyes landed on a girl sitting in the corner. I couldn't help but feel intrigued and wonder if I should go up to her and start a conversation.//</div>\ ---------------------------- <<button [[I step closer to her.|LanaD00]]>> <<addhours 1>>\ <</button>> <a data-passage="Coffee"><img src="./btn/coffee.png" style="max-height: 150px"></a> </div> \ \ \ \ \ <<elseif $lvlChica03 == 1>> <div class="frame">\ <img src="./chicas/lana/01a.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Lana greets you and you sit next to her. You can smell her delicious perfume and her lips drive you crazy. She notices your intentions. Don't miss the chance!// </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 == 2>>\ <div class="frame">\ <img src="./chicas/lana/02a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 3 && ($sedx lt 5 or $fit lt 5)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''5'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 3 && $sedx gte 5 && $fit gte 5>>\ <div class="frame">\ <img src="./chicas/lana/03a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 4 && ($sedx lt 7 or $fit lt 7)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''7'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica03 is 4 && $sedx gte 7 && $fit gte 7 && $bigdildo is false>>\ <div class="frame">\ <img src="./chicas/lana/04a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //Is it too bold to give her a ''daring gift''? Think about the possible reward.// </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ <<include "streetbtn">> \ \ <<elseif $lvlChica03 is 4 && $sedx gte 7 && $fit gte 7 && $bigdildo is true>>\ <div class="frame">\ <img src="./chicas/lana/04a.png" style="max-width: 30%">\ <div class="text"> //Looks like she liked the gift. Now try to get her to ''model it for you''.// </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 5 && ($sedx lt 9 or $fit lt 9)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''9'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 5 && $sedx gte 9 && $fit gte 9>>\ <div class="frame">\ <img src="./chicas/lana/05a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 6 && ($sedx lt 12 or $fit lt 12)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''12'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 6 && $sedx gte 12 && $fit gte 12>>\ <div class="frame">\ <img src="./chicas/lana/06a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 7 && ($sedx lt 15 or $fit lt 15)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''15'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 7 && $sedx gte 15 && $fit gte 15>>\ <div class="frame">\ <img src="./chicas/lana/07a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 8 && ($sedx lt 20 or $fit lt 20)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''20'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 8 && $sedx gte 20 && $fit gte 20>>\ <div class="frame">\ <img src="./chicas/lana/08a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 9 && ($sedx lt 25 or $fit lt 25)>>\ <div class="text"> //You need to raise// ❤️ //and// 💪 //to ''25'' to have any chance with ''Lana''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 is 9 && $sedx gte 25 && $fit gte 25>>\ <div class="frame">\ <img src="./chicas/lana/09a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div> \ \ \ <<elseif $lvlChica03 is 10 && $lanaLocation.schedule() is "LanaHouse">>\ <div class="frame">\ <img src="./chicas/lana/11.jpg" style="max-width: 90%">\ ---------------------------- <div class="text"> <<include "Lana-11">> </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div>\ <<include "streetbtn">> \ \ \ <<else>> <div class="frame">\ <img src="./chicas/lana/08a.png" style="max-width: 30%">\ </div>\ ---------------------------- <div class="text">\ ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div>\ <div style="text-align: center;">\ <<include "streetbtn">> \ \ \ </div> <</if>>\ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ \ \ <<if $lana is false>>\ <div class="frame">\ <<if $lvlChica03 gte 7 && $lanabj is false>>\ <<button [[Handjob|LanaHJ]]>><</button>><</if>>\ <<if $lvlChica03 gte 8 && $lanabj is false>>\ <<button [[Blowjob|LanaBJ]]>><</button>><</if>>\ <<if $lvlChica03 gte 9 && $lanabj is false>>\ <<button [[Fuck|LanaFK]]>><</button>><</if>>\ <<if $lvlChica03 gte 10 && $lanabj is false>>\ <<button [[Cumshot|LanaCS]]>><</button>><</if>>\ <<if $lvlChica03 gte 10 && $lanabj is false && $fit gte 30>>\ <<button [[Anal|LanaAN]]>><</button>><</if>>\ </div> <</if>>\ \ \ <<unset _currentNPC>>\ <<set $lana to true>>\ <div style="text-align: center;"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ </div>
<div class="frame">\ <<if $MusicPlay is true>><<include "SdcMsc">><</if>>\ <<nobr>> <<addclass 'body' $lanaLocationClass>> <</nobr>>\ \ \ <div style="text-align: center;"> <<if $lvlChica03 is 0>>\ <img src="./chicas/lana/00b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 1>>\ <img src="./chicas/lana/01b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 2>>\ <img src="./chicas/lana/02b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 3>>\ <img src="./chicas/lana/03b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 4>>\ <img src="./chicas/lana/04b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 5>>\ <img src="./chicas/lana/05b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 6>>\ <img src="./chicas/lana/06b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 7>>\ <img src="./chicas/lana/07b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 8>>\ <img src="./chicas/lana/08b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 9>>\ <img src="./chicas/lana/09b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica03 is 10>>\ <img src="./chicas/lana/10b.png" style="max-height: 191px"><</if>>\ \ \ <<set $prog to $expeChica03>>\ <<set $LanaGame to true>>\ <<set $max to $MaxExpeChica03>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
v1.03 - //''Nala.Dev''// <a href="https://www.nothingames.com/game/a-sim-life-porn-game" target="_blank" data-patreon-widget-type="nothingames">[img["./img/nala.png"]]</a> <div class="text">\ <<include "NPCLocations">>\ <<run $updateNPCLocations()>>\ <<for _npc range $npcs>> ''<<print _npc.name>>'': <<print _npc.currentLocation>> <</for>></div>\ ---------------------------- <<button "Play ▶️">><<playlist "PlayListRemix" play>><<playlist "PlayListRemix" volume 0.20>><<set $music to "Play">><<set $MusicPlay to true>><</button>> <<button "Stop ⏹️">><<playlist "PlayListRemix" pause>><<set $music to "Pause">><<set $MusicPlay to false>><</button>> ---------------------------- <a href="https://discord.gg/RkUguSSGJM" target="_blank" data-patreon-widget-type="become-patron-button">[img["./img/bt-discord-patreon.png"]]</a> <a href="https://www.patreon.com/nala23" target="_blank" data-patreon-widget-type="nothingames">[img["./img/patreon.png"]]</a>\
<div style="text-align: center;"><div class="frame">\ After years of living with your parents, you’ve finally taken the big step toward independence. You’ve left your home and moved to a new city full of opportunities and challenges. With no steady job and little savings, you decide to rent a room in a house on the outskirts of town. The landlady is ''Angela'', a kind woman who rents out one of the vacant rooms in her house... Perfect while you adjust to your new life. <img src="./img/game/angela.jpg" width="30%"> Your mission is simple but crucial: find a job to secure your future in this unfamiliar city. As you navigate the ups and downs of independent life, you’ll meet new people, face unexpected challenges, and discover who you really are outside your family environment. The journey won’t be easy, but with determination and a bit of luck, you’ll manage to establish yourself and thrive in this new chapter of your life. Welcome to your new adventure! <<button [[Start|bedroom]]>><</button>> </div>
<<nobr>>\ <<set $expeChica03 to $pow>> <<if $expeChica03 gte $MaxExpeChica03>> <<set $lvlChica03 to $lvlChica03 += 1>> <<set $MaxExpeChica03 to ($MaxExpeChica03+10)>> <<set $pow to 0>><</if>><</nobr>>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Riley"}>>\ <<nobr>> <<if $lvlChica02 gte 10>><<set $lvlChica02 to 10>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Riley">> <<set $rileyLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $rileyLocationClass>> <</nobr>>\ \ \ \ <<if $lvlChica02 == 0>> <div class="frame">\ <img src="./chicas/riley/00.png" style="max-width: 30%"> ---------------------------- <div class="text"> //The atmosphere is vibrant, and the music is blaring. Should I try to catch the attention of the girl in the middle of the dance floor?//</div> <<button [[Dance your way over|RileyD00]]>> <<addhours 1>>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 == 1>> <div class="frame">\ <img src="./chicas/riley/01a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 == 2>>\ <div class="frame">\ <img src="./chicas/riley/02a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 3 && ($sedx lt 5 or $charm lt 3)>>\ <div class="text"> //You need to raise// ❤️ //to ''5'' and// 🕺 //to ''3'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 is 3 && $sedx gte 5 && $charm gte 3>>\ <div class="frame">\ <img src="./chicas/riley/03a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 4 && ($sedx lt 7 or $charm lt 4)>>\ <div class="text"> //You need to raise// ❤️ //to ''7'' and// 🕺 //to ''4'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 is 4 && $sedx gte 7 && $charm gte 4>>\ <div class="frame">\ <img src="./chicas/riley/04a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 5 && $dildo is false>>\ <div class="frame">\ <img src="./chicas/riley/05a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //Riley's happy to see you again. But this time, she wants to try something more fun. Would a toy from the ''Sex-shop'' be fun enough for her?// </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 is 5 && ($sedx lt 9 or $charm lt 5)>>\ <div class="text"> //You need to raise// ❤️ //to ''9'' and// 🕺 //to ''5'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 is 5 && $dildo is true && ($sedx gte 9 or $charm gte 5)>>\ <div class="frame">\ <img src="./chicas/riley/05a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //You coming back for more? Try to convince Riley to try the toy you brought.// </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 6 && ($sedx lt 12 or $charm lt 6)>>\ <div class="text"> //You need to raise// ❤️ //to ''12'' and// 🕺 //to ''6'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 == 6 && $sedx gte 12 && $charm gte 6>>\ <div class="frame">\ <img src="./chicas/riley/06a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 7 && ($sedx lt 15 or $charm lt 7)>>\ <div class="text"> //You need to raise// ❤️ //to ''15'' and// 🕺 //to ''7'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 is 7 && $sedx gte 15 && $charm gte 7>>\ <div class="frame">\ <img src="./chicas/riley/07a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 8 && ($sedx lt 20 or $charm lt 8)>>\ <div class="text"> //You need to raise// ❤️ //to ''20'' and// 🕺 //to ''8'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 is 8 && $sedx gte 20 && $charm gte 8>>\ <div class="frame">\ <img src="./chicas/riley/08a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 9 && ($sedx lt 25 or $charm lt 9)>>\ <div class="text"> //You need to raise// ❤️ //to ''25'' and// 🕺 //to ''9'' to have any chance with ''Riley''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica02 is 9 && $sedx gte 25 && $charm gte 9>>\ <div class="frame">\ <img src="./chicas/riley/09a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div> \ \ \ <<elseif $lvlChica02 is 10>>\ <div class="frame">\ <img src="./chicas/riley/10a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> <<include "spot">> <<set $atHome to true>> </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div>\ <div style="text-align: center;">\ <<include "streetbtn">> \ \ \ </div>\ <</if>>\ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ \ <<if $lvlChica02 gte 7 && $rileybj is false && $money gte 1000>>\ <div style="text-align: center;"><div class="frame">\ <a data-passage="vacations"><img src="./chicas/riley/event/01/vacations.png" style="height: 100px"></a></div></div><</if>> \ <<if $riley is false>>\ <div class="frame"> <<if $lvlChica02 gte 7 && $rileybj is false>>\ <<button [[Handjob|RileyHJ]]>><</button>><</if>>\ <<if $lvlChica02 gte 8 && $rileybj is false>>\ <<button [[Blowjob|RileyBJ]]>><</button>><</if>>\ <<if $lvlChica02 gte 9 && $rileybj is false>>\ <<button [[Fuck|RileyFK]]>><</button>><</if>>\ <<if $lvlChica02 gte 10 && $rileybj is false>>\ <<button [[Anal|RileyAN]]>><</button>><</if>>\ <<if $lvlChica02 gte 10 && $rileybj is false && $charm gte 12>>\ <<button [[Cumshot|RileyCS]]>><</button>><</if>>\ </div> <</if>>\ \ \ <<unset _currentNPC>>\ <<set $riley to true>>\ <div style="text-align: center;"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ </div>\
<div style="text-align: center;"><<set $sedx += 1>>\ <<set $expeChica02 to ($expeChica02 + $prog)>>\ <<nobr>> <<if $expeChica02 >= $MaxExpeChica02>> <<set $lvlChica02 += 1>> <<set $expeChica02 = 0>> <<set $pow = 0>> <<set $MaxExpeChica02 to $MaxExpeChica02+10>> <</if>> <</nobr>> \ <<if $lvlChica02 == 1>><<addclass 'body' 'nightclub'>>\ <div class="frame">\ <img src="./chicas/riley/01.png" style="max-width: 50%"> ---------------------------- @@#blinky;''+1 ❤️''@@ <div class="You"> You: I need something to get my energy back after that. How about I buy you a drink?</div> <div class="text">\ //Riley places a hand on your shoulder.//</div> <div class="Riley"> Riley: I’ll take you up on that! But only because you made me dance more than I expected.</div> <div class="text">\ //She heads to the bar, walking with you.//</div> <div class="Riley"> Riley: By the way, I’m Riley. I work as a nurse. And you, are you a professional dancer, or was that just luck?</div> <div class="You"> You: I wish, but it’s probably just the alcohol. I don’t usually dance much.</div> <div class="text">\ //I take a deep breath to calm my racing heartbeat.//</div> <div class="You"> You: Nice to meet you, Riley.</div> <div class="text">\ //I signal the bartender to order a couple of drinks.//</div> <div class="You"> You: Do you go out partying a lot?</div> <div class="text">\ //Riley smiles as she grabs a drink.//</div> <div class="Riley"> Riley: Almost every weekend. I love parties, plus they help me unwind from work. I’m actually here celebrating a friend’s birthday tonight.</div> <div class="text">\ //Riley glances around and points to her group of friends.//</div> <div class="You"> You: Sounds like the perfect night to celebrate. Congrats to your friend, though it seems like you’re the one having the most fun.</div> <div class="Riley"> Riley: Well, someone’s gotta keep the party going, right?</div> <div class="text">\ //Riley laughs.//</div> <div class="text">\ //I take a sip of my daiquiri.//</div> <div class="You"> You: How about we go somewhere quieter later? We could keep talking without all this background noise.</div> <div class="Riley"> Riley: Aw, I’d love to, but like I said, I came with my friends tonight and I have to head back with them.</div> <div class="You"> You: Ah, right, no worries then. Guess I’ll have to catch you here another time.</div> <div class="Riley"> Riley: Definitely. This is my favorite spot to unwind, so if you’re lucky, we might run into each other again. And if you’re nice, maybe I’ll let you invite me for another dance.</div> <div class="text">\ //I raise my glass in a toast.//</div> <div class="You"> You: Here’s to next time, then, Riley.</div> <div class="text">\ //Riley raises her glass too, laughing.//</div> <div class="Riley"> Riley: To next time.</div> \ \ \ \ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<button [[Back|NightClub]]>><</button>> \ \ \ <<elseif $lvlChica02 == 2>><<addclass 'body' 'nightclub'>>\ <div class="frame">\ <img src="./chicas/riley/02.png" style="max-width: 50%"> ---------------------------- <div class="text"> //She's totally into you! She gives you her home address. Now you've got ''Riley's home address.'' Try to visit her in the next few days.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<button [[Back|NightClub]]>><</button>> \ \ \ <<elseif $lvlChica02 == 3>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <img src="./chicas/riley/03.png" style="max-width: 50%"> ---------------------------- <div class="text"> //She feels playful and teases you. You love watching her, and she loves you. She wants you to look at her and feel the desire to have her. But tonight's not the night. Keep earning her trust.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 4>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/04.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 5>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/05.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 6>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/06.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 7>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/07.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 8>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/08.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 == 9>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/09.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica02 gte 10>><<set $lvlChica02 to 10>><<addclass 'body' 'rileybed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/vids/10.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div>\ <<include "streetbtn">> \ \ \ \ \ \ \ <<endif>><<set $RileyGame to false>><<set $expeChica02 to 0>> \ <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>> \
<<nobr>>\ <<set $expeChica02 to $pow>> <<if $expeChica02 gte $MaxExpeChica02>> <<set $lvlChica02 to $lvlChica02 += 1>> <<set $MaxExpeChica02 to ($MaxExpeChica02+10)>> <<set $pow to 0>><</if>><</nobr>>
<div class="frame">\ <<if $MusicPlay is true>><<include "SdcMsc">><</if>>\ <<nobr>> <<addclass 'body' $rileyLocationClass>> <</nobr>>\ \ \ <div style="text-align: center;"> <<if $lvlChica02 is 0>>\ <img src="./chicas/riley/00b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 1>>\ <img src="./chicas/riley/01b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 2>>\ <img src="./chicas/riley/02b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 3>>\ <img src="./chicas/riley/03b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 4>>\ <img src="./chicas/riley/04b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 5>>\ <img src="./chicas/riley/05b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 6>>\ <img src="./chicas/riley/06b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 7>>\ <img src="./chicas/riley/07b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 8>>\ <img src="./chicas/riley/08b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 9>>\ <img src="./chicas/riley/09b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica02 is 10>>\ <img src="./chicas/riley/10b.png" style="max-height: 191px"><</if>>\ \ \ <<set $prog to $expeChica02>>\ <<set $RileyGame to true>>\ <<set $max to $MaxExpeChica02>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name == "Riley">> <<if _npc.currentLocation == "RileyHouse">> <<set $house to true>> <<include "RileyA">> <<else>> <div style="text-align: center;"><div class="frame"><br> <div class="text"><br> ''<<print _npc.name>>'' is at <<print _npc.currentLocation>> <br> <br> </div><br> </div></div> <<include "streetbtn">> <</if>> <</if>> <</for>> <br> <</nobr>> <<set $house to false>>
<div style="text-align: center;"> <div class="frame"> //You had a restful sleep.// </div> <<nobr>> <<if $gameDate.getUTCHours() > 7>> <<set $gameDate.setUTCDate($gameDate.getUTCDate() + 1)>> <<set $currentDay to $GameDays[$gameDate.getUTCDay()]>> <</if>> <<set $gameDate.setUTCHours(8)>> <<set $gameDate.setUTCMinutes(0)>> <<set $day += 1>> <<button [[Wake up!|bedroom]] >><</button>> <<set $sueño to random (1,5)>> <<if $sueño is 1>> <<addclass 'body' 'dream1'>><</if>> <<if $sueño is 2>> <<addclass 'body' 'dream2'>><</if>> <<if $sueño is 3>> <<addclass 'body' 'dream3'>><</if>> <<if $sueño is 4>> <<addclass 'body' 'dream4'>><</if>> <<if $sueño is 5>> <<addclass 'body' 'dream5'>><</if>> <<set $mia to false>> <<set $miabj to false>> <<set $MiaGame to false>> <<set $riley to false>> <<set $rileybj to false>> <<set $RileyGame to false>> <<set $lana to false>> <<set $lanabj to false>> <<set $LanaGame to false>> <<set $megan to false>> <<set $meganbj to false>> <<set $MeganGame to false>> <<set $angela to false>> <<set $angelabj to false>> <<set $AngelaGame to false>> <<set $job to 1>> <<if $day > $paidUntil>><<set $paidUntil to 0>><</if>> <<set $workout to false>> <<set $park to false>> <<set $club to false>> <<set $nch to true>> <</nobr>> <<if $GameDays[$gameDate.getDay()] is "Monday">><<goto "Rent">><</if>></div>
<<if $prog lte 0>><<set $prog to 0>><</if>>\ <div style="text-align: center;"> <<if $lvlup gte 10>>\ <<button [[Well Done !|Inici0]]>><</button>> <<elseif $prog gte 0 && $prog lte 9>>\ <<button [[Try Again...|Inicio]]>><<include "refresh">><</button>><</if>> <<nobr>> <<set $prog to 0>> <<set $pow = 0>> <</nobr>></div>\
<div style="text-align: center;"><div class="frame"> <<nobr>> <<set $gif to random(1,7)>> <<if $gif is 1>> <img src="./img/bar/01.gif" style="max-width: 50%"><</if>> <<if $gif is 2>> <img src="./img/bar/02.gif" style="max-width: 50%"><</if>> <<if $gif is 3>> <img src="./img/bar/03.gif" style="max-width: 50%"><</if>> <<if $gif is 4>> <img src="./img/bar/04.gif" style="max-width: 50%"><</if>> <<if $gif is 5>> <img src="./img/bar/05.gif" style="max-width: 50%"><</if>> <<if $gif is 6>> <img src="./img/bar/06.gif" style="max-width: 50%"><</if>> <<if $gif is 7>> <img src="./img/bar/07.gif" style="max-width: 50%"><</if>> <</nobr>>\ <<set $job += 1>><div class="text"> You've worked your shift and earned ''$ $moneyEarned''. <<if $penalty > 0>>\ You were docked ''$ $penalty for being late.''<</if>> </div> <<button [[Back|Bar]]>><</button>></div> </div>
<<set _shiftDetails to calculateShiftDetails($gameDate, 8, 16)>>\ <<set $hoursWorked to _shiftDetails.hoursWorked>>\ <<set $penalty to _shiftDetails.penalty>>\ <<set $PassageName to "Coffee">> <div style="text-align: center;"><div class="frame">\ <img src="https://media.tenor.com/k9zNzJtnfHcAAAAC/coffee.gif" style="max-width: 80%"> <div class="text">\ <<if $coffeejob is false>> <<button [[Apply for a Job|Coffee]]>><<set $coffeejob to true>><</button>><</if>> <<if $coffeejob is true>>\ Your work schedule is from ''08:00'' a ''16:00'' \ <<if $hoursWorked > 0>><<set $moneyEarned to (120 - $penalty)>>\ <<if isDateBetween($gameDate, '08:00', '15:59')>>\ <<button [[Work a shift|Coffee2]]>><<set $money += $moneyEarned>><<addhours $hoursWorked>><</button>><</if>> <<else>> // Your shift is over.// <</if>><</if>> </div> \ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>></div></div>\ <<include "streetbtn">>
<div style="text-align: center;"><<set $sedx += 1>>\ <<set $expeChica03 to ($expeChica03 + $prog)>>\ <<nobr>> <<if $expeChica03 >= $MaxExpeChica03>> <<set $lvlChica03 += 1>> <<set $expeChica03 = 0>> <<set $pow = 0>> <<set $MaxExpeChica03 to $MaxExpeChica03+10>> <</if>> <</nobr>> \ <<if $lvlChica03 == 1>>\ <<addclass 'body' $lanaLocationClass>>\ <div class="frame">\ <img src="./chicas/lana/01.png" style="max-width: 50%"> ---------------------------- @@#blinky;''+1 ❤️''@@ <div class="text">\ //I take a seat to chat with her for a bit//</div> <div class="Lana"> Lana: By the way, you can call me ''Lana.'' I’m a personal trainer. I usually come to this café in the mornings before I start my day.</div> <div class="You"> You: Nice to meet you, Lana. I'm just trying to make a living however I can. So, personal trainer? That sounds interesting. Do you enjoy what you do?</div> <div class="Lana"> Lana: Absolutely! Helping people feel better about themselves is really rewarding. Although sometimes when I struggle to get up early, I make up for it with a nice bowl of ice cream.</div> <div class="You"> You: Sounds like a good balance. Ice cream before the gym… that sounds like the kind of life I could use.</div> <div class="Lana"> Lana: I’d love to keep chatting, but it’s time for me to go. I have a class in half an hour.</div> <div class="You"> You: What a shame… I was really enjoying our talk. I guess work calls.</div> <div class="text">\ //Lana stands up from the table//</div> <div class="Lana"> Lana: Yeah, but I’m glad I met you. Maybe I’ll see you here another day?</div> <div class="You"> You: Maybe. I wouldn’t mind coming here early if I know I’ll run into you.</div> <div class="Lana"> Lana: Well, then *maybe* you should. See you around!</div> <div class="text">\ //Lana winks at you and walks away.//</div> ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<button [[Back|Coffee]]>><</button>> \ \ \ <<elseif $lvlChica03 == 2>><<addclass 'body' $lanaLocationClass>>\ <div class="frame">\ <img src="./chicas/lana/02.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You chat for a while longer until she gives you her home address. You gladly accept! But it won't be today, she has to work. Maybe tomorrow. Now you've got ''Lana's home address.''// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<button [[Back|Coffee]]>><</button>> \ \ \ <<elseif $lvlChica03 == 3>><<addclass 'body' 'lanahouse'>>\ <div class="frame">\ <img src="./chicas/lana/03.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You've had a good time together. She seems to like you, but even though she's teasing you by showing a bit more skin each time, today won't be the day you get past her door.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 4>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/04.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 5>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/05.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 6>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/06.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 7>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/07.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 8>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/08.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 == 9>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/09.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ <<elseif $lvlChica03 gte 10>><<set $lvlChica03 to 10>><<addclass 'body' 'lanabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10b.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10c.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10d.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div>\ <<include "streetbtn">> \ \ \ \ \ <<endif>><<set $LanaGame to false>><<set $expeChica03 to 0>> \ <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>> \
<<nobr>> <<addclass 'body' $lanaLocationClass>> <</nobr>>\ \ \ <<if $lvlChica03 is 0>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/lana/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Get lost, dude!// </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div></div><</if>>\ \ <<if $lvlChica03 gte 1>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/lana/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //I've had a good time, but I have to go now. See you next time!// </div>\ ---------------------------- ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div></div><</if>>\ \ <<set $LanaGame to false>> <div style="text-align: center;">\ <<if !isDateBetween($gameDate, '08:00', '19:59')>>\\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>\
<<nobr>> <<addclass 'body' $rileyLocationClass>> <</nobr>>\ \ \ <<if $lvlChica02 is 0>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/riley/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Get lost, dude!// </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div></div><</if>>\ \ <<if $lvlChica02 gte 1>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/riley/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //I've had a good time, but I have to go now. See you next time!// </div>\ ---------------------------- ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02 </div></div><</if>>\ \ <<set $RileyGame to false>> <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>\
<<addclass 'body' 'rileybed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/bj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $rileybj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'rileybed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/fk/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $rileybj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'rileybed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/an/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $rileybj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;"><div class="frame">\ <<nobr>><<addhours 1>> <<set $gif to random(1,8)>> <<if $gif is 1>> <img src="./img/ss/01.jpg" style="max-width: 50%"><</if>> <<if $gif is 2>> <img src="./img/ss/02.jpg" style="max-width: 50%"><</if>> <<if $gif is 3>> <img src="./img/ss/03.jpg" style="max-width: 50%"><</if>> <<if $gif is 4>> <img src="./img/ss/04.jpg" style="max-width: 50%"><</if>> <<if $gif is 5>> <img src="./img/ss/05.jpg" style="max-width: 50%"><</if>> <<if $gif is 6>> <img src="./img/ss/06.jpg" style="max-width: 50%"><</if>> <<if $gif is 7>> <img src="./img/ss/01.gif" style="max-width: 50%"><</if>> <<if $gif is 8>> <img src="./img/ss/02.gif" style="max-width: 50%"><</if>> <</nobr>>\ Has ganado ''$15'' </div> <<button [[Sex Shop|Sex Shop]]>><<set $money += 15>><</button>></div>
Successful Update ! <<nobr>> <<set $maga to false>> <<set $dildo to false>> <<set $bigdildo to false>> <<set $vibrator to false>> <<set $rvibrator to false>> <<set $cosplay to false>> <<set $cell to false>> <<set $laptop to false>> <<set $wcam to false>> <<set $dcam to false>> <<set $gympayed to false>> <<set $dogcust to false>> <<set $fupdate to true>> <</nobr>> <<button [[Home|Living-Room]]>><</button>>
<<set $PassageName to "EStore">>\ <div style="text-align: center;"><div class="frame">\ <img src="./img/es/01.gif" width="auto"> \ <div class="text"> <<if $cell is false && $money gte 500>>\ <<button [[CelPhone|EStore]]>>\ <<set $cell to true>><<set $money -= 500>>\ <</button>> $500<</if>><<if $cell is true>> CelPhone ''Bought''<</if>><<if $cell is false && $money lt 500>>CelPhone: ''$500''<</if>> \ <<if $laptop is false && $money gte 1000>>\ <<button [[Laptop|EStore]]>>\ <<set $laptop to true>><<set $money -= 1000>>\ <</button>> $1000<</if>><<if $laptop is true>> Laptop: ''Bought''<</if>><<if $laptop is false && $money lt 1000>>Laptop ''$1000''<</if>> \ <<if $wcam is false && $money gte 200>>\ <<button [[Web Cam|EStore]]>>\ <<set $wcam to true>><<set $money -= 200>>\ <</button>> $200<</if>><<if $wcam is true>> Web Cam ''Bought''<</if>><<if $wcam is false && $money lt 200>>Web Cam: ''$200''<</if>> \ <<if $dcam is false && $money gte 300>>\ <<button [[Digital Camera Pro|EStore]]>>\ <<set $dcam to true>><<set $money -= 300>>\ <</button>> $300<</if>><<if $dcam is true>> Digital Camera Pro ''Bought''<</if>><<if $dcam is false && $money lt 300>>Digital Camera Pro: ''$300''<</if>> </div> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>> </div>
<<addclass 'body' 'rileybed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,7)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/06.webm"></video><</if>>\ <<if $gif is 7>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/hj/07.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $rileybj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name == "Lana">> <<if _npc.currentLocation == "LanaHouse">> <<set $house to true>> <<include "LanaA">> <<else>> <div style="text-align: center;"><div class="frame"><br> <div class="text"><br> ''<<print _npc.name>>'' is at <<print _npc.currentLocation>> <br> <br> </div><br> </div></div> <<include "streetbtn">> <</if>> <</if>> <</for>> <br> <</nobr>> <<set $house to false>>
<<addclass 'body' 'lanabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/fk/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $lanabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'lanabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/bj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $lanabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'lanabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,7)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10b.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/vids/10c.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/an/01.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/an/02.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/an/03.webm"></video><</if>>\ <<if $gif is 7>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/an/04.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $lanabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'lanabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/hj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $lanabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'rileybed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/riley/cs/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $rileybj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;">\ <div class="frame">\ <<if $money gte 250>>\ <img src="./chicas/angela/03b.png" style="max-width: 30%"><</if>> Time to pay the weekly rent: ''-$ 250'' <<set $money -= 250>>\ <<if $money lt 0>><<set $lvlChica05 -= 2>><<set $sedx -= 2>>\ <img src="./chicas/angela/000.png" style="max-width: 30%">\ @@#blinky; ''You missed paying rent: -2 Angela's ❤️''@@<</if>>\ <<if $lvlChica05 lt 0>><<set $lvlChica05 to 0>><</if>>\ <<if $sedx lt 0>><<set $sedx to 0>><</if>>\ </div> <<if $day == 7>><<set $meganintro to true>><</if>>\ \ <<button [[Damn it!|Living-Room]] >><<include "refresh">><</button>> </div> <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>\ <div style="text-align: center;"><div class="frame">\ ''Hey You! Yes... You! '' 🫵🏻 Remember, this game is 100% FREE! That's only thanks to your Patreon subscription. So if you want to help the game grow with a contribution that you can afford, it'll help keep the game updated and not abandoned. If you can't do it, no worries, I'm happy you're here, enjoy the game! ''With your subscription, you get EARLY ACCESS to content and can JOIN in on POLLS!'' <img src="./img/poll.jpg" style="max-width: 50%"> <a href="https://www.patreon.com/nala23" target="_blank" data-patreon-widget-type="nothingames">[img["./img/patreon.png"]]</a> </div></div>
<<set $PassageName to "Gym">> <div style="text-align: center;"><div class="frame"> <<if isDateBetween($gameDate, '10:00', '21:59')>> <<if $workout is true>> <div class="text"> //You have already worked out today.// </div><</if>>\ <<if $workout is false>>\ <<nobr>> <<if $day <= $paidUntil>> <<button [[Workout +1💪|Gym2]]>><<addhours 1>><</button>> <</if>> <<if $day > $paidUntil && $money >= 30>> <<button [[Daily pass|Gym]]>><<set $paidUntil to $day>><<set $money -= 30>><</button>> ''$30'' <</if>> <<if $day > $paidUntil && $money lt 30>> Daily pass: ''$30''<</if>> <br> <<if $day > $paidUntil && $money >= 200>> <<button [[Weekly pass|Gym]]>><<set $paidUntil to $day + 7>><<set $money -= 200>><</button>> ''$200'' <</if>> <<if $day > $paidUntil && $money lt 200>> Weekly pass: ''$200''<</if>> <br> <<if $day > $paidUntil && $money >= 700>> <<button [[Monthly pass|Gym]]>><<set $paidUntil to $day + 30>><<set $money -= 700>><</button>> ''$700'' <</if>> <<if $day > $paidUntil && $money lt 700>> Monthly pass: ''$700''<</if>> <</nobr>> <</if>>\ <</if>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <<if !isDateBetween($gameDate, '10:00', '21:59')>>\ <div style="text-align: center;"><div class="frame">\ <div class="text"> Gym schedule is from ''10:00'' to ''22:00'' </div> </div></div><</if>>\ <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a> <</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a> <</if>></div>\
<<if isDateBetween($gameDate, '20:00', '23:59')>>\ <<addclass 'body' 'parkn'>><</if>>\ <<set $PassageName to "Park">> <div style="text-align: center;"><div class="frame">\ \ <div class="text"> <div id="park-content">\ <<if $park is false>> <<button "Relax +1🌳">> <<set $rflx += 1>><<addhours 1>><<set $park to true>> <<replace "#park-content">> <<nobr>> <<set $gif to random(1,6)>> <<if isDateBetween($gameDate, '20:00', '23:59')>> <<if $gif is 1>> <img src="./img/park/07.gif" style="max-width: 50%"> <</if>> <<if $gif is 2>> <img src="./img/park/08.gif" style="max-width: 50%"> <</if>> <<if $gif is 3>> <img src="./img/park/09.gif" style="max-width: 50%"> <</if>> <<if $gif is 4>> <img src="./img/park/10.gif" style="max-width: 50%"> <</if>> <<if $gif is 5>> <img src="./img/park/11.gif" style="max-width: 50%"> <</if>> <<if $gif is 6>> <img src="./img/park/12.gif" style="max-width: 50%"> <</if>> <<else>> <<if $gif is 1>> <img src="./img/park/01.gif" style="max-width: 50%"> <</if>> <<if $gif is 2>> <img src="./img/park/02.gif" style="max-width: 50%"> <</if>> <<if $gif is 3>> <img src="./img/park/03.gif" style="max-width: 50%"> <</if>> <<if $gif is 4>> <img src="./img/park/04.gif" style="max-width: 50%"> <</if>> <<if $gif is 5>> <img src="./img/park/05.gif" style="max-width: 50%"> <</if>> <<if $gif is 6>> <img src="./img/park/06.gif" style="max-width: 50%"> <</if>> <</if>><br> ''+1 🌳'' <</nobr>> <</replace>> <</button>> <<else>> //You've already been to the park today.// <</if>> </div> </div> \ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>> </div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Riley"}>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Riley">> <<set $rileyLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $rileyLocationClass>> <<set $talk to random(1,10)>> <<if $talk is 1>><div class="frame"><br> <div class="text"> <br> //You chatted with Riley today, so try not to come off as creepy.// <br> <br> </div> <br></div> <<elseif $talk is 2>><div class="frame"><br> <div class="text"> <br> //You talked to Riley today, so don't be too weird about it.// <br> <br> </div> <br></div> <<elseif $talk is 3>><div class="frame"><br> <div class="text"> <br> //You spoke with Riley today, so avoid being too intense.// <br> <br> </div> <br></div> <<elseif $talk is 4>><div class="frame"><br> <div class="text"> <br> //You had a conversation with Riley today, so try not to be too clingy.// <br> <br> </div> <br></div> <<elseif $talk is 5>><div class="frame"><br> <div class="text"> <br> //You talked to Riley today, so don’t act all spooky.// <br> <br> </div> <br></div> <<elseif $talk is 6>><div class="frame"><br> <div class="text"> <br> //You had a chat with Riley today, so don't come across as a weirdo.// <br> <br> </div> <br></div> <<elseif $talk is 7>><div class="frame"><br> <div class="text"> <br> //You talked to Riley today, so ease up on the creepiness.// <br> <br> </div> <br></div> <<elseif $talk is 8>><div class="frame"><br> <div class="text"> <br> //You spoke to Riley today, so don’t be too pushy.// <br> <br> </div> <br></div> <<elseif $talk is 9>><div class="frame"><br> <div class="text"> <br> //You had a word with Riley today, so avoid coming off as annoying.// <br> <br> </div> <br></div> <<elseif $talk is 10>><div class="frame"><br> <div class="text"> <br> //You talked to Riley today, so try not to be too overbearing.// <br> <br> </div> <br></div> <</if>> <</nobr>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Lana"}>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Lana">> <<set $lanaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $lanaLocationClass>> <<set $talk to random(1,10)>> <<if $talk is 1>><div class="frame"><br> <div class="text"> <br> //You chatted with Lana today, so try not to come off as creepy.// <br> <br> </div> <br></div> <<elseif $talk is 2>><div class="frame"><br> <div class="text"> <br> //You talked to Lana today, so don't be too weird about it.// <br> <br> </div> <br></div> <<elseif $talk is 3>><div class="frame"><br> <div class="text"> <br> //You spoke with Lana today, so avoid being too intense.// <br> <br> </div> <br></div> <<elseif $talk is 4>><div class="frame"><br> <div class="text"> <br> //You had a conversation with Lana today, so try not to be too clingy.// <br> <br> </div> <br></div> <<elseif $talk is 5>><div class="frame"><br> <div class="text"> <br> //You talked to Lana today, so don’t act all spooky.// <br> <br> </div> <br></div> <<elseif $talk is 6>><div class="frame"><br> <div class="text"> <br> //You had a chat with Lana today, so don't come across as a weirdo.// <br> <br> </div> <br></div> <<elseif $talk is 7>><div class="frame"><br> <div class="text"> <br> //You talked to Lana today, so ease up on the creepiness.// <br> <br> </div> <br></div> <<elseif $talk is 8>><div class="frame"><br> <div class="text"> <br> //You spoke to Lana today, so don’t be too pushy.// <br> <br> </div> <br></div> <<elseif $talk is 9>><div class="frame"><br> <div class="text"> <br> //You had a word with Lana today, so avoid coming off as annoying.// <br> <br> </div> <br></div> <<elseif $talk is 10>><div class="frame"><br> <div class="text"> <br> //You talked to Lana today, so try not to be too overbearing.// <br> <br> </div> <br></div> <</if>> <</nobr>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>
<<addclass 'body' 'lanabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/lana/cs/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $lanabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Mia"}>>\ <<nobr>> <<if $lvlChica01 gte 10>><<set $lvlChica01 to 10>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Mia">> <<set $miaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $miaLocationClass>> <</nobr>>\ \ \ \ \ <<if $lvlChica01 == 0>> <div class="frame">\ <img src="./chicas/mia/00a.png" style="max-width: 30%"> ---------------------------- <div class="text">\ //While checkin' out the bar scene, my eyes locked onto a chick sittin' in the corner. I couldn't help but feel kinda curious and wonder if I should go talk to her.//</div>\ ---------------------------- <<button [[You step closer to her|MiaD00]]>> <<addhours 1>>\ <</button>> <a data-passage="Bar"><img src="./btn/bar.png" style="max-height: 150px"></a> </div> \ \ \ <<elseif $lvlChica01 == 1>> <div class="frame">\ <img src="./chicas/mia/01a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 == 2>>\ <div class="frame">\ <img src="./chicas/mia/02a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 3 && ($sedx lt 5 or $rflx lt 5)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''5'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 3 && $sedx gte 5 && $rflx gte 5>>\ <div class="frame">\ <img src="./chicas/mia/03a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 4 && ($sedx lt 7 or $rflx lt 7)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''7'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 4 && $sedx gte 7 && $rflx gte 7>>\ <div class="frame">\ <img src="./chicas/mia/04a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 5 && ($sedx lt 9 or $rflx lt 9)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''9'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 5 && $sedx gte 9 && $rflx gte 9>>\ <div class="frame">\ <img src="./chicas/mia/05a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 6 && $cosplay is false>>\ <div class="frame">\ <img src="./chicas/mia/06a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //Mia's happy to see you again. She's already comfortable with you and wants to share one of her fantasies. Her fantasy is to dress up as a ''nurse''. Can you make it happen? Buy the costume from the ''Sex-Shop''// </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ <<include "streetbtn">> \ \ \ <<elseif $lvlChica01 is 6 && ($sedx lt 12 or $rflx lt 12)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''12'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica01 is 6 && $cosplay is true && $sedx gte 12 && $rflx gte 12>>\ <div class="frame">\ <img src="./chicas/mia/06a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //Mia is super happy to see you arrive with a package! But she's not sure about using it today. Convince her to go home and try it on.// </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 7 && ($sedx lt 15 or $rflx lt 15)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''15'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 7 && $sedx gte 15 && $rflx gte 15>>\ <div class="frame">\ <img src="./chicas/mia/07a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 8 && ($sedx lt 20 or $rflx lt 20)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''20'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 8 && $sedx gte 20 && $rflx gte 20>>\ <div class="frame">\ <img src="./chicas/mia/08a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 9 && ($sedx lt 25 or $rflx lt 25)>>\ <div class="text"> //You need to raise// ❤️ and 🌳 //to ''25'' to have any chance with ''Mia''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica01 is 9 && $sedx gte 25 && $rflx gte 25>>\ <div class="frame">\ <img src="./chicas/mia/09a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div> \ \ \ <<elseif $lvlChica01 is 10>>\ <div class="frame">\ <img src="./chicas/mia/10a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> <<include "spot">> <<set $atHome to true>> </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div>\ <div style="text-align: center;">\ <<include "streetbtn">> \ \ \ </div>\ <</if>>\ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ \ \ <<if $mia is false>>\ <div class="frame">\ <<if $lvlChica01 gte 7 && $miabj is false>>\ <<button [[Handjob|MiaHJ]]>><</button>><</if>>\ <<if $lvlChica01 gte 8 && $miabj is false>>\ <<button [[Blowjob|MiaBJ]]>><</button>><</if>>\ <<if $lvlChica01 gte 9 && $miabj is false>>\ <<button [[Fuck|MiaFK]]>><</button>><</if>>\ <<if $lvlChica01 gte 10 && $miabj is false>>\ <<button [[Cumshot|MiaCS]]>><</button>><</if>>\ <<if $lvlChica01 gte 10 && $miabj is false && $rflx gte 30>>\ <<button [[Anal|MiaAN]]>><</button>><</if>>\ </div> <</if>>\ \ \ <<unset _currentNPC>>\ <<set $mia to true>>\ <div style="text-align: center;"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ </div>\
<div class="frame">\ <<if $MusicPlay is true>><<include "SdcMsc">><</if>>\ <<nobr>> <<addclass 'body' $miaLocationClass>> <</nobr>>\ \ \ <div style="text-align: center;"> <<if $lvlChica01 is 0>>\ <img src="./chicas/mia/00b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 1>>\ <img src="./chicas/mia/01b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 2>>\ <img src="./chicas/mia/02b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 3>>\ <img src="./chicas/mia/03b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 4>>\ <img src="./chicas/mia/04b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 5>>\ <img src="./chicas/mia/05b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 6>>\ <img src="./chicas/mia/06b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 7>>\ <img src="./chicas/mia/07b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 8>>\ <img src="./chicas/mia/08b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 9>>\ <img src="./chicas/mia/09b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica01 is 10>>\ <img src="./chicas/mia/10b.png" style="max-height: 191px"><</if>>\ \ \ <<set $prog to $expeChica01>>\ <<set $MiaGame to true>>\ <<set $max to $MaxExpeChica01>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<div style="text-align: center;"><<set $sedx += 1>>\ <<set $expeChica01 to ($expeChica01 + $prog)>>\ <<nobr>> <<if $expeChica01 >= $MaxExpeChica01>> <<set $lvlChica01 += 1>> <<set $expeChica01 = 0>> <<set $pow = 0>> <<set $MaxExpeChica01 to $MaxExpeChica01+10>> <</if>> <</nobr>> \ <<if $lvlChica01 == 1>>\ <<addclass 'body' 'bar'>>\ <div class="frame">\ <img src="./chicas/mia/01.png" style="max-width: 50%"> ---------------------------- @@#blinky;''+1 ❤️''@@ <div class="You"> You: Alright, Mia, I didn't expect to run into a serious magazine critic in a place like this. You here researching the next big article on the nightlife scene?</div> <div class="Mia"> Mia: Yeah, sure! I was actually researching the fashion scene in this city.</div> <div class="You"> You: If you need a model for the cover, I'm your guy.</div> <div class="text">\ //I say with an ironic tone of voice.//</div> <div class="Mia"> Mia: Haha! I’ll have to talk to my boss. Not sure if you really fit with our "sophisticated lifestyle" theme.</div> <div class="You"> You: Sophisticated, huh? Maybe if I changed my look… Do you think I could up my style with a nice suit, or am I just a lost cause?</div> <div class="Mia"> Mia: I think a suit wouldn’t be enough, but you’ve got potential. What you lack in style, you make up for with a good sense of humor.</div> <div class="You"> You: Haha, I’ll take that. How about continuing this conversation somewhere quieter? This bar’s nice, but all these people can be a bit distracting.</div> <div class="Mia"> Mia: Tempting, but unfortunately I have to leave early tonight. I’ve got work in the morning.</div> <div class="You"> You: Well, I guess I’ll have to wait, then. Maybe next time?</div> <div class="text">\ //Mia smiles and stands up from her seat//</div> <div class="Mia"> Mia: Maybe. You never know.</div> <div class="You"> You: Take care, Mia.</div> <div class="Mia"> Mia: You too. Until next time!</div> ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<button [[Back|Bar]]>><</button>> \ \ \ \ \ <<elseif $lvlChica01 == 2>><<addclass 'body' 'bar'>>\ <div class="frame">\ <img src="./chicas/mia/02.png" style="max-width: 50%"> ---------------------------- <div class="text"> //She's totally into you! She gives you her home address. Now you've got ''Mia's home address.'' Try to visit her in the next few days.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<button [[Back|Bar]]>><</button>> \ \ \ \ \ <<elseif $lvlChica01 == 3>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <img src="./chicas/mia/03.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Mia invites you over to her place. She wants to show you what she’s been up to... and maybe something more ;)// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 4>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/01.webm"></video> ---------------------------- <div class="text"> //Mia and you head to her place together. She shows off her yoga skills and wants you to record a video. Convince her to take off more clothes.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 5>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/02.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 6>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/03.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 7>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/04.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/04b.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 8>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/05.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/05b.webm"></video> ---------------------------- <div class="text"> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 == 9>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/06.webm"></video> ---------------------------- <div class="text"> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<elseif $lvlChica01 gte 10>><<set $lvlChica01 to 10>><<addclass 'body' 'miabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/07.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/07b.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/07c.webm"></video> ---------------------------- <div class="text"> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 </div>\ <<include "streetbtn">> \ \ \ \ \ <<endif>><<set $MiaGame to false>><<set $expeChica01 to 0>> \ <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>> \
<<nobr>> <<set $expeChica01 to $pow>> <<if $expeChica01 gte $MaxExpeChica01>> <<set $lvlChica01 to $lvlChica01 += 1>> <<set $MaxExpeChica01 to ($MaxExpeChica01+10)>> <<set $pow to 0>><</if>><</nobr>>
<<nobr>> <<addclass 'body' $miaLocationClass>> <</nobr>>\ \ \ <<if $lvlChica01 is 0>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/mia/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Get lost, dude!// </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01 </div></div><</if>>\ \ <<if $lvlChica01 gte 1>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/mia/F10.png" style="max-width: 50%"> ---------------------------- <div class="text"> //I've had a good time, but I have to go now. See you next time!// </div>\ ---------------------------- ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01 </div><</if>>\ \ <<set $MiaGame to false>> <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>\
<<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name == "Mia">> <<if _npc.currentLocation == "MiaHouse">> <<set $house to true>> <<include "MiaA">> <<else>> <div style="text-align: center;"><div class="frame"><br> <div class="text"><br> ''<<print _npc.name>>'' is at <<print _npc.currentLocation>> <br> <br> </div><br> </div></div> <<include "streetbtn">> <</if>> <</if>> <</for>> <br> <</nobr>> <<set $house to false>>
<<addclass 'body' 'miabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/fk/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $miabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'miabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/bj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $miabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'miabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,8)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/06.webm"></video><</if>>\ <<if $gif is 7>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/vids/07.webm"></video><</if>>\ <<if $gif is 8>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/an/08.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $miabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'miabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,4)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/hj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/hj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/hj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/hj/04.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $miabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Mia"}>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Mia">> <<set $miaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $miaLocationClass>> <<set $talk to random(1,10)>> <<if $talk is 1>><div class="frame"><br> <div class="text"> <br> //You chatted with Mia today, so try not to come off as creepy.// <br> <br> </div> <br></div> <<elseif $talk is 2>><div class="frame"><br> <div class="text"> <br> //You talked to Mia today, so don't be too weird about it.// <br> <br> </div> <br></div> <<elseif $talk is 3>><div class="frame"><br> <div class="text"> <br> //You spoke with Mia today, so avoid being too intense.// <br> <br> </div> <br></div> <<elseif $talk is 4>><div class="frame"><br> <div class="text"> <br> //You had a conversation with Mia today, so try not to be too clingy.// <br> <br> </div> <br></div> <<elseif $talk is 5>><div class="frame"><br> <div class="text"> <br> //You talked to Mia today, so don’t act all spooky.// <br> <br> </div> <br></div> <<elseif $talk is 6>><div class="frame"><br> <div class="text"> <br> //You had a chat with Mia today, so don't come across as a weirdo.// <br> <br> </div> <br></div> <<elseif $talk is 7>><div class="frame"><br> <div class="text"> <br> //You talked to Mia today, so ease up on the creepiness.// <br> <br> </div> <br></div> <<elseif $talk is 8>><div class="frame"><br> <div class="text"> <br> //You spoke to Mia today, so don’t be too pushy.// <br> <br> </div> <br></div> <<elseif $talk is 9>><div class="frame"><br> <div class="text"> <br> //You had a word with Mia today, so avoid coming off as annoying.// <br> <br> </div> <br></div> <<elseif $talk is 10>><div class="frame"><br> <div class="text"> <br> //You talked to Mia today, so try not to be too overbearing.// <br> <br> </div> <br></div> <</if>> <</nobr>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Megan"}>>\ <<nobr>> <<if $lvlChica04 gte 15>><<set $lvlChica04 to 15>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Megan">> <<set $meganLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $meganLocationClass>> <</nobr>>\ \ \ \ <<if $lvlChica04 == 0>> <div class="frame">\ <img src="./chicas/megan/00.png" style="max-width: 30%"> ---------------------------- <div class="Megan"> New Girl: Hey! How’s it going? You must be the guy who rents here, right?</div> <div class="text">\ //She makes a fist for you to greet her.//</div> <div class="text">\ //I greet her, a bit surprised.//</div> <div class="You"> You: Uh... yeah, that’s me. And who are you? Ángela didn’t tell me she had a niece.</div> <div class="Megan"> New Girl: Haha no, no, I’m ''Megan,'' your new roommate. I’m staying here while I study at university.</div> <div class="You"> You: Oh, no one told me about that. Have you managed to settle in?</div> <div class="Megan"> Megan: I just got here, it’s gonna take me a bit to organize my room.</div> <div class="text">\ //She looks at you with curiosity//</div> <div class="Megan"> Megan: By the way, I saw a pretty nice car in the garage. Is it yours?</div> <div class="text">\ //She says teasingly.//</div> ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 == 1>> <div class="frame">\ <img src="./chicas/megan/01a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 == 2>>\ <div class="frame">\ <img src="./chicas/megan/02a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 3 && ($sedx lt 5 or $looks lt 4)>>\ <div class="text"> //You need to raise// ❤️ //to ''5'' and// 👕 //to ''4'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 3 && $sedx gte 5 && $looks gte 4>>\ <div class="frame">\ <img src="./chicas/megan/03a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 4 && ($sedx lt 7 or $looks lt 5)>>\ <div class="text"> //You need to raise// ❤️ //to ''7'' and// 👕 //to ''5'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 4 && $sedx gte 7 && $looks gte 5>> <<if $dcam is false>>\ <div class="frame">\ <img src="./chicas/megan/04a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //''Megan's'' got it in her head that she wants to be a model. Quick on your feet, you tell her you used to be a photographer and could help her out. She laughs, seems to like the idea—this could be fun. But of course, you were never a photographer and don't even have a ''Camera''.// </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ <<include "streetbtn">><</if>> \ \ \ <<if $dcam is true>>\ <div class="frame">\ <img src="./chicas/megan/04a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //You got the ''Camera'', now you need to get ''Megan'' in the mood to model. You might not know anything about photography, but you’ve learned a thing or two about talking your way through.// </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div><</if>> \ \ \ <<elseif $lvlChica04 is 5 && ($sedx lt 9 or $looks lt 6)>>\ <div class="text"> //You need to raise// ❤️ //to ''9'' and// 👕 //to ''6'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 5 && $sedx gte 9 && $looks gte 6>>\ <div class="frame">\ <img src="./chicas/megan/05a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> //Suggest to her to take the photo shoot to the next level.// </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 6 && ($sedx lt 12 or $looks lt 7)>>\ <div class="text"> //You need to raise// ❤️ //to ''12'' and// 👕 //to ''7'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 6 && $sedx gte 12 && $looks gte 7>>\ <div class="frame">\ <img src="./chicas/megan/06a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> //Suggest move to her room and to take the photo shoot to the next level.// </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 7 && ($sedx lt 15 or $looks lt 9)>>\ <div class="text"> //You need to raise// ❤️ //to ''15'' and// 👕 //to ''9'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 7 && $sedx gte 15 && $looks gte 9>>\ <div class="frame">\ <img src="./chicas/megan/07a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 8 && ($sedx lt 20 or $looks lt 11)>>\ <div class="text"> //You need to raise// ❤️ //to ''20'' and// 👕 //to ''11'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 8 && $sedx gte 20 && $looks gte 11>>\ <div class="frame">\ <img src="./chicas/megan/08a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 9 && ($sedx lt 25 or $looks lt 13)>>\ <div class="text"> //You need to raise// ❤️ //to ''25'' and// 👕 //to ''13'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 9 && $sedx gte 25 && $looks gte 13>>\ <div class="frame">\ <img src="./chicas/megan/09a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 10 && ($sedx lt 30 or $looks lt 15)>>\ <div class="text"> //You need to raise// ❤️ //to ''30'' and// 👕 //to ''15'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 10 && $sedx gte 30 && $looks gte 15>>\ <div class="frame">\ <img src="./chicas/megan/10a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 11 && ($sedx lt 35 or $looks lt 18)>>\ <div class="text"> //You need to raise// ❤️ //to ''35'' and// 👕 //to ''18'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 11 && $sedx gte 35 && $looks gte 18>>\ <div class="frame">\ <img src="./chicas/megan/11a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 12 && ($sedx lt 40 or $looks lt 21)>>\ <div class="text"> //You need to raise// ❤️ //to ''40'' and// 👕 //to ''21'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 12 && $sedx gte 40 && $looks gte 21>>\ <div class="frame">\ <img src="./chicas/megan/12a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 13 && ($sedx lt 45 or $looks lt 24)>>\ <div class="text"> //You need to raise// ❤️ //to ''45'' and// 👕 //to ''24'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 13 && $sedx gte 45 && $looks gte 24>>\ <div class="frame">\ <img src="./chicas/megan/13a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 14 && ($sedx lt 50 or $looks lt 27)>>\ <div class="text"> //You need to raise// ❤️ //to ''50'' and// 👕 //to ''27'' to have any chance with ''Megan''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica04 is 14 && $sedx gte 50 && $looks gte 27>>\ <div class="frame">\ <img src="./chicas/megan/14a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|MeganGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<elseif $lvlChica04 is 15 && $money gte 400>>\ <div class="frame">\ <img src="./chicas/megan/01a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Megan-11">> </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div> \ \ \ <<else>>\ <div class="frame">\ <img src="./chicas/megan/15a.png" style="max-width: 50%">\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04</div>\ <div style="text-align: center;">\ <<include "streetbtn">> \ \ \ </div>\ <</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ \ \ <<if $megan is false>>\ <div class="frame">\ <<if $lvlChica04 gte 12 && $meganbj is false>>\ <<button [[Handjob|MeganHJ]]>><</button>><</if>>\ <<if $lvlChica04 gte 13 && $meganbj is false>>\ <<button [[Blowjob|MeganBJ]]>><</button>><</if>>\ <<if $lvlChica04 gte 14 && $meganbj is false>>\ <<button [[Fuck|MeganFK]]>><</button>><</if>>\ <<if $lvlChica04 gte 15 && $meganbj is false>>\ <<button [[Cumshot|MeganAN]]>><</button>><</if>>\ </div> <</if>>\ \ \ \ \ <<unset _currentNPC>>\ <<set $megan to true>>\ <div style="text-align: center;"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ </div>\
<div style="text-align: center;"><<set $sedx += 1>>\ <<set $expeChica04 to ($expeChica04 + $prog)>>\ <<nobr>> <<if $expeChica04 >= $MaxExpeChica04>> <<set $lvlChica04 += 1>> <<set $expeChica04 = 0>> <<set $pow = 0>> <<set $MaxExpeChica04 to $MaxExpeChica04+10>> <</if>> <</nobr>> \ <<if $lvlChica04 == 1>>\ <<addclass 'body' $meganLocationClass>>\ <div class="frame">\ <img src="./chicas/megan/01.png" style="max-width: 50%"> ---------------------------- @@#blinky;''+1 ❤️''@@ <div class="You"> You: I wish it were mine. It must belong to Ángela; honestly, I’ve never asked her if it’s hers or if she’s keeping it for someone else.</div> <div class="Megan"> Megan: Ah, I thought so. Not everyone has a car like that.</div> <div class="You"> You: That’s true, but one day I’ll buy one just like it. You’ll see.</div> <div class="Megan"> Megan: That’s the spirit!</div> <div class="frame">\ //Megan and I high-five.//</div> <div class="Megan"> Megan: Well, I’m off to talk to Angela about the rent, and then I’m going to crash in bed. The trip was soooo long, and I don’t have the energy for anything else. I hope we get along well.</div> <div class="You"> You: Same here, Megan!</div> \ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ <<elseif $lvlChica04 == 2>><<addclass 'body' $meganLocationClass>>\ <div class="frame">\ <img src="./chicas/megan/02.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You chat with Megan, share some laughs, and manage to make a good impression. She tells you she wants to be a cheerleader. You can't help but picture her in a short skirt, dancing to the music with her teammates. Eventually, she has to go. Maybe you'll get to talk more another day.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ <<elseif $lvlChica04 == 3>><<addclass 'body' 'living-room'>>\ <div class="frame">\ <img src="./chicas/megan/03.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Megan is interested in you; you entertain her with your jokes. You know how to charm the ladies, that's for sure. She starts looking at you differently, you can tell. But she has to leave now. Maybe next time.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 \ \ <<elseif $lvlChica04 == 4>><<addclass 'body' 'living-room'>>\ <div class="frame">\ <img src="./chicas/megan/04.png" style="max-width: 50%"> ---------------------------- <div class="text"> //''Megan'' is getting more comfortable around you. She even seems to be acting a bit flirty. Keep it up!// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 5>><<addclass 'body' 'living-room'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/05.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 6>><<addclass 'body' 'living-room'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/06.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 7>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/07.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 8>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/08.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 9>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/09.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 10>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/10.webm"></video> @@#blinky;''+1 ❤️''@@ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 11>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/11a.webm"></video> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/11b.webm"></video> @@#blinky;''+1 ❤️''@@ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 12>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/hj/02.mp4"></video> @@#blinky;''+1 ❤️''@@ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 13>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/13.webm"></video> @@#blinky;''+1 ❤️''@@ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 == 14>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/14.webm"></video> @@#blinky;''+1 ❤️''@@ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ <<elseif $lvlChica04 gte 15>><<set $lvlChica04 to 15>><<addclass 'body' 'meganbed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/15.webm"></video> ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div>\ \ \ \ \ \ <<endif>><<set $MeganGame to false>><<set $expeChica04 to 0>> <div style="text-align: center;">\ <<if !isDateBetween($gameDate, '08:00', '19:59')>>\\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div></div> \ <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>> \
<<nobr>> <<addclass 'body' $meganLocationClass>> <</nobr>>\ \ \ <<if $lvlChica04 is 0>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/megan/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Get lost, dude!// </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div></div><</if>>\ \ <<if $lvlChica04 gte 1>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/megan/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //I've had a good time, but I have to go now. See you next time!// </div>\ ---------------------------- ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div></div><</if>>\ \ <<set $MeganGame to false>> <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>\
<<addclass 'body' 'meganbed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,7)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/06.webm"></video><</if>>\ <<if $gif is 7>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/fk/07.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $meganbj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'meganbed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/cs/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $meganbj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div class="frame">\ <<if $MusicPlay is true>><<include "SdcMsc">><</if>>\ <<nobr>> <<addclass 'body' $meganLocationClass>> <</nobr>>\ \ \ <div style="text-align: center;"> <<if $lvlChica04 is 0>>\ <img src="./chicas/megan/00b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 1>>\ <img src="./chicas/megan/01b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 2>>\ <img src="./chicas/megan/02b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 3>>\ <img src="./chicas/megan/03b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 4>>\ <img src="./chicas/megan/04b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 5>>\ <img src="./chicas/megan/05b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 6>>\ <img src="./chicas/megan/06b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 7>>\ <img src="./chicas/megan/07b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 8>>\ <img src="./chicas/megan/08b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 9>>\ <img src="./chicas/megan/09b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 10>>\ <img src="./chicas/megan/10b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 11>>\ <img src="./chicas/megan/11b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 12>>\ <img src="./chicas/megan/12b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 13>>\ <img src="./chicas/megan/13b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 14>>\ <img src="./chicas/megan/14b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica04 is 15>>\ <img src="./chicas/megan/15b.png" style="max-height: 191px"><</if>>\ \ \ <<set $prog to $expeChica04>>\ <<set $MeganGame to true>>\ <<set $max to $MaxExpeChica04>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<<nobr>>\ <<set $expeChica04 to $pow>> <<if $expeChica04 gte $MaxExpeChica04>> <<set $lvlChica04 to $lvlChica04 += 1>> <<set $MaxExpeChica04 to ($MaxExpeChica04+10)>> <<set $pow to 0>><</if>><</nobr>>
<<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name == "Megan">> <<if _npc.currentLocation == "MeganHouse">> <<set $house to true>> <<include "MeganA">> <<else>> <div style="text-align: center;"><div class="frame"><br> <div class="text"><br> ''<<print _npc.name>>'' is at <<print _npc.currentLocation>> <br> <br> </div><br> </div></div> <</if>> <</if>> <</for>> <br> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>> <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div> <</nobr>> <<set $house to false>>
<<addclass 'body' 'meganbed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,4)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/bj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/bj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/bj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/bj/04.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $meganbj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'meganbed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,3)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/hj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/hj/02.mp4"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/hj/03.mp4"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $meganbj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Megan"}>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Megan">> <<set $meganLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $meganLocationClass>> <<set $talk to random(1,10)>> <<if $talk is 1>><div class="frame"><br> <div class="text"> <br> //You chatted with Megan today, so try not to come off as creepy.// <br> <br> </div> <br></div> <<elseif $talk is 2>><div class="frame"><br> <div class="text"> <br> //You talked to Megan today, so don't be too weird about it.// <br> <br> </div> <br></div> <<elseif $talk is 3>><div class="frame"><br> <div class="text"> <br> //You spoke with Megan today, so avoid being too intense.// <br> <br> </div> <br></div> <<elseif $talk is 4>><div class="frame"><br> <div class="text"> <br> //You had a conversation with Megan today, so try not to be too clingy.// <br> <br> </div> <br></div> <<elseif $talk is 5>><div class="frame"><br> <div class="text"> <br> //You talked to Megan today, so don’t act all spooky.// <br> <br> </div> <br></div> <<elseif $talk is 6>><div class="frame"><br> <div class="text"> <br> //You had a chat with Megan today, so don't come across as a weirdo.// <br> <br> </div> <br></div> <<elseif $talk is 7>><div class="frame"><br> <div class="text"> <br> //You talked to Megan today, so ease up on the creepiness.// <br> <br> </div> <br></div> <<elseif $talk is 8>><div class="frame"><br> <div class="text"> <br> //You spoke to Megan today, so don’t be too pushy.// <br> <br> </div> <br></div> <<elseif $talk is 9>><div class="frame"><br> <div class="text"> <br> //You had a word with Megan today, so avoid coming off as annoying.// <br> <br> </div> <br></div> <<elseif $talk is 10>><div class="frame"><br> <div class="text"> <br> //You talked to Megan today, so try not to be too overbearing.// <br> <br> </div> <br></div> <</if>> <</nobr>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>
<div style="text-align: center;"><<set $expeChica05 to 0>>\ <<set _currentNPC = {name: "Angela"}>>\ <<nobr>> <<if $lvlChica05 gte 11>><<set $lvlChica05 to 11>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Angela">> <<set $angelaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $angelaLocationClass>> <</nobr>>\ \ <<if $lvlChica05 == 0>> <div class="frame">\ <img src="./chicas/angela/00.png" style="max-width: 30%"> ---------------------------- <div class="text">\ //I run into Angela around the house, and I remember thinking she was beautiful from the first time I saw her. Today I will try to get to know her better//</div> <div class="You"> You: Hey Ángela, I didn’t know you were around. How’s it going?</div> <div class="Angela"> Angela: Hi! I was just tidying up a bit. There’s always something to keep organized in a house like this. How about you? How’s your day?</div> <div class="You"> You: Good, pretty chill. I was getting used to the place. It’s a really cozy spot to not want to leave.</div> <div class="Angela"> Angela: Hehe, I’m glad you think so.</div> <div class="frame">\ <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 == 1>> <div class="frame">\ <img src="./chicas/angela/01a.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You approach Angela to talk about your rent. You love her boobs and try to seduce her to lower the rental cost.// </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 == 2>>\ <div class="frame">\ <img src="./chicas/angela/02a.png" style="max-width: 50%"> ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 3 && $sedx lt 15>>\ <div class="text"> //You need to raise// ❤️ //to ''15'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ <<elseif $lvlChica05 is 3 && $sedx gte 15 && $maga is false>>\ <div class="frame">\ <img src="./chicas/angela/03a.png" style="max-width: 50%">\ ---------------------------- <div class="text"> //Is it too bold to give her a ''daring gift''? Think about the possible reward.// </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ <<include "streetbtn">> \ \ <<elseif $lvlChica05 is 3 && $sedx gte 15 && $maga is true>>\ <div class="frame">\ <img src="./chicas/angela/03a.png" style="max-width: 30%">\ <div class="text"> //Looks like she liked the gift. Now try to get her to ''model it for you''.// </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 4 && $sedx lt 18>>\ <div class="text"> //You need to raise// ❤️ //to ''18'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 4 && $sedx gte 18>>\ <div class="frame">\ <img src="./chicas/angela/04a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 5 && $sedx lt 21>>\ <div class="text"> //You need to raise// ❤️ //to ''21'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 5 && $sedx gte 21>>\ <div class="frame">\ <img src="./chicas/angela/05a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 6 && $sedx lt 25>>\ <div class="text"> //You need to raise// ❤️ //to ''25'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 6 && $sedx gte 25>>\ <div class="frame">\ <img src="./chicas/angela/06a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 7 && $sedx lt 30>>\ <div class="text"> //You need to raise// ❤️ //to ''30'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 7 && $sedx gte 30>>\ <div class="frame">\ <img src="./chicas/angela/07a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 8 && $sedx lt 35>>\ <div class="text"> //You need to raise// ❤️ //to ''35'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 8 && $sedx gte 35>>\ <div class="frame">\ <img src="./chicas/angela/08a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 9 && $sedx lt 40>>\ <div class="text"> //You need to raise// ❤️ //to ''40'' to have any chance with ''Angela''.// </div> <<include "streetbtn">> \ \ \ <<elseif $lvlChica05 is 9 && $sedx gte 40>>\ <div class="frame">\ <img src="./chicas/angela/09a.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Talk">> </div>\ ---------------------------- <<button [[Drop your pickup line!|AngelaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div> \ \ \ <<elseif $lvlChica05 is 10 && $angelaLocation.schedule() is "Living-Room">>\ <div class="frame">\ <img src="./chicas/angela/11.png" style="max-width: 30%">\ ---------------------------- <div class="text"> <<include "Angela-11">> </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div>\ <<include "streetbtn">> \ \ \ <<else>>\ <div class="frame">\ <img src="./chicas/angela/10a.png" style="max-width: 70%">\ ---------------------------- ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05</div>\ <div style="text-align: center;">\ <<include "streetbtn">> \ \ \ </div>\ <</if>>\ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ \ \ <<if $angela is false>>\ <div class="frame">\ <<if $lvlChica05 gte 6 && $angelabj is false>>\ <<button [[Handjob|AngelaHJ]]>><</button>><</if>>\ <<if $lvlChica05 gte 7 && $angelabj is false>>\ <<button [[Blowjob|AngelaBJ]]>><</button>><</if>>\ <<if $lvlChica05 gte 8 && $angelabj is false>>\ <<button [[Fuck|AngelaFK]]>><</button>><</if>>\ <<if $lvlChica05 gte 9 && $angelabj is false>>\ <<button [[Cumshot|AngelaCS]]>><</button>><</if>>\ <<if $lvlChica05 gte 10 && $angelabj is false && $sedx gte 50>>\ <<button [[Anal|AngelaAN]]>><</button>><</if>>\ </div> <</if>>\ \ <<unset _currentNPC>>\ <<set $angela to true>>\ <div style="text-align: center;"><<set $prog to 0>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ </div>\
<div style="text-align: center;">\ <<if $lvlChica05 gte 3>><</if>> <<set $expeChica05 to ($expeChica05 + $prog)>><<set $sedx += 1>>\ <<nobr>> <<if $expeChica05 >= $MaxExpeChica05>> <<set $lvlChica05 += 1>> <<set $expeChica05 = 0>> <<set $pow = 0>> <<set $MaxExpeChica05 to $MaxExpeChica05+10>> <</if>> <</nobr>> \ <<if $lvlChica05 == 1>>\ <<addclass 'body' $angelaLocationClass>>\ <div class="frame">\ <img src="./chicas/angela/01.png" style="max-width: 50%"> ---------------------------- @@#blinky;''+1 ❤️''@@ <div class="You"> You: Since I got here, I thought this place has a special vibe, and well, it’s not just the house, I guess. You make it feel that way too.</div> <div class="Angela"> Angela: Thanks. I wasn’t expecting that. Sometimes you don’t think about how it looks from the outside, you know? But I admit that after my divorce, I’ve had to learn to appreciate the little things.</div> <div class="You"> You: Divorce? I didn’t know that. It must have been tough... </div> <div class="Angela"> Angela: Yeah, it was. But that was a while ago. I’m doing well now, working at a local office and keeping up with the house, trying to move forward. There are always challenges, but you learn to live with them.</div> <div class="You"> You: I like your outlook on things. Sometimes it feels like everything is piling up, so keeping a positive attitude like yours isn’t easy.</div> <div class="Angela"> Angela: Thanks. I always find it helps to take some time for a good chat. Like now, for example, it’s nice to disconnect a bit.</div> <div class="You"> You: And I’m happy to keep chatting with you.</div> <div class="text">\ //Angela gets a notification on her phone and checks it//</div> <div class="Angela"> Angela: I’d love to keep talking, but it’s time for me to head out. I have to go to the office.</div> <div class="You"> You: Of course, whenever you want. I’d love to get to know you more.</div> <div class="text">\ //Angela gives a quick glance and a smile before leaving//</div> <div class="Angela"> Angela: Perfect! See you later!</div> ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 2>><<addclass 'body' $angelaLocationClass>>\ <div class="frame">\ <img src="./chicas/angela/02.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You chat with Angela and have a good laugh, making jokes and having a good time. However, Angela regrets that you find the rent value high. Keep earning her trust.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 3>><<addclass 'body' 'living-room'>>\ <div class="frame">\ <img src="./chicas/angela/03.png" style="max-width: 50%"> ---------------------------- <div class="text"> //You two move to the the living's room sofa. She gets comfortable, seeming to relax in your presence. Try to make her relax even more.// @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ <<elseif $lvlChica05 == 4>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/04.webm"></video> ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 5>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/05.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 6>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/06.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 7>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/07.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 8>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/08.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 == 9>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/09.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ \ \ \ <<elseif $lvlChica05 gte 10>><<set $lvlChica05 to 10>><<addclass 'body' 'angelabed'>>\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/10.webm"></video> ---------------------------- <div class="text"> <<include "better">> @@#blinky;''+1 ❤️''@@ </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 </div>\ \ \ <<endif>><<set $AngelaGame to false>> <div style="text-align: center;">\ <<include "streetbtn">> \ \ </div></div> \ <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>> \
<<nobr>> <<addclass 'body' $angelaLocationClass>> <</nobr>>\ \ \ <<if $lvlChica05 is 0>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/angela/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //Get lost, dude!// </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 </div></div><</if>>\ \ <<if $lvlChica05 gte 1>>\ <div style="text-align: center;"><div class="frame">\ <img src="./chicas/angela/001.png" style="max-width: 50%"> ---------------------------- <div class="text"> //I've had a good time, but I have to go now. See you next time!// </div>\ ---------------------------- ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 </div></div><</if>>\ \ <<set $AngelaGame to false>> <div style="text-align: center;">\ <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>\
<<addclass 'body' 'angelabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/fk/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $angelabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'angelabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/an/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $angelabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div class="frame">\ <<if $MusicPlay is true>><<include "SdcMsc">><</if>>\ <<nobr>> <<addclass 'body' $angelaLocationClass>> <</nobr>>\ \ \ <div style="text-align: center;"> <<if $lvlChica05 is 0>>\ <img src="./chicas/angela/00b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 1>>\ <img src="./chicas/angela/01b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 2>>\ <img src="./chicas/angela/02b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 3>>\ <img src="./chicas/angela/03b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 4>>\ <img src="./chicas/angela/04b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 5>>\ <img src="./chicas/angela/05b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 6>>\ <img src="./chicas/angela/06b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 7>>\ <img src="./chicas/angela/07b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 8>>\ <img src="./chicas/angela/08b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 9>>\ <img src="./chicas/angela/09b.png" style="max-height: 191px"><</if>>\ <<if $lvlChica05 is 10>>\ <img src="./chicas/angela/10b.png" style="max-height: 191px"><</if>>\ \ \ <<set $prog to $expeChica05>>\ <<set $AngelaGame to true>>\ <<set $max to $MaxExpeChica05>>\ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>>\ <<linkreplace "<div id='choice'><p>Start</p></div>">>\ <div id="1">\ <<include "game">>\ </div>\ <</linkreplace>> </div></div>
<<nobr>>\ <<set $expeChica05 to $pow>> <<if $expeChica05 gte $MaxExpeChica05>> <<set $lvlChica05 to $lvlChica05 += 1>> <<set $MaxExpeChica05 to ($MaxExpeChica05+10)>> <<set $pow to 0>><</if>><</nobr>>
<<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name == "Angela">> <<if _npc.currentLocation == "AngelaHouse">> <<set $house to true>> <<include "AngelaA">> <<else>> <div style="text-align: center;"><div class="frame"><br> <div class="text"><br> ''<<print _npc.name>>'' is at <<print _npc.currentLocation>> <br> <br> </div><br> </div></div> <</if>> <</if>> <</for>> <br> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a><</if>> <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a><</if>></div> <</nobr>> <<set $house to false>>
<<addclass 'body' 'angelabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/bj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $angelabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'angelabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $angelabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Angela"}>>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Angela">> <<set $angelaLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $angelaLocationClass>> <<set $talk to random(1,10)>> <<if $talk is 1>><div class="frame"><br> <div class="text"> <br> //You chatted with Angela today, so try not to come off as creepy.// <br> <br> </div> <br></div> <<elseif $talk is 2>><div class="frame"><br> <div class="text"> <br> //You talked to Angela today, so don't be too weird about it.// <br> <br> </div> <br></div> <<elseif $talk is 3>><div class="frame"><br> <div class="text"> <br> //You spoke with Angela today, so avoid being too intense.// <br> <br> </div> <br></div> <<elseif $talk is 4>><div class="frame"><br> <div class="text"> <br> //You had a conversation with Angela today, so try not to be too clingy.// <br> <br> </div> <br></div> <<elseif $talk is 5>><div class="frame"><br> <div class="text"> <br> //You talked to Angela today, so don’t act all spooky.// <br> <br> </div> <br></div> <<elseif $talk is 6>><div class="frame"><br> <div class="text"> <br> //You had a chat with Angela today, so don't come across as a weirdo.// <br> <br> </div> <br></div> <<elseif $talk is 7>><div class="frame"><br> <div class="text"> <br> //You talked to Angela today, so ease up on the creepiness.// <br> <br> </div> <br></div> <<elseif $talk is 8>><div class="frame"><br> <div class="text"> <br> //You spoke to Angela today, so don’t be too pushy.// <br> <br> </div> <br></div> <<elseif $talk is 9>><div class="frame"><br> <div class="text"> <br> //You had a word with Angela today, so avoid coming off as annoying.// <br> <br> </div> <br></div> <<elseif $talk is 10>><div class="frame"><br> <div class="text"> <br> //You talked to Angela today, so try not to be too overbearing.// <br> <br> </div> <br></div> <</if>> <</nobr>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>></div>
<<nobr>> <<set $miaLocation = { name: "Mia", Boton: false, schedule: function() { var locations = []; if ($currentDay === "Wednesday" || $currentDay === "Thursday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Bar"; } } if ($currentDay === "Wednesday" || $currentDay === "Thursday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '20:00', '21:59')) { return "Bar"; } } if ($lvlChica01 gte 2) { if ($currentDay === "Monday" || $currentDay === "Tuesday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Gym"; } } if ($currentDay === "Saturday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '12:00', '13:59')) { return "Gym"; } } if ($currentDay === "Tuesday" || $currentDay === "Thursday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Coffee"; } } if ($currentDay === "Monday" || $currentDay === "Wednesday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Park"; } } if ($currentDay === "Saturday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '08:00', '11:59')) { return "Park"; } } if ($currentDay === "Saturday") { if (isDateBetween($gameDate, '20:00', '23:59')) { return "NightClub"; } } if ($WorkDays.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '15:59')) { return "Work"; } } return "MiaHouse"; } } }>> <<if $miaLocation.schedule() is "MiaHouse">> <<set $atHome to true>><</if>> <<if $miaLocation.schedule() isnot "MiaHouse">> <<set $atHome to false>><</if>> <<set $rileyLocation = { name: "Riley", Boton: false, schedule: function() { var locations = []; if ($currentDay === "Friday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '20:00', '23:59')) { return "NightClub"; } } if ($lvlChica02 gte 2) { if ($WorkDays.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '15:59')) { return "Work"; } } if ($currentDay === "Tuesday" || $currentDay === "Friday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Bar"; } } if ($currentDay === "Tuesday" || $currentDay === "Thursday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Coffee"; } } if ($currentDay === "Sunday") { if (isDateBetween($gameDate, '20:00', '21:59')) { return "Coffee"; } } if ($currentDay === "Friday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Gym"; } } if ($currentDay === "Monday" || $currentDay === "Wednesday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Park"; } } if ($currentDay === "Saturday") { if (isDateBetween($gameDate, '10:00', '13:59')) { return "Park"; } } return "RileyHouse"; } } }>> <<if $rileyLocation.schedule() is "RileyHouse">> <<set $atHome to true>><</if>> <<if $rileyLocation.schedule() isnot "RileyHouse">> <<set $atHome to false>><</if>> <<set $lanaLocation = { name: "Lana", Boton: false, schedule: function() { var locations = []; if ($currentDay === "Tuesday" || $currentDay === "Thursday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Coffee"; } } if ($currentDay === "Tuesday" || $currentDay === "Thursday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Coffee"; } } if ($lvlChica03 gte 2) { if ($currentDay === "Tuesday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Bar"; } } if ($currentDay === "Tuesday" || $currentDay === "Thursday") { if (isDateBetween($gameDate, '14:00', '15:59')) { return "Gym"; } } if ($currentDay === "Wednesday" || $currentDay === "Saturday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '14:00', '15:59')) { return "Park"; } } if ($currentDay === "Friday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '22:00', '23:59')) { return "NightClub"; } } if ($WorkDays.includes($currentDay)) { if (isDateBetween($gameDate, '12:00', '13:59')) { return "Work"; } } if ($currentDay === "Monday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '14:00', '15:59')) { return "Work"; } } if ($currentDay === "Monday" || $currentDay === "Wednesday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Work"; } } if ($currentDay === "Monday" || $currentDay === "Wednesday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '20:00', '21:59')) { return "Work"; } } return "LanaHouse"; } this.Boton = false; } }>> <<set $meganLocation = { name: "Megan", Boton: false, schedule: function() { var locations = []; if ($day >= 7) { if ($currentDay === "Tuesday" || $currentDay === "Wednesday" || $currentDay === "Thursday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Kitchen"; } } if ($currentDay === "Monday") { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Living-Room"; } } if ($WorkDays.includes($currentDay) || $WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '20:00', '20:59')) { return "Living-Room"; } } if ($WorkDays.includes($currentDay) || $WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '20:00', '20:59')) { return "Living-Room"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Living-Room"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '12:00', '13:59')) { return "Living-Room"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Living-Room"; } } if ($currentDay === "Monday" || $currentDay === "Tuesday" || $currentDay === "Wednesday" || $currentDay === "Thursday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '21:00', '21:59')) { return "Living-Room"; } } if ($WorkDays.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '15:59')) { return "School"; } if (isDateBetween($gameDate, '16:00', '17:59')) { return "Cheerleader"; } } if ($currentDay === "Monday" || $currentDay === "Friday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Park"; } } if ($currentDay === "Tuesday" || $currentDay === "Thursday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '18:00', '20:59')) { return "Bar"; } } if ($currentDay === "Wednesday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Coffee"; } } if ($currentDay === "Friday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '22:00', '23:59')) { return "NightClub"; } } return "MeganBed"; } } }>> <<set $angelaLocation = { name: "Angela", Boton: false, schedule: function() { var locations = []; if ($WorkDays.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Living-Room"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '10:00', '11:59')) { return "Living-Room"; } } if ($WorkDays.includes($currentDay) || $WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '20:00', '20:59')) { return "Kitchen"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '08:00', '09:59')) { return "Kitchen"; } } if ($WeekEnd.includes($currentDay)) { if (isDateBetween($gameDate, '12:00', '15:59')) { return "Kitchen"; } } if ($lvlChica05 gte 2) { if ($currentDay === "Wednesday" || $currentDay === "Friday" || $currentDay === "Sunday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Bar"; } } if ($currentDay === "Monday" || $currentDay === "Wednesday" || $currentDay === "Friday") { if (isDateBetween($gameDate, '18:00', '19:59')) { return "Coffee"; } } if ($currentDay === "Monday" || $currentDay === "Tuesday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Gym"; } } if ($currentDay === "Thursday" || $currentDay === "Saturday") { if (isDateBetween($gameDate, '16:00', '17:59')) { return "Park"; } } } if ($lvlChica05 gte 2) { this.Boton = false; return "AngelaBed"; } } }>> <<set $npcs = [$miaLocation, $rileyLocation, $lanaLocation, $meganLocation, $angelaLocation]>> <<set $updateNPCLocations = function() { for (var i = 0; i < $npcs.length; i++) { var npc = $npcs[i]; npc.currentLocation = npc.schedule(); } }>> <</nobr>>
<<nobr>> <<if $lvlChica01 is 0>>@@#blinky; <<if $miaLocation.Boton is true>><<if $mia is true>> <a data-passage="MiaSpoke"><img src="./avt/MiaN.png" style="max-height: 150px"></a><<set $miaLocation.Boton = false>> <</if>><</if>> <<if $miaLocation.Boton is true>><<if $mia is false>> <a data-passage="MiaA"><img src="./avt/Mia.png" style="max-height: 150px"></a><<set $miaLocation.Boton = false>> <</if>><</if>>@@<</if>> <<if $miaLocation.Boton is true>><<if $mia is true>> <a data-passage="MiaSpoke"><img src="./avt/MiaN.png" style="max-height: 150px"></a><<set $miaLocation.Boton = false>> <</if>><</if>> <<if $miaLocation.Boton is true>><<if $mia is false>> <a data-passage="MiaA"><img src="./avt/Mia.png" style="max-height: 150px"></a><<set $miaLocation.Boton = false>> <</if>><</if>> <<if $lvlChica02 is 0>>@@#blinky; <<if $rileyLocation.Boton is true>><<if $riley is true>> <a data-passage="RileySpoke"><img src="./avt/RileyN.png" style="max-height: 150px"></a><<set $rileyLocation.Boton = false>> <</if>><</if>> <<if $rileyLocation.Boton is true>><<if $riley is false>> <a data-passage="RileyA"><img src="./avt/Riley.png" style="max-height: 150px"></a><<set $rileyLocation.Boton = false>> <</if>><</if>>@@<</if>> <<if $rileyLocation.Boton is true>><<if $riley is true>> <a data-passage="RileySpoke"><img src="./avt/RileyN.png" style="max-height: 150px"></a><<set $rileyLocation.Boton = false>> <</if>><</if>> <<if $rileyLocation.Boton is true>><<if $riley is false>> <a data-passage="RileyA"><img src="./avt/Riley.png" style="max-height: 150px"></a><<set $rileyLocation.Boton = false>> <</if>><</if>> <<if $lvlChica03 is 0>>@@#blinky; <<if $lanaLocation.Boton is true>><<if $lana is true>> <a data-passage="LanaSpoke"><img src="./avt/LanaN.png" style="max-height: 150px"></a><<set $lanaLocation.Boton = false>> <</if>><</if>> <<if $lanaLocation.Boton is true>><<if $lana is false>> <a data-passage="LanaA"><img src="./avt/Lana.png" style="max-height: 150px"></a><<set $lanaLocation.Boton = false>> <</if>><</if>>@@<</if>> <<if $lanaLocation.Boton is true>><<if $lana is true>> <a data-passage="LanaSpoke"><img src="./avt/LanaN.png" style="max-height: 150px"></a><<set $lanaLocation.Boton = false>> <</if>><</if>> <<if $lanaLocation.Boton is true>><<if $lana is false>> <a data-passage="LanaA"><img src="./avt/Lana.png" style="max-height: 150px"></a><<set $lanaLocation.Boton = false>> <</if>><</if>> <<if $lvlChica04 is 0>>@@#blinky; <<if $meganLocation.Boton is true>><<if $megan is true>> <a data-passage="MeganSpoke"><img src="./avt/MeganN.png" style="max-height: 150px"></a><<set $meganLocation.Boton = false>> <</if>><</if>> <<if $meganLocation.Boton is true>><<if $megan is false>> <a data-passage="MeganA"><img src="./avt/Megan.png" style="max-height: 150px"></a><<set $meganLocation.Boton = false>> <</if>><</if>>@@<</if>> <<if $meganLocation.Boton is true>><<if $megan is true>> <a data-passage="MeganSpoke"><img src="./avt/MeganN.png" style="max-height: 150px"></a><<set $meganLocation.Boton = false>> <</if>><</if>> <<if $meganLocation.Boton is true>><<if $megan is false>> <a data-passage="MeganA"><img src="./avt/Megan.png" style="max-height: 150px"></a><<set $meganLocation.Boton = false>> <</if>><</if>> <<if $lvlChica05 is 0>>@@#blinky; <<if $angelaLocation.Boton is true>><<if $angela is true>> <a data-passage="AngelaSpoke"><img src="./avt/AngelaN.png" style="max-height: 150px"></a><<set $angelaLocation.Boton = false>> <</if>><</if>> <<if $angelaLocation.Boton is true>><<if $angela is false>> <a data-passage="AngelaA"><img src="./avt/Angela.png" style="max-height: 150px"></a><<set $angelaLocation.Boton = false>> <</if>><</if>>@@<</if>> <<if $angelaLocation.Boton is true>><<if $angela is true>> <a data-passage="AngelaSpoke"><img src="./avt/AngelaN.png" style="max-height: 150px"></a><<set $angelaLocation.Boton = false>> <</if>><</if>> <<if $angelaLocation.Boton is true>><<if $angela is false>> <a data-passage="AngelaA"><img src="./avt/Angela.png" style="max-height: 150px"></a><<set $angelaLocation.Boton = false>> <</if>><</if>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "bedroom">>\ <a data-passage="Forced sleep"><img src="./btn/sleep.png" style="height: 100px"></a> <<if $day % 3 === 0>> @@#blinky;<<button [[To Do|To Do]]>><</button>>@@ <<else>>\ <<button [[To Do|To Do]]>><</button>><</if>> <<button [[Memories|mmrs]]>><</button>> <<button [[Music|Music]]>><</button>> <<button "Changelog">> <<run window.open("https://www.patreon.com/Nala23", "_blank")>> <</button>> ---------------------------- <<if !(isDateBetween($gameDate, '23:00', '07:59'))>>\ <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a><</if>> </div></div> <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "Kitchen">>\ <a data-passage="bedroom"><img src="./btn/chabon.png" style="height: 100px"></a> <<if $day gte 7>><a data-passage="MeganBed"><img src="./btn/meganbed.png" style="height: 100px"></a><</if>> <a data-passage="AngelaBed"><img src="./btn/angelabed.png" style="height: 100px"></a> <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <<set $tuto = true>> <div style="text-align: center;"> <<if isDateBetween($gameDate, '20:00', '23:59')>>\ <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a><</if>> <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a><</if>></div> </div></div>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "AngelaBed">>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a> </div></div>
<div class="frame"><div style="text-align: center;"><<set $PassageName to "MeganBed">>\ <<nobr>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.currentLocation === $PassageName>> <<set _npc.Boton = true>> <<include "MacroLocation">> <</if>> <</for>> <</nobr>> ---------------------------- <a data-passage="Living-Room"><img src="./btn/living-room.png" style="height: 100px"></a> </div></div>
<div class="frame"><div style="text-align: center;">\ Control: <<button "Play">><<playlist "PlayListRemix" play>><<playlist "PlayListRemix" volume 0.20>><<set $music to "Play">><<set $MusicPlay to true>><</button>> <<button "Pause">><<playlist "PlayListRemix" pause>><<set $music to "Pause">><<set $MusicPlay to false>><</button>> <<button "Stop">><<playlist "PlayListRemix" stop>><<set $music to "Stop">><<set $MusicPlay to false>><</button>> <<button "Shuffle">><<playlist "PlayListRemix" shuffle>><<playlist "PlayListRemix" stop>><<set $music to "Random">><<playlist "PlayListRemix" play>><<set $MusicPlay to true>><</button>> Volume: <<button "20%">><<playlist "PlayListRemix" volume 0.20>><<set $vol to "20%">><</button>> <<button "40%">><<playlist "PlayListRemix" volume 0.40>><<set $vol to "40%">><</button>> <<button "60%">><<playlist "PlayListRemix" volume 0.60>><<set $vol to "60%">><</button>> <<button "80%">><<playlist "PlayListRemix" volume 0.80>><<set $vol to "80%">><</button>> <<button "100%">><<playlist "PlayListRemix" volume 1>><<set $vol to "100%">><</button>> -------------------------------------- Music Status: ''$music'' at ''$vol'' volume. <a data-passage="bedroom"><img src="./btn/chabon.png" style="height: 100px"></a> </div></div>
<<nobr>> <<set $talk to random(1,10)>> <<if $talk is 1>> //You went to visit <<print _currentNPC.name>> at her place. Keep earning her trust.// <<elseif $talk is 2>> //You swung by <<print _currentNPC.name>>'s crib. Keep building that trust.// <<elseif $talk is 3>> //Visited <<print _currentNPC.name>> at her pad. Keep winning her over.// <<elseif $talk is 4>> //Dropped by <<print _currentNPC.name>>'s spot. Keep gaining her trust.// <<elseif $talk is 5>> //Went over to <<print _currentNPC.name>>'s place. Keep solidifying that trust.// <<elseif $talk is 6>> //Paid a visit to <<print _currentNPC.name>>'s place. Keep earning her faith.// <<elseif $talk is 7>> //Popped over to <<print _currentNPC.name>>'s crib. Keep building that rapport.// <<elseif $talk is 8>> //Checked in on <<print _currentNPC.name>> at her spot. Keep strengthening that trust.// <<elseif $talk is 9>> //Swung by <<print _currentNPC.name>>'s place. Keep proving yourself to her.// <<elseif $talk is 10>> //Made a stop at <<print _currentNPC.name>>'s pad. Keep earning her confidence.// <<endif>> <</nobr>>
<div class="frame"><div style="text-align: center;"> <div class="text"> You'll be charged the weekly rent first thing Monday morning. Make sure you have ''$250'' by Sunday night. If you can't pay the rent, Angela will get mad at you (''-2 Angela's relationship''). ---------------------------- <<nobr>> <<if $lvlChica01 lte 2>> Talk to ''Mia'' at the ''Bar''<br><</if>> <<if $lvlChica01 == 6>>Buy a ''Nurse Costume'' at the ''Sex-Shop''<br><</if>> <<if $lvlChica01 gte 7 && $lvlChica01 lte 9>> Get fun whit ''Mia''<br><</if>> <<if $lvlChica01 gte 1 && $lvlChica01 lte 9>> Keep seducing ''Mia''<br><</if>> <<if $lvlChica01 == 10>> You've reached the end of ''Mia's'' story for this update.<</if>> <</nobr>>\ ---------------------------- <<nobr>> <<if $lvlChica02 lte 2>> Talk to ''Riley'' at the ''Nightclub''<br><</if>> <<if $lvlChica02 == 5>>Buy a ''Dildo'' at the ''Sex-Shop''<br><</if>> <<if $lvlChica02 gte 6 && $lvlChica02 lte 9>> Get fun whit ''Riley''<br><</if>> <<if $lvlChica02 gte 7 >> Go see Riley with ''$1000'' (Repeatable).<br><</if>> <<if $lvlChica02 gte 1 && $lvlChica02 lte 9>> Keep seducing ''Riley''<br><</if>> <<if $lvlChica02 == 10>> You've reached the end of ''Riley's'' story for this update.<</if>> <</nobr>>\ ---------------------------- <<nobr>> <<if $lvlChica03 lte 2>> Talk to ''Lana'' at the ''Coffee''<br><</if>> <<if $lvlChica03 == 4>>Buy ''Fishnet Stockings'' at the ''Sex-Shop''<br><</if>> <<if $lvlChica03 gte 6 && $lvlChica03 lte 9>> Get fun whit ''Lana''<br><</if>> <<if $lvlChica03 gte 1 && $lvlChica03 lte 9>> Keep seducing ''Lana''<br><</if>> <<if $lvlChica03 == 10>> Go check on ''Lana'' at her place.<</if>> <<if $lvlChica03 == 11>> You've reached the end of ''Lana's'' story for this update.<</if>> <</nobr>>\ ---------------------------- <<nobr>> <<if $lvlChica04 == 0>> Talk to ''Megan''<br><</if>> <<if $lvlChica04 == 4>>Buy ''Digital Camera Pro'' at the ''E-Store''<br><</if>> <<if $lvlChica04 gte 7 && $lvlChica04 lte 9>> Get fun whit ''Megan''<br><</if>> <<if $lvlChica04 == 15>> Go see Megan with ''$400''<br><</if>> <<if $lvlChica04 gte 1 && $lvlChica04 lte 14>> Keep seducing ''Megan''<br><</if>> <<if $lvlChica04 == 16>> You've reached the end of ''Megan's'' story for this update.<</if>> <</nobr>>\ ---------------------------- <<nobr>> <<if $lvlChica05 == 0>> Talk to ''Angela''<br><</if>> <<if $lvlChica05 == 3>>Buy ''Sexy Lingerie'' at the ''Sex-Shop''<br><</if>> <<if $lvlChica05 gte 7 && $lvlChica05 lte 9>> Get fun whit ''Angela''<br><</if>> <<if $lvlChica05 gte 1 && $lvlChica05 lte 9>> Keep seducing ''Angela''<br><</if>> <<if $lvlChica05 == 10>> Go see ''Angela'' at the Living Room.<</if>> <<if $lvlChica05 == 11>> You've reached the end of ''Angela's'' story for this update.<</if>> <</nobr>>\ ---------------------------- Earn 🌳 by relaxing in the ''Park'' Earn 🕺🏻 by having fun at the ''Nightclub'' Earn 💪 by working out at the ''Gym'' Earn 👕 by buying ''Clothes'' Earn ❤️ by seducing ''Girls'' </div> <a data-passage="bedroom"><img src="./btn/chabon.png" style="height: 100px"></a> </div></div>
<div class="frame"><div style="text-align: center;">\ <div class="text"> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay muted poster="./img/loading.gif" src="./chicas/megan/vids/00.webm"></video> //The doorbell rings. When I open it, I see a girl at the door.// <<set $meganintro to false>> </div> <a data-passage="MeganA"><img src="./btn/living-room.png" style="height: 100px"></a> </div>
<div style="text-align: center;"><div class="frame"> <<nobr>> <<set $gif to random(1,6)>> <<if $gif is 1>> <img src="./img/gym/01.gif" style="max-width: 50%"><</if>> <<if $gif is 2>> <img src="./img/gym/02.gif" style="max-width: 50%"><</if>> <<if $gif is 3>> <img src="./img/gym/03.gif" style="max-width: 50%"><</if>> <<if $gif is 4>> <img src="./img/gym/04.gif" style="max-width: 50%"><</if>> <<if $gif is 5>> <img src="./img/gym/05.gif" style="max-width: 50%"><</if>> <<if $gif is 6>> <img src="./img/gym/06.gif" style="max-width: 50%"><</if>> <</nobr>>\ <<set $fit += 1>><<set $workout to true>> \ \ \ <<nobr>> <<set $talk to random(1,10)>> <div class="text"> <br> <<if $talk is 1>> //You hit the gym hard and gained// ''+1 💪'' <<elseif $talk is 2>> //Sweat session complete!// ''💪+1'' //for you!// <<elseif $talk is 3>> //Way to crush that workout!// ''💪+1'' //earned!// <<elseif $talk is 4>> //You worked up a sweat and gained// ''💪+1!'' <<elseif $talk is 5>> //Gym time paid off!// ''💪+1'' //for your efforts!// <<elseif $talk is 6>> //Nice workout! You’re// ''💪+1'' //stronger!// <<elseif $talk is 7>> //Fitness level up! You earned// ''💪+1'' <<elseif $talk is 8>> //You powered through your workout and gained// ''💪+1'' <<elseif $talk is 9>> //Great job at the gym!// ''💪+1'' //added!// <<elseif $talk is 10>> //You feel stronger after that workout!// ''💪+1'' <<endif>> <br> <br> </div> <</nobr>> \ \ <<button [[Back|Gym]]>><</button>></div> </div>
<<if !tags().includes("bbar")>>\ <div id="bottombar"><div id="bbblock"><div id="bbtext"> \ <<include stats>></div></div></div><</if>>
$rflx 🌳 ''|'' $charm 🕺🏻 ''|'' $fit 💪 ''|'' $looks 👕 ''|'' $sedx ❤️
<<set $PassageName to "Clothing">>\ <div style="text-align: center;"><div class="frame">\ <img src="./img/gym/00.gif" style="max-width: 80%"> \ \ \ <<nobr>><div class="text"><br> <<if $Scarf is false && $money gte 100>> <span style="display: inline-block; width: 200px;"> <<button [[Scarf|Clothing]]>> <<set $Scarf to true>><<set $money -= 100>><<set $looks += 1>> <</button>> </span> <span style="display: inline-block;">$100 ''+1'' 👕</span> <</if>> <<if $Scarf is true>> <span style="display: inline-block; width: 200px;">Scarf:</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Scarf is false && $money lt 100>> <span style="display: inline-block; width: 200px;">Scarf:</span> <span style="display: inline-block;">$100 ''+1'' 👕</span> <</if>> <br> <<if $Shirt is false && $money gte 200>> <span style="display: inline-block; width: 200px;"> <<button [[Shirt|Clothing]]>> <<set $Shirt to true>><<set $money -= 200>><<set $looks += 2>> <</button>> </span> <span style="display: inline-block;">$200 ''+2'' 👕</span> <</if>> <<if $Shirt is true>> <span style="display: inline-block; width: 200px;">Shirt</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Shirt is false && $money lt 200>> <span style="display: inline-block; width: 200px;">Shirt:</span> <span style="display: inline-block;">$200 ''+2'' 👕</span> <</if>> <br> <<if $Pants is false && $money gte 300>><br> <span style="display: inline-block; width: 200px;"> <<button [[Pants|Clothing]]>> <<set $Pants to true>><<set $money -= 300>><<set $looks += 3>> <</button>> </span> <span style="display: inline-block;">$300 ''+3'' 👕</span> <</if>> <<if $Pants is true>> <span style="display: inline-block; width: 200px;">Pants:</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Pants is false && $money lt 300>> <span style="display: inline-block; width: 200px;">Pants:</span> <span style="display: inline-block;">$300 ''+3'' 👕</span> <</if>> <br> <<if $Suit is false && $money gte 500>><br> <span style="display: inline-block; width: 200px;"> <<button [[Suit-jacket|Clothing]]>> <<set $Suit to true>><<set $money -= 500>><<set $looks += 5>> <</button>> </span> <span style="display: inline-block;">$500 ''+5'' 👕</span> <</if>> <<if $Suit is true>> <span style="display: inline-block; width: 200px;">Suit-jacket:</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Suit is false && $money lt 500>> <span style="display: inline-block; width: 200px;">Suit-jacket:</span> <span style="display: inline-block;">$500 ''+5'' 👕</span> <</if>> <br> <<if $Overcoat is false && $money gte 700>> <span style="display: inline-block; width: 200px;"> <<button [[Overcoat|Clothing]]>> <<set $Overcoat to true>><<set $money -= 700>><<set $looks += 7>> <</button>> </span> <span style="display: inline-block;">$700 ''+7'' 👕</span> <</if>> <<if $Overcoat is true>> <span style="display: inline-block; width: 200px;">Overcoat:</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Overcoat is false && $money lt 700>> <span style="display: inline-block; width: 200px;">Overcoat:</span> <span style="display: inline-block;">$700 ''+7'' 👕</span> <</if>> <br> <<if $Shoes is false && $money gte 900>> <span style="display: inline-block; width: 200px;"> <<button [[Shoes|Clothing]]>> <<set $Shoes to true>><<set $money -= 900>><<set $looks += 10>> <</button>> </span> <span style="display: inline-block;">$900 ''+10'' 👕</span> <</if>> <<if $Shoes is true>> <span style="display: inline-block; width: 200px;">Shoes:</span> <span style="display: inline-block;">''Bought''</span> <</if>> <<if $Shoes is false && $money lt 900>> <span style="display: inline-block; width: 200px;">Shoes:</span> <span style="display: inline-block;">$900 ''+10'' 👕</span> <</if>> <br> <br> </div><</nobr>> <<if !isDateBetween($gameDate, '08:00', '19:59')>>\\ <a data-passage="Street"><img src="./btn/streetn.png" style="height: 100px"></a><</if>>\ <<if isDateBetween($gameDate, '08:00', '19:59')>>\ <a data-passage="Street"><img src="./btn/streetd.png" style="height: 100px"></a><</if>> </div>
<div style="text-align: center;"><div class="frame"> <<nobr>> <<set $gif to random(1,6)>> <<if $gif is 1>> <img src="./img/cafe/01.gif" style="max-width: 50%"><</if>> <<if $gif is 2>> <img src="./img/cafe/02.gif" style="max-width: 50%"><</if>> <<if $gif is 3>> <img src="./img/cafe/03.gif" style="max-width: 50%"><</if>> <<if $gif is 4>> <img src="./img/cafe/04.gif" style="max-width: 50%"><</if>> <<if $gif is 5>> <img src="./img/cafe/05.gif" style="max-width: 50%"><</if>> <<if $gif is 6>> <img src="./img/cafe/06.gif" style="max-width: 50%"><</if>> <</nobr>>\ <<set $job += 1>><div class="text"> You've worked your shift and earned ''$ $moneyEarned''. <<if $penalty > 0>>\ You were docked ''$ $penalty for being late.''<</if>> </div> <<button [[Back|Coffee]]>><</button>></div> </div>
<<addclass 'body' 'angelabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,6)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/cs/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/cs/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/cs/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/hj/06.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $angelabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<addclass 'body' 'miabed'>><<addhours 1>>\ <div style="text-align: center;">\ <div class="frame">\ <<set $gif to random (1,7)>>\ <<if $gif is 1>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/01.webm"></video><</if>>\ <<if $gif is 2>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/02.webm"></video><</if>>\ <<if $gif is 3>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/03.webm"></video><</if>>\ <<if $gif is 4>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/04.webm"></video><</if>>\ <<if $gif is 5>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/05.webm"></video><</if>>\ <<if $gif is 6>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/06.webm"></video><</if>>\ <<if $gif is 7>>\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/mia/cs/07.webm"></video><</if>>\ \ \ \ \ <<set $sec = 30; _calcDone = false; setup.customStartTime = new Date().getTime()>></div>\ <<set $miabj to true>>\ \ <div style="text-align: center;"> <<include "streetbtn">> \ </div> </div>
<<playlist "PlayListRemix" stop>><<playlist "PlayListSeduc" shuffle>><<playlist "PlayListSeduc" play>>
<div style="text-align: center;">\ <<set _currentNPC = {name: "Riley"}>>\ <<nobr>> <<if $lvlChica02 gte 10>><<set $lvlChica02 to 10>><</if>> <<include "NPCLocations">> <<run $updateNPCLocations()>> <<for _npc range $npcs>> <<if _npc.name === "Riley">> <<set $rileyLocationClass to _npc.currentLocation.toLowerCase()>> <</if>> <</for>> <<addclass 'body' $rileyLocationClass>> <</nobr>>\ <div class="frame">\ <img src="./chicas/riley/07a.png" style="max-width: 30%"> <div class="text">\ //She tells you she's exhausted from work and needs to take a few days off, but she doesn't want to go alone because she'd get bored. Would you like to go with her?// <<button [[YES|vacations01]]>><<set $money -= 1000>><</button>> //Why not be a gentleman and invite her yourself! // (''-$1000'') <<button [[NO|Street]]>><<set $RileyGame to false>><</button>> //Just casually mention that it's a good idea for her to take a break, and play it cool. (This event will be available again the next time you see Riley and have ''$1000'' in your account.)// </div></div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/01.png" style="max-width: 100%"> <div class="text">\ //You take care of booking the tickets and a hotel stay for the// <<button [[weekend|vacations02]]>><</button>>. </div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/02.png" style="max-width: 100%"> <img src="./chicas/riley/event/01/04.png" style="max-width: 100%"> <div class="Riley"> Riley: So, what do you want to do for our first day here? Shall we explore the city or hit the beach?</div> <div class="text"> <<button [[City|vacations03]]>><</button>> <<button [[Beach|vacations04]]>><<set $Vacation1 to true>><</button>> </div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/05.png" style="max-width: 100%"> <div class="text">\ //You both spend a pleasant day exploring the city, taking in the sights and enjoying each other's company. // <img src="./chicas/riley/event/01/07.png" style="max-width: 100%"> <div class="text">\ //As the sun sets, you return to the hotel, tired but content.// <<button [[Sleep until the next day|vacations03b]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/06.png" style="max-width: 100%"> <div class="text">\ //As you arrive at the beach, Riley squeals with delight. The sun is shining, and the waves are crashing against the shore. You both spend the day soaking up the sun, playing in the water, and enjoying each other's company.// <img src="./chicas/riley/event/01/07.png" style="max-width: 100%"> <div class="text">\ //As the day comes to an end, you retire to your hotel room, exhausted but happy. And where is my reward? You say to her.// <<button [[Reward|vacations05]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/hj/03.webm"></video> <<button [[Finish|vacations06]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/cs/03.webm"></video> <<set $charm += 1>> ''+1 🕺'' </div> <<button [[Sleep until the next day|vacations07]]>><</button>></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/08.png" style="max-width: 100%"> <div class="text"> //Waking up with Riley in the hotel.// </div> <div class="Riley"> Riley: So, what've you got planned for today? </div> <div class="text"> <<button [[City|vacations10b]]>><</button>> <<button [[Beach|vacations10]]>><</button>> </div></div></div>
<div style="text-align: center;"><div class="frame">\ <img src="./chicas/riley/event/01/08b.png" style="max-width: 100%"> <div class="text"> //Waking up with Riley in the hotel.// </div> <div class="Riley"> Riley: So, what've you got planned for today? </div> <div class="text"> <<button [[let's go to the beach today|vacations08]]>><</button>> </div></div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/09.png" style="max-width: 100%"> <div class="text">\ //You arrive back at the beach with Riley, finding a spot to settle in. You head off to get some <<button [[Daikiris|vacations10]]>><</button>> to share with her.// </div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/10.png" style="max-width: 100%"> <div class="text">\ //Upon your return, you find Riley chatting with Melissa. Melissa is introduced as a friend of Riley's who happened to be visiting the same city. She mentioned earlier that she loves beaches and decided to come along for the day. Riley and Melissa seem to hit it off well, laughing and chatting comfortably in each other's company. Maybe it's the combo of Daikiri with the sun, plus Melissa being really hot, but the idea of a threesome with these two keeps swirling in your mind... Are you gonna ruin the vacation with Riley?//</div> Just <<button [[Enjoy|vacations10b]]>><</button>> the day. Hell, <<button [[go for it!|vacations11]]>><<set $Vacation2 to true>><</button>> </div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/10.png" style="max-width: 100%"> //You finally gather the courage and say: // <div class="You"> You: Hey guys, how about we make this a fun day and try something new? I think a threesome could be exciting for all of us.</div> //Riley looks at you with curiosity, then glances at Melissa. // <div class="Riley"> Riley: Hmm, I don't know... What do you think, Mel? Would you be up for it?</div> <div class="Melissa"> Melissa: Why not? It could be a fun experience.</div> <div class="text"> //The three of you head back to the hotel, excitement building as you anticipate what's to come. // <<button [[Hotel|vacations12]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <div class="Riley"> Riley: So, I will do it, but you're not going to fuck her. Deal?? </div> //Before you can think of anything to say...// <div class="Melissa"> Melissa: It's a deal for me, I'm a little nervous anyway. I don't know what to do. </div> <div class="Riley"> Riley: Oh don't worry honey, I'll tell you what to do with this guy. </div> <<set $charm += 1>>''+1 🕺'' <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/01.webm"></video> <<button [[Next|vacations13]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/02.webm"></video> <<button [[Next|vacations14]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/03.webm"></video> <<button [[Next|vacations15]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/04.webm"></video> <<button [[Next|vacations16]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/05.webm"></video> <<button [[Next|vacations17]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/riley/event/01/06.webm"></video> <<button [[Next|vacations18]]>><</button>> </div></div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/bye.jpg" style="max-width: 100%"> <img src="./chicas/riley/event/01/bye2.jpg" style="max-width: 100%"> <div class="Riley"> Riley: I'm glad we did this. It was fun and exciting. Too bad we have to go back</div> <div class="text"> //next morning, you and Riley leave the hotel...// </div> <img src="./chicas/riley/event/01/11.png" style="max-width: 100%"> <div class="text"> <<button [[Checking out of the hotel.|vacations19]]>><</button>> </div>
<div style="text-align: center;">\ <<set $gameDate.setUTCDate($gameDate.getUTCDate() - $gameDate.getUTCDay())>>\ <<set $currentDay to "Sunday">>\ <<set $gameDate.setUTCHours(23)>><<set $gameDate.setUTCMinutes(0)>>\ <div class="frame">\ <img src="./chicas/riley/event/01/12.png" style="max-width: 100%"> <div class="text">\ //This concludes the current event, but new opportunities for adventure may arise in future events. // </div> <<button [[End|bedroom]]>><</button>> </div>
<div style="text-align: center;">\ <div class="frame">\ <img src="./chicas/riley/event/01/10b.png" style="max-width: 100%"> <div class="text">\ //Both of you have an amazing day at the beach until the sun goes down. Then, after a quick hotel stop for a shower and clothes change, you invite her to dinner.// </div> <<button [[Time to hit the hay|vacations11b]]>><</button>> </div>
<div style="text-align: center;"><div class="frame">\ <img src="./chicas/riley/event/01/08b.png" style="max-width: 100%"> <div class="Riley"> Riley: I'm glad we did this. It was fun and exciting. Too bad we have to go back</div> <img src="./chicas/riley/event/01/11.png" style="max-width: 100%"> <div class="text">\ <<button [[Checking out of the hotel.|vacations19]]>><</button>> </div></div></div>
<div style="text-align: center;"><div class="frame">\ <div class="frame">\ ''FREE GAME, voluntary support.'' As a developer, I want you to enjoy the game without any restrictions. So, i decided to make it COMPLETELY FREE for all players! However, developing a game takes time and resources. That's why if you like my work and want to help me out, you can become a patron on Patreon to support the growth of the game without me being //forced// to block content. ---------------------------- ''Membership perks:'' As a member, you'll get: Unlimited and free access to updated content, news & notifications. The influence on game development through our polls and comments. And my eternal love ❤️ ---------------------------- <a href="https://www.patreon.com/nala23" target="_blank" data-patreon-widget-type="nothingames">[img["./img/nala.png"]]</a> <a href="https://www.patreon.com/nala23" target="_blank" data-patreon-widget-type="nothingames">[img["./img/patreon.png"]]</a> //''Whoa, so the game is totally free with no locked content at all?''// That's right! <<button [[Play for free!|Start2]]>><</button>> </div></div>
<div class="frame"><div style="text-align: center;">\ <div class="text"> ''How to Play:'' These emojis represent your flirtatious chat with the girls. You've got a limited time to seduce her, matching her interests. Just like in real life, right? <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./Tuto/tuto.mp4"></video> </div> <<button [[Got it!|Inicio]]>><</button>> </div></div>
<div style="text-align: center;"><div class="frame">\ <<button [[Back|bedroom]]>><</button>> ---------------------------- v1.01 ''Riley's special event: Vacatoions'' (Repeatable): A weekend getaway alone with her at the beach. //(To unlock this special event, you must have reached level 7 or higher trust, and have $1000 or more)// Fixed a bug that made you end up back with the same girl if you started a mini-game after 22:00, even if you then started the mini-game with someone else next day. Resized every image displayed above the mini-game. Now they all have the same size and there shouldn't be a need to scroll down to play. ---------------------------- </div></div>
<div class="text"> //You notice Lana soaking up the sun by the pool, like she's about to slather on some sunscreen. She sees you and winks at you to come over.// </div>\ ---------------------------- <<button [[You ask|Lana11A]]>> <<addhours 1>><</button>> her where she's lacking sunscreen. <<button [[You offer|Lana11B]]>> <<addhours 1>><</button>> to help her with the sunscreen in exchange for her returning the favor. \ <<set $video1 to false>>\ <<set $video2 to false>>\ <<set $video3 to false>>\ <<set $video4 to false>>\ <<set $video5 to false>>\
<div class="frame"><div style="text-align: center;">\ \ <img src="./chicas/lana/11b.jpg" style="max-width: 90%">\ <<speech "Lana">> Thanks, sweetie.<</speech>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div></div>\ <<include "streetbtn">>
<div class="frame"><div style="text-align: center;">\ \ <<if $video1 is false>> <<button [[Go ahead|Lana11B]]>> <<set $video1 to true>><</button>><</if>> \ <<if $video1 is true && $video2 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/lana/vids/11.webm"></video> <<button [[Go ahead|Lana11B]]>> <<set $video2 to true>><</button>><</if>> \ <<if $video2 is true && $video3 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/lana/vids/11-1.webm"></video> <<button [[Go ahead|Lana11B]]>> <<set $video3 to true>><</button>><</if>> \ <<if $video3 is true && $video4 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/lana/vids/11-2.webm"></video> <<button [[Go ahead|Lana11B]]>> <<set $video4 to true>><</button>><</if>> \ <<if $video4 is true && $video5 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/lana/vids/11-3.webm"></video> <<button [[Go ahead|Lana11B]]>> <<set $video5 to true>><</button>><</if>> \ <<if $video5 is true>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif" src="./chicas/lana/vids/11-4.webm"></video> <</if>>\ <<if $lvlChica03 eq 10>> <<set $lvlChica03 += 1>><<set $sedx += 1>>\ @@#blinky;''+1 ❤️''@@ <</if>>\ ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03 </div></div>\ <<include "streetbtn">> <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>
<div class="text"> //You head toward the living room and, glancing at the couch, see Angela half-naked watching a movie. You sat down beside her without even realizing it - what are you gonna do now?// </div>\ ---------------------------- You kiss her <<button [[neck|Angela11B]]>> <<addhours 1>><</button>> and whisper something suggestive. You caress her <<button [[arm|Angela11A]]>><<addhours 1>><</button>>and start talking to her about the movie. \ <<set $video1 to false>>\ <<set $video2 to false>>\ <<set $video3 to false>>\ <<set $video4 to false>>\
<div class="frame"><div style="text-align: center;">\ \ <img src="./chicas/angela/11a.png" style="max-width: 50%">\ <<speech "Angela">> It's late, babe, I'm gonna head to bed.<</speech>> ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 </div></div>\ <<include "streetbtn">>
<div class="frame"><div style="text-align: center;">\ \ <<if $video1 is false>> <<button [[Go ahead|Angela11B]]>> <<set $video1 to true>><</button>><</if>> <<if $video1 is true && $video2 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/11-1.webm"></video><</if>>\ \ <<if $video1 is true && $video2 is false>> <<button [[Go ahead|Angela11B]]>> <<set $video2 to true>><</button>><</if>> <<if $video2 is true && $video3 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/11-2.webm"></video><</if>>\ \ <<if $video2 is true && $video3 is false>> <<button [[Go ahead|Angela11B]]>> <<set $video3 to true>><</button>><</if>> <<if $video3 is true && $video4 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/11-3.webm"></video><</if>>\ \ <<if $video3 is true && $video4 is false>> <<button [[Go ahead|Angela11B]]>> <<set $video4 to true>><</button>><</if>> <<if $video4 is true>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/angela/vids/11-4.webm"></video><</if>>\ <<if $lvlChica05 eq 10>> <<set $lvlChica05 += 1>><<set $sedx += 1>>\ @@#blinky;''+1 ❤️''@@ <</if>>\ ''Angela'' Level: $lvlChica05 | Trust: $expeChica05 / $MaxExpeChica05 </div></div>\ <<include "streetbtn">> <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>
//Megan comes up to you, and looks at you with a sensual expression in her eyes. Her body language clearly conveys that she wants something from you.// <<speech "Megan">> Can you loan me some money? I saw a purse I really like, but I can't afford it.<</speech>> //Do you lend her ''$400?''// ---------------------------- <<speech "You">> A purse? You've got to be <<button [[kidding|Megan11A]]>><<addhours 1>><</button>>, I barely make rent, babe...<</speech>> <<speech "You">> You give her the <<button [[money|Megan11B]]>><<addhours 1>><</button>> and stroke her head. You know well that not only should you return the money, but also the //"favor"//, right?<</speech>> \ <<set $video1 to false>>\ <<set $video2 to false>>\ <<set $video3 to false>>\ <<set $video4 to false>>\
<div class="frame"><div style="text-align: center;">\ \ <<set $video1 to true>>\ <<if $video1 is true && $video2 is false>> <<speech "Megan">> By //"favor"//, do you mean this?<</speech>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/16-1.mp4"></video><</if>>\ \ <<if $video1 is true && $video2 is false>> <<button [[Yes...|Megan11B]]>> <<set $video2 to true>><</button>><</if>> <<if $video2 is true && $video3 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/16-2.mp4"></video><</if>>\ \ <<if $video2 is true && $video3 is false>> <<button [[Yes !|Megan11B]]>> <<set $video3 to true>><</button>><</if>> <<if $video3 is true && $video4 is false>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/16-3.mp4"></video><</if>>\ \ <<if $video3 is true && $video4 is false>> <<button [[YES!!!|Megan11B]]>> <<set $video4 to true>><</button>><</if>> <<if $video4 is true>> <video controls width="100%" border="1.5px solid #ffe6ff" autoplay loop muted poster="./img/loading.gif" src="./chicas/megan/vids/16-4.mp4"></video><</if>>\ <<if $lvlChica04 eq 15>> <<set $lvlChica04 += 1>><<set $sedx += 1>><<set $money -= 400>>\ @@#blinky;''+1 ❤️''@@ <</if>>\ ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div></div>\ <<include "streetbtn">> <<nobr>> <<script>> $(document).one(':passagerender', function (ev) { $(ev.content).find("#blinky").fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1).delay(50).fadeTo(500, 0).fadeTo(500, 1); setTimeout( function () { $(ev.content).find("#blinky").css("color", "blue"); }, 3200); }); <</script>> <</nobr>>
<div class="frame"><div style="text-align: center;">\ \ <img src="./chicas/megan/02.png" style="max-width: 30%">\ <<speech "Megan">> You barely make rent? Then why are you spending so much on clothes? I hope it's not to seduce young ladies.<</speech>> ''Megan'' Level: $lvlChica04 | Trust: $expeChica04 / $MaxExpeChica04 </div></div>\ <<include "streetbtn">>
<div style="text-align: center;"><div class="frame">\ Here you can see in grayscale if you still have scenes left to ''unlock''. If you're a Patreon, you can also ''replay'' the ones you've unlocked by clicking on them. </div></div>\ <<nobr>> <style> .image-container { display: flex; /* Usa flexbox para alinear las imágenes */ flex-wrap: wrap; /* Permite que las imágenes se ajusten en múltiples filas */ justify-content: center; /* Centra las imágenes horizontalmente */ } .image-glow { height: 100px; cursor: pointer; transition: box-shadow 0.01s ease; /* Efecto suave para el resplandor */ margin: 5px; /* Espacio entre imágenes */ } .image-glow:hover { box-shadow: 0 0 30px rgba(255, 0, 255, 1); /* Resplandor fucsia al pasar el cursor */ } #videoModal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 1000; justify-content: center; align-items: center; } #patreonModal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 1000; justify-content: center; align-items: center; } </style> <</nobr>> <div class="frame">\ \ \ \ \ \ <div style="text-align: center;">\ <button onclick="toggleImages('mia-images')">Mia Memories</button></div>\ <div id="mia-images" class="image-container-collapsible"> <div class="frame">\ <div class="image-container">\ <<if $lvlChica01 >= 4 && $CD5 is true>> <img src="./mmrs/mia01.jpg" class="image-glow" alt="Imagen 01" onclick="showModal('./chicas/mia/vids/01.webm')"> <<elseif ($lvlChica01 >= 4) && (not $CD5)>> <img src="./mmrs/mia01.jpg" class="image-glow" alt="Imagen 01" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia01n.jpg" class="image-glow" alt="Imagen 01n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 5 && $CD5 is true>> <img src="./mmrs/mia02.jpg" class="image-glow" alt="Imagen 02" onclick="showModal('./chicas/mia/vids/02.webm')"> <<elseif ($lvlChica01 >= 5) && (not $CD5)>> <img src="./mmrs/mia02.jpg" class="image-glow" alt="Imagen 02" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia02n.jpg" class="image-glow" alt="Imagen 02n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 6 && $CD5 is true>> <img src="./mmrs/mia03.jpg" class="image-glow" alt="Imagen 03" onclick="showModal('./chicas/mia/vids/03.webm')"> <<elseif ($lvlChica01 >= 6) && (not $CD5)>> <img src="./mmrs/mia03.jpg" class="image-glow" alt="Imagen 03" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia03n.jpg" class="image-glow" alt="Imagen 03n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 7 && $CD5 is true>> <img src="./mmrs/mia04.jpg" class="image-glow" alt="Imagen 04" onclick="showModal('./chicas/mia/vids/04.webm')"> <img src="./mmrs/mia04b.jpg" class="image-glow" alt="Imagen 04b" onclick="showModal('./chicas/mia/vids/04b.webm')"> <<elseif ($lvlChica01 >= 7) && (not $CD5)>> <img src="./mmrs/mia04.jpg" class="image-glow" alt="Imagen 04" onclick="showPatreonModal()"> <img src="./mmrs/mia04b.jpg" class="image-glow" alt="Imagen 04b" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia04n.jpg" class="image-glow" alt="Imagen 04n" onclick="showPatreonModal()"> <img src="./mmrs/mia04bn.jpg" class="image-glow" alt="Imagen 04bn" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 8 && $CD5 is true>> <img src="./mmrs/mia05.jpg" class="image-glow" alt="Imagen 05" onclick="showModal('./chicas/mia/vids/05.webm')"> <img src="./mmrs/mia05b.jpg" class="image-glow" alt="Imagen 05b" onclick="showModal('./chicas/mia/vids/05b.webm')"> <<elseif ($lvlChica01 >= 8) && (not $CD5)>> <img src="./mmrs/mia05.jpg" class="image-glow" alt="Imagen 05" onclick="showPatreonModal()"> <img src="./mmrs/mia05b.jpg" class="image-glow" alt="Imagen 05b" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia05n.jpg" class="image-glow" alt="Imagen 05n" onclick="showPatreonModal()"> <img src="./mmrs/mia05bn.jpg" class="image-glow" alt="Imagen 05bn" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 9 && $CD5 is true>> <img src="./mmrs/mia06.jpg" class="image-glow" alt="Imagen 06" onclick="showModal('./chicas/mia/vids/06.webm')"> <<elseif ($lvlChica01 >= 9) && (not $CD5)>> <img src="./mmrs/mia06.jpg" class="image-glow" alt="Imagen 06" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia06n.jpg" class="image-glow" alt="Imagen 06n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica01 >= 10 && $CD5 is true>> <img src="./mmrs/mia07.jpg" class="image-glow" alt="Imagen 07" onclick="showModal('./chicas/mia/vids/07.webm')"> <img src="./mmrs/mia07b.jpg" class="image-glow" alt="Imagen 07b" onclick="showModal('./chicas/mia/vids/07b.webm')"> <img src="./mmrs/mia07c.jpg" class="image-glow" alt="Imagen 07c" onclick="showModal('./chicas/mia/vids/07c.webm')"> <<elseif ($lvlChica01 >= 10) && (not $CD5)>> <img src="./mmrs/mia07.jpg" class="image-glow" alt="Imagen 07" onclick="showPatreonModal()"> <img src="./mmrs/mia07b.jpg" class="image-glow" alt="Imagen 07b" onclick="showPatreonModal()"> <img src="./mmrs/mia07c.jpg" class="image-glow" alt="Imagen 07c" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/mia07n.jpg" class="image-glow" alt="Imagen 07n" onclick="showPatreonModal()"> <img src="./mmrs/mia07bn.jpg" class="image-glow" alt="Imagen 07bn" onclick="showPatreonModal()"> <img src="./mmrs/mia07cn.jpg" class="image-glow" alt="Imagen 07cn" onclick="showPatreonModal()"> <</if>> </div></div></div>\ \ \ \ \ \ <div style="text-align: center;">\ <button onclick="toggleImages('riley-images')">Riley Memories</button> </div>\ <div id="riley-images" class="image-container-collapsible"> <div class="frame">\ <div class="image-container">\ <<if $lvlChica02 >= 4 && $CD5 is true>> <img src="./mmrs/riley04.jpg" class="image-glow" alt="Imagen 04" onclick="showModal('./chicas/riley/vids/04.webm')"> <<elseif ($lvlChica02 >= 4) && (not $CD5)>> <img src="./mmrs/riley04.jpg" class="image-glow" alt="Imagen 04" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley04n.jpg" class="image-glow" alt="Imagen 04n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 5 && $CD5 is true>> <img src="./mmrs/riley05.jpg" class="image-glow" alt="Imagen 05" onclick="showModal('./chicas/riley/vids/05.webm')"> <<elseif ($lvlChica02 >= 5) && (not $CD5)>> <img src="./mmrs/riley05.jpg" class="image-glow" alt="Imagen 05" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley05n.jpg" class="image-glow" alt="Imagen 05n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 6 && $CD5 is true>> <img src="./mmrs/riley06.jpg" class="image-glow" alt="Imagen 06" onclick="showModal('./chicas/riley/vids/06.webm')"> <<elseif ($lvlChica02 >= 6) && (not $CD5)>> <img src="./mmrs/riley06.jpg" class="image-glow" alt="Imagen 06" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley06n.jpg" class="image-glow" alt="Imagen 06n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 7 && $CD5 is true>> <img src="./mmrs/riley07.jpg" class="image-glow" alt="Imagen 07" onclick="showModal('./chicas/riley/vids/07.webm')"> <<elseif ($lvlChica02 >= 7) && (not $CD5)>> <img src="./mmrs/riley07.jpg" class="image-glow" alt="Imagen 07" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley07n.jpg" class="image-glow" alt="Imagen 07n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 8 && $CD5 is true>> <img src="./mmrs/riley08.jpg" class="image-glow" alt="Imagen 08" onclick="showModal('./chicas/riley/vids/08.webm')"> <<elseif ($lvlChica02 >= 8) && (not $CD5)>> <img src="./mmrs/riley08.jpg" class="image-glow" alt="Imagen 08" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley08n.jpg" class="image-glow" alt="Imagen 08n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 9 && $CD5 is true>> <img src="./mmrs/riley09.jpg" class="image-glow" alt="Imagen 09" onclick="showModal('./chicas/riley/vids/09.webm')"> <<elseif ($lvlChica02 >= 9) && (not $CD5)>> <img src="./mmrs/riley09.jpg" class="image-glow" alt="Imagen 09" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley09n.jpg" class="image-glow" alt="Imagen 09n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica02 >= 10 && $CD5 is true>> <img src="./mmrs/riley10.jpg" class="image-glow" alt="Imagen 10" onclick="showModal('./chicas/riley/vids/10.webm')"> <<elseif ($lvlChica02 >= 10) && (not $CD5)>> <img src="./mmrs/riley10.jpg" class="image-glow" alt="Imagen 10" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley10n.jpg" class="image-glow" alt="Imagen 10n" onclick="showPatreonModal()"><br> <</if>> <div style="width: 100%; margin-top: 20px; font-weight: bold; text-align: center;">\ Special Event: ''Vacations:'' </div>\ <<if $Vacation1 is true && $CD5 is true>> <img src="./mmrs/riley01f.jpg" class="image-glow" alt="Imagen 01" onclick="showModal('./chicas/riley/hj/03.webm')"> <img src="./mmrs/riley02f.jpg" class="image-glow" alt="Imagen 02" onclick="showModal('./chicas/riley/cs/03.webm')"> <<elseif ($Vacation1 is true) && (not $CD5)>> <img src="./mmrs/riley01f.jpg" class="image-glow" alt="Imagen 01" onclick="showPatreonModal()"> <img src="./mmrs/riley02f.jpg" class="image-glow" alt="Imagen 02" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley01fn.jpg" class="image-glow" alt="Imagen 01n" onclick="showPatreonModal()"> <img src="./mmrs/riley02fn.jpg" class="image-glow" alt="Imagen 02n" onclick="showPatreonModal()"> <</if>> <!-- Segundo día del evento especial (Vacation2) --> <<if $Vacation2 is true && $CD5 is true>> <img src="./mmrs/riley01e.jpg" class="image-glow" alt="Imagen 01" onclick="showModal('./chicas/riley/event/01/01.mp4')"> <img src="./mmrs/riley02e.jpg" class="image-glow" alt="Imagen 02" onclick="showModal('./chicas/riley/event/01/02.mp4')"> <img src="./mmrs/riley03e.jpg" class="image-glow" alt="Imagen 03" onclick="showModal('./chicas/riley/event/01/03.mp4')"> <img src="./mmrs/riley04e.jpg" class="image-glow" alt="Imagen 04" onclick="showModal('./chicas/riley/event/01/04.mp4')"> <img src="./mmrs/riley05e.jpg" class="image-glow" alt="Imagen 05" onclick="showModal('./chicas/riley/event/01/05.mp4')"> <img src="./mmrs/riley06e.jpg" class="image-glow" alt="Imagen 06" onclick="showModal('./chicas/riley/event/01/06.mp4')"> <<elseif ($Vacation2 is true) && (not $CD5)>> <img src="./mmrs/riley01e.jpg" class="image-glow" alt="Imagen 01" onclick="showPatreonModal()"> <img src="./mmrs/riley02e.jpg" class="image-glow" alt="Imagen 02" onclick="showPatreonModal()"> <img src="./mmrs/riley03e.jpg" class="image-glow" alt="Imagen 03" onclick="showPatreonModal()"> <img src="./mmrs/riley04e.jpg" class="image-glow" alt="Imagen 04" onclick="showPatreonModal()"> <img src="./mmrs/riley05e.jpg" class="image-glow" alt="Imagen 05" onclick="showPatreonModal()"> <img src="./mmrs/riley06e.jpg" class="image-glow" alt="Imagen 06" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/riley01en.jpg" class="image-glow" alt="Imagen 01n" onclick="showPatreonModal()"> <img src="./mmrs/riley02en.jpg" class="image-glow" alt="Imagen 02n" onclick="showPatreonModal()"> <img src="./mmrs/riley03en.jpg" class="image-glow" alt="Imagen 03n" onclick="showPatreonModal()"> <img src="./mmrs/riley04en.jpg" class="image-glow" alt="Imagen 04n" onclick="showPatreonModal()"> <img src="./mmrs/riley05en.jpg" class="image-glow" alt="Imagen 05n" onclick="showPatreonModal()"> <img src="./mmrs/riley06en.jpg" class="image-glow" alt="Imagen 06n" onclick="showPatreonModal()"> <</if>> </div></div></div>\ \ \ \ \ <div style="text-align: center;">\ <button onclick="toggleImages('lana-images')">Lana Memories</button> </div>\ <div id="lana-images" class="image-container-collapsible"> <div class="frame">\ <div class="image-container">\ <<if $lvlChica03 >= 4 && $CD5 is true>> <img src="./mmrs/lana04.jpg" class="image-glow" alt="Imagen 04" onclick="showModal('./chicas/lana/vids/04.webm')"> <<elseif ($lvlChica03 >= 4) && (not $CD5)>> <img src="./mmrs/lana04.jpg" class="image-glow" alt="Imagen 04" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana04n.jpg" class="image-glow" alt="Imagen 04n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 5 && $CD5 is true>> <img src="./mmrs/lana05.jpg" class="image-glow" alt="Imagen 05" onclick="showModal('./chicas/lana/vids/05.webm')"> <<elseif ($lvlChica03 >= 5) && (not $CD5)>> <img src="./mmrs/lana05.jpg" class="image-glow" alt="Imagen 05" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana05n.jpg" class="image-glow" alt="Imagen 05n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 6 && $CD5 is true>> <img src="./mmrs/lana06.jpg" class="image-glow" alt="Imagen 06" onclick="showModal('./chicas/lana/vids/06.webm')"> <<elseif ($lvlChica03 >= 6) && (not $CD5)>> <img src="./mmrs/lana06.jpg" class="image-glow" alt="Imagen 06" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana06n.jpg" class="image-glow" alt="Imagen 06n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 7 && $CD5 is true>> <img src="./mmrs/lana07.jpg" class="image-glow" alt="Imagen 07" onclick="showModal('./chicas/lana/vids/07.webm')"> <<elseif ($lvlChica03 >= 7) && (not $CD5)>> <img src="./mmrs/lana07.jpg" class="image-glow" alt="Imagen 07" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana07n.jpg" class="image-glow" alt="Imagen 07n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 8 && $CD5 is true>> <img src="./mmrs/lana08.jpg" class="image-glow" alt="Imagen 08" onclick="showModal('./chicas/lana/vids/08.webm')"> <<elseif ($lvlChica03 >= 8) && (not $CD5)>> <img src="./mmrs/lana08.jpg" class="image-glow" alt="Imagen 08" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana08n.jpg" class="image-glow" alt="Imagen 08n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 9 && $CD5 is true>> <img src="./mmrs/lana09.jpg" class="image-glow" alt="Imagen 09" onclick="showModal('./chicas/lana/vids/09.webm')"> <<elseif ($lvlChica03 >= 9) && (not $CD5)>> <img src="./mmrs/lana09.jpg" class="image-glow" alt="Imagen 09" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana09n.jpg" class="image-glow" alt="Imagen 09n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 10 && $CD5 is true>> <img src="./mmrs/lana10.jpg" class="image-glow" alt="Imagen 10" onclick="showModal('./chicas/lana/vids/10.webm')"> <<elseif ($lvlChica03 >= 10) && (not $CD5)>> <img src="./mmrs/lana10.jpg" class="image-glow" alt="Imagen 10" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana10n.jpg" class="image-glow" alt="Imagen 10n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 10 && $CD5 is true>> <img src="./mmrs/lana10b.jpg" class="image-glow" alt="Imagen 10b" onclick="showModal('./chicas/lana/vids/10b.webm')"> <<elseif ($lvlChica03 >= 10) && (not $CD5)>> <img src="./mmrs/lana10b.jpg" class="image-glow" alt="Imagen 10b" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana10bn.jpg" class="image-glow" alt="Imagen 10bn" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 10 && $CD5 is true>> <img src="./mmrs/lana10c.jpg" class="image-glow" alt="Imagen 10c" onclick="showModal('./chicas/lana/vids/10c.webm')"> <<elseif ($lvlChica03 >= 10) && (not $CD5)>> <img src="./mmrs/lana10c.jpg" class="image-glow" alt="Imagen 10c" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana10cn.jpg" class="image-glow" alt="Imagen 10cn" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 10 && $CD5 is true>> <img src="./mmrs/lana10d.jpg" class="image-glow" alt="Imagen 10d" onclick="showModal('./chicas/lana/vids/10d.webm')"> <<elseif ($lvlChica03 >= 10) && (not $CD5)>> <img src="./mmrs/lana10d.jpg" class="image-glow" alt="Imagen 10d" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana10dn.jpg" class="image-glow" alt="Imagen 10dn" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 11 && $CD5 is true>> <img src="./mmrs/lana11.jpg" class="image-glow" alt="Imagen 11" onclick="showModal('./chicas/lana/vids/11-1.webm')"> <<elseif ($lvlChica03 >= 11) && (not $CD5)>> <img src="./mmrs/lana11.jpg" class="image-glow" alt="Imagen 11" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana11n.jpg" class="image-glow" alt="Imagen 11n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 11 && $CD5 is true>> <img src="./mmrs/lana11-1.jpg" class="image-glow" alt="Imagen 11-1" onclick="showModal('./chicas/lana/vids/11-1.webm')"> <<elseif ($lvlChica03 >= 11) && (not $CD5)>> <img src="./mmrs/lana11-1.jpg" class="image-glow" alt="Imagen 11-1" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana11-1n.jpg" class="image-glow" alt="Imagen 11-1n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 11 && $CD5 is true>> <img src="./mmrs/lana11-2.jpg" class="image-glow" alt="Imagen 11-2" onclick="showModal('./chicas/lana/vids/11-2.webm')"> <<elseif ($lvlChica03 >= 11) && (not $CD5)>> <img src="./mmrs/lana11-2.jpg" class="image-glow" alt="Imagen 11-2" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana11-2n.jpg" class="image-glow" alt="Imagen 11-2n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 11 && $CD5 is true>> <img src="./mmrs/lana11-3.jpg" class="image-glow" alt="Imagen 11-3" onclick="showModal('./chicas/lana/vids/11-3.webm')"> <<elseif ($lvlChica03 >= 11) && (not $CD5)>> <img src="./mmrs/lana11-3.jpg" class="image-glow" alt="Imagen 11-3" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana11-3n.jpg" class="image-glow" alt="Imagen 11-3n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica03 >= 11 && $CD5 is true>> <img src="./mmrs/lana11-4.jpg" class="image-glow" alt="Imagen 11-3" onclick="showModal('./chicas/lana/vids/11-4.webm')"> <<elseif ($lvlChica03 >= 11) && (not $CD5)>> <img src="./mmrs/lana11-4.jpg" class="image-glow" alt="Imagen 11-3" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/lana11-4n.jpg" class="image-glow" alt="Imagen 11-3n" onclick="showPatreonModal()"> <</if>> </div></div></div>\ \ \ \ \ <div style="text-align: center;">\ <button onclick="toggleImages('megan-images')">Megan Memories</button></div>\ <div id="megan-images" class="image-container-collapsible"> <div class="frame">\ <div class="image-container">\ <<if $lvlChica04 >= 7 && $CD5 is true>> <img src="./mmrs/megan07.jpg" class="image-glow" alt="Imagen 07" onclick="showModal('./chicas/megan/vids/07.webm')"> <<elseif ($lvlChica04 >= 7) && (not $CD5)>> <img src="./mmrs/megan07.jpg" class="image-glow" alt="Imagen 07" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan07n.jpg" class="image-glow" alt="Imagen 07n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 8 && $CD5 is true>> <img src="./mmrs/megan08.jpg" class="image-glow" alt="Imagen 08" onclick="showModal('./chicas/megan/vids/08.webm')"> <<elseif ($lvlChica04 >= 8) && (not $CD5)>> <img src="./mmrs/megan08.jpg" class="image-glow" alt="Imagen 08" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan08n.jpg" class="image-glow" alt="Imagen 08n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 9 && $CD5 is true>> <img src="./mmrs/megan09.jpg" class="image-glow" alt="Imagen 09" onclick="showModal('./chicas/megan/vids/09.webm')"> <<elseif ($lvlChica04 >= 9) && (not $CD5)>> <img src="./mmrs/megan09.jpg" class="image-glow" alt="Imagen 09" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan09n.jpg" class="image-glow" alt="Imagen 09n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 10 && $CD5 is true>> <img src="./mmrs/megan10.jpg" class="image-glow" alt="Imagen 10" onclick="showModal('./chicas/megan/vids/10.webm')"> <<elseif ($lvlChica04 >= 10) && (not $CD5)>> <img src="./mmrs/megan10.jpg" class="image-glow" alt="Imagen 10" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan10n.jpg" class="image-glow" alt="Imagen 10n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 11 && $CD5 is true>> <img src="./mmrs/megan11.jpg" class="image-glow" alt="Imagen 11" onclick="showModal('./chicas/megan/vids/11a.webm')"> <<elseif ($lvlChica04 >= 11) && (not $CD5)>> <img src="./mmrs/megan11.jpg" class="image-glow" alt="Imagen 11" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan11n.jpg" class="image-glow" alt="Imagen 11n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 11 && $CD5 is true>> <img src="./mmrs/megan11b.jpg" class="image-glow" alt="Imagen 11" onclick="showModal('./chicas/megan/vids/11b.webm')"> <<elseif ($lvlChica04 >= 11) && (not $CD5)>> <img src="./mmrs/megan11b.jpg" class="image-glow" alt="Imagen 11" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan11bn.jpg" class="image-glow" alt="Imagen 11n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 12 && $CD5 is true>> <img src="./mmrs/megan12b.jpg" class="image-glow" alt="Imagen 12" onclick="showModal('./chicas/megan/vids/12.webm')"> <<elseif ($lvlChica04 >= 12) && (not $CD5)>> <img src="./mmrs/megan12b.jpg" class="image-glow" alt="Imagen 12" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan12bn.jpg" class="image-glow" alt="Imagen 12n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 13 && $CD5 is true>> <img src="./mmrs/megan13.jpg" class="image-glow" alt="Imagen 13" onclick="showModal('./chicas/megan/vids/13.webm')"> <<elseif ($lvlChica04 >= 13) && (not $CD5)>> <img src="./mmrs/megan13.jpg" class="image-glow" alt="Imagen 13" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan13n.jpg" class="image-glow" alt="Imagen 13n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 14 && $CD5 is true>> <img src="./mmrs/megan14.jpg" class="image-glow" alt="Imagen 14" onclick="showModal('./chicas/megan/vids/14.webm')"> <<elseif ($lvlChica04 >= 14) && (not $CD5)>> <img src="./mmrs/megan14.jpg" class="image-glow" alt="Imagen 14" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan14n.jpg" class="image-glow" alt="Imagen 14n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 15 && $CD5 is true>> <img src="./mmrs/megan15.jpg" class="image-glow" alt="Imagen 15" onclick="showModal('./chicas/megan/vids/15.webm')"> <<elseif ($lvlChica04 >= 15) && (not $CD5)>> <img src="./mmrs/megan15.jpg" class="image-glow" alt="Imagen 15" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan15n.jpg" class="image-glow" alt="Imagen 15n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 16 && $CD5 is true>> <img src="./mmrs/megan16-1.jpg" class="image-glow" alt="Imagen 16" onclick="showModal('./chicas/megan/vids/16-1.webm')"> <<elseif ($lvlChica04 >= 16) && (not $CD5)>> <img src="./mmrs/megan16-1.jpg" class="image-glow" alt="Imagen 16" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan16-1n.jpg" class="image-glow" alt="Imagen 16n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 16 && $CD5 is true>> <img src="./mmrs/megan16-2.jpg" class="image-glow" alt="Imagen 16" onclick="showModal('./chicas/megan/vids/16-2.webm')"> <<elseif ($lvlChica04 >= 16) && (not $CD5)>> <img src="./mmrs/megan16-2.jpg" class="image-glow" alt="Imagen 16" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan16-2n.jpg" class="image-glow" alt="Imagen 16n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 16 && $CD5 is true>> <img src="./mmrs/megan16-3.jpg" class="image-glow" alt="Imagen 16" onclick="showModal('./chicas/megan/vids/16-3.webm')"> <<elseif ($lvlChica04 >= 16) && (not $CD5)>> <img src="./mmrs/megan16-3.jpg" class="image-glow" alt="Imagen 16" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan16-3n.jpg" class="image-glow" alt="Imagen 16n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica04 >= 16 && $CD5 == true>> <img src="./mmrs/megan16-4.jpg" class="image-glow" alt="Imagen 16" onclick="showModal('./chicas/megan/vids/16-4.webm')"> <<elseif ($lvlChica04 >= 16) && (not $CD5)>> <img src="./mmrs/megan16-4.jpg" class="image-glow" alt="Imagen 16" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/megan16-4n.jpg" class="image-glow" alt="Imagen 16n" onclick="showPatreonModal()"> <</if>> </div></div></div>\ \ \ \ \ <div style="text-align: center;">\ <button onclick="toggleImages('angela-images')">Angela Memories</button> </div>\ <div id="angela-images" class="image-container-collapsible"> <div class="frame">\ <div class="image-container">\ <<if $lvlChica05 >= 4 && $CD5 is true>> <img src="./mmrs/angela04.jpg" class="image-glow" alt="Imagen 04" onclick="showModal('./chicas/angela/vids/04.webm')"> <<elseif ($lvlChica05 >= 4) && (not $CD5)>> <img src="./mmrs/angela04.jpg" class="image-glow" alt="Imagen 04" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela04n.jpg" class="image-glow" alt="Imagen 04n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 5 && $CD5 is true>> <img src="./mmrs/angela05.jpg" class="image-glow" alt="Imagen 05" onclick="showModal('./chicas/angela/vids/05.webm')"> <<elseif ($lvlChica05 >= 5) && (not $CD5)>> <img src="./mmrs/angela05.jpg" class="image-glow" alt="Imagen 05" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela05n.jpg" class="image-glow" alt="Imagen 05n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 6 && $CD5 is true>> <img src="./mmrs/angela06.jpg" class="image-glow" alt="Imagen 06" onclick="showModal('./chicas/angela/vids/06.webm')"> <<elseif ($lvlChica05 >= 6) && (not $CD5)>> <img src="./mmrs/angela06.jpg" class="image-glow" alt="Imagen 06" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela06n.jpg" class="image-glow" alt="Imagen 06n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 7 && $CD5 is true>> <img src="./mmrs/angela07.jpg" class="image-glow" alt="Imagen 07" onclick="showModal('./chicas/angela/vids/07.webm')"> <<elseif $lvlChica05 >= 7 && (not $CD5)>> <img src="./mmrs/angela07.jpg" class="image-glow" alt="Imagen 07" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela07n.jpg" class="image-glow" alt="Imagen 07n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 8 && $CD5 is true>> <img src="./mmrs/angela08.jpg" class="image-glow" alt="Imagen 08" onclick="showModal('./chicas/angela/vids/08.webm')"> <<elseif ($lvlChica05 >= 8) && (not $CD5)>> <img src="./mmrs/angela08.jpg" class="image-glow" alt="Imagen 08" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela08n.jpg" class="image-glow" alt="Imagen 08n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 9 && $CD5 is true>> <img src="./mmrs/angela09.jpg" class="image-glow" alt="Imagen 09" onclick="showModal('./chicas/angela/vids/09.webm')"> <<elseif ($lvlChica05 >= 9) && (not $CD5)>> <img src="./mmrs/angela09.jpg" class="image-glow" alt="Imagen 09" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela09n.jpg" class="image-glow" alt="Imagen 09n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 10 && $CD5 is true>> <img src="./mmrs/angela10.jpg" class="image-glow" alt="Imagen 10" onclick="showModal('./chicas/angela/vids/10.webm')"> <<elseif ($lvlChica05 >= 10) && (not $CD5)>> <img src="./mmrs/angela10.jpg" class="image-glow" alt="Imagen 10" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela10n.jpg" class="image-glow" alt="Imagen 10n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 11 && $CD5 is true>> <img src="./mmrs/angela11-1.jpg" class="image-glow" alt="Imagen 11-1" onclick="showModal('./chicas/angela/vids/11-1.webm')"> <<elseif ($lvlChica05 >= 11) && (not $CD5)>> <img src="./mmrs/angela11-1.jpg" class="image-glow" alt="Imagen 11-1" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela11-1n.jpg" class="image-glow" alt="Imagen 11-1n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 11 && $CD5 is true>> <img src="./mmrs/angela11-2.jpg" class="image-glow" alt="Imagen 11-2" onclick="showModal('./chicas/angela/vids/11-2.webm')"> <<elseif ($lvlChica05 >= 11) && (not $CD5)>> <img src="./mmrs/angela11-2.jpg" class="image-glow" alt="Imagen 11-2" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela11-2n.jpg" class="image-glow" alt="Imagen 11-2n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 11 && $CD5 is true>> <img src="./mmrs/angela11-3.jpg" class="image-glow" alt="Imagen 11-3" onclick="showModal('./chicas/angela/vids/11-3.webm')"> <<elseif ($lvlChica05 >= 11) && (not $CD5)>> <img src="./mmrs/angela11-3.jpg" class="image-glow" alt="Imagen 11-3" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela11-3n.jpg" class="image-glow" alt="Imagen 11-3n" onclick="showPatreonModal()"> <</if>> <<if $lvlChica05 >= 11 && $CD5 is true>> <img src="./mmrs/angela11-4.jpg" class="image-glow" alt="Imagen 11-4" onclick="showModal('./chicas/angela/vids/11-4.webm')"> <<elseif ($lvlChica05 >= 11) && (not $CD5)>> <img src="./mmrs/angela11-4.jpg" class="image-glow" alt="Imagen 11-4" onclick="showPatreonModal()"> <<else>> <img src="./mmrs/angela11-4n.jpg" class="image-glow" alt="Imagen 11-4n" onclick="showPatreonModal()"> <</if>> </div></div></div>\ \ \ \ <div style="text-align: center;">\ <<button [[Back|bedroom]]>><</button>></div> \ </div> <div id="videoModal"> <div style="position:relative; width:80%; max-width:800px; margin:auto;"> <video id="videoPlayer" controls width="100%" border="1.5px solid #ffe6ff" autoplay loop poster="./img/loading.gif"> Tu navegador no soporta el formato de video. </video> <button onclick="closeModal()" style="position:absolute; top:10px; right:10px; background-color:red; color:white; border:none; font-size:16px; cursor:pointer;">✖</button> </div> </div> <div id="patreonModal"> <div style="position:relative; width:80%; max-width:800px; margin:auto;"> <img src="./img/patreon.jpg" alt="Patreon" style="width:100%;" onclick="window.open('https://www.patreon.com/Nala23', '_blank'); closePatreonModal();" /> <button onclick="closePatreonModal()" style="position:absolute; top:10px; right:10px; background-color:red; color:white; border:none; font-size:16px; cursor:pointer;">✖</button> </div> </div> <script> function showModal(videoSrc) { const videoPlayer = document.getElementById('videoPlayer'); videoPlayer.src = videoSrc; // Cambia la fuente del video videoPlayer.load(); // Carga el nuevo video document.getElementById('videoModal').style.display = 'flex'; // Muestra la modal videoPlayer.play(); // Reproduce el video automáticamente al abrir la modal } function closeModal() { const videoPlayer = document.getElementById('videoPlayer'); videoPlayer.pause(); // Detiene el video videoPlayer.currentTime = 0; // Reinicia el video al principio document.getElementById('videoModal').style.display = 'none'; // Oculta la modal } function showPatreonModal() { document.getElementById('patreonModal').style.display = 'flex'; // Muestra la modal de Patreon } function closePatreonModal() { document.getElementById('patreonModal').style.display = 'none'; // Oculta la modal de Patreon } </script> <style> .image-container-collapsible { max-height: 0; /* La altura inicial es 0 (oculto) */ overflow: hidden; /* Oculta el contenido que no cabe en la altura */ transition: max-height 0.9s ease-out; } .image-container-collapsible img { display: block; margin: 5px 0; } .image-container-collapsible.open { max-height: 5000px; /* Aumenta este valor si hay muchas imágenes */ transition: max-height 0.9s ease-in; } </style> <script> function toggleImages(id) { var element = document.getElementById(id); if (element.classList.contains("open")) { element.classList.remove("open"); } else { element.classList.add("open"); } } </script>
<<link "Change log">> <<run window.open("https://www.patreon.com/Nala23", "_blank")>> <</link>> <<link "Enter your code">> <<goto "HS104">> <</link>>
<div style="text-align: center;"><div class="frame">\ <img src="./chicas/riley/00.png" style="max-width: 30%"> ---------------------------- <div class="text">\ //I start dancing beside her//</div> <div class="You"> You: I can see you know how to move. Hope you don’t mind if I join you.</div> <div class="Riley"> Riley: As long as you can keep up, I don’t see why I’d mind.</div> <div class="text">\ //Riley keeps dancing, throwing a curious glance your way.//</div> <div class="You"> You: I’ll do my best not to make you look bad.</div> <div class="text">\ //I laugh and try to match her moves.//</div> <<button [[Drop your pickup line!|RileyGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Riley'' Level: $lvlChica02 | Trust: $expeChica02 / $MaxExpeChica02</div>
<div style="text-align: center;"><div class="frame">\ <img src="./chicas/mia/01.png" style="max-width: 30%"> ---------------------------- <div class="You"> You: Hey, mind if I interrupt? Saw you sitting alone and figured I'd come say hey. Can I join you for a sec?</div> <div class="Mia"> Mia: Hey! No worries, I'm ''Mia''. Nice to meet you! You coming solo too, huh?</div> <div class="You"> You: Yeah, just taking a break after a pretty hectic week. And you? You like coming here often?</div> <div class="Mia"> Mia: Yeah, I like it too. The atmosphere's chill, not too loud, and they play some country tunes. Nah, I just found this place recently. You a regular here?</div> <div class="You"> You: Nice, I'm glad you found this place too. Yeah, the music's perfect for unwinding and enjoying. Hey, speaking of... how about we grab a drink together? Maybe just a glass of something? We can chat and get to know each other better.</div> ---------------------------- <<button [[Drop your pickup line!|MiaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Mia'' Level: $lvlChica01 | Trust: $expeChica01 / $MaxExpeChica01</div>
<div style="text-align: center;"><div class="frame">\ <img src="./chicas/lana/02.png" style="max-width: 30%"> ---------------------------- <div class="You"> You: Wow... looks like you're enjoying the best ice cream in the world.</div> <div class="text">\ //She smiles as she lifts her spoon.//</div> <div class="Lana"> Lana: Jealous? I haven’t decided if I’m sharing yet.</div> <div class="text">\ //I let out a small laugh.//</div> <div class="You"> You: I don’t blame you. It looks way too good to share. What flavor is it?</div> <div class="text">\ //She looks at the ice cream, thoughtful.//</div> <div class="Lana"> Lana: Chocolate, vanilla, and a bit of caramel. The perfect combo, if you ask me.</div> ---------------------------- <<button [[Drop your pickup line!|LanaGame]]>> <<addhours 1>><<include "refresh">>\ <</button>> ''Lana'' Level: $lvlChica03 | Trust: $expeChica03 / $MaxExpeChica03</div>
<div style="text-align: center;"><div class="frame">\ <div class="text">\ Enter your Code: <<textbox "_answer" "">></div> <<button "Check Code" "HS104">> <<if _answer is "">> /* User has not supplied a password */ <<run UI.alert("You did not supply a password!")>> <<else>> <<if !$CD5>> <!-- Verifica si $CD5 es false o no está definido --> <<set _hash = hashStr(_answer)>> <<if _hash is -1947168631>> <<run UI.alert("Thank you for your support! You are a ''Handsome'' guy now!")>> <<set $CD5 to true>> <<elseif _hash is -1656518420>> <<run UI.alert("Thank you for your support! You are a ''Seductive'' guy now!")>> <<set $CD5 to true>> <<set $CD10 to true>> <<set $rflx += 5>> <<set $charm += 5>> <<set $fit += 5>> <<set $looks += 5>> <<set $sedx += 5>> <<elseif _hash is 1296426304>> <<run UI.alert("Thank you for your support! You are a ''Gigolo'' now!")>> <<set $CD5 to true>> <<set $CD10 to true>> <<set $CD15 to true>> <<set $rflx += 10>> <<set $charm += 10>> <<set $fit += 10>> <<set $looks += 10>> <<set $sedx += 10>> <<elseif _hash is 1671020302>> <<run UI.alert("Thank you for your support! You are a ''Magnate'' now!")>> <<set $CD5 to true>> <<set $CD10 to true>> <<set $CD15 to true>> <<set $CD25 to true>> <<set $rflx += 20>> <<set $charm += 20>> <<set $fit += 20>> <<set $looks += 20>> <<set $sedx += 20>> <<set $money += 5000>> <<else>> <<run UI.alert("Password is invalid.")>> <</if>> <<else>> <<run UI.alert("This code has already been used.")>> <</if>> <</if>> <</button>> <span class="test"><<return "< < < Back < < <">></span> <div class="text">\ <<if $CD25 is true>>Code Activated - ''Magnate''. Now you can ''re-play'' your memories in the gallery at Bedroom. ''+20'' pts to all stats: 🌳 ''|'' 🕺🏻 ''|'' 💪 ''|'' 👕 ''|'' ❤️ & ''$5000'' were added to your account! <<elseif $CD15 is true>>Code Activated - ''Gigolo''. Now you can ''re-play'' your memories in the gallery at Bedroom. ''+10'' pts to all stats: 🌳 ''|'' 🕺🏻 ''|'' 💪 ''|'' 👕 ''|'' ❤️ <<elseif $CD10 is true>>Code Activated - ''Seductive''. Now you can ''re-play'' your memories in the gallery at Bedroom. ''+5'' pts to all stats: 🌳 ''|'' 🕺🏻 ''|'' 💪 ''|'' 👕 ''|'' ❤️ <<elseif $CD5 is true>>Code Activated - ''Handsome guy''. Now you can ''re-play'' your memories in the gallery at Bedroom. <</if>></div> </div></div>