A quiet night in
What is your name?
What is your mother's name?
What is your brother's name?
Submit
,
<h1 class="display-4 mt-3 mb-3">A quiet night in</h1> <div id="FirstOptions"> <div class="form-group"> <label><b>What is your name?</b></label> <input type="text" class="form-control form-control-sm" id="FormGuy1Name" placeholder="Enter name here" value="Sam"> </div> <div class="form-group"> <label><b>What is your mother's name?</b></label> <input type="text" class="form-control form-control-sm" id="FormGirlName" placeholder="Enter name here" Value="Erica"> </div> <div class="form-group"> <label><b>What is your brother's name?</b></label> <input type="text" class="form-control form-control-sm" id="FormGuy2Name" placeholder="Enter name here" value="Ben"> </div> <div class="form-row"> <type="button" class="btn btn-primary" onclick="window.story.Functions.ShowSidebar()">Submit</button> </div> </div>
double_blowjob
Error: could not find this act.
<div class="m-3"> <% var guyCount; for(guyCount = 0; guyCount < window.story.$Variables.GuyCount; guyCount++) { %> <div class="form-row"> <h6><%=window.story.$Variables.Guys[guyCount].Name%>'s action</h6> </div> <div class="form-row mb-3"> <div class="col"> <select class="form-control form-control-sm" id="FormGuy<%=guyCount%>Part" onChange="window.story.Functions.ValidateForm(<%=guyCount%>)"> <option value="Cock">Cock</option> <option value="Balls">Balls</option> </select> </div> <div class="col-sm-1">in</div> <div class="col"> <select class="form-control form-control-sm" id="FormGuy<%=guyCount%>Target"> <% var count; for(count = 0; count < window.story.$Variables.Girl.Parts.length; count++) { var bodyPart = window.story.$Variables.Girl.Parts[count]; var ballsClass = ""; if(bodyPart === window.story.$Constants.Mouth) { ballsClass = "canContainBalls"; } if(bodyPart === window.story.$Constants.Face) { ballsClass = "canContainBalls"; } if(bodyPart === window.story.$Constants.Asshole) { ballsClass = "canContainBalls"; } %> <option class="<%=ballsClass%>" value="<%=bodyPart%>"><%=bodyPart%></option> <% } %> </select> </div> </div> <div class="mb-3"> <h6>Jizz levels</h6> <div class="progress"> <div id="CumLevelBar<%=guyCount%>" class="progress-bar progress-bar-striped progress-bar-animated bg-warning" role="progressbar"></div> </div> </div> <% } %> <div class="form-row"> <type="button" class="btn btn-primary btn-block" onclick="window.story.Functions.ProcessForm()">Submit</button> </div> </div> Turns remaining <span id="TurnsRemaining"><%=window.story.$Variables.TurnsRemaining%></span>
blowjob_ballsuck
<% var $erica = window.story.$Variables.Girl; var $sam = window.story.$Variables.Guys[0]; var $ben = window.story.$Variables.Guys[1]; var GetCockWord = window.story.Dictionaries.GetDickWord; var GetJizzWord = window.story.Dictionaries.GetJizzWord; var GetBallsWord = window.story.Dictionaries.GetBallsWord; %> <%=$erica.Name%> deftly grabbed <%=$ben.Name%>'s <%=GetCockWord(1)%> in one hand while reaching out for <%=$sam.Name%>'s <%=GetCockWord(1)%> at the same time. "Give me those lovely <%=GetCockWord(2)%>s to rub, boys." She said, encouraging precum to pool at the tips of both her son's <%=GetCockWord(1)%>s. She rapidly fisted their <%=GetCockWord(2)%>s inches from her face, watching with lust as their foreskins rolled back and forth across their swollen helmets. <% if($sam.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=$sam.Name%> cums on her. <% window.story.Functions.ResetOrgasm($sam); %> <% } else { window.story.Functions.IncreaseOrgasm($sam, 1); } %> <% if($ben.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=$ben.Name%> cums on her. <% window.story.Functions.ResetOrgasm($ben); %> <% } else { window.story.Functions.IncreaseOrgasm($ben, 1); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("cockslap_setup")%> <%=window.story.render("cockslap_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $teabagGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("teabag_setup")%> <%=window.story.render("teabag_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("blowjob_setup")%> <%=window.story.render("blowjob_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $ballsuckGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Balls"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("ballsuck_setup")%> <%=window.story.render("ballsuck_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("tittyfuck_setup")%> <%=window.story.render("tittyfuck_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $handjobGuy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var $ballassGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Balls"); %> <%=window.story.render("handjob_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("handjob_main")%> <% if($handjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("handjob_cum")%> <% window.story.Functions.ResetOrgasm($handjobGuy); } else { window.story.Functions.IncreaseOrgasm($handjobGuy, 1); } %>
cockslapping fiesta!
teabagging and cockslapping
suckin dick and gettin cockslapped
teabagging and sucking off
suckin balls and getting cockslapped
teabagging while sucking balls
<% var $erica = window.story.$Variables.Girl; var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("cockslap_setup")%><%=window.story.render("tittyfuck_setup")%> <%=window.story.render("tittyfuck_main")%> <%=window.story.render("cockslap_main")%> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $teabagGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("teabag_setup")%><%=window.story.render("tittyfuck_setup")%> <%=window.story.render("tittyfuck_main")%> <%=window.story.render("teabag_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("cockslap_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("cockslap_main")%> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $teabagGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("teabag_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("teabag_main")%> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("cockslap_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("cockslap_main")%> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $teabagGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("teabag_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("teabag_main")%> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("cockslap_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("cockslap_main")%> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $teabagGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("teabag_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("teabag_main")%> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $cockslapGuy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); %> <%=window.story.render("cockslap_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("cockslap_main")%> <% if($cockslapGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("cockslap_cum")%> <% window.story.Functions.ResetOrgasm($cockslapGuy); $erica.Face.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($cockslapGuy, 1); } %>
<%=window.story.render("teabag_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("teabag_main")%>
double_ballsuck
<% var $erica = window.story.$Variables.Girl; var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("blowjob_setup")%><%=window.story.render("tittyfuck_setup")%> <%=window.story.render("tittyfuck_main")%> <%=window.story.render("blowjob_main")%> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 2); } %> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("ballsuck_setup")%><%=window.story.render("tittyfuck_setup")%> <%=window.story.render("tittyfuck_main")%> <%=window.story.render("ballsuck_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("blowjob_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("blowjob_main")%> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 2); } %> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("ballsuck_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("ballsuck_main")%> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("blowjob_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("blowjob_main")%> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 2); } %> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("ballsuck_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("ballsuck_main")%> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("blowjob_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("blowjob_main")%> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 2); } %> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("ballsuck_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("ballsuck_main")%> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $blowjobGuy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); %> <%=window.story.render("blowjob_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("blowjob_main")%> <% if($blowjobGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("blowjob_cum")%> <% window.story.Functions.ResetOrgasm($blowjobGuy); $erica.Mouth.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($blowjobGuy, 1); } %>
<%=window.story.render("ballsuck_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("ballsuck_main")%>
double_titfuck
<% var $erica = window.story.$Variables.Girl; var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); var $pussyfuckGuy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=window.story.render("tittyfuck_setup")%><%=window.story.render("pussyfuck_setup")%> <%=window.story.render("pussyfuck_main")%> <%=window.story.render("tittyfuck_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %> <% if($pussyfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("pussyfuck_cum")%> <% window.story.Functions.ResetOrgasm($pussyfuckGuy); $erica.Pussy.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($pussyfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); var $hotdogGuy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=window.story.render("tittyfuck_setup")%><%=window.story.render("hotdog_setup")%> <%=window.story.render("hotdog_main")%> <%=window.story.render("tittyfuck_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %> <% if($hotdogGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("hotdog_cum")%> <% window.story.Functions.ResetOrgasm($hotdogGuy); $erica.Butt.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($hotdogGuy, 2); } %>
<% var $erica = window.story.$Variables.Girl; var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); var $buttfuckGuy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=window.story.render("tittyfuck_setup")%><%=window.story.render("buttfuck_setup")%> <%=window.story.render("buttfuck_main")%> <%=window.story.render("tittyfuck_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %> <% if($buttfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("buttfuck_cum")%> <% window.story.Functions.ResetOrgasm($buttfuckGuy); $erica.Asshole.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($buttfuckGuy, 3); } %>
<% var $erica = window.story.$Variables.Girl; var $titfuckGuy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=window.story.render("tittyfuck_setup")%><%=window.story.render("ballsinass_setup")%> <%=window.story.render("ballsinass_main")%> <%=window.story.render("tittyfuck_main")%> <% if($titfuckGuy.OrgasmLevel == window.story.$Constants.OrgasmMax) { %> <%=window.story.render("tittyfuck_cum")%> <% window.story.Functions.ResetOrgasm($titfuckGuy); $erica.Tits.Loads += 1; } else { window.story.Functions.IncreaseOrgasm($titfuckGuy, 2); } %>
double_pussyfuck
pussyfuck_hotdog
double_penetration
pussyfuck_ballsInAss
double_hotdog
hotdog_buttfuck
hotdog_ballsinass
double_buttfuck
buttfuck_ballsinass
<% var $erica = window.story.$Variables.Girl; var $sam = window.story.$Variables.Guys[0]; var $ben = window.story.$Variables.Guys[1]; %> <%=$erica.Name%> knew her two sons, <%=$sam.Name%> and <%=$ben.Name%>, would be up for a little naughty fun this evening. Their father had just set off on a work trip and wouldn't be back until the following afternoon. She decided there was no point playing hard to get, so she stripped off immediately after waving her husband goodbye and marched right into the living room where the boys were watching TV. "Ok boys." <%=$erica.Name%> said. "Let's get this party started!"
<% if($orgasmLevel == window.story.$Constants.OrgasmMax) { %> <% window.story.Functions.ResetOrgasm() %> As soon as <%=$erica.Name%> grabbed the boys buy their <%=GetCockWord(1)%>s, she could feel the load brewing in their swollen <%=GetBallsWord(1)%>. "I want each of your to unload your <%=GetBallsWord(1)%> for me, lads." She ordered through gritted teeth, wanking them so hard that the sound of her fist smacking against their pelvises filled the room. <%=$sam.Name%> started firing first, shooting jet after powerful jet of <%=GetJizzWord(2)%> out the tip of his <%=GetCockWord(1)%>. Seconds later, <%=$ben.Name%> started blasting his <%=GetJizzWord(1)%> into the air, criss-crossing with his brother's own heavy stream. After what felt like minutes, the two boys <%=GetCockWord(2)%>s stopped their spunky unslaught, leaving a small trickle of <%=GetJizzWord(1)%> to leak from their heads and onto <%=$erica.Name%>'s hands, which still held each of their <%=GetCockWord(1)%>s tightly. <% } else { %>
----------------------------------- And they all fucked happily ever after!
<% var $erica = window.story.$Variables.Girl; var $handjobguy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var GetCockWord = window.story.Dictionaries.GetDickWord; var GetJizzWord = window.story.Dictionaries.GetJizzWord; var GetBallsWord = window.story.Dictionaries.GetBallsWord; var GetAssholeWord = window.story.Dictionaries.GetAssholeWord; %> <%=$erica.Name%> jerked off <%=$handjobguy.Name%>'s <%=GetCockWord(1)%> really hard, for a long time. A better description. <% $handjobguy.CockState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $buttfuckguy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); var GetCockWord = window.story.Dictionaries.GetDickWord; var GetJizzWord = window.story.Dictionaries.GetJizzWord; var GetBallsWord = window.story.Dictionaries.GetBallsWord; var GetAssholeWord = window.story.Dictionaries.GetAssholeWord; %> <% if($erica.Asshole.Loads > 0) { %> <%=$buttfuckguy.Name%>'s <%=GetCockWord(1)%> stirred up the <%=GetJizzWord(1)%> already flooding his mother's <%=GetAssholeWord(1)%> as he hammered away, his <%=GetBallsWord(1)%> smacking off her buttocks on each deep thrust. <% } else { %> <%=$buttfuckguy.Name%> hammered away at <%=$erica.Name%>'s stretched out <%=GetAssholeWord(1)%>, his sweaty <%=GetBallsWord(1)%> smacking off her buttocks on each deep thrust. <% } %> <% $buttfuckguy.CockState = window.story.$Constants.Asshole %>
<% var $erica = window.story.$Variables.Girl; var $handjobguy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var GetCockWord = window.story.Dictionaries.GetDickWord; %> <%=$erica.Name%> jerked the cum out of <%=$handjobguy.Name%>.
<% var $erica = window.story.$Variables.Girl; var $buttfuckguy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); %> <%=$buttfuckguy.Name%> spunked in <%=$erica.Name%>'s Asshole.
<% var $erica = window.story.$Variables.Girl; var $handjobguy = window.story.Functions.GetGuyByPart($erica.Hands.Occupants, "Cock"); var GetCockWord = window.story.Dictionaries.GetDickWord; %> <%=$erica.Name%> reached out and firmly grabbed <%=$handjobguy.Name%>'s <%=GetCockWord(1)%>, spitting on the head to lube it up.
<% var $erica = window.story.$Variables.Girl; var $buttfuckguy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Cock"); var GetCockWord = window.story.Dictionaries.GetDickWord; var GetAssholeWord = window.story.Dictionaries.GetAssholeWord; %> <%=$buttfuckguy.Name%> stepped round behind her with his dribbling <%=GetCockWord(1)%> gripped tightly in his fist. "Now, give that <%=GetAssholeWord(1)%> a good buggering." She said, reaching out and pulling <%=$buttfuckguy.Name%>'s <%=GetCockWord(2)%> deep into her <%=GetAssholeWord(1)%> in one, smooth motion.
<% var $erica = window.story.$Variables.Girl; var $handjobguy = window.story.$Variables.Guys[0]; var $buttfuckguy = window.story.$Variables.Guys[1]; var $orgasmLevel = window.story.$Variables.OrgasmLevel; var GetCockWord = window.story.Dictionaries.GetDickWord; var GetJizzWord = window.story.Dictionaries.GetJizzWord; var GetBallsWord = window.story.Dictionaries.GetBallsWord; var GetAssholeWord = window.story.Dictionaries.GetAssholeWord; %> <% if($orgasmLevel == window.story.$Constants.OrgasmMax) { %> // cum <% window.story.Functions.ResetOrgasm(); $erica.Asshole.Loads+= 1; $buttfuckguy.CockState = window.story.$Constants.Buttstink; %> <% } else { %> <%=$erica.Name%> got down on her knees and grabbed <%=$handjobguy.Name%>'s <%=GetCockWord(1)%> with both hands, as <%=$buttfuckguy.Name%> stepped round behind her with his <%=GetCockWord(1)%> gripped firmly in his fist. She continued jerking off <%=$handjobguy.Name%> with one hand as she reached around and prized her cheeks apart. "Now, give that <%=GetAssholeWord(1)%> a good buggering." She said, reaching out and pulling <%=$buttfuckguy.Name%>'s <%=GetCockWord(2)%> deep into her <%=GetAssholeWord(1)%> in one, smooth motion. <% if($erica.Asshole.Loads > 0) { %> <%=$buttfuckguy.Name%>'s <%=GetCockWord(1)%> stirred up the <%=GetJizzWord(1)%> already flooding his mother's <%=GetAssholeWord(1)%> as he hammered away, his <%=GetBallsWord(1)%> smacking off her buttocks on each deep thrust. <% } else { %> <%=$buttfuckguy.Name%> hammered away at <%=$erica.Name%>'s stretched out <%=GetAssholeWord(1)%>, his sweaty <%=GetBallsWord(1)%> smacking off her buttocks on each deep thrust. <% } %> "Your brother's giving my <%=GetAssholeWord(1)%> such a good pounding." <%=$erica.Name%> said, looking up into <%=$handjobguy.Name%>'s eyes has she jerked his <%=GetCockWord(2)%> mere inches from her face. <% window.story.Functions.IncreaseOrgasm(); $buttfuckguy.CockState = window.story.$Constants.Buttstink; %> <% } %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); %> <% if($guy.CockState === window.story.$Constants.Asshole) { %> "Let me taste my arse on that cock." <%=$erica.Name%> demanded. <% } %> <%=$guy.Name%> thrust his cock into <%=$erica.Name%>'s mouth.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); %> <%=$guy.Name%> fucked <%=$erica.Name%>'s face. <% $guy.CockState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $blowjobguy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Cock"); %> <%=$blowjobguy.Name%> spunked in <%=$erica.Name%>'s Mouth.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); %> <%=$guy.Name%> dangled his cock above <%=$erica.Name%>'s face.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); %> <%=$guy.Name%> slapped <%=$erica.Name%> about the face with his cock. <% $guy.CockState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); %> <%=$guy.Name%> dangled his balls above <%=$erica.Name%>'s face.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Balls"); %> <%=$guy.Name%> teabagged <%=$erica.Name%>. <% $guy.BallsState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Balls"); %> <%=$guy.Name%> dangled his balls above <%=$erica.Name%>'s mouth.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Mouth.Occupants, "Balls"); %> <%=$erica.Name%> sucked on <%=$guy.Name%>'s balls. <% $guy.BallsState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=$guy.Name%> thrust his cock between <%=$erica.Name%>'s tits.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=$guy.Name%> fucked <%=$erica.Name%>'s tits. <% $guy.CockState = window.story.$Constants.Clean %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Tits.Occupants, "Cock"); %> <%=$guy.Name%> spunked on <%=$erica.Name%>'s tits.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=$guy.Name%> thrust his cock into <%=$erica.Name%>'s cunt.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=$guy.Name%> fucked <%=$erica.Name%>'s cunt. <% $guy.CockState = window.story.$Constants.Pussy %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Pussy.Occupants, "Cock"); %> <%=$guy.Name%> spunked in <%=$erica.Name%>'s Pussy.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=$guy.Name%> thrust his cock between <%=$erica.Name%>'s buttocks.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=$guy.Name%> fucked <%=$erica.Name%>'s buttocks. <% $guy.CockState = window.story.$Constants.Butt %>
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Butt.Occupants, "Cock"); %> <%=$guy.Name%> spunked on <%=$erica.Name%>'s bottom.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Balls"); %> <%=$guy.Name%> stuck his balls into <%=$erica.Name%>'s Asshole.
<% var $erica = window.story.$Variables.Girl; var $guy = window.story.Functions.GetGuyByPart($erica.Asshole.Occupants, "Balls"); %> <%=$guy.Name%> jerked off while his balls were in <%=$erica.Name%>'s Asshole. <% $guy.BallsState = window.story.$Constants.Asshole %>
<% var $erica = window.story.$Variables.Girl; var $facialguy = window.story.Functions.GetGuyByPart($erica.Face.Occupants, "Cock"); %> <%=$facialguy.Name%> spunked in <%=$erica.Name%>'s Face.