<img src="img/ai/introfront.png" style="max-width:80%;">
Hey and welcome to City of Cinders! This game is heavily inspired by Condemned Town Expanded by Voluntas. I recommend to check out that game if you enjoy the idea of this one!
Please keep in mind that this is my first game. Before this game, I had no experience with game development at all, so the balancing may be rough for now. Feel free to use the debug menu (you can find it in PC). If you find any bugs, please let me know (preferably on F95zone), and I’ll make sure to fix them. If you want to support the game, you can find my Patreon in the sidebar.
I don't own any of the videos/images used in this game. If you own any of the content used in this game, contact me and I will remove it asap!
This game is intended for players aged 18+. By proceeding, you confirm that you are legally old enough to play. Every character in this game is above 18 years old.
Your name: $player
<<textbox "$player" "Joe">>
[[Start->intro1]]
[[Skip intro]]
[[Changelog (spoilers!)]]
<<updateLocationDisplay>>
<<mom>> Mother name: <<textbox "$namemother" "Ava">><</mom>>
<<bigsis>> Older sis name: <<textbox "$namebigsis" "Kendra">><</bigsis>>
<<lilsis>>Younger sis name: <<textbox "$namelilsis" "Lily">> <</lilsis>>
Start story
[[skip intro ->Your room]]
<<updatePeriod>>
<<updateLocations>>
<<periodImage>>
Time: $hour
$period
Day: $day
<<if $debugMode>>\
<<button "debug">>
<<script>>
Dialog.setup("Debug");
Dialog.wiki(Story.get("debug").processText());
Dialog.open();
<</script>>
<</button>><</if>>\
<h3>Status</h3>\
<b>Name:</b> $player\
<b>Money:</b> $money
<b>Energy:</b> $energy / $maxEnergy
<b>Player strength:</b> $playerStrength / 100
<<if $security <= 30>>\
<img src="img/ai/icon0.png" style="max-width:30%;">
<<elseif $security <= 60>>\
<img src="img/ai/icon50.png" style="max-width:30%;">
<<else>>\
<img src="img/ai/icon100.png" style="max-width:30%;">
<</if>>\
<b>House security:</b>\
<<if $security <= 30>>\
<span style="color:#c0392b;">$security</span>\
<<elseif $security <= 60>>\
<span style="color:#f1c40f;">$security</span>\
<<else>>\
<span style="color:#2ecc71;">$security</span>\
<</if>>\
<<if $talkedtoboss>>
<b>Gang dom:</b> $gangdom
<b>Chaos:</b> $chaos <</if>>
$namebigsis is in <<= $locationDisplay[$bigsisLocation]>>
$namelilsis is in <<= $locationDisplay[$lilsisLocation]>>
$namemom is in <<= $locationDisplay[$momLocation]>>
<img src="img/ai/mcroom.png" style="max-width:80%;">
<<if $rentActive and (($day + 1 - $rentStartDay) % $rentInterval is 0)>>
A bad feeling settles in. Tomorrow, payment is due.
<</if>>
<<if $chaos>> You hear unfamiliar voices in the hallway. <</if>>
<<link "Sleep">>
<<if $period is "Night">>
<<goto "sleep">>
<<else>>
<<goto "notTired">>
<</if>>
<</link>>
<<link "Nap (skip time)">>
<<if $period is "Night">>
<<goto "sleep">>
<<else>>
<<skipPeriod>><<updatePeriod>><<set $energy += 30>><<if $energy > 100>>
<<set $energy = $maxEnergy>>
<</if>>
<<goto "Your room">>
<</if>>
<</link>>
[[PC ->PC1]]
[[Workout ->workout1]]
<<if $clarakidnapped and not $ghClara and $chaos and random(1,100)>80>>\
<<set _sex = either("fuck1","fuck2","fuck3")>>\
You see Clara is being used by a gangmember!
<<if _sex is "fuck1">>\
<video src="img/others/clara/gang3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck2">>\
<video src="img/others/clara/gang1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
<video src="img/others/clara/gang2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<<elseif $clarakidnapped and not $ghClara>>\
[[Clara is here->clararoom]] <<clarahouseIcon>>
<</if>>\
<<if $nicolekidnapped and not $ghNicole>>\
[[Nicole is here->nicoleroom]] <<nicolehouseIcon>>
<</if>>\
[[hallway]]
<<if $lilsisLocation is "Your room">>
<<if $lilsisCorruption>=80 and random(1,100)>=80>>
<video autoplay muted loop style="max-width:80%;">
<<lilsis>> Heeey $player, I have missed your.. company.. <</lilsis>>
<source src="img/daisy/teasing1.webm" type="video/webm"> </video>
<<linkreplace "Actions">>
<<if $lilsisLove >= 10 and $lilsisCorruption >= 10>>
<<goto "lilsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<<else>>
<<lilsis>> Hey bro! <</lilsis>>
[[Talk->lilsistalk]]
[[Grope->lilsisgrope]]
<<linkreplace "Actions">>
<<if $lilsisLove >= 10 and $lilsisCorruption >= 10>>
<<goto "lilsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
<<if $lilsisLocation is "lilsisroom" and $security <= 20 and $chaos is false and $period is "Night" and $intruderlilsisend is false and random(1,100) <= 30>>
<<set $intruderlilsis = true>>
There’s a commotion coming from $namelilsis's room.
[[Check it out ->lilsisroom]]
<</if>>
<<set $dayAction = true>>
<<if $clarawakeup is true>> <<goto "clarawakeup">> <</if>>
<<if $bigsiswakeup1 is true>>
<<goto "bigsiswakeup1">>
<</if>>
<<if $lilsiswakeup1 is true>>
<<goto "lilsiswakeup1">>
<</if>>
<<if $bigsiswakeupcuck is true>>
<<goto "bigsiswakeupcuck1">>
<</if>>
<<if $rentFail>>
<<goto "rentfailed">>
<</if>>
<<if $rentpaid>> <<goto "rentpaid">> <</if>>
<<updateLocationDisplay>><<if $chaos>> <img src="img/ai/hallwaychaos.png" style="max-width:80%;">
As you step out of your room, unfamiliar gang members are roaming your house like they own the place! <<else>>
<img src="img/ai/hallway.png" style="max-width:80%;">
<</if>>
Where do you want to go?
Go to [[Your room]] <<lilsisIconYourRoom>>
<<link " $namelilsis's room">>
<<goto "lilsisroom">>
<</link>> <<lilsisIcon>>
<<link " $namebigsis's room">>
<<goto "bigsisroom">>
<</link>> <<bigsisIcon>>
<<link " $namemom's room">>
<<goto "momroom">>
<</link>> <<momIcon>>
Go to [[Bathroom]] <<bathroomIcon>>
Go to [[Kitchen]]<<kitchenIcon>>
Go to [[Livingroom]] <<livingroomIcon>>
Go [[Outside]]
[[Reinforce the house->securityfix1]]
<<if $bigsisLocation is "hallway" and $chaos and random (1,100)>75>>
<<if $bigsisCorruption <30>>
As you walk in the hallway, you spot $namebigsis is standing infront of a gangmember with a ripped top. He is groping her exposed tits!
<video src="img/angel/ganggrope2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $bigsisCorruption >=30 and $bigsisCorruption<60>>
You see $namebigsis is getting raped by a gangmember in the hallway!
<img src="img/angel/taken1.webp" style="max-width:80%;">
<<else>>
As you walk in the hallway, you hear loud moans comming from around the corner. You peek around and see $namebigsis totally naked getting fucked by an unknown gangmember!
<img src="img/angel/taken2.webp" style="max-width:80%;">
<</if>>
[[Intervene->fightbigsis1]]
<<elseif $bigsisLocation is "hallway">>
<<bigsis>> What are you looking at?<</bigsis>>
[[Talk->bigsistalk]]
[[Grope->bigsisgrope]]
<<linkreplace "Actions">>
<<if $bigsisLove >= 20 and $bigsisCorruption >= 20>>
<<goto "bigsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<<if $nicolekidnapped and not $ghNicole and random(1,100) >80>>
You see Nicole walking without any clothes!
<video src="img/others/nicole/nicolewalk3.webm" autoplay muted loop style="max-width:80%;"></video>
[[Make her suck your dick!->nicoleblowjob]]
<</if>>
<<if $clarakidnapped and not $ghClara and random(1,100)>80>>
You see Clara washing clothes and doing chores.
<video src="img/others/clara/spy2.webm" autoplay muted loop style="max-width:80%;"></video>
[[Grope her->clarachoresgrope]]
<</if>>
<<set $playerhome to true>><img src="img/ai/sisroom2.png" style="max-width:80%;">
<<if $lilsisLocation is "lilsisroom" and $chaos is true and random(1,100) >=60>>
<<if $lilsisCorruption <=30>>
You walk inn and see $namelilsis laying on the bed defeated. You see a gangmember is riping her pant open, and starts touching her bare ass. You hear $namelilsis silently cries.
<img src="img/daisy/grope4.webp" style="max-width:80%;">
[[Intervene->lilsisgangfight]]
<<elseif $lilsisCorruption > 30 and $lilsisCorruption <=55>>
You walk in and see an unknown gangmember is holding $namelilsis as he fucks her from behind. You can tell $namelilsis is trying to get him off, but he is simply to strong.
<<if random(1,100)>=50>>
<video autoplay muted loop style="max-width:60%;">
<source src="img/daisy/taken5.webm" type="video/webm">
</video>
[[Intervene->lilsisgangfight]]
<<else>>
<img src="img/daisy/taken4.webp" style="max-width:80%;">
[[Intervene->lilsisgangfight]]
<</if>>
<<elseif $lilsisCorruption >55 and $lilsisCorruption <=75>>
<<if random(1,100)>=50>>
You walk inside to see Daisy laying on the bed sucking Tray's dick!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/gang2.webm" type="video/webm"> </video>
<<else>>
You walk in to see multiple gangmembers standing over $namelilsis. She is sucking their big cocks while jerking the others.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/gang1.webm" type="video/webm"> </video>
<</if>>
<<elseif $lilsisCorruption >75>>
<<if random(1,100)>=50>>
You see $namelilsis laying on the bed getting fucked by Tray!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder5.webm" type="video/webm">
</video>
<<else>>
You see a gangmember is fucking $namelilsis!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/gang3.webm" type="video/webm">
</video> <</if>>
[[Intervene->lilsisgangfight]]
<</if>>
<<elseif $lilsisLocation is "lilsisroom">>
<<if $period is "Night">>
<em>$namelilsis is asleep.</em>
<<linkreplace "Grope">>\
You pull down the blanket and expose her big fat ass.
<img src="img/daisy/gropesleep.gif" style="max-width:80%;">
<</linkreplace>>\
<<elseif random(1,100) >90 >>
$namelilsis is changing!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/changing.webm" type="video/webm">
</video>
<<else>>
<<lilsis>> Hey bro! <</lilsis>>
[[Talk->lilsistalk]]
[[Grope->lilsisgrope]]
<<linkreplace "Actions">>
<<if $lilsisLove >= 10 and $lilsisCorruption >= 10>>
<<goto "lilsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
Go to [[hallway]]
<<if $intruderlilsis is true and $period is "Night">>
<<goto "intruderLilsis">>
<</if>>
<img src="img/ai/sisroom1.png" style="max-width:80%;">
<<if $bigsisLocation is "bigsisroom" and $chaos is true and random(1,100) <= 50>>
<<if $bigsisCorruption <20>>
<<if random(1,100)>50>>
You walk in and see $namebigsis getting forcefully held down and fucked hard by a gangmember!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/taken3.webm" type="video/webm">
</video>
<<else>>
You walk in and see $namebigsis sitting scared on her bed naked next to a gangmember. The gangmember is sucking on her boobs, while he is also naked..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/titsuck.webm" type="video/webm">
</video>
<</if>>
<<elseif $bigsisCorruption>=20 and $bigsisCorruption <50>>
You see $namebigsis being fucked hard by a gangmember! He holds her tightly and hard, she can't move out of his grasp. You can't tell if she enjoys this or not.
<img src="img/angel/taken4.webp" style="max-width:80%;">
<<elseif $bigsisCorruption >=50 and $bigsisCorruption <75>>
<<if random(1,100)>50>>
You walk in and see $namebigsis getting fucked by a gangmember. You can tell she starts to enjoy this..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang4.webm" type="video/webm">
</video>
<<else>>
You walk in and see $namebigsis laying on the bed fucked by a gangmember. You clearly hear her loud moam as he fucks her pussy.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang1.webm" type="video/webm">
</video>
<</if>>
<<else>>
<<if random(1,100)>50>>
You walk in and see $namebigtits getting fucked in a silly position. You can tell she loves to get fucked by the gangmembers now..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang6.webm" type="video/webm"> </video>
<<else>>
You walk in and sse $namebigsis riding a gangmember. You can clearly tell she loves to fuck black cocks now..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang5.webm" type="video/webm"> </video>
<</if>>
<</if>>
[[Intervene->fightbigsis1]]
<<elseif $bigsisLocation is "bigsisroom">>
<<if $period is "Night">>
<em>$namebigsis is asleep.</em>
<<linkreplace "Grope">>\
<img src="img/angel/gropesleep.webp" style="max-width:80%;"><</linkreplace>>\
<<elseif random(1,100) >90 >>
$namebigsis is changing!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/peekbedrom.webm" type="video/webm">
</video>
<<else>>
<<bigsis>> What the fuck are you doing here? <</bigsis>>
[[Talk->bigsistalk]]
[[Grope->bigsisgrope]]
<<linkreplace "Actions">>
<<if $bigsisLove >= 10 and $bigsisCorruption >= 10>>
<<goto "bigsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
Go to [[hallway]]
<img src="img/ai/masterbedroom.png" style="max-width:80%;">
<<if $momLocation is "momroom">>
<<if $chaos and random(1,100) >= 50>>
<<if $momCorruption<40>>
You walk in and see $namemom getting raped by a gangmember! She is to scared to fight back.
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang3.webm" type="video/webm">
</video>
<<elseif $momCorruption>=40 and $momCorruption <=70>>
You walk in and see $namemom bent over getting fucked by a gangmember. You notice she is completely silent while he fucks her from behind, most likely out of fear!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang10.webm" type="video/webm"> </video>
<<else>>
<<if random(1,100)>50>>
You walk in to see $namemom getting fucked by a gangmember. You can tell she is clearly enjoying this. Her loud moans tear through the room.
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang9.webm" type="video/webm"> </video>
<<else>>
You walk in to see $namemom getting fucked by a gangmember. You can tell she is clearly enjoying this. Her loud moans tear through the room.
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang11.webm" type="video/webm"> </video>
<</if>>
<</if>>
[[Intervene->momgangfight1]]
<<elseif $period is "Night">>
<em>$namemom is asleep.</em>
<<linkreplace "Grope">>\
You pull down the blanket and expose her big boobs
<img src="img/ava/grope1.gif" alt="Scene image">
<</linkreplace>>\
<<elseif random(1,100) > 80>>
$namemom is changing!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/peek.webm" type="video/webm">
</video>
<<else>>
<<mom>>Hi sweetie! Everything alright?<</mom>>
[[Talk->momtalk]]
[[Grope->momgrope]]
<<linkreplace "Actions">>
<<if $momLove >= 10 and $momCorruption >= 10>>
<<goto "momactions">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
Go to [[hallway]]
<img src="img/ai/bathroom.png" style="max-width:80%;">
<<if $lilsisLocation is "Bathroom" and random(1,100) >80>>\
You see $namelilsis walking out of the bathroom without pants.
[[Look at her->bathroomlilsisevent]]
<</if>>\
<<bigsisBathroom>>
<<lilsisBathroom>>
<<momBathroom>>
<<if not _bathroomBusy>>\
[[Shower->shower1]]
<<else>>\
Shower is busy.
<</if>>\
Go to [[hallway]]
<img src="img/ai/livingroom.png" style="max-width:80%;">
Go to [[hallway]]
<<lilsisLivingroom>>
<<bigsisLivingroom>>
<<momLivingroom>>
<<if $badNeighborhoodUnlocked and $uptownUnlocked and $cansearchhouse and $ghDiscovered>>
You have explored everything for now.
<<set $eventLock = true>>\
<<back>>
<<else>>
<<set $eventLock = false>>\
You search around for a while, but you didn't find anything special, go [[back->Outside]]
<</if>>
<img src="img/ai/badhood.png" style="max-width:80%;">
<<set $badNeighborhoodUnlocked = true>>
[[Bar ->Bar]]
[[Gang HQ ->ganghq]]
[[Trader ->trader]]
[[Brothel->brothel1]]
[[Go back ->Outside]]
<<if $knowjack and not $visitjack>>
[[Search for Jack's house->jacksearch]]
<</if>>
<<if $jackhouse>>
[[Go to Jack's house->jackhouse]]
<</if>>
<<if $talkedtoboss>>
[[Sabotage->sabotage1]]
<</if>>
<<advanceHour>><<widget "advanceHour">>
<<set $hour += 1>>
<<updatePeriod>>
<<day>>
<</widget>>
<<widget "day">>
<<if $hour >= 24>>
<<set $hour = 0>>
<<set $day += 1>>
<</if>>
<</widget>>
<<widget "updatePeriod">>
<<set _oldPeriod = $period>>
<<if $hour >= 6 and $hour < 12>>
<<set $period = "Morning">>
<<elseif $hour >= 12 and $hour < 17>>
<<set $period = "Afternoon">>
<<elseif $hour >= 17 and $hour < 23>>
<<set $period = "Evening">>
<<else>>
<<set $period = "Night">>
<</if>>
<</widget>>
<<set $player to "Joe">>
<<set $playerStrength to 0>>
<<set $strengthbuffDays to 0>>
<<set $playerCorruption to 0>>
<<set $maxEnergy = 100>>
<<set $energy = $maxEnergy>>
<<set $playerdom = 0>>
<<set $money = 0>>
<<set $debugMode = false>>
<<set $namebigsis to "Kendra">>
<<set $bigsisLove to 0>>
<<set $bigsisCorruption to 0>>
<<set $bigsisLovemax to 100>>
<<set $bigsisCorruptionmax to 100>>
<<set $namelilsis to "Lily">>
<<set $lilsisLove to 0>>
<<set $lilsisCorruption to 0>>
<<set $lilsisLovemax to 100>>
<<set $lilsisCorruptionmax to 100>>
<<set $namemom to "Ava">>
<<set $momLove to 0>>
<<set $momCorruption to 0>>
<<set $momLovemax to 100>>
<<set $momCorruptionmax to 100>>
<<set $bigsisLocation = "none">>
<<set $lilsisLocation = "none">>
<<set $momLocation = "none">>
<<set $day = 1>>
<<set $hour = 8>>
<<set $period = "Morning">>
<<set $lastPeriod = "">>
<<set $periodChanged =false>>
<<set $eventLock = false>>
<<set $security = 80>>
<<set $barricadeMaterials to 0>>
<<set $gangdom to 0>>
<<set $chaos = false>>
<<set $rentInterval = 5>>
<<set $rentCost = 150>>
<<set $rentFail = false>>
<<set $rentActive = false>>
<<set $rentStartday = 0>>
<<set $rentFailMessage = false>>
<<set $lilsiskidnapped to false>>
<<set $rentpaid = false>>
<<set $playerhome = true>>
<<set $badNeighborhoodUnlocked = false>>
<<set $uptownUnlocked = false>>
<<set $breakfastEaten = false>>
<<set $bathroomBusy = false>>
<<set $searchedHouseToday = false>>
<<set $cansearchhouse = false>>
<<set $talkedtoboss = false>>
<<set $learncash = false>>
<<set $askjobbar = false>>
<<set $askwork = false>>
<<set $bigsiswork = false>>
<<set $bigsisworkedtoday = false>>
<<set $metjack = false>>
<<set $knownicole = false>>
<<set $momkidnapped = false>>
<<set $findmomkidnapped = false>>
<<set $bigsiskidnapped = false>>
<<set $cdlilsis = 0>>
<<set $cdbigsis = 0>>
<<set $censoredporn = false>>
<<set $bigassporn = false>>
<<set $bigboobsporn = false>>
<<set $gangbangporn = false>>
<<set $milfporn = false>>
<<set $hentaiporn = false>>
<<set $nicolekidnapped = false>>
<<set $nicoleUnlocked = false>>
<<set $nicoleLove = 0>>
<<set $nicoleCorruption =0>>
<<set $nicoletalk to false>>
<<set $nicoleLocation = "none">>
<<set $visitjack = false>>
<<set $knowclara = false>>
<<set $jackhouse = false>>
<<set $clarakidnapped = false>>
<<set $clarawakeup = false>>
<<set $claraLocation = "none">>
<<set $gnUnlocked = false>>
<<set $gnDadLocation = "none">>
<<set $gnMomLocation = "none">>
<<set $gnSonLocation = "none">>
<<set $gfLocation = "none">>
<<set $gfLove = 0>>
<<set $gfCorruption = 0>>
<<set $namegf = "Aria">>
<<set $liamdom = 0>>
<<set $liamsub = 0>>
<<set $helenCorruption = 0>>
<<set $gnchaos = false>>
<<set $gnexposed = false>>
<<set $gnCountdown = 3>>
<<set $gnCountdownstart = false>>
<<set $gnexposedtalked = false>>
<<set $gnsecurity = 100>>
<<set $gfpeeking = false>>
<<set $liamwork = false>>
<<set $gnLastWorkDay = 1>>
<<set $gnStashMoney = 0>>
<<set $gnStashMats = 0>>
<<set $gnStashBigHits = 0>>
<<set $autobarricade = false>>
<<set $liamsabotage = false>>
<<set $liamfoundjack = false>>
<<set $liamsubtalk1 = false>>
<<set $liamsubtalk2 = false>>
<<set $liamsubtalk3 = false>>
<<set $gfwork = false>>
<<set $gfworkonce = false>>
<<set $gfworkcorruption = 0>>
<<set $gntoggle = false>>
<<set $liamQuestAvailable = false>>
<<set $intruderlilsis = false>>
<<set $intruderlilsisend = false>>
<<set $lilsiswakeup1 = false>>
<<set $bigsiswakeup1 = false>>
<<set $titfuck1 = false>>
<<set $bigsiswakeupcuck = false>>
<<set $vanessaTricked = false>>
<<set $snowcuck = false>>
<<set $monster = 0>>
<<set $gun = false>>
<<set $ammo = 0>>
<<set $ghDiscovered = false>>
<<set $ghfirst = false>>
<<set $ghprogress = 0>>
<<set $gh1mess = 0>>
<<set $gh2mess = 0>>
<<set $ghLilsis = false>>
<<set $ghBilsis = false>>
<<set $ghMom = false>>
<<set $ghClara = false>>
<<set $ghNicole = false>>
<<set $room1Assigned = "none">>
<<set $room2Assigned = "none">>
<<set $barevent1 = false>>$namebigsis love: $bigsisLove / 100
$namebigsis corruption: $bigsisCorruption / 100
$namelilsis love: $lilsisLove / 100
$namelilsis corruption: $lilsisCorruption / 100
$namemom love: $momLove / 100
$namemom corruption: $momCorruption / 100
<<if $rentActive>>\
<<set _daysUntil = $rentInterval - (($day - $rentStartDay) % $rentInterval)>>\
<<if _daysUntil is $rentInterval>>\
Rent is due today.
<<else>>\
Rent due in <<print _daysUntil>> days.
<</if>>\
<</if>>\
<<if $uptownUnlocked>>
<<linkreplace "Toggle neighbor's stats">>
<<set $gntoggle = !$gntoggle>>
<<if $gntoggle>>
Neighbor's stats ENABLED.
<<else>>
Neighbor's statse DISABLED.
<</if>>
<</linkreplace>>
<</if>>
<<if $gntoggle>>
$namegf love: $gfLove / 100
$namegf corruption: $gfCorruption / 100
$namegf work corruption: $gfworkcorruption / 100
Helen corruption: $helenCorruption / 100
Liam domination: $liamdom / 100
Liam submission: $liamsub / 100
<</if>>
<b>Security:</b> This will decrease each night. When it gets low, bad things will start happening around the house.
<b>Gangdom: </b>This determines how much control the gang has over your family.
<<if $uptownUnlocked>>
[[Tips for neighbors->tips1]]
<</if>>
[[Pornstars used->pornstars]]<<widget "bigsis" container>>
<<say $namebigsis 'img/portrait/bigsis.jpg'>>_contents<</say>>
<</widget>>
<<widget "lilsis" container>>
<<say $namelilsis 'img/portrait/lilsis.jpg'>>_contents<</say>>
<</widget>>
<<widget "intruder" container>>
<<say Intruder 'img/ai/intruder.png'>>_contents<</say>>
<</widget>>
<<widget "mom" container>>
<<say $namemom 'img/portrait/mom.jpg'>>_contents<</say>>
<</widget>>
<<widget "player" container>>
<<say $player 'img/player/portrait.jpeg'>>_contents<</say>>
<</widget>>
<<widget "bouncer" container>>
<<say Bouncer 'img/ai/bouncer.png'>>_contents<</say>>
<</widget>>
<<widget "guard" container>>
<<say Guard 'img/ai/guard1.jpeg'>>_contents<</say>>
<</widget>>
<<widget "tray" container>>
<<say Tray 'img/ai/tray.jpeg'>>_contents<</say>>
<</widget>>
<<widget "trader" container>>
<<say Marc 'img/ai/trader.jpeg'>>_contents<</say>>
<</widget>>
<<widget "vanessa" container>>
<<say Vanessa 'img/others/gang/vanessa1.jpg'>>_contents<</say>>
<</widget>>
<<widget "ned" container>>
<<say Ned 'img/others/gang/ned1.jpg'>>_contents<</say>>
<</widget>>
<<widget "barowner" container>>
<<say Chad 'img/ai/barboss.jpeg'>>_contents<</say>>
<</widget>>
<<widget "jack" container>>
<<say Jack 'img/ai/jack.png'>>_contents<</say>>
<</widget>>
<<widget "nicole" container>>
<<say Nicole 'img/ai/nicole.jpeg'>>_contents<</say>>
<</widget>>
<<widget "mara" container>>
<<say Mara 'img/ai/brothellady.jpeg'>>_contents<</say>>
<</widget>>
<<widget "emma" container>>
<<say Emma 'img/others/gang/emma.jpg'>>_contents<</say>>
<</widget>>
<<widget "gangmember" container>>
<<say Gangmember 'img/ai/gangmember.png'>>_contents<</say>>
<</widget>>
<<widget "gf" container>>
<<say $namegf 'img/others/gn/aria.jpg'>>_contents<</say>>
<</widget>>
<<widget "helen" container>>
<<say Helen 'img/others/gn/kianna.jpg'>>_contents<</say>>
<</widget>>
<<widget "liam" container>>
<<if $liamdom >=50>>
<<say liam 'img/others/gn/liamstr.jpeg'>>_contents<</say>>
<<elseif $liamsub >= 50>>
<<say liam 'img/others/gn/liamsub.jpeg'>>_contents<</say>>
<<else>>
<<say liam 'img/others/gn/liam.png'>>_contents<</say>>
<</if>>
<</widget>>
<<widget "clara" container>>
<<say Helen 'img/others/clara/portrait.jpg'>>_contents<</say>>
<</widget>>You walk towards $namelilsis's room. As you get inside, you freeze.
Inside the room, shadows move violently against the walls. Three figures stand over your little sister’s bed— armed, wearing the markings of the gang everyone fears. The intruders laugh, their voices low and cruel, as if this is just another night’s entertainment.
<<lilsis>>Please help me $player!<</lilsis>>
Your mind races with fear, anger, and you need to decide what to do.
[[Run away ->hide1]]
[[Try to fight ->lilsisgangfight]]
[[You just freeze in place, full off fear ->freeze1]]
<<widget "sleepNight">>
<<if $hour >= 23>>
<<set $day +=1>>
<</if>>
<<set $hour = 8>>
<<set $period = "Morning">>
<<set $security -= 10>>
<<gfWork>>
<<if $gnchaos>>
<<set $liamsub += 5>>
<<set $liamdom -= 5>>
<</if>>
<<set $searchedHouseToday = false>> \
<<set $breakfastEaten = false>>\
<<set $energy += 80>>
<<if $energy > $maxEnergy>> \
<<set $energy = $maxEnergy>>
<</if>>
<<checkRent>>
<<if $gnUnlocked>> <<gntime>> <</if>>
<<if $liamwork>>
<<tickgnWork>> <</if>>
<<if $autobarricade>> <<gnAutoBarricade>> <</if>>
<<gnsecurityDecay>>
<<if $cdlilsis >0>>\
<<set $cdlilsis -=1>>\
<</if>>\
<<if $cdbigsis >0>>\
<<set $cdbigsis -=1>>\
<</if>>\
<<set $ghBigsis to false>>\
<<set $ghLilsis to false>>\
<<set $ghMom to false>>\
<<set $ghClara to false>>\
<<set $ghNicole to false>>\
<</widget>>
<<widget "skipPeriod">>
<<if $period is "Morning">>
<<set $hour = 12>>
<<elseif $period is "Afternoon">>
<<set $hour = 17>>
<<elseif $period is "Evening">>
<<set $hour = 23>>
<<else>>
<<set $hour = 8>>
<<set $day += 1>>
<</if>>
<<updatePeriod>>
<</widget>>
You get in bed and sleep through the night.
<img src="img/player/sleep.gif" style="max-width:80%;">
<<ghIncome>>\
<<processbigsisWork>>\
<<if $lilsiskidnapped and random(1,100)>80>>\
<<set _msg = either("msg1","msg2")>>\
<<if _msg is "msg1">>\
Tray sends you a video message of $namelilsis!\
<video src="img/daisy/wakeupmessage.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
Tray sends you a video message of $namelilsis!
<video src="img/daisy/message.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>> <</if>>\
<<if $momkidnapped and random(1,100)>80>>\
Trays sends you a video message of $namemom!
<video src="img/ava/message.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<<if $gfCorruption >50 and $gfLove >50 and random(1,100)>80>>\
$namegf sends you a message!
<img src="img/others/gn/msgtease.jpg" style="max-width:80%;"><</if>>
<<if $bigsiskidnapped and random(1,100)>85>>\
Tray sends you a video message of $namebigsis!
<video src="img/angel/message1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<<if $gfwork and $gfworkcorruption >60 and random(1,100)>90>>\
$namegf sends you a video!
<video src="img/others/gn/ariacuckmessage2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $gfworkcorruption>90 and $gfwork and random(1,100)>90>>\
$namegf sends you a video!
<video src="img/others/gn/ariacuckmessage.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<silently>>
<<if $bigsisCorruption>70 and $gangdom>60 and random(1,100)>90>>
<<goto "bigsisnightcuck">>
<</if>> <</silently>>
[[Wake up ->Your room]]
<<silently>>
<<sleepNight>>
<<strengthDecay>>
<<if $lilsisLove > 70 and $lilsisCorruption > 70 and not $bigsiswakeupcuck and not $bigsiswakeup1 and not $lilsiskidnapped and random(1,100) > 85>>
<<set $lilsiswakeup1 to true>>
<</if>>
<<if $bigsisLove > 90 and $bigsisCorruption > 70 and not $bigsiswakeupcuck and not $lilsiswakeup1 and not $bigsiskidnapped and random(1,100) > 85>>
<<set $bigsiswakeup1 to true>>
<</if>>
<<if $chaos and not $lilsiswakeup1 and not $bigsiswakeup1 and not $bigsiskidnapped and $bigsisCorruption > 80 and random(1,100) >90>>
<<set $bigsiswakeupcuck to true>>
<</if>>
<<if $clarakidnapped and random(1,100)>90>>
<<set $clarawakeup = true>> <</if>>
<</silently>>You can only go to sleep at night.
[[Go back ->Your room]]<h2>DEBUG MENU</h2>
<<link "chaos">><<set $chaos to true>><</link>>
<<link "removeChaos">> <<set $chaos to false>> <</link>>
<<link "+10 security">><<set $security = $security +10>><</link>>
<<link "-10 security">><<set $security = $security -10>><</link>>
<<link "skip period">> <<skipPeriod>> <</link>>
<<link "updateLocations">> <<updatePeriod>> <<updateNeighborLocations>><<updateLocations>> <</link>>
<<link "$namebigsis kidnapped">><<set $bigsiskidnapped to true>><</link>>
<<link "$namelilsis kidnapped">><<set $lilsiskidnapped to true>><</link>>
<<link "$namemom kidnapped">> <<set $momkidnapped to true>> <</link>>
<<link "Nicole kidnapped">><<set $nicolekidnapped to true>><</link>>
<<link "Clara kidnapped">> <<set $clarakidnapped to true>> <</link>>
<<link "+10 gangdom">><<set $gangdom = $gangdom + 10>><</link>> <<link "-10 gangdom">>
<<set $gangdom = $gangdom - 10>>
<</link>>
<<link "+50 energy">> <<set $energy +=50>> <</link>>
<<link "+100 money">><<set $money = $money + 100>><</link>> <<link "-100 money">><<set $money = $money - 100>><</link>>
<<link "+10 strength">>
<<set $playerStrength = $playerStrength + 10>><</link>> <<link "-10 strength">>
<<set $playerStrength = $playerStrength - 10>><</link>>
<<link "+10 big sister corruption and love">>
<<set $bigsisLove = $bigsisLove + 10>>
<<set $bigsisCorruption = $bigsisCorruption + 10>><</link>>
<<link "-10 big sister corruption and love">>
<<set $bigsisLove = $bigsisLove - 10>>
<<set $bigsisCorruption = $bigsisCorruption - 10>><</link>>
<<link "+10 little sister corruption and love">>
<<set $lilsisLove = $lilsisLove + 10>>
<<set $lilsisCorruption = $lilsisCorruption + 10>><</link>>
<<link "-10 little sister corruption and love">>
<<set $lilsisLove = $lilsisLove - 10>>
<<set $lilsisCorruption = $lilsisCorruption - 10>><</link>>
<<link "+10 mom corruption and love">>
<<set $momLove = $momLove + 10>>
<<set $momCorruption = $momCorruption + 10>><</link>>
<<link "-10 mom corruption and love">>
<<set $momLove = $momLove - 10>>
<<set $momCorruption = $momCorruption - 10>><</link>>
<<link "+10 gf corruption and love">> <<set $gfLove = $gfLove + 10>>
<<set $gfCorruption += 10>><</link>>
<<link "-10 gf corruption and love">> <<set $gfLove -= 10>> <<set $gfCorruption -=10>> <</link>>
<<link "+10 helen corruption">> <<set $helenCorruption +=10>> <</link>>
<<link "-10 helen corruption">> <<set $helenCorruption -=10>> <</link>>
<<link "+10 liamdom">> <<set $liamdom +=10>> <</link>>
<<link "-10 liamdom">> <<set $liamdom -=10>> <</link>>
<<link "+10 liamsub">> <<set $liamsub +=10>> <</link>>
<<link "-10 liamsub">> <<set $liamsub -=10>> <</link>>
<<link "gnchaos">> <<set $gnchaos to true>> <</link>>
<<link "+gnsecurity">> <<set $gnsecurity += 10>> <</link>>
<<link "-gnsecurity">> <<set $gnsecurity -=10>> <</link>>
<<link "add gun">> <<set $gun = true>> <</link>>
<<link "add ammo">> <<set $ammo +=1>> <</link>>
<<link "add barricade">> <<set $barricadeMaterials +=10>> <</link>>
<<link "+100 ghprogress">> <<set $ghprogress += 100>> <</link>>
<<link "gnunlocked">> <<set $gnexposed = true>> <<set $uptownUnlocked = true>> <</link>>
<<link "gangunlucked">><<set $talkedtoboss to true>><<set $rentStartDay = $day>> <<set $bigsiswork to true>><<set $askwork = true>><<set $badNeighborhoodUnlocked = true>><<set $rentActive = true>><<set $askjobbar = true>><<set $learncash = true>><</link>>Your body refuses to move, no matter how loudly your mind screams at it. Your legs feel locked to the floor, your breath shallow and broken. Every instinct tells you to run—yet your eyes stay fixed on the scene in front of you.
Your little sister cries out again.
<<lilsis>>No, dont touch me! Help me $player!<</lilsis>>
One of the intruders turns his head slightly, as if he sensed something. You pull back into the shadow of the hallway, pressing yourself against the wall, praying you haven’t been seen. Your heart is beating so hard you’re sure they can hear it.
<<intruder>>Did you hear that?<</intruder>>
One of the intruder spots you. He smirks.
<<cont append>>\
<<intruder>>You can watch<</intruder>>
<<lilsis>>What no, dont! $player do something!<</lilsis>>
<</cont>>\
<<cont keypress append>>\
The intruders start tearing $namelilsis clothes off. They force her on the ground and start taking their pants off. You stand there with a racing heart.
<<cont keypress append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder1.webm" type="video/webm">
</video>
You are just standing there watching them fucking $namelilsis's mouth
You want to do something, but you can't. It feels like you are chained to the wall. While watching the intruders use your $namelilsis's mouth, you [[feel something inside you. You can't really explain the feeling ->freeze2]]
<</cont>>\
<</cont>>You know you can't fight them. They might acutally kill you! You quickly turn around and run back to your room, hoping they didn't hear you. As you hide in your room, you hear $namelilsis screaming.
You can't do anything right? You get in your bed, adrenaline rushing, pulling blankets over yourselv. Suddenly you hear clapping sounds from $namelilsis's room, and the screaming stopped.. Did they kill her? Why are they clapping?
[[Go check out->intruderhide2]]
[[Stay in your bed and try to sleep, ignoring everything->sleep]]You can't just stand here doing nothing, knowing what's about to go down.
WIP. Placeholder at lilsisfightgangThe intruders play around with $namelilsis body and turn her fat ass towards you.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder2.webm" type="video/webm">
</video>
You have always thought she had a fat ass, but never really looked at it. Now you really get a good view at it. It makes you forget about what is really happening and feel dick start twitching. What is going on?
[[suddenly they turn her over ->freeze3]]$namelilsis is on her back. One of the thugs ripped her panties off and started to penetrate her. She tries to scream, but her mouth is still being fucked by other two intruders. You just stand there like a pathetic wimp while three big intruders do whatever they like to your sweet sister.
<img src="img/daisy/intruder3.webp" alt="Scene image">
Your vision tunnels. The room feels unreal, like you’re watching it from underwater. Your hands hang useless at your sides, numb and heavy, while your heart pounds so violently you’re afraid it might tear itself out of your chest. Every thought crashes into the next—do something do something do something—but none of them turn into movement. They flip $namelilsis towards you.
<<intruder>>Make eyecontact with your lil sis, bitch!<</intruder>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder5.webm" type="video/webm">
</video>
You lock eyes with your $namelilsis. The intruder tightens his grip around her neck just a fraction. Your sister whimpers, her breath hitching, eyes wide and wet as they flick back to you. She’s trying to be quiet for you. Trying not to make it worse.
One of the intruders suddenly kicks you down and drags you towards the bed. While you lay on the floor, you open your eyes and see...
<<cont append>>\
$namelilsis is right infront of you, being fucked hard.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder7.webm" type="video/webm">
</video>
[[They flip her again ->freeze4]]
<</cont>><<intruder>>Hahah, this guy got a boner!<</intruder>>
You feel ashamed. You didnt even notice it yourselv. You are super hard watching $namelilsis getting fucked by three big black cocks. Why? You locked eyes with your sister, but the heavy humiliation made you look away
<<intruder>>Lets make a show for this cuck!<</intruder>>
They turn her around again. This time you sit right behind them while they fuck her ass. They push your face towards her big ass while they force her to bounce on their big black cocks.
<img src="img/daisy/intruder6.webp" alt="Scene image">
<<intruder>>Let me fuck her ass!<</intruder>>
You can hear $namelilsis whimps while the intruder insert his big dick inside her ass.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder8.webm" type="video/webm">
</video>
Your legs tremble. You can barely feel the floor beneath your feet. You feel your dick rock hard, you want to touch yourself, but its so wrong. You feel small. Powerless. Every instinct screams to run forward, to shield her, to trade places—but your body betrays you again, locking you in place as if fear itself has rooted you to the floor.
<<intruder>>Ohhh fuck!! <</intruder>>
Intruder screams while he cums inside her ass.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder9.webm" type="video/webm">
</video>
You try to get eyecontact with $namelilsis, but she wont even look at you.
[[How long is this going to last? ->freeze5]]They went back to fucking her mouth hard. $namelilsis have given up trying to fight them off. It looks like she is giving in, letting them use her mouth.
<img src="img/daisy/intruder4.webp" alt="Scene image">
You start to touch your dick through your pants. You can feel your boxers is wet from all the precum. Your dick is still hard. Suddenly while the intruder fucks $namelilsis name, he screams:
<<intruder>>I will give you a gift, you little cuck!<</intruder>>
And he cums on her face
<video autoplay muted style="max-width:80%;">
<source src="img/daisy/intruder10.webm" type="video/webm">
</video>
The other intruder screams aswell
<<intruder>>Oh god damn!<</intruder>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruder11.webm" type="video/webm">
</video>
You watch as they fill her face with cum. One of the intruders push you to the ground. He punch you hard in the stomach and commands:
<<intruder>>Kiss her on the lips you bitch!<</intruder>>
Scared and in horror, you obey to do as they tell you. You are not choosing this, they are forcing you, you think to yourself. They could attack me again!
<img src="img/daisy/intruderkiss.jpg" style="max-width:80%;">
Her lips is wet and you can taste the cum. Intruders force your head towards her and presses you face into her. Your lips are nearly glued together, and you feel every sensation skyrocket.
[[They leave ->freeze6]]
They left. You sit broken on the floor defeated. You look towards $namelilsis. She looks back at you. She dosent look scared anymore. It looks like she is happy? I can't really explain, but it is weird.
<img src="img/daisy/intruderend.jpg" style="max-width:50%;">
She looks down at me and says
<<lilsis>>Whats that?<</lilsis>>
You look down at your couch. Your boxers are wet. You haven't peed on yourself. This is cum. You cummed on yourself while kissing your little sister juicy lips full of cum. Something weird is happening.
<<set $intruderlilsis = false>>
<<set $intruderlilsisend = true>>
<<set $lilsisCorruption += 15>>
[[You stand up and walk out of the room humiliated ->hallway]]
<img src="img/others/gn/house.jpeg" style="max-width:80%;">
<<set $uptownUnlocked = true>>
You see some lights turned on inside a house up the street. You go and look inside the windows. You see two women and two guys eating eating dinner, everyone looking harmless.
[[Knock on the door ->gnfirst]]
<<advanceHour>>\[[Done ->Your room]]
<<if $energy < 30>>
<p><em>You are too tired to train.</em></p>
<<else>>
<<set $energy -= 30>>
<<if $playerStrength < 20>>
<em>Strength increased.</em>
<img src="img/player/workout1.gif" alt="Scene image">
<<set $playerStrength += 5>>
<<elseif $playerStrength < 60>>
<em>Strength increased.</em>
<img src="img/player/workout2.gif" alt="Scene image">
<<set $playerStrength += 5>>
<<else>>
<em>Strength increased.</em>
<img src="img/player/workout3.gif" alt="Scene image">
<<set $playerStrength += 5>>
<</if>>
<<if $playerStrength >= 100>>
<<set $playerStrength = 100>>
<p><em>You have reached maximum strength.</em></p>
<</if>>
<<advanceHour>>
<</if>>
You feel refreshed
<<if $nicolekidnapped>>
[[Call Nicole here->nicolebathroomfuck]]
<</if>>
[[Done ->Bathroom]]
<<advanceHour>>$namebigsis is showering. I need to be careful so she doesn’t see me—one wrong move and I am fucked
<img src="img/angel/shower1.gif" alt="Scene image">
[[Peek more ->showerpeek3]]
[[Leave before you get caught ->hallway]]
<<if $chaos and random(1,100) >60>>
<<goto "showerpeekchaos">>
<</if>>Holy shit $namebigsis is hot!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/shower2.webm" type="video/webm">
</video>
I should really get going before she catches me!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/shower5.webm" type="video/webm">
</video>
But holy shit that body!
[[Peek more ->showerpeek4]]
[[Leave before you get caught ->hallway]]
<<if $bigsisLove >= 80 and $bigsisCorruption >= 60>>
<img src="img/angel/showercaught.jpg" style="max-width:80%;">
<<bigsis>> Looks like someone wants to join me?<</bigsis>>
[[Continue->showerlucky]]
<<else>>
<img src="img/angel/showercaught2.png" style="max-width:80%;">
<<bigsis>> What the FUCK are you doing? Get the FUCK out you perv <</bigsis>>
Love decreased!
<<set $bigsisLove -= 10>>
[[Run out ->hallway]]
<</if>>Well damn lets do this
<<bigsis>> I knew you were a perv. I kinda like that<</bigsis>>
She smirks and pull you inside the shower.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/shower3.webm" type="video/webm">
</video>
This girl know what she is doing! She gets on her knees and start working.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/shower4.webm" type="video/webm">
</video>
You can't hold it anymore. You cum on $namebigsis's tits!
<img src="img/angel/showergoodend.jpg" style="max-width:80%;">
//$namebigsis love and corruption greatly increased!//
<<set $bigsisLove += 15>>
<<set $bigsisCorruption += 15>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
Go to [[hallway]][[Play some games ->game1]]
[[Watch porn ->porn1]]
<<link "Watch some old tiktoks">>
<<goto _dest>>
<</link>>
[[Cheat->cheat1]]
<<set _dest = either("tiktok1", "tiktok2", "tiktok3")>>
[[Log off ->Your room]]
<img src="img/others/pc/game1.gif" alt="Scene image">
You played games for a while.
[[Turn off ->PC1]]
<<if not $hentaiporn and not $milfporn and not $bigassporn and not $gangbangporn and not $censoredporn>>\
You don't have any porn!
<</if>>\
<<if $hentaiporn>>\
[[Hentai porn->hentaiporn]]
<</if>>\
<<if $milfporn>>\
[[Milf porn->milfporn]]
<</if>>\
<<if $bigboobsporn>>\
[[Big ass->bigassporn]]
<</if>>\
<<if $bigassporn>>\
[[Big boobs->bigboobsporn]]
<</if>>\
<<if $gangbangporn>>\
[[Gangbang porn->gangbangporn]]
<</if>>\
<<if $censoredporn>>\
[[Whiteboy porn->whiteboyporn]]
<</if>>\
[[Go back ->PC1]]<img src="img/others/pc/tiktok1.gif" alt="Scene image">
[[Damn! ->PC1]]
<img src="img/others/pc/tiktok2.gif" alt="Scene image">
[[Damn! ->PC1]]
<img src="img/others/pc/tiktok3.gif" alt="Scene image">
[[Damn! ->PC1]]
<<if $energy >=10>>
<img src="img/angel/angeltalk.jpg" style="max-width:80%;">
<<player>> Long day? <</player>>
<<bigsis>> Aren’t they all? <</bigsis>>
<<player>> Still… you are holding out good. <</player>>
<<bigsis>> …Shut up. <</bigsis>>
Despite the words, she doesn’t sound angry. You chatted a bit about how things are. She’s still kind of bitchy, but the conversation went well.
<<silently>>
<<set $bigsisLove += 3>>
<<set $energy -= 10>>
<<advanceHour>><</silently>>
<em>Love increased slightly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>>
<<if $energy >=15>>
<<if $bigsisCorruption<=50>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gropetits.webm" type="video/webm">
</video>
<<bigsis>> What the fuck?<</bigsis>>
<<player>> God damn these tits are good! <</player>>
She smirks
<<bigsis>>Whatever<</bigsis>>
<<else>>
<<if random(1,100)>50>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gropetits2.webm" type="video/webm">
</video>
<<else>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/grope2.webm" type="video/webm">
</video>
<</if>>
<<bigsis>> Your hands feels so good!<</bigsis>>
<</if>>
<<silently>>
<<set $energy -= 15>>
<<set $bigsisCorruption += 3>>
<<advanceHour>><</silently>>
<em>Corruption increased slightly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<img src="img/ai/bar.png" style="max-width:80%;">
<<if not $talkedtoboss>>
<<goto "barstop">>
<</if>>
<<if $bigsisLocation is "Bar" and $gangdom >50 and random(1,100) <= 10 >>
<<link "You hear screaming nearby!">>
<<goto "bigsisoutsidebar1">> <</link>>
<</if>>
[[Go inside ->Bar inside]] <<bigsisbarIcon>>
[[Eastside]]
<<if $bigsisLocation is "Bar" and $bigsisCorruption >=80 and $gangdom >=70 and random(1,100)>80>>
You see $namebigsis outside the bar sucking off a gangmember!
<video src="img/angel/barblowjob1.webm" autoplay muted loop style="max-width:80%;"></video>
Suddenly she sees you!
<<bigsis>>Get out of here, $player! Can't you see Im working!<</bigsis>>
<</if>><<if not $talkedtoboss>>
<<goto "ganghqStop">>
<</if>>
<img src="img/ai/ganghq.png" style="max-width:80%;">
[[Go inside->ganghqhallway]]
<<if $nicoleUnlocked and random(1,100) >60 and not $nicolekidnapped>>
You see Nicole walking towards the door.
<video src="img/others/nicole/nicolewalk2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
[[Go back ->Eastside]]
<img src="img/ai/trader.png" style="max-width:80%;">
<<trader>>If you don't have any cash, don't waste my time<</trader>>
<<if $talkedtoboss>>
[[Buy something->tradeshop]]
<</if>>
[[Eastside]]
<<if not $talkedtoboss>>
<<goto "traderstop">>
<</if>>Bouncer stops you on your way in.
<<bouncer>> Where the fuck do you think you are going? Get the fuck out of here, whimp <</bouncer>>
(You need to talk to the boss in gang HQ)
[[Go back outside ->Eastside]]<<trader>>You new around here?<</trader>>
<<player>>Yeah<</player>>
<<trader>>Well fuck off then<</trader>>
<<player>>What, why?<</player>>
<<trader>>If you haven't talked to the boss first, fuck off<</trader>>
<<player>>...Okay? Where is he? <</player>>
<<trader>>Well he is not here so fuck off before I beat your ass! <</trader>>
[[Go back ->Eastside]]<img src="img/ai/insidebar.png" style="max-width:80%;">
<<if $metjack and not $knownicole>>\
[[Talk to Jack->jacktalk]]
<</if>>\
<<if not $askwork and $talkedtoboss is true>>\
<<linkreplace "Ask for work">>
<<goto "barjob">> <</linkreplace>>\
<</if>>\
[[Hangout->barhangout]]
<<if $bigsisLocation is "Bar" and $bigsisCorruption <=40 and $gangdom >10 and random(1,100)>75>>
You see $namebigsis getting groped by customers!
<img src="img/angel/bargrope4.gif" style="max-width:80%;">
[[Stop them!->barfight1]]
<<elseif $bigsisLocation is "Bar" and $bigsisCorruption >40 and $bigsisCorruption <70 and $gangdom >20 and random(1,100)>75>>
You see $namebigsis getting groped by customers!
<video src="img/angel/bargrope1.webm" autoplay muted loop style="max-width:80%;"></video>
[[Stop them!->barfight1]]
<<elseif $bigsisLocation is "Bar" and $bigsisCorruption >70 and $gangdom >50 and random(1,100)>75>>
You see someone groping $namebigsis naked ass! <video src="img/angel/bargrope2.webm" autoplay muted loop style="max-width:80%;"></video>
[[Stop them!->barfight1]]
<<elseif $bigsisLocation is "Bar">>
<img src="img/angel/angelbikini.jpg" style="max-width:60%;">
You see $namebigsis working with nearly any glothes on.
<</if>>
[[Go out ->Bar]]
<<guard>> Boss wants to talk, whiteboy <</guard>>
[[Follow him ->ganghqStop2]]
<img src="img/ai/ganghqboss.png" style="max-width:80%;">
<<tray>> So you are the new guy running around here?<</tray>>
<<player>> Yeah I think so? <</player>>
<<tray>> Where did you come from? Where do you live?<</tray>>
<<player>> We recently found empty house around here. We had to run away from our last shelter because of raiders. <</player>>
<<tray>> Ah I see. Who are "we"?<</tray>>
<<player>>Me, my sisters and my mother. My father didn't make it... <</player>>
<<tray>> So you live all alone with your sisters and mom?<</tray>>
<<player>>Eh, yes? <</player>>
<<tray>> [[Let me show you something ->ganghqstop3]]<</tray>>
<img src="img/ai/trader.jpeg" style="max-width:80%;">
<<trader>>You wanna earn some money?<</trader>>
<<player>>Yeah, but how do you get money around here?<</player>>
He laughs
<<trader>> Around here we uasually find weak boys like you to steal from. You can try to scavange houses to find some money, but thats gonna be rough. Everything is almost sacked <</trader>>
<<player>>What about around here? Is there any jobs or something like that?<</player>>
<<trader>>For pathetic whimps like you? Maybe cleaning toilets at the bar. I heard they needed some hot girls over there, but yeah, you don't quite fit that description.<</trader>>
He chuckles again
<<trader>>Or you can ask Tray about missions, maybe he will give you something to do <</trader>>
[[Alright! ->trader]]
//You can now ask for a job at the bar!//
<<set $learncash = true>>
<<set $askjobbar = true>>
<<if $learncash is false>>
[[How do I earn cash? ->earncash1 PLACEHOLDER]]
<</if>><img src="img/ai/searchhouse.jpeg" style="max-width:80%;">
TIP: Searching houses with familiy members give more loot and use less energy, but can be dangerous! (NTR might trigger)
<<if $energy <= 60>>
You are too exhausted to search the house right now.
[[Leave->Outside]]
<<elseif $searchedHouseToday>>
There's nothing left to find here today. Try again tomorrow.
<<else>>
Who should I go with?
<<if not $bigsiskidnapped and $cdbigsis is 0>>\
<<link "Go with $namebigsis">>
<<goto "searchhouselootbigsis">>\
<</link>>\
<<elseif not $bigsiskidnapped>>\
$namebigsis isn’t ready to loot houses with you yet.
<<else>>\
$namebigsis is not available to come with you.
<</if>>\
<<if not $lilsiskidnapped and $cdlilsis is 0>>\
<<link "Go with $namelilsis">>
<<goto "searchhouselootlilsis">>\
<</link>>\
<<elseif not $lilsiskidnapped>>\
$namelilsis isn’t ready to loot houses with you yet.
<<else>>\
$namelilsis is not available to come with you.
<</if>>\
[[Go alone->searchhouseloot]]
<</if>>
[[Back->Outside]]
<img src="img/ai/searchhouse.jpeg" style="max-width:80%;">
You search through the abandoned house, stepping over broken furniture and debris.
<<silently>>
<<set $searchedHouseToday = true>> <<skipPeriod>> <<updatePeriod>><<updateLocations>> <<set _roll = random(1,100)>>
<<set $energy = $energy - 50>> <</silently>>
<<searchHouseLoot>>
[[Leave->Outside]]
<<widget "dayAction">>
<<if $period is "Night" and $playerhome is false and not $eventLock>>
<<goto "needsleep">>
<<else>>
<<= _contents>>
<</if>>
<</widget>>
<img src="img/ai/mcroom.png" style="max-width:80%;">
You should sleep in your bed through the night.
[[Sleep ->sleep]]You ask the bartender if there are available jobs for you. He goes towards the back and gets the bar owner.
<<barowner>> So you are looking for a job, huh?<</barowner>>
<<player>> Yes, I can do almost everything you need!<</player>>
He eyed you up and down, his expression unreadable, as if weighing whether you were worth it.
<<barowner>> Hmm... No, stop wasting my time<</barowner>>
He turns his back and walks away. In desperation. you yell:
<<player>> Please, I really need this!<</player>>
The bar owner stops in his place. He turns around facing you and says:
<<barowner>> We need hot waitresses around here, not whimpy whiteboys. Now get the fuck of here before I get my boys to fuck you up. <</barowner>>
You really need some way to earn money. What could happen if you can't get the money for Tray in time? The bar owner said he needed waitresses, so maybe $namelilsis or $namebigsis can help out? But do i wan't to work in a place like this? You are hesitating, but you need to decide:
[[I have sisters who can work here!->barjob2]]
[[I can't have them work here->Bar]]
[[Go back ->Bar inside]]
<<widget "updateLocations">>
<<if $period is "Morning">>
<<set $bigsisLocation = either("Bathroom","Kitchen")>>
<<set $lilsisLocation = either("lilsisroom","Kitchen")>>
<<set $momLocation = either("Kitchen","Livingroom")>>
<<elseif $period is "Afternoon">>
<<set $bigsisLocation = either("hallway","bigsisroom", "Livingroom")>>
<<set $lilsisLocation = either("Bathroom","Your room")>>
<<set $momLocation = either("momroom","Kitchen")>>
<<elseif $period is "Evening">>
<<set $bigsisLocation = either("Livingroom","bigsisroom")>>
<<set $lilsisLocation = either("Livingroom","lilsisroom")>>
<<set $momLocation = either("Livingroom", "Bathroom")>>
<<else>> <!-- Night -->
<<set $bigsisLocation = "bigsisroom">>
<<set $lilsisLocation = "lilsisroom">>
<<set $momLocation = "momroom">>
<</if>>
<<if $bigsiswork and $period is "Evening">>
<<set $bigsisLocation to "Bar">>
<<set $bigsisworkedtoday to true>>
<</if>>
<<if $lilsiskidnapped>>
<<set $lilsisLocation to "Brothel">>
<</if>>
<<if $momkidnapped>>
<<set $momLocation to "Gang HQ">>
<</if>>
<<if $bigsiskidnapped>>
<<set $bigsisLocation to "Gang HQ">>
<</if>>
<<if $ghBigsis>>
<<set $bigsisLocation to "Glory House">>
<</if>>
<<if $ghLilsis>>
<<set $lilsisLocation to "Glory House">>
<</if>>
<<if $ghMom>>
<<set $momLocation to "Glory House">>
<</if>>
<</widget>>
<<widget "updateLocationDisplay">>
<<set $locationDisplay = {
"lilsisroom": $namelilsis + "'s room",
"bigsisroom": $namebigsis + "'s room",
"momroom": $namemom + "'s room",
"Your room": "Your room",
"Livingroom": "Living room",
"Kitchen": "Kitchen",
"Bathroom": "Bathroom",
"hallway": "Hallway",
"none": "Not here",
"Bar": "Bar",
"Brothel": "Brothel",
"Gang HQ": "Gang HQ",
"Glory House": "Glory House"
}>><</widget>><<if $energy >=10>>
<img src="img/daisy/talk.png" style="max-width:60%;">
<<player>> You holding up good? <</player>>
<<lilsis>> I think so. It is kinda hard here without dad, but atleast we still have eachother <</lilsis>>
<<player>> Yeah, and that is important. <</player>>
You talk some more, sharing small thoughts and passing the time. By the end of the conversation, it's clear she feels more comfortable around you.
<<silently>><<advanceHour>>
<<set $lilsisLove += 3>>
<<set $energy -= 10>><</silently>>
<em>Love increased slightly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>>
<<if $energy >= 15>>
<<if $lilsisCorruption <40>>\
You grope $namelilsis's fat ass!
<img src="img/daisy/grope1.gif" alt="Scene image">\
<<lilsis>>What are you doing!<</lilsis>>
<<elseif $lilsisCorruption >=40 and $lilsisCorruption <=70>>\
You pull on her thong, making her fat ass bounce!
<img src="img/daisy/gropekitchen.webp" alt="Scene image">
<<lilsis>>Hah, you are a silly guy, $player!<</lilsis>>
<<elseif $lilsisCorruption >70>>\
You grab $namelilsis's fat ass!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/grope5.webm" type="video/webm"> </video>
<<lilsis>>Your hands feel so good, $player!<</lilsis>>
<</if>>\
<<silently>>
<<advanceHour>>
<<set $lilsisCorruption += 3>>
<<set $energy -= 15>><</silently>>
<em>Corruption increased slightly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<<if $lilsisCorruption <=90>>
<img src="img/daisy/talk.png" style="max-width:60%;">
<<lilsis>> What's up $player? <</lilsis>>
<<else>>
<<lilsis>> Heey $player, I've missed your.. cock..<</lilsis>>
You can clearly tell she is horny. $namelilsis pulls her shirt down and exposes her small boobs.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/tease1.webm" type="video/webm"> </video>
<</if>>
<<linkreplace "Kiss">>
<<if $lilsisCorruption >= 10>>
<<goto "lilsiskiss">>
<<else>>
She pushed you away! (Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Handjob">>
<<if $lilsisCorruption >= 40>>
<<goto "lilsishandjob">>
<<else>>
<<lilsis>> Ew what? No!<</lilsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Blowjob">>
<<if $lilsisCorruption >= 60>>
<<goto "lilsisblowjob">>
<<else>>
<<lilsis>> Ew what? No!<</lilsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Sex">>
<<if $lilsisCorruption >= 80>>
<<goto "lilsissex">>
<<else>>
<<lilsis>> Ew what? No!<</lilsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
[[Go back ->hallway]]<<if $energy>=10>>
<img src="img/daisy/kiss.gif" style="max-width:80%;">
She doesn’t get a word out before you kiss her. There’s a brief moment of hesitation, but then she softens, letting it happen — and by the end, it’s clear she liked it.
<<silently>>
<<set $lilsisLove += 5>>
<<set $lilsisCorruption += 6>>
<<set $energy -= 10>>
<<advanceHour>>
<</silently>>
<em>Corruption and love increased noticeably.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>>
<<if $energy>=15>>
<<if $lilsisCorruption<=60>>
<<lilsis>> Yeah why not <</lilsis>>
She takes your dick out and start jerking it!
<video src="img/daisy/handjob1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
$namelilsis take off her clothes and grabs your dick. She strokes it slowly at first, then picks up speed making you close to orgasm.
<img src="img/daisy/handjob2.gif" style="max-width:80%;">
<</if>>
<<silently>><<advanceHour>>
<<set $lilsisLove += 8>>
<<set $lilsisCorruption += 10>>
<<set $energy -= 15>> <</silently>>
<<linkreplace "Cum">>
Her hands make you blast cum on her petite tits.
<video src="img/daisy/handjobcum.webm" autoplay muted loop style="max-width:80%;"></video><</linkreplace>>
<em>Corruption and love increased significantly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<<if $energy >= 15>>
<<if $lilsisCorruption<=80>>
$namelilsis got on her knees and starts sucking!
<video src="img/daisy/blowjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
$namelilsis eagerly gets on her knees and start unbucking your pants. She takes your dick out and quickly put it in her mouth. You can tell she wants this.. bad..
<video src="img/daisy/blowjob1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<if $bigsisCorruption>60 and random(1,100)>60>>
You notice $namebigsis is watching..
<video src="img/angel/angelhiding.webm" autoplay muted loop style="max-width:80%;"></video>
<em>$namebigsis's corruption increased slightly.</em>
<<set $bigsisCorruption += 3>>
<</if>>
<<linkreplace "Cum">>
$namelilsis sucks your dick so good you can't hold it anymore. You empty your balls on her face.
<video src="img/daisy/facial.webm" autoplay muted loop style="max-width:80%;"></video><</linkreplace>>
<em>Corruption and love increased significantly.</em>
[[Done->hallway]]
<<silently>><<skipPeriod>><<updatePeriod>>
<<set $lilsisLove += 10>>
<<set $lilsisCorruption += 12>>
<<set $energy -= 15>><</silently>>
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<<if $energy >= 25>>
<<set _sex = either("fuck1","fuck3","fuck4","fuck5","fuck6")>>
$namelilsis eagerly start undressing. You insert your dick in her tight pussy, and she immediately start grinding on your dick!
<<if _sex is "fuck1">>
<video src="img/daisy/fuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck3">>
<video src="img/daisy/fuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck4">>
<video src="img/daisy/fuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck5">>
<video src="img/daisy/fuck5.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/daisy/fuck6.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<silently>><<skipPeriod>><<updatePeriod>>
<<set $lilsisLove += 15>>
<<set $lilsisCorruption += 15>>
<<set $energy -= 25>><</silently>>
<<linkreplace "Creampie">>
She gets on top of you and starts riding. $namelilsis's ass is so good you can't hold it for long before you feel orgasm and fill her pussy up with cum.
<video src="img/daisy/ridingend.webm" autoplay muted loop style="max-width:80%;"></video><</linkreplace>>
<em>Corruption and love increased greatly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 25).
<<back>>
<</if>>
You slowly open your eyes and see....
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/wakeup.webm" type="video/webm">
</video>
<<player>> Wow! What are you doing? <</player>>
<<lilsis>>Im super horny, $player! Can you please fuck me? <</lilsis>>
[[You don't have to ask me twice! ->lilsiswakeup2]]
<</cont>>
You fuck $namelilsis on your bed!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/fuck2.webm" type="video/webm">
</video>
<<silently>>
<<set $lilsiswakeup1 to false>>
<<advanceHour>> <</silently>>
Corruption and love increased.
<<set $lilsisLove += 15>>
<<set $lilsisCorruption += 15>>
[[Finish and get out of bed->Your room]]<<if $gangdom>80 and $bigsisCorruption>50>>
<<bigsis>> Tray said I'm his girl now. Don't touch me, you pathetic bitch <</bigsis>>
<<link "Can I see your boobs?">>
<<goto "bigsisflashsub1">>
<</link>>
<<link "Can I touch your boobs?">>
<<goto "bigsistitfucksub1">>
<</link>>
<<link "Fuck">>
<<goto "bigsisfucksub1">>
<</link>>
<<link "I wanna watch..">>
<<goto "bigsiswatch1">>
<</link>>
<</if>>
<<if $gangdom<=80>>
<<if $bigsisCorruption<60>>
<img src="img/angel/angeltalk.jpg" style="max-width:80%;">
<<bigsis>> My eyes are up here...<</bigsis>>
<<else>>
<video src="img/angel/horny.webm" autoplay muted loop style="max-width:80%;"></video>
<<bigsis>> Please play with me, $player..<</bigsis>>
<</if>>\
<<linkreplace "Kiss">>
<<if $lilsisCorruption >= 10>>
<<goto "bigsiskiss">>
<<else>>
She pushed you away! (Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Handjob">>
<<if $bigsisCorruption >= 35>>
<<goto "bigsishandjob">>
<<else>>
<<bigsis>> Haha! Keep dreaming!<</bigsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Tittyfuck">>
<<if $bigsisCorruption >= 45>>
<<goto "bigsistitfuck1.1">>
<<else>>
<<bigsis>> With your little dick? Wouldn't even work.<</bigsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Blowjob">>
<<if $bigsisCorruption >= 65>>
<<goto "bigsisblowjob">>
<<else>>
<<bigsis>> I would rather eat TNT.<</bigsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Sex">>
<<if $bigsisCorruption >= 85>>
<<goto "bigsissex">>
<<else>>
<<bigsis>> Im not having sex with your pathethic ass. I bet my littlefinger is bigger than you dick.<</bigsis>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<</if>>
[[Go back ->hallway]]<<if $energy >=10>>
<img src="img/angel/kiss.jpg" style="max-width:80%;">
You lean in before she has time to react. She immediately shoves you away, snapping “fuck you” under her breath. Still, as she turns aside, you catch the faintest hint of color in her cheeks — a reaction she clearly didn’t intend to show. She tries to say something insulting.
<<bigsis>> You are such a weirdo<</bigsis>>
<<silently>>
<<advanceHour>>
<em>Corruption and love increased noticeably.</em>
<<set $bigsisLove += 5>>
<<set $bigsisCorruption += 6>>
<<set $energy -= 10>><</silently>>
<em>Corruption and love increased noticeably.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>>
<<if $energy >=15>>
<<bigsis>> You wants these hands again dont you, you little perv?<</bigsis>>
She takes your dick out and start working with it! You can tell she have done this before!
<<if $bigsisCorruption >=80>>
<video src="img/angel/handjob1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $bigsisCorruption >=60>>
<video src="img/angel/handjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/angel/handjob3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
Her hands make you blast cum on her big breasts
<video src="img/angel/handjobcum1.webm" autoplay muted loop style="max-width:80%;"></video><</linkreplace>>
<<silently>>
<<advanceHour>>
<<set $bigsisLove += 8>>
<<set $bigsisCorruption += 10>>
<<set $energy -= 15>><</silently>>
<em>Corruption and love increased significantly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<<if $energy >=15>>
<<set _blowjob = either("blowjob1","blowjob2")>>
<<if _blowjob is "blowjob">>
<video src="img/angel/blowjob1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/angel/blowjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
Her hands make you blast cum on her big breasts
<video src="img/angel/bjcum.webm" autoplay muted loop style="max-width:80%;"></video><</linkreplace>>
<<silently>> <<skipPeriod>><<updatePeriod>>
<<set $bigsisLove += 10>>
<<set $bigsisCorruption += 12>>
<<set $energy -= 15>><</silently>>
<em>Corruption and love increased significantly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy >=25>>
<<set _sex = either("fuck1","fuck3","fuck4","fuck5","fuck6","fuck2")>>
<<if _sex is "fuck1">>
You fuck $namebigsis's ass in doggystyle!
<video src="img/angel/fuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck2">>
You lay down and watch as $namebigsis climb on top of your dick and start riding. You enjoy watching her ass bounce as your dick thrust her pussy.
<video src="img/angel/fuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck3">>
$namebigsis gets on top and rides your dick! You love watching her huge boobs bounce as she's grinding on your dick..
<video src="img/angel/fuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck4">>
$namebigsis is laying on her back, spreading her legs for your dick. You fuck her pussy while watching her big boobs bounce on each thrust.
<video src="img/angel/fuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck5">>
$namebigsis press your chest down and holds you down as she eagerly rides your dick!
<video src="img/angel/fuck5.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
$namebigsis gets on top and rides your dick! You love watching her huge boobs bounce as she's grinding on your dick..
<video src="img/angel/fuck6.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Creampie!">>
Her hands make you blast cum on her big breasts
<video src="img/angel/creampie.webm" autoplay muted loop style="max-width:80%;"></video> <</linkreplace>>
<<silently>><<skipPeriod>><<updatePeriod>>
<<set $bigsisLove += 15>>
<<set $bigsisCorruption += 15>>
<<set $energy -= 25>><</silently>>
<em>Corruption and love increased greatly.</em>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 25).
<<back>>
<</if>>
You wake up to the someone knocking on the door.
<<player>> Come in! <</player>>
<<cont append>>\
$namebigsis carefully opens the door. She looks at you, walk inside and closes the door behind her.
<video src="img/angel/talk.webm" autoplay muted loop style="max-width:80%;"></video>
<<bigsis>> This is super weird but I need something from you.<</bigsis>>
<<player>> Are you gonna spit on me or something? <</player>>
<<bigsis>> No no! I have been hearing you and $namelilsis fuck lately, and i have been thinking about it alot. <</bigsis>>
<<player>> Ehmm... What are you saying? <</player>>
<<bigsis>> I need you to fuck me. Like I really need it. <</bigsis>>
<video src="img/angel/titdrop3.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>> Damn! Alright, get [[over here! ->bigsiswakeup2]]<</player>>
<</cont>>
$namebigsis takes out your dick and start sucking you immediately!
<video src="img/angel/wakeup2.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>> Oh my god! You are eating my dick up<</player>>
You close you eyes while she is working with her mouth. You only hear the sound sh is making while your dick is suffocating her throat. Gwuaq gwuaq
<<bigsis>>* Gwuaq gwuaq* <</bigsis>>
She suddenly jumps on top!
<video src="img/angel/wakeup1.webm" autoplay muted loop style="max-width:80%;"></video>
Corruption and love increased.
[[Finish and get out of bed->Your room]]
<<set $bigsiswakeup1 to false>>
<<advanceHour>>
<<set $bigsisLove += 15>>
<<set $bigsisCorruption += 15>>
<<if $energy>=15>>
<<set _tit = either("tit1","tit2")>>
<<bigsis>> You want to see these girls?<</bigsis>>
She slowly pull her shirt up, making her big tits drop.
<video src="img/angel/titdrop2.webm" autoplay muted loop style="max-width:80%;"></video>
She takes your dick and places it between her big boobs. She hold eyecontact with you while she starting jerking your dick with her juicy boobs.
<<if _tit is "tit1">>
<video src="img/angel/titfuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<<set $titfuck1 to true>>
<<else>>
<video src="img/angel/titfuck2.mp4" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<bigsis>> [[Ahhh fuck!!->bigsistitfuck1.2]]<</bigsis>>
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>You can't hold it anymore. Her tits are to good, you can't resist orgasm.
<<if $titfuck1 is true>>
<video src="img/angel/titfuckcum.mp4" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/angel/titfuck2cum.mp4" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<set $titfuck to false>>
You make a mess on her boobs. She smirks.
<<bigsis>> You came already? Well I can't blame you<</bigsis>><<silently>>
<<skipPeriod>><<updatePeriod>>
<em>Corruption and love increased significantly.</em>
<<set $bigsisLove += 10>>
<<set $bigsisCorruption += 12>>
<<set $energy -= 15>><</silently>>
[[Done->hallway]]
As you are walking to the bathroom, you see $namelilsis walks out almost naked. She just got out of the shower.
[[Leave it be ->Bathroom]]
[[Peek at her ->peekwalking]]
As $namelilsis walk past you, you turn your head around and looks at her juicy ass walking.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/walkinghallway.webm" type="video/webm">
</video>
[[Enough now ->Bathroom]]
[[Grope ->gropewalk]]You grope her fat ass.
<img src="img/daisy/grope2.gif" alt="Scene image">
<<lilsis>>Ehm.. What are you doing? <</lilsis>>
<<if $lilsisLove >50 and $lilsisCorruption >50>>
<<player>> [[Wanna fuck->lilsisfuck1]] <</player>>
<<else>>
Not enough love or corruption!
<<player>> Ehhm sorry I fell. [[Im sorry->Bathroom]] <</player>>
<</if>>You follow with Tray and two of his bodyguards. He takes you deeper inside the building.
<<tray>> Since you are new around here, I will be kind<</tray>>
<<player>> You will be kind?<</player>>
<<tray>> Yeah, so listen up. <</tray>>
Suddenly he stops in a hallway. He looks at you. You get a felling this place is dangerous
<<tray>> In this place the strong are on top. If you are a bitch, you will get treated like a bitch. Do you understand? <</tray>>
<<player>>Ehm.. Im not sure...<</player>>
<<tray>> Come, I will show you. <</tray>>
<img src="img/others/gang/couple.jpg" style="max-width:80%;">
Tray brings you into a werid looking jail room. You see a blond girl talking to a guy inside. It seems like they are a couple, [[but something is off.->ganghqstop4]]<img src="img/ai/ganghqjail.png" style="max-width:80%;">
The couple are looking stressed.
<<ned>> Please Tray! Not again, give me one more chance please!<</ned>>
You hear the desperation in the guys voice.
<<tray>> Shut your mouth, cuck!<</tray>>
The guy stopped talking immediately when Tray shouted at him. You can look that he is scared.
<<tray>> So, Ned over here decided he didn't want to pay our fees anymore.<</tray>>
<<player>>Fees? What is happening?<</player>>
<<tray>>Yes. You are going to pay as well. This is what's happening if you dont. Now you shut the fuck up and watch, ok?<</tray>>
Tray and the other guards walks towards the girl. They start to undress her, touching her boobs as they [[reveal her naked body.->ganghqstop5]]
<video src="img/others/gang/vanessacuck1.webm" autoplay muted loop style="max-width:80%;"></video>
You don't know what to do. This feels wrong. They are punishing the guy by fucking his girl? What's going to happend to me if I can't pay the fees? You look away while they are taking their cocks out.
<<tray>> $player! You are going to watch what's gonna happend if you don't follow our rules!<</tray>>
You look back. Their dicks are already in Vanessa's mouth. You get eyecontact with her.
<img src="img/others/gang/vanessabj.jpg" style="max-width:80%;">
<<tray>> You like these big black cocks, don't you? <</tray>>
Vanessa is trying anwser back, but can't. You see Ned in the background just standing there, watching everything unfold.
<<tray>> Ned! Take your clothes off and jerk off your little dick. [[You are going to cum wathcing us fuck your girl!!->ganghqstop6]] <</tray>>
<video src="img/others/gang/vanessacuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<tray>> Who owns this pussy, huh? <</tray>>
<<vanessa>> You do! Tray owns my pussy! <</vanessa>>
She screams. You don't know anymore if she likes this or not. It looks like she is in a type of trance.
Suddenly vanessa gets on the ground as Tray and the other guard starts cumming on her face, right infront of Ned.
<video src="img/others/gang/vanessacuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<<tray>>Ned, [[come over here quick!->ganghqstop7]] <</tray>><img src="img/others/gang/vanessacum.jpg" style="max-width:80%;">
Vanessa's face is dripping with cum after they are done with her.
<<ned>>Please, is this necessary? <</ned>>
<<tray>>Give your girl a big wet kiss! <</tray>>
Tray force Ned to the ground and the guard pushes Vanessa face towards Ned, so she starts making out with him. You can see Ned is closing his eyes while they are making out.
<video src="img/others/gang/vanessacuck3.webm" autoplay muted loop style="max-width:80%;"></video>
After a while, you follow Tray outside the room.
<<tray>>Now you have learned what the consequences are. Just listen to me and pay your 150 cash fee. You pay every five days. First collection is in five days. Don’t make me repeat myself. If you don't pay up, I hope you have hot sisters.<</tray>>
<<silently>>
<<set $rentActive = true>>
<<set $rentStartDay = $day>>
<<set $talkedtoboss to true>>
<<advanceHour>><</silently>>
[[The guard takes you outside ->ganghq]]
<<player>> I have sisters who can work here!<</player>>
His demeanor suddenly changed. He walks over to you.
<<barowner>> You got sisters who can work? <</barowner>>
<<player>> Yes, my sister $namebigsis can help out!<</player>>
<<barowner>>Great. She starts tomorrow. I will get her clothes for work, wait here. <</barowner>>
He walks to the backroom and gets some clothes. He comes back and gives it to you.
<<barowner>>Make sure shes uses these. <</barowner>>
The bar owner walks away. Shit, I need to talk to $namebigsis [[quick->barjob3]]You rush home fast and find $namebigsis walking out of the bathroom.
<img src="img/angel/angeltalk.jpg" style="max-width:80%;">
<<player>>$namebigsis!<</player>>
<<bigsis>>Wow, calm down weirdo.<</bigsis>>
<<player>>I got you a job at the bar! You start tomorrow!<</player>>
<<bigsis>>Are you insane? Im not going to work for them there.<</bigsis>>
<<player>>You have to! The gang leader gave us weekly fee to pay. If we can't pay it in time, they will.... eh.. attack us!<</player>>
<<bigsis>>Why can't you work there? Why do I have to?<</bigsis>>
<<player>>I tried to get a job there, but they didn't want me there.<</player>>
<<bigsis>>Don't blame them for that. Well I can try out, but if its bad im quitting! <</bigsis>>
<<player>>Also, you have to wear these.<</player>>
You give $namebigsis the clothes you got. She walks to her room to change. After some minutes, she [[comes outside->barjob4]]
<<widget "processbigsisWork">>
<<if $bigsisworkedtoday and not $bigsiskidnapped>>
<<set $money += 25>>
<<set $bigsisCorruption += 5>>
<<set $gangdom += 15>>
<<set $bigsisworkedtoday to false>>
<<print $namebigsis>> worked at the bar today and earned 25 money!
<</if>>
<</widget>>
<video src="img/angel/hallway.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>>Wow! These clothes are revealing!<</player>>
<<bigsis>>I actually like these. My new boss got good taste.<</bigsis>>
She smirks.
<<player>>Whatever, we just need money!<</player>>
Hopefully this works out!
<<silently>><<advanceHour>>
<<set $bigsiswork to true>>
<<set $askwork = true>><</silently>>
[[hallway]]You see $namebigsis getting raped by a gangmember!
<video src="img/angel/outsidebar.webm" autoplay muted loop style="max-width:80%;"></video>
[[Try to save her!->fightbigsisoutside]]
[[Run away->Bar]]<img src="img/ai/trader.png" style="max-width:80%;">
<<button "Items info">>
<<script>>
Dialog.setup("Items info");
Dialog.wiki(Story.get("items info").processText());
Dialog.open();
<</script>>
<</button>>
The trader eyes you.
You have $<<print $money>>.
<<barricadeBuy>>\
<<whitemonsterBuy>>\
<<proteinBuy>>\
<<vitaminBuy>>\
<<gunBuy>>\
<<ammoBuy>>
[[Look at porn collection->buyporn1]]
(More items will come. WIP)
[[Leave->trader]]
<<if $barricadeMaterials >= 1 and $energy >= 40>>
You spent some time reinforcing the house.
<em>Increased security!</em>
<<silently>><<set $security += 15>>
<<set $barricadeMaterials -= 1>>
<<set $energy -= 40>>
<<skipPeriod>>
<<updatePeriod>>
<<updateLocations>><</silently>>
<<else>>
<<if $barricadeMaterials < 1>>
You don't have any materials!
<<elseif $energy < 40>>
You're too exhausted to reinforce the house.
<</if>>
<</if>>
[[hallway]]<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "fightbigsiswin">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "fightbigsiswin">>
<<else>>
<<goto "fightbigsislost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "fightbigsiswin">>
<<else>>
<<goto "fightbigsislost">>
<</if>>
<</if>>
<<advanceHour>>You fought of the gangmember and take $namebigsis's mouth for yourself!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/blowjob3.webm" type="video/webm"></video>
$namebigsis likes you more!
Gangdom decreased!
[[Go back->hallway]]
<<set $gangdom -= 5>>
<<set $bigsisLove += 10>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $energy -= 20>>You lost the fight and passed out.
As you slowly wake up, you feel something wet dripping on your face. You open your eyes and see....
<<cont append>>\
<<if random(1,100)>50>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/beaten7.webm" type="video/webm"></video>
<<else>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/beaten8.webm" type="video/webm"></video>
<</if>>
$namebigsis became more corrupted!
Gangdom increased!
[[Go back->hallway]]
<<set $gangdom += 10>>
<<set $bigsisCorruption += 10>> <</cont>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $energy -= 20>><<if $bigsisCorruption <50>>
You see $namebigsis showering with a gangmember!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/showerchaos.webm" type="video/webm"></video>
<<else>>
You see a gangmember is fucking $namebigsis!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/showergang.webm" type="video/webm"></video>
<</if>>
[[Intervene!->fightbigsis1]]
[[Leave!->hallway]]
You feel something wet dripping on your face
<<cont append>>\
You open your eyes to see a gangmember fucking $namebigsis on top of you!
<video src="img/angel/wakeupcuck.webm" autoplay muted loop style="max-width:80%;"></video>
[[Intervene!->bigsiswakeupcuck2]]
[[Just wake up and leave ->hallway]]
<<set $bigsiswakeupcuck to false>><</cont>>
<<advanceHour>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "bigsiswakeupcuckwin">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "bigsiswakeupcuckwin">>
<<else>>
<<goto "wakeupcuckfightlost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "bigsiswakeupcuckwin">>
<<else>>
<<goto "wakeupcuckfightlost">>
<</if>>
<</if>>
As you slowly wake up, you feel something is happening on your bed. You open your eyes and see..
<<cont append>>\
<video src="img/angel/angelcuck.webm" autoplay muted loop style="max-width:80%;"></video>
$namebigsis is getting fucked on your bed!
[[You walk, letting them continue on your bed->hallway]]
$namebigsis became more corrupted!
Gangdom increased!
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $gangdom += 10>>
<<set $bigsisCorruption += 10>> <</cont>>
<<set $energy -= 20>>You beat him up and take $namebigsis for yourself!
<video src="img/angel/fuck1.webm" autoplay muted loop style="max-width:80%;"></video>
$namebigsis likes you more!
Gangdom decreased!
[[hallway]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $gangdom -= 5>>
<<set $bigsisLove += 10>>
<<set $energy -= 20>><img src="img/ai/kitchen.png" style="max-width:80%;">
You walk in on a gangmember fucking $namebigsis!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/beaten3.webm" type="video/webm">
</video>
[[Intervene!->fightkitchenbigsis]]
[[Walk out->hallway]]
<<advanceHour>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "fightkitchenbigsiswin">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "fightkitchenbigsiswin">>
<<else>>
<<goto "fightkitchenbigsislost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "fightkitchenbigsiswin">>
<<else>>
<<goto "fightkitchenbigsislost">>
<</if>>
<</if>>
You fought of the gangmember and take $namebigsis's pussy for yourself!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/fuck4.webm" type="video/webm">
</video>
$namebigsis likes you more!
Gangdom decreased!
[[Go back->hallway]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $gangdom -= 5>>
<<set $bigsisLove += 10>>
<<set $energy -= 20>>You lost the fight and passed out.
As you slowly wake up, you feel something wet dripping on your face. You open your eyes and see....
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/beaten7.webm" type="video/webm"></video>
$namebigsis became more corrupted!
Gangdom increased!
[[Go back->hallway]]
<<set $gangdom += 10>>
<<set $bigsisCorruption += 10>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<</cont>>
<<set $energy -= 20>><<advanceHour>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "fightlilsiswin">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "fightlilsiswin">>
<<else>>
<<goto "fightlilsislost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "fightlilsiswin">>
<<else>>
<<goto "fightlilsislost">>
<</if>>
<</if>>You fought of the gangmember and take $namelilsis's fat ass for yourself!
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/fuck1.webm" type="video/webm"></video>
$namelilsis likes you more!
Gangdom decreased!
[[Go back->hallway]]
<<set $gangdom -= 5>>
<<set $lilsisLove += 10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>>You lost the fight and passed out.
As you slowly wake up, you feel something wet dripping on your face. You hear alot of moaning and a weird clapping sound. You open your eyes and see....
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/beaten1.webm" type="video/webm"></video>
$namelilsis became more corrupted!
Gangdom increased!
[[Go back->hallway]]
<<set $gangdom += 10>>
<<set $lilsisCorruption += 10>> <</cont>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>><<widget "checkRent">>
<<if $rentActive>>
<<if ($day - $rentStartDay) % $rentInterval is 0 and $day != $rentStartDay>>
<<if $money >= $rentCost>>
<<set $rentpaid = true>>
<<else>>
<<set $rentFail = true>>
<</if>>
<</if>>
<</if>>
<</widget>>
<img src="img/ai/trader.png" style="max-width:80%;">
<<if $censoredporn and $bigassporn and $bigboobsporn and $gangbangporn and $milfporn and $hentaiporn>>\
<<trader>>You have already bought all the porn I had, you fucking gooner..<</trader>>
<</if>>\
<<trader>>So you want to buy some porn, huh? I have the right stuff for you.<</trader>>
He laughs.
You look at the collection for something you like.
<<if not $censoredporn>>\
[[Whiteboy porn (Cost 20)->Whiteboy porn]]
<</if>>\
<<if not $hentaiporn>>\
[[Hentai (Cost 50)->hentaibuy]]
<</if>>\
<<if not $milfporn>>\
[[MILF (Cost 80)->milfpornbuy]]
<</if>>\
<<if not $bigboobsporn>>\
[[Big boobs (Cost 100)->Big Boobs]]
<</if>>\
<<if not $bigassporn>>\
[[Big ass (Cost 100)->Big ass]]
<</if>>\
<<if not $gangbangporn>>\
[[Gangbang (Cost 150)->gangbangpornbuy]]
<</if>>\
[[Back->tradeshop]]
<img src="img/ai/ganghqhallway.png" style="max-width:80%;">
[[Tray's room->trayroom]]
<<if $momkidnapped and $findmomkidnapped>>\
<<link "Go see $namemom's room">>
<<goto "hqmom1">><</link>> <<elseif $momkidnapped>>
<<link "Go see $namemom's room">>
<<goto "momkidnappedgang1">>
<</link>><</if>> <<momgangIcon>>
<<if $bigsiskidnapped and $findbigsiskidnapped>>\
<<link "Go to breeding room">>
<<goto "breedingroom">>
<</link>> <<bigsisgangIcon>>
<<elseif $bigsiskidnapped>>\
<<link "Look for $namebigsis">>
<<goto "hqbigsis1">> \
<</link>> <<bigsisgangIcon>>
<</if>> \
<<if $gfwork and $period is "Evening">>\
<<link "Look for $namegf">>
<<goto "gfwork1">>\
<</link>> <<gfwork>>
<</if>>\
<<if $knownicole is true and not $nicoleUnlocked>>\
[[Search for Nicole->nicolesearch]]
<</if>>\
<<if $nicoleUnlocked and not $nicolekidnapped>>\
[[Go see Nicole->nicole1]]
<</if>>\
[[Go back->ganghq]]<img src="img/ai/insidebar.png" style="max-width:80%;">
You move through the bar, making small talk where you can, but the atmosphere feels off. You stand out and you know it.
<<if $bigsisCorruption >=80 and $gangdom >=70 and random(1,100)>70>>\
<<gangmember>>Yo witheboy! This your sister?<</gangmember>>\
He shows you his phone with a video on it.
<video src="img/angel/cuckvideo.webm" autoplay muted loop style="max-width:80%;"></video>
He laughs and walk away. You don't know what to feel.
<</if>>\
[[Back->Bar inside]]
<<advanceHour>>
<<silently>>
<<if $nicoleUnlocked and not $vanessaTricked and random(1,100) >70>>
<<goto "vanessatrick1">>
<</if>>
<<if $bigsiswork is true and $metjack is false and random(1,100) <30>>\
<<goto "metjack1">>
<</if>>
<<if $gnUnlocked and random(1,100)>80 and not $barevent1>>
<<goto "barevent1">>
<</if>>
<<if random(1,100)>=90>>
<<goto "barevent2">>
<</if>>
<</silently>>You walk around the bar trying to talk to someone. Suddenly you hear someone yell after you...
<<jack>>Ayo whiteboy! Come over here! <</jack>>
You walk over to him.
<<player>>Do I know you?<</player>>
<<jack>>No you don't. Are you the new whiteboy under Tray's control? <</jack>>
<<player>>What do you mean under Tray's control?<</player>>
<<jack>>Do you pay his "fees"?<</jack>>
<<player>>Yes<</player>>
<<jack>>Then you are under his control, dumbass<</jack>>
<<player>>Are you also paying him?<</player>>
He laughs out loud.
<<jack>>Hah! You are funny, whiteboy<</jack>>
[[You just stand there looking at him->metjack2]]
<<jack>>I have a little offer for you.<</jack>>
<<player>>What offer?<</player>>
<<jack>>I got some information on Tray. Could be useful for you. <</jack>>
You sit down infront of him. Maybe this can be helpful escaping Tray's grasp!
<<player>>Okey Im listening.<</player>>
<<jack>>But its not free. You gotta give me something I want. <</jack>>
<<player>>I don't really have much, but I will get it!<</player>>
<<jack>>I want your hot sister for a night. She is so hot walking around here with those big juicy boobs.<</jack>>
<<player>>What? That's not happening!<</player>>
<<jack>>Well, I guess you're not getting the info then.<</jack>>
<<player>>Please! Anything else!<</player>>
He thinks for some time...
<<jack>>Either you bring me your sister or you can give me 1 000 money. Now get the fuck out of here, you have been to close to me for to long now.<</jack>>
[[Back->Bar inside]]
<<set $metjack to true>>
<<advanceHour>><<jack>>Changed your mind?<</jack>>
[[Give him your sister->jackbigsis1]]
<<if $money >= 1000>>
<<link "Give him 1000 money">>
<<set $money -= 1000>>
<<goto "jackinfo">>
<</link>>
<<else>>
Not enough money!
<</if>>
[[Go back->Bar inside]]<<jack>>Tray have a sister. Her name is Nicole.<</jack>>
<<player>>Okey? What about that. <</player>>
<<jack>>Nothing much. Do what you want with that information.<</jack>>
<<player>>Is that it? How is that going to help me?<</player>>
<<jack>>She is living inside the gangHQ. You will probably find her there. If you get past the guard. I know Tray loves her very much. <</jack>>
(Tray's sister is now unlocked, you can find her at gangHQ)
[[Go back->Bar inside]]
<<set $knownicole to true>><img src="img/ai/insidebar.png" style="max-width:80%;">
$namebigsis is not at the bar.
[[Go back->Bar inside]]<<if $bigsisLocation is "Bar">>
<<goto "jackbigsis2">>
<<else>>
<<jack>>So big titty sister it is?<</jack>>
You see he got a big smile on his face..
<<player>>Yes, I will go talk to her...<</player>>
You walk over to $namebigsis, you have to [[convince her->jackbigsis2]]
<</if>><img src="img/angel/angelbikini.jpg" style="max-width:80%;">
You see $namebigsis working with nearly any glothes on.
<<player>>$namebigsis, I need your help..<</player>>
<<bigsis>>Can't you see Im working right now?<</bigsis>>
You pull her to the side.
<<player>>This is important. The guy over there have some info on Tray! Maybe we could use it to stop the forced payment!<</player>>
<<bigsis>>Okey? What's the big "info"?<</bigsis>>
<<player>>That's the thing. He won't tell me for free.. He said he want's to fuck you as payment...<</player>>
<<if $bigsisCorruption >40>>
<<bigsis>>Alright, your big sis is going to fix your problems again.<</bigsis>>
[[She smiles and walks over to Jack->bigsisjack3]]
<<else>>
<<bigsis>>Hah! Fuck off..<</bigsis>>
(Not corrupted enough to help you willingly. Need over 40 corruption)
[[Accept defeat->Bar inside]]
<</if>>$namebigsis walks over to Jack. She bends over the table towards him, teasing him with her big boobs hanging over him.
<<bigsis>>You want me? Follow me<</bigsis>>
Jack looks at you with a big smile. As he follows her towards the backroom, he winks at you.
[[You for them in the bar->bigsisjackwait]]
[[Peek->bigsisjack4]]
WIP
[[Go back->jackbigsis2]]<img src="img/ai/insidebar.png" style="max-width:80%;">
You wait in the bar while they went to the backrooms. After a while you start hearing clapping sounds and $namebigsis moaning. You sit there listening to the music trying to not hear what's happening.
Suddenly Jack comes out. He looks sweaty, but you can see he is clearly happy. [[He walks over to you->bigsisjack5]]You peak inside to see what they are doing.
<video src="img/angel/barcuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<video src="img/angel/fuckcuck.m4v" autoplay muted loop style="max-width:80%;"></video>
<video src="img/angel/fuckcuckcum.m4v" autoplay muted loop style="max-width:80%;"></video>
[[Go back and wait for them to finish->bigsisjack5]]
<<jack>>Your sister is so fucking hot.<</jack>>
<<player>>Alright alright.. Just give me the info now..<</player>>
<<jack>>Ah yeah, almost forgot about that. Follow me.<</jack>>
$namebigsis corruption increased!
<<set $bigsisCorruption += 10>>
[[You follow him to a table and both sit down.->jackinfo]]
You wander around looking for Nicole. After a while walking around, you hear some strange sounds comming from down the hallway. As you get closer, it's more clear which room the sounds are comming from.
<video src="img/others/gang/vanessatray.webm" autoplay muted loop style="max-width:80%;"></video>
You peek inside the open door and see Tray fucking Vanessa, the girl from earlier. It looks like she is enjoying this alot more than last time. Where is the Ned guy? Maybe he is dead? It is scary to think about. This is a dangerous place.
You hear some music comming from some stairs. You slowly walk up, scared to make a noise. There is a door open with loud music comming from inside. You peek inside and see..
<video src="img/others/nicole/nicoletwerk.webm" autoplay muted loop style="max-width:80%;"></video>
You found her! That ass make you stand in the doorway peeking for a couple minutes before you snap back.
<<linkreplace "Now is your chance! Attack!!">>
<<if $playerStrength > 70>>
<<goto "nicolerape">>
<<else>>
You are not strong enough! (need 70)
<</if>>
<</linkreplace>>
[[Go back->ganghq]]
<<set $nicoleUnlocked to true>>You rush inside before she have time to react.
<video src="img/others/nicole/nicolerape2.webm" autoplay muted loop style="max-width:80%;"></video>
<video src="img/others/nicole/nicolerape.webm" autoplay muted loop style="max-width:80%;"></video>
<<linkreplace "Kidnap her">>
<<if $playerStrength > 80>>
<<goto "nicolekidnapped">>
<<else>>
You are not strong enough! (Need 80)
<</if>>
<</linkreplace>>
[[Go back->ganghq]]<img src="img/others/gang/vanessabar.jpg" style="max-width:80%;">
You spot Vanessa standing at the bar. She notices you looking at her, and it looked like she gave you a little smile. Suddnely you see Vanessa starts walking towards you.
<<vanessa>> Hey.. You are $player, right?<</vanessa>>
<<player>>Yes, do you remember me?<</player>>
<<vanessa>> Yeah I do, it's hard to forget that.<</vanessa>>
<<player>>Yea of course. Im sorry that was stupid.<</player>>
<<vanessa>> It's okey. How you holding up?<</vanessa>>
<<player>>Im good, how about you? I can't imagine it's easy around here. And where is Ned?<</player>>
<<vanessa>> Don't worry, Im fine. Ned is still working to pay back Tray what he owes him. Meanwhile Im staying here. <</vanessa>>
<<player>>I understand. I was afraid Ned got killed or something, hah! Lets sit down and [[talk over some drinks?->vanessatrick2]]<</player>>
You and Vanessa spend some time at the bar chatting. You both connect really well. She keeps getting free drinks from the bartender, and you also get some for free.
<<vanessa>> I told you this bartender is hitting on me!<</vanessa>>
You both are drunk.
<<player>>Hah, yeah! Every drink you get is on the house. He is so down bad!<</player>>
You both laugh. While drinking some more, you start flriting with eachother.
<<vanessa>> Why don't we take the party to my room? What do you say?<</vanessa>>
Vanessa smirks.
[[Hell yeah!->vanessatrick3]]
[[Thanks, but I need to go now! It was fun though!->Bar]]<<player>>Hell yeah!<</player>>
<<vanessa>> I just need to go to the bathroom real quick!<</vanessa>>
You wait for Vanessa while she went to the bathroom. You can't even imagine how lucky you are. Vanessa is such a beauty, and those boobs! You sit there for a few minutes, or atleast that's what it's feels like. You're are pretty drunk after all. While waiting you daydream about her, about what you are going to do, and about what might come after.
<<vanessa>>Im ready!<</vanessa>>
You jump up from your seat and follow Vanessa to [[her apartment->vanessatrick4]]Vanessa takes you to her room. You don't see Ned anywhere. Apperantly she have her own room now while he is "working". At this point you are so drunk and horny, you don't even care about Ned.
<<vanessa>>Wait here, I will bring one last drink!<</vanessa>>
You both drink one more glass before she takes you to the bed. Vanessa takes off your shirt and you start taking off hers, reaving her big beautiful breasts.
<video src="img/others/gang/vanessatrick1.webm" autoplay muted loop style="max-width:80%;"></video>
You start sucking on Vanessa's big boobs. You feels your dick is throbbing hard. There is a werid waste in your mouth, but you think its probably the drinks you took earlier.
<<player>>These boobs feels so good<</player>>
<video src="img/others/gang/vanessatrick2.webm" autoplay muted loop style="max-width:80%;"></video>
Vanessa climbs on top of you. Her beautiful exposed pussy in your face.
<video src="img/others/gang/vanessatrick3.webm" autoplay muted loop style="max-width:80%;"></video>
As you lick her, you feel alot of dripping on your face. You're getting so hard thinkin about her wet horny pussy. After a while, you feel little lightheaded. When she climbs off your face, you see...
<<cont append>>\
<img src="img/others/gang/vanessatrick4.webp" style="max-width:80%;">
[[And you pass out...->vanessatrick5]]
<</cont>>Suddenly you wake up. You feel totally shit. Your head is hurting so bad, and notice its light outside. The whole bed is shaking back and forth. You turn around and see Vanessa....
<<cont append>>\
Tray is fucking Vanessa right beside you!
<video src="img/others/gang/vanessatrick5.webm" autoplay muted loop style="max-width:80%;"></video>
[[What the fuck??->vanessatrick6]]
<</cont>>
<video src="img/others/gang/vanessatrick5.webm" autoplay muted loop style="max-width:80%;"></video>
You quickly get out of bed feeling mad and humiliated.
<<player>>What the fuck?!<</player>>
<<tray>> Thanks for cleaning her up. You can leave now. <</tray>>
<<player>>What did you do to me? <</player>>
Vanessa laughs as she looks at you. Tray is still fucking her.
<<tray>> You tried to fuck one of our girls. That's what happend. <</tray>>
<<player>>Your girl? What do you mean? She was into me? <</player>>
<<tray>> It was a test. You shouldn't be touching our girls, but you did. Well, you cleaned her up good though, so thanks I guess. <</tray>>
<<player>>What do you mean cleaned her up? <</player>>
Tray takes his phone up from the bed. He is still fucking Vanessa as he logs into his phone. You hear her moans while standing there almost naked. [[Tray shows you something on his phone..->vanesssatrick7]]<<tray>> You remeber her going to the bathroom before you left the bar? This happend in there.<</tray>>
<video src="img/others/gang/vanessagh.webm" autoplay muted loop style="max-width:80%;"></video>
<<tray>> After she sucked off 5 other guys. All of them cummed on her face and boobs. She was quite messy.<</tray>>
<video src="img/others/gang/vanessatrick6.webm" autoplay muted loop style="max-width:80%;"></video>
<<tray>> Man look at all this!<</tray>>
<img src="img/others/gang/vanessatrick7.webp" style="max-width:80%;">
<<tray>> You didn't even notice how messy she was last night. You were so drugged out, hah! Buy hey, now you learned. Don't touch our girls.<</tray>>
Tray continues to fuck Vanessa as you pick up your clothes. [[You walk out of there humiliated->Eastside]]
Gangdom increased!
<<set $vanessaTricked to true>>
<<set $gangdom += 10>>
<<skipPeriod>>By Rotta6932Version 0.3.5<img src="img/ai/mcroom.png" style="max-width:80%;">
You didn't pay Tray in time and you know there will be consequences.
<<if $bigsiskidnapped>>
You hear someone loudly knocking on the door.
<<else>>
Suddenly you hear $namebigsis calling out for you.
<<bigsis>> $player! Someone is asking for you! <</bigsis>>
<</if>>
[[Go check out->rentfailed2]]
<<set $rentFailMessage to true>>
<<set $gangdom = $gangdom + 30>><img src="img/ai/hallway.png" style="max-width:80%;">
You walk out of you room and see Tray standing there with some of his gangmembers.
<<tray>> Well well well, looks like someone didn't pay up in time. <</tray>>
<<player>> Tray, it's hard out here. Please just give me some more time..<</player>>
<<tray>> You choose. Who's comming with us this time? <</tray>>
<<if not $bigsiskidnapped>>
<<linkreplace "Sacrifice $namebigsis">>
<<goto "rentfailedbigsis">>
<</linkreplace>> <<else>> Tray already have $namebigsis.
<</if>>
<<if not $lilsiskidnapped>>
<<linkreplace "Sacrifice $namelilsis">>
<<goto "rentfailedlilsis">> <</linkreplace>> <<else>> Tray already have $namelilsis.
<</if>>
<<if not $momkidnapped>>
<<linkreplace "Sacrifice $namemom">>
<<goto "rentfailedmom">>
<</linkreplace>> <<else>> Tray already have $namemom.
<</if>>
<<if $momkidnapped and $bigsiskidnapped and $lilsiskidnapped>>
[[Everyone is kidnapped]] <</if>>You look at $namebigsis and you lock eyes. She knows what's about to happen. Before you can say anything $namebigsis start to shake her head.
<<player>> $namebigsis.. <</player>>
<<bigsis>> What! You are a fucking bitch, $player! <</bigsis>>
Tray and his boys takes $namebigsis and drags her out of the house. [[You are left standing there watching it all happen.->hallway]]
<<silently>>
<<set $bigsiskidnapped to true>>
<<updatePeriod>><<updateLocations>>
<<set $rentFail = false>> <</silently>>
<<lilsis>> What? No! $player, don't let them take me! <</lilsis>>
Tray and his crew take $namelilsis with them to Eastside.
<<tray>> She will work for us untill you get me my money. <</tray>>
[[You watch as Tray and his crew drag your sister with them out the door->hallway]]
<<silently>>
<<set $lilsiskidnapped to true>>
<<updatePeriod>><<updateLocations>>
<<set $rentFail = false>> <</silently>><img src="img/ai/brothel.png" style="max-width:80%;">
[[Go inside->brothel2]]
[[Go back->Eastside]]
<<if not $talkedtoboss>>
<<goto "barstop">>
<</if>>You walk inside to find $namelilsis. Random customers are using her!
<<set _sex = either("brothel1","brothel2")>>
<<if $lilsisCorruption<=50>>
She tried to say something, but the dicks in her mouth are making it hard for her.
<<lilsis>> $player! Help me out of here!<</lilsis>>
<<else>>
$lilsis smirks when she sees you
<<lilsis>> You also want some of this good pussy, $player?<</lilsis>> <</if>>
<<if _sex is "brothel1">>
<video src="img/daisy/brothel1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/daisy/brothel2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
Gangdom and $namelilsis's Corruption increased!
<<set $gangdom = $gangdom + 10>>
<<set $lilsisCorruption = $lilsisCorruption + 10>>
<<if $lilsisCorruption>70>>
<<linkreplace "Join in">>
She sucks your dick while a random customer is fucking her from behind.
<video src="img/daisy/brotheljoin.webm" autoplay muted loop style="max-width:80%;"></video>
<<set $energy -= 10>> <</linkreplace>> <</if>>
[[Go back->brothel2]]She is in her room, practicing her dancingskills.
<video src="img/others/nicole/nicoletwerk.webm" autoplay muted loop style="max-width:80%;"></video>
<<linkreplace "Now is your chance! Attack!!">>
<<if $playerStrength > 60>>
<<goto "nicolerape">>
<<else>>
You are not strong enough!
<</if>>
<</linkreplace>>
[[Go back->ganghq]]
You tie her up and take her home!
<<set $nicolekidnapped to true>>
[[hallway]]
Nicole is laying on your bed, waiting for you.
<video src="img/others/nicole/nicolebed.webm" autoplay muted loop style="max-width:80%;"></video>
[[Blowjob->nicoleblowjob]]
[[Fuck her pussy->nicolepussy]]
[[Fuck her ass->nicoleass]]
<<if $clarakidnapped and $nicolekidnapped and not $ghClara>>
[[Threesome with Clara and Nicole->threesome1]]
<<elseif $clarakidnapped and $nicolekidnapped and $ghClara>>
Clara is currently working in the Glory house!
<</if>>
[[Back->Your room]]You enjoy Nicole's juicy lips!
<video src="img/others/nicole/nicoleblowjob.webm" autoplay muted loop style="max-width:80%;"></video>
Knowing this is Tray's little sister makes it 10 times better!
[[You can't hold it anymore!->nicolecum]]<<set _fuck = either("fuck1","fuck2")>>
<<if _fuck is "fuck1">>
You fuck Nicole's fat ass in doggy!
<video src="img/others/nicole/nicolefuck.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You enjoy the view of Nicole's fat ass while she rides your dick!
<video src="img/others/nicole/nicolefuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
[[Send a video to Tray->Traycuck1]]
[[Done->Your room]]
<<advanceHour>>\You fuck Nicole's fat ass!
<video src="img/others/nicole/nicolefuckass.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<advanceHour>>\You blast your cum on Tray's sister!
<video src="img/others/nicole/nicolefacial.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<advanceHour>>\<video src="img/others/nicole/bathroom.webm" autoplay muted loop style="max-width:80%;"></video>
<<advanceHour>>
[[Finish up->hallway]]World War III started, and everything went to shit. You and your family went into hiding in your homemade bunker. You were lucky—your father was a strange builder with a lot of free time.
<<mom>> Mother name: <<textbox "$namemother" "Ava">><</mom>>
<<bigsis>> Older sis name: <<textbox "$namebigsis" "Kendra">><</bigsis>>
<<lilsis>>Younger sis name: <<textbox "$namelilsis" "Lily">> <</lilsis>>
You and your family lived there for five years. Your younger sister grew to love you as a protective big brother, even though you are adopted. Your older sister was still bratty and often a headache to deal with, but over time, it grew on you. You got used to handling her. She probably had a hard time coping with everything that happened at the beginning of the war.
Your mother was loving and caring. She always checked on you, even when you kept to yourself. Your father was always a bit of a dork who didn’t do much for himself. He never had a real job—he just built a lot of random things in and around the house. In the bunker, he mostly kept to himself, watching old cartoon movies.
One night, your parents gathered everyone to share some bad news. [[The power generator had broken down.->intro2]]
The next major goal was clear: leave the bunker and find somewhere else to live.
After jumping from place to place and staying in different locations, you eventually settled in a large mansion. The world was completely different now—total anarchy. There was no government and no functioning infrastructure. Out here, you had to scavenge and survive.
One night, a group of bandits suddenly broke into your house. Your father grabbed the only gun you had and started fighting them. A violent shootout erupted, and he ordered you to run with your sisters and mother to safety. You ran outside and around the house, spotting the bandits’ car with the keys still inside. You got in and waited for your father.
He burst out moments later, badly injured, screaming at you to leave without him. He was still holding the bandits back as they closed in. [[You hesitated—but then you drove away while you still could.->intro3]]After a few hours, the car broke down. You and your family walked toward the nearest town, hiding and avoiding people along the way. You never knew their intentions.
After several days, you reached a large city. You found a house in a good location. After barricading some windows and reinforcing the doors, the house was in livable condition. [[You and your family decided to stay.->Your room]]
<<updatePeriod>>
<<updateLocations>><img src="img/ai/trader.png" style="max-width:80%;">
<<if $bigassporn>>
You already own this
<<elseif $money >= 100>>
<<trader>>You into sum fat ass, huh? Can't blame you..<</trader>>
You bought big ass porn collection!
<<set $bigassporn to true>>
<<set $money -= 100>>
<<else>>
You dont have enough money
<</if>>
[[Go back->buyporn1]]<img src="img/ai/trader.png" style="max-width:80%;">
<<if $bigboobsporn>>
You already own this.
<<elseif $money >= 100>>
<<trader>>You into sum big boobs, huh? Can't blame you..<</trader>>
You bought big boobs porn collection!
<<set $bigboobsporn to true>>
<<set $money -= 100>>
<<else>>
You don't have enough money
<</if>>
[[Go back->buyporn1]]<img src="img/ai/trader.png" style="max-width:80%;">
<<if $censoredporn>>
You already own this.
<<elseif $money >= 20>>
<<trader>>Off course are you buying this..<</trader>>
You bought whiteboy porn collection!
<<set $censoredporn to true>>
<<set $money -= 20>>
<<else>>
You dont have enough money
<</if>>
[[Go back->buyporn1]]<<set _porn = either("porn1", "porn2", "porn3")>>
<<if _porn is "porn1">>
<video src="img/others/pc/bigassporn1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn2">>
<video src="img/others/pc/bigassporn2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/pc/bigassporn3.webm" autoplay muted loop style="max-width:80%;">
</video><</if>>
[[Done->porn1]]
<<set _porn = either("porn1", "porn2", "porn3")>>
<<if _porn is "porn1">>
<video src="img/others/pc/bigtitsporn1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn2">>
<video src="img/others/pc/bigtitsporn2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/pc/bigtitsporn3.webm" autoplay muted loop style="max-width:80%;">
</video><</if>>
[[Done->porn1]]<<set _porn = either("porn1", "porn2", "porn3","porn4","porn5","porn6" )>>
<<if _porn is "porn1">>
<img src="img/others/pc/censoredporn1.gif" alt="Scene image">
<<elseif _porn is "porn2">>
<img src="img/others/pc/censoredporn2.gif" alt="Scene image">
<<elseif _porn is "porn3">>
<img src="img/others/pc/censoredporn3.gif" alt="Scene image">
<<elseif _porn is "porn4">>
<img src="img/others/pc/censoredporn4.gif" alt="Scene image">
<<elseif _porn is "porn5">>
<img src="img/others/pc/censoredporn5.gif" alt="Scene image">
<<else>>
<img src="img/others/pc/censoredporn6.gif" alt="Scene image">
<</if>>
[[Done->porn1]] <<set $money -= $rentCost>>
<<set $rentpaid to false>>
You gave Tray 150 money.
[[Your room]]You can turn on cheat here. If you don't want spoilers, don't turn on before you explore around
<<linkreplace "Toggle debug mode">>
<<set $debugMode = !$debugMode>>
<<if $debugMode>>
Debug mode ENABLED.
<<else>>
Debug mode DISABLED.
<</if>>
<</linkreplace>>
[[Go back->PC1]]<img src="img/ai/searchhouse.jpeg" style="max-width:80%;">
You decide to walk into a random abandoned house to search for some loot. After some time spent inside looking for loot, you stumble upon some moeny and barricade materials!
//You found 1 barricade materials and 23 money//
//You can now search abandoned houses for loot!//
[[Go back->Outside]]
<<silently>>
<<set $cansearchhouse = true>>
<<set $money += 23>>
<<set $searchedHouseToday = true>>
<<set $energy = $energy - 50>>
<<set $eventLock = false>>
<</silently>>
<<widget "explore">>
<<set _roll = random(1, 100)>>
<<if _roll <= 25 and not $badNeighborhoodUnlocked and $cansearchhouse>>
<<set $eventLock = true>>
<<goto "Eastsidefound">>
<<elseif _roll <= 50 and not $uptownUnlocked and $cansearchhouse>>
<<set $eventLock = true>>
<<goto "Uptown">>
<<elseif _roll <= 70 and not $cansearchhouse>>
<<set $eventLock = true>>
<<goto "learnsearchhouse">>
<<elseif _roll <= 85 and not $ghDiscovered>>
<<set $eventLock = true>>
<<goto "gh1">>
<<else>>
<<set $eventLock = true>>
<<goto "Explore">>
<</if>>
<</widget>><img src="img/ai/insidebrothel.png" style="max-width:80%;">
A fine lady behind the counter looks at you.
<<mara>> What are you looking for? <</mara>>
[[Buy services->brothelbuy]]
<<if $lilsiskidnapped>>
<<linkreplace "$namelilsis is here">>
<<goto "brothellilsis">>
<</linkreplace>> <<lisisgangIcon>>
<</if>>
[[Go outside->brothel1]]
<<mara>> Where is your money? Get out!<</mara>>
A bouncer comes over to you. You walk out of the brothel feeling embarrassed..
[[Go back->brothel2]]<<mara>> We got a lot of different tastes! Pick and choose!<</mara>>
<<link "Join a ongoing gangbang (Cost 50)">>
<<if $money >=50>>
<<set $money -= 50>>
<<goto "brothelgangbang">>
<<else>>
<<goto "brothelnocash">><</if>> <</link>>
<<link "Ebony throat goat(Cost 150)">>
<<if $money >=150>>
<<set $money -= 150>>
<<goto "brothelebony">>
<<else>>
<<goto "brothelnocash">> <</if>> <</link>>
<<link "Asian with big boobs(Cost 250)">>
<<if $money >=250>>
<<set $money -= 250>>
<<goto "brothelasian">>
<<else>>
<<goto "brothelnocash">> <</if>> <</link>>
<<link "Redhead MILF(Cost 400)">>
<<if $money >=400>>
<<set $money -= 400>>
<<goto "brothelredhead">>
<<else>>
<<goto "brothelnocash">><</if>> <</link>>
<<link "Exclusive Snowbunny (Cost 1 000)">>
<<if $money >=1000>>
<<set $money -= 1000>>
<<goto "brothelsnowbunny1">>
<<else>>
<<goto "brothelnocash">>
<</if>>
<</link>>
<<if not $snowcuck>>
[[1 000 for a "snowbunny"? What is that and why is is so expensive?->snowcuck1]] <</if>>
<<if $snowcuck>>
<<link "Exclusive Snowbunny reduced price (Cost 300)">>
<<if $money >=300>>
<<set $money -= 300>>
<<goto "cheapsnow">>
<<else>>
<<goto "brothelnocash">>
<</if>>
<</link>> <</if>>
[[Back->brothel2]]Mara sends you towards a private room. Once you walk inside you see a lot of naked dudes standing around there. Everyone is jerking they dick focusing on the girl, waiting for their turn.
<video src="img/others//gang/brothelgangbang1.webm" autoplay muted loop style="max-width:80%;"></video>
She got some nice boobs tho! You walk closer, hoping to get some seconds off. This whole thing feels pretty weird. Suddenly one of the guys walk away and her mouth is ready! You walk up to her and make her suck you off.
<video src="img/others//gang/brothelgangbang2.webm" autoplay muted loop style="max-width:80%;"></video>
You can't really get off this way. The room is really hot and it smells bad. After she is done sucking you, you decide this is not something for you.
[[She spits out your cock ready to suck someone else. You walk out of there unsatisfied->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>Mara sends you towards a private room. Once you walk inside you see a big titty asian girl sitting on a bed with sexy glothes on. She is waiting for you.
<video src="img/others//gang/brothelasian1.webm" autoplay muted loop style="max-width:80%;"></video>
You walk up to her and rip her glothes, exposing her big juicy boobs. She gets down on her knees and starts taking your dick.
<video src="img/others//gang/brothelasian2.webm" autoplay muted loop style="max-width:80%;"></video>
You flip her over and fuck her in missionary, watching her huge boobs bounce.
<video src="img/others//gang/brothelasian3.webm" autoplay muted loop style="max-width:80%;"></video>
After some good fucking you can't resist it anymore. You tell her to get on her knees and get ready. She brings her big boobs together as you cum on them.
<video src="img/others//gang/brothelasian4.webm" autoplay muted loop style="max-width:80%;"></video>
[[Back->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>Mara sends you towards a private room. Once you get inside, you see a girl is sitting on her knees with eyes closed and her mouth open. You walk over towards her and pull you dick out.
<video src="img/others//gang/ebonythroat.webm" autoplay muted loop style="max-width:80%;"></video>
You playing with her tounge and mouth using your dick. After some seconds, she opens her eyes, looking at you, and starts sucking your dick.
<video src="img/others//gang/ebonythroat2.webm" autoplay muted loop style="max-width:80%;"></video>
You know understand why she is nicknamed "the throat goat"! You struggle to resist the cumming. Suddenly she take both her hands on your dick and starts doing something insane.
<video src="img/others//gang/ebonythroat3.webm" autoplay muted loop style="max-width:80%;"></video>
It's impossible to resist! You can't hold it anymore.
<video src="img/others//gang/ebonythroat4.webm" autoplay muted loop style="max-width:80%;"></video>
You completely drain your balls on her face. You hear her moans while cumming on her face. She absolutly loves this!
<video src="img/others//gang/ebonythroat5.webm" autoplay muted loop style="max-width:80%;"></video>
She's shocked with the amount of cum you just busted on her. She gives you a big smile and kisses your dick goodbye.
[[Damn, it's time to go->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>Mara sends you towards a private room. You get to a empy room and stand there for a while. You hear someone comes walkin in from behind the corner. A milf redhead with big boobs slowly walks around the corner, introducing herself.
<video src="img/others//gang/brothelredhead.webm" autoplay muted loop style="max-width:80%;"></video>
She slowly gets on her knees while holding intense eyecontact. She opens her mouth and looks at you. Quckly you take off all your clothes and start using her mouth.
<video src="img/others//gang/brothelredhead2.webm" autoplay muted loop style="max-width:80%;"></video>
You keep fucking her mouth so hard her tits fell out. Seeing her beautiful boobs, you lose and controll and start facefucking her harder.
<video src="img/others//gang/brothelredhead3.webm" autoplay muted loop style="max-width:80%;"></video>
After a couple minutes of facefucking, she throws you on the bed and climbs on top. Wrapping her big boobs around your dick. You eagerly start fucking her boobs.
<video src="img/others//gang/brothelredhead4.webm" autoplay muted loop style="max-width:80%;"></video>
You struggle with resisting the orgasm. You want to cum, but at the same time you want to hold out longer. You need to fuck her pussy first!
<<player>>[[I can't hold it anymore!->brothelredhead2]] <</player>>She stops and grabs you dick tightly, making sure you don't cum to early. Then she jumps on top and inserts your dick inside her pussy.
<video src="img/others//gang/brothelredhead5.webm" autoplay muted loop style="max-width:80%;"></video>
She rides you for a while. You enjoy watching her boobs bounce while your dick is fucking her pussy. Suddenly you flip around, fucking her from behind.
<video src="img/others//gang/brothelredhead6.webm" autoplay muted loop style="max-width:80%;"></video>
Now it's time to bust on her!
[[Cum on face->brothelredheadcum1]]
[[Cum on tits->brothelredheadcum2]]<video src="img/others//gang/brothelredheadcumface.webm" autoplay muted loop style="max-width:80%;"></video>
You blast your cum on her face!
<<player>>Holy shit that was insane! <</player>>
[[She smiles at you when you leave->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>><video src="img/others/gang/brothelredheadcumtits.webm" autoplay muted loop style="max-width:80%;"></video>
You blast your cum on her big boobs.
<<player>>Holy shit that was insane! <</player>>
[[She smiles at you when you leave->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>Mara sends you towards a private room. You enter the room and see a petite blonde girl standing there. She sees you, smiles and start taking off her clothes.
<video src="img/others//gang/brothelsnowbunny1.webm" autoplay muted loop style="max-width:80%;"></video>
She walks over towards you. You are completly stunned how beautiful she is. Now you understand why she costs so much. She slowly gets on her knees, pulls your pants down, revealing your dick. She looks you in your eyes and put her mouth over your dick.
<video src="img/others//gang/brothelsnowbunny2.webm" autoplay muted loop style="max-width:80%;"></video>
You are still standing there completly shocked from her beauty, and now she is sucking your dick! She gets up and goes over to the bed, spreading her legs. You take the invitation without hesitation.
<video src="img/others//gang/brothelsnowbunny3.webm" autoplay muted loop style="max-width:80%;"></video>
[[She climbs on top of you->brothelsnowbunny2]]<video src="img/others//gang/brothelsnowbunny4.webm" autoplay muted loop style="max-width:80%;"></video>
She turns around, letting you see her cute petite butt bounce as she rides your dick.
<video src="img/others//gang/brothelsnowbunny5.webm" autoplay muted loop style="max-width:80%;"></video>
Her tight pussy is gripping your dick so good! You can't resist anymore!
[[Cum on her face->snowcum1]]
[[Cum in her mouth ->snowcum2]]
[[Cum in her pussy->snowcum3]]
<<skipPeriod>><<updatePeriod>><<updateLocations>><video src="img/others//gang/brothelsnowcum2.webm" autoplay muted loop style="max-width:80%;"></video>
You fill her mouth with cum!
You get dressed getting ready to leave. [[She winks at you on your way out->brothel2]]<video src="img/others//gang/brothelsnowcum1.webm" autoplay muted loop style="max-width:80%;"></video>
You blast your cum all over her face!
You get dressed getting ready to leave. [[She winks at you on your way out->brothel2]]<video src="img/others//gang/brothelsnowcum3.webm" autoplay muted loop style="max-width:80%;"></video>
You fill her tight pussy with cum!
You get dressed getting ready to leave. [[She winks at you on your way out->brothel2]]<<mara>> You will have to try to find out<</mara>>
She smirks.
<<player>> Fair enough. But for 1 000? That's expensive. <</player>>
<<mara>> It's worth it. That's all I will say.<</mara>>
You don't want to spend that much on a night. You turn around and walk towards the door.
<<mara>> Hey wait! Acutally I might have a special offer for you! <</mara>>
You turn around and walk back towards Mara.
<<player>> Special offer? <</player>>
<<mara>>Yes. You can have her for 300. Sounds good?<</mara>>
<<player>> Wow, that's a lot cheaper. What's the downside? <</player>>
She smiles.
<<mara>>Well, you want to spend a night with her with for only 300, but she won't be 100% clean. <</mara>>
<<player>> She won't be 100% clean? What's that supposed to mean? <</player>>
<<mara>>She is really popular so people buy her services a lot. If you don't mind fucing her while she's just finished with another customer, you can get the reduced price. <</mara>>
[[Fuck no->brothel2]]
<<linkreplace "I'm interested">>
<<if $money>=300>>
<<set $money -= 300>>
<<goto "snowcuck2">>
<<else>>
Not enough money!
<</if>>
<</linkreplace>>
<<mara>> Perfect!<</mara>>
Mara sends you towards a private room. As you walk closer, you can hear clapping sounds and moaning getting louder and louder. You open the door and see..
<video src="img/others//gang/brothelsnowcuck3.webm" autoplay muted loop style="max-width:80%;"></video>
A black guy is fucking the girl.. You don't quite know what to think. She is pretty, and you want to try out that pussy, but it's kinda weird standing there watching them fuck.
<<emma>>ah! Oh hey, we are soon done! Just get ready!<</emma>>
She's moaning while talking to me. It's kinda hot listening to her moans. You looking forward to her moaning your name, when its your turn. Suddnely they change positions.
<video src="img/others//gang/brothelsnowcuck1.webm" autoplay muted loop style="max-width:80%;"></video>
You still standing there, don't quite knowing what to do. You start touching yourself, it is just real life porn after all, right?
You hear the guy moan as he gets on his feet. You see she is gettng ready to take it on her face.
<video src="img/others//gang/brothelsnowcuckcum3.webm" autoplay muted loop style="max-width:80%;"></video>
He blast her face with a lot of cum. Hopefully she will go and wipe everything off bare its your turn..
<img src="img/others/gang/brothelsnowcuckface.webp" style="max-width:80%;">
With a face full of cum, she turns over to you
<<emma>>Are you ready?<</emma>>
[[Now it's my turn!->snowcuck3]]She didn't even go to clean herself up. You are troubled, but don't know what to do. You take your dick out, which was already hard. She gets closer and start sucking toy off.
<video src="img/others//gang/brothelsnowcuckfuck1.webm" autoplay muted loop style="max-width:80%;"></video>
You flip her so you can fuck her from behind. You don't want to risk having anything touch you.
<img src="img/others/gang/brothelsnowcuckfuck2.gif" alt="Scene image">
You fuck her pussy for a while. It feels good, but you feel a bit uncomfortable knowing she just got fucked by another dude 10 minutes ago, but know you are inside her, fucing her good. Her moans are so sexy, you start to forget she just got used.
<<emma>>Your dick is so good, $player!<</emma>>
You are in the moment, fucking her pussy, she moans your name. You you are close to cumming. Emma turns her head towards you while you are fucking her in doggy.
<<emma>>Kiss me, player! Kiss me!<</emma>>
You forget everything and give her a big kiss on the mouth.
<video src="img/others//gang/brothelsnowcuck5.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>> [[Im comming!->snowcuck4]] <</player>>
She turns around, laying on her back. You jerk your dick off and orgasm all over her stomach.
<video src="img/others//gang/brothelsnowcuckfinish.webm" autoplay muted loop style="max-width:80%;"></video>
Post nut clarity hits hard. You realize what you have done. [[You quickly get dressed and gets out of there->brothel2]]
<<set $snowcuck = true>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<set $snowcuck = true>>Mara sends you towards a private room. As you walk closer, you can hear clapping sounds and moaning getting louder and louder.
[[Wait for my turn->cheapsnow2]]
[[Peek->cheapsnow3]]
You wait for a bit, hearing sounds of rough sex inside. After a while things goes quiet and you hear Emma yell through the door.
<<emma>>Ready! Come in! <</emma>>
[[Now it's my turn!->cheapsnow4]]You peek inside to see what's going on.
<<set _snow to either("snow1","snow2","snow3")>>
<<if _snow is "snow1">>
You see two guys fucking Emma!
<video src="img/others//gang/brothelsnowcuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _snow is "snow2">>
You see Emma getting spit roasted!
<video src="img/others//gang/brothelsnowcuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others//gang/brothelsnowcuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<if _snow is "snow1">>
One of them finished inside and on of her pussy.
<video src="img/others//gang/brothelsnowcum4.webm" autoplay muted loop style="max-width:80%;"></video>
The other guy finished on her face.
<video src="img/others//gang/brothelsnowcuckcum2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _snow is "snow2">>
Both of them finished on her face!
<video src="img/others//gang/brothelsnowcuckcum2.webm" autoplay muted loop style="max-width:80%;"></video>
<video src="img/others//gang/brothelsnowcuckcum.webm" autoplay muted loop style="max-width:80%;"></video> <<else>>
<<if random(1,100)>50>>He finished on her face!
<video src="img/others//gang/brothelsnowcuckcum.webm" autoplay muted loop style="max-width:80%;"></video><<else>>He finished inside and on of her pussy.
<video src="img/others//gang/brothelsnowcum4.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<</if>>
[[Now it's my turn!->cheapsnow4]]You walk in and see her laying on her bed. Some other guys laughs on the way out. You look at Emma and she is ready to get fucked again.
<<if random(1,100)>50>>
<video src="img/others//gang/brothelsnowurturn.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others//gang/brothelsnowurturn2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
You fuck her for a while. You can feel she is dripping wet. You just close your eyes and focus on the feeling. Finally you orgasm, and you chose to just cum inside her already cum-filled pussy.
<video src="img/others//gang/brothelsnowend.webm" autoplay muted loop style="max-width:80%;"></video>
When you pull out your dick, you see cum pouring out of Emma's pussy. You can already tell all that is not only yours...
[[Get dressed and leave->brothel2]]
<<skipPeriod>><<updatePeriod>><<updateLocations>>Characters = Pornstar name
$namelilsis = Daisy stone
$namebigsis = Angel Youngs
$namemom = Ava Addams
Nicole = Sarah Banks
Vanessa = Kay Lovely
Asian with big boobs (brothel) = Jade kush
Redhead Milf (brothel) = Lauren Phillips
Snowbunny (brothel) = Elsa Jean
Ebony Throat goat (brothel) = Kira noir
Gangbang girl (brothel) = Luna Mills
$namegf = Aria lee
Helen = Kianna Dior
Jack's girlfriend = Brittney White
<<back>><<if $energy >=10>>
<img src="img/ava/talk.jpg" style="max-width:80%;">
<<player>> You don’t have to worry about everything anymore. <</player>>
<<mom>> Old habits die hard. He used to say the same thing. <</mom>>
<<player>> I’ve got it now. <</player>>
<<mom>> I can see that. You’re doing more than you realize. <</mom>>
For a moment, things feel steadier than before. You chatted a bit more about how things are.
<em>Love increased slightly.</em>
<<silently>>
<<set $momLove += 3>>
<<set $energy -= 10>>
<<advanceHour>><</silently>>
[[hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>><<if $energy >=15>>
<<if $momCorruption<40>>\
<img src="img/ava/grope2.webp" alt="Scene image">
<<mom>> What are you doing! Seriously, get a grip!<</mom>>
<em>Corruption increased slightly at the cost of some love!</em>
<<silently>> <<set $energy -= 15>>
<<set $momCorruption += 3>>
<<set $momLove -= 3>>
<<advanceHour>><</silently>>
<<else>>\
<img src="img/ava/grope3.webp" alt="Scene image">
<<mom>>$player, you naughy! <</mom>>
She smirk.
<em>Corruption increased slightly!</em>
<<set $energy -= 15>>\
<<set $momCorruption += 3>>\
<</if>>\
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>
<<if $momCorruption>80>>
<img src="img/ava/flash.gif" alt="Scene image">
<<mom>> You wanna play with these again?<</mom>>
<<else>>
<img src="img/ava/talk.jpg" style="max-width:80%;">
<<mom>> Everything alright, honey?<</mom>>
<</if>>
<<linkreplace "Kiss">>
<<if $momCorruption >= 10>>
<<goto "momkiss">>
<<else>>
She pushed you away! (Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Handjob">>
<<if $momCorruption >= 35>>
<<goto "momhandjob">>
<<else>>
<<mom>> What, no! Get your act together!<</mom>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Tittyfuck">>
<<if $momCorruption >= 45>>
<<goto "momtitfuck">>
<<else>>
<<mom>> No! Are you on some drugs?<</mom>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Blowjob">>
<<if $momCorruption >= 65>>
<<goto "momblowjob">>
<<else>>
<<mom>> Seriously? You disappoint me. <</mom>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Sex">>
<<if $momCorruption >= 85>>
<<goto "momfuck">>
<<else>>
<<mom>> What’s gotten into you?! Why would you even ask that?!<</mom>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<back>>
<<widget bigsisCorruptionGain5>>
<<set $bigsisCorruption to ($bigsisCorruption + 5)>>
<<if $bigsisCorruption > $bigsisCorruptionmax>>
<<set $bigsisCorruption to $bigsisCorruptionmax>>
<</if>>
<</widget>>
<<widget bigsisCorruptionGain10>>
<<set $bigsisCorruption to ($bigsisCorruption + 10)>>
<<if $bigsisCorruption > $bigsisCorruptionmax>>
<<set $bigsisCorruption to $bigsisCorruptionmax>>
<</if>>
<</widget>>
<<widget bigsisCorruptionGain15>>
<<set $bigsisCorruption to ($bigsisCorruption + 15)>>
<<if $bigsisCorruption > $bigsisCorruptionmax>>
<<set $bigsisCorruption to $bigsisCorruptionmax>>
<</if>>
<</widget>>
<<widget bigsisLoveGain5>>
<<set $bigsisLove to ($bigsisLove + 5)>>
<<if $bigsisLove > $bigsisLovemax>>
<<set $bigsisLove to $bigsisLovemax>>
<</if>>
<</widget>>
<<widget bigsisLoveGain10>>
<<set $bigsisLove to ($bigsisLove + 10)>>
<<if $bigsisLove > $bigsisLovemax>>
<<set $bigsisLove to $bigsisLovemax>>
<</if>>
<</widget>>
<<widget bigsisLoveGain15>>
<<set $bigsisLove to ($bigsisLove + 15)>>
<<if $bigsisLove > $bigsisLovemax>>
<<set $bigsisLove to $bigsisLovemax>>
<</if>>
<</widget>>
<<widget lilsisLoveGain5>>
<<set $lilsisLove to ($lilsisLove + 5)>>
<<if $lilsisLove > $lilsisLovemax>>
<<set $lilsisLove to $lilsisLovemax>>
<</if>>
<</widget>>
<<widget lilsisLoveGain10>>
<<set $lilsisLove to ($lilsisLove + 10)>>
<<if $lilsisLove > $lilsisLovemax>>
<<set $lilsisLove to $lilsisLovemax>>
<</if>>
<</widget>>
<<widget lilsisLoveGain15>>
<<set $lilsisLove to ($lilsisLove + 15)>>
<<if $lilsisLove > $lilsisLovemax>>
<<set $lilsisLove to $lilsisLovemax>>
<</if>>
<</widget>>
<<widget lilsisCorruptionGain5>>
<<set $lilsisCorruption to ($lilsisCorruption + 5)>>
<<if $lilsisCorruption > $lilsisCorruptionmax>>
<<set $lilsisCorruption to $lilsisCorruptionmax>>
<</if>>
<</widget>>
<<widget lilsisCorruptionGain10>>
<<set $lilsisCorruption to ($lilsisCorruption + 10)>>
<<if $lilsisCorruption > $lilsisCorruptionmax>>
<<set $lilsisCorruption to $lilsisCorruptionmax>>
<</if>>
<</widget>>
<<widget lilsisCorruptionGain15>>
<<set $lilsisCorruption to ($lilsisCorruption + 15)>>
<<if $lilsisCorruption > $lilsisCorruptionmax>>
<<set $lilsisCorruption to $lilsisCorruptionmax>>
<</if>>
<</widget>>
<<widget momLoveGain5>>
<<set $momLove to ($momLove + 5)>>
<<if $momLove > $momLovemax>>
<<set $momLove to $momLovemax>>
<</if>>
<</widget>>
<<widget momLoveGain10>>
<<set $momLove to ($momLove + 10)>>
<<if $momLove > $momLovemax>>
<<set $momLove to $momLovemax>>
<</if>>
<</widget>>
<<widget momLoveGain15>>
<<set $momLove to ($momLove + 15)>>
<<if $momLove > $momLovemax>>
<<set $momLove to $momLovemax>>
<</if>>
<</widget>>
<<widget momCorruptionGain5>>
<<set $momCorruption to ($momCorruption + 5)>>
<<if $momCorruption > $momCorruptionmax>>
<<set $momCorruption to $momCorruptionmax>>
<</if>>
<</widget>>
<<widget momCorruptionGain10>>
<<set $momCorruption to ($momCorruption + 10)>>
<<if $momCorruption > $momCorruptionmax>>
<<set $momCorruption to $momCorruptionmax>>
<</if>>
<</widget>>
<<widget momCorruptionGain15>>
<<set $momCorruption to ($momCorruption + 15)>>
<<if $momCorruption > $momCorruptionmax>>
<<set $momCorruption to $momCorruptionmax>>
<</if>>
<</widget>>
<<widget bigsisLoveLost5>>
<<set $bigsisLove to ($bigsisLove - 5)>>
<<if $bigsisLove < 0>>
<<set $bigsisLove = 0>>
<</if>>
<</widget>>
<<widget bigsisLoveLost10>>
<<set $bigsisLove to ($bigsisLove - 10)>>
<<if $bigsisLove < 0>>
<<set $bigsisLove = 0>>
<</if>>
<</widget>>
<<widget bigsisLoveLost15>>
<<set $bigsisLove to ($bigsisLove - 15)>>
<<if $bigsisLove < 0>>
<<set $bigsisLove = 0>>
<</if>>
<</widget>>
<<widget bigsisCorruptionLost5>>
<<set $bigsisCorruption to ($bigsisCorruption - 5)>>
<<if $bigsisCorruption < 0>>
<<set $bigsisCorruption = 0>>
<</if>>
<</widget>>
<<widget bigsisCorruptionLost10>>
<<set $bigsisCorruption to ($bigsisCorruption - 10)>>
<<if $bigsisCorruption < 0>>
<<set $bigsisCorruption = 0>>
<</if>>
<</widget>>
<<widget bigsisCorruptionLost15>>
<<set $bigsisCorruption to ($bigsisCorruption - 15)>>
<<if $bigsisCorruption < 0>>
<<set $bigsisCorruption = 0>>
<</if>>
<</widget>>
<<widget lilsisLoveLost5>>
<<set $lilsisLove to ($lilsisLove - 5)>>
<<if $lilsisLove < 0>>
<<set $lilsisLove = 0>>
<</if>>
<</widget>>
<<widget lilsisLoveLost10>>
<<set $lilsisLove to ($lilsisLove - 10)>>
<<if $lilsisLove < 0>>
<<set $lilsisLove = 0>>
<</if>>
<</widget>>
<<widget lilsisLoveLost15>>
<<set $lilsisLove to ($lilsisLove - 15)>>
<<if $lilsisLove < 0>>
<<set $lilsisLove = 0>>
<</if>>
<</widget>>
<<widget lilsisCorruptionLost5>>
<<set $lilsisCorruption to ($lilsisCorruption - 5)>>
<<if $lilsisCorruption < 0>>
<<set $lilsisCorruption = 0>>
<</if>>
<</widget>>
<<widget lilsisCorruptionLost10>>
<<set $lilsisCorruption to ($lilsisCorruption - 10)>>
<<if $lilsisCorruption < 0>>
<<set $lilsisCorruption = 0>>
<</if>>
<</widget>>
<<widget lilsisCorruptionLost15>>
<<set $lilsisCorruption to ($lilsisCorruption - 15)>>
<<if $lilsisCorruption < 0>>
<<set $lilsisCorruption = 0>>
<</if>>
<</widget>>
<<widget momLoveLost5>>
<<set $momLove to ($momLove - 5)>>
<<if $momLove < 0>>
<<set $momLove = 0>>
<</if>>
<</widget>>
<<widget momLoveLost10>>
<<set $momLove to ($momLove - 10)>>
<<if $momLove < 0>>
<<set $momLove = 0>>
<</if>>
<</widget>>
<<widget momLoveLost15>>
<<set $momLove to ($momLove - 15)>>
<<if $momLove < 0>>
<<set $momLove = 0>>
<</if>>
<</widget>>
<<widget momCorruptionLost5>>
<<set $momCorruption to ($momCorruption - 5)>>
<<if $momCorruption < 0>>
<<set $momCorruption = 0>>
<</if>>
<</widget>>
<<widget momCorruptionLost10>>
<<set $momCorruption to ($momCorruption - 10)>>
<<if $momCorruption < 0>>
<<set $momCorruption = 0>>
<</if>>
<</widget>>
<<widget momCorruptionLost15>>
<<set $momCorruption to ($momCorruption - 15)>>
<<if $momCorruption < 0>>
<<set $momCorruption = 0>>
<</if>>
<</widget>>
<<widget clampEnergy>>
<<if $energy < 0>>
<<set $energy = 0>>
<</if>>
<<if $energy > $maxEnergy>>
<<set $energy = $maxEnergy>>
<</if>>
<</widget>>
<<widget clampStrength>>
<<if $playerStrength <0>>
<<set $playerStrength = 0>>
<</if>>
<<if $playerStrength >100>>
<<set $playerStrength = 100>>
<</if>>
<</widget>>
<<widget clampSecurity>>
<<if $security > 100>>
<<set $security = 100>>
<</if>>
<<if $security <0>>
<<set $security = 0>>
<</if>>
<</widget>>
<<widget clampGangdom>>
<<if $gangdom >100>>
<<set $gangdom = 100>>
<</if>>
<<if $gangdom<0>>
<<set $gangdom = 0>>
<</if>>
<</widget>>
<<widget clampBigsis>>
<<if $bigsisLove < 0>>
<<set $bigsisLove = 0>>
<</if>>
<<if $bigsisLove > $bigsisLovemax>>
<<set $bigsisLove = $bigsisLovemax>>
<</if>>
<<if $bigsisCorruption < 0>>
<<set $bigsisCorruption = 0>>
<</if>>
<<if $bigsisCorruption > $bigsisCorruptionmax>>
<<set $bigsisCorruption = $bigsisCorruptionmax>>
<</if>>
<</widget>>
<<widget clampLilsis>>
<<if $lilsisLove < 0>>
<<set $lilsisLove = 0>>
<</if>>
<<if $lilsisLove > $lilsisLovemax>>
<<set $lilsisLove = $lilsisLovemax>>
<</if>>
<<if $lilsisCorruption < 0>>
<<set $lilsisCorruption = 0>>
<</if>>
<<if $lilsisCorruption > $lilsisCorruptionmax>>
<<set $lilsisCorruption = $lilsisCorruptionmax>>
<</if>>
<</widget>>
<<widget clampMom>>
<<if $momLove < 0>>
<<set $momLove = 0>>
<</if>>
<<if $momLove > $momLovemax>>
<<set $momLove = $momLovemax>>
<</if>>
<<if $momCorruption < 0>>
<<set $momCorruption = 0>>
<</if>>
<<if $momCorruption > $momCorruptionmax>>
<<set $momCorruption = $momCorruptionmax>>
<</if>>
<</widget>>
<<silently>>
<<clampEnergy>>
<<clampBigsis>>
<<clampLilsis>>
<<clampMom>>
<<clampStrength>>
<<clampSecurity>>
<<clampGangdom>>
<<updatePeriod>>
<<tickLocations>>
<<clampGn>>
<<dayAction>>
<<chaosCheck>>
<</silently>>
<<if $energy >=10>>
<video src="img/ava/kiss.webm" autoplay muted loop style="max-width:80%;"></video>
<<silently>>
<<set $momLove += 5>>
<<set $momCorruption += 6>>
<<set $energy -= 10>>
<</silently>>
<em>Love increased slightly.</em>
[[hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>><<if $energy>=15>>
<<if $momCorruption >=75>>
<video src="img/ava/handjob3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $momCorruption >=50>>
<video src="img/ava/handjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/ava/handjob.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<em>Corruption and love increased significantly.</em>
<<silently>><<set $momLove += 8>> <<advanceHour>>
<<set $momCorruption += 10>>
<<set $energy -= 15>><</silently>>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<if $momCorruption >=75>>
<video src="img/ava/blowjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $momCorruption >=50>>
<video src="img/ava/blowjob.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/ava/blowjob3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
<video src="img/ava/cum3.webm" autoplay muted loop style="max-width:80%;"></video> <</linkreplace>>
<em>Corruption and love increased significantly.</em>
<<silently>><<set $momLove += 10>> <<skipPeriod>><<updatePeriod>>
<<set $momCorruption += 12>>
<<set $energy -= 15>><</silently>>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy >=15>>
<<if $momCorruption >=95>>
<video src="img/ava/tittyfuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif $momCorruption >=70>>
<video src="img/ava/tittyfuck.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/ava/tittyfuck3.webm" autoplay muted loop style="max-width:80%;"></video><</if>>
<em>Corruption and love increased significantly.</em>
<<set $momLove += 10>>
<<set $momCorruption += 12>>
<<set $energy -= 15>>
<<linkreplace "Cum">>
<<if $momCorruption >=70>>
<video src="img/ava/tittyfuckcum.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/ava/tittyfuck3cum.webm" autoplay muted loop style="max- width:80%;"></video><</if>><</linkreplace>>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=25>>
<<set _sex = either("fuck1","fuck2","fuck3")>>
<<if _sex is "fuck1">>
<video src="img/ava/fuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck2">>
<video src="img/ava/fuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/ava/fuck3.webm" autoplay muted loop style="max-width:80%;"></video><</if>>
<<linkreplace "Cum">>
<video src="img/ava/fuckcum.webm" autoplay muted loop style="max-width:80%;"></video>
<</linkreplace>>
<em>Corruption and love increased greatly.</em><<silently>>
<<set $momLove += 15>>
<<set $momCorruption += 15>>
<<set $energy -= 15>>
<<skipPeriod>><<updatePeriod>><</silently>>
[[Done->hallway]]
<<else>>
You don’t have enough energy for that right now (need at least 25).
<<back>>
<</if>>
You get up from your bed and walk over to your door. The clapping sound just gets more intense. As you enter the hallway, getting closer to her bedroom, you hear $namelilsis is making sounds. She's not screaming and it's kinda muffled. You peak inside the open door and see..
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/intruderhide.webm" type="video/webm">
</video>
You see them fucking her. One is inside her pussy while another have his dick inside her mouth. It's seems like she's not fighting them, or trying to. Maybe she is playing along?
[[You silently walk walk back to your room and go to bed ->sleep]]
<<set $intruderlilsis = false>> <<advanceHour>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "fightmomwin">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "fightlilsiswin">>
<<else>>
<<goto "fightmomlost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "fightmomwin">>
<<else>>
<<goto "fightmomlost">>
<</if>>
<</if>>You fought of the gangmember and take $namemom's for yourself!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/fuck1.webm" type="video/webm"></video>
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/cum3.webm" type="video/webm"></video>
$namemom likes you more!
Gangdom decreased!
[[Go back->hallway]]
<<set $gangdom -= 5>>
<<set $momLove += 10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>>You lost the fight and passed out.
As you slowly wake up, you feel something wet dripping on your face. You open your eyes and see....
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/beaten1.webm" type="video/webm"></video>
You try to get up, buy quickly get punched down again. The gangmember tells you to stay down and watch.
<<mom>> Just do as he says! Don't anger him again!<</mom>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/beaten2.webm" type="video/webm"></video>
<em>$namemom became more corrupted!
Gangdom increased!</em>
[[Go back->hallway]]
<<set $gangdom += 10>>
<<set $momCorruption += 10>> <</cont>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>> You bend her over the counter and fuck her!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/kitchenfuck.webm" type="video/webm"> </video>
<<linkreplace "Cum">>
You bust all over her big boobs!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/cum3.webm" type="video/webm">
<</linkreplace>>
[[Done->hallway]]
<<if $momCorruption >=65>>\
You see a gangmember fucking $namemom!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang4.webm" type="video/webm"></video>
<<else>>\
You see a gangmember groping $namemom!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/ganggrope2.webm" type="video/webm"></video>
<</if>>\
[[Intervene->momgangfight1]]
[[You panic and run out! ->hallway]] You peek into the shower knowing your mother is there. You see $namemom's voluptuous body..
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/shower3.webm" type="video/webm"></video>
[[Peek more ->showerpeekmom2]]
[[Leave before you get caught ->hallway]]You think this feels so wrong, but at the same time look at that body!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/shower1.webm" type="video/webm"></video>
[[Peek more ->showerpeekmom3]]
[[Leave before you get caught ->hallway]]$namemom notices you!
<<if $momCorruption<80>>
<img src="img/ava/showermad.webp" alt="Scene image">
<<mom>>What are you doing?! Get out!<</mom>>
<em>Love decreased noticeably.</em>
<<set $momLove -= 10>>
[[Run out->hallway]]
<<advanceHour>>
<<else>>
<img src="img/ava/showerlucky.webp" alt="Scene image">
<<mom>>Are you just gonna stand there or are you gonna join me?<</mom>>
[[Join her!->showerpeekmomlucky]]
<</if>>You get inside the shower with her. You turn her around and get ready to fuck her.
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/shower4.webm" type="video/webm"></video>
You spent some time fucking $namemom's insane body in the shower.
<img src="img/ava/shower2.webp" alt="Scene image"><<silently>>
<<advanceHour>>
<em>Corruption and love increased greatly.</em>
<<set $momLove += 15>>
<<set $momCorruption += 15>><</silently>>
[[Done->hallway]]
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "fightbigsiswinout">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "fightbigsiswinout">>
<<else>>
<<goto "fightbigsislostout">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "fightbigsiswinout">>
<<else>>
<<goto "fightbigsislostout">>
<</if>>
<</if>>
You take the guy down hard and don’t stop until he’s no longer a threat. When it’s over, you rush to check on $namebigsis. She’s shaken, breathing fast, clearly scared, but unharmed.
<em>Love increased greatly.</em>
<<set $bigsisLove += 12>>
<<advanceHour>>
[[Bar]]You feel your body fill up with anger! You can't let this happen to her. You rush over, trying to hit him in the head from behind, but you slip over and he sees you. You feel a hard punch in the back of your head and you pass out..
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/eyecontact.webm" type="video/webm"></video>
You wake up and see $namebigsis on the ground infront of you, getting fucked from behind. You can see the fear in her eyes. You are still to weak to do anything.
After a while he is done with her. You get on your feet, help her up and gets out of there.
[[Go back->Bar]]
<</cont>>
<<skipPeriod>><<updatePeriod>><<updateLocations>>
<<widget strengthDecay>>
<<if $strengthbuffDays > 0>>
<<set $strengthbuffDays -= 1>>
<<else>>
<<set $playerStrength -= 3>>
<</if>>
<</widget>>
<b>Barricade materials:</b> $barricadeMaterials
<<if $monster > 0>>\
<b>White monsters:</b>\
<<linkreplace "$monster">>\
<<set $monster -= 1>>\
<<set $energy += 20>>\
You chug a White monster and feel a sharp boost of energy.
<</linkreplace>>\
<<else>>\
<b>White monsters:</b> 0
<</if>>\
<b>Protein powder:</b> $strengthbuffDays
<b>Gun:</b> <<if $gun>> You own a gun. <<else>> You don't own a gun.<</if>>
<b>Ammo:</b> $ammo<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "barfightwon1">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "barfightwon1">>
<<else>>
<<goto "barfightlost1">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "barfightwon1">>
<<else>>
<<goto "barfightlost1">>
<</if>>
<</if>>You get your ass beaten and pass out. You start to wake up and see gangmembers surrounding your sister. They force her to take of her clothes.
<video src="img/angel/blackmail.webm" autoplay muted loop style="max-width:80%;"></video>
You fall in and out of consciousness. Next time you wake up, you see $namebigsis on her knees with no clothes on, sucking off the gangmembers.
<video src="img/angel/barcuck3.webm" autoplay muted loop style="max-width:80%;"></video>
Suddenly you wake up to the bouncer waking you up. You see almost everyone is gone. You had to be passed out for quite a while.
<<silently>>
<em>Gangdom increased.</em>
<<set $gangdom += 10>><</silently>>
[[Leave->Bar]]
<<skipPeriod>><<updatePeriod>>You take out the guys who were harassing your sister. She is thankfull and decide to give you a little treat before going back to work.
<video src="img/angel/titdrop1.webm" autoplay muted loop style="max-width:80%;"></video>
<em>Love increased significantly.</em>
<em>Gangdom decreased.</em><<silently>>
<<set $bigsisLove += 8>>
<<set $gangdom -= 10>>
<<advanceHour>><</silently>>
[[Done->Bar inside]] <<if $energy >=30>>
<<set _msg to either(
"You follow their supply runs long enough to spot a weak link. A truck never makes it back. By the time they realize why, half the day is already gone searching for it.",
"You find the room where they keep their weapons clean and ready. Something corrosive gets spilled where it shouldn’t. Blades rust. Guns jam. Tray order some gangmembers to deal with it.",
"You tamper with the locks on one of their safehouses. Doors won’t open when they should. This causes a lot of problems for the gangmembers.",
"You sabotage their cooling systems which is holding their food fresh. Some food start to spoil and Tray are furious. Gangmembers are sent out to find parts and fix the cooler.",
"You sabotage a fuel pump they depend on. Vehicles idle uselessly until someone figures out what’s wrong.",
"You trace where their money is counted. A fire starts small, contained — but enough to ruin paperwork and force a full inventory check.. Nothing gets done until it’s sorted out."
)>>
<<silently>>
<<set $gangdom -= 10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -=30>>
<</silently>>
_msg
<em>Gangdom decreased.</em>
<<else>>
You don't have enough energy (need 30). <</if>>
[[Eastside]]
<<tray>>Ahh, your dear mama, huh? <</tray>>
Tray and his boys go towards $namemom. She tried to push one of them away, but they quickly overpower her and drag her out of the door with them.
You just stand there doing nothing, watching it all happen. You have to get her back somehow!
<<silently>><<updatePeriod>><<updateLocations>>
<<set $rentFail = false>>
<<set $momkidnapped to true>>
<<updatePeriod>><<updateLocations>><</silently>>
[[Fuck!->hallway]]
<img src="img/ai/ganghqboss.png" style="max-width:80%;">
<<if $lilsiskidnapped and $bigsiskidnapped and random(1,100)>80>>
As you walk in to Tray's office, you see some familiar faces...
You see $namelilsis and $namebigsis on their knees sucking Tray's cock..
<video src="img/angel/sisterscuck.webm" autoplay muted loop style="max-width:80%;"></video>
<<linkreplace "Intervene!">>
There is nothing you can do here. There is gangmembers everywhere. You need to get your sisters home!
<</linkreplace>>
<<else>>
<<tray>> What do you want?<</tray>>
<<if $lilsiskidnapped is true>>\
<<linkreplace "Give Tray money for $namelilsis (cost 150)">>\
<<if $money >= 150>>
<<silently>><<set $money = $money - 150>>
<<set $lilsiskidnapped to false>>
<<updateLocations>> <</silently>>
You gave Tray the money and got your sister back!
<<else>>\
Not enough money!
<</if>>\
<</linkreplace>>\
<</if>>\
<<if $bigsiskidnapped is true>>\
<<linkreplace "Give Tray money for $namebigsis (cost 150)">>\
<<if $money >= 150>> <<silently>>
<<set $money = $money - 150>>
<<set $bigsiskidnapped to false>>
<<updateLocations>> <</silently>>
You gave Tray the money and got your sister back!
<<else>>\
Not enough money!
<</if>>\
<</linkreplace>>\
<</if>>\
<<if $momkidnapped is true>>\
<<linkreplace "Give Tray money for your mother (cost 150)">>\
<<if $money >= 150>> <<silently>>
<<set $money = $money - 150>>
<<set $momkidnapped to false>>
<<updateLocations>> <</silently>>
You gave Tray the money and got your mother back!
<<else>>\
Not enough money!
<</if>>\
<</linkreplace>>\
<</if>>\
<<if $lilsiskidnapped is true and $knownicole is true>>
<<linkreplace "Trade $namelilsis for Tray's sister">>\
<<if $nicolekidnapped is true>> <<silently>>
<<set $lilsiskidnapped to false>>
<<set $nicolekidnapped to false>>
<<updateLocations>> <</silently>>
You and Tray traded your sisters.
<<else>>\
You don't have Nicole.
<</if>>\
<</linkreplace>>\
<</if>>\
<<if $bigsiskidnapped is true and $knownicole is true>>\
<<linkreplace "Trade $namebigsis for Tray's sister">>\
<<if $nicolekidnapped is true>> <<silently>>
<<set $bigsiskidnapped to false>>
<<set $nicolekidnapped to false>>
<<updateLocations>> <</silently>>
You and Tray traded your sisters.
<<else>>\
You don't have Nicole.
<</if>>\
<</linkreplace>>\
<</if>>\
<<if $momkidnapped is true and $knownicole is true>>\
<<linkreplace "Trade your mother for Tray's sister">>\
<<if $nicolekidnapped is true>> <<silently>>
<<set $momkidnapped to false>>
<<set $nicolekidnapped to false>>
<<updateLocations>> <</silently>>
You got your mother back and you gave Tray his sister.
<<else>>\
You don't have Nicole.
<</if>>\
<</linkreplace>>\
<</if>>
<</if>>
[[Go back->ganghqhallway]]You walk into a room and see your mother on a bed with bearly any clothes on.
<video src="img/ava/kidnapped1.webm" autoplay muted loop style="max-width:80%;"></video>
$namemom is happy to see you.
<<mom>> Finally! Where have you been? Are you gonna get me out of here now?<</mom>>
<<player>> Sorry! I can't just jet, but Im working on it!<</player>>
<<mom>>What?! What do you mean you are working on it? You need to get me out of here fast!<</mom>>
[[Tray walks into the room->momkidnappedgang2]]
<<set $findmomkidnapped = false>>Tray walk into the room and looks at you.
<<tray>> You wanna watch? You whiteboys are weird. Alright, fine by me.<</tray>>
Tray walks over to the bedside. Your mom looks at you with stressed eyes. She knows what is about to happen...
<<tray>> If you try anything stupid I will make you regret it, understood $player? <</tray>>
Tray takes out his dick from his pants and pull $namemom's face closer to it, making her start to give him a blowjob.
<video src="img/ava/kidnapped2.webm" autoplay muted loop style="max-width:80%;"></video>
You just watch everything go down. You know there are armed guards outside. This is not a fight you can win.
<<set $findmomkidnapped = true>>
[[Stay to watch->momkidnappedcuck]]
[[Leave->ganghqhallway]]
<<advanceHour>>Tray gets on the bed and start taking $namemom panties off. He insert his dick inside her pussy and start to fuck her from behind.
<video src="img/ava/gang7.webm" autoplay muted loop style="max-width:80%;"></video>
You watch her huge boobs as he fucks her hard. $namemom tries to not moan while you are there, but you can clearly see that she kinda enjoy this. How many times have this already happen?
<<tray>> I want those huge boobs in my face, bitch!<</tray>>
Tray lays on the bed and command $namemom to get on top. He hold her as he start fuck her pussy. You can see that he sucks on her boobs while fucking her pussy.
<video src="img/ava/cuck1.webm" autoplay muted loop style="max-width:80%;"></video>
It's been like 10-15 minutes. You don't even know anymore. Your dick is rock hard, twitching. You don't know why this is happening to you. Your mother is being forced to please Tray. This is wrong. Suddnely Tray moans..
<<tray>> Ohh fuck! Get those tits here!<</tray>>
Tray jumps on top while $namemom is laying on the bed. He takes her boobs and gets them ready.. [[He is going to bust all his cum over her boobs.->kidnappedcum]]
<video src="img/ava/gangucm2.webm" autoplay muted loop style="max-width:80%;"></video>
After Tray bust all over your mother's big boobs, he gets up and start to walk out of the room. He looks over towards you..
<<tray>> Can you clean her up for me? <</tray>>
He laughs and walks out of the room. You just look at your mother laying there, covered in Tray's cum. $namemom gets up from bed, and the only thing you see is..
<video src="img/ava/gangcum2.mp4" autoplay muted loop style="max-width:80%;"></video>
Her big boobs covered in cum. You stand there looking at those boobs in a trance, untill you hear..
<<mom>>$player! When are you gonna get me out of here?<</mom>>
<<player>>I will get you out as soon as I can!<</player>>
[[You quickly walk out of there->ganghqhallway]]
<<if $momkidnapped>>
<<set _fuck = either("fuck1","fuck2","fuck3","fuck4")>>
<<if _fuck is "fuck1">>
You see Tray fucking $namemom!
<video src="img/ava/gang5.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _fuck is "fuck2">>
You see Tray fucking $namemom!
<video src="img/ava/gang6.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _fuck is "fuck3">>
You see Tray fucking $namemom!
<video src="img/ava/gang2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You see $namemom is jerking Tray's dick while he sucks on her tits.
<video src="img/ava/titsuck.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<</if>>
[[Leave->ganghqhallway]]You sent a video to Tray..
<<player>>Dis you sister?<</player>>
<<if random(1,100)>=50>>
<video src="img/others/nicole/video.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/nicole/traycuck.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<set $gangdom -= 10>>
<em>Gangdom decreased.</em>
[[Done->Your room]]
<<advanceHour>>\
<<set $energy -= 15>>\<img src="img/ai/eastsidefound.png" style="max-width:80%;">
You notice lights in the distance. As you approach, it becomes clear that people are living here. It’s larger than you expected!
[[Eastside]]
<<set $eventLock = false>>\<<widget "tickLocations">>
<<if $period !== $lastPeriod>>
<<updateLocations>>
<<updateNeighborLocations>>
<<set $lastPeriod = $period>>
<</if>>
<</widget>>
<<widget "updateNeighborLocations">>
<<if $period is "Morning">>
<<set $gnDadLocation = "gnkitchen">>
<<set $gnMomLocation = "gnkitchen">>
<<set $gnSonLocation = "gnkitchen">>
<<set $gfLocation = "gnkitchen">>
<<elseif $period is "Afternoon">>
<<set $gnDadLocation = "gnlivingroom">>
<<set $gnMomLocation = either("gnkitchen","gnlivingroom")>>
<<set $gnSonLocation = "gnlivingroom">>
<<set $gfLocation = either("gngirlroom","gnbathroom")>>
<<elseif $period is "Evening">>
<<set $gnDadLocation = "gnlivingroom">>
<<set $gnMomLocation ="gnlivingroom">>
<<set $gnSonLocation ="gnboyroom">>
<<set $gfLocation = "gnlivingroom">>
<<else>> <!-- Night -->
<<set $gnDadLocation = "gnmasterbedroom">>
<<set $gnMomLocation = "gnmasterbedroom">>
<<set $gnSonLocation = "gnboyroom">>
<<set $gfLocation = "gngirlroom">>
<</if>>
<<if $gfwork and $period is "Evening">>
<<set $gfLocation = "ganghq">>
<</if>>
<<if $gnSonLocation is "gnboyroom" and $liamsub>=60 and $helenCorruption>=70 and $period is "Evening" and random(1,100)>80>>
<<set $gnMomLocation = "gnboyroom">>
<</if>>
<</widget>>
<img src="img/others/gn/kitchen.png" style="max-width:80%;">
<<if $gfLocation is "gnkitchen" and $gnchaos and random(1,100)>80>>
<<if $gfCorruption<60>>
You walk in and see a gangmember forcing his dick in $namegf's throat.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken5.webm" type="video/webm">
</video>
<<else>>
You see two gangmembers fucking $namegf.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang9.webm" type="video/webm"></video>
<</if>>
[[Intervene->gffight1]]
<<elseif $gfLocation is "gnkitchen">>
<<gf>>Hey $player!<</gf>>
[[Talk->gftalk]]
[[Grope->gfgrope]]
<<linkreplace "Actions">>
<<if $gfLove >= 10 and $gfCorruption >= 10>>
<<goto "gfaction">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<<if $gnSonLocation is "gnkitchen" and $gnchaos and $liamsub>=60 and random(1,100)>80>>
You walk in to the kitchen and see a gangmember forcefully fucking Liam. You can tell Liam is wearing girly clothes.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/liamtaken3.webm" type="video/webm"></video>
<<elseif $gnSonLocation is "gnkitchen">>
<<liam>> Hey $player! <</liam>>
[[Talk->liam]]
<</if>>
<<if $gnMomLocation is "gnkitchen">>
<<helen>> I'm glad to see you around!<</helen>>
[[Talk->helentalk]]
[[Grope->helengrope]]
<<linkreplace "Actions">>
<<if $helenCorruption >= 10>>
<<goto "helenaction">>
<<else>>
<em>You need more corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
[[Back->gnlivingroom]]<img src="img/others/gn/bedroomson.png" style="max-width:80%;">
<<if $gnSonLocation is "gnboyroom" and $gnMomLocation is "gnboyroom" and $liamsub>=60 and $helenCorruption>=70>>\
As you are about to walk in the door, you spot in the doorway. You peek inside and see...
<<set _momplay to true>>\
<<if $liamsub<80>>
You see Liam jerking his dick while sucking on Helen's boobs. As you watch them, you notice Helen's boobs is covered in cum! Liam is cleaning her boobs by licking every away cumdrop!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannadom1.webm" type="video/webm">
</video>
<<elseif $liamsub>80>>\
<<if random(1,100)>50>>\
You Liam laying in Helen's lap, sucking on her cumcovered boobs while she jerks his dick!
<img src="img/others/gn/kiannaliam.gif" style="max-width:80%;">
<<else>>\
You see Liam is bent over while Helen is fucking his ass with a big dildo. You can see Liam is wearing girly clothes.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannaliam.webm" type="video/webm">
</video>
<</if>>\
<</if>>\
<</if>>\
<<if not _momplay>>\
<<if $gnSonLocation is "gnboyroom" and $gnchaos and $liamsub>=40 and random(1,100)>70>>
<<if $liamsub>=40 and $liamsub<60>>
You see Liam on his knees sucking off a gangmember. It looks like he got some girly clothes on him?
<video autoplay muted loop style="max-width:50%;">
<source src="img/others/gn/liamgang3.webm" type="video/webm"></video>
<<elseif $liamsub >60 and $liamsub<85>>
You see Liam laying on his back while a gangmember fucks his ass. You can tell he is scared.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/liamtaken.webm" type="video/webm"> </video>
<<elseif $liamsub>=85>>
You see Liam on top of a gangmember, riding on his dick. Liam got some kind of cage on his dick, making his dick kinda locked inside. You can tell he have completly surrendered to the gangmember.
<video autoplay muted loop style="max-width:50%;">
<source src="img/others/gn/liamgang2.webm" type="video/webm"> </video>
<</if>>
<<elseif $gnSonLocation is "gnboyroom">>
<<if $period is "Night">>
<em>Liam is asleep.</em>
<<else>>
<<liam>> Yo, $player! <</liam>>
[[Talk->liam]]
<</if>>\
<</if>>\
<</if>>\
[[Back->gnlivingroom]]
<img src="img/others/gn/bathroom.png" style="max-width:80%;">
<<if $gfLocation is "gnbathroom" and $gnchaos and random(1,100)>50>>
<<if $gfCorruption>=55>>
You walk in and see a gangmember is fucking $namegf in the shower!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariashower.webm" type="video/webm"> </video>
<<else>>
You walk in and see $namegf getting forcefully mouthfucked by a gangmember!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/bathroomtaken.webm" type="video/webm"> </video>
<</if>>
[[Intervene->gffight1]]
<<elseif $gfLocation is "gnbathroom">>
$namegf in showering!
<<linkreplace "Peek">>
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariashower2.webm" type="video/webm"></video>
<</linkreplace>>
<</if>>
[[Back->gnlivingroom]]<<if $gnchaos>> <img src="img/others/gn/livingroomchaos.png" style="max-width:80%;">
As you step inside, you see unfamiliar gang members are roaming their house like they own the place!
<<else>>\
<img src="img/others/gn/livingroom.png" style="max-width:80%;">
<</if>>\
Security: $gnsecurity
[[Help reinforce the house->securityfixgn]]
<<set _sex = either("fuck1","fuck2")>>\
<<set _sex2 = either("fuck1","fuck2", "fuck3")>>\
<<gfLivingroom>>
<<helenLivingroom>>
<<liamLivingroom>>
[[Kitchen->gnkitchen]] <<gnkitchenIcon>>
[[Bathroom->gnbathroom]] <<gnbathroomIcon>>
<<link " $namegf's room">>
<<goto "gngirlroom">>
<</link>> <<gfroomIcon>>
[[Liam's bedroom->gnboyroom]] <<liamroomIcon>>
[[Master bedroom->gnmasterbedroom]] <<masterbedIcon>>
[[Go outside->gnoutside]]
<<silently>>
<<if not $gnUnlocked>>
<<set $gnUnlocked = true>>
<<set $gnCountdownstart = true>>
<</if>>
<<if $gfpeeking is true>>
<<goto "gfpeeking">>
<</if>>
<</silently>><img src="img/others/gn/bedroommaster.png" style="max-width:80%;">
<<if $gnMomLocation is "gnmasterbedroom" and $gnchaos is true and random(1,100)>60>>
<<if $gfCorruption>80 and random (1,100)>80>>
<<set $gfpeeking = true>> <</if>>
You walk in and see Helen laying on top of Paul while being fucked by a gangmember. You can see Helen clearly enjoys being fucked while Paul feels everything close up.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannacuck.webm" type="video/webm">
</video>
<<elseif $gnMomLocation is "gnmasterbedroom">>
<<if $period is "Night">>
<em>Helen and Paul is asleep.</em>
<<else>>
<<helen>>Oh hey. I didn’t hear you come in. Everything alright?<</helen>>
[[Talk->helentalk]]
[[Grope->helengrope]]
<<linkreplace "Actions">>
<<if $helenCorrutpion >= 10>>
<<goto "gfaction">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
[[Back->gnlivingroom]]<<if $energy >=10>>
<img src="img/others/gn/ariatalk.jpg" style="max-width:80%;">
<<player>> You seem calmer today. <</player>>
<<gf>> Yeah. I think I’m getting used to things. <</gf>>
<<player>> That’s good. <</player>>
<<gf>> It helps knowing what to expect. <</gf>>
You send some time talking to $namegf, sharing small thoughts and passing the time. By the end of the conversation, it's clear she feels more comfortable around you.
<em>Love increased slightly.</em>
<<silently>>
<<set $gfLove += 3>>
<<set $energy -= 10>>
<<advanceHour>><</silently>>
[[Livingroom->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>><<if $energy >=15>>
<<if $gfCorruption <=50>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagrope2.webm" type="video/webm">
</video>
<<gf>> $player!<</gf>>
<<player>>Holy ass!<</player>>
<<gf>>You're a perv!<</gf>>
She smirks.
<<else>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/grope1.webm" type="video/webm">
</video>
<<gf>>You're a horny guy.. I like it.<</gf>>
<</if>>
<<silently>>
<<set $energy -= 15>>
<<set $gfCorruption += 3>>
<<advanceHour>><</silently>>
<em>Corruption increased slightly.</em>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $gfCorruption>80>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariahorny.webm" type="video/webm">
</video>
<<gf>> Please $player, I need you!<</gf>>
<<else>>
<img src="img/others/gn/ariatalk.jpg" style="max-width:80%;">
<<gf>>Heey $player!<</gf>>
<</if>>
<<linkreplace "Kiss">>
<<if $gfCorruption >= 10>>
<<goto "gfkiss">>
<<else>>
She pushed you away! (Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Handjob">>
<<if $gfCorruption >= 25>>
<<goto "gfhandjob">>
<<else>>
<<gf>> No, that's weird!<</gf>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Spank">>
<<if $gfCorruption >= 40>>
<<goto "gfspank">>
<<else>>
<<gf>> No, haha! You were joking, right?<</gf>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Blowjob">>
<<if $gfCorruption >= 65>>
<<goto "gfblowjob">>
<<else>>
<<gf>> I'm not ready for that, yet. I'm sorry..<</gf>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Sex">>
<<if $gfCorruption >= 85>>
<<goto "gffuck">>
<<else>>
<<gf>> What! No, that's taking it to far!<</gf>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<back>><<if $energy >=10>>
<video src="img/others/gn/ariakiss.webm" autoplay muted loop style="max-width:80%;"></video>
<<silently>>
<<set $gfLove += 5>>
<<set $gfCorruption += 6>>
<<set $energy -= 10>>
<</silently>>
<em>Love and corruption increased slightly.</em>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>><<if $energy>=15>>
<<if $gfCorruption >=60>>
<video src="img/others/gn/ariahandjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariahandjob1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<em>Corruption and love increased significantly.</em>
<<silently>><<set $gfLove += 10>>
<<set $gfCorruption += 12>> <<advanceHour>>
<<set $energy -= 15>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<set _sex = either("fuck1","fuck2","fuck3")>>
<<if _sex is "fuck1">>
<video src="img/others/gn/ariafuck1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck2">>
<video src="img/others/gn/ariafuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck3">>
<video src="img/others/gn/ariafuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariafuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
<video src="img/others/gn/ariacumass.webm" autoplay muted loop style="max-width:80%;"></video>
<</linkreplace>>
<em>Corruption and love increased greatly.</em><<silently>>
<<set $gfLove += 15>>
<<set $gfCorruption += 15>>
<<set $energy -= 15>>
<<skipPeriod>><<updatePeriod>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<if $gfCorruption >=75>>
<video src="img/others/gn/ariablowjob3.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariablowjob2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
<<if random(1,100)>50>> <video src="img/others/gn/ariafacial2.webm" autoplay muted loop style="max-width:80%;"></video> <<else>> <video src="img/others/gn/ariafacial.webm" autoplay muted loop style="max-width:80%;"></video> <</if>>
<</linkreplace>>
<em>Corruption and love increased significantly.</em>
<<silently>><<set $gfLove += 8>> <<skipPeriod>><<updatePeriod>>
<<set $gfCorruption += 10>>
<<set $energy -= 15>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<if $gfCorruption >=65>>
<video src="img/others/gn/ariaspank2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariaspank.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<em>Corruption and love increased significantly.</em>
<<silently>><<set $gfLove += 8>> <<advanceHour>>
<<set $gfCorruption += 10>>
<<set $energy -= 15>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<widget "gntime">>
<<if $gnCountdownstart and not $gnexposed>>
<<set $gnCountdown -= 1>>
<<if $gnCountdown <= 0>>
<<set $gnexposed = true>>
<<set $liamQuestAvailable = true>>
<</if>>
<</if>>
<</widget>>
<<liam>>Me and my father went scavenging around and stumbled upon the gang. My father wanted to trade with them, but they beat him up. Now they are saying we have to pay them rent to leave us alone.. <</liam>>
<<player>>Yeah.. They are not the nicest gang around here..<</player>>
<<liam>> What do you think we should do? <</liam>>
[[You have to pay in time! ->liamtalk2]]
<<player>>You need to pay them in time!<</player>>
<<liam>> Seriously? <</liam>>
<<player>>Yes. They WILL come here and punish you if you don't. They might kidnap one of your familymembers.. Like your mother or your sister.. <</player>>
<<liam>> Oh my god. How do I even get money around here? <</liam>>
<<player>>You need to scavange around and search abandoned houses. That's atleast what I do. You just need to hold them in check, and I will find us a way to fight back.<</player>>
<<liam>> Alright... Alright.. Thanks, $player<</liam>>
<em>Liam dom increased.</em>
<em>Liam will now search abandoned houses for loot.</em>
<<silently>><<set $liamdom +=10>>
<<set $liamwork = true>>
<<set $gnexposedtalked = true>>
<<set $liamQuestAvailable = false>>
<</silently>>
[[Done->gnlivingroom]]<<widget "gnWork">>
<<set _roll = random(1,100)>>
<<if _roll <= 8>>
<<else>>
<<if random(1,100) <= 65>>
<<set _cash = random(10,25)>>
<<set $gnStashMoney += _cash>>
<</if>>
<<if random(1,100) <= 30>>
<<set _bigcash = random(30,40)>>
<<set $gnStashMoney += _bigcash>>
<<set $gnrStashBigHits += 1>>
<</if>>
<<if random(1,100) <= 70>>
<<set _mats = 0>>
<<if $liamsub >= 50>>
<<set _mats = random(0,2)>>
<<elseif $liamdom >= 50>>
<<set _mats = random(3,6)>>
<<else>>
<<set _mats = random(1,3)>>
<</if>>
<<set $gnStashMats += _mats>>
<</if>>
<</if>>
<</widget>>
<<widget "tickgnWork">>
<<if $gnLastWorkDay < $day>>
<<set _daysPassed = $day - $gnLastWorkDay>>
<<for _i = 1; _i <= _daysPassed; _i++>>
<<gnWork>>
<</for>>
<<set $gnLastWorkDay = $day>>
<</if>>
<</widget>>
<<liam>> Hey! <</liam>>
<<if $gnexposed and not $gnexposedtalked>>
[[Liam wants to talk to you->liamtalk1]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>
<<if $gnexposedtalked and not $liamsabotage>>\
[[Let's go out for a run!->exploreliam]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>\
<<if $liamsabotage>>\
[[Sabotage the gang with Liam->liamsabotage]]
<</if>>\
<<if $liamdom>=60 and not $liamfoundjack>>\
[[Liam got some new info!->liaminfo]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>\
<<if $liamsub >=10 and not $liamsubtalk1>>\
[[Liam wants to talk->liamsub]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>\
<<if $liamsub >=40 and not $liamsubtalk2>>\
[[Liam seems worried and wants to talk->liamsub2]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>\
<<if $liamsub >=50 and not $liamsubtalk3>>\
[[Liam seems worried and wants to talk->liamsub3]] <span style="color:#f1c40f; font-weight:700;">!</span>
<</if>>\
<<if $gfwork is true>>\
<<linkreplace "We should convince $namegf to stop working for Tray (need 250)">>
<<goto "gfworkend">>\
<</linkreplace>>\
<</if>>\
<<if $gfwork is false and $gfworkonce is true>>\
<<linkreplace "We should convince $namegf to start working for Tray again">>
<<goto "gfworkconvince">>\
<</linkreplace>>\
<</if>>
[[Check out his stuff->liamwork]]
[[Go back->gnlivingroom]]
<<if $gnStashMoney > 0 or $gnStashMats > 0>>
You notice signs of recent work. A few things have been set aside.
<<if $gnStashMats > 0>>
Barricade materials: <<print $gnStashMats>>
<</if>>
<<else>>
It doesn’t look like they’ve managed to bring anything back lately.
<</if>>
<<if not $autobarricade>>\
<<linkreplace "You should use those materials to secure the house">>
<<set $autobarricade = true>>\
<em>Liam will now use barricades to strengthen the house.</em>
<</linkreplace>> <</if>>\
<<if $autobarricade>>\
<<linkreplace "You should spare some materials for a while">>
<<set $autobarricade to false>>\
<em>Liam will now stop using barricades to strengthen the house.</em>
<</linkreplace>> \
<</if>>\
<<linkreplace "Give 5 materials to Liam">><<if $barricadeMaterials >=5>>
<<set $gnStashMats += 5>>
<<set $barricadeMaterials -= 5>>
<<liam>> Thank you! I really appreciate it, $player! <</liam>>
<em>$namegf noticed you help Liam and likes you a bit more now!</em>
<<set $gfLove +=5>>
<<else>>
You don't have enough materials. <</if>>
<</linkreplace>>
[[Back->liam]]<<widget "gnAutoBarricade">>
<<if $gnStashMats >= 2>>
<<set $gnStashMats -= 2>>
<<set $gnsecurity += 20>>
<<if $gnsecurity > 100>>
<<set $gnsecurity = 100>>
<</if>>
<</if>>
<</widget>>
<<widget clampGn>>
<<if $gangdom > 100>>
<<set $gangdom = 100>>
<</if>>
<<if $gangdom < 0>>
<<set $gangdom = 0>>
<</if>>
<<if $gfLove > 100>>
<<set $gfLove = 100>>
<</if>>
<<if $gfLove < 0>>
<<set $gfLove = 0>>
<</if>>
<<if $gfCorruption > 100>>
<<set $gfCorruption = 100>>
<</if>>
<<if $gfCorruption < 0>>
<<set $gfCorruption = 0>>
<</if>>
<<if $liamdom > 100>>
<<set $liamdom = 100>>
<</if>>
<<if $liamdom < 0>>
<<set $liamdom = 0>>
<</if>>
<<if $liamsub > 100>>
<<set $liamsub = 100>>
<</if>>
<<if $liamsub < 0>>
<<set $liamsub = 0>>
<</if>>
<<if $helenCorruption > 100>>
<<set $helenCorruption = 100>>
<</if>>
<<if $helenCorruption < 0>>
<<set $helenCorruption = 0>>
<</if>>
<<if $gnsecurity > 100>>
<<set $gnsecurity = 100>>
<</if>>
<<if $gnsecurity < 0>>
<<set $gnsecurity = 0>>
<</if>>
<</widget>>
<img src="img/others/gn/bedroomdaughter.jpeg" style="max-width:80%;">
<<if $gfCorruption<60>>
You see $namegf pinned down on the bed getting raped by a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken4.webm" type="video/webm">
</video>
<<else>>
You walk in to see $namegf getting fucked by a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang3.webm" type="video/webm">
</video>
<</if>>
[[Intervene->gffight1]]
[[You panic and run out! ->gnlivingroom]] <img src="img/others/gn/bedroomdaughter.jpeg" style="max-width:80%;">
<<if $gfCorruption<60>>
You walk in and see a gangmember holding $namegf down and while forcefully fucking her.
<<if random(1,100)>=50>> <video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken3.webm" type="video/webm">
</video> <<else>><video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken6.webm" type="video/webm">
</video> <</if>>
<<else>>
You walk in to see $namegf getting fucked by a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang5.webm" type="video/webm">
</video>
<</if>>
[[Intervene->gffight1]]
[[You panic and run out! ->gnlivingroom]] <<advanceHour>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "gfwin1">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "gfwin1">>
<<else>>
<<goto "gflost1">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "gfwin1">>
<<else>>
<<goto "gflost1">>
<</if>>
<</if>><<if $gfCorruption<60>>
You got beaten pretty badly and are laying on the floor. Pulling yourself up on your feet, you see a gangmember is fucking $namegf. You can see she clearly is afraid and don't want this. Already beaten up, you decide to just get out of the room before he hurts you again.
<video src="img/others/gn/beaten1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You got beat up pretty badly and pass out. You start to wake up to the sounds of your girlfriend getting fucked, hard. You get up on your feet to see $namegf is riding the gangmemeber who beat you up.
<video src="img/others/gn/beaten2.webm" autoplay muted loop style="max-width:80%;"></video>
<<gf>> Yeah! Keep fucking me like this! It's your pussy now!<</gf>>
She moans heavily. As she is riding his big dick, she gets eyecontact with you. She smirks and gets back to the fucking. Humiliated, you leave them alone.
<</if>>
<em>$namegf became more corrupted!</em>
<em>Gangdom increased!</em>
[[Go back->gnlivingroom]]
<<set $gangdom += 10>>
<<set $gfCorruption += 10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>>You fought them off and won. Now $namegf is waiting for you.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariahorny2.webm" type="video/webm"></video>
<<gf>>Thank you $player! Now come here, I will repay you.. <</gf>>
You start fucking $namegf and watch her fat ass bounce as you thrust her pussy.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariafuck4.webm" type="video/webm"></video>
You start to feel you're close to finish and tell her to get on her knees.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariafacial.webm" type="video/webm"></video>
<em>$namegf became more corrupted!</em>
<em>Gangdom decreased!</em>
[[Go back->gnlivingroom]]
<<silently>> <<set $gangdom -= 10>>
<<set $gfLove += 10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 20>><</silently>><img src="img/others/gn/house.jpeg" style="max-width:80%;">
<<if $gfCorruption>80 and $gnchaos and random(1,100)>80>>
You see $namegf in the garden riding a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang4.webm" type="video/webm"></video>
[[Intervene->gffight1]]
<<elseif $gfLove>60 and $gfCorruption>60 and random(1,100)>80>>
You see $namegf outside. She spot you and decides to flash her ass to you.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariatease1.webm" type="video/webm"></video>
She playfully runs inside.
<</if>>
[[Go inside->gnlivingroom]]
[[Go back->Outside]]
<img src="img/others/gn/bedroomdaughter.jpeg" style="max-width:80%;">
<<if $gfCorruption<60>>
You see $namegf pinned down on the bed getting raped by a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken4.webm" type="video/webm">
</video>
<<else>>
You walk in to see $namegf laying on the bed sucking off a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang7.webm" type="video/webm">
</video>
<</if>>
[[Intervene->gffight1]]
[[You panic and run out! ->gnlivingroom]] <img src="img/others/gn/bedroomdaughter.jpeg" style="max-width:80%;">
<<if $gfLocation is "gngirlroom" and $gnchaos is true and random(1,100)>60>>
<<set _dest =either("gfgang1","gfgang2","gfgang3")>>
<<goto _dest>>
<<elseif $gfLocation is "gngirlroom">>
<<if $period is "Night">>
<em>$namegf is asleep.</em>
<<else>>
<<gf>>Hey $player!<</gf>>
[[Talk->gftalk]]
[[Grope->gfgrope]]
<<linkreplace "Actions">>
<<if $gfLove >= 10 and $gfCorruption >= 10>>
<<goto "gfaction">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
[[Back->gnlivingroom]]<<if $energy >=10>>
<<helen>>You know…<</helen>>
She glances around the room, the dim light, the quiet hum outside.
<<helen>>I hated my old job. Sitting in a clean office, staring at a screen all day.<</helen>>
She lets out a short laugh.
<<helen>>Every day felt exactly the same. Safe. Predictable. Dead.<</helen>>
<<player>>This isn’t exactly safer.<</player>>
<<helen>>No.<</helen>>
A pause. Then a smile that doesn’t quite reach her eyes.
<<helen>>But it’s real. People show who they are when things fall apart.<</helen>>
She leans back slightly.
<<helen>>I know it’s not supposed to be something you enjoy…<</helen>>
You look into her eyes.
<<helen>>but I finally feel awake.<</helen>>
She smiles. You can tell she find this life exciting. The two of you chat for some time about the old life. You can tell Helen like having you around.
<em>Corruption increased slightly.</em>
<<silently>>
<<set $helenCorruption += 3>>
<<set $energy -= 10>>
<<advanceHour>><</silently>>
[[Livingroom->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 10).
<<back>>
<</if>><<if $energy >=15>>
<img src="img/others/gn/kiannagrope.webp" style="max-width:80%;">
<<helen>> Wow! Didn't you were like this, $player!<</helen>>
You can tell she liked it. She smirks at you.
<em>Corruption increased slightly</em>
<<silently>> <<set $energy -= 15>>
<<set $helenCorruption += 3>>
<<advanceHour>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $helenCorruption>70>>
<video autoplay muted loop style="max-width:60%;">
<source src="img/others/gn/kiannaflash.webm" type="video/webm">
</video>
<<helen>> You up for some fun?<</helen>>
<<else>>
<img src="img/others/gn/kiannatalk.jpg" style="max-width:80%;">
<<helen>>$player! I'm glad to see you!<</helen>>
<</if>>
<<linkreplace "Handjob">>
<<if $helenCorruption >= 25>>
<<goto "helenhandjob">>
<<else>>
<<helen>>What! This is not the time.<</helen>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "titfuck">>
<<if $helenCorruption >= 40>>
<<goto "helentitfuck">>
<<else>>
<<helen>> So you want these girls? Hah, we can't do that..<</helen>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Blowjob">>
<<if $helenCorruption >= 65>>
<<goto "helenbj">>
<<else>>
<<helen>> Haha, you are funny!<</helen>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<linkreplace "Sex">>
<<if $helenCorruption >= 75>>
<<goto "helenfuck">>
<<else>>
<<helen>>You know we can't... <</helen>>
(Not corrupted enough)
<</if>>
<</linkreplace>>
<<back>><<if $energy>=15>>
<video src="img/others/gn/kiannahandjob.webm" autoplay muted loop style="max-width:80%;"></video>
<em>Corruption increased significantly.</em>
<<silently>>
<<set $helenCorruption += 12>> <<advanceHour>>
<<set $energy -= 15>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<if $helenCorruption >=80>>
<video src="img/others/gn/kiannabj.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/kiannabj2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
<video src="img/others/gn/kiannacum2.webm" autoplay muted loop style="max-width:80%;"></video>
<</linkreplace>>
<em>Corruption increased significantly.</em>
<<silently>> <<skipPeriod>><<updatePeriod>>
<<set $helenfCorruption += 10>>
<<set $energy -= 15>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy>=15>>
<<set _sex = either("fuck1","fuck2","fuck3")>>
<<if _sex is "fuck1">>
<video src="img/others/gn/kiannafuck.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck2">>
<video src="img/others/gn/kiannafuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _sex is "fuck3">>
<video src="img/others/gn/kiannafuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariafuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<linkreplace "Cum">>
<video src="img/others/gn/kiannacum3.webm" autoplay muted loop style="max-width:80%;"></video>
<</linkreplace>>
<em>Corruption and love increased greatly.</em><<silently>>
<<set $helenCorruption += 15>>
<<set $energy -= 15>>
<<skipPeriod>><<updatePeriod>><</silently>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>><<if $energy >=15>>
<video src="img/others/gn/kiannatitfuck.webm" autoplay muted loop style="max-width:80%;"></video>
<em>Corruption increased significantly.</em>
<<set $helenCorruption += 12>>
<<set $energy -= 15>>
<<skipPeriod>><<updatePeriod>>
<<linkreplace "Cum">>
<<if random(1,100)>50>>
<video src="img/others/gn/kiannacum.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/kiannacum4.webm" autoplay muted loop style="max-width:80%;"></video><</if>><</linkreplace>>
[[Done->gnlivingroom]]
<<else>>
You don’t have enough energy for that right now (need at least 15).
<<back>>
<</if>>As you are on your way out, you hear something behind you. You turn around and see $namegf peeking inside Helen and Paul's room. $namegf touches herself watching her mother getting fucked by a big black cock, while Paul just watches.
<video src="img/others/gn/ariapeeking.webm" autoplay muted loop style="max-width:50%;"></video>
<em>Corruption increased slightly.</em>
<<set $gfCorruption += 3>>
<<set $gfpeeking to false>>
[[Leave ->gnlivingroom]]As you are about to walk in the door, you spot in the doorway. You peek inside and see...
<<if $liamsub<80>>
You see Liam jerking his dick while sucking on Helen's boobs. As you watch them, you notice Helen's boobs is covered in cum! Liam is cleaning her boobs by licking every away cumdrop!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannadom1.webm" type="video/webm">
</video>
<<elseif $liamsub>80>>
<<if random(1,100)>50>>
You Liam laying in Helen's lap, sucking on her cumcovered boobs while she jerks his dick!
<img src="img/others/gn/kiannaliam.gif" style="max-width:80%;">
<<else>>
You see Liam is bent over while Helen is fucking his ass with a big dildo. You can see Liam is wearing girly clothes.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannaliam.webm" type="video/webm">
</video>
<</if>>
<</if>>
[[Leave->gnlivingroom]]You and Liam went out searching for abandoned houses. After a while you found a good looking house. You both spent some time searching the house and found in total 54 money and 4 materials. You split the loot.
<em>You got 27 money and 2 barricade materials!</em>
While walking back, you two started to chat..
<<liam>> What's your plan with the gang? <</liam>>
<<player>> I mean I have to pay them in time, right? Is there anything else we can do? <</player>>
<<liam>> Yeah, right now you should to keep them happy, but I'm not planning to pay them for long <</liam>>
<<player>> Oh? What's your plan? <</player>>
<<liam>> We have to to something. Maybe we should try sabotage some of their stuff. That should be distracting, and might even cause internal conflict <</liam>>
<<player>> Yeah that might work. We should at least start small and see how they react. <</player>>
<<liam>> I agree. Let's do this <</liam>>
<em>You can now sabotage the gang with Liam!</em>
You talk a bit more about what you can do to sabotage the gang. After a while you both are back home.
<em>Liam dom increased!</em>
[[Done->hallway]]
<<silently>>
<<set $liamdom +=10>>
<<set $money += 27>>
<<set $barricadeMaterials += 2>>
<<set $gnStashMoney += 27>>
<<set $gnStashMats += 2>>
<<set $liamsabotage = true>>
<<set $liamQuestAvailable = false>>
<<skipPeriod>><<updatePeriod>>
<</silently>>
<<if $energy >=30>>
<<set _msg to either(
"You and Liam tail one of their supply runs long enough to spot a weak link. A truck never makes it back. By the time they realize why, half the day is already gone searching for it.",
"Liam finds the room where they keep their weapons clean and ready. Something corrosive gets spilled where it shouldn’t. Blades rust. Guns jam. Tray orders some gang members to deal with it.",
"You and Liam tamper with the locks on one of their safehouses. Doors won’t open when they should. It turns into a mess for the gang.",
"Liam sabotages the cooling system that keeps their food fresh. Supplies start to spoil, and Tray is furious. Gang members get sent out to find parts and fix the cooler.",
"You and Liam sabotage a fuel pump they depend on. Vehicles idle uselessly until someone figures out what’s wrong.",
"You and Liam track down where their money is counted. A fire starts small, contained, but enough to ruin paperwork and force a full inventory check. Nothing gets done until it’s sorted out."
)>>
<<silently>>
<<set $gangdom -= 10>>
<<set $liamdom +=10>>
<<set $liamsub -=10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -=30>>
<</silently>>
_msg
<em>Gangdom decreased.</em>
<em>Liam sub decreased.</em>
<em>Liam dom increased.</em>
<<else>>
You don't have enough energy (need 30). <</if>>
[[Back->gnlivingroom]]
It's getting late. You should head home and get some sleep.
[[Go home->hallway]]
<<set $playerhome to true>>You walk around in the hallway looking for $namebigsis. You hear moaning comming from a room around the corner and say to yourself..
<<player>> Please don't be $namebigsis <</player>>
As you get closer to the door, you spot a sign on the wall saying "BREEDING ROOM". In smaller text beneath it says "Condoms not allowed. Cum inside or don't enter at all.". Holy shit, they are breeding people inside her! Now you have to peek and see if they are forcing $namebigsis to stay here..
[[You open the door and peek inside->hqbigsis2]]You walk towards the breeding room and peek inside.
<<if random(1,100)>=50>>
You see two gangmembers sucking on $namebigsis's big boobs while another one is pounding her pussy.
<video src="img/angel/breeding2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You a gangmember is holding $namebigsis by the neck as he fucks her pussy from behind. Two other gangmemebrs are standing on her side waiting for their turn on her pussy.
<video src="img/angel/breeding3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
[[Go back before anyone sees you->ganghqhallway]]
You open the door and see multiple gangmembers inside. Everyone is naked looking towards some girls.
<video src="img/angel/breeding1.webm" autoplay muted loop style="max-width:80%;"></video>
And then you see her. You see $namebigsis on the left getting fucked by two gangmembers..
You close the door quickly before anyone notices you. You need to get her out of here fast!
<<set $findbigsiskidnapped to true>>
[[Get out of here->ganghqhallway]]
<<back>>
v0.3.5
49 new passages
new location (glory house) added!
new locations icons added
new icons added for liam quests
new porn collections added
new items added
new quest helper added
new scenes to family around the house
new events in bar
new clara scenes with gang added
new kendra action menu added when high corruption and gangdom
gang scenes with family reworked (most scenes now depends on variables)
new menu in the sidebar
can now search houses with family
can now change gf name
other stuff behind the scenes:
reworked searchhouse
removed a lot of unnecessary passages
cleaned a lot of code in house to make things runs smoother
cleaned trader passage so things runs smoother
bugfixes:
fixed bug where ava didn't get kidnapped after rentfailed
fixed bug rent bug didn't say amount
fixed bug where wrong video showed with mom
fixed bug where night message would break event intros
fixed bug where gfLove could go above 100
fixed some scenes at neighbors not triggering
v0.3a
fixed a bug where you couldn't access helen's actions
fixed a bug in debug menu for lowering gf corruption
v0.3
86 new passages
added neighbors (over 100 new scenes!)
added some new scenes to own family
added jack's house and his wife
can now sacrifice Kendra when rent is not paid
added changelogs
balanced some variables based on feedback
did some changes which will smooth some interactions
finished some WIP
bugfixes:
fixed bug where you got the option to trade nicole before you knew about her
fixed bug where you could skip paying rent
fixed some other bugs with timesystem i found while testing
fixed a bug where sisintruder event didn't turn off when done
fixed bug in brothel where you could get service without money
fixed bug where you could sacrifice mother multiple times
fixed bug you were stuck after rent not paid and everyone is already kidnapped
v0.2a
fixed some bugs related to time and period
fixed bug where sleep skips a day
fixed breakfast bug
fixed lilsis intervene passage not found
fixed mom talk gave love to wrong character
v0.2
75 new passages
fixed bugs
added scenes both sisters
fully implemented mother
added so certain scenes change depending on variables
added more things to do in brothel
added bar scenes
added more items
can now search houses without meeting the gang
can now sabotage to lower gangdom
balanced love/corruption variables
finished most of the WIP paths
NTR is now fully avoidable
v0.1
first release
<<liam>> I think you're gonna love this, $player! <</liam>>
<<player>> What's up? Spill the beans, bro!<</player>>
<<liam>> You remember that asshole Jack? When scouting Eastside for new sabotage targets, I found out he have his own apartment. I went for some more digging, and found out he is hiding his wife there! <</liam>>
<<player>>Damn that's good! Where is his apartment?<</player>>
Liam pulls up a map and shows you the way to Jack's apartment.
<<liam>> But be careful. It looks like he’s usually out of the apartment in the evenings, so f you’re going to do this, that’s the best time to go.<</liam>>
<em>You can now search for Jack's apartment!</em>
<<silently>>
<<set $liamfoundjack = true>>
<<set $knowjack = true>> <</silently>>
[[Back->liam]]You move through the Eastside slowly, double-checking landmarks against the rough directions Liam gave you. The buildings blends in, there is nothing special, nothing that draws attention. Just another place people stopped caring about.
It takes a while, but eventually everything lines up.
This is it.
You walk around the apartment looking for any lifesigns. You double check if there is anyone else here, just in case Liam was wrong. The feeling of stress is killing you. You don't want to sneak around the wrong people's houses around here.
[[Go closer->jacksearch2]]
[[Turn back->Eastside]]
<img src="img/ai/jackhouse.png" style="max-width:80%;">
<<if $period is "Evening">>
It looks like Jack isn't home. Now it the time.
[[Look for Jack's wife->jacksearch3]]
<<else>>
You remember Liam telling you Evening is the best time to look for Jack's wife. Any bad things can happn if you accidentally meet Jack in his own house..
[[Go back->Eastside]]
<</if>>
[[Turn back->Eastside]]This is the time, now you go for it. You walk closer to the house, trying to be as quiet as you can. [[As you lurk around the house, you spot someone..->jacksearch4]]
You stand there looking over the fence, wathcing a beautiful girl in a pool, without any clotches covering her boobs.
<video src="img/others//clara/spy.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>> Damn!<</player>>
You can't belive your own eyes. Is this Jack's wife? She is so beautiful... and those big boobs is insane! This day can't be any better!
<<linkreplace "Go fuck her right now!">>
<<if $playerStrength >= 60>>
<<goto "clarafuck1">>
<<else>>
You are not strong enough! (need 60)
<</if>>
<</linkreplace>>
[[Back->jacksearch2]]
You suddenly jump over the fence. Before she even sees you, you are right on her. You quickly grab her and cover her mouth so she can't scream. She tries to fight back, but you are simply to strong for her. You rip off her panties and insert your dick into her pussy. She screams as you enter her, but you feel she is already wet.
<video src="img/others//clara/insertfuck.webm" autoplay muted loop style="max-width:80%;"></video>
You continue to fuck her pussy for a good while. You enjoy feeling her big boobs bouncing as you thrust her pussy.
<video src="img/others//clara/fuck.webm" autoplay muted loop style="max-width:80%;"></video>
The feeling of revenge for Jack's trade is so good! You can't hold it anymore, you push her body down towards a table and cum deep inside her pussy.
<img src="img/others/clara/fuck2.gif" style="max-width:80%;">
You let go off her and she falls towards the floor. She looks up towards you.
<<clara>> Who even are you?!<</clara>>
<<player>> [[A good friend of Jack. ->clarafuck2]]<</player>>
She gets up on her feet. You can see that she is going to run.
<<player>>Before you do anything stupid. Jack told me about Tray's sister.If you do anything stupid, I will tell Tray. Just imagine what's going to happen to Jack, and you..<</player>>
She completely freezes up and looks at you.
<<clara>>Ok. What do you want?<</clara>>
<<player>>You are going to listen to me from now on. Next time I come by, you follow my orders. Understood?<</player>>
Scared from what consequences can happen, she obeys.
<<clara>>Yes..<</clara>>
[[Leave->Eastside]]
<<set $jackhouse to true>>
<<set $visitjack to true>><img src="img/ai/jackhouse.png" style="max-width:80%;">
<<if $period is "Evening">>
[[Enter->jackhouse2]]
<<elseif $period is "Evening" and not $clarakidnapped>>
You look inside the windows and see Jack having fun with his wife
<video src="img/others//clara/clarajack.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
[[Go back->Eastside]]<img src="img/ai/jackhouse2.png" style="max-width:80%;">
<<if not $clarakidnapped>>
[[Find Clara->clarahouse]]
<<else>>
There is noone here.
<</if>>
[[Leave->jackhouse]]You walk in and see Clara is on the couch with headphones on. She is clearly masturbating and totally unaware that you are standing right behind her.
You walk up to her, making your presence known.
<video src="img/others//clara/sneak.webm" autoplay muted loop style="max-width:80%;"></video>
<<linkreplace "Fuck her!">>
<<if $playerStrength > 40>>
<<goto "claraspyfuck1">>
<<else>>
You are not strong enough! (need 40)
<</if>>
<</linkreplace>>
<<linkreplace "Kidnap her!">>
<<if $playerStrength > 80>>
<<goto "clarakidnap">>
<<else>>
You are not strong enough! (need 80)
<</if>>
<</linkreplace>>
[[Leave->jackhouse]]You quickly get on her before she can get out or call for help. You take out your dick and start fucking her!
<video src="img/others//clara/fuck6.webm" autoplay muted loop style="max-width:80%;"></video>
You fuck her pussy hard and see her beautiful boobs bounce. You decide to sit on the couch and force her to ride you. You make her remember that you have info that Tray would be glad to hear!
<video src="img/others//clara/fuck5.webm" autoplay muted loop style="max-width:80%;"></video>
You cum deep inside her pussy and slowly pulling your dick out, hoping most of the cum stays deep inside.
<video src="img/others//clara/creampie.webm" autoplay muted loop style="max-width:80%;"></video>
<<player>> Leave it be, let it be a gift to Jack <</player>>
<<linkreplace "Kidnap her!">>
<<if $playerStrength > 80>>
<<goto "clarakidnap">>
<<else>>
You are not strong enough! (need 80)
<</if>>
<</linkreplace>>
[[Leave->Eastside]]<<set $clarakidnapped to true>>
You tie Clara up [[and take her back to your place!->hallway]]
Clara is in your room, waiting for your command.
<img src="img/others/clara/room.gif" style="max-width:80%;">
[[Blowjob->clarablowjob]]
[[Fuck her boobs->claratittyfuck]]
[[Fuck her pussy->clarapussy]]
<<if $clarakidnapped and $nicolekidnapped and not $ghNicole>>
[[Threesome with Clara and Nicole->threesome1]]
<<elseif $clarakidnapped and $nicolekidnapped and $ghNicole>>
Nicole is currently working in the Glory house!
<</if>>
[[Back->Your room]]<video src="img/others/clara/bj1.webm" autoplay muted loop style="max-width:80%;"></video>
[[You can't hold it anymore!->claracum]]<<set _fuck = either("fuck1","fuck2")>>
<<if _fuck is "fuck1">>
You fuck Clara's pussy while watching her big boobs bounce!
<video src="img/others/clara/fuck2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You let Clara ride your dick!
<video src="img/others/clara/fuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
[[You can't hold it anymore!->claracum2]]You put your dick between Clara's fat boobs and fuck them!
<video src="img/others/clara/tittyfuck.webm" autoplay muted loop style="max-width:80%;"></video>
[[You can't hold it anymore!->claracum3]]<video src="img/others/clara/cum3.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<advanceHour>>\You spray your cum all over Clara's body!
<video src="img/others/clara/cum1.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<advanceHour>>\You spray your cum all over Clara's big boobs!
<video src="img/others/clara/cum2.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<advanceHour>>\You feel someone on top off you. When you open your eyes, you see..
<video src="img/others/clara/wakeup.webm" autoplay muted loop style="max-width:80%;"></video>
Clara on top off you. Her big boobs is in your face. What a wonderful way to wake up.
<<set $clarawakeup to false>>
[[Your room]]You walk towards her and start touching her.
<video src="img/others/clara/grope2.webm" autoplay muted loop style="max-width:80%;"></video>
She pushes away your hand and tries to finish the chores.
[[Fuck her->clarachoresfuck]]
[[Leave her alone->hallway]]You are the boss in this house. You lift her on top of the washingmachine and starts to grope her boobs more.
<video src="img/others/clara/grope1.webm" autoplay muted loop style="max-width:80%;"></video>
Quickly after you jump on top of the washingmachin and make her come on top of you. You rip her clothes off and make her insert your dick inside her pussy.
<video src="img/others/clara/fuck4.webm" autoplay muted loop style="max-width:80%;"></video>
You cum on her face, leaving her drenched in cum while finishing up the chores.
<video src="img/others/clara/cum3.webm" autoplay muted loop style="max-width:80%;"></video>
[[Leave her->hallway]]<<liam>> $player! I don't know what to do. The gangmemebrs are starting to be a pain in the ass right now <</liam>>
<<player>> Have anything bad happened? <</player>>
<<liam>> No, not yet.. Or the other day one of the gangmembers touched my mothers breast. My father did nothing. He just sat there watching it happened. <</liam>>
<<player>> Just focus on getting their money in time and everything should be alright. <</player>>
<<liam>> Hm... Okey if you say so... <</liam>>
<<set $liamsubtalk1 to true>>
<<set $liamsub += 10>>
<em>Liam sub increased!</em>
[[Leave->gnlivingroom]]<<liam>> $player! We are screwed! We don't have enough money to pay! We are supposed to have the money ready for tomorrow! <</liam>>
You can clearly see he is hurt.
<<player>> How much do you need? Don't worry Liam, we can fix this. And what happend to you?<</player>>
<<liam>> I need in total 150, and only have 50 right now.. I stumbled upon some gangmembers yesterday when I was out looting houses, they beat me up and robbed me.. <</liam>>
<<player>> Oh fuck. Are you okay? <</player>>
<<liam>> Yeah.. I think so.. <</liam>>
You can see that Liam is hiding something
<<liam>> I lost nearly every penny I had Yesterday. They also made me.. They made me wear girly clothes infront of them.. It was horrible.. <</liam>>
<<player>> What? That's so weird. Ignore that, we have to focus on the money. [[You need help earning money->liamsub2.1]]<</player>>
<<set $liamsubtalk2 to true>>
<<set $liamsub += 10>>
<em>Liam sub increased!</em>
$namegf suddnely barge in. You can tell she already know what's going on. She was most likely listening on what you were talking about.
<<gf>> I want to help! <</gf>>
Liam looks at $namegf.
<<liam>> No! Get out, we will fix this <</liam>>
<<gf>> You need me and I want to help. Let me do something to make us some more money. <</gf>>
You freeze up. You don't want $namegf to be working at a place like $namebigsis, but you know if Liam can't pay the gang, the consequences will be so much worse..
<<player>> My sister works at the bar and helps me with the income. I can try to talk to Tray and maybe we find something out. <</player>>
<<gf>> Yes! We need this for our family. I want to help Liam, I've been worried lately for his health.. <</gf>>
Liam is quiet. He doesn't want $namegf to work in Eastside, but he knows they need to do something.
<<liam>> Alright.. $player, can you help us out here? Try to find something good for $namegf.. Something that's safe! <</liam>>
<<player>> [[Of course!->liamsub2.2]] <</player>>
You and $namegf walk together towards Eastside. Hopefully there is a safe workplace around that Tray can offer us. As you enter Eastside, you feel the nerves. You really like $namegf and don't want her to get hurt. You walk in to gang HQ with $namegf, walking towards Tray's office and knock on the door.
<<tray>> [[Come in!->liamsub2.3]] <</tray>><img src="img/ai/ganghqboss.png" style="max-width:80%;">
<<tray>> Who do we have here? <</tray>>
Tray eyes $namegf and looks at you with a smile.
<<tray>> Brought me a gift, $player? <</tray>>
<<player>> No, we are here for a job. This is $namegf, she is Liam's sister. She want to help him out and earn some money. Please, do you have something she can do? <</player>>
<<tray>> No, get out. <</tray>>
He suddenly closes the door in your face. In desperation, $namegf knocks again and start to plead with him.
<<gf>> Please, Tray! I can do anything! I can cook, clean, sweep, organize! Anything! <</gf>>
Tray opens the door again.
<<tray>>Hmm.. Get in.. <</tray>>
[[You both walk in and sit down. Hopefully this works out.->liamsub2.4]]
<img src="img/ai/ganghqboss.png" style="max-width:80%;">
<<tray>>We need a maid around here. Can you do that? <</tray>>
<<gf>> Yes! That's easy! <</gf>>
<<tray>> Alright good. I need to know how good you are at cleaning. <</tray>>
Tray gets up and unbuckles his pants. He takes out his dick..
<<tray>> I fucked a bitch a hour ago. Now, clean my dick. <</tray>>
You immediately look at $namegf.
<<player>> Lets get out of here. <</player>>
She looks at you.
<<gf>> I really need this job, $player. Liam is screwed without me helping him.. <</gf>>
<<player>> He is just gonna make you do this everytime you are at work. It's not worth it.. <</player>>
<<tray>> No, only this time. I want to see her passion. How much does she wants this job. <</tray>>
$namegf looks at you again. You discuss for a while..
<video src="img/others/gn/ariacucktalk.webm" autoplay muted loop style="max-width:80%;"></video>
This job is something her family needs. [[She wants to go through with this.->liamsub2.5]]$namegf gets on her knees infront of him. You walk deeper into the room, away from them. You look towards $namegf and Tray..
<video src="img/others/gn/ariacuck1.webm" autoplay muted loop style="max-width:80%;"></video>
You can see she is contemplating if she is going to do this. $namegf is just watching his dick right infront of her face. Suddenly she grabs it..
<video src="img/others/gn/ariacuck5.webm" autoplay muted loop style="max-width:80%;"></video>
$namegf just plays with it for a while. She is scared to put it in her mouth. You just hope she pulls out from this and wants to leave. You see her opening her mouth..
<video src="img/others/gn/ariacuck4.webm" autoplay muted loop style="max-width:80%;"></video>
Fuck.. This is the girl you likes. Now she haves Tray's dick in her mouth.. How can you kiss her now knowing all this?
<video src="img/others/gn/ariacuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<<tray>> That's good. Keep cleaning me, girl <</tray>>
She dosen't stop either. She just speeds up. Maybe she is trying to finish this quickly.. [[After a while, suddnely Tray says->liamsub2.6]]
<<tray>>Take your clothes off. <</tray>>
<<player>> What? We didn't agree on this! <</player>>
<<tray>> Shut the fuck up $player! Stop fucking talking! If she wants the job just fucking listen to me! <</tray>>
You lock eyes with $namegf. She is clearly scared, but she obeys his command. She takes off her clothes and looks deep into your eyes. You don't know what to do. This was all a mistake...
With $namegf standing there totally naked, Tray takes her hard and forces her to sit on top of him. You watch in horror as Tray inserts his dick deep into $namegf, the girl you deeply like and care about..
<video src="img/others/gn/ariacuck2.webm" autoplay muted loop style="max-width:80%;"></video>
You walk around stressed, don't know what to do. You are trying to think of ways to fix this while you hear $namegf silently crying and the clapping sounds of Tray fucking her.
<<gf>> $player, please come here <</gf>>
You walk over to here, looking at here boucning up and down. She dosen't ride him, but he holds her down while fucking her. He is doing everything. You look into her eyes while everything is happening. She is trying to say something to you, but you can hear she is struggling..
<video src="img/others/gn/ariacucktalk2.webm" autoplay muted loop style="max-width:80%;"></video>
<<gf>> I really hope.. I hope this dosen't change anything... about us <</gf>>
Tray holds her down even harder and start fucking her harder than before. $namegf can't focus on you anymore. She closes her eyes and starts to moan. You can tell she is trying to hide it...
<video src="img/others/gn/ariacuck6.webm" autoplay muted loop style="max-width:80%;"></video>
You hear the loud clapping comming from his big dick slamming into her fat ass. Suddnely he jumps up and throws her on the couch.
<<tray>> [[Open up your mouth if you want the job!->liamsub2.7]] <</tray>>$namegf opens up her mouth. You watch in horror as Tray cum on her face and in her mouth. This is heartbreaking..
<video src="img/others/gn/ariacuckcum1.webm" autoplay muted loop style="max-width:80%;"></video>
Tray takes his clothes on while $namegf is still layng on her back on the coach.
<<tray>> The job is yours. Your shift starts every evening and I will pay you good. <</tray>>
You help $namegf up and help gets her clothes on her. You walk leave and walk back to their house together. You both are quiet most of the way. When you arrive, you hug her and watch her go inside the house. [[You walk home, alone->hallway]]
<em>$namegf will now work in the evenings!</em>
<<set $gfwork to true>>
<<if $gfworkcorruption >= 0 and $gfworkcorruption < 20>>
You see $namegf cleaning.
<<if random (1,100)>=50>>
<img src="img/others/gn/ariawork1.gif" style="max-width:80%;">
<<else>>
<img src="img/others/gn/ariawork2.gif" style="max-width:80%;">
<</if>>
<<elseif $gfworkcorruption >= 20 and $gfworkcorruption < 40>>
You see $namegf getting groped by gangmembers!
<<if random (1,100)>=50>>
<img src="img/others/gn/ariaworkgrope.gif" style="max-width:80%;">
<<else>>
<img src="img/others/gn/ariaworkgrope2.gif" style="max-width:80%;">
<</if>>
<<elseif $gfworkcorruption >= 40 and $gfworkcorruption < 60>>
<<if random (1,100)>=50>>
You see $namegf on her knees infront of two gangmembers!
<img src="img/others/gn/ariaworkfuck1.gif" style="max-width:80%;">
<<else>>
You see $namegf on her knees infront of two gangmembers!
<img src="img/others/gn/ariaworkfuck2.gif" style="max-width:80%;">
<</if>>
<<elseif $gfworkcorruption >= 60 and $gfworkcorruption < 80>>
<<if random (1,100)>=50>>
You see $namegf being held down and fucked hard!
<video src="img/others/gn/ariaworktaken1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
You se $namegf being fucked hard!
<video src="img/others/gn/ariaworkfuck5.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<<elseif $gfworkcorruption >= 80 and $gfworkcorruption <= 100>>
You see two gangmembers fucking $namegf!
<<if random (1,100)>=50>>
<video src="img/others/gn/ariaworkfuck4.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gn/ariaworkfuck3.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>
<</if>>
<<silently>> <<advanceHour>>
<<set $gfworkcorruption += 10>>
<<if $gfworkcorruption>100>>
<<set $gfworkcorruption = 100>>
<</if>> <</silently>>
[[Leave->ganghqhallway]]<<widget "gfWork">>
<<if $gfwork is true>>
<<set $liamsub += 5>>
<</if>>
<</widget>>
<<liam>> $player! I don't know what to do anymore. The gang harasses us more and more.. Even after I pay rent in time! <</liam>>
<<player>> What have they been doing? <</player>>
<<liam>>They... They have forced me to eat some kind of pills.. I don't know what is was, but I have noticed I have lost some of my strength. <</liam>>
<<player>> A pill? Hmm... Thats weird.. I have never heard or seen any pills used by the gang. <</player>>
<<liam>> I don't know $player! They are forcing me to wear girly clothes and are making me eat that shitty pill! <</liam>>
<<player>>Don't worry Liam, I will try to figure something out <</player>>
<<set $liamsubtalk3 to true>>
<<set $liamsub += 10>>
<em>Liam sub increased!</em>
[[Leave->gnlivingroom]]
(End of this storyline for now. More will come.)The knock feels louder than it should.
For a brief moment, no one moves. Then chairs scrape softly against the floor.
The door opens.
Liam stands there, cautious but not hostile. His eyes scan you quickly, like he’s measuring whether you’re trouble or just… someone.
<<liam>>We don’t get many visitors.<</liam>>
He hesitates, then steps aside.
<<liam>>But yeah. Come in.<</liam>>
Inside, the warmth is immediate. Light. Food. People.
Helen looks up first. Her face changes the moment she realizes you’re not alone out there.
<<helen>>Oh.<</helen>>
A smile spreads, genuine and a little relieved.
<<helen>>It’s good to see another face. You have no idea how quiet it’s been.<</helen>>
Paul nods along, already standing, already reaching for an extra chair. He doesn’t say much, just glances at Helen before acting, as if checking that this is what she wants.
You see a pretty girl sitting by the table, she gently smiles at you.
<<gf>>Hi, my name is <<textbox "$namegf" "Aria">> <</gf>>
$namegf doesn’t sayt anyting else. She just observes you over the edge of her glass. There’s something calm about her, something steady. In the soft light, it’s hard not to notice how pretty she is, how out of place that feels in a world like this.
Liam notices where your attention drifts and clears his throat.
<<liam>>We were just eating.<</liam>>
Not an invitation. Not a refusal either.
<<liam>>You hungry?<</liam>>
Helen laughs quietly.
<<helen>>Don’t stand there like he’s going to bite you.<</helen>>
She gestures toward the table.
<<helen>>If you’re going to be here, you might as well sit.<</helen>>
For a moment, it almost feels like this is normal. Like people still do this. Like the world hasn’t completely fallen apart yet.
[[You spend some time with them, getting to know them well->gnlivingroom]]
<<set $eventLock = false>>\<<widget "gnsecurityDecay">>
<<if $uptownUnlocked>>
<<set $gnsecurity -= 10>>
<</if>>
<</widget>>Nicole rides your dick while you lick Clara's pussy! This is awesome!
<video src="img/others/clara/threesome.webm" autoplay muted loop style="max-width:80%;"></video>
[[Done->Your room]]
<<tray>> Oh yeah we already got everyone you love. Then we can beat you ass as punishment.<</tray>>
The all start to attack you. After a while, they leave. You are left on the ground badly beaten up.
<em>You lost a lot of strength.</em>
<<set $rentFail = false>>
<<set $playerStrength -= 15>>
[[Get up->hallway]]
(Still WIP. Might change.)<<if $barricadeMaterials >= 1 and $energy >= 40>>
You spent some time reinforcing their house.
Increased security!
<<silently>><<set $gnsecurity += 15>>
<<set $barricadeMaterials -= 1>>
<<set $energy -= 40>>
<<skipPeriod>>
<<updatePeriod>>
<</silently>>
<<else>>
<<if $barricadeMaterials < 1>>
You don't have any materials!
<<elseif $energy < 40>>
You're too exhausted to reinforce the house.
<</if>>
<</if>>
[[Done->gnlivingroom]]<<if $money >= 250>>
<<set $money = $money - 250>>
You and Liam convinced $namegf that you don't need the money anymore and she can quit.
<<silently>>
<<set $gfwork to false>>
<<updateNeighborLocations>>
<<set $gfworkonce to true>>
<</silently>>
[[Good!->liam]]
<<else>>
Not enough money!
[[Back->liam]]
<</if>>
You and Liam convinced $namegf to start working for Tray again!
<<silently>>
<<set $gfwork to true>>\
<<updateNeighborLocations>>\
<</silently>>
[[Good!->liam]]After you first meet good neighbors, wait 5 days and talk to Liam again to progress story.
If security is too low in neighbors house, Liam will lose dom points and gain sub points.
Liam will gain sub points if $namegf works at ganghq.
You can increase Liam dom points by helping him sabotage ganghq. This will also decrease sub points.
<b>Liamdom:</b> When over 50, Liam will protect his family better. Liam will gather more loot on his own.
<b>Liamsub:</b> When over 50, Liam will be used by gangmembers. Liam will gather less loot on his own.
<<back>><<widget "searchHouseLoot">>
<<set _roll = random(1,100)>>\
<<set _cashTotal = 0>>\
<<set _matsTotal = 0>>\
<<if _roll <= 8>>\
You don't find anything useful.
<<else>>\
<<if random(1,100) <= 65>>\
<<set _cashTotal += random(10,25)>>\
<</if>>\
<<if random(1,100) <= 30>>\
<<set _cashTotal += random(30,40)>>\
<</if>>\
<<if random(1,100) <= 30>>\
<<set _matsTotal += random(1,3)>>\
<</if>>\
<<if _cashTotal == 0 and _matsTotal == 0>>\
<<set _cashTotal = random(10,20)>>\
<</if>>\
You search carefully and manage to recover:
<<if _cashTotal > 0>>\
Cash: +<<= _cashTotal>>
<<set $money += _cashTotal>>\
<</if>>\
<<if _matsTotal > 0>>\
Barricade materials: +<<= _matsTotal>>
<<set $barricadeMaterials += _matsTotal>>\
<</if>>\
<</if>>\
<</widget>>
WITH LILSIS
<<widget "searchHouseWithLilsis">>\
<<set _roll = random(1,100)>>\
<<set _cashTotal = 0>>\
<<set _matsTotal = 0>>\
<<set $energy -= 40>>\
<<if random(1,100) <= 18>>\
<<goto "searchenemy1">>\
<<else>>\
<<if _roll <= 5>>\
You don't find anything useful.
<<else>>\
<<if random(1,100) <= 75>>\
<<set _cashTotal += random(25,45)>>\
<</if>>\
<<if random(1,100) <= 40>>\
<<set _cashTotal += random(35,65)>>\
<</if>>\
<<if random(1,100) <= 40>>\
<<set _matsTotal += random(2,4)>>\
<</if>>\
<<if _cashTotal == 0 and _matsTotal == 0>>\
<<set _cashTotal = random(15,30)>>\
<</if>>\
You and your sister search the house together and recover:
<<if _cashTotal > 0>>\
Cash: +<<= _cashTotal>>
<<set $money += _cashTotal>>\
<</if>>\
<<if _matsTotal > 0>>\
Barricade materials: +<<= _matsTotal>>
<<set $barricadeMaterials += _matsTotal>>\
<</if>>\
$namelilsis enjoyed spending time with you!
<<set $lilsisLove += 3>>\
<em>Love increased slightly.</em>
<</if>>\
<</if>>\
<<set $searchedHouseToday = true>>\
<</widget>>\
WITH BIGSIS
<<widget "searchHouseWithBigsis">>\
<<set _roll = random(1,100)>>\
<<set _cashTotal = 0>>\
<<set _matsTotal = 0>>\
<<set $energy -= 40>>\
<<if random(1,100) <= 18>>\
<<goto "searchenemybigsis1">>\
<<else>>\
<<if _roll <= 5>>\
You don't find anything useful.
<<else>>\
<<if random(1,100) <= 75>>\
<<set _cashTotal += random(25,45)>>\
<</if>>\
<<if random(1,100) <= 40>>\
<<set _cashTotal += random(35,65)>>\
<</if>>\
<<if random(1,100) <= 40>>\
<<set _matsTotal += random(2,4)>>\
<</if>>\
<<if _cashTotal == 0 and _matsTotal == 0>>\
<<set _cashTotal = random(15,30)>>\
<</if>>\
You and your sister search the house together and recover:
<<if _cashTotal > 0>>\
Cash: +<<= _cashTotal>>
<<set $money += _cashTotal>>\
<</if>>\
<<if _matsTotal > 0>>\
Barricade materials: +<<= _matsTotal>>
<<set $barricadeMaterials += _matsTotal>>\
<</if>>\
$namebigsis enjoyed spending time with you!
<<set $bigsisLove += 3>>\
<em>Love increased slightly.</em>
<</if>>\
<</if>>\
<<set $searchedHouseToday = true>>\
<</widget>>\Go back [[inside->hallway]]
<<if $uptownUnlocked>>\
Go to [[Uptown neighbors->gnoutside]]
<</if>>\
<<if $ghprogress<100>>\
<<link "Go to abandoned building">>
<<if $ghfirst>>\
<<goto "gh2">>\
<<else>>\
<<goto "gh1">>\
<</if>> \
<</link>>\
<<else>>\
Go to [[Glory house->ghmain1]]
<</if>>\
<<if $cansearchhouse>>
<<if $period is "Night">>
Its getting dark. You should go home and sleep.
<<else>>
<<if $energy >= 60>>
[[Loot abandoned houses->searchhouse]]
<<else>>
You're too tired to search abandoned houses right now. (Need 60 energy)<</if>> <</if>><</if>>
<<if $badNeighborhoodUnlocked>>\
Go to [[Eastside]]
<</if>>\
Go <<link "Explore">>
<<explore>><</link>>
<<widget "periodImage">>
<<if $period is "Morning">>
<img src="img/ai/morning.png" style="max-width:100%;">
<<elseif $period is "Afternoon">>
<img src="img/ai/afternoon.png" style="max-width:100%;">
<<elseif $period is "Evening">>
<img src="img/ai/evening.png" style="max-width:100%;">
<<else>>
<img src="img/ai/night.png" style="max-width:100%;">
<</if>>
<</widget>>
<<widget "outsideImage">>
<<if $period is "Morning">>\
<img src="img/ai/outsidemorning.png" style="max-width:100%;">\
<<elseif $period is "Afternoon">>\
<img src="img/ai/outside.png" style="max-width:100%;">\
<<elseif $period is "Evening">>\
<img src="img/ai/outsideevening.png" style="max-width:100%;">\
<</if>>\
<</widget>>
<<widget "kitchenIcon">>\
<<if $lilsisLocation is "Kitchen">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<<if $bigsisLocation is "Kitchen">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<<if $momLocation is "Kitchen">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "bathroomIcon">>\
<<if $lilsisLocation is "Bathroom">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<<if $bigsisLocation is "Bathroom">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<<if $momLocation is "Bathroom">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "livingroomIcon">>\
<<if $lilsisLocation is "Livingroom">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<<if $bigsisLocation is "Livingroom">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<<if $momLocation is "Livingroom">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "lilsisIcon">>\
<<if $lilsisLocation is "lilsisroom">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "lilsisIconYourRoom">>\
<<if $lilsisLocation is "Your room">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "bigsisIcon">>\
<<if $bigsisLocation is "bigsisroom">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "momIcon">>\
<<if $momLocation is "momroom">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "momgangIcon">>\
<<if $momLocation is "Gang HQ">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "bigsisgangIcon">>\
<<if $bigsisLocation is "Gang HQ">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "lisisgangIcon">>\
<<if $lilsisLocation is "Brothel">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "bigsisbarIcon">>\
<<if $bigsisLocation is "Bar">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "bigsisghIcon">>\
<<if $bigsisLocation is "Glory House">>\
<img src="img/portrait/bigsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "lilsisghIcon">>\
<<if $lilsisLocation is "Glory House">>\
<img src="img/portrait/lilsisicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "momghIcon">>\
<<if $momLocation is "Glory House">>\
<img src="img/portrait/momicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "nicoleghIcon">>\
<<if $ghNicole>>\
<img src="img/portrait/nicoleicon.jpeg" class="icon">\
<</if>>\
<</widget>>\
<<widget "nicolehouseIcon">>\
<<if not $ghNicole and $nicolekidnapped>>\
<img src="img/portrait/nicoleicon.jpeg" class="icon">\
<</if>>\
<</widget>>\
<<widget "claraghIcon">>\
<<if $ghClara>>\
<img src="img/portrait/claraicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "clarahouseIcon">>\
<<if not $ghClara and $clarakidnapped>>\
<img src="img/portrait/claraicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "gnkitchenIcon">>\
<<if $gfLocation is "gnkitchen">>\
<img src="img/others/gn/ariaicon.jpg" class="icon">\
<</if>>\
<<if $gnSonLocation is "gnkitchen">>\
<img src="img/others/gn/liamicon.png" class="icon">\
<</if>>\
<<if $gnMomLocation is "gnkitchen">>\
<img src="img/others/gn/kiannaicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "gnbathroomIcon">>\
<<if $gfLocation is "gnbathroom">>\
<img src="img/others/gn/ariaicon.jpg" class="icon">\
<</if>>\
<<if $gnSonLocation is "gnbathroom">>\
<img src="img/others/gn/liamicon.png" class="icon">\
<</if>>\
<<if $gnMomLocation is "gnbathroom">>\
<img src="img/others/gn/kiannaicon.jpg" class="icon">\
<</if>>\
<</widget>>\
<<widget "gfroomIcon">>\
<<if $gfLocation is "gngirlroom">>\
<img src="img/others/gn/ariaicon.jpg" class="icon">\
<</if>>\
<</widget>>
<<widget "liamroomIcon">>\
<<if $gnSonLocation is "gnboyroom">>\
<img src="img/others/gn/liamicon.png" class="icon">\
<</if>>\
<<if $gnMomLocation is "gnboyroom">>\
<img src="img/others/gn/kiannaicon.jpg" class="icon">\
<</if>>\
<</widget>>
<<widget "masterbedIcon">>\
<<if $gnMomLocation is "gnmasterbedroom">>\
<img src="img/others/gn/kiannaicon.jpg" class="icon">\
<</if>>\
<</widget>>
<<widget "gfwork">>\
<<if $gfwork>>\
<img src="img/others/gn/ariaicon.jpg" class="icon">\
<</if>>\
<</widget>>\
EncounterWidgets
LILSISKITCHEN
<<widget "lilsisKitchen">>
<<if $lilsisLocation is "Kitchen" and $chaos is true and random(1,100) >80>>
<<if $gangdom <=50>>
Some of the thugs are groping $namelilsis ass!
<img src="img/daisy/ganggrope.gif" alt="Scene image">
<<else>>
You see a gangmemebr totally naked standing before $namelilsis's naked body, threatening her. Scared, she takes off her clothes and back up to the corner.
<img src="img/daisy/taken2.gif" alt="Scene image">
[[Intervene->lilsisgangfight]] <</if>>
<<elseif $lilsisLocation is "Kitchen">>
<<lilsis>> Hey bro! <</lilsis>>
[[Talk->lilsistalk]]
[[Grope->lilsisgrope]]
<<linkreplace "Actions">>
<<if $lilsisLove >= 50 and $lilsisCorruption >= 60>>
<<goto "lilsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</widget>>
BIGSISKITCHEN
<<widget "bigsisKitchen">>
<<if $bigsisLocation is "Kitchen" and $chaos is true and random(1,100) >80 >>
You walk in on a gangmember fucking $namebigsis!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/beaten3.webm" type="video/webm">
</video>
[[Intervene!->fightkitchenbigsis]]
<<elseif $bigsisLocation is "Kitchen">>
<<bigsis>> What do you want?<</bigsis>>
[[Talk->bigsistalk]]
[[Grope->bigsisgrope]]
<<linkreplace "Actions">>
<<if $bigsisLove >= 10 and $bigsisCorruption >= 10>>
<<goto "bigsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</widget>>
MOMKITHCEN
<<widget "momKitchen">>
<<if $momLocation is "Kitchen" and $chaos and random (1,100)>70>>
<<if $momCorruption >=65>>\
You see a gangmember fucking $namemom!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang4.webm" type="video/webm"></video>
<<else>>\
You see a gangmember groping $namemom!
<<if random(1,100)>50>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/ganggrope2.webm" type="video/webm"></video>
<<else>>
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/ganggrope4.webm" type="video/webm"></video>
<</if>>
<</if>>\
[[Intervene->momgangfight1]]
<<elseif $momLocation is "Kitchen" and $momCorruption >90 and random (1,100)>80>>
You walk into the kitchen and see $namemom is horny playing with her tits out!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/kitchenflash.mp4" type="video/webm"></video>
[[Fuck!->momfuckkitchen]]
<<elseif $momLocation is "Kitchen">>
<<mom>>Hi sweetie! Everything alright?<</mom>>
[[Talk->momtalk]]
[[Grope->momgrope]]
<<linkreplace "Actions">>
<<if $momLove >= 10 and $momCorruption >= 10>>
<<goto "momactions">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</widget>>
BIGSIS BATHOOM
<<widget "bigsisBathroom">>
<<if $bigsisLocation is "Bathroom" and $chaos is true and random(1,100) <= 60>>
You see $namebigsis on the floor getting mouthfucked by a gangmember.
<<set _bigsisbathgang1 = true>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/bathroomgang.webm" type="video/webm"></video>
[[Stop him->fightbigsis1]]
<</if>>\
<<if $bigsisLocation is "Bathroom" and not _bigsisbathgang1>>\
<<set _bathroomBusy = true>>\
<<link "$namebigsis is in the shower. Take a quick peek?">>
<<goto "showerpeek">>\
<<set _bathroomBusy = false>>\
<</link>>\
<</if>>\
<</widget>>
LILSIS BATHROOM
<<widget "lilsisBathroom">>\
<<if $lilsisLocation is "Bathroom" and $chaos is true and random (1,100) >60>>\
You see $namelilsis showering. She is not alone...
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/chaosshower.mp4" type="video/webm"></video>
[[Intervene->lilsisgangfight]]
<<elseif $lilsisLocation is "Bathroom">>\
<<lilsis>> Hey bro! <</lilsis>>
[[Talk->lilsistalk]]
[[Grope->lilsisgrope]]
<<linkreplace "Actions">>\
<<if $lilsisLove >= 10 and $lilsisCorruption >= 10>>
<<goto "lilsisfuck1">>
<<else>>\
<em>You need more love and corruption.</em>
<</if>>\
<</linkreplace>>\
<</if>>\
<</widget>>
MOM BATHROOM
<<widget "momBathroom">>
<<if $momLocation is "Bathroom" and $chaos and random(1,100)>20>>
<<if $momCorruption<80>>
You see $namemom getting harassed in the shower!
<img src="img/ava/showergang.gif" style="max-width:80%;">
<<else>>
You see $namemom getting fucked by two gangmembers!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/shower.webm" type="video/webm">
</video>
<</if>>
[[Intervene!->momgangfight1]]
<<elseif $momLocation is "Bathroom">>
<<set _bathroomBusy = true>>
<<link "$namemom is in the shower. Maybe peek a little">>
<<goto "showerpeekmom">>
<<set _bathroomBusy = false>>
<</link>>
<</if>>
<</widget>>
BIGSIS LIVINGROOM
<<widget "bigsisLivingroom">>\
<<if $bigsisLocation is "Livingroom" and $chaos is true and random(1,100) >80>>
A gangmember is fucking $namebigsis!
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/ganglivingroom.webm" type="video/webm">
</video>
[[Intervene!->fightkitchenbigsis]]
<<elseif $bigsisLocation is "Livingroom">>
<<bigsis>> What? <</bigsis>>
[[Talk->bigsistalk]]
[[Grope->bigsisgrope]]
<<linkreplace "Actions">>
<<if $bigsisLove >= 10 and $bigsisCorruption >= 10>>
<<goto "bigsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</widget>>
LILSIS LIVINGROOM
<<widget "lilsisLivingroom">>
<<if $lilsisLocation is "Livingroom">>
<<if $chaos and random(1,100) > 60>>
<<if $lilsisCorruption <=30>>
You walk inn and see $namelilsis getting forcefully fucked while held down!
<img src="img/daisy/taken1.webp" style="max-width:80%;">
<<elseif $lilsisCorruption >30 and $lilsisCorruption <=70>>
You see $namelilsis on her knees with Tray and another gang member in the living room.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/livingroomgang1.webm" type="video/webm">
</video>
<<else>>
You see Tray with $namelilsis in the living room.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/livingroomgang2.webm" type="video/webm">
</video>
<</if>>
[[Intervene!->lilsisgangfight]]
<<elseif random(1,100)>80>>
As you see $namelilsis walk out of the livingroom, you can't ignore looking at her fat ass.
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/walk1.webm" type="video/webm">
</video>
<<else>>
<<lilsis>> Hey bro! <</lilsis>>
[[Talk->lilsistalk]]
[[Grope->lilsisgrope]]
<<linkreplace "Actions">>
<<if $lilsisLove >= 10 and $lilsisCorruption >= 10>>
<<goto "lilsisfuck1">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</if>>
<</widget>>
MOM LIVINGROOM
<<widget "momLivingroom">>\
<<if $momLocation is "Livingroom" and $chaos and random(1,100)>65>>
You walk into the livingroom and see a gangmember using you mother's mouth!
<video autoplay muted loop style="max-width:80%;">
<source src="img/ava/gang1.webm" type="video/webm">
</video>
[[Intervene->momgangfight1]]
<<elseif $momLocation is "Livingroom">>
<<mom>>Hi sweetie! Everything alright?<</mom>>
[[Talk->momtalk]]
[[Grope->momgrope]]
<<linkreplace "Actions">>
<<if $momLove >= 10 and $momCorruption >= 10>>
<<goto "momactions">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>
<</linkreplace>>
<</if>>
<</widget>><img src="img/ai/kitchen.png" style="max-width:80%;">
<<breakfast>>
Go to [[hallway]]
<<lilsisKitchen>>
<<bigsisKitchen>>
<<momKitchen>><<widget "breakfast">>\
<<if $period is "Morning" and not $breakfastEaten>>\
<<linkreplace "Eat breakfast">>\
<<set $breakfastEaten = true>>\
<<if $energy >= 100>>\
<em>You are already full of energy, but the meal still brings the family closer.</em>
<<else>>\
<<set $energy += 20>>\
<p><em>You eat breakfast with the family and feel refreshed. Everyone feels closer.</em></p>
<</if>>\
<<silently>>\
<<set $bigsisLove += 5>>
<<set $lilsisLove += 5>>
<<set $momLove += 5>>
<<advanceHour>>
<</silently>>\
<</linkreplace>>\
<</if>>\
<</widget>>\<<gangmember>>Hey whiteboy, come over here!<</gangmember>>
You walk over slowly, keeping your movements steady, hoping nothing turns this into something bigger.
<<gangmember>>I've heard rumours about a pretty asian girl living around here. You know anything about it? <</gangmember>>
<<player>> Ehm.. <</player>>
You don't want to get in trouble, but you feel it's wrong to give them any info about $namegf..
<<gangmember>>I know you fucking do. Don’t stand there acting clueless. If you decide to keep your mouth shut, you’re going to regret it. <</gangmember>>
[[Say where their house is->barevent1.2]]
[[Stand your ground->barevent1.3]]
<<set $barevent1 = true>>\You show him on the map where they live. He watches you in silence for a few seconds, then takes it from your hand.
<<gangmember>> Now get the fuck away! <</gangmember>>
You step back without another word. The room feels tighter somehow. You hope you didn't just make a mistake...
<em>Gangdom increased!</em>
<em>Neighbors security decreased!</em>
[[Leave->Bar inside]]
<<set $gnsecurity -=25>>\
<<set $gangdom +=20>>\
You stand your ground and don't tell him anything. He looks at you for a second, and then suddenly he throws a punch..
<<if $playerStrength>= 80>>
You quickly dodge his punch and you go in for a right hook.
<img src="img/others/misc/barevent1.gif" style="max-width:80%;">
You knock him out. His mates just looks at you, but don't do anything. As you walk away, you see other gangmembers looks at you with respect.
<em>Gangdom decreased!</em>
<<set $gangdom -=20>>\
<</if>>
<<if $playerStrength< 80>>
You get knocked out cold.
<img src="img/others/misc/barevent1.2.gif" style="max-width:80%;">
You hit the floor, and the world goes silent.
While you’re unconscious, he crouches down and empties your pockets, quick and efficient. By the time you come to, the bar has moved on like nothing happened.
A bouncer nudges you with his boot.
<<bouncer>> Get up! <</bouncer>>
<em>Gangdom increased!</em>
<em>You lost some money!</em>
<<set $gangdom +=20>>\
<<set $money *= 0.4>>\
<<set $money = Math.ceil($money)>>\
<</if>>
[[Leave->Bar inside]]You sit at a table, minding your own business, careful not to meet anyone’s eyes. The air feels thick, the kind that carries trouble even when no one’s speaking.
Suddenly a gangmember walks over to you..
<<gangmember>>This is my table, move! <</gangmember>>
[[Give him the table->barevent2.1]]
[[Tell him to fuck off->barevent2.2]]
You quickly get off your seat, giving him the table. You don't say anyting and starts to walk away.
<<gangmember>>That's what I thought! <</gangmember>>
You see people looking at you, some even laughing..
<em>Gangdom increased!</em>
[[Leave->Bar inside]]
<<set $gangdom +=10>>\<<player>> Fuck off <</player>>
The gangmember gets in your face. You can already tell this is going to be messy.
He throws a punch at you...
<<if $playerStrength>= 80>>
You quickly dodge his punch and you go in for a right hook.
<img src="img/others/misc/barevent1.gif" style="max-width:80%;">
You knock him out. His mates just looks at you, but don't do anything. As you walk away, you see other gangmembers looks at you with respect.
<em>Gangdom decreased!</em>
<<set $gangdom -=20>>\
<</if>>
<<if $playerStrength< 80>>
You get knocked out cold.
<img src="img/others/misc/barevent1.2.gif" style="max-width:80%;">
You hit the floor, and the world goes silent.
While you’re unconscious, he crouches down and empties your pockets, quick and efficient. By the time you come to, the bar has moved on like nothing happened.
A bouncer nudges you with his boot.
<<bouncer>> Get up! <</bouncer>>
<em>Gangdom increased!</em>
<em>You lost some money!</em>
<<set $gangdom +=20>>\
<<set $money *= 0.4>>\
<<set $money = Math.ceil($money)>>\
<</if>>
[[Leave->Bar inside]]You spend some time chilling at the bar. After a while you look at the clock and thinks it's time to leave. <img src="img/ai/trader.png" style="max-width:80%;">
<<if $gangbangporn>>
You already own this.
<<elseif $money >= 150>>
<<trader>>You like sharing chicks with others? We're different, boy..<</trader>>
You bought gangbang porn collection!
<<set $gangbangporn to true>>\
<<set $money -= 150>>
<<else>>
You don't have enough money
<</if>>
[[Go back->buyporn1]]
<<set _porn = either("porn1", "porn2", "porn3", "porn4")>>
<<if _porn is "porn1">>
<video src="img/others/pc/gangbang1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn2">>
<video src="img/others/pc/gangbang2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn3">>
<video src="img/others/pc/gangbang3.webm" autoplay muted loop style="max-width:80%;"> </video>
<<else>>
<video src="img/others/pc/gangbang4.webm" autoplay muted loop style="max-width:80%;">
</video><</if>>
[[Done->porn1]]<<set _porn = either("porn1", "porn2", "porn3", "porn4")>>
<<if _porn is "porn1">>
<video src="img/others/pc/milf1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn2">>
<video src="img/others/pc/milf2.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _porn is "porn3">>
<video src="img/others/pc/milf3.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/pc/milf4.webm" autoplay muted loop style="max-width:80%;">
</video><</if>>
[[Done->porn1]]<<set _porn = either("porn1", "porn2", "porn3","porn4")>>
<<if _porn is "porn1">>
<img src="img/others/pc/hentai1.webp" alt="Scene image">
<<elseif _porn is "porn2">>
<img src="img/others/pc/hentai2.webp" alt="Scene image">
<<elseif _porn is "porn3">>
<img src="img/others/pc/hentai3.webp" alt="Scene image">
<<else>>
<img src="img/others/pc/hentai4.webp" alt="Scene image">
<</if>>
[[Done->porn1]]<img src="img/ai/trader.png" style="max-width:80%;">
<<if $hentaiporn>>
You already own this.
<<elseif $money >= 50>>
<<trader>>Finally someome bought this shit..<</trader>>
You bought hentai porn collection!
<<set $hentaiporn to true>>\
<<set $money -= 50>>
<<else>>
You don't have enough money
<</if>>
[[Go back->buyporn1]]
<img src="img/ai/trader.png" style="max-width:80%;">
<<if $milfporn>>
You already own this.
<<elseif $money >= 80>>
<<trader>>I knew you were a mama boy<</trader>>
You bought MILF porn collection!
<<set $milfporn to true>>\
<<set $money -= 80>>
<<else>>
You don't have enough money
<</if>>
[[Go back->buyporn1]]
Barricade materials = use to increase security at home.
Protein Powder = use to stop strength decay for 3 days.
Vitamin stack = use to increase your max energy by 10.
Gun = use to win fights even if you're not strong enough.
Ammo = need it to use gun. <<widget "barricadeBuy">>
<<linkreplace "Buy barricade materials (Cost 45)">>\
<<if $money >= 45>>\
<<set $money -= 45>>\
<<set $barricadeMaterials +=1 >>\
<<goto "tradeshop">>\
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>>
<<widget "whitemonsterBuy">>
<<linkreplace "Buy White monster (cost 30)">>\
<<if $money >= 30>>\
<<set $money -= 30>>\
<<set $monster += 1>>\
<<goto "tradeshop">>\
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>>\
<<widget "proteinBuy">>
<<linkreplace "Buy Protein powder (Cost 40)">>\
<<if $money >= 45>>\
<<set $money -=45>>\
<<set $strengthbuffDays +=3>>\
<<goto "tradeshop">>\
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>>
<<widget "vitaminBuy">>
<<linkreplace "Buy Vitamin stack (cost 200)">>\
<<if $money >= 200>>\
<<set $maxEnergy += 10>>\
<<set $money -=200>>\
<<goto "tradeshop">>\
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>>
<<widget "gunBuy">>
<<linkreplace "Buy gun (Cost 2 000)">>\
<<if $money >= 2000 and not $gun>>\
<<set $money -= 2000>>\
<<set $gun = true>>\
<<goto "tradeshop">>\
<<elseif $gun>>\
You already own a gun.
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>>
<<widget "ammoBuy">>
<<linkreplace "Buy ammo (Cost 80)">>\
<<if $money >= 80>>\
<<set $money -= 80>>\
<<set $ammo += 1>>\
<<goto "tradeshop">>\
<<else>>\
You don't have enough money.
<</if>>\
<</linkreplace>>\
<</widget>><img src="img/others/gh/ghmess1.png" style="max-width:80%;">
You break in to a building. After scavanging for some loot, you start to notice specific things about this place.
One of the backrooms are very weird.
<img src="img/others/gh/ghmess2.png" style="max-width:80%;">
After spending some more time searching this place, you figure it out. This place used to be a sexshop! That's why there was weird holes in some of the walls! That's a gloryhole!
It would take work. A lot of it. But maybe… this place could become something again.
[[Maybe I can fix this place. ->gh2]]
[[Leave->Outside]]
<<set $ghDiscovered = true>>
<<set $eventLock = false>>\ <<set $ghfirst to true>>\
<img src="img/others/gh/ghmess1.png" style="max-width:80%;">
You spend some time cleaning up and fixing some broken stuff.
Cleaning progress: $ghprogress
<<linkreplace "Clean this place">>
<<silently>> <<set $ghprogress +=10>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 30>>
<<goto "gh2">> <</silently>>
<</linkreplace>>
[[Leave->Outside]]
<<set $ghfirst to true>>
<<if $ghprogress >= 100>>
<<goto "ghcleaned">>
<</if>><img src="img/others/gh/gh1.png" style="max-width:80%;">
[[Manage->ghmanage]]
[[Go to room 1->ghroom1]] <<roomIcon $room1Assigned>>
[[Go to room 2->ghroom2]] <<roomIcon $room2Assigned>>
[[Leave->Outside]]
<<if $gh1mess<99>>
<img src="img/others/gh/ghmess2.png" style="max-width:80%;">
This place is a total mess and need some cleaning before it can be used.
Cleaning progress: $gh1mess
<<linkreplace "Clean this room">>
<<silently>> <<set $gh1mess += 15>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 30>>
<<goto "ghroom1">> <</silently>>
<</linkreplace>>\
<<else>>\
<img src="img/others/gh/ghroom1.png" style="max-width:80%;">
<<if $room1Assigned is "lilsis">>
<<ghLilsis>>
<<elseif $room1Assigned is "bigsis" and not ($bigsiswork and $period is "Evening")>>
<<ghBigsis>>
<<elseif $room1Assigned is "mom">>
<<ghMom>>
<<elseif $room1Assigned is "clara">>
<<ghClara>>
<<elseif $room1Assigned is "nicole">>
<<ghNicole>>
<<else>>
No one is working.
<</if>>
<</if>>
[[Leave->ghmain1]]<img src="img/ai/searchhousefam.png" style="max-width:80%;">
<<searchHouseWithLilsis>>
[[Go back->Outside]]<img src="img/ai/searchhousefam.png" style="max-width:80%;">
<<if random(1,100)>50>>
You and your sister move through the empty house in silence, stepping over broken glass and scattered debris as you search drawers and cupboards for anything useful. After a while, you split up to cover more ground. You heads upstairs while $namelilsis check the kitchen and living room. For a few tense minutes, there’s only the sound of your own breathing and the distant creak of settling wood. Then a sharp scream cuts through the silence. Your heart drops.
You bolt toward the stairs, running down the stairs as fast as you can, [[fear tightening your chest as you rush to find her.->save1.1]]
<<else>>
You decide to check the neighboring house while your sister stays behind to finish searching the first one. Inside the second house, you move quickly but carefully, sweeping your flashlight across empty rooms and overturned furniture. You spend some time before you notice it's too quiet. [[You rush back to check on her.->save1.2]]
<</if>>
<<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "savedfightwon">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "savedfightwon">>
<<else>>
<<goto "savedfightlost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "savedfightwon">>
<<else>>
<<goto "savedfightlost">>
<</if>>
<</if>>You run towards them to save $namelilsis, but you are no match for the gangmember.
You take a hard punch to the head and fall down. He continue to beat you till you stop fighing back.
<<gangmember>>Stay down! If you try something stupid again, I will kill you! <</gangmember>>
To injured and to scared to to anything, you just lay there. He walks back to $namelilsis. You can tell she is scared..
<<if random(1,100)>50>>
With nothing you can to, you watch him continue to forcefully fuck her..
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/beaten3.webm" type="video/webm"></video>
<<else>>
With nothing you can to, you watch him continue to forcefully fuck her mouth..
<video autoplay muted loop style="max-width:80%;">
<source src="img/daisy/beaten2.webm" type="video/webm"></video>
<</if>>
[[You pass out->savedfightlost2]]You quickly defeat the man. As he lays on the floor, you check on $namelilsis. She is shaken up, but not injured. You help her up and decide to get out of here.
<<set _loot = random(80,120)>>\
<<set $money += _loot>>\
Before you leave, you decide to empty his pockets as he lays on the floor.
You found: +<<= _loot>>!
<<set $cdlilsis +=5>>\
<em>$namelilsis won't search house with you for a while...</em>
[[Leave->Outside]]
<<skipPeriod>><<updatePeriod>>Suddenly you wake up. $namelilsis is standing on top of you, trying to get you up. You don't know how long you have been knocked out. She isn't looking good either.
It's best to get home, quick..
<<set $cdlilsis +=5>>\
<<set $gangdom +=10>>\
<em>Gangdom increased</em>
<em>You didn't get any loot.</em>
<em>$namelilsis won't search house with you for a while...</em>
[[Leave->Outside]]
<<skipPeriod>><<updatePeriod>>As you get to the house, you can hear some weird sounds comming from the other room. You walk over and open the door to see a big black man using $namelilsis's pussy to please himself! $namelilsis is looking at you with tears in her eyes..
<img src="img/daisy/taken6.webp" style="max-width:80%;">
[[Save her!->searchsave1]]You get to the kitchen and see a gangmember already on top of her. You see $namelilsis is bent over a table, her pants pulled down to her knees, getting fucked by the gangmember!
<img src="img/daisy/taken3.webp" style="max-width:80%;">
[[Save her!->searchsave1]]<<bigsis>> Ehmm, you wanna see my boobs? Tray said... Ok, wait here. <</bigsis>>
$namebigsis walks to the bathroom. After some minutes she comes back to you. Slowly, she start moving her bra.. Exposing her..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/titdropcuck.webm" type="video/webm">
</video>
When she pulls her bra away, you see her nipples is covered by some tape..
<<bigsis>> This is all you get, hah! <</bigsis>>
[[Leave->hallway]]<<bigsis>>Haha! You know that's not allowed. If Tray finds out, you are in big trouble. <</bigsis>>
As you are about to leave, she says..
<<bigsis>>But I know something we can do.. It's close to fucking.<</bigsis>>
She laughs. You follow her instructions and take of your pants, revealing your dick.
<<bigsis>> Hah! Sorry, I'm just used to.. bigger stuff.. <</bigsis>>
$namebigsis pulls out a.. pocketpussy?
<<bigsis>> Come here, come get your pussy.<</bigsis>>
You follow her lead.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/playtease.webm" type="video/webm">
</video>
After you fuck the pocketpussy for some time, you decide its enough and leave. [[You can hear her laugh after you leave the room..->hallway]]
<<bigsis>>You wanna watch your bigger sister get fucked...?<</bigsis>>
You just stand there looking at her.
<<bigsis>>Yeah fine. I don't mind. <</bigsis>>
$namebigsis picks up her phone and calls Tray. After a while Tray and another gangmembers arrives. They just walk straight to $namebigsis's room, and you notice they leave the door wipe open.
As you start hearing moans comming from $namebigsis's room, you walk over to check it out. You peek inside and see..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang3.webm" type="video/webm">
</video>
Tray and the other gangmember are already fucking her! And she is clearly enjoying it!
<<bigsis>><<link "Come closer, $player!">> <<goto "bigsiswatch2">> <</link>><</bigsis>>
You walk inside the room while watching them fuck your sister. You just stand there watching their big cocks penetrating her holes. Her big boobs bouncing on each thrust..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/gang2.webm" type="video/webm">
</video>
<<bigsis>>You love my boobs, huh? <</bigsis>>
You stand there. Saying nothing. You just look at them fuck, and you kinda like it.
<<tray>> Ohh, fuck!<</tray>>
They both cum on $namebigsis's big boobs.
<img src="img/angel/gangcum.gif" style="max-width:80%;">
<<tray>> [[Clean her up for me, bitch->bigsiswatch3]]<</tray>>You don't want to make Tray mad. He can actually hurt or attack you! That's why you need to do this. That's the reason. You are forced to do this, 100%.
<img src="img/angel/cumboobs.jpg" style="max-width:80%;">
<<bigsis>>Come here, sweet brother <</bigsis>>
Without hesitation, you quickly start sucking on her boobs. You eagerly lick her boobs. You totally forget her boobs are drenched in other men's cum. This is your chance and you take it.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/boobsuck.webm" type="video/webm">
</video>
[[After worshiping her boobs for quite some time, you decide it's enough and leave->hallway]]
<<bigsis>>Hahaha! I'm not allowed to let your touch me, remember?? <</bigsis>>
<<player>> Please, just one time.. <</player>>
<<bigsis>> Wait, I will check with Tray <</bigsis>>
She calls Tray. They talk for a quick minute, and you hear she is giggling on the phone. They suddenly hang up and she looks over to you.
<<bigsis>>Yes, you can touch me, but after I'm done with Tray. <</bigsis>>
<<player>> What? <</player>>
Tray arrives after some time and they get straight to business.
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/bbctitfuck.webm" type="video/webm">
</video>
You watch as Tray fuck her tits. You zone out watching them. You wish it was you. Tray suddnely moans loudly. You look at $namebigsis..
<img src="img/angel/cumboobs3.jpg" style="max-width:60%;">
Her boobs are completely drenched in cum..
<<bigsis>> [[Now it's your turn, bitch->bigsistitfucksub2]]<</bigsis>><img src="img/angel/cumboobs3.jpg" style="max-width:80%;">
You don't care if there is cum on her boobs, they still look so good. $namebigsis stands up and walks over to you. She spits cum on her boobs and pushes them towards your face. Your instincts takes over and start sucking and licking on her big beatiful boobs..
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/titdropcuck2.webm" type="video/webm">
</video>
[[After worshiping her boobs for quite some time, you decide it's enough and leave->hallway]]<img src="img/ai/searchhousefam.png" style="max-width:80%;">
<<searchHouseWithBigsis>>
[[Go back->Outside]]<img src="img/ai/searchhousefam.png" style="max-width:80%;">
You and $namebigsis walk in to a house together. Both of you walk without care around the house. [[Suddenly you hear your sister scream and everthing goes pitch black->searchenemybigsis2]]You slowly wake up laying on the floor. Your head hurts pretty bad. You feel dizzy and hear weird sounds...
You slowly get on your feet. You take both your hands on the bedside and pull yourself up. As your head get above the bed, you see..
<<cont append>>\
<video autoplay muted loop style="max-width:80%;">
<source src="img/angel/pronebone.webm" type="video/webm"></video>
Someone is raping $namebigsis! She have completely given up, letting the man use her body!
[[Save her!->searchenemybigsis2.1]]
<</cont>><<if $gun and $ammo > 0>>
Do you want to use your gun?
<<linkreplace "Use the gun">>
<<set $ammo -= 1>>
<<goto "savebigsiswon">>
<</linkreplace>>
<<linkreplace "Fight without it">>
<<if $playerStrength >= 75>>
<<goto "savebigsiswon">>
<<else>>
<<goto "savebigsislost">>
<</if>>
<</linkreplace>>
<<else>>
<<if $playerStrength >= 75>>
<<goto "savebigsiswon">>
<<else>>
<<goto "savebigsislost">>
<</if>>
<</if>>You quickly defeat the man. As he lays on the floor, you check on $namebigsis. She is shaken up, but not injured. You help her up and decide to get out of here.
<<set _loot = random(80,120)>>\
<<set $money += _loot>>\
Before you leave, you decide to empty his pockets as he lays on the floor.
You found: +<<= _loot>>!
<<set $cdbigsis +=5>>\
<em>$namebigsis won't search house with you for a while...</em>
[[Leave->Outside]]
<<skipPeriod>><<updatePeriod>>The man quckly overpower you. He pushes you inside a locker and locks the door. You try to break out, but it's to hard. You manage to dent the locker, making a small hole you can look through.
When you look through the hole, you see the man went back to raping $namebigsis.
<img src="img/angel/taken5.webp" style="max-width:80%;">
With nothing you can do, you pass out. Sometimes later $namebigsis opens up the locker. She dosen't say anything to you, she just start walking home.
<<set $cdbigsis +=5>>\
<<set $gangdom +=10>>\
<em>Gangdom increased</em>
<em>You didn't get any loot.</em>
<em>$namebigsis won't search house with you for a while...</em>
[[That was so humiliating..->Outside]]
<<skipPeriod>><<updatePeriod>>
$namebigsis walks in to your room in the middle of the night..
<<bigsis>> Look what Tray just did! <</bigsis>>
She shows you a picture..
<img src="img/angel/cumboobs2.jpg" style="max-width:60%;">
<<bigsis>> Want me to tell you about it? <</bigsis>>
[[Yes->bigsisnightcuck1]]
[[No, get out!->Your room]]$namebigsis gets in your bed and completely takes of her top. She presses her tits in your face. You ignore all the cum on her boobs, and just start enjoying the moment. She takes out your dick and jerks it while telling you about how many black cocks she have taken today in great detail.
<video src="img/angel/jerking.webm" autoplay muted loop style="max-width:80%;"> </video>
Right before you are about cum, she stops.
<<bigsis>> Hmm, I'm done now. <</bigsis>>
[[She leaves you in bed alone with your dick throbbing...->Your room]]NOT IN USE
<<widget "renderStats">>
<b>Money:</b> $money
<b>Energy:</b> $energy / $maxEnergy
<b>Player strength:</b> $playerStrength / 100
<</widget>>
<<widget "refreshStats">>
<<renderStats>>
<</widget>><<if $gh2mess<99>>
<img src="img/others/gh/ghmess3.png" style="max-width:80%;">
This place is a total mess and need some cleaning before it can be used.
Cleaning progress: $gh2mess
<<linkreplace "Clean this room">>
<<silently>> <<set $gh2mess += 15>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 30>>
<<goto "ghroom2">> <</silently>>
<</linkreplace>>\
<<else>>\
<img src="img/others/gh/ghroom2.png" style="max-width:80%;">
<<if $room2Assigned is "lilsis">>
<<ghLilsis>>
<<elseif $room2Assigned is "bigsis" and not ($bigsiswork and $period is "Evening")>>
<<ghBigsis>>
<<elseif $room2Assigned is "mom">>
<<ghMom>>
<<elseif $room2Assigned is "clara">>
<<ghClara>>
<<elseif $room2Assigned is "nicole">>
<<ghNicole>>
<<else>>
No one is working.
<</if>>
<</if>>
[[Leave->ghmain1]]GF LIVINGROOM
<<widget "gfLivingroom">>
<<if $gfLocation is "gnlivingroom" and $gnchaos and random(1,100)>80>>\
<<if $gfCorruption <=55 >>\
You see $namegf getting forcefully fucked by a gangmember!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariataken.webm" type="video/webm"> </video>
<<elseif $gfCorruption >= 55 and $gfCorruption < 75>>
<<if _sex is "fuck1">>\
You see $namegf riding a gangmember in the livingroom!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang8.webm" type="video/webm"> </video>
<<else>>\
You see $namegf getting fucked on the sofa!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang2.webm" type="video/webm"> </video>
<</if>>\
<<elseif $gfCorruption >= 75>>\
<<if _sex2 is "fuck1">>\
You see two gangmembers fuck $namegf!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang10.webm" type="video/webm"> </video>
<<elseif _sex2 is "fuck2">>\
You see two gangmembers fuck $namegf!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang11.webm" type="video/webm"> </video>
<<elseif _sex2 is "fuck3">>\
You see $namegf getting fucked hard by two gangmembers!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/ariagang1.webm" type="video/webm"> </video>
<</if>>\
<</if>>\
[[Intervene->gffight1]]
<<elseif $gfLocation is "gnlivingroom">>\
<<gf>>Hey $player!<</gf>>
[[Talk->gftalk]]
[[Grope->gfgrope]]
<<linkreplace "Actions">>
<<if $gfLove >= 10 and $gfCorruption >= 10>>
<<goto "gfaction">>
<<else>>
<em>You need more love and corruption.</em>
<</if>>\
<</linkreplace>>\
<</if>>\
<</widget>>
HELEN LIVINGROOM
<<widget "helenLivingroom">>
<<if $gnMomLocation is "gnlivingroom" and $gnchaos is true and random(1,100)>80>>\
<<if $helenCorruption <45>>\
You spot Helen on her knees sucking a gangmember!
<video autoplay muted loop style="max-width:50%;">
<source src="img/others/gn/kiannagang2.webm" type="video/webm">
</video>
<<elseif $helenCorruption >=45 and $helenCorruption <70>>\
You spot Helen getting fucked by a gangmember!
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannagang.webm" type="video/webm">
</video>
<<elseif $helenCorruption >=70>>\
You see Helen getting fucked by two gangmembers while Paul watches them.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/kiannagang3.webm" type="video/webm">
</video>
<</if>>
<<linkreplace "Intervene!">>
<<helen>> $player no! I can handle this. Just leave us alone! <</helen>>
<</linkreplace>>\
<<elseif $gnMomLocation is "gnlivingroom">>\
<<helen>>Oh hey! I'm glad to see you here, $player!<</helen>>
[[Talk->helentalk]]
[[Grope->helengrope]]
<<linkreplace "Actions">>
<<if $helenCorruption >= 10>>\
<<goto "helenaction">>\
<<else>>\
<em>You need more corruption.</em>
<</if>>\
<</linkreplace>>\
<</if>>\
<</widget>>
LIAM LIVINGROOM
<<widget "liamLivingroom">>
<<if $gnSonLocation is "gnlivingroom" and $gnchaos and $liamsub>=50 and $liamdom<=20 and random(1,100)>80>>\
<<if $liamsub>=50 and $liamsub<75>>\
Liam is held down and is getting fucked hard by a gangmember.
<video autoplay muted loop style="max-width:80%;">
<source src="img/others/gn/liamtaken2.webm" type="video/webm"></video>
<<elseif $liamsub>=75>>\
Liam is wearing a chastity cage with girly clothes on and he is eagerly riding a gangmember's big dick.
<video autoplay muted loop style="max-width:50%;">
<source src="img/others/gn/liamgang.webm" type="video/webm"></video>
<</if>>
<<elseif $gnSonLocation is "gnlivingroom">>\
<<liam>> Wassup $player! <</liam>>
[[Talk to Liam->liam]]
<</if>>\
<</widget>><img src="img/others/gh/gh1.png" style="max-width:80%;">
<<player>> [[This place is starting to look good!->ghmain1]]<</player>><img src="img/others/gh/manage.png" style="max-width:80%;">
<<set _anyWorking = $ghLilsis or $ghBigsis or $ghMom or $ghClara or $ghNicole>>\
<<if $gh1mess <100 and $gh2mess <100>>
You have to clean one of the rooms before they can be used!
<</if>>
<<if $gh1mess >= 100>>
<h3>Assign to Room 1</h3>
Currently working: <<if _anyWorking>> <<roomIcon $room1Assigned>> <<else>> No one <</if>>
<<linkreplace "$namelilsis">>
<<if $lilsiskidnapped>>
$namelilsis is kidnapped!
<<elseif $lilsisCorruption > 80>>\
$namelilsis is now assigned to Room 1.
<<silently>>
<<clearAssigned 1>>
<<set $room1Assigned = "lilsis">>
<<set $ghLilsis = true>>
<<updateLocations>>
<<if $room2Assigned is "lilsis">><<set $room2Assigned = "none">><</if>>
<</silently>>
<<else>>\
$namelilsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namebigsis">>
<<if $bigsiskidnapped>>\
$namebigsis is kidnapped!
<<elseif $bigsiswork and $period is "Evening">>
$namebigsis is working at the bar tonight.
<<elseif $bigsisCorruption > 80>>\
$namebigsis is now assigned to Room 1.
<<silently>><<clearAssigned 1>>\
<<set $room1Assigned = "bigsis">>\
<<set $ghBigsis = true>>\
<<updateLocations>>\
<<if $room2Assigned is "bigsis">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namebigsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namemom">>
<<if $momkidnapped>>\
$namemom is kidnapped!
<<elseif $momCorruption > 80>>\
$namemom is now assigned to Room 1.
<<silently>><<clearAssigned 1>>\
<<set $room1Assigned = "mom">>\
<<set $ghMom = true>>\
<<updateLocations>>\
<<if $room2Assigned is "mom">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namemom refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<if $clarakidnapped>> \
<<linkreplace "Clara">>
Clara is now assigned to Room 1.
<<silently>><<clearAssigned 1>>\
<<set $room1Assigned = "clara">>\
<<updateLocations>>
<<set $ghClara = true>>\
<<if $room2Assigned is "clara">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>\
<</if>>
<<if $nicolekidnapped>>\
<<linkreplace "Nicole">>
Nicole is now assigned to Room 1.
<<silently>><<clearAssigned 1>>
<<set $room1Assigned = "nicole">>\
<<updateLocations>>
<<set $ghNicole = true>>\
<<if $room2Assigned is "nicole">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>
<</if>>
<</if>>
<<if $gh2mess >= 100>>\
<h3>Assign to Room 2</h3>
Currently working: <<roomIcon $room2Assigned>>
<<linkreplace "$namelilsis">>
<<if $lilsiskidnapped>>
$namelilsis is kidnapped!
<<elseif $lilsisCorruption > 80>>\
$namelilsis is now assigned to Room 2.
<<silently>>
<<clearAssigned 2>>
<<set $room2Assigned = "lilsis">>
<<set $ghLilsis = true>>
<<updateLocations>>
<<if $room1Assigned is "lilsis">><<set $room1Assigned = "none">><</if>>
<</silently>>
<<else>>\
$namelilsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namebigsis">>
<<if $bigsiskidnapped>>\
$namebigsis is kidnapped!
<<elseif $bigsiswork and $period is "Evening">>
$namebigsis is working at the bar tonight.
<<elseif $bigsisCorruption > 80>>\
$namebigsis is now assigned to Room 2.
<<silently>><<clearAssigned 2>>
<<set $room2Assigned = "bigsis">>\
<<set $ghBigsis = true>>\
<<updateLocations>>\
<<if $room1Assigned is "bigsis">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namebigsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namemom">>
<<if $momkidnapped>>\
$namemom is kidnapped!
<<elseif $momCorruption > 80>>\
$namemom is now assigned to Room 2.
<<silently>><<clearAssigned 2>>
<<set $room2Assigned = "mom">>\
<<set $ghMom = true>>\
<<updateLocations>>\
<<if $room1Assigned is "mom">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namemom refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<if $clarakidnapped>>\
<<linkreplace "Clara">>
Clara is now assigned to Room 2.
<<silently>><<clearAssigned 2>>
<<set $room2Assigned = "clara">>\
<<set $ghClara = true>>\
<<updateLocations>>
<<if $room1Assigned is "clara">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>\
<</if>>
<<if $nicolekidnapped>>\
<<linkreplace "Nicole">>
Nicole is now assigned to Room 2.
<<silently>><<clearAssigned 2>>
<<set $room2Assigned = "nicole">>\
<<set $ghNicole = true>>\
<<updateLocations>>
<<if $room1Assigned is "nicole">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>
<</if>>\
<</if>>\
<<if _anyWorking>>\
[[Enjoy one of the gloryholes->use1]]
<</if>>\
[[Leave->ghmain1]]
LILSIS
<<widget "ghLilsis">>
<<if $ghLilsis>>
$namelilsis is working!
<<set _gh = either("gh1", "gh2", "gh3", "gh4", "gh5", "gh6")>>
<<if _gh is "gh1">>\
<video src="img/others/gh/daisy1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh2">>\
<video src="img/others/gh/daisy3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh3">>\
<video src="img/others/gh/daisy5.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh4">>\
<video src="img/others/gh/daisy6.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh5">>\
<video src="img/others/gh/daisy2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
<img src="img/others/gh/daisy4.webp" style="max-width:80%;">
<</if>>\
<</if>>
<</widget>>
BIGSIS
<<widget "ghBigsis">>
<<if $ghBigsis>>
$namebigsis is working!
<<set _gh = either("gh1", "gh2", "gh3", "gh4")>>
<<if _gh is "gh1">>\
<video src="img/others/gh/angel1.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh2">>\
<img src="img/others/gh/angel2.webp" style="max-width:80%;">
<<elseif _gh is "gh3">>\
<img src="img/others/gh/angel3.webp" style="max-width:80%;">
<<else>>
<video src="img/others/gh/angel4.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<</if>>
<</widget>>
MOM
<<widget "ghMom">>
<<if $ghMom>>
$namemom is working!
<<set _gh = either("gh1", "gh2", "gh3", "gh4", "gh5", "gh6", "gh7")>>
<<if _gh is "gh1">>\
<video src="img/others/gh/ava9.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh2">>\
<video src="img/others/gh/ava8.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh3">>\
<video src="img/others/gh/ava7.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh4">>\
<video src="img/others/gh/ava4.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh5">>\
<video src="img/others/gh/ava3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh6">>\
<video src="img/others/gh/ava2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>
<video src="img/others/gh/ava1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<</if>>
<</widget>>
NICOLE
<<widget "ghNicole">>
<<if $ghNicole>>\
<<if $ghClara>>\
Nicole and Clara working!
<video src="img/others/gh/nicolexclara.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
Nicole is working!
<<set _gh = either("gh1", "gh2", "gh3")>>
<<if _gh is "gh1">>
<video src="img/others/gh/nicole3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh2">>\
<video src="img/others/gh/nicole2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
<video src="img/others/gh/nicole1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<</if>>\
<</if>>\
<</widget>>
Clara
<<widget "ghClara">>
<<if $ghClara>>\
<<if $ghNicole>>\
Nicole and Clara working!
<video src="img/others/gh/nicolexclara.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
Clara is working!
<<set _gh = either("gh1", "gh2", "gh3")>>
<<if _gh is "gh1">>
<video src="img/others/gh/clara3.webm" autoplay muted loop style="max-width:80%;"></video>
<<elseif _gh is "gh2">>\
<video src="img/others/gh/clara2.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
<video src="img/others/gh/clara1.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
<</if>>\
<</if>>\
<</widget>>You walk towards the room. You wait for the guy currently inside to finish. After some minutes he walks out.. Now it's your turn.
You walk inside and put your dick inside the hole. After some seconds, you feel lips wrapping around your dick!
<<if random(1,100)>50>>\
<video src="img/others/gh/use1.webm" autoplay muted loop style="max-width:80%;"></video>
<<else>>\
<video src="img/others/gh/use2.webm" autoplay muted loop style="max-width:80%;"></video>
<</if>>\
[[Leave->ghmain1]]<<widget "roomIcon">>\
<<set _person = $args[0]>>\
<<if _person is "mom">>\
<<momghIcon>>\
<<elseif _person is "lilsis">>\
<<lilsisghIcon>>\
<<elseif _person is "bigsis" and not ($bigsiswork and $period is "Evening")>>\
<<bigsisghIcon>>\
<<elseif _person is "clara">>\
<<claraghIcon>>\
<<elseif _person is "nicole">>\
<<nicoleghIcon>>\
<</if>>\
<</widget>>\<<widget "chaosCheck">>
<<if $security <=20 and $gangdom >=50>>
<<set $chaos to true>>
<<else>>
<<set $chaos to false>>
<</if>>
<<if $gnsecurity <=15>>\
<<set $gnchaos = true>> \
<<elseif $gnsecurity >15>>\
<<set $gnchaos = false>>\
<</if>> \
<</widget>><<widget "resetGH">>
<<set $ghLilsis = false>>
<<set $ghBigsis = false>>
<<set $ghMom = false>>
<<set $ghClara = false>>
<<set $ghNicole = false>>
<</widget>> <<widget "ghIncome">>
<<set _workers = 0>>\
<<if $ghLilsis>><<set _workers += 1>><</if>>\
<<if $ghBigsis>><<set _workers += 1>><</if>>\
<<if $ghMom>><<set _workers += 1>><</if>>\
<<if $ghClara>><<set _workers += 1>><</if>>\
<<if $ghNicole>><<set _workers += 1>><</if>>\
<<if _workers > 0>>\
<<set _income = random(30,65) * _workers>>\
<<set $money += _income>>\
Glory house brought in _income today!
<</if>>\
<</widget>><<outsideImage>>
<<set $playerhome to false>>
<<if $playerhome is false and $period is "Night">>
<<goto "needsleep">> <</if>>
<div class="worldmap">
<div class="cell top">
Go back [[inside->hallway]]
</div>
<div class="cell left">
<<if $uptownUnlocked>>
Go to [[Uptown neighbors->gnoutside]]
<</if>>
</div>
<div class="cell right">
<<if $badNeighborhoodUnlocked>>
Go to [[Eastside]]
<</if>>
</div>
<div class="cell mid">
<<if not $ghDiscovered>>
<<elseif $ghprogress < 100>>
<<link "Go to abandoned building">>
<<if $ghfirst>>
<<goto "gh2">>
<<else>>
<<goto "gh1">>
<</if>>
<</link>>
<<else>>
Go to [[Glory house->ghmain1]]
<</if>>
<br><br>
<<if $cansearchhouse>>\
<<if $period is "Night">>\
Its getting dark. You should go home and sleep.
<<else>>\
<<if $energy >= 60>>
[[Loot abandoned houses->searchhouse]]
<<else>>
You're too tired to search abandoned houses right now.
<</if>>
<</if>>
<</if>>
</div>
<div class="cell bottom">
<<linkreplace "Go explore">>
<<if $energy <= 15>>
You are too tired!
<<else>>
<<silently>>
<<set $energy -=15>>
<<skipPeriod>>
<<updatePeriod>>
<</silently>>
<<explore>>
<</if>>
<</linkreplace>>
</div>
</div>
Not currently in use.
<<widget "updateKidnappedLocations">>
<<if $ghClara and $clarakidnapped>>
<<set $claraLocation = "Glory House">>
<<else>>
<<set $claraLocation = "Your room">>
<</if>>
<<if $ghNicole and $nicolekidnapped>>
<<set $nicoleLocation = "Glory House">>
<<else>>
<<set $nicoleLocation = "Your room">>
<</if>>
<</widget>><img src="img/others/gh/manage.png" style="max-width:80%;">
<<if $gh1mess >= 100>>
<<set _anyWorking = $ghLilsis or $ghBigsis or $ghMom or $ghClara or $ghNicole>>\
<h3>Assign to Room 1</h3>
Currently working: <<if _anyWorking>> <<roomIcon $room1Assigned>> <<else>> No one <</if>>
<<linkreplace "$namelilsis">>
<<if $lilsisCorruption > 80>>\
$namelilsis is now assigned to Room 1.
<<silently>>
<<resetGH>>
<<set $room1Assigned = "lilsis">>
<<set $ghLilsis = true>>
<<updateLocations>>
<<if $room2Assigned is "lilsis">><<set $room2Assigned = "none">><</if>>
<</silently>>
<<else>>\
$namelilsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namebigsis">>
<<if $bigsisCorruption > 80>>\
$namebigsis is now assigned to Room 1.
<<silently>><<resetGH>>\
<<set $room1Assigned = "bigsis">>\
<<set $ghBigsis = true>>\
<<updateLocations>>\
<<if $room2Assigned is "bigsis">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namebigsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namemom">>
<<if $momCorruption > 80>>\
$namemom is now assigned to Room 1.
<<silently>><<resetGH>>\
<<set $room1Assigned = "mom">>\
<<set $ghMom = true>>\
<<updateLocations>>\
<<if $room2Assigned is "mom">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namemom refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<if $clarakidnapped>> \
<<linkreplace "Clara">>
Clara is now assigned to Room 1.
<<silently>><<resetGH>>\
<<set $room1Assigned = "clara">>\
<<set $ghClara = true>>\
<<if $room2Assigned is "clara">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>\
<</if>>
<<if $nicolekidnapped>>\
<<linkreplace "Nicole">>
Nicole is now assigned to Room 1.
<<silently>><<resetGH>>\
<<set $room1Assigned = "nicole">>\
<<set $ghNicole = true>>\
<<if $room2Assigned is "nicole">><<set $room2Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>
<</if>>
<</if>>
<<if $gh2mess >= 100>>\
<h3>Assign to Room 2</h3>
Currently working: <<roomIcon $room2Assigned>>
<<linkreplace "$namelilsis">>
<<if $lilsisCorruption > 80>>\
$namelilsis is now assigned to Room 2.
<<silently>>
<<resetGH>>
<<set $room2Assigned = "lilsis">>
<<set $ghLilsis = true>>
<<updateLocations>>
<<if $room1Assigned is "lilsis">><<set $room1Assigned = "none">><</if>>
<</silently>>
<<else>>\
$namelilsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namebigsis">>
<<if $bigsisCorruption > 80>>\
$namebigsis is now assigned to Room 2.
<<silently>><<resetGH>>\
<<set $room2Assigned = "bigsis">>\
<<set $ghBigsis = true>>\
<<updateLocations>>\
<<if $room1Assigned is "bigsis">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namebigsis refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<linkreplace "$namemom">>
<<if $momCorruption > 80>>\
$namemom is now assigned to Room 2.
<<silently>><<resetGH>>\
<<set $room2Assigned = "mom">>\
<<set $ghMom = true>>\
<<updateLocations>>\
<<if $room1Assigned is "mom">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<<else>>\
$namemom refuses. (Corruption to low)
<</if>>\
<</linkreplace>>
<<if $clarakidnapped>>\
<<linkreplace "Clara">>
Clara is now assigned to Room 2.
<<silently>><<resetGH>>\
<<set $room2Assigned = "clara">>\
<<set $ghClara = true>>\
<<if $room1Assigned is "clara">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>\
<</if>>
<<if $nicolekidnapped>>\
<<linkreplace "Nicole">>
Nicole is now assigned to Room 2.
<<silently>><<resetGH>>\
<<set $room2Assigned = "nicole">>\
<<set $ghNicole = true>>\
<<if $room1Assigned is "nicole">><<set $room1Assigned = "none">><</if>>\
<</silently>>
<</linkreplace>>
<</if>>\
<</if>>\
<<if _anyWorking>>\
[[Enjoy one of the gloryholes->use1]]
<</if>>\
[[Leave->ghmain1]]
<<widget "clearAssigned">>
<<set _room = $args[0]>>
<<if _room is 1>>
<<set _p = $room1Assigned>>
<<set $room1Assigned = "none">>
<<else>>
<<set _p = $room2Assigned>>
<<set $room2Assigned = "none">>
<</if>>
<<if _p is "lilsis">><<set $ghLilsis = false>><</if>>
<<if _p is "bigsis">><<set $ghBigsis = false>><</if>>
<<if _p is "mom">><<set $ghMom = false>><</if>>
<<if _p is "clara">><<set $ghClara = false>><</if>>
<<if _p is "nicole">><<set $ghNicole = false>><</if>>
<</widget>><<if $gh1mess<99>>
<img src="img/others/gh/ghmess2.png" style="max-width:80%;">
This place is a total mess and need some cleaning before it can be used.
Cleaning progress: $gh1mess
<<linkreplace "Clean this room">>
<<silently>> <<set $gh1mess += 15>>
<<skipPeriod>><<updatePeriod>>
<<set $energy -= 30>>
<<goto "ghroom1">> <</silently>>
<</linkreplace>>\
<<else>>\
<img src="img/others/gh/ghroom1.png" style="max-width:80%;">
<<if $room1Assigned is "lilsis">>
<<ghLilsis>>
<<elseif $room1Assigned is "bigsis">>
<<ghBigsis>>
<<elseif $room1Assigned is "mom">>
<<ghMom>>
<<elseif $room1Assigned is "clara">>
<<ghClara>>
<<elseif $room1Assigned is "nicole">>
<<ghNicole>>
<<elseif $room1Assigned is "none">>
No one is working.
<</if>>
<</if>>
[[Leave->ghmain1]]NOT IN USE
<h3>Locations</h3>
<<if $badNeighborhoodUnlocked and $uptownUnlocked and $cansearchhouse and $ghDiscovered>>\
You have explored everything!
<<else>>\
You should explore the area!
<</if>>\
<<if $badNeighborhoodUnlocked>>\
<h3>Eastside</h3>
<<if $nicoleUnlocked>>
End of story for now.
<<elseif $knownicole is true and not $nicoleUnlocked>>
You should search for Tray's sister.
<<elseif not $knownicole and $metjack>>
You need to decide how to get that info from Jack..
<<elseif not $metjack and $askwork>>
You should hang out in the bar.
<<elseif not $askwork and $talkedtoboss>>
You should ask for work in the bar
<<elseif not $talkedtoboss>>\
You need to talk to the boss in Gang HQ!
<</if>>\
<</if>>\
<<if $uptownUnlocked>>\
<h3>Uptown neighbors</h3>
<<if $liamsabotage>>
<b>DOM: Increase his dom -> sabotage with him
SUB: Increase his sub-> tell him to not fix security</b>
<<if $liamfoundjack and $jackhouse>>\
End of dom path for now.
<<elseif $liamfoundjack and not $jackhouse>>
You should go look for Jack's house around Eastside.
<<elseif $liamdom>=60 and not $liamfoundjack>>\
You should talk to liam. (dom)
<</if>>\
<<if $liamsubtalk3>>\
End of sub path for now.
<<elseif $liamsub >=50 and not $liamsubtalk3>>\
You should talk to Liam. (sub)
<<elseif $liamsub >=40 and not $liamsubtalk2>>\
You should talk to Liam. (sub)
<<elseif not $liamsubtalk1 and $liamsub>=10>>\
You should talk to Liam. (sub)
<</if>>\
<<elseif $uptownUnlocked and not $gnexposed>>\
You should wait a couple of days before talking to Liam.
<<elseif $gnexposed and not $gnexposedtalked>>\
You should go talk to Liam.
<<elseif $gnexposedtalked>>\
You should go talk to Liam.
<</if>>\
<</if>>\
<<back>><<widget "liamQuest">>\
<<if $liamQuestAvailable is true>>\
<span style="color:#f1c40f; font-weight:700;">!</span> \
<</if>>\
<</widget>>\
:: StoryMenu
<<link "INVENTORY">>
<<script>>
Dialog.setup("Inventory");
Dialog.wiki(Story.get("inventory").processText());
Dialog.open();
<</script>><</link>>
<<link "INFO">>
<<script>>
Dialog.setup("INFO");
Dialog.wiki(Story.get("info").processText());
Dialog.open();
<</script>>
<</link>>\
<<link "QUESTS">>
<<script>>
Dialog.setup("QUESTS");
Dialog.wiki(Story.get("quest").processText());
Dialog.open();
<</script>><</link>>
<a href="https://www.patreon.com/Rotta6932" target="_blank">PATREON </a>\
<a href="https://f95zone.to/threads/city-of-cinders-v0-3a-rotta6932.282959/" target="_blank">\
F95 ZONE </a>\<h3>Locations</h3>
<<if $badNeighborhoodUnlocked and $uptownUnlocked and $cansearchhouse and $ghDiscovered>>\
You have explored everything!
<<else>>\
You should explore the area!
<</if>>\
<<if $badNeighborhoodUnlocked>>\
<h3>Eastside</h3>
<<if $nicoleUnlocked>>\
End of story for now.
<<elseif $knownicole is true and not $nicoleUnlocked>>\
You should search for Tray's sister.
<<elseif not $knownicole and $metjack>>\
You need to decide how to get that info from Jack..
<<elseif not $metjack and $askwork>>\
You should hang out at the bar.
<<elseif not $askwork and $talkedtoboss>>\
You should ask for work at the bar
<<elseif not $talkedtoboss>>\
You need to talk to the boss in Gang HQ!
<</if>>\
<</if>>\
<<if $uptownUnlocked>>\
<h3>Uptown neighbors</h3>
<<if $liamsabotage>>
<b>DOM: Increase his dom -> sabotage with him
SUB: Increase his sub-> tell him to not fix security</b>
<<if $liamfoundjack and $jackhouse>>\
End of dom path for now.
<<elseif $liamfoundjack and not $jackhouse>>
You should go look for Jack's house around Eastside.
<<elseif $liamdom>=60 and not $liamfoundjack>>\
You should talk to liam. (dom)
<</if>>\
<<if $liamsubtalk3>>\
End of sub path for now.
<<elseif $liamsub >=50 and not $liamsubtalk3>>\
You should talk to Liam. (sub)
<<elseif $liamsub >=40 and not $liamsubtalk2>>\
You should talk to Liam. (sub)
<<elseif not $liamsubtalk1 and $liamsub>=10>>\
You should talk to Liam. (sub)
<</if>>\
<<elseif $uptownUnlocked and not $gnexposed>>\
You should wait a couple of days before talking to Liam.
<<elseif $gnexposed and not $gnexposedtalked>>\
You should go talk to Liam.
<<elseif $gnexposedtalked>>\
You should go talk to Liam.
<</if>>\
<</if>>\