<div id="phone"><<include "PhoneMain">></div><style>
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 0.3em;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
</style><<nobr>><div class="Contacts">
<div class="ContList">
<div class="ContImg">
<<if $mom1.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/0.png">
</div><</if>>
<<if $mom2.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/1.png">
</div><</if>>
<<if $sis1.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/2.png">
</div><</if>>
<<if $sis2.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/3.png">
</div><</if>>
<<if $sis3.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/4.png">
</div><</if>>
<<if $sub1.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/13.png">
</div><</if>>
<<if $comb.met eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/5.png">
</div><</if>>
<<if $bankw.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/6.png">
</div><</if>>
<<if $bankm.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/6A.png">
</div><</if>>
<<if $bankc.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/7.png">
</div><</if>>
<<if $assw.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/8.png">
</div><</if>>
<<if $asswgf.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/16.png">
</div><</if>>
<<if $cov1.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/9.png">
</div><</if>>
<<if $cov2.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/10.png">
</div><</if>>
<<if $cov3.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/11.png">
</div><</if>>
<<if $cov4.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/12.png">
</div><</if>>
<<if $dass.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/14.png">
</div><</if>>
<<if $coun1s.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/20.png">
</div><</if>>
<<if $coun1d.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/19.png">
</div><</if>>
<<if $hospad.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/15.png">
</div><</if>>
<<if $commishs.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/18.png">
</div><</if>>
<<if $busids.phone eq 1>><div class="grid-item">
<img src="images/Phone/Contacts/Images/17.png">
</div><</if>>
</div>
<div class="ContMsg">
<<if $mom1.met eq 1>><div class="grid-item">
<div class="ContTxt">$mom1.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tMom1 to 0>><<set $tCurrent to "Mom1">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $mom2.met eq 1>><div class="grid-item">
<div class="ContTxt">$mom2.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tMom2 to 0>><<set $tCurrent to "Mom2">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $sis1.met eq 1>><div class="grid-item">
<div class="ContTxt">$sis1.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tSis1 to 0>><<set $tCurrent to "Sis1">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $sis2.met eq 1>><div class="grid-item">
<div class="ContTxt">$sis2.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tSis2 to 0>><<set $tCurrent to "Sis2">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $sis3.met eq 1>><div class="grid-item">
<div class="ContTxt">$sis3.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tSis3 to 0>><<set $tCurrent to "Sis3">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $sub1.phone eq 1>><div class="grid-item">
<div class="ContTxt">$sub1.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tSub1 to 0>><<set $tCurrent to "Sub1">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $comb.met eq 1>><div class="grid-item">
<div class="ContTxt">$comb.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tComB to 0>><<set $tCurrent to "ComB">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $bankw.phone eq 1>><div class="grid-item">
<div class="ContTxt">$bankw.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tBankW to 0>><<set $tCurrent to "BankW">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $bankm.phone eq 1>><div class="grid-item">
<div class="ContTxt">$bankm.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tBankM to 0>><<set $tCurrent to "BankM">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $bankc.phone eq 1>><div class="grid-item">
<div class="ContTxt">$bankc.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tBankC to 0>><<set $tCurrent to "BankC">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $assw.phone eq 1>><div class="grid-item">
<div class="ContTxt">$assw.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tAssW to 0>><<set $tCurrent to "AssW">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $asswgf.phone eq 1>><div class="grid-item">
<div class="ContTxt">$asswgf.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tAssWGF to 0>><<set $tCurrent to "AssWGF">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $cov1.phone eq 1>><div class="grid-item">
<div class="ContTxt">$cov1.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCov1 to 0>><<set $tCurrent to "Cov1">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $cov2.phone eq 1>><div class="grid-item">
<div class="ContTxt">$cov2.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCov2 to 0>><<set $tCurrent to "Cov2">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $cov3.phone eq 1>><div class="grid-item">
<div class="ContTxt">$cov3.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCov3 to 0>><<set $tCurrent to "Cov3">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $cov4.phone eq 1>><div class="grid-item">
<div class="ContTxt">$cov4.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCov4 to 0>><<set $tCurrent to "Cov4">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $dass.phone eq 1>><div class="grid-item">
<div class="ContTxt">$dass.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tDAss to 0>><<set $tCurrent to "DAss">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $coun1s.phone eq 1>><div class="grid-item">
<div class="ContTxt">$coun1s.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCoun1S to 0>><<set $tCurrent to "Coun1S">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $coun1d.phone eq 1>><div class="grid-item">
<div class="ContTxt">$coun1d.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCoun1D to 0>><<set $tCurrent to "Coun1D">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $hospad.phone eq 1>><div class="grid-item">
<div class="ContTxt">$hospad.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tHospAd to 0>><<set $tCurrent to "HospAd">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $commishs.phone eq 1>><div class="grid-item">
<div class="ContTxt">$commishs.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tCommishS to 0>><<set $tCurrent to "CommishS">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
<<if $busids.phone eq 1>><div class="grid-item">
<div class="ContTxt">$busids.name</div>
<<link '<img src="images/Phone/Contacts/Button.png">'>><<set $tBusiDS to 0>><<set $tCurrent to "BusiDS">><<replace "#phone">><<include "MsgText">><</replace>><</link>>
</div><</if>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
<<include "Notifications">>
</div><</nobr>><<nobr>>
<div class='Phone' @style="'background-image:url('+ $BackImg[$ImgSel] +')'">
<div class="apps">
<div class="grid-item apph"><<link [img[images/Phone/Apps/Contacts.png]]>><<set $NewCon to 0>><<replace "#phone">><<include "Contacts">><</replace>><</link>></div>
<div class="grid-item apph"><<link [img[images/Phone/Apps/Messages.png]]>><<set $NewMes to 0>><<replace "#phone">><<include "Messages">><</replace>><</link>></div>
<div class="grid-item apph"><<link [img[images/Phone/Apps/Gallery.png]]>><<set $NewGal to 0>><<replace "#phone">><<MainGallerySelect>><</replace>><</link>></div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>>
<div class="Messages">
<div class="MsgList">
<div class="MsgImg">
<<include "MsgList">>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
<<include "Notifications">>
</div><</nobr>>/* Mom Message */
<<if $mom1.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/0.png">'>><<messagephone "Mom1">><</link>>
<div class="TxtCardInfo">
<<link "$mom1.name">><<messagephone "Mom1">><</link>>
</div>
<<if $tMom1 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Mom1">><</link>>
</div><<elseif $tMom1 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Mom1">><</link>>
</div><<elseif $tMom1 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Mom1">><</link>>
</div>
<</if>>
<<if $tMom1 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Mom2 Message */
<<if $mom2.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/1.png">'>><<messagephone "Mom2">><</link>>
<div class="TxtCardInfo">
<<link "$mom2.name">><<messagephone "Mom2">><</link>>
</div>
<<if $tMom2 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Mom2">><</link>>
</div><<elseif $tMom2 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Mom2">><</link>>
</div><<elseif $tMom2 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Mom2">><</link>>
</div>
<</if>>
<<if $tMom2 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Sis1 Message */
<<if $sis1.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/2.png">'>><<messagephone "Sis1">><</link>>
<div class="TxtCardInfo">
<<link "$sis1.name">><<messagephone "Sis1">><</link>>
</div>
<<if $tSis1 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Sis1">><</link>>
</div><<elseif $tSis1 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Sis1">><</link>>
</div><<elseif $tSis1 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Sis1">><</link>>
</div>
<</if>>
<<if $tSis1 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Sis2 Message */
<<if $sis2.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/3.png">'>><<messagephone "Sis2">><</link>>
<div class="TxtCardInfo">
<<link "$sis2.name">><<messagephone "Sis2">><</link>>
</div>
<<if $tSis2 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Sis2">><</link>>
</div><<elseif $tSis2 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Sis2">><</link>>
</div><<elseif $tSis2 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Sis2">><</link>>
</div>
<</if>>
<<if $tSis2 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Sis3 Message */
<<if $sis3.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/4.png">'>><<messagephone "Sis3">><</link>>
<div class="TxtCardInfo">
<<link "$sis3.name">><<messagephone "Sis3">><</link>>
</div>
<<if $tSis3 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Sis3">><</link>>
</div><<elseif $tSis3 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Sis3">><</link>>
</div><<elseif $tSis3 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Sis3">><</link>>
</div>
<</if>>
<<if $tSis3 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Sub1 Message */
<<if $sub1.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/13.png">'>><<messagephone "Sub1">><</link>>
<div class="TxtCardInfo">
<<link "$sub1.name">><<messagephone "Sub1">><</link>>
</div>
<<if $tSub1 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Sub1">><</link>>
</div><<elseif $tSub1 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Sub1">><</link>>
</div><<elseif $tSub1 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Sub1">><</link>>
</div>
<</if>>
<<if $tSub1 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* ComB Message */
<<if $comb.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/5.png">'>><<messagephone "ComB">><</link>>
<div class="TxtCardInfo">
<<link "$comb.name">><<messagephone "ComB">><</link>>
</div>
<<if $tComB eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "ComB">><</link>>
</div><<else>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "ComB">><</link>>
</div>
<</if>>
<<if $tComB eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* BankW Message */
<<if $bankw.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/6.png">'>><<messagephone "BankW">><</link>>
<div class="TxtCardInfo">
<<link "$bankw.name">><<messagephone "BankW">><</link>>
</div>
<<if $tBankW eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "BankW">><</link>>
</div><<else>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "BankW">><</link>>
</div>
<</if>>
<<if $tBankW eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* BankM Message */
<<if $bankm.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/6A.png">'>><<messagephone "BankM">><</link>>
<div class="TxtCardInfo">
<<link "$bankm.name">><<messagephone "BankM">><</link>>
</div>
<<if $tBankM eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "BankM">><</link>>
</div><<elseif $tBankM is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "BankM">><</link>>
</div><<elseif $tBankM is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "BankM">><</link>>
</div>
<</if>>
<<if $tBankM eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* BankC Message */
<<if $bankc.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/7.png">'>><<messagephone "BankC">><</link>>
<div class="TxtCardInfo">
<<link "$bankc.name">><<messagephone "BankC">><</link>>
</div>
<<if $tBankC eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "BankC">><</link>>
</div><<elseif $tBankC is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "BankC">><</link>>
</div><<elseif $tBankC is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "BankC">><</link>>
</div>
<</if>>
<<if $tBankC eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* AssW Message */
<<if $assw.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/8.png">'>><<messagephone "AssW">><</link>>
<div class="TxtCardInfo">
<<link "$assw.name">><<messagephone "AssW">><</link>>
</div>
<<if $tAssW eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "AssW">><</link>>
</div><<elseif $tAssW is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "AssW">><</link>>
</div><<elseif $tAssW is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "AssW">><</link>>
</div>
<</if>>
<<if $tAssW eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* AssWGF Message */
<<if $asswgf.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/16.png">'>><<messagephone "AssWGF">><</link>>
<div class="TxtCardInfo">
<<link "$asswgf.name">><<messagephone "AssWGF">><</link>>
</div>
<<if $tAssWGF eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "AssWGF">><</link>>
</div><<elseif $tAssWGF is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "AssWGF">><</link>>
</div><<elseif $tAssWGF is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "AssWGF">><</link>>
</div>
<</if>>
<<if $tAssWGF eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* AssWGFBF Message */
<<if $asswgfbf.text gte 2>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/21.png">'>><<messagephone "AssWGFBF">><</link>>
<div class="TxtCardInfo">
<<if $asswgfbf.text lt 3>><<link "Unknown Number">><<messagephone "AssWGFBF">><</link>><<elseif $asswgfbf.text gte 3>><<link "$asswgfbf.name">><<messagephone "AssWGFBF">><</link>><</if>>
</div>
<<if $tAssWGFBF eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "AssWGFBF">><</link>>
</div><<elseif $tAssWGFBF is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "AssWGFBF">><</link>>
</div><<elseif $tAssWGFBF is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "AssWGFBF">><</link>>
</div>
<</if>>
<<if $tAssWGFBF eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Cov1 Message */
<<if $cov1.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/9.png">'>><<messagephone "Cov1">><</link>>
<div class="TxtCardInfo">
<<link "$cov1.name">><<messagephone "Cov1">><</link>>
</div>
<<if $tCov1 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Cov1">><</link>>
</div><<elseif $tCov1 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Cov1">><</link>>
</div><<elseif $tCov1 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Cov1">><</link>>
</div>
<</if>>
<<if $tCov1 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Cov2 Message */
<<if $cov2.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/10.png">'>><<messagephone "Cov2">><</link>>
<div class="TxtCardInfo">
<<link "$cov2.name">><<messagephone "Cov2">><</link>>
</div>
<<if $tCov2 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Cov2">><</link>>
</div><<elseif $tCov2 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Cov2">><</link>>
</div><<elseif $tCov2 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Cov2">><</link>>
</div>
<</if>>
<<if $tCov2 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Cov3 Message */
<<if $cov3.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/11.png">'>><<messagephone "Cov3">><</link>>
<div class="TxtCardInfo">
<<link "$cov3.name">><<messagephone "Cov3">><</link>>
</div>
<<if $tCov3 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Cov3">><</link>>
</div><<elseif $tCov3 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Cov3">><</link>>
</div><<elseif $tCov3 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Cov3">><</link>>
</div>
<</if>>
<<if $tCov3 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Cov4 Message */
<<if $cov4.phone eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/12.png">'>><<messagephone "Cov4">><</link>>
<div class="TxtCardInfo">
<<link "$cov4.name">><<messagephone "Cov4">><</link>>
</div>
<<if $tCov4 eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Cov4">><</link>>
</div><<elseif $tCov4 is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Cov4">><</link>>
</div><<elseif $tCov4 is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Cov4">><</link>>
</div>
<</if>>
<<if $tCov4 eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* DAss Message */
<<if $dass.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/14.png">'>><<messagephone "DAss">><</link>>
<div class="TxtCardInfo">
<<link "$dass.name">><<messagephone "DAss">><</link>>
</div>
<<if $tDAss eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "DAss">><</link>>
</div><<elseif $tDAss is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "DAss">><</link>>
</div><<elseif $tDAss is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "DAss">><</link>>
</div>
<</if>>
<<if $tDAss eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Coun1S Message */
<<if $coun1s.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/20.png">'>><<messagephone "Coun1S">><</link>>
<div class="TxtCardInfo">
<<link "$coun1s.name">><<messagephone "Coun1S">><</link>>
</div>
<<if $tCoun1S eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Coun1S">><</link>>
</div><<elseif $tCoun1S is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Coun1S">><</link>>
</div><<elseif $tCoun1S is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Coun1S">><</link>>
</div>
<</if>>
<<if $tCoun1S eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* Coun1D Message */
<<if $coun1d.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/19.png">'>><<messagephone "Coun1D">><</link>>
<div class="TxtCardInfo">
<<link "$coun1d.name">><<messagephone "Coun1D">><</link>>
</div>
<<if $tCoun1D eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "Coun1D">><</link>>
</div><<elseif $tCoun1D is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "Coun1D">><</link>>
</div><<elseif $tCoun1D is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "Coun1D">><</link>>
</div>
<</if>>
<<if $tCoun1D eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* HospAd Message */
<<if $hospad.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/15.png">'>><<messagephone "HospAd">><</link>>
<div class="TxtCardInfo">
<<link "$hospad.name">><<messagephone "HospAd">><</link>>
</div>
<<if $tHospAd eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "HospAd">><</link>>
</div><<elseif $tHospAd is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "HospAd">><</link>>
</div><<elseif $tHospAd is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "HospAd">><</link>>
</div>
<</if>>
<<if $tHospAd eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* CommishS Message */
<<if $commishs.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/18.png">'>><<messagephone "CommishS">><</link>>
<div class="TxtCardInfo">
<<link "$commishs.name">><<messagephone "CommishS">><</link>>
</div>
<<if $tCommishS eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "CommishS">><</link>>
</div><<elseif $tCommishS is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "CommishS">><</link>>
</div><<elseif $tCommishS is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "CommishS">><</link>>
</div>
<</if>>
<<if $tCommishS eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>>
/* BusiDS Message */
<<if $busids.met eq 1>>
<div class="grid-item TxtCard">
<<link '<img src="images/Phone/Messages/Images/17.png">'>><<messagephone "BusiDS">><</link>>
<div class="TxtCardInfo">
<<link "$busids.name">><<messagephone "BusiDS">><</link>>
</div>
<<if $tBusiDS eq 0>>
<div class="TxtCardSubInfo1">
<<link "No New Texts">><<messagephone "BusiDS">><</link>>
</div><<elseif $tBusiDS is 1>>
<div class="TxtCardSubInfo2">
<<link "New Text">><<messagephone "BusiDS">><</link>>
</div><<elseif $tBusiDS is 2>>
<div class="TxtCardSubInfo3">
<<link "Write Text">><<messagephone "BusiDS">><</link>>
</div>
<</if>>
<<if $tBusiDS eq 1>>
<div class="TxtNotif">
<img src="images/Phone/Messages/Notification.png">
</div>
<</if>>
</div>
<</if>><<nobr>>
<div class="Messages">
<div class="TxtSect">
<<include "Text Messages">>
</div>
<div class="TxtBar">
<img src="images/Phone/Messages/Textbar.png">
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Messages">><</replace>><</link>>
</div>
</div>
<<include "Notifications">>
</div>
<<done>>
<<run $('.TxtSect').stop().animate({ scrollTop: $('.TxtSect')[0].scrollHeight}, 400);>>
<</done>>
<</nobr>><<nobr>>
<div class="TxtBub">
/* Mom Texts */
<<if $tCurrent eq "Mom1">>
<<set $tMom1 to 0>>
<</if>>
/* Mom2 Texts */
<<if $tCurrent eq "Mom2">>
<<set $tMom2 to 0>>
<</if>>
/* Sis1 Texts */
<<if $tCurrent eq "Sis1">>
<<set $tSis1 to 0>>
<<if $sis1.text gte 2>>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/21.png")>><img src="images/Phone/Messages/Bubbles/Special/14.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/14.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/21.png"), $BackImg.pushUnique("images/Phone/Homescreens/21.png"), $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Be responsible with that!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
But not too responsible 😉
</div>
</div>
<</if>>
<</if>>
/* Sis2 Texts */
<<if $tCurrent eq "Sis2">>
<<set $tSis2 to 0>>
<<if $sis2.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Hey, you can head to the shop today, I'm feeling a bit sick 🤒
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Oh. Want me to get you something?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
No, I'm just gonna sleep it off. Have fun.
</div>
</div>
<<if not hasVisited("StoryPass15") && $Time lte 2 && $scene is 0>><<button "Another lesson">><<goto "StoryPass15">><<set $scene to 1>><</button>><<elseif not hasVisited("StoryPass15") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I probably shouldn't go so late in the day.</div><<elseif not hasVisited("StoryPass15") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $sis2.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Hey, come to the living room for a second.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
What's up?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Just come.
</div>
</div>
<<if $sis2.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/22.png")>><img src="images/Phone/Messages/Bubbles/Special/15.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/15.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/22.png"), $BackImg.pushUnique("images/Phone/Homescreens/22.png"), $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I'm so wet thinking about playing with my baby sister...
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I'm so naughty... I need to be punished...
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
/* Sis3 Texts */
<<if $tCurrent eq "Sis3">>
<<set $tSis3 to 0>>
<<if $sis3.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hey!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
What's up?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Just thought you should know...
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
$sub1.name is coming over for a sleepover.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
On Saturday.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
She hasn't stopped talking about you.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Should I be jealous?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
No.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Sex toys shouldn't get jealous, should they?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Are you gonna...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Don't worry. I'll handle everything.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
You just make sure your holes are always wet for me, whore.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Ok mister!
</div>
</div>
<<if $sis3.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Here. This is what your friend looks like choking on my cock.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/Special/05.png">
<div class="MsgSend">
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Get used to this sight.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Ok mister!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
In fact, I want you to finger yourself, right now, to this.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Your best friend, reduced to nothing but a warm hole.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Just like what you are.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I can't do that!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
She's sleeping right beside me!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
I don't care.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
What are you?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Your rapeslut...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Correct. What else?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I'm your sex toy.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
So you do what I say.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Right?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Yes mister.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Good. Now finger your slutty hole, and send me a picture tomorrow.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Yes mister!
</div>
</div>
<<if $sis3.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Here you go mister!
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/17.png")>><img src="images/Phone/Messages/Bubbles/Special/06.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/06.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/17.png"), $BackImg.pushUnique("images/Phone/Homescreens/17.png"), $ImgAm += 1, $tSis3 to 2, $sis3.text to 5, $NewMes to 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $sis3.text gte 5>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
You're a good little rapeslut for me.
</div>
</div>
<<if $sis3.text gte 6>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
You made a mess on me mister.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/20.png")>><img src="images/Phone/Messages/Bubbles/Special/13.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/13.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/20.png"), $BackImg.pushUnique("images/Phone/Homescreens/20.png"), $ImgAm += 1, $tSis3 to 2, $sis3.text to 7, $NewMes to 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
It's what I deserve though.
</div>
</div>
<<if $sis3.text gte 7>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Are you going to be a good rapeslut for my girlfriend?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
No.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
She'll have to train me.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
I'll make sure she does.
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* Sub1 Texts */
<<if $tCurrent eq "Sub1">>
<<set $tSub1 to 0>>
<<if $sub1.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Hey. Call me when you wanna have that date!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
I will. Soon!
</div>
</div>
<<if $sub1.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Hey, how about getting some coffee?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
For sure! Where and when?
</div>
</div>
<<if not hasVisited("Sub1: 1-1") && $Time lte 2 && $scene is 0>><<button "Meet up with <<nsub1>>">><<goto "Sub1: 1-1">><<set $scene to 1>><</button>><<elseif not hasVisited("Sub1: 1-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">It's late. I'll reschedule to tomorrow.</div><<elseif not hasVisited("Sub1: 1-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $sub1.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I had a good time yesterday!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
And since I saw you out of the shower, I figure it's only fair you see me...
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/15.png")>><img src="images/Phone/Messages/Bubbles/Special/04.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/04.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/15.png"), $BackImg.pushUnique("images/Phone/Homescreens/15.png"), $ImgAm += 1>><<set $tSub1 to 2, $sub1.text to 5, $NewMes to 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $sub1.text gte 5>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
You look sexy as fuck!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Thank you daddy! Call me soon. I might need to be punished...
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* ComB Texts */
<<if $tCurrent eq "ComB">>
<<set $tComB to 0>>
<</if>>
/* BankC Texts */
<<if $tCurrent eq "BankC">>
<<set $tBankC to 0>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Hey, this is $bankc.name! Save my number ;)
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Sure.
</div>
</div>
<<if $bankc.text gte 2>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r8.png">
<div class="MsgRec">
Hey, what happened the other day shouldn't have. I think we should just cut things off now. I did something bad to my girlfriend, so I want to try and fix it.
</div>
</div>
<<if not hasVisited("BankC: 2-1") && $Time lte 2 && $scene is 0>><<button "Visit <<nbankc>> at work">><<goto "BankC: 2-1">><<set $scene to 1>><</button>><<elseif not hasVisited("BankC: 2-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should text her back earlier in the day.</div><<elseif not hasVisited("BankC: 2-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $bankc.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I hope you enjoy cumming to pictures of my girlfriend, sir.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/8.png")>><img src="images/Phone/Messages/Bubbles/Special/01.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/01.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/8.png")>><<set $BackImg.pushUnique("images/Phone/Homescreens/8.png")>><<set $NewMes to 1>><<set $ImgAm += 1>><<set $tBankC to 2>><<set $bankc.sub += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $GallImg.includes("images/Phone/Gallery/8.png")>><div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s8.png">
<div class="MsgSend">
That's a good little whore. Now when you go home, and you fuck her, I want you to imagine what it would be like licking my cum out of her pussy.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Thank you sir, I will.
</div>
</div>
<<if $bankc.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s6.png">
<div class="MsgSend">
I have an idea on how to use you and your girlfriend like the whores you are. Let's meet up at your place.
</div>
</div>
<<if not hasVisited("BankC: 3-1") && $Time lte 2 && $scene is 0>><<button "Enact your plan">><<goto "BankC: 3-1">><<set $scene to 1>><</button>><<elseif not hasVisited("BankC: 3-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should meet with her earlier in the day.</div><<elseif not hasVisited("BankC: 3-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if hasVisited("BankC: 3-1")>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Yes Sir.
</div>
</div>
<</if>>
<<if $bankc.text gte 5>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
I've figured out how you will propose to my future sex slave.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Oh!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Thank you sir!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
I'm coming over.
</div>
</div>
<<if not hasVisited("BankC: 5-1") && $Time lte 2 && $scene is 0>><<button "Help <<nbankc>> with her proposal">><<goto "BankC: 5-1">><<set $scene to 1>><</button>><<elseif not hasVisited("BankC: 5-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should meet with her earlier in the day.</div><<elseif not hasVisited("BankC: 5-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $bankc.text gte 6>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
She said YES!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/Special/07.png">
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I can't wait to watch her choke on your cock sir!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Here's the video of me mixing your cum with her food.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
She told me it was delicious!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
She's a cum loving lesbian whore, just like me!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/Special/08.png">
</div>
<<if $fet.piss is 1>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
The dumb whore even loved drinking your piss sir.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/Special/09.png">
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
She was asking for another glass!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I can't wait to watch you use her like the toilet she is.
</div>
</div>
<</if>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Here's the video of us fucking sir, as you asked.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/Special/10.png">
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I even got a bit rougher at the end.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I know that's how you like treating whores, like me.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
So I wanted her to get used to it.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
My dumb slut fiance asked what the dildo shot inside her.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I kissed her, and told her it was a surprise.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I hope you enjoyed it sir!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I can't wait to see you filling her up!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/Special/11.png">
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
You've done a good job here slut. I'll make sure to reward you soon.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Thank you sir!
</div>
</div>
<<if $bankc.text gte 7>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
$bankgf.name is on a work trip sir!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
Which means if you want to use my holes, you're welcome to come over.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
It's basically your house now sir.
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* BankW Texts */
<<if $tCurrent eq "BankW">>
<<set $tBankW to 0>>
<<if $bankw.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Hello sir. I would love it if you could come by this afternoon.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
What's wrong? Bitch needs a fix of cum?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I always need your cock sir.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I'm your cumslut, I can't live without it.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
But that's not why.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
We're having a BBQ, and I would love it if you could come.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
A bbq?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Trust me sir. You'll like it.
</div>
</div>
<<if not hasVisited("BankW: 4-1") && $Time lte 2 && $scene is 0>><<button "Pay a visit">><<goto "BankW: 4-1">><<set $scene to 1, $Time to 2>><</button>><<elseif not hasVisited("BankW: 4-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should go earlier in the day tomorrow.</div><<elseif not hasVisited("BankW: 4-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $bankw.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hello sir.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I have a proposition for you.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
A proposition?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Ok, what is it?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I would love to speak about it down at the bank.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
If you could come down and see me, I'll go over the details.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Alright, I'll bite.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Great!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
See you soon!
</div>
</div>
<</if>>
<</if>>
<</if>>
/* BankM Texts */
<<if $tCurrent eq "BankM">>
<<set $tBankM to 0>>
<<if $bankm.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
It's Jasper. Here is the image you requested.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/6.png")>><img src="images/Phone/Messages/Bubbles/Special/03.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/03.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/6.png"), $BackImg.pushUnique("images/Phone/Homescreens/6.png"), $ImgAm += 1>><<replace "#phone">><<include "Gallery1">><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $bankm.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
Hello $player.name. It's $bankm.name. I need your help. Would you be able to come to my house?
</div>
</div>
<<if not hasVisited("BankW: 3-1") && $Time lte 2 && $scene is 0>><<button "Get to work">><<goto "BankW: 3-1">><<set $scene to 1>><</button>><<elseif not hasVisited("BankW: 3-1") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should go earlier in the day tomorrow.</div><<elseif not hasVisited("BankW: 3-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<</if>>
<</if>>
<</if>>
/* AssW Texts */
<<if $tCurrent eq "AssW">>
<<set $tAssW to 0>>
<<if $assw.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I had a lot of fun last night. Call me sometime.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/11.png")>><img src="images/Phone/Messages/Bubbles/Special/02.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/02.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/11.png")>><<set $BackImg.pushUnique("images/Phone/Homescreens/11.png")>><<set $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $assw.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Hey stud. You busy tonight?
</div>
</div>
<<if not hasVisited("AssW: 2-1") && $Time lte 3 && $scene is 0>><<button "Take out <<nassw>>">><<goto "AssW: 2-1">><<set $scene to 1, $Time to 3>><</button>><<elseif not hasVisited("AssW: 2-1") && $Time gte 4>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should respond earlier in the day tomorrow.</div><<elseif not hasVisited("AssW: 2-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $assw.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
What was that?
</div>
</div>
<<if $assw.text gte 5>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
I thought it would be hot to send $asswgf.name back to Max with your baby in her belly.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
EXCUSE ME?!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r7.png">
<div class="MsgRec">
Calm down cowboy. Her and her boyfriend have been breaking up and getting back together for years. It's been annoying me.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r8.png">
<div class="MsgRec">
So this was a bit of revenge. Besides, Max looks a lot like you, and she won't admit she let a guy she doesn't even know knock her up in a club room.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s8.png">
<div class="MsgSend">
How the fuck are you going to say calm down, and that you tricked me into impregnating your friend, in the same fucking text message!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Sorry. I guess I was a naughty girl. Do you want to punish me?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
What the fuck is wrong with you?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Want to find out?
</div>
</div>
<<if $assw.text gte 6>>
<<if $assw.text gte 6 && $tAssW is 0 && ndef $asswgf.date>><<set $asswgf.date to 1>><</if>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Ok, fine. I'm fucked up. Sue me.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
But you're above all of that, right?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r7.png">
<div class="MsgRec">
So if I told you that $asswgf.name and her boyfriend like to go to the bar every Friday, then you'll just ignore me.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
Because you didn't like filling my hot, sexy friend with your warm cum.
</div>
</div>
<<if $assw.text gte 7>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
We'll talk soon stud 💋
</div>
</div>
<<if $assw.text gte 8>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
The bills come due stud
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Get your gorgeous butt in here
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* AssWGF Texts */
<<if $tCurrent eq "AssWGF">>
<<set $tAssWGF to 0>>
<<if $asswgf.text gte 2>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
It's $player.name.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s5.png">
<div class="MsgSend">
Send me a message if you ever feel like working on another project together.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I definitely will ;)
</div>
</div>
<<if $asswgf.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hey
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Max is being annoying.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Do you want to work on another project?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Where?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
My house. Come over.
</div>
</div>
<<if not hasVisited("AssWGF: 2-1") && $Time gte 2 && $scene is 0>><<button "Visit <<nasswgf>>">><<goto "AssWGF: 2-1">><<set $scene to 1>><</button>><<elseif not hasVisited("AssWGF: 2-1") && $Time lt 2>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should Respond later in the day</div><<elseif not hasVisited("AssWGF: 2-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $asswgf.text gte 4>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I can't wait to carry your babies
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
You left a mess inside and on me.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/19.png")>><img src="images/Phone/Messages/Bubbles/Special/12.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/12.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/19.png"), $BackImg.pushUnique("images/Phone/Homescreens/19.png"), $ImgAm += 1, $tAssWGF to 2, $NewMes to 1>><<if $asswgf.text lt 5>><<set $asswgf.text to 5>><</if>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<<if $asswgf.text gte 5>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
How did Max take it?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
He made me a coffee, and then I made him eat me out while I drank it
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Text me whenever you want another shot at my womb <3
</div>
</div>
<<if $asswgf.text gte 6>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I need you to come over, now.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Not very convincing.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I don't care. Come.
</div>
</div>
<<if not hasVisited("AssWGF: 3-1") && $Time lte 3 && $scene is 0>><<button "Go to <<nasswgf>>s apartment">><<goto "AssWGF: 3-1">><<set $scene to 1>><</button>><<elseif not hasVisited("AssWGF: 3-1") && $Time gt 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should Respond earlier in the day</div><<elseif not hasVisited("AssWGF: 3-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<<if $asswgf.text gte 7>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I told you I looked like a whore.
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/25.png")>><img src="images/Phone/Messages/Bubbles/Special/18.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/18.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/25.png"), $BackImg.pushUnique("images/Phone/Homescreens/25.png"), $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r5.png">
<div class="MsgRec">
$asswgfbf.name is being annoying, so anytime you want to fill me with cum, just come over!
</div>
</div>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
<</if>>
/* AssWGFBF Texts */
<<if $tCurrent eq "AssWGFBF">>
<<if $asswgfbf.text lt 3>><<set $asswgfbf.text to 3>><</if>>
<<set $tAssWGFBF to 0>>
<<if $asswgfbf.text gte 3>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hey.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
It's $asswgfbf.name.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
$asswgf.name's boyfriend.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Oh. Hey man, what's up?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I wanted to know if you wanted to watch the game.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Feel free to say no.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
This was $asswgf.name's idea.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
At your place?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Yes.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Will $asswgf.name be there?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
...yes.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Sounds fun! What game?
</div>
</div>
<<if not hasVisited("AssWGF: 4-1") && $Time lte 3 && $scene is 0>><<button "Male bonding!">><<goto "AssWGF: 4-1">><<set $scene to 1, $Time to 3>><</button>><<elseif not hasVisited("AssWGF: 4-1") && $Time gt 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should Respond earlier in the day</div><<elseif not hasVisited("AssWGF: 4-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<</if>>
<</if>>
/* cov2 Texts */
<<if $tCurrent eq "Cov2">>
<<set $tCov2 to 0>>
<<if $cov2.text gte 2 && $player.dec is "wrath">>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Hey, it's $player.name.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Yeah.
</div>
</div>
<<if $cov2.text gte 3 && $player.dec is "wrath">>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
We finished setting up your lesson. Come to the Hardware Store.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Alright, I'll see you there.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
$cov1.name said to bring $sis2.name.
</div>
</div>
<<if not hasVisited("StoryPass13") && hasVisited("Sis2: 2-1") && $Time lte 2 && $scene is 0>><<button "Find <<nsis2>>, and head out">><<goto "StoryPass13">><<set $scene to 1>><</button>><<elseif not hasVisited("StoryPass13") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should go earlier in the day tomorrow.</div><<elseif not hasVisited("StoryPass13") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<</if>>
<</if>>
<</if>>
/* cov3 Texts */
<<if $tCurrent eq "Cov3">>
<<set $tCov3 to 0>>
<<if $cov3.text gte 2 && $player.dec is "pride">>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Hey, it's $player.name.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Got it! We'll talk soon!👋
</div>
</div>
<<if $cov3.text gte 3 && $player.dec is "pride">>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
Hello hello! ✌️
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Hope you have your ducks in order, because we are ready to go!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
🦆🦆🦆
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Great!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
Oh, and $cov1.name said to bring $sis2.name. See you soon!🎆🎆🎆
</div>
</div>
<<if not hasVisited("StoryPass13") && hasVisited("Sis2: 2-1") && $Time lte 2 && $scene is 0>><<button "Find <<nsis2>>, and head out">><<goto "StoryPass13">><<set $scene to 1>><</button>><<elseif not hasVisited("StoryPass13") && $Time gte 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should go earlier in the day tomorrow.</div><<elseif not hasVisited("StoryPass13") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<</if>>
<</if>>
<</if>>
/* DAss Texts */
<<if $tCurrent eq "DAss">>
<<set $tDAss to 0>>
<<if $dass.text gte 2>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Hey, it's $player.name.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hey!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
I had fun!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Ditto.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
We should do that again!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Soon!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Naughty. We definitely can!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
...
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I meant going out!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Oh, I know what you meant. I'll call you.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I meant going out!
</div>
</div>
<<if $dass.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
I had fun. We should make it a regular thing.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
We are NEVER doing that again!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
EVER!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
And here I thought it was a good time.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
What?
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Oh
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I meant doing it in the office.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
The other stuff was...
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Really fun.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
I'll call you soon. We can have more fun.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Ok.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I'll be waiting.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
By the way...
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
My boss said she loved the smell of your cum...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
What?!
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I couldn't clean it up.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
She didn't notice, thank god.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
But she said the office smelt different.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
And that it smelled really good.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Ok, that's fucking hot.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I liked the smell too, btw
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
💋
</div>
</div>
<</if>>
<</if>>
<</if>>
/* Coun1S Texts */
<<if $tCurrent eq "Coun1S">>
<<set $tCoun1S to 0>>
<</if>>
/* Coun1D Texts */
<<if $tCurrent eq "Coun1D">>
<<set $tCoun1D to 0>>
<<if $coun1d.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
My legs still feel like jelly
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
I aim to please.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
You're lucky you fucked me so good, I passed out
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Otherwise, a girl might get the wrong idea...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
I'm always willing to give you a repeat performance...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Make you feel special by poking your cervix with my cock.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Mmm, don't do that, I just took a shower.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
I don't want to have to change panties already.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Well you can't mention a shower and not show...
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/24.png")>><img src="images/Phone/Messages/Bubbles/Special/17.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/17.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/24.png"), $BackImg.pushUnique("images/Phone/Homescreens/24.png"), $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
So naughty...
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s4.png">
<div class="MsgSend">
Keep your phone handy. I'll be texting you soon.
</div>
</div>
<</if>>
<</if>>
/* HospAd Texts */
<<if $tCurrent eq "HospAd">>
<<set $tHospAd to 0>>
<<if $hospad.text gte 2>>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
Hey, it's $player.name.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r6.png">
<div class="MsgRec">
That was a good time. I'll make sure to call you, next time someone suggests yoga.
</div>
</div>
<</if>>
<</if>>
/* CommishS Texts */
<<if $tCurrent eq "CommishS">>
<<set $tCommishS to 0>>
<</if>>
/* BusiDS Texts */
<<if $tCurrent eq "BusiDS">>
<<set $tBusiDS to 0>>
<<if $busids.text gte 2>>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I had a really good time last night.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
I did too.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
I hope to get a repeat performance.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r4.png">
<div class="MsgRec">
A bit less of an emotional roller coaster would be good.
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
I can get behind that.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Speaking of getting behind things...
</div>
</div>
<div class="grid-item Bubble" align="right">
<<if $GallImg.includes("images/Phone/Gallery/23.png")>><img src="images/Phone/Messages/Bubbles/Special/16.png"><<else>><<link [img[images/Phone/Messages/Bubbles/Special/16.png]]>><<set $GallImg.pushUnique("images/Phone/Gallery/23.png"), $BackImg.pushUnique("images/Phone/Homescreens/23.png"), $ImgAm += 1>><<replace "#phone">><<GallerySelect>><</replace>><</link>><</if>>
<div class="MsgRec">
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s2.png">
<div class="MsgSend">
I'll be calling you soon.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
You better!
</div>
</div>
<<if $busids.text gte 3>>
<img style="width: 100%" src="images/Phone/Messages/Divider.png">
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r1.png">
<div class="MsgRec">
Hey!
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s1.png">
<div class="MsgSend">
Hey.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I know I said to call me
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
I wanted to thank you
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
I'm a bartender at the parched throat
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r2.png">
<div class="MsgRec">
You know it?
</div>
</div>
<div class="grid-item Bubble" align="left">
<img src="images/Phone/Messages/Bubbles/s3.png">
<div class="MsgSend">
Yeah, I didn't know you bartended there.
</div>
</div>
<div class="grid-item Bubble" align="right">
<img src="images/Phone/Messages/Bubbles/r3.png">
<div class="MsgRec">
Well, come by, and I'll get you a drink
</div>
</div>
<<if not hasVisited("BusiDS: 1-1") && $Time lte 3 && $scene is 0>><<button "Meet <<nbusids>> for a drink">><<goto "BusiDS: 1-1">><<set $scene to 1, $Time to 3>><</button>><<elseif not hasVisited("BusiDS: 1-1") && $Time gt 3>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should go earlier in the day tomorrow.</div><<elseif not hasVisited("BusiDS: 1-1") && $scene is 1>><div style="text-align: center; font-size: 16px; font-weight: bold; color: black;">I should finish what I'm doing first.</div><</if>>
<</if>>
<</if>>
<</if>>
</div>
<</nobr>><<nobr>>
<div class="Notifs">
<div class="grid-item">
<<if $NewCon eq 1>><img src="images/Phone/Apps/Con Notif.png"><</if>>
</div>
<div class="grid-item">
<<if $NewMes eq 1>><img src="images/Phone/Apps/Mes Notif.png"><</if>>
</div>
<div class="grid-item">
<<if $NewGal eq 1>><img src="images/Phone/Apps/Gal Notif.png"><</if>>
</div>
</div>
<</nobr>><<nobr>><<set $GallPg = 2, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 7>><div class="grid-item GImg"><<link [img[$GallImg[6]]]>><<replace "#phone">><<set $ImgCh to 6>><<include "GallSel2">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 8>><div class="grid-item GImg"><<link [img[$GallImg[7]]]>><<replace "#phone">><<set $ImgCh to 7>><<include "GallSel2">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 9>><div class="grid-item GImg"><<link [img[$GallImg[8]]]>><<replace "#phone">><<set $ImgCh to 8>><<include "GallSel2">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 10>><div class="grid-item GImg"><<link [img[$GallImg[9]]]>><<replace "#phone">><<set $ImgCh to 9>><<include "GallSel2">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 11>><div class="grid-item GImg"><<link [img[$GallImg[10]]]>><<replace "#phone">><<set $ImgCh to 10>><<include "GallSel2">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 12>><div class="grid-item GImg"><<link [img[$GallImg[11]]]>><<replace "#phone">><<set $ImgCh to 11>><<include "GallSel2">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery1">><</replace>><</link>></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item">
<<if $ImgAm gte 13>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery3">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<div class="grid-item GImg">[img[$GallImg[0]]]
</div>
<div class="grid-item GImg">[img[$GallImg[1]]]
</div>
<div class="grid-item GImg">[img[$GallImg[2]]]
</div>
<<if $ImgAm gte 4>>
<div class="grid-item GImg">[img[$GallImg[3]]]
</div><</if>>
<<if $ImgAm gte 5>>
<div class="grid-item GImg">[img[$GallImg[4]]]
</div><</if>>
<<if $ImgAm gte 6>>
<div class="grid-item GImg">[img[$GallImg[5]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<set $ImgSel to $ImgCh>><<replace "#phone">><<include "Gallery1">><</replace>><</link>><br>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery1">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><<set $GallPg = 1, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<div class="grid-item GImg"><<link [img[$GallImg[0]]]>><<replace "#phone">><<set $ImgCh to 0>><<include "GallSel1">><</replace>><</link>>
</div>
<div class="grid-item GImg"><<link [img[$GallImg[1]]]>><<replace "#phone">><<set $ImgCh to 1>><<include "GallSel1">><</replace>><</link>>
</div>
<div class="grid-item GImg"><<link [img[$GallImg[2]]]>><<replace "#phone">><<set $ImgCh to 2>><<include "GallSel1">><</replace>><</link>>
</div>
<<if $ImgAm gte 4>><div class="grid-item GImg"><<link [img[$GallImg[3]]]>><<replace "#phone">><<set $ImgCh to 3>><<include "GallSel1">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 5>><div class="grid-item GImg"><<link [img[$GallImg[4]]]>><<replace "#phone">><<set $ImgCh to 4>><<include "GallSel1">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 6>><div class="grid-item GImg"><<link [img[$GallImg[5]]]>><<replace "#phone">><<set $ImgCh to 5>><<include "GallSel1">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item">
<<if $ImgAm gte 7>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery2">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 7>>
<div class="grid-item GImg">[img[$GallImg[6]]]
</div><</if>>
<<if $ImgAm gte 8>>
<div class="grid-item GImg">[img[$GallImg[7]]]
</div><</if>>
<<if $ImgAm gte 9>>
<div class="grid-item GImg">[img[$GallImg[8]]]
</div><</if>>
<<if $ImgAm gte 10>>
<div class="grid-item GImg">[img[$GallImg[9]]]
</div><</if>>
<<if $ImgAm gte 11>>
<div class="grid-item GImg">[img[$GallImg[10]]]
</div><</if>>
<<if $ImgAm gte 12>>
<div class="grid-item GImg">[img[$GallImg[11]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<replace "#phone">><<set $ImgSel to $ImgCh>><<include "Gallery2">><</replace>><</link>>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery2">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><img @src="setup.ImagePath+'GrowF.png'" alt="Larger font" title="Larger font" class="fullscreenImg" style="top: 70px;" onclick="fontSize(1)">\
<img @src="setup.ImagePath+'ShrinkF.png'" alt="Smaller font" title="Smaller font" class="fullscreenImg" style="top: 100px;" onclick="fontSize(-1)">\
<img @src="setup.ImagePath+'ResetF.png'" alt="Reset font" title="Reset font" class="fullscreenImg" style="top: 130px;" onclick="fontReset(16)">\
<<if $Start eq 1>><<if $pov is "mc">><img class="tabimage" src="images/character icons/Player.png" height="175em" width="175em"><<elseif $pov is "cov1">><img class="tabimage" src="images/character icons/Cov1.png" height="175em" width="175em"><</if>>\
<<if $Named eq 1>><span class="bigtext"><<if $pov is "mc">>$player.name<<elseif $pov is "cov1">><<ncov1>><</if>></span><</if>><<nobr>>
<br>
<<if $Named eq 1>><<if $CharTab eq 1>>
<div class="chartabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Characters Icon.png]]</span></div>
<<elseif $CharTab eq 2>>
<div @class="$bChar ? 'chartabglow' : 'chartab'" title="Open the Character page" aria-label="Open the Character page"><<link [img[images/Menu/Characters Icon.png][Characters]]>><</link>></div><</if>>
<<if $InvTabActive eq 1>> <<if $InvTab eq 1>>
<div class="invtabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Inventory Icon.png]]</span></div>
<<elseif $InvTab eq 2>>
<div id="InvTabId" class="invtab" title="Open your inventory" aria-label="Open your inventory"><<link [img[images/Menu/Inventory Icon.png][Inventory]]>><</link>></div><</if>><</if>><</if>>
<<if $PowersTab eq 1>> <<if $PowTab eq 1>>
<div class="powtabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Powers Icon.png]]</span></div>
<<elseif $PowTab eq 2>>
<div @class="$bPow ? 'powtabglow' : 'powtab'" title="Open the Powers page" aria-label="Open the Powers page"><<link [img[images/Menu/Powers Icon.png][Powers]]>><</link>></div><</if>><</if>>
<<if $mCain eq 1>><<if $CainTab eq 1>>
<div class="caintabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Cain Icon.png]]</span></div>
<<elseif $CainTab eq 2>>
<div @class="$bCain ? 'caintabglow' : 'caintab'" title="Talk to Cain" aria-label="Talk to Cain"><<link [img[images/Menu/Cain Icon.png][Cain]]>><</link>></div><</if>><</if>>
<<if $Ach eq 1>><<if $AchTab eq 1>>
<div class="achtabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Achievements.png]]</span></div>
<<elseif $AchTab eq 2>>
<div id="AchTabId" class="achtab" title="Open the achievements page" aria-label="Open the achievements page"><<link [img[images/Menu/Achievements.png][Achievements]]>><</link>></div><</if>><</if>>
<<if $InfoTab eq 1>>
<div class="infotabblock" title="Progress to use this tab" aria-label="Progress to use this tab"><span class="tabsym">[img[images/Menu/Info Icon.png]]</span></div>
<<elseif $CharTab eq 2>>
<div class="infotab" title="Open the Information page" aria-label="Open the Information page"><<link [img[images/Menu/Info Icon.png][Information]]>><</link>></div><</if>>
<div @class="$bInfo ? 'savetabglow' : 'savetab'" title="Open the Save UI" aria-label="Open the Save UI"><<link [img[images/Menu/Save Icon.png][State.passage]]>><<script>>UI.saves()<</script>><</link>></div>
<div @class="$bInfo ? 'restartabglow' : 'restartab'" title="Restart the game" aria-label="Restart the game"><<link [img[images/Menu/Restart Icon.png][State.passage]]>><<script>>UI.restart()<</script>><</link>></div>
<</nobr>>
\
<<nobr>><div class="timemin"><img @src="'images/Time/'+($Time+5)+'.png'"></div>
<div class="weekdaymin"><<print $WeekMin[$Day]>></div>
<div class="timeofdaymin"><<print $TimeMin[$Time]>></div>
<div class="timeplace">
<img class="timebg" @src="'images/Time/'+$Time+'.png'">
<div class="timetext">
<<print $Week[$Day]>>
</div>
<div class="timeofday">
<div class="grid-item">
<<if $Time eq 0>>
<div class="timew">Morn</div>
<<else>>
<div class="timeg">Morn</div>
<</if>>
</div>
<div class="grid-item">
<<if $Time eq 1>>
<div class="timew">Noon</div>
<<else>>
<div class="timeg">Noon</div>
<</if>>
</div>
<div class="grid-item">
<<if $Time eq 2>>
<div class="timew">Aft</div>
<<else>>
<div class="timeg">Aft</div>
<</if>>
</div>
<div class="grid-item">
<<if $Time eq 3>>
<div class="timew">Eve</div>
<<else>>
<div class="timeg">Eve</div>
<</if>>
</div>
<div class="grid-item">
<<if $Time eq 4>>
<div class="timew">Mid</div>
<<else>>
<div class="timeg">Mid</div>
<</if>>
</div>
</div>
<br>
<</nobr>><</if>><span style="color: #CDCDCD; text-shadow: 0px 3px 1px #000000;">Chapter:</span>
<br>
<span class="centertext bigtext" style="color: #edd08a; text-shadow: 0px 3px 1px #000000;"><<chapter>></span>
<br>
<br>
<div class="rightsidegrid">
<div class="grid-item"><span class="daysplayedtext">Day:</span></div><div class="grid-item"><span class="daysplayedtext">$DaysPlayed</span></div>
<div class="grid-item"><span class="cashtext">Funds:</span></div><div class="grid-item"><span class="cashtext"><<print "$">>$player.cash</span></div>
</div>
<br>
<<if $inv.text.includes("Phone")>>
<div id="phone"><<include "PhoneMain">></div>
<</if>>
<<if $inv.text.includes("Phone")>>
<span class="phonemin">[img[images/Phone/Sidebar/Phone.png]]</span>
<<if $NewGal eq 1>><span class="newgalmin"><img src="images/Phone/Apps/Gal Notif.png"></span><<else>><</if>>
<<if $NewMes eq 1>> <span class="newmesmin"><img src="images/Phone/Apps/Mes Notif.png"></span><</if>>
<<if $NewCon eq 1>> <span class="newconmin"><img src="images/Phone/Apps/Con Notif.png"></span><</if>>
<</if>>
<br>
<<if $cvers !== $svers>>
<span class="verror">[img[images/Menu/Error.png]]</span>
<</if>>
<br>
<<include "version">>
<br>
<br>
<<include "CainWalkthroughCondensed">><<widget "chapter">><<nobr>>
<<if $chapter is 0>>Prologue
<<elseif $chapter is 1>>Act 1
<<elseif $chapter is 2>>Act 2
<</if>><</nobr>><</widget>>
<<widget "messagephone">>
<<run State.setVar(''+_args[0], 0)>> /* Builds $t+Kira, sets it to 0 */
<<set $tCurrent to _args[0]>>
<<replace "#phone">><<include "MsgText">><</replace>>
<</widget>>
<<widget "time">><<nobr>>
<<if $Time gte 5>>
<<set $Time = 0>>
<<set $Day +=1>>
<<set $DaysPlayed += 1>>
<<if $Day gte 7>>
<<set $Day = 0>>
<</if>>
<</if>>
<</nobr>><</widget>>
<<widget "day">><<nobr>>
<<set $Day += 1>>
<<set $DaysPlayed += 1>>
<<if $Day gte 7>>
<<set $Day = 0>>
<<set $player.cash = $player.cash + ($player.workdays * 15)>> /* Payments per day worked */
<<if $player.cosplay is 1 && hasVisited("Side1-6")>> /* Payments once cosplay girls set up */
<<set $player.cash += 50>>
<<elseif $player.cosplay is 2 && hasVisited("Side1-6")>>
<<set $player.cash = $player.cash + (random(0, 10) * 10)>>
<</if>>
<<if hasVisited("BankW: 3-2")>> /* Payments per Charlotte fuck, max 7 */
<<if $bankm.cuck gt 7>><<set $bankm.cuck to 7>><</if>>
<<set $player.cash = $player.cash + ($bankm.cuck * 15)>>
<<set $bankm.cuck to 0>>
<</if>>
<<set $player.workdays to 0>>
<</if>>
<<set $Time = 0>>
<<for _key, _value range $event>>
<<set $event[_key] += 1>>
<</for>>
<</nobr>><</widget>>
<<widget "invadd">>
<<set $inv.image.pushUnique("images/Inventory/" + _args[0] + ".png")>>
<<set $inv.text.pushUnique(_args[0])>>
<</widget>>
<<widget "invkeyadd">>
<<set $inv.keys.pushUnique("images/Inventory/" + _args[0] + ".png")>>
<<set $inv.keystext.pushUnique(_args[0])>>
<</widget>>
<<widget "invdel">>
<<set $inv.image.deleteFirst("images/Inventory/" + _args[0] + ".png")>>
<<set $inv.text.deleteFirst(_args[0])>>
<</widget>>
<<widget "invkeydel">>
<<set $inv.keys.deleteFirst("images/Inventory/" + _args[0] + ".png")>>
<<set $inv.keystext.deleteFirst(_args[0])>>
<</widget>>
<<widget "SleepAltLoc">>
<<if $set.wake is 1 && (previous() is "BankW_Sleep" || previous() is "BankC_Sleep") &&
(passage() is "BankW" ||
passage() is "Apartment" ||
passage() is "StoryPass16" ||
passage() is "StoryPass19")>>
<<time>><<day>>
<</if>>
<</widget>>
<<widget "GallerySelect">><<nobr>>
<<if $ImgAm lte 6>>
<<include "Gallery1">>
<<elseif $ImgAm lte 12>>
<<include "Gallery2">>
<<elseif $ImgAm lte 18>>
<<include "Gallery3">>
<<elseif $ImgAm lte 24>>
<<include "Gallery4">>
<<elseif $ImgAm lte 30>>
<<include "Gallery5">>
<<elseif $ImgAm lte 36>>
<<include "Gallery6">>
<</if>>
<</nobr>><</widget>>
<<widget "MainGallerySelect">><<nobr>>
<<if $GallPg eq 1>>
<<include "Gallery1">>
<<elseif $GallPg eq 2>>
<<include "Gallery2">>
<<elseif $GallPg eq 3>>
<<include "Gallery3">>
<<elseif $GallPg eq 4>>
<<include "Gallery4">>
<<elseif $GallPg eq 5>>
<<include "Gallery5">>
<<elseif $GallPg eq 6>>
<<include "Gallery6">>
<</if>>
<</nobr>><</widget>>
<<widget "Button">><<nobr>> <!-- Button to go to next passage -->
<div class="centertextbut">
<<set _link to "<<ilink '" + _args[0] + "' '' '" + _args[2] + "' '" + _args[1] + "'>><<set " + _args[3] + ">><</ilink>>" >>
<<= _link>>
<span class="imgbut"><img @src="'images/Menu/Passage/'+ _args[2] +'.png'"></span>
</div>
<</nobr>><</widget>>
<<widget "OButton">><<nobr>> <!-- Don't use anymore, it's for pre-coven meeting -->
<<if $cvers === $svers>>
<div class="centertextbut">
<<set _link to "<<ilink '" + _args[0] + "' '' '" + _args[2] + "' '" + _args[1] + "'>><<set " + _args[3] + ">><</ilink>>" >>
<<= _link>>
<span class="imgbut"><img @src="'images/Menu/Passage/'+ _args[2] +'.png'"></span>
</div>
<</if>>
<</nobr>><</widget>>
<<widget "SButton">><<nobr>> <!-- Will only work post coven meeting -->
<<if $cvers === $svers && $player.prog gte 5>>
<div class="centertextbut">
<<set _link to "<<ilink '" + _args[0] + "' '' '" + _args[2] + "' '" + _args[1] + "'>><<set " + _args[3] + ", $scene to 1>><</ilink>>" >>
<<= _link>>
<span class="imgbut"><img @src="'images/Menu/Passage/'+ _args[2] +'.png'"></span>
</div>
<</if>>
<</nobr>><</widget>>
<<widget "RButton">><<nobr>>
<div class="centertextbut">
<<set _link to "<<ilink '" + _args[0] + "' '' '" + _args[2] + "' '" + _args[1] + "'>><<set " + _args[3] + ">><</ilink>>" >>
<<= _link>>
<span class="imgbutreplay"><img @src="'images/Menu/Passage/'+ _args[2] +'.png'" height="28" width="28"></span>
</div>
<</nobr>><</widget>>
<<widget "RButtonC">><<nobr>>
<div class="centertextbut"><a class="replayscenebtC" data-setter="_args[2]" @data-passage="_args[1]">_args[0]</a><span class="imgbutreplay"><img @src="'images/Menu/Passage/.replayscenebt.png'" height="28" width="28"></span></div>
<</nobr>><</widget>>
<<widget "Wait">>
<<if $svers === $cvers>><<if $Time gte 4>><div class="centertext"><a class="timebtX">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><<else>><div class="centertext"><a class="timebt" data-setter="$Time += 1" @data-passage="_args[0]">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><</if>><<else>><<hovertip 'Update Game!'>><div class="centertext"><a class="timebtX">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><</hovertip>><</if>><</widget>>
<<widget "SWait">>
<<if $Time gte 4>><div class="centertext"><a class="timebtX">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><<else>><div class="centertext"><a class="timebt" data-setter="$Time += 1, $scene to 1" @data-passage="_args[0]">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><</if>><</widget>>
<<widget "ClosedWait">>
<div class="centertext"><a class="timebt" @data-passage="_args[0]">Wait<div class="imgbutsmaller"><img src="images/Menu/Passage/.wait.png" height="28" width="28"></div></a></div><</widget>>
<<widget "Sleep">>
<<if $svers === $cvers>><div class="centertext"><a class="timebt" @data-passage="_args[0]">Sleep<div class="imgbutsmaller"><img src="images/Menu/Passage/.sleep.png" height="28" width="28"></div></a></div><<else>><<hovertip 'Update Game!'>><div class="centertext"><a class="timebtX">Sleep<div class="imgbutsmaller"><img src="images/Menu/Passage/.sleep.png" height="28" width="28"></div></a></div><</hovertip>><</if>><</widget>>
<<widget "linebreak">><br><div style="text-align: center;">--------------------------------------------------------------</div><br><</widget>><<if $Named eq 1>>[[Characters]]<</if>>
<<if $InvTabActive eq 1>>[[Inventory]]<</if>>
<<if $PowersTab eq 1>>[[Powers]]<</if>>
<<if $mCain eq 1>>[[Cain][$CWT to "main"]]<</if>>
<<if $Ach eq 1>>[[Achievements]]<</if>>
<<if $Start eq 1>>[[Information]]<</if>>
<<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: rgba(15, 18, 20, 0.4);
left: 0%;
max-width: 70%;
}
</style>
<</nobr>>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<<if $f is 0>><div class="caingrid">
<div class="caingridtext">@@.delayed;<<include "CainHints">>@@</div>
<div><img class="CainFade" src="images/Characters/Misc/Cain Trans.png"></div>
</div>
<<else>><div class="caingrid">
<div class="caingridtextWT" id="cainhints"><<include "CainWalkthrough">></div>
<div><img class="CainFade" src="images/Characters/Misc/Cain Trans.png"></div>
</div>
<</if>>
<<set $bCain to false>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><</nobr>>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<div class="achgrid"><div class="achgriditem"><<if $A01 eq 0>><div class="achimg"><img class="achimg" src="images/Achievements/01l.png"></div><<else>><div class="achimg"><<link [img[images/Achievements/01.png]]>>
<<set Dialog.setup("Achievement Unlocked")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Achievements/01.png">\
<h3>Promised Land</h3>\
You finished the tutorial, and entered the sandbox.
Unlock other achievements for rewards.`)>>
<<set Dialog.open()>>
<</link>>
<h3>Promised Land</h3>
</div><</if>></div>\
\
\<div class="achgriditem"><<if $A02 eq 0>><div class="achimg"><img class="achimg" src="images/Achievements/02l.png">
<h3>???</h3></div>
<<else>><div class="achimg"><<link [img[images/Achievements/02.png]]>>
<<set Dialog.setup("Achievement Unlocked")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Achievements/02.png"><h3>Sharp Dressed Woman</h3>
Complete the Dress for Success side mission!
$100 was added to your cash.`)>>
<<set Dialog.open()>>
<</link>>
<h3>Sharp Dressed Woman</h3>
</div><</if>></div>\
\
</div>
<<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<<if $player.spells gte 1>><br>
<div class="spellsmessagegrid">
<<message 'Spells' 'spellsmes'>>
<div class="inventorygrid">
<<if $inv.bankwkey is 1>>
<div class="spellsmessageitem"><img class="inventoryimg" src="images/Inventory/Charlotte House Key.png"></div>
<div class="spellsmessageitemtext"><span><<nbankw>>'s House Key</span></div>
<<else>>
<div class="spellsmessageitem"></div>
<div class="spellsmessageitemtext"></div>
<</if>>
<<if $inv.collkey is 1>>
<div class="spellsmessageitem"><img class="inventoryimg" src="images/Inventory/College Keys.png"></div>
<div class="spellsmessageitemtext"><span>College Keys</span></div>
<<else>>
<div class="spellsmessageitem"></div>
<div class="spellsmessageitemtext"></div>
<</if>>
<div class="spellsmessageitem"></div>
<div class="spellsmessageitemtext"></div>
<div class="spellsmessageitem"></div>
<div class="spellsmessageitemtext"></div>
<div class="spellsmessageitem"></div>
<div class="spellsmessageitemtext"></div>
</div>
<</message>></div><</if>>
<br>
<<include "LustLevel">>
<br>
<<include "GreedLevel">>
<br>
<<include "PrideLevel">>
<br>
<<include "WrathLevel">>
<br>
<<include "GluttonyLevel">>
<br>
<<include "EnvyLevel">>
<br>
<<include "SlothLevel">><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<br>
<br>
<div class="charmessagegrid">
<div class="charmessageitem"><h2>Player: <<textbox "$player.name" $player.name>> <<textbox "$player.last" $player.last>></h2></div></div>
<br>
<div class="charmessagegrid">
<div class="charmessageitem"><<message 'House' 'fammes'>>
<<if $mom1.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Landladies/M01.png"></div>
<div class="chargrid2"><span class="Mom1Text"><h2><<textbox "$mom1.name" $mom1.name>> $player.last</h2></span></div>
<div class="chargrid3"><<if $fet.inc is 1>>My mother. Her and <<nmom2>> wanted children, so <<nmom1>> got a sperm donor, and my sisters and I came into existance. She's the one that actually cares about me, unlike her wife. Although she's highly intelligent, being the head of the English department at the college, she's also a bit of a ditz. Still I love her.
<<else>>My landlady. She's actually my adopted mother, but it's a joke we have. Her and <<nmom2>> wanted children, so <<nmom1>> got a sperm donor, and my sisters came into existance. What <<nmom2>> didn't expect was for <<nmom1>> to suddenly want to adopt me. No idea why, but she's the one that actually cares about me, unlike her wife. Although she's highly intelligent, being the head of the English department at the college, she's also a bit of a ditz. Still I love her.
<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$mom1.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Head of English department at Livington College</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Landladies/M01L.png"></div>
<div class="chargrid2"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $mom2.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Landladies/D01.png"></div>
<div class="chargrid2"><span class="Mom2Text"><h2><<textbox "$mom2.name" $mom2.name>> $player.last</h2></span></div>
<div class="chargrid3"><<if $fet.inc is 1>>Some would describe <<nmom2>> as my mother, I would never. While <<nmom2>> clearly loves my sisters, she's never shown any sort of love or even warmth to me. However, she's done a fairly good job at hiding her disdain for me. I never found out why she doesn't like me so much, but I attribute it to her being a feminist, and only wanting girls. I guess someone should have told her the chances were 50%.
<<else>><<nmom1>>'s wife. It's very clear that she just went along with <<nmom1>>'s decision to adopt me. She clearly hates me, and doesn't trust me, although I don't know why. I've never done anything to harm her or her family, but that doesn't change anything. <<nsis1>> has told me it just comes down to her not liking men.
<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$mom2.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Manager of Livington Borderlands branch</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Landladies/D01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>$mom2.name $player.last</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sis1.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 1/01.png"></div>
<div class="chargrid2"><span class="Sis1Text"><h2><<textbox "$sis1.name" $sis1.name>> $player.last</h2></span></div>
<div class="chargrid3"><<if $fet.inc is 1>>My older sister. She's 23 years old, and more on the serious side. We get along well enough, although it's clear that she doesn't like my laid back attitude. <<nsis1>> is very work oriented, and is planning on following <<nmom2>>'s footsteps, as she started working at her import and exporting business, Borderlands.
<<else>>The eldest daughter of <<nmom1>> and <<nmom2>>, at 23 years old. She's a bit on the serious side. We get along well enough, although it's clear that she doesn't like my laid back attitude. <<nsis1>> is very work oriented, and is planning on following <<nmom2>>'s footsteps, as she started working at her import and exporting business, Borderlands.
<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sis1.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Office worker at Livington Borderlands Branch</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 1/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>$sis1.name $player.last</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sis2.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 2/01.png"></div>
<div class="chargrid2"><span class="Sis2Text"><h2><<textbox "$sis2.name" $sis2.name>> $player.last</h2></span></div>
<div class="chargrid3"><<if $fet.inc is 1>>My younger sister, at 20 years old. She would consider herself to be the black sheep of the family, although we get along the best. We both have a similar sense of humor, and while I'm not as into her aesthetic, I can appreciate it. She's a bit of a brat, and likes to push the boundaries that <<nmom1>> or <<nmom2>> like to set for her.
<<else>>The middle daughter of <<nmom1>> and <<nmom2>>, at 20 years old. She would consider herself to be the black sheep of her family, although we get along the best. We both have a similar sense of humor, and while I'm not as into her aesthetic, I can appreciate it. She's a bit of a brat, and likes to push the boundaries that <<nmom1>> or <<nmom2>> like to set for her.
<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sis2.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 2/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>$sis2.name $player.last</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sis3.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 3/01.png"></div>
<div class="chargrid2"><span class="Sis3Text"><h2><<textbox "$sis3.name" $sis3.name>> $player.last</h2></span></div>
<div class="chargrid3"><<if $fet.inc is 1>>My youngest sister, at 18 years old. She just finished high school, and is planning on going to school to be a pharmacist or something like that. You wouldn't expect it based on her career path, but <<nsis3>> is a very girly girl. She likes to consider herself the princess of the house. That would be annoying, if she wasn't also incredibly sweet and kind. As such, we tend to agree with her, and she gets spoiled by all of us.
<<else>>The youngest daughter of <<nmom1>> and <<nmom2>>, at 18 years old. She just finished high school, and is planning on going to school to be a pharmacist or something like that. You wouldn't expect it based on her career path, but <<nsis3>> is a very girly girl. She likes to consider herself the princess of the house. That would be annoying, if she wasn't also incredibly sweet and kind. Because of that, I view her a lot like a little sister.
<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sis3.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">A student at Livington College</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/House/Roommate 3/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>$sis3.name $player.last</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>>
<</message>></div></div>
<br>
<div class="charmessagegrid">
<div class="charmessageitem"><<message 'Town' 'townmes'>>
<<if $comb.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Comic Store/Owner/01.png"></div>
<div class="chargrid2"><span class="ComBText"><h2><<textbox "$comb.name" $comb.name>> Green</h2></span></div>
<div class="chargrid3">My boss at the comic book store that I work at, SplashArt Comics. I'll be honest, I think she's a great boss. Not because she's highly intellegent, which she is. Not because she's very nice, which, again, she is. But because she's insanely attractive, and she knows it. If it wasn't for her, SplashArt would have closed down. But she knows the store fills up because all the nerds flock to make goo-goo eyes at her. She is the reason why I've made any money these past few years.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$comb.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Owns SplashArt comics</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Comic Store/Owner/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $bankc.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/01.png"></div>
<div class="chargrid2"><span class="BankCText"><h2><<textbox "$bankc.name" $bankc.name>> Ellis</h2></span></div>
<div class="chargrid3">The cashier at Livington bank. We've only met recently, but she clearly likes me a lot<<if not $bankc.scene.includes(1)>>, which is very confusing to her, considering she's a lesbian. But hey, don't tell her girlfriend about me!<<else>>.<</if>></div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$bankc.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Bank teller at Livington bank</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $bankgf.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/GF/01.png"></div>
<div class="chargrid2"><span class="BankGFText"><h2><<textbox "$bankgf.name" $bankgf.name>> <<if $bankgf.wed is 0>>Amin<<else>>Ellis<</if>></h2></span></div>
<div class="chargrid3"><<nbankc>>s fiancee. A lesbian through and through, and a great candidate for a future cumslut. She doesn't know that yet, but she'll learn.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$bankgf.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/GF/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $bankw.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Wife/01.png"></div>
<div class="chargrid2"><span class="BankWText"><h2><<textbox "$bankw.name" $bankw.name>> Harding</h2></span></div>
<div class="chargrid3">The wife of the Livington bank manager, Jasper Harding. Me and her have a great relationship, one that we share with her husband. Well, he shares her with me. Well, he doesn't partake anymore, so I guess it wouldn't be called sharing. </div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$bankw.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Customer service representative at Livington bank</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Bank/Wife/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sub2.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub2/01.png"></div>
<div class="chargrid2"><span style="color:#ff905c"><h2><<textbox "$sub2.name" $sub2.name>> Barnett</h2></span></div>
<div class="chargrid3"><<nbankw>>s friend. I've only met her once, but she seemed more than interested in me.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sub2.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub2/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sub3.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub3/01.png"></div>
<div class="chargrid2"><span style="color:#ff5f5c"><h2><<textbox "$sub3.name" $sub3.name>> Arellano</h2></span></div>
<div class="chargrid3"><<nbankw>>s friend. I met her at a BBQ, and boy of boy did she seem interested. Her husband, less so, but who cares about him?</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sub3.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub3/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sub1.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/01.png"></div>
<div class="chargrid2"><span class="Sub1Text"><h2><<textbox "$sub1.name" $sub1.name>> Casey</h2></span></div>
<div class="chargrid3"><<nsis3>>s best friend for basically her whole life, which makes sense, considering how alike they are. As a result, I've always had a crush on her, especially considering how beautiful she is.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sub1.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $sub1m.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/Mom/01.png"></div>
<div class="chargrid2"><span class="Sub1MText"><h2><<textbox "$sub1m.name" $sub1m.name>> Casey</h2></span></div>
<div class="chargrid3"><<nsub1>>s mother. A woman I have shot many ropes of cum to in my teenage years. However, on our last meeting, she seems to have liked what she saw, even without Adonis.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$sub1m.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/Mom/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $assw.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/01.png"></div>
<div class="chargrid2"><h2><<textbox "$assw.name" $assw.name>> <span class="AssWText">Monroe</span></h2></div>
<div class="chargrid3">The assistant to the manager at Borderlands. We've only met briefly, but those fuck-me eyes spoke a detailed story of future events. And what kind of man would I be to deny her that?</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$assw.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Personal Assistant to the Manager of Borderlands</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $asswgf.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/00.png"></div>
<div class="chargrid2"><span class="AssWGFText"><h2><<textbox "$asswgf.name" $asswgf.name>> West</h2></span></div>
<div class="chargrid3"><<nassw>>'s friend. I met her at... Well, it was an impromptu meeting, but we had some fun.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$asswbfsis1.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/00L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $asswbfsis1.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/01.png"></div>
<div class="chargrid2"><span style="color: #42f5d4"><h2><<textbox "$asswbfsis1.name" $asswbfsis1.name>> Hudson</h2></span></div>
<div class="chargrid3">The sister of <<nasswgf>>s boyfriend. I met her solely because I'm starting to believe <<nasswgf>> is just as crazy as <<nassw>>. But both are crazy hot as well, so who are we to spit at what fate brings us?</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$asswbfsis1.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $busid.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/BusiD/01.png"></div>
<div class="chargrid2"><span class="BusiDText"><h2><<textbox "$busid.name" $busid.name>> Solis</h2></span></div>
<div class="chargrid3">The Priestess of Wrath. She works at the hospital. Not a doctor or anything. She seemed nice, but apperently <<ncain>> is convinced she's a devil.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$busid.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Patient Care Associate at Livington Mass</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/BusiD/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $busids.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/BusiD/Sister/01.png"></div>
<div class="chargrid2"><span style="color: #80ff91;"><h2><<textbox "$busids.name" $busids.name>> Contreras</h2></span></div>
<div class="chargrid3">The half sister to the Priestess of Wrath. Our meeting was definitely interesting, and I promised to help her get back at her family. That it would help me manifest Wrath is also a nice bonus.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$busids.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/BusiD/Sister/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $hospad.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/HospAd/01.png"></div>
<div class="chargrid2"><span class="HospAdText"><h2><<textbox "$hospad.name" $hospad.name>> Whitteker</h2></span></div>
<div class="chargrid3">Met her at the Parched Throat. She works high up in the hospital, as an administrator.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$hospad.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Head Administrator at Livington Mass</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Hospital/HospAd/01L.png"></div>
<div class="chargrid2" style="justify-content: center; padding-left:0em;"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>>
<</message>></div></div>
<br>
<<if hasVisited("ManifestSin: Pride2")>><div class="charmessagegrid">
<div class="charmessageitem"><<message 'College' 'colmes'>>
<<if $dean.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/College/Dean/01.png"></div>
<div class="chargrid2"><span class="DeanText"><h2><<textbox "$dean.name" $dean.name>> Lambert</h2></span></div>
<div class="chargrid3">According to my research, this woman has made a lot of great decisions in life, leading to an excess of wealth, good looks, and Pride. As such, she has become a priestess of Pride.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$dean.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Dean of Livington College</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/College/Dean/01L.png"></div>
<div class="chargrid2"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $dass.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/College/DAss/01.png"></div>
<div class="chargrid2"><span class="DAssText"><h2><<textbox "$dass.name" $dass.name>> Reyes</h2></span></div>
<div class="chargrid3">From what I heard, <<ndass>> was a very promising, assertive woman. However, since she began working for <<ndean>>, she has become more passive. Clearly the effects of the priestess of Pride. Something I can definitely work with.</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$dass.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Assistant to Dean of Livington College</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/College/DAss/01L.png"></div>
<div class="chargrid2"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<if $coun1d.met eq 1>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01.png"></div>
<div class="chargrid2"><span style="color: #cd82ff;"><h2><<textbox "$coun1d.name" $coun1d.name>> Lee</h2></span></div>
<div class="chargrid3">The daughter of councillor Lee. Not exactly part of the plan, but meeting her definitely helped me towards manifesting Pride. And it was fun as well</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">$coun1d.sub</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01L.png"></div>
<div class="chargrid2"><h2>???</h2></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>???</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>???</h2></div>
<div class="chargrid7">???</div>
</div>
<</if>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>>
<</message>></div></div>
<br><</if>>
<<if $cov1.met eq 1>>
<div class="charmessagegrid">
<div class="charmessageitem"><<message 'Coven' 'covmes'>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Coven/Lead/01.png"></div>
<div class="chargrid2"><span class="Cov1Text"><h2><<textbox "$cov1.name" $cov1.name>> Lowell</h2></span></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Coven/Bruise/01.png"></div>
<div class="chargrid2"><span class="Cov2Text"><h2><<textbox "$cov2.name" $cov2.name>> Frey</h2></span></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Coven/Ass/01.png"></div>
<div class="chargrid2"><span class="Cov3Text"><h2><<textbox "$cov3.name" $cov3.name>> Perriot</h2></span></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<if $cov4.met is 0>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Coven/Count/01L.png"></div>
<div class="chargrid2"><span class="Cov4Text"><h2>???</h2></span></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">???</div>
</div>
<<else>>
<div class="chargrid">
<div class="chargrid1"><img class="chargridimg" src="images/Characters/Town/Coven/Count/01.png"></div>
<div class="chargrid2"><span class="Cov4Text"><h2><<textbox "$cov4.name" $cov4.name>> Watson</h2></span></div>
<div class="chargrid3">???</div>
<div class="chargrid4"><h2>Submission</h2></div>
<div class="chargrid5">???</div>
<div class="chargrid6"><h2>Job</h2></div>
<div class="chargrid7">Cashier at Hardware Store</div>
</div>
<</if>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>>
<</message>></div></div><</if>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<<if $DNC != $sis1.name>>
<<set $inv.text.deleteFirst($DNC+"s panties")>>
<<set $inv.text.pushUnique($sis1.name+"s panties")>>
<<set $DNC to $sis1.name>>
<</if>>
@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<div style="text-align: center"><h1>Inventory</h1></div>
<div class="cashtext" style="text-align: center;">Funds: <<print "$">>$player.cash</div>
<br>
<div class="keysmessagegrid">
<<message 'Keys' 'keysmes'>>
<div class="inventorygrid">
<div class="inventoryitem"><<if def $inv.keys[0]>><img class="inventoryimg" @src='$inv.keys[0]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.keystext[0]>>$inv.keystext[0]<</if>></div>
<div class="inventoryitem"><<if def $inv.keys[1]>><img class="inventoryimg" @src='$inv.keys[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.keystext[1]>>$inv.keystext[1]<</if>></div>
<div class="inventoryitem"><<if def $inv.keys[2]>><img class="inventoryimg" @src='$inv.keys[2]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.keystext[2]>>$inv.keystext[2]<</if>></div>
<div class="inventoryitem"><<if def $inv.keys[3]>><img class="inventoryimg" @src='$inv.keys[3]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.keystext[3]>>$inv.keystext[3]<</if>></div>
<div class="inventoryitem"><<if def $inv.keys[4]>><img class="inventoryimg" @src='$inv.keys[4]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.keystext[4]>>$inv.keystext[4]<</if>></div>
</div>
<</message>></div>
<div class="inventorygrid">
<div class="inventoryitem"><<if def $inv.image[0]>><img class="inventoryimg" @src='$inv.image[0]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[0]>>$inv.text[0]<</if>></div>
<<if $player.lust is 9 || ($player.lust gte 12 && lastVisited("StoryPass12") gt 1)>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<<elseif $player.lust is 10>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" style="filter: brightness(90%) grayscale(20%)" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<<elseif $player.lust is 11>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" style="filter: brightness(80%) grayscale(40%)" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<<elseif $player.lust is 12>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" style="filter: brightness(70%) grayscale(60%)" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<<elseif $player.lust gt 12>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" style="filter: brightness(60%) grayscale(80%)" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<<else>>
<div class="inventoryitem"><<if def $inv.image[1]>><img class="inventoryimg" @src='$inv.image[1]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[1]>>$inv.text[1]<</if>></div>
<</if>>
<div class="inventoryitem"><<if def $inv.image[2]>><img class="inventoryimg" @src='$inv.image[2]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[2]>>$inv.text[2]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[3]>><img class="inventoryimg" @src='$inv.image[3]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[3]>>$inv.text[3]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[4]>><img class="inventoryimg" @src='$inv.image[4]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[4]>>$inv.text[4]<</if>></div>
</div>
<div class="inventorygrid">
<div class="inventoryitem"><<if def $inv.image[5]>><img class="inventoryimg" @src='$inv.image[5]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[5]>>$inv.text[5]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[6]>><img class="inventoryimg" @src='$inv.image[6]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[6]>>$inv.text[6]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[7]>><img class="inventoryimg" @src='$inv.image[7]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[7]>>$inv.text[7]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[8]>><img class="inventoryimg" @src='$inv.image[8]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[8]>>$inv.text[8]<</if>></div>
<div class="inventoryitem"><<if def $inv.image[9]>><img class="inventoryimg" @src='$inv.image[9]'><</if>></div>
<div class="inventoryitemtext"><<if def $inv.text[9]>>$inv.text[9]<</if>></div>
</div> TO ADD A BUTTON
<<Button "Arg1" "Arg2" "Arg3">>
Arg1: Title of the passage the button will lead to
Arg2: Text that will show up on the button
Arg3: The type of button. (main, side, control, cain, fetish)
TO ADD AN IMAGE TO THE PHONE
<<set $GallImg.pushUnique("images/Phone/Gallery/0.png")>>
<<set $BackImg.pushUnique("images/Phone/Homescreens/2.png")>>
<<set $NewGal to 1>>
<<set $ImgAm += 1>>
The first one adds the image to the gallery, the second one adds it as the option to the background image. Make sure to get the correct ones.
$NewGal is the notification on the phone
$ImgAm is the amount of images in the gallery. If you don't add one, the new image just won't show up in the gallery, even if it's in the array
<<Button 'Text on the button' 'Passage to go to' 'Type of button (Main, Side, Sin)' 'Variable to change'>>
<<ilink 'title' '#id' '.class' passage>><</ilink>>
@@.controlR;<<linkreplace "<span class='imgbutR'><img src='images/Menu/Passage/.control.png'></span>Text in the button">>
$NewCon to 1 for a new contact
$NewMes to 1 for new text
$NewGal to 1 for new gallery image
ACHIEVEMENT NOTIFICATION
Make if statement checking for $A0# to be 1, then set it to 2 in if statement so it only appears once.
<nobr><<notify 3s>><div class="achnotif">
<div class="item1">Achievement unlocked!</div>
<br>
<div class="item2">[img[images/Achievements/02.png][Achievements]]</div>
</div><</notify>></nobr>
UPDATE VERSION FOR PLAYERS
Open javascript, and change the version number at the top to something else. That will update the variable $cvers, which tells the game what version is open. That will check it against $svers, which is the version the save is running on. If mismatched, it will tell the player to go the their room, and then an update will be available. Check the passage version, which will add or change any variable to update the game.<<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>><div class="redtextcenter" style="font-weight: bolder; font-size: 4em;">DISCLAIMER</div>
<div class="centertext" style="font-weight: bold; font-size: 1.5em;">This work of fiction contains adult themes and is not suited for people under 18. Characters engaged in sexual conduct in any way, shape, or form are considered adults.
Are you 18+?</div>
<<Button 'Yes I am' 'TitleScreen' '.ybut' '$f to 1'>>
<<Button 'No Im not' 'CloseStory' '.nbut' '$f to 1'>><img src="images/Menu/Title.png" style="width: 100%">
<div style="text-align: center;">Forsaken Throne is a game that follows the story of a young man that is suddenly thrown into a world he's only ever imagined about. Handed the reigns to a power unseen in centuries, he has to find a way to control the world around him, so it doesn't collapse.</div>
<div style="text-align: center;">This story involves heavy themes of Domination, Mind Control, and Cuckoldry (Player cuckolds others).</div>
<div style="text-align: center;">If this is your first play through, it's recommended to go through the intro, to get the backstory. Otherwise, if you would like to get right into the action, just skip it!</div>
<<Button 'Start the game' 'Intro1' '.main' '$Start to 1'>>
<<Button 'Fetish Controls' 'StartFetishControl' '.harem' '$f to 1'>>
<<Button 'Skip the Intro' 'Intro4' '.contbut' '$Skip to 1, $comb.percent += 1, $comb.met to 1'>><<script>>window.close()<</script>><img class="leftimg" src="images/Characters/MC/01.png">\
<<set $Time to 4>>\
The entire day was just a blur.
It was standard in basically every way. I woke up, headed to work, went to the gym. But still, I couldn't quite... shake the feeling. In fact, as the day wore on, it just got worse and worse. I couldn't even explain what it was like, because... How do you explain the feeling of feeling uncomfortable in your own skin. As if my mind was an invading virus, and my body was rejecting it.
And worse yet, it was like something else was responsible. Changing my body, pulling me out. For what?
It was hard to rationalize it all day as some sort of mental illness. Maybe I had some sort of early onset schizophrenia. It wouldn't have been a nice thought, but the explanation would have been some comfort. At least I had the movement of everyday life to take my mind off of it, as much as it could. I dreaded having to go to bed, and having to stew in my own thoughts, and this disgusting sensation.
Yet, when I touched my bed, ready to climb in, the sensation just... stopped. Like a switch was flipped. Inversely, the feeling was nice, but I felt the explanation as to why would not be good. Either way, I was able to close my eyes, and get a good nights sleep. I hoped.
<<Button 'Sweet dreams...?' 'Intro2' '.contbut' '$f to 1'>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Return|$return]]@@
<span class="centertext"><h1>Game Information</h1></span>
<<Button 'Game Information' 'ModelInfo' '.contbut' '$f to 1'>>
<<Button 'Fetish Controls' 'FetishControls' '.contbut' '$f to 1'>>
<<Button 'Changelog' 'Changelog' '.contbut' '$f to 1'>>
<<if $ButInf eq 1>><<Button 'Button Information' 'ButtonLegend' '.contbut' '$f to 1'>><</if>>
<<Button 'Credits' 'Credits' '.contbut' '$f to 1'>>/*
<<button 'Export the data'>><<export $fanedition 'fanedition' 'base64'>><</button>>
<<button 'Import the data'>><<import '$fanedition' 'base64' 'Import Saved Data'>><</button>>*/<<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>><table id="InfoTable" width=100%><tr><td>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Back to Story|$return]]@@</td><td></td><td><<Button 'Return' 'Information' '.return2' '$f to 1'>></td></tr></table>
<br>
<div style="text-align: center; font-weight: bold; font-size: 1.5em;"><span class="YouText">Main Story content complete</span>: <<set $ppMain =$story.mainstory/Story.filter(p => p.tags.includes("mainstory")).length*100>><<=$ppMain.toFixed(0)>>%
<br>
Side missions:
<br>
<span style="color: #25d955;"><<if hasVisited("Side1-1")>>Dress for Success<<else>>???<</if>></span>: <<set $ppSide1 =$story.side1/Story.filter(p => p.tags.includes("side1")).length*100>><<=$ppSide1.toFixed(0)>>%
<br>
<span style="color: #ff886e;"><<if hasVisited("Side2-1")>>Loose Connections<<else>>???<</if>></span>: <<set $ppSide2 =$story.side2/Story.filter(p => p.tags.includes("side2")).length*100>><<=$ppSide2.toFixed(0)>>%</div>
<div class="modelsgrid">
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Landladies/M01.png" height="323" width="250"></div><<set $ppMom1 =$mom1.percent/Story.filter(p => p.tags.includes("Mom1")).length*100>>
<<if $ppMom1.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Mom1Text bigtext">$mom1.name $player.last</span>
Played by
<span class="bigtext">Nicole Aniston</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppMom1.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Mom1Text bigtext">$mom1.name $player.last</span>
Played by
<span class="bigtext">Nicole Aniston</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppMom1.toFixed(0)>>%
</div><</if>>
</div>
<br>
<div class="modelsgrid">
<<if $mom2.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Landladies/D01.png" height="323" width="250"></div><<set $ppMom2 =$mom2.percent/Story.filter(p => p.tags.includes("Mom2")).length*100>>
<<if $ppMom2.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Mom2Text bigtext">$mom2.name $player.last</span>
Played by
<span class="bigtext">Kiara Mia</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppMom2.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Mom2Text bigtext">$mom2.name $player.last</span>
Played by
<span class="bigtext">Kiara Mia</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppMom2.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Landladies/D01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Mom2Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sis1.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 1/01.png" height="323" width="250"></div><<set $ppSis1 =$sis1.percent/Story.filter(p => p.tags.includes("Sis1")).length*100>>
<<if $ppSis1.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Sis1Text bigtext">$sis1.name $player.last</span>
Played by
<span class="bigtext">Abella Danger</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSis1.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Sis1Text bigtext">$sis1.name $player.last</span>
Played by
<span class="bigtext">Abella Danger</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSis1.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 1/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Sis1Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sis2.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 2/01.png" height="323" width="250"></div><<set $ppSis2 =$sis2.percent/Story.filter(p => p.tags.includes("Sis2")).length*100>>
<<if $ppSis2.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Sis2Text bigtext">$sis2.name $player.last</span>
Played by
<span class="bigtext">Eden Ivy</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSis2.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Sis2Text bigtext">$sis2.name $player.last</span>
Played by
<span class="bigtext">Eden Ivy</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSis2.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 2/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Sis2Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sis3.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 3/01.png" height="323" width="250"></div><<set $ppSis3 =$sis3.percent/Story.filter(p => p.tags.includes("Sis3")).length*100>>
<<if $ppSis3.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Sis3Text bigtext">$sis3.name $player.last</span>
Played by
<span class="bigtext">Alex Grey</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSis3.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Sis3Text bigtext">$sis3.name $player.last</span>
Played by
<span class="bigtext">Alex Grey</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSis3.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/House/Roommate 3/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Sis3Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sub1.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub1/01.png" height="323" width="250"></div><<set $ppSub1 =$sub1.percent/Story.filter(p => p.tags.includes("Sub1")).length*100>>
<<if $ppSub1.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Sub1Text bigtext">$sub1.name Casey</span>
Played by
<span class="bigtext">Cecilia Lion</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSub1.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Sub1Text bigtext">$sub1.name Casey</span>
Played by
<span class="bigtext">Cecilia Lion</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSub1.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub1/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Sub1Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sub1m.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub1/Mom/01.png" height="323" width="250"></div><<set $ppSub1M =$sub1m.percent/Story.filter(p => p.tags.includes("Sub1M")).length*100>>
<<if $ppSub1M.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Sub1MText bigtext">$sub1m.name Casey</span>
Played by
<span class="bigtext">Moriah Mills</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSub1M.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Sub1MText bigtext">$sub1m.name Casey</span>
Played by
<span class="bigtext">Moriah Mills</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSub1M.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub1/Mom/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Sub1Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $comb.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Comic Store/Owner/01.png" height="323" width="250"></div><<set $ppComB =$comb.percent/Story.filter(p => p.tags.includes("ComB")).length*100>>
<<if $ppComB.toFixed(0) lt 100>><div class="modelgrid2">
<span class="ComBText bigtext">$comb.name Green</span>
Played by
<span class="bigtext">Lauren Phillips</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppComB.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="ComBText bigtext">$comb.name Green</span>
Played by
<span class="bigtext">Lauren Phillips</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppComB.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Comic Store/Owner/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="ComBText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $bankc.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Bank/Cashier/01.png" height="323" width="250"></div><<set $ppBankC =$bankc.percent/Story.filter(p => p.tags.includes("BankC")).length*100>>
<<if $ppBankC.toFixed(0) lt 100>><div class="modelgrid2">
<span class="BankCText bigtext">$bankc.name Ellis</span>
Played by
<span class="bigtext">Lacy Lennon</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppBankC.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="BankCText bigtext">$bankc.name Ellis</span>
Played by
<span class="bigtext">Lacy Lennon</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppBankC.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Bank/Cashier/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="BankCText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $bankw.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Bank/Wife/01.png" height="323" width="250"></div><<set $ppBankW =$bankw.percent/Story.filter(p => p.tags.includes("BankW")).length*100>>
<<if $ppBankW.toFixed(0) lt 100>><div class="modelgrid2">
<span class="BankWText bigtext">$bankw.name Harding</span>
Played by
<span class="bigtext">Alison Tyler</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppBankW.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="BankWText bigtext">$bankw.name Harding</span>
Played by
<span class="bigtext">Alison Tyler</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppBankW.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Bank/Wife/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="BankWText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sub2.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub2/01.png" height="323" width="250"></div><<set $ppSub2 =$sub2.percent/Story.filter(p => p.tags.includes("Sub2")).length*100>>
<<if $ppSub2.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color:#ff905c" class="bigtext">$sub2.name Barnett</span>
Played by
<span class="bigtext">Savannah Bond</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSub2.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color:#ff905c" class="bigtext">$sub2.name Barnett</span>
Played by
<span class="bigtext">Savannah Bond</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSub2.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub2/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color:#ff905c" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $sub3.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub3/01.png" height="323" width="250"></div><<set $ppSub3 =$sub3.percent/Story.filter(p => p.tags.includes("Sub3")).length*100>>
<<if $ppSub3.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color:#ff5f5c" class="bigtext">$sub3.name Arellano</span>
Played by
<span class="bigtext">Rose Monroe</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppSub3.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color:#ff5f5c" class="bigtext">$sub3.name Arellano</span>
Played by
<span class="bigtext">Rose Monroe</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppSub3.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Suburb/Sub3/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color:#ff5f5c" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $assw.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/01.png" height="323" width="250"></div><<set $ppAssW =$assw.percent/Story.filter(p => p.tags.includes("AssW")).length*100>>
<<if $ppAssW.toFixed(0) lt 100>><div class="modelgrid2">
<span class="AssWText bigtext">$assw.name Monroe</span>
Played by
<span class="bigtext">Noelle Easton</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppAssW.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="AssWText bigtext">$assw.name Monroe</span>
Played by
<span class="bigtext">Noelle Easton</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppAssW.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="AssWText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $asswgf.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/F/00.png" height="323" width="250"></div><<set $ppAssWGF =$asswgf.percent/Story.filter(p => p.tags.includes("AssWGF")).length*100>>
<<if $ppAssWGF.toFixed(0) lt 100>><div class="modelgrid2">
<span class="AssWGFText bigtext">$asswgf.name West</span>
Played by
<span class="bigtext">Jade Kush</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppAssWGF.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="AssWGFText bigtext">$asswgf.name West</span>
Played by
<span class="bigtext">Jade Kush</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppAssWGF.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/F/00L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="AssWGFText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $asswbfsis1.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/01.png" height="323" width="250"></div><<set $ppAssWBFSis1 =$asswbfsis1.percent/Story.filter(p => p.tags.includes("AssWBFSis1")).length*100>>
<<if $ppAssWBFSis1.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #42f5d4" class="bigtext">$asswbfsis1.name Hudson</span>
Played by
<span class="bigtext">Arietta Adams</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppAssWGF.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #42f5d4" class="bigtext">$asswbfsis1.name Hudson</span>
Played by
<span class="bigtext">Arietta Adams</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppAssWBFSis1.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #42f5d4" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $crim1.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Brighttown/Sonar/Crim1/01.png" height="323" width="250"></div><<set $ppCrim1 =$crim1.percent/Story.filter(p => p.tags.includes("Crim1")).length*100>>
<<if $ppCrim1.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #fffb80;" class="bigtext">$crim1.name Park</span>
Played by
<span class="bigtext">Karlee Grey</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCrim1.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #fffb80;" class="bigtext">$crim1.name Park</span>
Played by
<span class="bigtext">Karlee Grey</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCrim1.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Brighttown/Sonar/Crim1/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #fffb80;" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $dean.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/College/Dean/01.png" height="323" width="250"></div><<set $ppDean =$dean.percent/Story.filter(p => p.tags.includes("Dean")).length*100>>
<<if $ppDean.toFixed(0) lt 100>><div class="modelgrid2">
<span class="DeanText bigtext">$dean.name Lambert</span>
Played by
<span class="bigtext">Ava Addams</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppDean.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="DeanText bigtext">$dean.name Lambert</span>
Played by
<span class="bigtext">Ava Addams</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppDean.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/College/Dean/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="DeanText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $dass.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/College/DAss/01.png" height="323" width="250"></div><<set $ppDAss =$dass.percent/Story.filter(p => p.tags.includes("DAss")).length*100>>
<<if $ppDAss.toFixed(0) lt 100>><div class="modelgrid2">
<span class="DAssText bigtext">$dass.name Reyes</span>
Played by
<span class="bigtext">Ginebra Bellucci</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppDAss.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="DAssText bigtext">$dass.name Reyes</span>
Played by
<span class="bigtext">Ginebra Bellucci</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppDAss.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/College/DAss/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="DAssText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $coun1d.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Daughter/01.png" height="323" width="250"></div><<set $ppCoun1D =$coun1d.percent/Story.filter(p => p.tags.includes("Coun1D")).length*100>>
<<if $ppCoun1D.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #cd82ff" class="bigtext">$coun1d.name Lee</span>
Played by
<span class="bigtext">Dakota Tyler</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCoun1D.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #cd82ff" class="bigtext">$coun1d.name Lee</span>
Played by
<span class="bigtext">Dakota Tyler</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCoun1D.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Daughter/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #cd82ff" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $coun1df.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Daughter/Friend/01.png" height="323" width="250"></div><<set $ppCoun1DF =$coun1df.percent/Story.filter(p => p.tags.includes("Coun1DF")).length*100>>
<<if $ppCoun1DF.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #ff82a3" class="bigtext">$coun1df.name Walsh</span>
Played by
<span class="bigtext">Kendra Sunderland</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCoun1DF.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #ff82a3" class="bigtext">$coun1df.name Walsh</span>
Played by
<span class="bigtext">Kendra Sunderland</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCoun1DF.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Daughter/Friend/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #ff82a3" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $coun1m.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Manager/01.png" height="323" width="250"></div><<set $ppCoun1M =$coun1m.percent/Story.filter(p => p.tags.includes("Coun1M")).length*100>>
<<if $ppCoun1M.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #82ffb2" class="bigtext">$coun1m.name Cardenas</span>
Played by
<span class="bigtext">Carmela Clutch</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCoun1M.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #82ffb2" class="bigtext">$coun1m.name Cardenas</span>
Played by
<span class="bigtext">Carmela Clutch</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCoun1M.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Manager/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #82ffb2" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $coun1s.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Secretary/01.png" height="323" width="250"></div><<set $ppCoun1S =$coun1s.percent/Story.filter(p => p.tags.includes("Coun1S")).length*100>>
<<if $ppCoun1S.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #cd82ff" class="bigtext">$coun1s.name Parker</span>
Played by
<span class="bigtext">Skyla Novea</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCoun1S.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #cd82ff" class="bigtext">$coun1s.name Parker</span>
Played by
<span class="bigtext">Skyla Novea</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCoun1S.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Coun1/Secretary/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #cd82ff" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $busid.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/BusiD/01.png" height="323" width="250"></div><<set $ppBusiD =$busid.percent/Story.filter(p => p.tags.includes("BusiD")).length*100>>
<<if $ppBusiD.toFixed(0) lt 100>><div class="modelgrid2">
<span class="BusiDText bigtext">$busid.name Solis</span>
Played by
<span class="bigtext">Katana Kombat</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppBusiD.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="BusiDText bigtext">$busid.name Solis</span>
Played by
<span class="bigtext">Katana Kombat</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppBusiD.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/BusiD/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="BusiDText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $busids.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/BusiD/Sister/01.png" height="323" width="250"></div><<set $ppBusiDS =$busids.percent/Story.filter(p => p.tags.includes("BusiDS")).length*100>>
<<if $ppBusiDS.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #80ff91" class="bigtext">$busids.name Contreras</span>
Played by
<span class="bigtext">Gina Valentina</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppBusiDS.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #80ff91" class="bigtext">$busids.name Contreras</span>
Played by
<span class="bigtext">Gina Valentina</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppBusiDS.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/BusiD/Sister/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #80ff91" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $commishas.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Commish/Secretary/01.png" height="323" width="250"></div><<set $ppCommishAS =$commishas.percent/Story.filter(p => p.tags.includes("CommishAS")).length*100>>
<<if $ppCommishAS.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #80e6ff" class="bigtext">$commishas.name Powell</span>
Played by
<span class="bigtext">Morgan Lee</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCommishAS.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #80e6ff" class="bigtext">$commishas.name Powell</span>
Played by
<span class="bigtext">Morgan Lee</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCommishAS.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Commish/Secretary/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #80e6ff" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $commish.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Commish/01.png" height="323" width="250"></div><<set $ppCommish =$commish.percent/Story.filter(p => p.tags.includes("Commish")).length*100>>
<<if $ppCommish.toFixed(0) lt 100>><div class="modelgrid2">
<span style="color: #ff6e63" class="bigtext">$commish.name Warner</span>
Played by
<span class="bigtext">Kendra Lust</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCommish.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span style="color: #ff6e63" class="bigtext">$commish.name Warner</span>
Played by
<span class="bigtext">Kendra Lust</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCommish.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/CityHall/Commish/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span style="color: #ff6e63" class="bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $hospad.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/HospAd/01.png" height="323" width="250"></div><<set $ppHospAd =$hospad.percent/Story.filter(p => p.tags.includes("HospAd")).length*100>>
<<if $ppHospAd.toFixed(0) lt 100>><div class="modelgrid2">
<span class="HospAdText bigtext">$hospad.name Whitteker</span>
Played by
<span class="bigtext">Priya Rai</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppHospAd.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="HospAdText bigtext">$hospad.name Whitteker</span>
Played by
<span class="bigtext">Priya Rai</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppHospAd.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Hospital/HospAd/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="HospAdText bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $cov1.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Lead/01.png" height="323" width="250"></div><<set $ppCov1 =$cov1.percent/Story.filter(p => p.tags.includes("Cov1")).length*100>>
<<if $ppCov1.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Cov1Text bigtext">$cov1.name Lowell</span>
Played by
<span class="bigtext">Gabbie Carter</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCov1.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Cov1Text bigtext">$cov1.name Lowell</span>
Played by
<span class="bigtext">Gabbie Carter</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCov1.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Lead/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Cov1Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $cov2.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Bruise/01.png" height="323" width="250"></div><<set $ppCov2 =$cov2.percent/Story.filter(p => p.tags.includes("Cov2")).length*100>>
<<if $ppCov2.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Cov2Text bigtext">$cov2.name Frey</span>
Played by
<span class="bigtext">Karma RX</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCov2.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Cov2Text bigtext">$cov2.name Frey</span>
Played by
<span class="bigtext">Karma RX</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCov2.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Bruise/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Cov2Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $cov3.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Ass/01.png" height="323" width="250"></div><<set $ppCov3 =$cov3.percent/Story.filter(p => p.tags.includes("Cov3")).length*100>>
<<if $ppCov3.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Cov3Text bigtext">$cov3.name Perriot</span>
Played by
<span class="bigtext">Andreina Deluxe</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCov3.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Cov3Text bigtext">$cov3.name Perriot</span>
Played by
<span class="bigtext">Andreina Deluxe</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCov3.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Ass/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Cov3Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div>
<br>
<div class="modelsgrid">
<<if $cov4.met is 1>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Count/01.png" height="323" width="250"></div><<set $ppCov4 =$cov4.percent/Story.filter(p => p.tags.includes("Cov4")).length*100>>
<<if $ppCov4.toFixed(0) lt 100>><div class="modelgrid2">
<span class="Cov4Text bigtext">$cov4.name Watson</span>
Played by
<span class="bigtext">Ivy Lebelle</span></div>
<div class="modelgrid3">
Content Seen:
<br>
<<=$ppCov4.toFixed(0)>>%
</div><<else>><div class="modelgrid2c">
<span class="Cov4Text bigtext">$cov4.name Watson</span>
Played by
<span class="bigtext">Ivy Lebelle</span></div>
<div class="modelgrid3c">
Content Seen:
<br>
<<=$ppCov4.toFixed(0)>>%
</div><</if>>
<<else>>
<div class="modelgrid1">
<img class="tops" src="images/Characters/Town/Coven/Count/01L.png" height="323" width="250"></div>
<div class="modelgrid2">
<span class="Cov4Text bigtext">???</span>
Played by
<span class="bigtext">???</span></div>
<div class="modelgrid3">
<span class="bigtext">???</span>
</div>
<</if>>
</div><img class="leftimg" src="images/Side/Locations/Dark Room.png">\
I'm in a dark room, big enough for me to walk in, but not much. The walls are made entirely of what looks to be concrete. There isn't a single crack in it, and no lights, and yet I can still see.
I'm not the only one here though. I look around, and although I can't see anyone, I can tell they're there. It's an oppressive feeling, as if I'm being judged. Am I being deemed worthy? This feeling that slowly creeps up from my gut tells me no. The longer I spend here, the worse it gets. I can't take it anymore.
My body is clearly feeling the effects, as I see my fingers start to turn to ash. They slowly crumble away, disappearing into the room I'm in. I feel no pain, just the horror as I watch my body betray me. It starts with my fingers, then reaches up my arm. As it gets to my elbows, I feel my feet give out from under me. I look down, and see they have started to disintegrate as well. I try to call out for help, for anything, but the noise in the room is nonexistent.
As I lay on my back, I watch as my limbs have completely vanished, but my body continues to decay. I resign myself to my fate.
Then a flash of light appears above me. Its a bright gold light. I think I'm saved, but I watch as a meat hook descends. It latches onto something, and watch as a new, golden hand starts materializing in it's place. Then another light, this time pink, latching onto another golden hand. Then another, and another, until my body parts are all back, each glowing a strange, bright color; gold, pink, white, red, green, orange, and a dull gray. As the colors meet up with each other, I can feel them melt together, as if they were all separate pieces, uniting as one. I finally feel pain, as the parts where they meet burn.
As the pain intensifies, I see a bony hand reach down, and press it's hand on my forehead. It's time to wake up.
<<Button 'Wake up!' 'Intro3' '.contbut' '$Time to 0, $Day to 1'>><img class="leftimg" style="max-width: 30%;" src="images/Characters/MC/01.png">\
Holy shit, what the fuck was that? Usually dreams, or in this case nightmares, fade almost immediately, but I can still vividly remember the pain. I can still remember it all. As if a memory, not a nightmare. I stand up, and walk over to my dresser, taking a look at myself. I run my hands over my body, and although I can remember where they joined up, there's nothing there.
I guess it must have been nothing but a nightmare. I sigh in relief. I look myself in the eye, and nod.
It's time for you to get ready for work. You grab some clothes, hastily putting them on, quickly pocketing your phone, and head to the washroom, to brush your teeth and your hair. Just as you open the door, you run into...
<<Button 'Who?' 'Intro4' '.contbut' '$InvTabActive to 1, $inv.image.pushUnique("images/Inventory/Phone.png"), $inv.text.pushUnique("Phone"), $GallImg.pushUnique("images/Phone/Gallery/1.png"), $GallImg.pushUnique("images/Phone/Gallery/2.png"), $GallImg.pushUnique("images/Phone/Gallery/3.png"), $BackImg.pushUnique("images/Phone/Homescreens/1.png"), $BackImg.pushUnique("images/Phone/Homescreens/2.png"), $BackImg.pushUnique("images/Phone/Homescreens/3.png"), $mom1.met to 1'>><img class="leftimg" src="images/Characters/House/Landladies/M02.png">\
<<if $Skip is 0>>She looks at you in surprise. She was reaching for the door handle as you opened it.<<else>>My name is <<textbox "$player.name" $player.name>> <<textbox "$player.last" $player.last>>.
This is the person who's house you live in.<</if>>
Her name is <<textbox "$mom1.name" $mom1.name>>.
She's your <<if $fet.inc is 1>><<textbox "$IncRel" mom>>.<<else>><<textbox "$IncRel" landlady>>.<</if>>
<nobr><<if $Skip is 0>>
<<Button 'Continue' 'Intro5' '.contbut' '$f to 1'>><<else>>
<<Button 'Continue' 'LocationHub' '.contbut' '$Start to 1, $Time to 0, $Day to 1, $Named to 1, $inv.image.pushUnique("images/Inventory/Phone.png"), $inv.text.pushUnique("Phone"), $GallImg.pushUnique("images/Phone/Gallery/1.png"), $GallImg.pushUnique("images/Phone/Gallery/2.png"), $GallImg.pushUnique("images/Phone/Gallery/3.png"), $BackImg.pushUnique("images/Phone/Homescreens/1.png"), $BackImg.pushUnique("images/Phone/Homescreens/2.png"), $BackImg.pushUnique("images/Phone/Homescreens/3.png"), $GallImg.pushUnique("images/Phone/Gallery/4.png"), $BackImg.pushUnique("images/Phone/Homescreens/4.png"), $NewGal to 1, $ImgAm += 1, $pComB += 1, $fet.inc = 0, $ButInf to 1, $InvTabActive to 1, $PowersTab to 1, $mom1.scene.pushUnique(1), $mCain to 1, $player.prog to 1, $InvTabActive eq 1, $Ach to 1, $A01 to 1'>><</if>></nobr><<run State.variables.IncRel= State.variables.IncRel.toLowerCase()>>\
\
<<if $IncRel eq "mother" or $IncRel eq "mom">><<set $fet.inc to 1>><<else>><<set $fet.inc to 0>><</if>>\
\
<img class="leftimg" src="images/Characters/House/Landladies/M02.png">\
<<mom1>>Hey, are you ok? I heard a yell coming from your room.<</mom1>>
She looked at me with worry. My guess is I was making noises because of the nightmare. I smiled at her.
<<say 'You' 'images/character icons/Player.png'>><span class="YouTText">I'm ok, thanks <<nmom1>>.</span><</say>>
As much as I appreciate the thought, the nightmare I had was still far too fresh for me to want to talk about it. Still, if it got me a glimpse at <<nmom1>> this early in the morning, I guess something good came out of it.
<<mom1>>Ok, as long as you're fine. I'm going to head to work.<</mom1>>
She turned around, walking away from me, prompting the age old dilemma. Do I call her, so I can stare at her tits more, or watch her leave, letting me get a good look at her ass. As she turned the corner, I realized my choice was made for me. Damn.<<if $fet.inc eq 0>>
I've always felt guilty over lusting over her. She is truly a warm, kind woman, who was kind enough to adopt me when my real parents dropped me off at the orphanage. Although she and her wife, $mom2.name, had real daughters through IVF, <<nmom1>> told me that she was drawn to me, and couldn't let me go. And as such, they adopted me, even though they had a newborn already. Still, I can't really help how I feel.<</if>>
Still, normally I never see her in the morning, so this was a win. I turned back, heading to the bathroom, and started feeling some pain in my hand. It was gone as quickly as it came, so I ignored it, instead focusing on getting ready. I was going to have to get going if I was going to get to work on time. And I'll be damned if I don't make it to work on time.
<<Button 'Thinking about life' 'Intro6' '.contbut' '$comb.met to 1'>><style>
#passages {
padding: 0px;
position: relative;
background-color: rgba(0,84,134,0);
left: 0%;
max-width: 1200em;
}
</style>
/* Random Encounters Code */
<<set $mom2.re.pushUnique("home"), $sis3.re.pushUnique("home"), $bankw.re.pushUnique("sub"), $asswgf.re.pushUnique("mid"), $sub1.re.pushUnique("coll"), $sis1.re.pushUnique("shop"), $assw.re.pushUnique("down"), $bankc.re.pushUnique("bright")>>
/* Random Encounters Code End */
<<if previous() is "Intro13">><nobr><<notify 3s>><div class="achnotif">
<br>
<div class="item1">Achievement unlocked!</div>
<br>
<div class="item2">[img[images/Achievements/01.png][Achievements]]</div>
<br>
</div><</notify>></nobr><</if>>
<<if visited() lte 4>><<run $IncRel = $IncRel.toLowerCase()>>
<<if $IncRel eq "mother" or $IncRel eq "mom">><<set $fet.inc to 1>><<else>><<set $fet.inc to 0>><</if>><</if>>
<table width="100%"><tr><<if def $db>><td><<link "Sleep">><<time>><<day>><<goto "LocationHub">><</link>></td><</if>><td><<Wait "LocationHub">></td></tr></table>
<table width="100%">
<tr>
<td>
<<recheck 'lHome' 'RanEnHome' 'home'>><<set _ranenhome to random(0,4)>>
<<if $location.home eq 1 && $RanEnHome.length gte 1 && _ranenhome lte 0 && $set.re is 1 && $player.prog gte 5>>
<span id="lImageL">[img[images/Locations/Home.png][REHome]]<span class="lText">[[Home|REHome]]
<div class="schedule-grid">
<<include "HomeSchd">>
</div>
</span></span>
<<elseif $location.home eq 1>>
<span id="lImageL">[img[images/Locations/Home.png][Home]]<span class="lText">[[Home]]
<div class="schedule-grid">
<<include "HomeSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Home.png]]<span class="lText">Home</span></span><</if>>
</td>
<td width="10px">
<<recheck 'lSub' 'RanEnSub' 'sub'>><<set _ranensub to random(0,4)>>
<<if $location.suburb eq 1 && $RanEnSub.length gte 1 && _ranensub lte 0 && $set.re is 1 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageC">[img[images/Locations/Suburb.png][RESuburb]]<span class="lText">[[Suburb|RESuburb]]
<div class="schedule-grid">
<<include "SubSchd">>
</div>
</span></span>
<<elseif $location.suburb eq 1>>
<span id="lImageC">[img[images/Locations/Suburb.png][Suburb]]<span class="lText">[[Suburb]]
<div class="schedule-grid">
<<include "SubSchd">>
</div>
</span></span><<else>><span id="lImageCC">[img[images/Locations/Suburb.png]]<span class="lText">Suburb</span></span><</if>>
</td>
<td style="text-align: -moz-left">
<<recheck 'lMid' 'RanEnMid' 'mid'>><<set _ranenmid to random(0,4)>>
<<if hasVisited("ManifestSin: Pride2") && not hasVisited ("ManifestSin: Wrath1") && $Time lt 4>><span id="lImageRH">[img[images/Locations/Midtown.png][Midtown]]<span class="lText">[[Midtown]]<div class="schedule-grid"><<include "MidSchd">></div></span></span>
<<elseif $location.midtown eq 1 && $RanEnMid.length gte 1 && _ranenmid lte 0 && $set.re is 1 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageR">[img[images/Locations/Midtown.png][REMidtown]]<span class="lText">[[Midtown|REMidtown]]
<div class="schedule-grid">
<<include "MidSchd">>
</div>
</span></span>
<<elseif $location.midtown eq 1>>
<span id="lImageR">[img[images/Locations/Midtown.png][Midtown]]<span class="lText">[[Midtown]]
<div class="schedule-grid">
<<include "MidSchd">>
</div>
</span></span><<else>><span id="lImageCC">[img[images/Locations/Midtown.png]]<span class="lText">Midtown</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<recheck 'lCollege' 'RanEnColl' 'coll'>><<set _ranencoll to random(0,4)>>
<<if hasVisited("Side1-1") && $Time lte 2 && not hasVisited("Side1-3-1")>><span id="lImageL">[img[images/Locations/College.png][Side1-3-1]]<span class="lText">[[College|Side1-3-1]]<div class="schedule-grid"><<include "CollSchd">></div></span></span>
<<elseif $location.college eq 1 && $Time lte 3 && $RanEnColl.length gte 1 && _ranencoll lte 0 && $set.re is 1 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageL">[img[images/Locations/College.png][RECollege]]<span class="lText">[[College|RECollege]]
<div class="schedule-grid">
<<include "CollSchd">>
</div>
</span></span>
<<elseif $location.college eq 1 && ($Time lte 3 || $inv.keystext.includes("College Keys"))>><span id="lImageL">[img[images/Locations/College.png][College]]<span class="lText">[[College]]
<div class="schedule-grid">
<<include "CollSchd">>
</div>
</span></span><<else>><span id="lImageLC"><<hovertip "Closed">>[img[images/Locations/College.png]]<span class="lTextC">College</span><</hovertip>></span><</if>>
</td>
<td width="10px">
<<recheck 'lShop' 'RanEnShop' 'shop'>><<set _ranenshop to random(0,4)>>
<<if $location.shopping eq 1 && $RanEnShop.length gte 1 && _ranenshop lte 0 && $set.re is 1 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageC">[img[images/Locations/Shopping.png][REShopping]]<span class="lText">[[Shopping District|REShopping]]
<div class="schedule-grid">
<<include "ShopSchd">>
</div>
</span></span>
<<elseif $location.shopping eq 1>>
<span id="lImageC">[img[images/Locations/Shopping.png][Shopping]]<span class="lText">[[Shopping District|Shopping]]
<div class="schedule-grid">
<<include "ShopSchd">>
</div>
</span></span><<else>><span id="lImageCC">[img[images/Locations/Shopping.png]]<span class="lTextC">Shopping District</span></span><</if>>
</td>
<td>
<<recheck 'lDown' 'RanEnDown' 'down'>><<set _ranendown to random(0,4)>>
<<if $location.business eq 1 && $RanEnDown.length gte 1 && _ranendown lte 0 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageR">[img[images/Locations/Business.png][REDown]]<span class="lText">[[Downtown|REDown]]
<div class="schedule-grid">
<<include "DownSchd">>
</div>
</span></span>
<<elseif $location.business eq 1>>
<span id="lImageR">[img[images/Locations/Business.png][Downtown]]<span class="lText">[[Downtown]]
<div class="schedule-grid">
<<include "DownSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Business.png]]<span class="lTextC">Downtown</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<recheck 'lCity' 'RanEnCity' 'city'>><<set _ranencity to random(0,4)>>
<<if $location.cityhall eq 1 && $Time lte 2 && $RanEnCity.length gte 1 && _ranencity lte 0 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageL">[img[images/Locations/CityHall.png][RECity]]<span class="lText">[[City Hall|RECity]]
<div class="schedule-grid">
<<include "CitySchd">>
</div>
</span></span>
<<elseif $location.cityhall eq 1 && $Time lte 2>>
<span id="lImageL">[img[images/Locations/CityHall.png][City Hall]]<span class="lText">[[City Hall]]
<div class="schedule-grid">
<<include "CitySchd">>
</div>
</span></span><<else>><div id="lImageLC"><<hovertip "Closed">>[img[images/Locations/CityHall.png]]<span class="lTextC">City Hall</span><</hovertip>></div><</if>>
</td>
<td width="10px">
<<recheck 'lBright' 'RanEnBright' 'bright'>><<set _ranenbright to random(0,4)>>
<<if $location.brighttown eq 1 && $RanEnBright.length gte 1 && _ranenbright lte 0 && $player.prog gte 5 && $Time lt 4>>
<span id="lImageC">[img[images/Locations/Brighttown.png][REBrighttown]]<span class="lText">[[Brighttown|REBrighttown]]
<div class="schedule-grid">
<<include "BrightSchd">>
</div>
</span></span>
<<elseif $location.brighttown eq 1>>
<span id="lImageC">[img[images/Locations/Brighttown.png][Brighttown]]<span class="lText">[[Brighttown]]
<div class="schedule-grid">
<<include "BrightSchd">>
</div>
</span></span><<else>><div id="lImageCC"><<hovertip "Closed">>[img[images/Locations/Brighttown.png]]<span class="lTextC">Brighttown</span><</hovertip>></div><</if>>
</td>
<td>
<<if $chapter is 1>><span id="lImageR">[img[images/Locations/Church.png][DeniedChurch]]<span class="lText">[[Church|DeniedChurch]]
<div class="schedule-grid">
<<include "ChurchSchd">>
</div>
</span></span><<elseif $chapter is 0>><<if $location.church eq 1>><span id="lImageR">[img[images/Locations/Church.png][Church]]<span class="lText">[[Church]]
<div class="schedule-grid">
<<include "ChurchSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Church.png]]<span class="lText">Church</span></span><</if>><</if>>
</td>
</tr>
</table><div class="Portrait"><img src="images/Locations/Portraits/Comic.png"><div class="PortraitText">SplashArt Comics</div></div>
<<if $Time lte 1>><table width="100%" style="margin: 0em;"><tr><td><<Wait "Comic">></td></tr></table><<else>><table width="100%" style="margin: 0em;"><tr><td><<ClosedWait "Closed">></td></tr></table><</if>>
A relatively small, but modern shop, filled to the brim with nerd paraphernalia. Sells anything a small town dork would need. Video games for the more traditional customers, to Dungeons and Dragon books and campaigns for the more popularity declined customers.<<if hasVisited("ComB: 1-2")>> After talking to <<ncomb>>, you can work again. Payday is on Monday, so don't expect to get your paycheck until then. The more you work, the bigger the pay day will be.<</if>>
<<if not $comb.scene.includes(1) && $Time is 0>><<Button 'Work a shift' 'Comic' '.money' '$Time += 3, $player.workdays += 1'>>
<</if>><<if $comb.scene.includes(1) && $Time lte 2 && $player.prog gte 5>><<SButton 'Talk with <<ncomb>>' 'ComB: 1-1' '.harem' '$f to 1'>> /* ComB scene 1 */
<</if>><<if not $comb.scene.includes(1) && $Time lte 2 && not hasVisited("Side1-1") && hasVisited("StoryPass14") && $comb.loc is "comic">><<SButton 'Dress for Success' 'Side1-1' '.side' '$f to 1'>> /* Side Mission 1 */
<</if>><<if hasVisited("Side1-5") && $Time lt 3 && $event.side1 gte 2 && not hasVisited("Side1-6") && $comb.loc is "comic">><<SButton 'Present your plan to <<ncomb>>' 'Side1-6' '.side' '$f to 1'>> /* Side Mission 1 End */
<</if>><<if $comb.loc is "comic" && hasVisited("Side1-6") && $event.comb gte 7 && $comb.scene.includes(2)>><<SButton 'Check in with <<ncomb>>' 'ComB: 2-1' '.harem' '$f to 1'>> /* ComB scene 2 */
<</if>><<if hasVisited("Side1-1") && not hasVisited("Side1-2")>><<Button 'Leave Store' 'Side1-2' '.return2' '$f to 1'>><<else>><<Button 'Leave Store' 'Midtown' '.return2' '$f to 1'>><</if>><<set $scene to 0>><<if $Time is 2 and $mom2.scene.includes(1)>>
<<include "Mom2: 1-1">>
<<else>><style>
#passages {
position: relative;
background-color: #0f1214;
left: 0%;
max-width: 78em;
}
</style>
<div class="Portrait"><img src="images/Locations/Portraits/Home.png"><br><div class="PortraitText">Home</div></div><table width="100%"><tr><td><<Wait "Home">></td></tr></table>
<br>
<<if $sis1.scene.includes(6) && $mom2.scene.includes(4) && $lHome.includes($mom2.loc) && $lHome.includes($sis1.loc) && $Time lt 4 && $event.sis1 gte 1>><<SButton 'Next step for <<nmom2>>' 'Mom2: 4-1' '.harem' '$f to 1'>>
<br>
<</if>>
<table width="100%">
<tr>
<td>
<<if hasVisited("StoryPass12") && $sis2.scene.includes(2) && $Time gte 1 && $Time lte 3 && previous() isnot "Room">>
<span id="lImageL">[img[images/Locations/Room.png][Sis2: 2-1][$scene to 1]]<span class="lText">[[Room|Sis2: 2-1][$scene to 1]]
<div class="schedule-grid">
<<include "RoomSchd">>
</div>
</span></span>
<<elseif $mom1.scene.includes(3) && $event.mom1 gt 3 && $Time is 1 && $Day is 3>>
<span id="lImageL">[img[images/Locations/Room.png][Mom1: 3-1][$scene to 1]]<span class="lText">[[Room|Mom1: 3-1][$scene to 1]]
<div class="schedule-grid">
<<include "RoomSchd">>
</div>
</span></span>
<<elseif $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7 && $Time gte 4>>
<span id="lImageL">[img[images/Locations/Room.png][FamMix: 1-1][$scene to 1]]<span class="lText">[[Room|FamMix: 1-1][$scene to 1]]
<div class="schedule-grid">
<<include "RoomSchd">>
</div>
</span></span>
<<else>>
<span id="lImageL">[img[images/Locations/Room.png][Room]]<span class="lText">[[Room]]
<div class="schedule-grid">
<<include "RoomSchd">>
</div>
</span></span>
<</if>>
</td>
<td width="10px">
<span id="lImageC">[img[images/Locations/Bathroom.png][Bathroom]]<span class="lText">[[Bathroom]]
<div class="schedule-grid">
<<include "BathroomSchd">>
</div>
</span></span>
</td>
<td style="text-align: -moz-left">
<span id="lImageR">[img[images/Locations/MomRoom.png][MomRoom]]<span class="lText"><<if $fet.inc is 1>>[[Mom's Room|MomRoom]]<<else>>[[$mom1.name+"'s Room"|MomRoom]]<</if>>
<div class="schedule-grid">
<<include "MomRoomSchd">>
</div>
</span></span>
</td>
</tr>
<tr>
<td>
<<if $sis1.scene.includes(4) && $event.sis1 gte 4 && (($Time is 0 && $Day is 5) || ($Time is 3 && $Day is 6))>>
<span id="lImageL">[img[images/Locations/Sis1Room.png][Sis1: 4-1][$scene to 1]]<span class="lText">[[$sis1.name+"'s Room"|Sis1: 4-1][$scene to 1]]
<div class="schedule-grid">
<<include "Sis1RoomSchd">>
</div>
</span></span><<else>>
<span id="lImageL">[img[images/Locations/Sis1Room.png][Sis1Room]]<span class="lText">[[$sis1.name+"'s Room"|Sis1Room]]
<div class="schedule-grid">
<<include "Sis1RoomSchd">>
</div>
</span></span><</if>>
</td>
<td width="10px">
<span id="lImageC">[img[images/Locations/Sis2Room.png][Sis2Room]]<span class="lText">[[$sis2.name+"'s Room"|Sis2Room]]
<div class="schedule-grid">
<<include "Sis2RoomSchd">>
</div>
</span></span>
</td>
<td>
<span id="lImageR">[img[images/Locations/Sis3Room.png][Sis3Room]]<span class="lText">[[$sis3.name+"'s Room"|Sis3Room]]
<div class="schedule-grid">
<<include "Sis3RoomSchd">>
</div>
</span></span>
</td>
</tr>
<tr>
<td>
<span id="lImageL">[img[images/Locations/Living.png][LivingRoom]]<span class="lText">[[Living Room|LivingRoom]]
<div class="schedule-grid">
<<include "LivingRoomSchd">>
</div>
</span></span>
</td>
<td width="10px">
<span id="lImageC">[img[images/Locations/Kitchen.png][Kitchen]]<span class="lText">[[Kitchen]]
<div class="schedule-grid">
<<include "KitchenSchd">>
</div>
</span></span>
</td>
<td>
</td>
</tr>
</table>
<br>
<<Button 'Leave' 'LocationHub' '.return2' '$f to 1'>><</if>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Suburb.png"><div class="PortraitText">Suburb</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Suburb">></td></tr></table>
<table width="100%" style="text-align: center;">
<tr>
<td>
<<if $location.bankw is 2>>
<span id="lImageC">[img[images/Locations/Park.png][Park]]<span class="lText">[[Park]]
<div class="schedule-grid">
<<include "ParkSchd">>
</div>
</span></span>
<<elseif $location.bankw is 1>>
<span id="lImageL">[img[images/Locations/Park.png][Park]]<span class="lText">[[Park]]
<table id="liTable">
<tr>
<<include "ParkSchd">>
</tr>
</table>
</span></span>
<</if>>
</td>
<td>
<<if $location.bankw is 1>>
<span id="lImageR">[img[images/Locations/BankWHouse.png][BankW]]<span class="lText">[[$bankw.name+"'s House"|BankW]]
<div class="schedule-grid">
<<include "BankWHSchd">>
</div>
</span></span>
<</if>>
</td>
</tr>
<tr>
<td>
<<if $location.sub1home is 1>>
<span id="lImageL">[img[images/Locations/Sub1Home.png][Sub1H]]<span class="lText">[[$sub1.name+"'s House"|Sub1H]]
<div class="schedule-grid">
<<include "Sub1HSchd">>
</div>
</span></span>
<</if>>
</td>
</tr>
</table>
<br>
<<Button 'Return' 'LocationHub' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/CityHall.png"><div class="PortraitText">City Hall</div></div>\
<<if $Time lte 1>><table width="100%" style="margin: 0em;"><tr><td><<Wait "City Hall">></td></tr></table><<else>><table width="100%" style="margin: 0em;"><tr><td><<ClosedWait "Closed">></td></tr></table><</if>>
There is always a lot of moving parts down here, although you're not sure what all of them are, due to the fact that this place functions as a building for public officials, as well as judicial officials.
<<if hasVisited("ManifestSin: Pride4") && $Time lte 2 && not hasVisited("ManifestSin: Pride5")>><<SButton 'Scope the place out' 'ManifestSin: Pride5' '.main' '$f to 1'>>
<</if>><<if hasVisited("ManifestSin: Wrath3") && $Time lte 2 && not hasVisited("ManifestSin: Wrath4") && hasVisited("Side2-3")>><<SButton 'Scope the place out' 'ManifestSin: Wrath4' '.main' '$f to 1'>>
<</if>><<if $player.dec is "wrath" && hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6")>><<SButton 'Some final steps' 'ManifestSin: Pride6' '.main' '$f to 1'>>
<</if>><<if hasVisited("ManifestSin: Wrath4") && $player.pride gte 1 && not hasVisited("Commish: 1-1") && $event.commish gte 1>><<SButton 'A visit to the commissioner' 'Commish: 1-1' '.harem' '$f to 1'>>
<</if>><<Button 'Leave city hall' 'LocationHub' '.return2' '$f to 1'>><<set $scene to 0>><<nobr>><<if $Time gte 4 && not $inv.keystext.includes("College Keys")>><<goto "Closed">><<else>>
<div class="Portrait"><img src="images/Locations/Portraits/College.png"><div class="PortraitText">College</div></div><br>
<<if $Time lte 2 || $inv.keystext.includes("College Keys")>><table width="100%" style="margin: 0em;"><tr><td><<Wait "College">></td></tr></table>
<<else>><table width="100%" style="margin: 0em;"><tr><td><<ClosedWait "Closed">></td></tr></table><</if>>
<br>
<<if hasVisited("ManifestSin: Pride3") && not hasVisited("ManifestSin: Pride4") && $event.dass gte 1>><<SButton 'Sleuthing around' 'ManifestSin: Pride4' '.main' '$Time to 4'>>
<br>
<</if>>
<<if hasVisited("ManifestSin: Pride5") && $coun1d.scene.includes(1) && $event.coun1d gte 2 && $Time lt 2>><<SButton 'A pleasant surprise' 'Coun1D: 1-1' '.harem' '$f to 1'>> /* $lCollege.includes($coun1d.loc) && */
<br>
<</if>>
<table width="100%">
<tr>
<td>
<<if $location.gym eq 1>><span id="lImageL">[img[images/Locations/Gym.png][Gym]]<span class="lText">[[Gym]]
<div class="schedule-grid">
<<include "GymSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Gym.png]]<span class="lTextC">Gym</span></span><</if>>
</td>
<td>
<<if $location.deans eq 1>><span id="lImageR">[img[images/Locations/Deans.png][DeansOffice]]<span class="lText">[[Deans Office|DeansOffice]]
<div class="schedule-grid">
<<include "DeansSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Deans.png]]<span class="lTextC">Deans Office</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.english eq 1>><span id="lImageL">[img[images/Locations/English.png][English]]<span class="lText">[[English Department|English]]
<div class="schedule-grid">
<<include "EngSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/English.png]]<span class="lTextC">English Department</span></span><</if>>
</td>
<td>
<<if $location.busiclass eq 1>><span id="lImageR">[img[images/Locations/Busiclass.png][Business]]<span class="lText">[[Business Department|Business]]
<div class="schedule-grid">
<<include "BusiclassSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Busiclass.png]]<span class="lTextC">Business Department</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.arts eq 1>><span id="lImageL">[img[images/Locations/Arts.png][Arts]]<span class="lText">[[Art Department|Arts]]
<div class="schedule-grid">
<<include "ArtsSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Arts.png]]<span class="lTextC">Art Department</span></span><</if>>
</td>
<td>
<<if $location.tech eq 1>><span id="lImageR">[img[images/Locations/Tech.png][Tech]]<span class="lText">[[Tech Department|Tech]]
<div class="schedule-grid">
<<include "TechSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Tech.png]]<span class="lTextC">Tech Department</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.psych eq 1>><span id="lImageL">[img[images/Locations/Psych.png][Psych]]<span class="lText">[[Psych Department|Psych]]
<div class="schedule-grid">
<<include "PsychSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Psych.png]]<span class="lTextC">Psych Department</span></span><</if>>
</td>
<td>
<<if $location.chem eq 1>><span id="lImageR">[img[images/Locations/Chem.png][Chem]]<span class="lText">[[Chemistry Department|Chem]]
<div class="schedule-grid">
<<include "ChemSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Chem.png]]<span class="lTextC">Chemistry Department</span></span><</if>>
</td>
</tr>
</table>
<br>
<<Button 'Back to town' 'LocationHub' '.return2' '$f to 1'>><</if>><</nobr>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/SexShop.png"><div class="PortraitText">The Hardware Store</div></div>
A store that looks innocuous on the outside, clearly by design, based on the name. Still, it becomes incredibly evident once you pass the front door.
<<if $player.prog lt 7>>I'm pretty sure this is where <<nsis2>> works, but she doesn't seem to be here right now.<<else>>The covens hideout. A regular business in the front, but get past the counter, and you enter their world. <<nsis2>> has been working here for the last three years. I think, maybe it was all just a cover to train her to be a witch.<</if>>
<<if $Time lte 3 && not hasVisited("Side1-5") && hasVisited("Side1-4")>><<SButton 'Talk with <<ncov4>>' 'Side1-5' '.side' '$f to 1'>> /* Side Mission 1 */
<</if>><<if hasVisited("StoryPass17") && $event.gen2 gte 1 && not hasVisited("StoryPass18")>><<SButton 'Training with <<ncov2>>' 'StoryPass18' '.main' '$f to 1'>>
<</if>><<if hasVisited("StoryPass18") && not hasVisited("StoryPass19")>><<SButton 'Trading with <<ncov3>>' 'StoryPass19' '.main' '$f to 1'>>
<</if>><<if hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory gte 1>><<SButton 'Some more training' 'StoryPass20' '.main' '$f to 1'>>
<</if>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><<set $scene to 0>><<if $nun1.scene.includes(1)>>\
<<include "Nun1: 1-1">>
<<else>><div class="Portrait"><img src="images/Locations/Portraits/Church.png"><div class="PortraitText">Church</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Church">></td></tr></table>
A rather plain looking church, Spacious enough, but besides the beautiful stained glass windows, nothing of particular interest.
<<Button 'Leave Church' 'LocationHub' '.return2' '$f to 1'>><</if>><<set $scene to 0>><img class="leftimg" src="images/Side/Locations/ComicBook.png">\
As I stepped off the bus, I looked briefly looked around before stepping into the store. There were already a few people waiting for me as I opened the door, although they mostly gave me dirty looks. Not because I locked the door behind me. Well, not only because of that. It was due to the fact that none of those people were here to actually buy something.
I work at SpashArt Comics. Although our town isn't particularly large, the store manages to make it to the black, with a decent profit, every year. That has nothing to do with loyal customers, good sales, or any other traditional marketing. No, it has to do with the woman who runs the store.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/02.png">\
\Her name is <span class="ComBText">$comb.name Green</span>, and she is a complete smoke show. She is singlehandedly carrying this store directly on her back, and it's not because of her business skills.
To be fair, she is a very intelligent woman, but all the nerds that visit here can easily get their stuff online, for less of a hassle. Their very misguided hopes that they may one day get anywhere with her is what keeps the money flowing.
And to be clear, I'm not a huge cynic, we're friendly enough that she has straight up admitted to it. This store wasn't exactly her idea. Her ex husband started it, with her help. In the divorce, she managed to keep it due to the fact that she basically ran it, while her ex husband just played around. So to her, the idea of keeping the business running is her petty way of getting back at him.
Anyway, back to reality, I started doing some inventory before opening, before running into the woman herself.
<<comb>>There you are. I thought you were gonna be late.<</comb>>
<<me>>Sorry about that boss. Had some shit sleep.<</me>>
She put her hand on my shoulder.
<<comb>>Are you ok to work? I can still call Barry.<</comb>>
I smiled at her warmth, one of the many reasons I loved this job.
<<me>>I'm good. Thanks though.<</me>>
<<comb>>Well ok. Finish up here, and you can open the store. I'll be in the back doing some paperwork.<</comb>>
She sighed as she finished the sentence. Being the one in charge meant dealing with the boring paperwork. As much as this store might not have been her idea, comic books and board games were infinitely more enjoyable than taxes and bureaucracy.
<<me>>Ha, alright, you have fun.<</me>>
She smiled at me, then went to turn to her office, before quickly pulling back.
<<comb>>Oh, hey, I hope you were being honest about feeling fine, because <<ncomc>> called in sick.<</comb>>
I looked down, and sighed, before nodding. <<ncomb>> gave me a sympathetic look, before turning around and heading to her office. To blunt the blow, I was given a nice look at <<ncomb>>'s ass in her tight jeans as she walked away. I understood why all the nerds gave me dirty looks. They were jealous I got to be near her all day. Couldn't entirely blame them.
As she closed the door to her office, I suddenly started feeling a tingle in my hand. I waved it off, and went back to doing my start up work, but over the next minute, my hand started burning. I quickly rushed into the washroom, and put my hand under the cold water from the sink. My hand kept burning, and just as I seriously thought about chopping it off, a black circle with two circles inside appeared on the back of my hand. As the circles appeared, the burning stopped, and I felt instant relief.
After bathing in the bliss of no longer burning, I looked at my hand. My hand was suddenly covered in black marks, all connected to a circle in the middle of the back of my hand. It looked like I suddenly had a hand tattoo.
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">I can explain that.</span><</say>>
I looked in the corner through the mirror, seeing a skeleton with large horns protruding from it's forehead. Before I could yell out, he ran over, and grabbed my head.
<<Button 'WHA-' 'Intro8' '.contbut' '$inv.image.deleteFirst("images/Inventory/Phone.png"), $inv.text.deleteFirst("Phone")'>><style>
body {
background-color: #000000;
}
</style>\
<img class="leftimg" src="images/Characters/Misc/Cain.png">\
\I look around, and see... Nothing. Pure darkness. Strangely enough, I don't feel creeped out. In fact, I feel very comfortable here.
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">We're in your head, that's why.</span><</say>>
I turned towards the voice, and see the skeleton again. Except this time, I don't feel scared. Just... curious. Just before I can ask anything, the skeleton starts chuckling with his low voice.
<<me>>What's so funny?<</me>>
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">Well, we're in your head.</span><</say>>
The skeleton looks around, and I do the same, before we look at each other.
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">Pretty empty in here, huh?</span><</say>>
He starts chuckling again.
<<me>>Oh, ha ha, very funny.<</me>>
He keeps chuckling.
<<me>>Ok, cmon, if you're here to take me to the afterlife or whatever, then at least don't do it at my expense.<</me>>
After a few more seconds, he calms down.
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">Relax kid. I'm not here to take you to hell.</span><</say>>
He says, starting to walk around, looking around.
<<me>>Ok, I'm just going to breeze by how you defaulted to hell, and ask, what's happening here?<</me>>
He turns to me quickly.
<<say '???' 'images/character icons/Cain.png'>><span class="CainText">Your lucky day.</span><</say>>
He reaches out his hand towards me, offering it.
<<cain>>Name's Cain.<</cain>>
I look closely at him, wondering what is going on. He shakes his hand, as if reminding me it's there. I take it, shaking it, and he brings it back.
<<me>>Nice to meet you... I guess.<</me>>
<<cain>>I guess? What, did they forget courtesy on Earth from when I left?<</cain>>
<<me>>Well nothing personal, but... I don't know, I'm speaking to a skeleton with horns and a suit on. My manners aren't really the first thing on my mind.<</me>>
<<cain>>Alright, alright, fair enough kid.<</cain>>
I sigh.
<<me>>Ok, so, who are you?<</me>>
<<cain>>I told you, my name is Cain. You're not deaf, are you?<</cain>>
Using his other hand, he reaches out to the darkness, and pulls out what seems to be... a clipboard. He studies it for a moment.
<<cain>>Hmm. Not deaf. Just dense I suppose.<</cain>>
<<me>>Wh- Listen here, you bony asshole, when I meet skeletons wearing suits, knowing their names is not enough for me to stop asking questions. But if you're going to be obtuse, fine. What are you?<</me>>
Cain smiled at me.
<<cain>>Another tally in the fair column. As to what I am, I suppose the closest thing at this point would be a demon. Although I make that comparison with caution, considering what people tend to think of that word.<</cain>>
<<me>>Wait, you're from hell?!<</me>>
<<cain>>No. I was born and raised right here on Earth, like you. In fact, you might have heard of me. From the book of Genesis?<</cain>>
<<me>>Wait... You're THAT Cain?<</me>>
He smiled, his bony jaw deforming, so his teeth were in the shape of a smile.
<<cain>>The one and only.<</cain>>
<<me>>Wait, you look like that, and you're not a demon?<</me>>
<<cain>>Well, not exactly. Kind of... Demon adjacent. I spent a lot of time in hell, and kind of earned that title. But still technically human.<</cain>>
We both look down, and see his skeleton form.
<<cain>>Technically.<</cain>>
I looked back up, towards his horns.
<<me>>And did you grow those in hell?<</me>>
<<cain>>Oh these?<</cain>>
He rubbed his horns.
<<cain>>No, that was a gift from the guy upstairs. Ever heard of Cains mark?<</cain>>
I shook my head.
<<cain>>Well, he gave them to me. Took me a while, but I took a shining to them.<</cain>>
I looked at him, then turned around. I really didn't know what to say, there were too many things.
<<cain>>Listen, kid, I know you have a bunch of questions, and we can get to them, but not here, right?<</cain>>
He waved around, and for a brief second, the bathroom of the comic store appeared, before disappearing just as quickly.
<<cain>>So, I'll give you 3 questions, and then we gotta go back, ok?<</cain>>
I thought about it, then turned back to him.
<<me>>Alright, well, if you're a human, why do you look like that?<</me>>
<<cain>>A byproduct of a millennium in hell, surrounded by actual demons. That kind of stink don't wash off too well.<</cain>>
<<me>>Why are you here?<</me>>
<<cain>>Basically, I need your help. The reason why I was in hell was because ol' Lucy needed my help.<</cain>>
<<me>>Wait, didn't you get sent to hell for... You know...?<</me>>
<<cain>>Killing Abel? No, actually. God exiled me for that, but that was about it. Of course, back then, things were a bit different. Heaven wasn't really open for business then, so anyone who died kinda just... disappeared. Lucifer grabbed my soul, and "asked" for my help. You see, he was put in charge of hell. Obviously he couldn't do everything, so he created demons out of the dead Nephilim. Problem was, Nephilim didn't really have souls, so when the demons were made, they were great at following instructions, and not much more. They had zero creativity, or drive, to do anything, short of being told what to do. You can imagine that wasn't ideal. So, Lucy comes in, and asks for my help. I was to become the teacher to these demons. Basically try to impart some sort of... spark that the soul brought along with it. I was fairly successful, If I do say so myself.<</cain>>
I stood there, thinking about what he was telling me. After a few minutes, I looked back.
<<me>>So what do you want with me?<</me>>
<<cain>>Oh, well...<</cain>>
Cain nervously straightened his tie, and cleared his throat... Somehow.
<<cain>>Basically, I need your help. I've done a fairly good job teaching these demons, but... There's really only so much I can do when stuck down there. Specifically, I need your help with a couple of demons. You met them last night.<</cain>>
I thought back, and realized he was right. The bony hand at the end of my horrible nightmare.
<<me>>That was you?!<</me>>
<<cain>>Yeah, sorry about that. But the human soul normally can't handle more than one demon, so it needed to be... reworked?<</cain>>
<<me>>YOU REWORKED MY SOUL?!<</me>>
<<cain>>Hey hey now, calm down. It's really not as bad as you think. Really, it's more like I made it more... efficient. Nothing was broken, or thrown out. You are the same person you were yesterday, just organized better.<</cain>>
It took me a while to calm down, as I started thinking. I really was worried something was done, but the more I thought about everything, the more everything seemed the same. I suppose he might actually be telling the truth.
<<cain>>I am telling you the truth. When God made your souls, he kinda threw a bunch of stuff together.<</cain>>
Wait, how did...
<<cain>>We're in your head kid. Obviously you're an open book right now.<</cain>>
I glared at him.
<<me>>You didn't finish your answer. You said you needed help with some demons? I'm not going to kill anyone or anything like that.<</me>>
Cain smiled.
<<cain>>I didn't pick you for that buddy. Like I said, this is your lucky day. Because the demons you are hosting are some real celebrities. They are none other than the seven deadly sins.<</cain>>
He smiled, adding some sort of fanfare with his hands. However, after seeing my worried face, he continued.
<<cain>>Hey, didn't I tell you to relax? Listen, the thing about the sins is that... How do I say this... Well, they're kind of useless without a conduit. Although they are very powerful in and of themselves, they also have lost any consciousness through that power, and as a result, are more akin to a set of tools, than real demons.<</cain>>
<<me>>What does that mean?<</me>>
<<cain>>Ok, well that was more than 3 questions, but I'll allow it because it covers this.<</cain>>
Cain reached down, and raised my hand, bringing attention to the new marks that appeared all over my hand.
<img class="leftimg" src="images/Side/Misc/Lust Symbol.png">\
\<<cain>>Tools, like a knife, for example, have no consciousness of their own. If left to their own devices, they will sit there, and gather dust. But if wielded by someone, that knife can help them cut their food, or sharpen a stick, or gut a fish. The sins are the same. They have no will, but can help the user by improving their abilities. This symbol-<</cain>>
He points at my hand.
<<cain>>Is the symbol for lust.<</cain>>
I felt my cheeks get red, as I realized my hand started hurting when I was ogling <<nmom1>> and <<ncomb>>. Cain reached over, and slapped my back.
<<cain>>Hey, buddy, I'm not here to judge you. Trust me, you spend enough time in hell, you'll see everything. Nothing you've got trapped in this head of yours will even begin to shock me. I'm here to help you. One things about the sins, is that they help indulge, and that's what I need you to do. In order to help them get stronger.<</cain>>
<<me>>Wait... So...<</me>>
My mind went back to the busty <<ncomb>>.
<<cain>>Yeah, Lust can help with her. Or any women. Or man, if that's your thing.<</cain>>
I thought about it, and as I turned around to ask him suddenly, I found myself back in the bathroom.
<<Button 'Back to reality' 'Intro9' '.contbut' '$inv.image.pushUnique("images/Inventory/Phone.png"), $inv.text.pushUnique("Phone")'>><img class="leftimg" src="images/Characters/Town/Comic Store/Owner/03.png">Ok... Time to find out whether he's telling the truth, or whether I'm losing my mind.
<<cain>>I'm real. Can't get rid of me.<</cain>>
I sighed as I grabbed the door handle.
<<met>>A hallucination would say that, wouldn't he?<</met>>
I could feel <<ncain>> chuckling.
<<cain>>That's fair. Why don't you go risk it with your boss?<</cain>>
I guess there was no harm. Either I find out I have early onset dementia, or... Something better. As I grabbed the handle to <<ncomb>>'s office, I could hear <<ncain>> chuckle again.
<<cain>>More like early onset demontia, am I right?<</cain>>
<<met>>Ok, if you're going to be here, I need you to cool it.<</met>>
After a few more chuckles, he quieted down. I gripped the door, before I suddenly stopped.
<<me>>Wait, what am I going to say about this?<</me>>
I raised my hand, as if showing it to someone.
<<me>><<ncomb>> isn't going to believe I got a tattoo in the last 5 minutes.<</me>>
<<cain>>Oh, that's easy, she just can't see it.<</cain>>
<<me>>What do you mean she can't see it?<</me>>
<<cain>>What do you mean what do I mean? She won't be able to see it. It's powerful magic that binds the sins to your soul. If the human brain is good at one thing, it's keeping it's inhabitant alive. That kind of magic is unhealthy to witness and as such, most people just... evolved to not see it.<</cain>>
<<me>>Really? You're blaming evolution?<</me>>
I could feel him shrug.
<<cain>>I don't know what you want me to say. Why do you think your kind hasn't burned witches for a while? You stopped seeing magic, so you stopped burning them<</cain>>
<<me>>Huh... Wait, witches were real?<</me>>
<<cain>>Hey!<</cain>>
I felt fingers snap in front of my face.
<<cain>>Focus up. Go test out Lust.<</cain>>
I sighed, then opened the door, and saw <<ncomb>> sitting at her desk, ruffling through some paper. She looked up to me, but quickly went back to her papers.
<<comb>>Everything ok <<nme>>? It's getting close to opening time, no?<</comb>>
As her focus was mainly on her papers, and lust was on my mind, I couldn't help but look a bit lower. She was so fucking hot, and what I was about to attempt was...
Wait, what was I about to do? <<ncain>> didn't explain how it worked, just that the symbol meant lust. Did that mean I would get horny? What the hell-
<<cain>>Just calm down. Make a command, and focus on the crest on your hand.<</cain>>
I flinched when I heard his voice. Is this smart? Trying this with my boss? Maybe I should try it with someone less important to my life. After all, if she calls me a creep, I get fired, and everyone around here jus-
<<comb>><<nme>>? Are you ok?<</comb>>
I could feel <<ncain>>'s impatience, so I just did it. What's the worst that could happen?
<<Button 'Hey, its kinda hot in here' 'Intro10' '.lustbut' '$ButInf to 1'>>I could feel myself sinking into myself from embarassment. I mean, come on, did I seriously think that <<ncain>> was anything more than a brain tumor manifesting? But as I watched <<ncomb>>, I started to think maybe I was fine.
<<comb>>Y-yeah, it kind of is.<</comb>>
I could see <<ncomb>> get flushed, as her chest started raising up and down a bit faster. I looked at her face, and for a brief moment, our eyes met. She quickly looked down, giggling lightly, sounding more akin to a school girl with a crush, as opposed to the intelligent woman I knew her as.
<<cain>>Ok, a bit more pathetic than I expected, but it still works.<</cain>>
I could hear <<ncain>> saying, as <<ncomb>> twiddled the pen in her hand.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/04.png">\
<<comb>>Do you think...<</comb>>
<<ncomb>> started to say, before she looked down again. She gripped her pen tightly, looking as if she were steeling herself up. Suddenly, she stood up, grabbing her shirt, and bringing it over her chest, baring them.
<<comb>>I think this should help cool me down.<</comb>>
She said, sensually biting the bottom of her shirt, as I stared directly at my bosses perfect tits. I could feel the blood rush down to my cock.
<<comb>>Well don't just stare. Do you like them?<</comb>>
Her question brought me back to reality, and I looked back up to her face. She looked like she wanted to jump my bones in that very moment.
<<me>>Y-yeah. They're amazing.<</me>>
I said, stumbling over my words for a moment. I had never seen that look on <<ncomb>>'s face before, but I couldn't look away. She looked so incredibly hot.
<<comb>>I'm glad.<</comb>>
Suddenly, I got an idea, and pulled my phone from my pocket, pointing it at her. She looked surprised for a second, before raising her chest a bit. I took the picture, staring at it for a second. I then looked back at her. But before I could say anything, something changed.
And as if a shooting star, the look disappeared as quickly as it arrived. Suddenly, <<ncomb>> looked sober. She realized she was still holding her shirt up, and quickly brought it down, covering her pink nipples. She looked a bit embarrassed, and cleared her throat.
<<comb>>Actually, I feel better now. You should get back to work, we open soon.<</comb>>
I looked down at my hand, seeing the mark, and looked back at her. I wanted more.
<<Button 'Get naked for me' 'Intro11' '.lustbut' '$GallImg.pushUnique("images/Phone/Gallery/4.png"), $BackImg.pushUnique("images/Phone/Homescreens/4.png"), $NewGal to 1, $ImgAm += 1'>><img class="leftimg" src="images/Characters/Town/Comic Store/Owner/02.png">\
\Suddenly, I felt the back of my hand start burning, before ending just as quick. As if... A warning?
<<cain>>It was a warning. The sins are like any other muscle. You wouldn't suddenly try to run a marathon after laying on the couch for a year, your body would give out from under you. The sins are the same. They need to be honed to your body.<</cain>>
I could hear <<ncain>> say. Suddenly, I realized what I just said to <<ncomb>>. Oddly enough, she didn't look mad, just confused.
<<comb>>Did you say something?<</comb>>
She asked, sitting back down at her desk, and going right back to her paper work. She acted as if she didn't hear what I said.
<<cain>>Technically she didn't. When you make commands with any of the sins, you're... I guess the best way of saying it is you're speaking the sins language. So you were speaking in Lust. The language is very old, primordial. As such, modern humans, if they don't understand it, their brain sort of throws it out.<</cain>>
I mentally thanked <<ncain>> for the explanation, and looked down at the mark, before looking back at <<ncomb>>.
<<me>>Uh, yeah. I actually do feel a bit bad right now. Do you mind if I call Barry to take over for me? Just for today?<</me>>
<<ncomb>> looked up at me, worried. She came up to me, pressing the back of her hand on my forehead, exhibiting a strange warmth, especially contrasted to what had just happened.
<<comb>>You don't feel warm. If Barry can cover for you, that's fine, go home and get some rest.<</comb>>
I nodded, smiling at her. As I turned around, opening the door, she tapped my shoulder. I looked back, and saw her blushing again.
<<comb>>And hey, don't tell anyone about what I did, ok? And definitely don't show anyone that photo!<</comb>>
She said with an air of authority, although I could tell she was more asking me. As if what she did was her own choice. I nodded, blushing myself, before leaving the room. After a quick call to Barry, who agreed to cover my shift, I left the store, and headed home.
<<met>>So how would I be able to get <<ncomb>> to do... more things?<</met>>
<<cain>>Well it's both a muscle, as well as an effect on the person you use it on. So for the first part, you have to exercise it.<</cain>>
I smiled when I heard that.
<<cain>>Why do you think I chose you <<nme>>? Sure, there are plenty of horny degenerates. But you have the needs to be able to fully utilize all of the sins. So I expect you to use them in however way you want. You will get absolutely no judgment from me.<</cain>>
I nodded.
<<met>>Ok. Well, how do I... Well, you said all of the sins. How do I actually use them?<</met>>
<<cain>>You have to manifest them. For example, with Lust, you felt a lot of lust. First, with <<if $fet.inc eq "mother" or $fet.inc eq "mom">>your mom<<else>><span class="Mom1Text">$mom1.name</span><</if>>, and then afterwards with <<ncomb>>. All of the sins are inside of you, just... dormant. You gotta bring them out, by indulging in the sin.<</cain>>
<<met>>I can do that.<</met>>
I said to <<ncain>>, stepping off the bus, standing in front of my house.
<<cain>>I know you can.<</cain>>
<<Button 'What now?' 'Intro12' '.contbut' '$comb.percent += 1'>><<if $sis2.scene.includes(1) && $Time lte 3>><<include "Sis2: 1-1">><<else>><div class="Portrait"><img src="images/Locations/Portraits/Brighttown.png"><div class="PortraitText">Brighttown</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Brighttown">></td></tr></table>
<br>
<table width="100%">
<tr>
<td>
<<if hasVisited("StoryPass10") && not hasVisited("StoryPass11")>><span id="lImageL">[img[images/Locations/SexShop.png][StoryPass11][$scene to 1]]<span class="lText">[[The Hardware Store|StoryPass11][$scene to 1]]</span></span>
<<else>>
<<if $location.sexshop eq 1 && $Time gte 1>><span id="lImageL">[img[images/Locations/SexShop.png][SexShop]]<span class="lText">[[The Hardware Store|SexShop]]
<div class="schedule-grid">
<<include "SexSchd">>
</div>
</span></span><<else>><span id="lImageLC"><<hovertip "Closed">>[img[images/Locations/SexShop.png]]<span class="lTextC">The Hardware Store</span><</hovertip>></span><</if>>
<</if>>
</td>
<td>
<<if $location.sonar is 1 && ($Time gte 3 || $inv.keystext.includes("Sonar Keycard"))>><span id="lImageR">[img[images/Locations/Sonar.png][Sonar]]<span class="lText">[[Sonar]]
<div class="schedule-grid">
<<include "SonSchd">>
</div>
</span></span><<else>><span id="lImageRC"><<hovertip "Closed">>[img[images/Locations/Sonar.png]]<span class="lTextC">Sonar</span><</hovertip>></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $Time gte 1>><span id="lImageL">[img[images/Locations/Bar.png][Bar]]<span class="lText">[[Parched Throat|Bar]]
<div class="schedule-grid">
<<include "BarSchd">>
</div>
</span></span><<else>><span id="lImageLC"><<hovertip "Closed">>[img[images/Locations/Bar.png]]<span class="lTextC">Parched Throat</span><</hovertip>></span><</if>>
</td>
<td>
</td>
</tr>
</table>
<br>
<<Button 'Leave Brighttown' 'LocationHub' '.return2' '$f to 1'>><</if>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Sonar.png"><div class="PortraitText">Sonar</div></div>
The hottest night club in the city. Loud, hot, and filled with people every night!
<<if hasVisited("Side2-1") && $event.side2 gte 1 && $story.side2 lt 2>><<SButton 'Look for dealer' 'Side2-2B' '.side' '$f to 1'>>
<</if>><<if hasVisited("ManifestSin: Pride6") && not hasVisited("Dean: 1-1") && $Time gte 3>><<SButton 'Break through her pride' 'Dean: 1-1' '.main' '$f to 1'>>
<</if>><<if $assw.text gte 8 && not hasVisited("Side3-1")>><<SButton 'A summons from the owner' 'Side3-1' '.side' '$f to 1'>>
<</if>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Bar.png"><div class="PortraitText">The Parched Throat</div></div>
The Parched Throat is the go to bar around here. There are plenty of others, but none as nice, or as cheap, as this place.
<<if $mom2.scene[0] gte 3 && $Time is 4 && $Day is 3 && not hasVisited("AssW: 1-1")>><<SButton 'Look around the bar' 'AssW: 1-1' '.harem' '$f to 1'>>
<</if>><<if def $asswgf.date && not hasVisited("AssWGF: 1-1") && $Time is 3 && $Day is 4>><<SButton 'Reflect on your decisions' 'AssWGF: 1-1' '.harem' '$asswgf.met to 1'>>
<</if>><<if hasVisited("ManifestSin: Wrath5") && not hasVisited("BusiD: 1-1") && $Time gte 3>><<SButton '<<nbusid>> is drowning her worry' 'BusiD: 1-1' '.main' '$f to 1'>>
<</if>><<if $comb.scene.includes(3) && $comb.loc is "bar" && not hasVisited("ComB: 3-1") && $event.comb gte 3>><<SButton 'An encounter at the bar' 'ComB: 3-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to Brighttown' 'Brighttown' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Room.png"><div class="PortraitText">Your Room</div></div><br>
<table width="100%" style ="margin-top: -0.4em; margin-bottom: 2em;"><tr><td></td><td></td><td></td><td><<include "WaitButton">></td><td><<include "SleepButton">></td><td></td><td></td><td></td></tr></table>\
\
Your room. A bed, some posters on the walls of bands you don't listen to anymore, your computer, and some games. Nothing special.
<<if $player.prog gte 5 && not hasVisited("ManifestSin: Pride1")>><<SButton 'Make a plan' 'ManifestSin: Pride1' '.main' '$f to 1'>>
<</if>><<if ($event.gen1 gte 2 && hasVisited("ManifestSin: Pride2") && $player.dec is "pride" && $Time lte 2 && not hasVisited("ManifestSin: Pride3")) || ($event.gen1 gte 2 && hasVisited("BusiD: 1-2") && $player.dec is "wrath" && $Time lte 2 && not hasVisited("ManifestSin: Pride3"))>><<SButton 'First step to manifest Pride' 'ManifestSin: Pride3' '.main' '$Time to 3'>>
<</if>><<if ($event.gen1 gte 2 && hasVisited("ManifestSin: Wrath1") && $player.dec is "wrath" && $Time lte 2 && not hasVisited("ManifestSin: Wrath2")) || ($event.gen1 gte 2 && hasVisited("Dean: 1-2") && $player.dec is "pride" && $Time lte 2 && not hasVisited("ManifestSin: Wrath2"))>><<SButton 'First step to manifest Wrath' 'ManifestSin: Wrath2' '.main' '$Time to 3'>>
<</if>><<if $bankc.scene.includes(4) && $inv.text.includes("Cock Mold") && $event.bankc gte 3 && not hasVisited("BankC: 4-1")>><<SButton 'Make a mold of your cock' 'BankC: 4-1' '.harem' '$event.bankc to 0'>>
<</if>><<if $asswgf.scene[0] gt 1 && $bankc.scene[0] gte 5 && not hasVisited("Side2-1") && $event.bankc gte 1>><<SButton 'Loose Connections' 'Side2-1' '.side' '$f to 1'>>
<</if>><<if hasVisited("ManifestSin: Wrath2") && not hasVisited("ManifestSin: Wrath3") && $event.hospad gte 1>><<SButton 'Do some research' 'ManifestSin: Wrath3' '.main' '$f to 1'>>
<</if>><<Button 'Replays' 'Replays' '.contbut' '$f to 1'>>
<<Button 'Back to home' 'Home' '.return2' '$f to 1'>>\
\
\
<<if $Day gte 7>>\
<<set $Day = 0>>\
<</if>><<set $scene to 0>><<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/Bathroom.png"><div class="PortraitText">Bathroom</div></div><</nobr>>
A bathroom. Clean, and definitely well decorated. It's obvious this house is primarily filled with women.
<<if $sis3.scene.includes(2) && $player.prog gte 5 && $sis3.loc is "bathroom">><<SButton '<<nsis3>> is doing her makeup' 'Sis3: 2-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/MomRoom.png"><div class="PortraitText"><<if $fet.inc is 1>>Mom's Room<<else>>$mom1.name's Room<</if>></div></div><</nobr>>
Your <<if $fet.inc is 1>>mom's<<else>>landlady's<</if>> room. Well decorated. Has a very large walk in closet, enough to facilitate both $mom1.name and $mom2.name's needs.
<<if $Time is 2 && $Day is 3 && $mom2.scene.includes(3) && $player.prog gte 5>>\
<<SButton '<<nmom2>> is getting ready for a date' 'Mom2: 3-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<if $mom1.scene.includes(2) && $mom2.scene.includes(3) && $sis1.scene.includes(2) && $sis2.scene.includes(2) && $sis3.scene.includes(2) && $bankw.scene.includes(3) && $bankc.scene.includes(2) && $nun1.scene.includes(2) && not hasVisited("StoryPass1")>>\
Walking through downtown...<<set $player.prog to 3>>
<<if $Time lt 3>><<set $Time to 3>><</if>>
<<timed 1.5s>><<goto "StoryPass1">><</timed>>
<<else>><div class="Portrait"><img src="images/Locations/Portraits/Business.png"><div class="PortraitText">Downtown</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Downtown">></td></tr></table>
<br>
<table width="100%">
<tr>
<td>
<<if $location.bank eq 1 && $Time lte 2>><span id="lImageL">[img[images/Locations/Bank.png][Bank]]<span class="lText">[[Bank]]
<div class="schedule-grid">
<<include "BankSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Bank.png]]<span class="lTextC">Bank</span></span><</if>>
</td>
<td>
<<if $location.export eq 1 && $Time lte 2>><span id="lImageR">[img[images/Locations/ImpExp.png][Borderlands]]<span class="lText">[[Borderlands]]
<div class="schedule-grid">
<<include "BordSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/ImpExp.png]]<span class="lTextC">Borderlands</span></span><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.invest eq 1 && $Time lte 2>><span id="lImageL">[img[images/Locations/Invest.png][Stockbreaking]]<span class="lText">[[Stockbreaking]]
<div class="schedule-grid">
<<include "StockSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Invest.png]]<span class="lTextC">Stockbreaking</span></span><</if>>
</td>
<<if $mom2.cheat eq 1>><td>
<<if $location.hotel eq 1 && $Time lte 2>><span id="lImageR">[img[images/Locations/Hotel.png][Hotel]]<span class="lText">[[Hotel]]
<div class="schedule-grid">
<<include "HotelSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Hotel.png]]<span class="lTextC">Hotel</span></span><</if>>
</td><</if>>
</tr>
</table>
<br>
<<Button 'Back to town' 'LocationHub' '.return2' '$f to 1'>><</if>><<set $scene to 0>><<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/Sis1Room.png"><div class="PortraitText">$sis1.name's Room</div></div><</nobr>>
$sis1.name's room. Fairly professional, very befitting her personality, unlike $sis2.name's, $sis3.name's, or yours for that matter.
<<if $sis1.scene.includes(1) && $Time is 3>><<OButton 'Knock on <<nsis1>>s door' 'Sis1: 1-1' '.harem' '$sis1.met to 1'>>
<</if>><<if $sis1.scene.includes(2) && $Time is 0 && $Day is 5>><<SButton '<<nsis1>> is in her room' 'Sis1: 2-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<nobr>><div class="Portrait"><img src="images/Locations/Portraits/Sis2Room.png"><div class="PortraitText">$sis2.name's Room</div></div><</nobr>>
Decorated in her teenage years, the theme has been maintained since. She lost the emo boy band posters long ago, but she kept the dark aesthetic.
<<if $lHome.includes($sis1.loc) && $lHome.includes($sis2.loc) && $sis3.scene.includes(7) && $Time lt 4 && $event.sis3 gte 2>><<SButton 'A bit more of a push' 'FamMix: 2-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/Sis3Room.png"><div class="PortraitText">$sis3.name's Room</div></div><</nobr>>
A bright and vibrant room, reflective of the personality that lives in it.
<<if $sis3.scene.includes(1) && $Time is 2>><<OButton 'Knock on <<nsis3>>s door' 'Sis3: 1-1' '.harem' '$sis3.met to 1'>>
<</if>><<if $sis3.loc is "sis3room" && $sis3.scene[0] gte 5 && hasVisited("Side2-1") && not hasVisited("Side2-2A")>><<SButton 'Ask <<nsis3>> about my idea' 'Side2-2A' '.side' '$f to 1'>>
<</if>><<if $sis3.loc is "sis3room" && $sis3.scene.includes(5) && $Time lt 4>><<SButton 'Time for some training' 'Sis3: 5-1' '.harem' '$f to 1'>>
<</if>><<if $sis3.loc is "sis3room" && $sis3.scene.includes(6) && hasVisited("Sis3: 5.5") && $event.sis1 gte 1>><<SButton 'Put the plan into action' 'Sis3: 6-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<cain>>Now? Well I would recommend manifesting the other sins.<</cain>>
I walked into my room, and sitting on my bed.
<<me>>Ok, well, how do I do that?<</me>>
<<cain>>Not unlike how you unlocked Lust.<</cain>>
<<me>>So I just need to... Feel greedy?<</me>>
<<cain>>That's part of it, but feeling greedy isn't really enough. Sorry to break it to you, but Lust is the first sin that was created by our species. Greed was a close second, but a second nonetheless. Which is to say, Lust will always be the easiest to manifest. Every other time I've brought the sins out to play, Lust was always the first to be let out.<</cain>>
I flinched at his words.
<<me>>Wait, other times?<</me>>
<<cain>>Yeah, but keep your head in the game. Thankfully, those other times has allowed me create something akin to a formula. Or, maybe a recipe would be a more apt description. What you need is to go to a temple of the sin in question.<</cain>>
<<me>>We don't build temples to demons, <<ncain>>.<</me>>
<<cain>>Oh, but you do. Sure, they're not explicitly temples for the sin, but they are filled with the energy they love.<</cain>>
<<me>>You're telling me that comic book stores are temples to Lust?<</me>>
<<cain>>No way. But <em>that</em> comic book store? Oh yeah, I could feel it before you even entered the store. I mean, come on kid, you know what the deal is. That store shouldn't be open, let alone profitable. And yet...<</cain>>
I thought about it for a second.
<<me>>And yet, all of the people there come, just to see <<ncomb>>.<</me>>
<<cain>>Bingo. That place is nothing but a temple of Lust, carried almost entirely by one priestess.<</cain>>
I sat back, laughing slightly at what I was hearing, yet believing every word.
<<me>>Alright, so, whats the formula. Or the recipe, or whatever. Go to a temple, then what?<</me>>
<<cain>>Well, here's where the other sins need a bit of help that Lust doesn't. You need to dominate someone there. Someone with power there, someone who wields these energies that the sins love. Bend their will so it goes against their wishes, and towards your own.<</cain>>
<<me>>What? How am I supposed to bend someones will? And why would that manifest the sin?<</me>>
<<cain>>Well Lust is usually around to help, but it's definitely a task.<</cain>>
I thought about it for a moment, and <<ncain>> cut me off.
<<cain>>Alright, I guess we're at that point.<</cain>>
<<me>>What point?<</me>>
<<cain>>The point where I have to explain why you should put in the effort to even manifest the other sins.<</cain>>
<<me>>I wasn't-<</me>>
<<cain>>Relax kid, like I said, there were others. They all, at one point, thought about just saying fuck it, and having fun with Lust alone. It's another reason why it's the easiest to manifest. It's had the most practise. And so, I can explain to you, why you should put in the effort.<</cain>>
I felt a bit embarrassed, as if I were a kid getting caught with my hand in the cookie jar.
<<cain>>So, one thing I like about modern times is you guys already have terms for the benefits. So, you ready?<</cain>>
I shrugged. <<ncain>> sighed, but continued.
<<cain>>Each sin comes with a passive, as well as an active. Are you following me?<</cain>>
<<me>>Are those video game terms? You have video games in hell?<</me>>
<<cain>>Yeah, well, as the times change, so do punishments. You'd be surprised at how creative I've made some of the demons downstairs. League of Legends is a game I am very familiar with. Anyway, you understand those terms?<</cain>>
<<me>>Yeah, passives are things that are always running, and actives are-<</me>>
I quickly sat up.
<<me>>Wait, what are the Lust abilities?<</me>>
<<ncain>> chuckled.
<<cain>>He caught up.<</cain>>
After a couple more seconds of laughing, he spoke up.
<<cain>>Go to the mirror.<</cain>>
<<Button 'Go to the bathroom' 'Intro13' '.contbut' '$f to 1'>>I shot up, and looked around for a mirror, then ran to the bathroom. I looked at myself, inspecting myself closely. After a minute of checking everything carefully, I spoke up.
<<me>>I can't see anything.<</me>>
<<ncain>> laughed again. I sighed in annoyance.
<<cain>>Yeah, sorry, just messing with you. Lust doesn't really come with any visible changes.<</cain>>
My ears perked up. <<ncain>> noticed that.
<<cain>>That's right, nothing visibly noticable. However, Lust comes with the passive called "Adonis".<</cain>>
<<me>>Alright, cool. Shouldn't that make me... I don't know, more attractive?<</me>>
<<cain>>Well looks aren't everything kid. But you are more attractive right now. Basically any woman you meet now... Well, they'll be excited to meet you. They'll also be very sensitive to your touch.<</cain>>
I smiled at that.
<<me>>Awesome.<</me>>
<<cain>>It is awesome. Although that's not it. The opposite sex will love you, but the same sex will be very submissive, which is very useful, as many men tend to lust over women that are already taken. Although the effects can vary from person to person.<</cain>>
I nodded at that, understanding the purpose.
<<me>>So what's the active?<</me>>
<<cain>>You already tried it. It's called "Carnal Fog." It makes anyone instantly horny, significantly more pliable, and increasingly willing to commit sexual acts. Or did you think <<ncomb>> flashed you her tits for fun?<</cain>>
<<me>>Yeah, you've got a point. Who's naming these?<</me>>
<<cain>>I am. I have some time, so I entertain myself with these.<</cain>>
It was my turn to chuckle, which left <<ncain>> to look at his wrist, as if looking at a watch.
<<cain>>Yeah, yeah, ha ha. <em>Anyway</em>, every sin has something like this. And more, because these are just the sins at their lowest manifestation point. The more you exercise the sin, the more power it can unleash, which gives you more tools to play with. Do you understand why you should manifest them all?<</cain>>
<<me>>Yeah, I get it. How do I know how much power each sin can unleash?<</me>>
<<cain>>You can ask me. Your generation responds fairly well to video game terminology, so I'll keep it to that.<</cain>>
<<me>>Cool. So, what are all the abilities?<</me>>
<<cain>>Well I'm not going to ruin the surprise, you should find out for yourself. If I could make a recommendation, you should focus on manifesting Wrath.<</cain>>
<<me>>Wrath? What, no way, Greed is first.<</me>>
I patted my pockets, feeling my very flat wallet.
<<me>>I need some money.<</me>>
<<cain>>I get that but Wrath would-<</cain>>
<<me>>Isn't Wrath like, anger? I'll manifest it, but I don't really think that's a priority.<</me>>
I heard <<ncain>> clear his throat, before shrugging.
<<cain>>I guess you're right. Well, Greed is pretty clear cut sin. I bet you can even figure out the temple.<</cain>>
<<me>>I would assume the bank.<</me>>
<<cain>>Ding ding, give the man a prize.<</cain>>
<<me>>So, we dominate the... Bank manager?<</me>>
<<cain>>He's on a roll.<</cain>>
I nodded, and grabbed the door handle. As I opened the door, I heard some noises in the living room.
<<met>>Hmm, who could that be?<</met>>
<<Button 'Head Out' 'LocationHub' '.main' '$PowersTab to 1, $mom1.scene.pushUnique(1), $mCain to 1, $InvTabActive eq 1, $player.prog to 1, $Ach to 1, $GoHome to 1, $A01 to 1'>>
<<Button 'Check out the noise' 'Mom1: 1-1' '.side' '$PowersTab to 1, $mCain to 1, $player.prog to 1, $InvTabActive eq 1, $Ach to 1, $A01 to 1'>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<table id="InfoTable" width=100%><tr><td>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Back to Story|$return]]@@</td><td></td><td><<Button 'Return' 'Information' '.return2' '$f to 1'>></td></tr></table>
<</nobr>><table width="100%">
<tr>
<td width="30%"><img src="images/Menu/Passage/.main.png" height="100" width="100" ></td>
<td class="centertext">
<h2><span style="color: #005486">Main Story</span> Quest</h2>These quests serve to push the storyline forwards. Note, that they can be taken freely without worry of missing other content. If they do lock out certain content, there will be a warning.
</td>
</tr>
<tr>
<td width="30%"><img src="images/Menu/Passage/.side.png" height="100" width="100" ></td>
<td class="centertext">
<h2><span style="color: #007686">Side Story</span> Quest</h2><br>These quests are not necessary to complete the final story. That's not to say that they can't affect the main story.
</td>
</tr>
<tr>
<td width="30%"><img src="images/Menu/Passage/.contbut.png" height="100" width="100" ></td>
<td class="centertext">
<h2><span style="color: #008686">Continue</span> Button</h2><br>Simple continuation to the next passage.
</td>
</tr>
<tr>
<<if $ButInf eq 1>><td width="30%"><img src="images/Menu/Passage/.lustbut.png" height="100" width="100" ></td>
<td class="centertext">
<h2><span style="color: #FF6BC6">Lust</span> Ability</h2><br>These choices are the player using a Lust Sin ability.
</td><</if>>
</tr>
</table><<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/LivingRoom.png"><div class="PortraitText">Living Room</div></div><</nobr>>
The living room to your house. There's a TV on the wall, with some comfortable couches facing it. The speaker system connected to it is also quite nice. All in all, a comfortable place to spend time in.
<<if $mom1.scene.includes(1) && $Time eq 0>><<OButton '<<nmom1>> looks bored reading a book' 'Mom1: 1-1' '.harem' '$f to 1'>>
<</if>><<if $sub1.scene.includes(2) && $sis3.text gte 2 && $Day is 5 && $Time is 3>><<SButton 'Prepare for the night' 'Sub1: 2-1' '.harem' '$f to 1'>>
<</if>><<if $sis1.scene.includes(6) && $sis1.loc is "living" && not hasVisited("Sis3: 5.5") && hasVisited("Sis3: 5-2")>><<SButton 'Plans for <<nsis3>>' 'Sis3: 5.5' '.harem' '$f to 1'>>
<</if>><<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>>/* Location: Living Room */<<if previous() is "Intro13">><nobr><<notify 3s>><div class="achnotif">
<div class="item1">Achievement unlocked!</div>
<div class="item2">[img[images/Achievements/01.png][Achievements]]</div>
</div><</notify>></nobr><</if>>\
<img class="leftimg" src="images/Characters/House/Landladies/M03.png">\
I enter the living room, and spot <<nmom1>> sitting on the couch, reading a textbook. As I enter the room, she looks at me, raising her eyebrow.
<<mom1>>Hey. Heard you come in, everything ok?<</mom1>>
<<me>>Yeah, everything is good <<nmom1>>. What are you reading?<</me>>
She sighed, closing the heavy book, placing it on the table beside the couch. She leaned back, unintentionally revealing her cleavage, and rubbed her temples.
<<mom1>>Nothing interesting, really. One of the professors in my department recommended this book, but it's honestly not very good.<</mom1>>
She stood up, giving me a good look at her body.
<<mom1>>What about you? <<if $Time gte 3>>You have any plans tonight?<<elseif $Time eq 0>>You heading to work soon?<<else>>What are you planning today?<</if>><</mom1>>
<<me>><<if $Time gte 3>>Nah, I was thinking about lazing around the house for tonight. Watch some TV. Care to join me?<<elseif $Time eq 0>>No, <<ncomb>> called saying Barry was going to cover me. I was gonna watch some TV, wanna join me?<<else>>Figured I'd kill some time, maybe watch some TV. Wanna join me?<</if>><</me>>
She looked down at her book, and after a few seconds, smiled back at me.
<<mom1>>Gladly. Anything to distract me from that monstrosity.<</mom1>>
I chuckled, as I took the seat beside her.
<<me>>That bad huh?<</me>>
<<mom1>>No, it's honestly worse. Honestly, I would fire Kevin just for this, but...<</mom1>>
She trailed off, quickly shaking her head, causing her breasts to shake alongside.
<<mom1>>Nevermind. Cmon, what are we watching?<</mom1>>
I grabbed the controller, and started flipping through different shows on Netflix, before selecting some random show I knew she would enjoy. I, however, was more focused on something else. I could see the mark on my hand, and I almost felt it twitch in excitement. After a few minutes, when I knew <<nmom1>> was distracted by the show, I leaned over to her.
<<Button 'Why dont you take off your shirt?' 'Mom1: 1-2' '.lustbut' '$mom1.percent += 1, $player.lust += 1'>><img class="leftimg" src="images/Characters/House/Landladies/M04.png">\
\I loved watching the effects of Lust, as the blood rushed to <<nmom1>>s face. She looked up and me, with a look I have never seen her make before, followed by a goofy smile. I could tell she was feeling the effects.
<<mom1>>Yeah, ok baby.<</mom1>>
She responded, before leaning backwards, and slowly taking off her shirt, letting me see her purple bra underneath, barely constraining her massive tits. I watched in awe, admiring her, before she neatly folded the shirt on the couch beside her. She looked back at me, and I saw her biting her lip, looking me up and down. I could tell her breathing had gotten more shallow. Before I knew what was happening, she leaned into me, resting her head on my shoulder, and placing her hand on my chest.
I leaned back, enjoying her fingers tracing my chest, as we both idly sat there. After a minute, I pulled my hand down, resting it on her shoulder. If anyone walked in, we would honestly look like a couple. A couple about to mess around, considering her lack of shirt. After another minute, I brought my hand lower, resting my fingers on her bra. I could feel her tense up a little, but after a few moments, she relaxed again. Following her lead, I started moving my finger a bit, bringing it up until I could feel her chest.
<<mom1>>What do you think you're doing?<</mom1>>
<<nmom1>> asked. I froze up thinking the effects had worn off, but as she continued playing with her finger on my chest, I cautiously kept going.
<<me>>I'm just watching TV. Why, what did you think I was doing?<</me>>
<<mom1>>I think you're being a naughty boy. You're touching your <<if $fet.inc eq 1>>mommy's<<else>>landladies<</if>> chest. That's just inappropriate.<</mom1>>
Although her words themselves sounded serious, she was saying it all in a flirty manner, still running her finger up and down my chest.
<<me>>You don't seem to mind me doing this.<</me>>
I said, pushing my luck, and bringing my hand down, grabbing her right breast in my hand, over her bra. As I did, she moaned lightly, and seemed to sink into me a little more.
<<mom1>>So naughty. I'm <<if $fet.inc eq 1>>your mother, and <</if>>a married woman <<nme>>. How do you think that <<nmom2>> would react to seeing you playing with me like this?<</mom1>>
<<me>>Don't worry about her. We're just having a bit of fun, aren't we?<</me>>
She looked up to me, hunger in her eyes.
<<mom1>>Are we?<</mom1>>
She said, sounding hornier than I had ever heard her. I looked down at her, and couldn't help myself. I leaned down, taking her lips into mine. <<nmom1>> squealed lightly, before melting into the kiss. As I made out with her, groping her large breast, I could feel my cock pulsing in my pants. But more importantly, I could feel the weight of the Lust mark on my hand. I knew I had to keep going.
But as I went to make another command, I could feel the weight turn to a burning sensation. I knew what that meant. Still, <<nmom1>> wasn't going anywhere anytime soon, so I would have more chances after this. For now, I would have to be content with enjoying the taste of <<nmom1>>'s tongue.
After a few minutes, I could feel her slowing down, until she finally pushed away from me. I could see her breathing hard, a line of saliva still connecting our mouths together. She looked up to me, her earlier passion simmered down, but not completely gone.
<<mom1>>I... I think I'm going to finish that book now.<</mom1>>
<<me>>Go for it. I'll be here... If you ever want to have fun again.<</me>>
I chuckled, as she stood up, grabbing her book. She had almost left, before realizing she was still topless, and rushed back to the couch, grabbing her blouse. As she walked away, I saw her pause, looking back at me, then shaking her head, leaving the room.<<if $player.greed gte 1>>
As I turned back to the TV, I could feel energy ripple through me, end up in my arm. The symbol for lust transformed, turning into greed. Just as it did that, I felt the energy leave my body, and attach to $mom1.name, and suddenly I was aware of her. I could feel her walking into her bedroom. I let that feeling linger, and after a few minutes, I felt it come down the hallway. As it did, so did she, waving at me awkwardly as she made her way to her car, and to work. The mark of greed had been applied.<<set $mom1.marked to 1>><</if>>
<<Button 'Finish watching TV' 'LivingRoom' '.return2' '$mom1.percent += 1, $Time += 1, $mom1.scene.deleteFirst(1), $mom1.scene.pushUnique(2), $mom1.sub +=1, $event.mom1 to 0, $scene to 0'>><div class="Portrait"><img src="images/Locations/Portraits/Bank.png"><div class="PortraitText">Bank</div></div>
The lobby of the Livington main bank. A fairly nice space, with plenty of tellers and offices.
<<if $bankw.scene.includes(1) && $Time lte 2>><<OButton 'Alright, at the bank. Now what?' 'BankW: 1-1' '.main' '$bankc.met to 1, $bankw.met to 1'>> /* Bank Wife Scene 1 */
<</if>><<if $bankw.scene.includes(2) && $Time lte 2 && $event.bankw gte 1>><<OButton 'Get to work on $bankw.name again' 'BankW: 2-1' '.main' '$f to 1'>> /* Bank Wife Scene 2 */
<</if>><<if $bankc.scene.includes(1) && $Time lte 2 && $bankc.marked is 1 && $event.bankc gte 1>><<OButton '<<nbankc>> is in the bank' 'BankC: 1-1' '.harem' '$f to 1'>>/* Bank Cashier Scene 1 */
<</if>><<if $bankc.scene.includes(5) && $Time lte 2 && $story.side2 gte 4 && $event.bankc gte 1 && $bankc.loc is "bank">><<SButton 'Time to have fun with <<nbankc>>s fiancee' 'BankC: 6-1' '.harem' '$f to 1'>>
<</if>><<if $bankw.scene.includes(5) && $Time lte 2 && $event.bankw gte 3 && $bankw.loc is "bank" && $bankw.text gte 3>><<SButton 'A summons from <<nbankw>>' 'BankW: 5-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to Business Sector' 'Downtown' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/ImpExp.png"><div class="PortraitText">Borderlands</div></div>
Borderlands is the business that <<nmom2>> owns, and where <<nsis1>> works at. They're mostly an import and export business, but they also facilitate a lot of businesses that pass through our town.
<<if $mom2.scene.includes(2) && $event.mom2 gte 1>><<OButton 'Visit $mom2.name at work' 'Mom2: 2-1' '.harem' '$assw.met to 1'>>
<</if>><<Button 'Back to Business Sector' 'Downtown' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Invest.png"><div class="PortraitText">Stockbreaking</div></div>
A large firm that handles trading stocks. You're not exactly sure what they do up here, but it's a fairly nice space.
<<Button 'Back to Downtown' 'Downtown' '.return2' '$f to 1'>><<set $scene to 0>><<if $player.glut lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Gluttony</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Gluttony.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $player.prog lt 9>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $player.prog lt 9>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $player.prog lt 9>>???<<else>>Spell 4<</if>></div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="gluttitle">Gluttony</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Gluttony.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4">1/10</div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<div class="pgrid6">
<<link [img[images/Powers/Mark of GreedS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Mark of Greed.png">\
<h3>Mark of Greed</h3>\
Gives you the ability to mark and track souls, allowing you to know where
someone is at, given they're marked.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Price We PayS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Price We Pay.png">\
<h3>Price We Pay</h3>\
Through an immense use of power, you're able to break down the walls
of Greed in every persons soul, making them part with their money.
It needs to be used repeatedly, as those walls are thick. Each time, you
will be able to take more and more.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.glut lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.glut lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.glut lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.glut lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><div class="powergrid">
<div class="pgrid1"><span class="lusttitle">Lust</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Lust.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4"><<print $player.lust>>/10 </div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<div class="pgrid6">
<<link [img[images/Powers/AdonisS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Adonis.png">\
<h3>Adonis</h3>\
Women you meet are instantly attracted to you, and men you meet
become incredibly submissive in your presence.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Carnal FogS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Carnal Fog.png">\
<h3>Carnal Fog</h3>\
Infuse a command with lust, making it so any
character that is commanded will be filled with
lust and pleasure, so long as they follow the
command.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.lust lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.lust lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.lust lt 4>>???<<else>>Spell 4<</if>></div>
</div><<if $player.greed lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Greed</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Greed.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8">???</div>
<div class="pgrid9">???</div>
<div class="pgrid10">???</div>
<div class="pgrid11">???</div>
<div class="pgrid12">???</div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="greedtitle">Greed</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Greed.png'></div>
<div class="pgrid3"><<if $player.prog lt 4>><span class="bigtext">???</span><<else>><span class="bigtext">Power Level</span><</if>></div>
<div class="pgrid4"><<if $player.prog lt 4>><span class="bigtext">???</span><<else>>$player.greed/10<</if>></div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<div class="pgrid6">
<<link [img[images/Powers/Mark of GreedS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Mark of Greed.png">\
<h3>Mark of Greed</h3>\
Gives you the ability to mark and track souls, allowing you to know where
someone is at, given they're marked.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Price We PayS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Price We Pay.png">\
<h3>Price We Pay</h3>\
Through an immense use of power, you're able to reframe someone's
thoughts into having money being the most important thing. This can
manifest in different ways. From convincing someone to part with their
money, or convincing someone to let you do something they otherwise
wouldn't have let you do for money.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.greed lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.greed lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.greed lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.greed lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><<if $player.wrath lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Wrath</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Wrath.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $player.prog lt 9>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $player.prog lt 9>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $player.prog lt 9>>???<<else>>Spell 4<</if>></div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="wrathtitle">Wrath</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Wrath.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4">1/10</div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<<if hasVisited("ManifestSin: Wrath6")>>
<div class="pgrid6">
<<link [img[images/Powers/Mark of GreedS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Mark of Greed.png">\
<h3>Mark of Greed</h3>\
Gives you the ability to mark and track souls, allowing you to know where
someone is at, given they're marked.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Price We PayS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Price We Pay.png">\
<h3>Price We Pay</h3>\
Through an immense use of power, you're able to break down the walls
of Greed in every persons soul, making them part with their money.
It needs to be used repeatedly, as those walls are thick. Each time, you
will be able to take more and more.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<<else>>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<</if>>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.wrath lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.wrath lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.wrath lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.wrath lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><<if $player.sloth lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Sloth</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Sloth.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $player.prog lt 9>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $player.prog lt 9>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $player.prog lt 9>>???<<else>>Spell 4<</if>></div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="slothtitle">Sloth</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Sloth.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4">1/10</div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<div class="pgrid6">
<<link [img[images/Powers/Mark of GreedS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Mark of Greed.png">\
<h3>Mark of Greed</h3>\
Gives you the ability to mark and track souls, allowing you to know where
someone is at, given they're marked.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Price We PayS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Price We Pay.png">\
<h3>Price We Pay</h3>\
Through an immense use of power, you're able to break down the walls
of Greed in every persons soul, making them part with their money.
It needs to be used repeatedly, as those walls are thick. Each time, you
will be able to take more and more.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.sloth lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.sloth lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.sloth lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.sloth lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><<if $player.pride lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Pride</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Pride.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $player.prog lt 9>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $player.prog lt 9>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $player.prog lt 9>>???<<else>>Spell 4<</if>></div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="pridetitle">Pride</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Pride.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4">1/10</div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<<if hasVisited("ManifestSin: Pride7")>>
<div class="pgrid6">
<<link [img[images/Powers/Self WorthS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Self Worth.png">\
<h3>Self Worth</h3>\
Gives the user extremely high resistance to magical mental attacks.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Pliant MindS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Pliant Mind.png">\
<h3>Pliant Mind</h3>\
Through the use of Pride energy, the target is stripped of their
mental faculties. This results in a severe downgrade to their level
of intelligence. During the effect, suggestions implanted will affect
the target post Pride state. Repeat uses further increase the
effectiveness of the ability.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<<else>>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<</if>>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.pride lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.pride lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.pride lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.pride lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><<if $player.envy lt 1>>
<div class="powergrid">
<div class="pgrid1"><span class="lockedtitle">Envy</span></div>
<div class="pgrid2"><img class="lockedpowerimg" src='images/Menu/Level/Envy.png'></div>
<div class="pgrid3"><span class="bigtext">???</span></div>
<div class="pgrid4">???</div>
<div class="pgrid5"><span class="bigtext">???</span></div>
<div class="pgrid6">???</div>
<div class="pgrid7">???</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $player.prog lt 9>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $player.prog lt 9>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $player.prog lt 9>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $player.prog lt 9>>???<<else>>Spell 4<</if>></div>
</div>
<<else>>
<div class="powergrid">
<div class="pgrid1"><span class="envytitle">Envy</span></div>
<div class="pgrid2"><img class="powerimg" src='images/Menu/Level/Envy.png'></div>
<div class="pgrid3"><span class="bigtext">Power Level</span></div>
<div class="pgrid4">1/10</div>
<div class="pgrid5"><span class="bigtext">Powers</span></div>
<div class="pgrid6">
<<link [img[images/Powers/Mark of GreedS.png]]>>
<<set Dialog.setup("Passive Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Mark of Greed.png">\
<h3>Mark of Greed</h3>\
Gives you the ability to mark and track souls, allowing you to know where
someone is at, given they're marked.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid7">
<<link [img[images/Powers/Price We PayS.png]]>>
<<set Dialog.setup("Active Powers")>>
<<set Dialog.wiki(`<img class="leftimg" src="images/Powers/Price We Pay.png">\
<h3>Price We Pay</h3>\
Through an immense use of power, you're able to break down the walls
of Greed in every persons soul, making them part with their money.
It needs to be used repeatedly, as those walls are thick. Each time, you
will be able to take more and more.`)>>
<<set Dialog.open()>>
<</link>>
</div>
<div class="pgrid8"><<if $player.prog lt 9>><span class="bigtext">???</span><<else>><span class="bigtext">Spells</span><</if>></div>
<div class="pgrid9"><<if $spell.envy lt 1>>???<<else>>Spell 1<</if>></div>
<div class="pgrid10"><<if $spell.envy lt 2>>???<<else>>Spell 2<</if>></div>
<div class="pgrid11"><<if $spell.envy lt 3>>???<<else>>Spell 3<</if>></div>
<div class="pgrid12"><<if $spell.envy lt 4>>???<<else>>Spell 4<</if>></div>
</div>
<</if>><div class="Portrait"><img src="images/Locations/Portraits/Shopping.png"><div class="PortraitText">Shopping District</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Shopping">></td></tr></table>
<br>
<table width="100%">
<tr>
<td>
<<if $Time lte 3>><span id="lImageL">[img[images/Locations/Store.png][Store]]<span class="lText">[[Store]]
<div class="schedule-grid">
<<include "StoreSchd">>
</div>
</span></span><<else>><span id="lImageLC">[img[images/Locations/Store.png]]<span class="lTextC">Store</span></span><</if>>
</td>
<td>
<<if $Time lte 3>><span id="lImageR">[img[images/Locations/Dealership.png][Dealership]]<span class="lText">[[Dealership]]
<div class="schedule-grid">
<<include "DealSchd">>
</div>
</span></span><<else>><span id="lImageRC">[img[images/Locations/Dealership.png]]<span class="lTextC">Dealership</span></span><</if>>
</td>
</tr>
</table>
<br>
<<Button 'Leave Shopping District' 'LocationHub' '.return2' '$f to 1'>><<set $scene to 0>><div id="storefull"><div class="Portrait"><img src="images/Locations/Portraits/Store.png"><div class="PortraitText">Store</div></div><br>
<div class="cashtext" style="text-align: center; font-weight: bold;">Funds: <<print "$">>$player.cash</div>
<br>
<div class="storegrid">
<div class="storegriditem1">
<<if $store.shelf1 is 0 && $player.cash gte 50 && not $inv.text.includes("Collar")>>
<<class "storegridimg">>
<<link [img["images/Inventory/Collar.png"]]>>
<<replace "#storefull">>
<<set $player.cash -= 50>>
<<invadd 'Collar'>>
<<include "Store">>
<</replace>>
<</link>>
<</class>>
<<elseif $store.shelf1 is 0 && $player.cash lt 50>>
<img style="filter: opacity(0.5) invert(35%) sepia(55%) saturate(2290%) hue-rotate(335deg) brightness(103%) contrast(101%);" src="images/Inventory/Collar.png">
<<else>>
<img style="filter: brightness(70%) grayscale(100%)" src="images/Inventory/Collar.png">
<</if>>
</div>
<<if $store.shelf1 is 0 && not $inv.text.includes("Collar")>>
<div class="storegridlabel1">Collar and Leash</div>
<div class="storegridcost1"><<if $player.cash gte 50>>$50<<else>><span style="color: #ff4444">$50</span><</if>></div>
<<else>>
<div class="storegridbought1">Sold!</div>
<</if>>
<div class="storegriditem2"></div>
<div class="storegridbought2"></div>
<div class="storegriditem3"></div>
<div class="storegridbought3"></div>
<div class="storegriditem4"></div>
<div class="storegridbought4"></div>
</div>
<br><<Button 'Back to Shopping District' 'Shopping' '.return2' '$f to 1'>></div><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Dealership.png"><div class="PortraitText">Dealership</div></div>
If you want a car, this is where you go. Considering the size, they don't have a ton of selection, but if yoiu want something special, you can get it delivered.
<<Button 'Back to Shopping District' 'Shopping' '.return2' '$f to 1'>><<set $scene to 0>>/* Location: Home */<<set $mom2.met to 1>><<if previous() is "LocationHub">>As I get home,<<else>>As I exit my room,<</if>> I'm immediately confronted by the worst part of living in this house.
<<nmom2>>.
<<nmom2>> is <<nmom1>>'s wife. <<if $fet.inc is 1>>And I do mean her wife, because she is not someone I would ever even come close to calling a mother. <</if>><<nmom2>> is... How do I put this? A culmination of everything I hate in a person. She is a militant misandrist, and she makes it very well known. Well, she makes it very well known to me. In front of <<nmom1>>, and the other girls, she acts nice enough so as to not be suspicious. Not nice, per se, but neutral. When none of them are around, however, she shows her true colors.
I can't really explain why she hates me especially. I mean, she doesn't treat most men well, but I feel like it's worse with me. Maybe it's because she only wanted daughters, and resents the fact that I wasn't part of the plan. <<if $fet.inc eq 1>>After all, she's told me before that when she found out I was a male, she tried to convince <<nmom1>> to abort me.<<else>>After all, she was very much against adopting me. I don't know why she blames me, I was just 2 when I was brought here, but even though I tried my hardest as a kid to care for <<nsis1>>, <<nsis2>>, and <<nsis3>>, she still treats me as if I were some danger.<</if>> Doesn't she sound wonderful?
She just wants to take out all of the worlds problems on me. Not her daughters though. No, them, she treats like they're the gods gift to the planet, even <<nsis2>>, who is rebellious, which is the most generous way I can put that. Which I don't actually mind, I like <<nsis1>>, <<nsis2>>, and <<nsis3>>. I love them all, they all treat me well.
<img class="leftimg" src="images/Characters/House/Landladies/D02.png">\
Still, here she was, in front of me. Ready to make my life hell. Well, not today.
<<mom2>><<if previous() is "LocationHub">>And where the hell have you been?<<else>>Finally joining us, huh? Tired of being a useless member of society?<</if>><</mom2>>
I sighed, my usual response to an interaction with her. It came out by pure habit, even though this time, I was genuinely excited to see her. After all, while her personality might be comparable to the piece of shit you might accidentally step on in a dog park, her body? Well, that was a completely different story. She basically single handedly taught me the idea of hate fucking. Because if there was anyone you could hate, it was her, but that didn't change the fact that she was insanely fuckable. Hence, my excitement today.
<<me>>Hello <<nmom2>>. It's great to see you!<</me>>
I responded, with an excitement that clearly caught her off guard, which was a treat in and of itself. After all, <<nmom2>> was a very successful woman. She ran our towns branch of the import and export business called "Borderlands." And as much as I hate to give her any compliments, she was a hyper competent woman. When she was focusing on her work, she basically crushed anything in front of her. So for her "son" to respond to her this way was unexpected. Still, she recovered quickly.
<<mom2>>Well, what do you have to say for yourself?<</mom2>>
She said, trying to prod me. Once upon a time, I might have fallen for the bait, but not anymore. Hell, it was just entertaining now, watching her effectively flail around, when unbeknownst to her, I had her in the palm of my hand. And I was ready to squeeze.
<<me>>Absolutely nothing.<</me>>
I said, smiling at her, as if everything was absolutely normal. She gave me another look, annoyed at my positive attitude.
<<mom2>>I heard you left work early the other day? You think it's ok to just coast off of <<if $fet.inc is 1>>your <<nmom1>><<else>><<nmom1>><</if>> and myself?<</mom2>>
<<me>>Of course not <<nmom2>>. Everything at work was resolved, it was just an issue of over scheduling.<</me>>
She started getting visually annoyed at my answers, as I kept up the upbeat attitude, egging her on, knowing what would happen.
<<mom2>>And who's fault was it? You know you waste peoples time and money when you fuck up like that.<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D03.png">\
<<me>>It was actually not a problem, <<ncomb>> was fine with it.<</me>>
As I said that, she started walking towards the couch. Here it was, her tell tale move. It's why she was able to do so well in business. She would get leverage, and use it. In my case, it was always the same. I was a man, and therefore, I was a pervert. I mean, I was, but it's partially her fault. As she got to the couch, she bent over, quite sensually, giving me a good look at her very sizable ass. Normally, I would get a quick look, which was enough for her to chastise me. Today though? I stared directly at it. Her ass was perfect, and I was done denying myself. She looked back at me, smirking quickly, before turning around, fury on her face.
<<mom2>>Where do you think you're looking, you little pervert.<</mom2>>
<<me>>Oh, your ass. It looks fantastic in that dress, but you know that.<</me>>
<<mom2>>Excuse me!?!?<</mom2>>
She was genuinely taken aback by my answer. In the past, I would usually flounder, and act awkward about getting caught. She loved watching me squirm.
<<me>>You heard me bitch.<</me>>
Once again, she was shocked at my response.
<<mom2>>Who the hell do you think you are?!<</mom2>>
<<Button 'I can tell you exactly who I am ' 'Mom2: 1-2' '.lustbut' '$player.lust += 1'>><<me>>Oh, I can tell you who I am.<</me>>
I said, my voice getting deeper. I approached her quickly, as I watched Lust take over her body. She took a meek step backwards as I approached her.
<<me>>I'm someone who's tired of hearing your shit.<</me>>
Her breathing got very shallow, and she avoided meeting my gaze. After a moment to collect herself, she managed to look at me, her cheeks getting rosy as she did.
<<mom2>>Y-you can't talk to me like that.<</mom2>>
She eeked out, sounding nothing like the powerful woman she usually portrayed herself as. I smiled smugly, and that caused her to frown.
<<me>>I think it's time things change around here.<</me>>
I reached up, and grabbed her chin roughly, causing her to moan lightly.
<<me>>After all, you're just a stupid slut, aren't you?<</me>>
<<mom2>>W-what!? Get off me!<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D04.png">\
She tried pulling away from my hand, but I quickly reached up, and grabbed one of her tits, not being gentle with it. Suddenly, her legs buckled under her, as she let out a low moan.
<<me>>You like being treated like this, don't you?<</me>>
She tried to get her footing back, being assisted by my hands, one still grabbing her face, and the other one latched onto her tit. As she was recovering, I grabbed at her dress, and pulled it down, revealing her large breasts. This caused her to moan out again, but this time, she successfully pulled away. She looked at me, confusion all over her face. After all, the feelings she's experiencing were probably a first for her. I know <<nmom1>> was bisexual, as she has mentioned she used to have a boyfriend. But from what she said, <<nmom2>> has never been anything less than a pure lesbian. So now, for her to be experiencing pure lust towards a man, and not just any man, but someone she hates?
<<mom2>>I don't- You don't know...<</mom2>>
I took a step towards her, a strange mixture of fear and excitement fluttered across her face.
<<me>>Oh, but I do. I can see clearly for the first time in a long time.<</me>>
I reached up, causing her to jump backwards, only to push up against the wall. Nowhere to escape, I reached up, and pulled on her nipple. As I did, her knees buckled again, and she reached up, biting her finger, trying to hide the moan that escaped her lips.
<<me>>Look at you slut. You're basically cumming from me playing with your whore tits.<</me>>
She managed to regain enough composure to shoot me a glare, still biting on her lip. After a moment, she spoke up.
<<mom2>>D-dont call.. me a whore... you little shit.<</mom2>>
I responded by pinching her nipple, causing her to fall down on her knees, her finger going right back to her mouth. However, as she fell to her knees, her nipple still between my fingers caused it to pull even more, causing her to moan out even louder.
<<me>>I'll call you a whore if I want to. After all, if the shoe fits.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D05.png">\
I let go of her nipple, causing her large breast to fall. She looked both relieved, and a bit disappointed. I watched her, topless, panting, trying her hardest not to cum right in front of me. I decided I would push her a bit more. I reached down, grabbing a handful of her hair, and pulled. For a quick moment, I saw her smile, before she quickly opened her eyes, and saw who was doing it. She didn't fight, however, clearly too close to embarrassing herself. However, when I sat down on the couch, and she saw I was pulling her so she was bent over my knee, she started pulling from me, causing her to moan as she did.
<<me>>See? Your body knows what you are. Now come here.<</me>>
I pulled, and she quickly stopped resisting, as she was only getting a strange pleasure as she did. As she settled being bent over my lap, I reached out, caressing her ass, causing her to gasp. I reached down, and pulled her dress over her ass, and stroked her ass without any fabric in the way.
<<mom2>>L-let me g-go, you bastard.<</mom2>>
I reached down, and saw her squirm away from my hand. I pulled on her hair, and saw anger and pleasure wash over her. She glared at me as I reached down, and ran a finger over her pussy. I could feel the warmth, and more importantly, how wet she was.
<<me>>Ah, this was what you were hiding. Don't like the fact that you enjoy being my little bitch, huh?<</me>>
<<mom2>>I don't know what you're talking about.<</mom2>>
She said, not sounding very convincing.
<<me>>Your wet pussy tells me you do. But I'm not doing this to play with you.<</me>>
I yanked on her hair again.
<<me>>I'm here to make sure you understand that you aren't going to treat me like this anymore. You're the bitch in this relationship now.<</me>>
<<mom2>>I don't think so.<</mom2>>
<<me>>Well I do. Now, cum, like an obedient little bitch.<</me>>
I bring my hand up, and slap her ass hard, causing her to start twitching in my lap, biting her lip as she struggled to hold the moan in. She couldn't hide it though, as she started squirting, dousing the floor in front of the couch with her juices. I reached up, and started petting her as she rode her orgasm.
<<me>>That's a good girl.<</me>>
After a minute, she finally settled down, breathing deeply, her head hanging down. Whether from shame or just exhaustion, I didn't know, or care. I pushed her off my lap, and she fell on the floor with a thud, causing her to groan lightly.
<<me>>I hope you understand how things are going to change.<</me>>
She didn't respond, and I didn't need her to. I walked around the puddle.
<<me>>And clean this up. Or do you want to explain to the girls why it's there?<</me>>
I said, chuckling<<if $player.prog gte 2>>. As I walked away, I could feel energy build up in my arm, only to quickly dissipate as it left from me. Suddenly, I could feel exactly where <<nmom2>> was, panting on the ground, as she slowly stood up, stumbling over to the kitchen to grab something to clean up the mess. The mark of Greed had been applied.<<set $mom2.marked to 1>><<else>>, as I left the room.<</if>>
<<Button 'Head outside' 'Home' '.return2' '$mom2.percent += 2, $Time += 1, $mom2.scene.deleteFirst(1), $mom2.scene.push(2), $event.mom2 to 0, $mom2.sub +=1, $scene to 0'>><img class="leftimg" src="images/Characters/House/Roommate 1/02.png">\
It's late at night, and I notice the there's a light coming from <<nsis1>>'s room, something that isn't surprising. Unlike <<if $fet.inc eq 1>>the rest of us<<else>>her sisters<</if>>, <<nsis1>> definitely picked up the work drive from <<nmom2>>, which goes to prove that nurture definitely has some play here. Still, it's late, which means there's no one to interrupt. I walk up to her door, and give a soft knock.
<<sis1>>Yeah?<</sis1>>
I hear her from inside.
<<me>>Just me. Mind if I come in for a second.<</me>>
I hear a sigh, and then footsteps. The door opens, and I finally see her. She's dressed far more casual than usual, and I feel the blood rush down immediately. I take a second to calm down, and in that second, she's already gone back to her desk.
<<sis1>>What's up? You need something?<</sis1>>
She asks, picking up her pen and some papers.
<<me>>Oh, I just had some questions for you.<</me>>
I said, trying to sound innocent as I carefully closed the door behind me and took a seat on her bed. She sighed again.
<<sis1>>Is it important? I have a lot of work to do.<</sis1>>
<<me>>Uhm, it's fairly important. To me at least.<</me>>
Without missing a beat, she responds.
<<sis1>>Alright, shoot.<</sis1>>
<<me>>Alright, well, I was just wondering...<</me>>
I say, feeling Lust's power flow through me.
<<Button 'What do you like to fantasize about?' 'Sis1: 1-2' '.lustbut' '$sis1.percent += 1, $player.lust += 1'>>I see her stop, and slowly sit back in her chair. She clearly gives this a lot of thought, which tracks with everything about her. She gives everything her best, it makes sense that carries over to a command with Lust. After a few seconds, she speaks up.
<<sis1>>Well, to be honest, I have one specific thing...<</sis1>>
She says, smirking as she starts talking.
<<me>>Hit me.<</me>>
I reach down, and rub my cock through my pants.
<img class="leftimg" src="images/Characters/House/Roommate 1/03.png">\
<<sis1>>Well, a lot of my fantasies are different, but they all have one thing that's similar.<</sis1>>
She reaches down, and presses her finger into her shirt where her nipple is, causing her to moan lightly.
<<sis1>>I definitely have a more... Dominant streak.<</sis1>>
<<met>>Surprising exactly zero people.<</met>>
I think, not wanting to interrupt her as she carries on.
<<sis1>>So usually, I'm in charge of a guy, having fun. However...<</sis1>>
Her smile fades a bit, as she gives what she's talking about a lot of thought. I don't, clearly as I reach down and quietly unzip my pants.
<<sis1>>I don't know, I guess I would have to say I'm a bit bi-curious.<</sis1>>
She said, nodding as if that was the first time she had said this. I slowly pulled my cock out, the story being told by <<nsis1>> getting me fully hard.
<<me>>So you're starting to imagine being in charge of women?<</me>>
After I said that, I finally cracked her, as her cheeks started to flush. Clearly embarrassed, she nodded lightly, pinching her nipple through her shirt. I saw her hand with the pen slowly dip down beneath her desk,
<<sis1>>W-well...<</sis1>>
<<me>>Yeah?<</me>>
<<sis1>>O-one woman, specifically.<</sis1>>
I tilted my head hearing this. Since she made it clear she wasn't going to continue, I asked her.
<<me>>Who?<</me>>
<<sis1>><<nmom2>>.<</sis1>>
She whispered, bringing a huge smile to my face. It looks like I wasn't the only one in the house that wanted to bring that bitch down a peg. <<if not $mom2.scene.includes(1)>>However, I had already taken a good first step in that direction. It would only be good manners of me if I helped her as well.<</if>>
<<me>>Really?! Well, why don't you tell me what you imagine.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/04.webp">\
Upon hearing my approval, <<nsis1>>'s smile grew a bit, and she closed her eyes, her hand with the pen moving faster below the desk.
<<sis1>>She's always so bossy. I always imagine her tied up, with a ring gag in her mouth.<</sis1>>
Her hand above the desk finally reached under her shirt, and she started pulling on her nipple directly.
<<sis1>>I love grabbing her by her hair, pulling her roughly into my pussy, and having her eat me out, while I call her... things.<</sis1>>
<<me>>What kind of names do you call her?<</me>>
I said, rubbing my cock faster, being careful not to distract her.
<<sis1>>I call her a little dyke whore. How she probably loves eating out her little girls pussy.<</sis1>>
She said, moaning out lightly as her hands started moving faster.
<<sis1>>Then I'll kick her off, and spit in her mouth, and she'll be so happy to swallow it, mixed with my other juices.<</sis1>>
She moans out again, and I can feel myself getting closer as she keeps going.
<<sis1>>Then I'll bend her over, and spank her fat fucking ass with a belt, until she's nothing but a moaning mess.<</sis1>>
She's nodding and moaning, and I can tell she's getting closer to orgasm as well.
<<sis1>>And once she can barely stand it, I'll start fucking her hard with my strap on. I'll pull on her hair, and slap her red ass, until-<</sis1>>
She stopped talking and she started shaking as her orgasm hit her hard. I was feeling close myself, so I walked over to her desk, watching as she came. I pointed my cock at her coffee cup, and started blasting my cum into it, filling it up. Once I finished, I put my cock back in my pants, just in time for her to open her eyes, and she looked at me. Her cheeks flushed lightly, before her professional face came up, She cleared her throat, and sat up straight, her pen noticeably shinier than it was before.
<img class="leftimg" src="images/Characters/House/Roommate 1/05.png">\
<<sis1>>Ahem. Anyway, is that all?<</sis1>>
She said, focusing back on her paper work.
<<me>>Yeah. That's more than enough, thanks.<</me>>
She nodded at me, and waved her hand, gesturing to the door. As I walk away<<if $player.greed gte 1>>, I can feel energy building up in my arm. It's a familiar feeling, and I let it build up, before it disappears as quickly as it appeared. I could feel <<nsis1>>, and could tell she was marked. Finishing that, I looked back<<set $sis1.marked to 1>><</if>>, I watched her pickup her coffee cup, and take a large swig. She put it down, and looked at it for a moment, before shrugging, and taking another sip. I opened her door, and started thinking about the possibilities.
<<Button 'Leave the room' 'Home' '.contbut' '$sis1.percent += 1, $sis1.scene.deleteFirst(1), $sis1.scene.push(2), $Time +=1, $sis1.sub +=1, $event.sis1 to 0, $sis1.met to 1, $scene to 0'>><img class="leftimg" src="images/Characters/House/Roommate 2/02.png">\
<<set $sis2.met to 1>>As I walked down the sidewalk, making my way to Brighttown, I realized I saw someone I recognized. <<nsis2>> was walking out of a building that I've seen multiple times before, but never went into. The Hardware Store, a building with blacked out windows, and basically nothing else. However, <<nsis2>> had told me that the place wasn't actually what it seemed, and that it was actually an adult toy shop. I wasn't sure that she was telling me the truth, since <<nsis2>> liked messing with me whenever she could. Still, looking at her now, I suddenly had some ideas. I looked over, and saw that she was with someone, but with the help of Lust, I figured I'd be able to have fun.
<<me>>Hey <<nsis2>>.<</me>>
I waved over to her, and she waved back. She broke off from her friend, and jogged over to me, flashing me a smile.
<<sis2>>Hey <<nme>>, what are you doing here?<</sis2>>
<<me>>Just out for a walk. Who's your friend?<</me>>
She chuckled as I looked over her shoulder. She put her hand on my shoulder, and looked at me with faux sincerity.
<<sis2>>Someone completely out of your league.<</sis2>>
I put my hand on her shoulder, mimicking her.
<<me>>Well then I'm sure you won't mind introducing me.<</me>>
She laughed at that, and slapped my shoulder lightly.
<<sis2>>Maybe next time. I'd love to watch you crash and burn.<</sis2>>
She quickly turned around, and jogged away, and I realized my chance was slipping away.
<<me>>Wait, I-<</me>>
Before I could use Lust, <<nsis2>> cut me off.
<<sis2>>Sorry, gotta go.<</sis2>>
She quickly met up with her friend, and continued walking to the car in front of the Hardware Store. As they got in, <<nsis2>> waved at me, and strangly enough, her friend did the same, as our eyes met. However, a moment later, they drove away.
<<met>>Huh.<</met>>
<<cain>>What?<</cain>>
<<met>>Well I thought Adonis was supposed to make women fall for me, right?<</met>>
I asked <<ncain>>.
<<cain>>Yeah, but I told you, it doesn't work on women you've already met, like your <<if $fet.inc is 1>>sister.<<else>>roommate.<</if>><</cain>>
<<met>>No, yeah, I know that.<</met>>
I responded to <<ncain>>, starting to move again.
<<met>>But I'm certain I've never met the girl that <<nsis2>> was with.<</met>>
<<cain>>Hmm. Well, she can't fall for you if she doesn't even look at you.<</cain>>
<<met>>No, I'm fairly sure she looked at me. Our eyes met.<</met>>
<<cain>>Well then you're hallucinating, because there's no way Adonis wouldn't have activated at this range.<</cain>>
<<met>>I guess you're right.<</met>>
I thought about it for a few more seconds, before I suddenly asked.
<<met>>Wait, what's the range for the sins?<</met>>
<<Button 'Continue to Brighttown' 'Brighttown' '.contbut' '$sis2.percent += 1, $sis2.scene.deleteFirst(1), $sis2.scene.pushUnique(2), $sis2.met to 1'>><img class="leftimg" src="images/Characters/House/Roommate 3/02.png">\
I knock on <<nsis3>>'s door, feeling the power of Lust coursing through my veins. <<nsis3>> and I don't interact much, mostly because of how different our personalities are. <<nsis3>> has always been a very nice girl, but she's always been attracted to the more feminine aspects of things. She loves pink, and her room definitely reflects this. Still, now that I've got Lust in my body, I can at least admit that I've always considered her to be insanely attractive, although that's something she's shared with all the women in <<if $fet.inc is 1>>this<<else>>her<</if>> family. Still, as I hear footsteps on the other side of the door, I brace myself, and the door opens, revealing <<nsis3>>.
<<sis3>>Hey $player.name. What's up?<</sis3>>
She asks, turning around and going back to her desk. She leaves the door open, allowing me to walk in, and I make sure to close it behind me. Although I trust in what Lust can do, <<if not $mom2.scene.includes(1)>>especially after what I did to <<nmom2>>, <</if>>I still can't help but feeling nervous. Although watching <<nsis3>>'s innocent face as she applies makeup, I can't help but feel the urge to do something.
<<me>>Nothing. Just had some questions for you.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/03.png">\
<<sis3>>This isn't some survey for your comic job right? You know I'm not a fan. Ask <<nsis2>> for that.<</sis3>>
<<sis3>>Oh. Ok.<</sis3>>
She spins around in her makeup chair, and looks up to me. She has her legs spread, giving me a nice look at her legs. I can feel blood rushing down to my cock.
<<met>>Alright, let's see if I can't get her to break that innocent facade.<</met>>
<<me>>Hey <<nsis3>>...<</me>>
<<Button 'I just wanted to know what you like to masturbate about.' 'Sis3: 1-2' '.lustbut' '$sis3.percent += 1, $player.lust += 1'>><img class="leftimg" src="images/Characters/House/Roommate 3/04.png">\
I watch as Lust takes over her face, and her cheeks begin to flush. She looks down, acting shy, and I lightly grab her chin, making her look up to me.
<<me>>Cmon <<nsis3>>, it's a simple question.<</me>>
She smiles at me, biting her lip.
<<sis3>>I know, but still, it's embarrassing.<</sis3>>
I let her go, and she spins around, looking at herself in the mirror. For a moment, I think that maybe Lust didn't work, but then I hear a light moan come from <<nsis3>>.
<<sis3>>Well, the main thing I like is...<</sis3>>
She pauses, and I see her arm reach down, between her legs.
<<sis3>>You have to promise you won't make fun of me!<</sis3>>
She calls out, moaning lightly in between pauses.
<<me>>I would never.<</me>>
I say, reaching down, rubbing my cock through my pants.
<<sis3>>Well. This is just something that's in my head. Obviously I don't really want this, but...<</sis3>>
She trails off, moaning a bit louder.
<img class="leftimg" src="images/Characters/House/Roommate 3/05.webp">\
<<sis3>>I like watching those videos where the girl is... you know...<</sis3>>
I position myself behind her, and pull my cock out. Because of how we're standing, she can't see me pulling it out, and I slowly begin jerking myself off. She trails off, but doesn't say anything, so I push a bit.
<<me>>Like I said <<nsis3>>, you can tell me.<</me>>
She moaned again.
<<sis3>>Well, I like it when the girl, she doesn't really... Have a choice, you know?<</sis3>>
I hear her gasp lightly as she says that, and her arm is moving faster, as both of us masturbate a few feet from each other.
<<me>>Really? Our sweet princess has a rape fetish?<</me>>
I ask, feeling my cock get as hard as can be. She nods lightly, still looking at herself in the mirror.
<<sis3>>Y-yeah...<</sis3>>
She whimpers out.
<<me>>That's nothing to be embarrassed about <<nsis3>>. It's actually a fairly common fetish for women.<</me>>
<<sis3>>Really?<</sis3>>
<<me>>Yeah, really. One of the most common ones actually.<</me>>
She smiles lightly upon hearing that, and her hand starts moving faster. I can see her other hand reach up, and she starts playing with her nipple through her shirt.
<<sis3>>I didn't know that...<</sis3>>
<<me>>So do you ever imagine yourself in that situation?<</me>>
I ask, feeling myself getting closer to cumming.
<<sis3>>I... Sometimes...<</sis3>>
<<me>>Who is the guy raping you?<</me>>
I say, grunting it out. I see <<nsis3>> close her eyes, and lean her head back slightly, as she fingers herself.
<<sis3>>I-I don't know. It's just random people. No one in particular.<</sis3>>
I stand up quietly, and move closer to <<nsis3>>.
<<me>>Do you ever imagine me?<</me>>
I see her biting her lip, and her face gets even redder.
<<sis3>>N-no, I... haven't..<</sis3>>
She said, sounding defensive.
<<me>>Really? You never pictured me pushing you down? Bending you over?<</me>>
She moaned hearing me say that.
<<me>>Covering your mouth so you can't call for help, and pushing my fat cock inside your tight pussy?<</me>>
I can see her hands move even faster, and she starts grunting. She's clearly close to cumming, and so am I, as I stand behind her, watching her hand moving in her pants, and her other hand playing with her breasts.
<<me>>Taking you however I want. Fucking you like the dirty slut you are.<</me>>
She nods lightly at this, I can see her body tense up.
<<me>>And filling your tiny womb with my seed, and knocking you up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/06.webp" style="max-width: 25%">\
That pushed her over the edge, and her body began to twitch, as a small wet patch appeared in her pants. Watching <<nsis3>> orgasm pushed me over the edge, and I start shooting ropes onto the back of her head, covering her hair with my cum. After finishing, I watch as <<nsis3>> is still recovering. I reach down, and grab some of her hair, and wrapping it around my deflating cock, cleaning any leftover cum. I push my cock back into my pants.
<<me>>I'm glad you shared that with me <<nsis3>>.<</me>>
I say, looking down at her. She opens her eyes, and smiles groggily, before snapping to attention. She quickly pulls her hands out of her pants and shirt, her cheeks getting even redder.
<<sis3>>I- I don't... You...<</sis3>>
I lean down, and give her a kiss on the cheek, eliciting another light moan from her.
<<me>>I think about you all the time as well.<</me>>
She looks surprised as I say this, but I see a small smile form on her face<<if $player.prog gte 2>>. As she looks up at me, I can feel energy building up in my arm. It's a familiar feeling, and I let it build up, before it disappears as quickly as it appeared. I could feel <<nsis3>>, and could tell she was marked. I chuckled<<set $sis3.marked to 1>><</if>>, as I walk out of the room.
<<Button 'Leave the room' 'Home' '.contbut' '$sis3.percent += 1, $sis3.scene.deleteFirst(1), $sis3.scene.pushUnique(2), $Time += 1, $sis3.sub +=1, $event.sis3 to 0, $sis3.met to 1, $scene to 0'>>I stepped off the bus, looking at the storefront. It was the first time I had come back since <<ncain>> decided to show his boney face. I didn't have a ton of bills yet, but I still needed some spending money, which is how I started working here.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>> I grabbed the door, and entered the shop. As usual, the store had it's fair share of customers moping around. The regulars flashed me a slight glare, and moved on. It was something I was used to, as I was always seen as the gatekeeper. Very rarely did <<ncomb>> come out to the front. Not for the lack of trying by the clientele. They always tried to get her to appear, but it was my, and Barry's, job to make sure that didn't happen. As such, we were seen as the "cockblockers", as if <<ncomb>> would be remotely interested in any of them. Speaking of...
<<me>>Hey <<ncomf>>, <<ncomb>> in?<</me>>
<<comf>>Obviously. She could die, and she would still show up here in the morning.<</comf>>
Barry is one of my friends. We met when we were young, and throughout school, we bonded as we both had a lot of the same problems. When I first got a job here, <<ncomb>> asked if I knew someone else, and his name came to mind. Since then, me and him have held the register down. Despite <<ncomc>>'s attempts to bother us away from the job.
<<me>>Alright, cool. I'm gonna go have a talk with her. You good?<</me>>
<<comf>>Yeah, I'm chill. Are you though? I never checked back with you after you called me to cover your shift.<</comf>>
<<me>>Oh, yeah, thanks for that. Everything is good now, it was just some food poisoning or something.<</me>>
<<comf>>Ah, right. Got home, yacked it all out?<</comf>>
<<me>>Sure... Anyway, I'm gonna talk to <<ncomb>>.<</me>>
Barry shrugged, and went back to leaning on his chair, watching the store. I walked past the barrier, and into the privacy of the backroom. I got to <<ncomb>>s door, and paused slightly. I wasn't sure what I wanted to do here. I mean, obviously, I could just use Lust and have some fun with her. But... Well, I could get a bit more creative. Our clientele is almost entirely male, so there are some dirtier methods of making money.
<<cain>>What are you thinking?<</cain>>
<<if $player.greed is 1>><<met>>Well, I haven't really used Greed yet. Not since I manifested it. So maybe I could use it to convince <<ncomb>> to do something she normally wouldn't.<</met>><<else>><<met>>Well, maybe I could use Greed to convince <<ncomb>> to do something she normally wouldn't.<</met>><</if>>
<<cain>>Like?<</cain>>
<<met>>Well, Barry and I have tried to convince her to hire some girls to cosplay, and flirt with the customers. She shut that down pretty quickly before.<</met>>
<<cain>>Not too big, that could work.<</cain>>
<<met>>And then maybe later on, the girls could do... more things.<</met>>
<<cain>>That's definitely something you'd have to work towards. Greed is tricky to humans, so you really have to break through that barrier.<</cain>>
I nodded, thinking about it. I knocked on the door, and when I heard <<ncomb>> tell me to come in, I knew what I wanted.
<<Button 'Have some fun with <<ncomb>>' 'ComB: 1-2' '.lustbut' '$comb.decision to "lust", $player.lust += 1, $cainflag to 0'>>\<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/05.png">\
<<comb>>Come in.<</comb>>
I entered the room I had been in many times before, but it felt very different now. It didn't help the fact that when my eyes met with <<ncomb>>'s, she looked away, her cheeks flushing. Our last meeting was definitely on her mind.
<<me>>Hey <<ncomb>>.<</me>>
<<comb>>Welcome back, <<nme>>.<</comb>>
She said, smiling through any awkwardness she might be feeling.
<<me>>Thanks. Good to be back.<</me>>
<<comb>>Although I wish you had just called.<</comb>>
She said, clearing her throat.
<<comb>>Barry is scheduled to handle the till for now. I figured you might be out for longer.<</comb>>
<<me>>That's fine. I didn't come to work. I came to see you.<</me>>
Her cheeks flushed, and suddenly the powerful woman that was running this business with will and guile, turned into a crushing school girl. I don't know what my future holds, but I suspected that I would never get tired of that reaction.
<<comb>>What can I help you with?<</comb>>
I walked towards the desk, moving around it, leaning on it as I took my place beside <<ncomb>>. She tried to play it coy, focusing on her work, but I saw her bite her lip as I sat back.
<<me>>I always thought you worked too hard, <<ncomb>>. I want to help you with that.<</me>>
I said, and felt the energy building up in my arm, and I felt it release just as quickly. I could see her gasp in pleasure as Lust hit her. She shook her head, and tried to look back at her work, but she looked up at me for a moment, and her eyes glued to mine.
<<comb>>I just have a lot of work to do.<</comb>>
She whispered, not really trying to form any sort of resistance. I leaned forward, until my lips were right in front of hers. She closed her eyes, expecting me to kiss her.
<<me>>That's ok. You keep working.<</me>>
Her eyes shot open, confused by the conflict between my actions and words. I stood up, and walked behind her chair, and grabbed her shoulders. Just feeling my hands on her made her moan out loud. I started massaging, lightly, causing her to lean back into my hands.
<<me>>Come on <<ncomb>>. You have work to do.<</me>>
She opened her eyes, her goofy smile, prompted by Lust and my hands, straightened out. She nodded, and leaned forward, picking up her pen, and trying her hardest to do her work. I leaned down, pressing my hands lower down on her back. I worked the area for a bit, before I reached up, and pulled her dress down. Her breath became shallow. Before she could say anything, I leaned down and caressed her cheek from behind with one hand, and whispered close to her ear, getting as intimate as I could.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/06.png">\
<<me>>Why did you stop? This is just an innocent massage, no?<</me>>
<<ncomb>> grunted lightly, her words getting caught in her throat. I let go of her hand, and reached down over her, getting a good handful of her breasts through her bra. Her words fully escaped, as a long, deep moan came out. As I manhandled her tits, I pulled my cock out of my pants, and began rubbing my cock.
<<comb>>Y-yeah, just a massage.<</comb>>
She managed to stutter out. I reached inside her bra, and finding her nipple, began pulling on it.
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/07.webp">\
<<me>>Of course it is. You would be a bit of a slut if you enjoyed this.<</me>>
<<comb>>Such a slut. Yyyeesss.<</comb>>
She moaned out, as I could feel her body twitch at my words. Over her shoulders, I could see her rubbing her legs together.
<<me>>Do you know what I do to sluts?<</me>>
<<comb>>W-what?<</comb>>
I pinched her nipple, causing her to grunt in pleasure again, her body pressing against the chair she was in. She leaned her head back, and opened her eyes. We were looking right into each others eyes, as I brought her to an orgasm with just her nipples.
<<me>>I cum on them.<</me>>
She leaned back a bit more, and saw my hand moving up and down my shaft. She stared at it, as I pumped myself, getting closer and closer.
<<comb>>You should. Sluts des- deserve to be covered in cum.<</comb>>
I could feel myself getting closer as I could feel her warm breath on my cock.
<<me>>Well good sluts deserve to cum as well, don't you think?<</me>>
She looked me dead in the eyes, more serious than ever before.
<<comb>>We do. We deserve to cum.<</comb>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/08.webp">\
She said, her words sounding like she was begging for it. I complied, and began playing with her nipples even more, getting rougher. It only took a few moments before she begand gasping, her body stiffening, her orgasm hitting her hard. I reached up, and pressed my cock on her cheek, and began shooting my load over her face. As we both rode our orgasms, <<ncomb>> kept whimpering.
<<comb>>Yesss, yes,yes,yeeesssss...<</comb>>
Once we were both finished, I grabbed her hair, and cleaned my cock with it. I pulled my pants as <<ncomb>> was laying there, a smile on her face. I reached up, and pet her head.
<<me>>You were an excellent slut for me.<</me>>
She cracked her eyes, grinning widely. I stood up, and walked towards the door. As I did, I felt an energy build up in my arm, and suddenly released, giving me perfect vision of <<ncomb>>. She was now marked.
<<me>>I'll call you <<ncomb>>.<</me>>
<<comb>>Please do.<</comb>>
I heard her respond, as I opened the door, and left her office.
<<Button 'Leave SplashArt' 'Midtown' '.contbut' '$comb.percent += 2, $comb.scene.deleteFirst(1), $comb.scene.pushUnique(2), $Time += 1, $comb.sub +=1, $event.comb to 0, $comb.marked to 1, $scene to 0'>><img class="leftimg" src="images/Characters/Town/Bank/Wife/03.png">\
\<<me>>Why don't you come over here?<</me>>
I said, patting my lap, like I were calling a dog. I watched as <<nbankw>> looked at my lap. The emotions going through her face, as she realized what I was really asking of her. Still, as I watched her peel her top back, only if to cool down a bit, it let me get a nice look at her cleavage.
<<me>>Cmon <<nbankw>>. You know you want to. Be a good girl, and come here.<</me>>
As I said these things, <<nbankw>> nodded lightly, as if agreeing to what I was saying. She wanted to be a good girl for me. She slowly stood up, walking around the desk, and pausing slightly as she stared at my lap. After a moment, she turned around, letting me get a good look at her fat ass, constrained by the tight skirt. She slowly sunk down, and as I felt her warm ass connect with my lap, she took a shallow breath, before resting back. Without thinking, she wrapped her arm around my head, and looked deeply into my eyes.
<<bankw>>So, <<nme>>, what can I do for you?<</bankw>>
I reached up, and ran my hands on her legs, causing her to bite her lip again.
<<me>>Mmm, you're doing exactly what I want you to do right now. Being a good girl for me.<</me>>
As my hands ran up, I finally reached her ass, giving it a quick squeeze.
<<bankw>>I don't think you should be doing that. I'm a married woman.<</bankw>>
She said, sounding more playful than mad.
<<me>>A married woman, and yet here you are, sitting on another mans lap. What do you have to say for yourself?<</me>>
I squeezed her ass, causing her to moan slightly, as the blood was quickly rushing to my cock.
<<bankw>>I'm being a naughty girl, aren't I?<</bankw>>
<<me>>You are. You're being such a bad wife. But...<</me>>
I raise my hand, and slap her ass.
<<me>>I like my bitches naughty.<</me>>
She giggled at hearing me call her one of my bitches.
<<bankw>>I don't even know why I'm doing this, you're just...<</bankw>>
She trailed off, as she ran her fingers down my chest.
<<me>>I know why you're doing this.<</me>>
I started moving my hips, lightly pumping up into her. She could definitely feel my cock through my pants as I did.
<<me>><<nbankm>> just doesn't please you, does he?<</me>>
She shook her head.
<<bankw>>No, <<nbankm>> is a good man.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/05.png">\
<<me>>I'm sure he is. But you don't feel this way with him, do you?<</me>>
As I say that, I take my hand that was resting on her ass, and bring it up to her tits, and start gently massaging them. As I do, I start working her buttons, until I can see her black bra underneath.
<<bankw>>Noooo...<</bankw>>
She moans out, not stopping me at all, as I grope her large breasts.
<<me>>But he's a good man, right?<</me>>
<<bankw>>Y-yes, he is.<</bankw>>
<<me>>And he wants the best for you, doesn't he?<</me>>
<<bankw>>Mmmhhhmmm.<</bankw>>
She moans out, as she starts moving her hips to match mine. Her breath is slowly speeding up, and as I start massaging her tit a bit harder, I can tell she's getting close to cumming.
<<me>>So if he's such a good man, and he wants the best for you, he should want me to do this to you, right?<</me>>
<<bankw>>Yesss, he would, he's so good!<</bankw>>
She yelled out, barely paying attention to me, focusing entirely on getting herself to completion, with my help.
<<me>>That's why I'm here <<nbankw>>. I'm here because <<nbankm>> and I want you to be a good little bitch for me, and cum.<</me>>
As I say this, I feel <<nbankw>> start convulsing on top of me, moaning out loudly.
<<me>>That's a good girl. Cum for me.<</me>>
As I watched her twitch on my lap, I continued massaging her breasts, until finally she came down from her high. After a minute, she finally caught her breath, and looked into my eyes with pure lust. \
<img class="leftimg" src="images/Characters/Town/Bank/Wife/05.png">\
\I slapped her ass, playfully, and tilted my head, indicating that it was time for her to get off. She nodded, biting her lip as she attempted to. She tried standing, but her legs gave out under her, causing her to sit on her desk, her top basically off. I stood up, looking right at her. I reached up, and grabbed her chin. She raised her face, letting me handle her.
<<me>>You were a good bitch for me. Now, you need to go talk to <<nbankm>>. So he understands why you need me to... help you out. Understood?<</me>>
She nodded for me. I smiled, and pulled my phone out, snapping a quick photo of her. I turned around, exiting her office, and slowly made my way down the hall.
<<cain>>Well done. You even sent her to explain to <<nbankm>> why you need to cuck him. That will definitely be a bigger step to dominating him than just doing it yourself.<</cain>>
<<met>>Oh. Yeah, I guess that makes sense. I just figured it would be hot for <<nbankm>> to hear himself how she needs me to pleasure her sexually, since he's not doing a good enough job.<</met>>
<<cain>>Well those are some good instincts kid. A great first step.<</cain>>
As I heard <<ncain>> say that, I turned the corner, where <<nbankc>> was leaning against the wall, looking very conflicted. However, as she saw me, it melted away, and all that was left was a smile.
<<bankc>>O-oh, hello sir. I heard some... strange noises. What were you doing with <<nbankw>>?<</bankc>>
I reached up, cupping her face in my hand, and felt her push into it.
<<me>>I think you know exactly what I was doing there. No need to be coy <<nbankc>>.<</me>>
She swallowed hard, a mixture of the earlier confusion showing up, but with something else. However, I didn't let her dwell on it.
<<me>>I'll be heading out now <<nbankc>>. I'd recommend letting <<nbankw>> recover a bit.<</me>>
I walked past her, leaving her breathing shallowly. This was a good first step. For today, I should let the Hardings have that conversation.
<<Button 'Leave the Hardings to have the conversation' 'Bank' '.contbut' '$GallImg.pushUnique("images/Phone/Gallery/5.png"), $BackImg.pushUnique("images/Phone/Homescreens/5.png"), $NewGal to 1, $ImgAm += 1, $Time +=1, $bankw.percent += 2, $event.bankw to 0, $bankw.scene.deleteFirst(1), $bankw.scene.push(2), $bankw.sub +=1, $bankm.sub +=1, $bankc.sub +=1, $scene to 0'>>/* Location: Bank */<img class="leftimg" src="images/Side/Locations/Bank.png">\
\<<cain>>Well, what do you think is next?<</cain>>
I sighed internally.
<<met>>I don't know, you're the one who told me I had to "bend someone's will".<</met>>
It was <<ncain>>'s turn to sigh.
<<cain>>Exactly. Someone with power. Who has power in a bank?<</cain>>
<<met>>The manager? I guess, I don't know the hierarchy of a bank. And besides that, what am I supposed to do, just walk up to someone and say "Can I speak to the person in charge?" I don't know how well that will work here.<</met>>
<<cain>>That's exactly what you're supposed to do here. Or did you forget about one of the perks of Lust?<</cain>>
<<met>>Ah. Right, Adonis. Ok, let's give it a try.<</met>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/02.png"><<if not $mom1.scene.includes("1")>>I look around, and upon seeing the cashier, I stop.
<<met>>Wait, I talked with <<nmom1>>, and she didn't behave differently. I thought I was supposed to be super attractive to everyone now.<</met>>
<<cain>>I specifically said anyone you meet will be affected. Think of introductions like cement. You poured cement with anyone you've met before, and that's not going to change for a while. However, with new people, you're pouring a better kind of cement. So, basically, anyone who you already know, will have to warm up to your new abilities, unfortunately.<</cain>>
I frowned upon hearing this, but I understood his point. I looked back up, and spotted the most attractive cashier. Well, the only attractive one, but easily the most attractive woman in the building, and walk right up to her booth.<<else>>I look around, checking out each booth. Old man, old man, old woman... And then I stop, as I spot a young, redheaded woman. Easily the most attractive woman in the building. I steel myself, and walk up to her booth.<</if>> She looks quite bored sitting there, but as I approach, and she sees me, her body language completely changes. She stands up straight, jutting out her chest, and flashes me a smile.
<<bankc>>Hello sir, how can I help you today?<</bankc>>
As she says this, she looks me up and down. She clearly likes what she sees, however, her smile is momentarily replaced with a look of confusion.
<<me>>Yes, I'd like to speak to the manager, if that's possible.<</me>>
I see her deflate a little, her face showing obvious disappointment. Still, she didn't seem like she was giving up.
<<bankc>>Oh, Mr. Harding?<</bankc>>
She clears her through, shaking her head slightly, as if trying to sober herself up, before turning to look backwards, down a hallway behind the booths.
<<bankc>>Yes, he's here, but...<</bankc>>
Turning back, I saw the glint in her eye, causing her to smile again. She leaned forward, giving me a better look at her cleavage, and bit her lip, looking as beautiful as could be.
<<bankc>>I'm sure I can help you with <em>anything</em> you need.<</bankc>>
She said, almost whispering, making it sound incredibly sensual. As I looked down at the attractive redhead throwing herself at me, I-
<<cain>>Focus <<nme>>. You're here with a goal in mind.<</cain>>
I mentally shook my head, regaining my focus. He was right. Plus, it's not like she wouldn't find me attractive another time. I sighed, standing up straight.
<<me>>I really do need to talk to Mr. Harding. I'd appreciate it if you took me to him.<</me>>
She flashed me an adorable frown, before nodding. She walked around the counter, stealing a glance back at me dreamily for a quick moment, before turning back. I watched her as she walked towards the back, and I could see her shaking her head slightly, before looking back at me, showing me a coy smile. After an unfortunately short walk, we reached a closed office. She turned around.
<<bankc>>Here's his office. Please, if you need any other help, don't hesitate to ask me.<</bankc>>
I reached down, grabbing her chin, lifting it up, causing her to gasp softly.
<<me>>What was your name?<</me>>
<<bankc>><<nbankc>><</bankc>>
She whispered, biting her lip as she stared into my eyes.
<<me>>Thank you <<nbankc>>. You're excused.<</me>>
She nodded lightly.
<<bankc>>Yes sir.<</bankc>>
I smiled at that.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/03.png">\
<<me>>I like that. Now go back to work.<</me>>
She flashed a bashful smile, seemingly embarrassed, not at the word, but at how happy she felt. She nodded, then walked back down the hallway. As I watched her leave, she turned back to me, and I could see her pull on her skirt. She bit her lip again, and fought against her urge to show me too much. She still showed me enough, confirming I would be back to visit her. She turned the corner, and I looked back, knocking on the door. I heard a man telling me to come in, and I opened the door. Inside was a smaller looking man than I expected. I suppose when you picture power, even symbolic, you also picture size. But the man that stood to greet me, although with a confused look on his face, was a bit shorter than me, which suited me perfectly fine, considering why I was here.
<<bankm>>Oh. Hello, can I help you?<</bankm>>
<<met>>Ok, I've seen what it does to women, let's see what it does to men.<</met>>
<<me>>You're not going to offer me a seat?<</me>>
He stammered a bit, feeling flustered.
<<bankm>>Y-yes, of course, please.<</bankm>>
He stood up, motioning to the seat in front of him. As I took it, I swear I could see him... Almost bowing. He took his seat quickly, and smiled at me.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/01.png">\
<<bankm>>I'm sorry, I wasn't aware I had a meeting. How can I help you, Mr...<</bankm>>
He sat there, waiting for me to respond. I, on the other hand, was taking in the whole office. A fairly respectable place to work, it was decorated in a modern way. As I scanned around, I saw a picture of a woman at his desk. She looked incredible, and suddenly I knew the plan. I leaned forward, taking the picture frame, admiring it closer.
<<me>>I'm <<nme>>. You're Mr. Harding, right?<</me>>
He nervously chuckled.
<<bankm>>Yes, but please, call me <<nbankm>>.<</bankm>>
<<me>>Don't mind if I do. Who is this?<</me>>
<<bankm>>Oh, that's my wife, $bankw.name.<</bankm>>
He said, smiling proudly, which I figured was earned.
<<me>>Well damn <<nbankm>>, she's a fine piece of ass.<</me>>
That caught him off guard, and he cleared his throat, clearly feeling a bit awkward at my objectification of his wife.
<<met>>Best get used to it <<nbankm>>.<</met>>
<<bankm>>T-thanks <<nme>>. A-anyway, what can I help-<</bankm>>
<<me>>Hey, you got any other pics? She looks way too fucking hot.<</me>>
<<bankm>>I-I don't really have any here-<</bankm>>
<<me>>Oh cmon <<nbankm>>, what kind of man doesn't have some nice pics of his wife on his phone? Especially when she's got tits like these.<</me>>
<<bankm>>Well, I-I don't really have any like that...<</bankm>>
He said, almost sounding worried that he had offended me.
<<met>>Alright, seems like Adonis is doing it's job well.<</met>>
<<bankm>>Would you like to meet her? She's right across the hall.<</bankm>>
<<met>>Holy shit, it's doing very well. Manifesting Greed might be easier than I thought.<</met>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/02.png">\
<<me>>I'd love to meet her.<</me>>
He stands up, smiling awkwardly, as he leads me out of the room. I can see from his face he looks somewhat confused. After all, here he is, leading a man he doesn't even know, to his wife. Still, he keeps going, and we're suddenly looking at another door. It looks the same as <<nbankm>>'s door, except for the name plate. <<nbankw>> Harding. <<nbankm>> opens the door, and we're greeted to the beautiful woman I saw in the picture in his office, although dressed a lot more professionally. She's on the phone, focused on that while she taps her pen on her paper. She briefly raises her finger, never looking at either of us, as she finishes her talk on the phone. Once shes done, she looks at <<nbankm>>, smiling. As she sees me, her face loses a bit of it's smile, and it's replaced with what I recognized as lust.
<<bankm>>Hey baby, just popping in to introduce-<</bankm>>
I cut <<nbankm>> off, stepping in front of him, and reaching out my hand, offering a handshake.
<<me>>My name is <<nme>>. A pleasure to meet you.<</me>>
I could see $bankw.name's eyes were fixed on me, and as she took my hand, I could feel her shudder slightly.
<<bankw>>I-Likewise, It's nice to meet you.<</bankw>>
I turn to <<nbankm>>, guiding him out of the room.
<<me>>Well you can leave now <<nbankm>>.<</me>>
He looked at me, confused.
<<bankm>>Wait, what?<</bankm>>
<<me>>Yeah, me and <<nbankw>> are just gonna have some fun.<</me>>
He furrowed his brows, more in confusion rather than anger.
<<bankm>>I don't think that-<</bankm>>
<<me>>Relax <<nbankm>>, I'm just trying to help out.<</me>>
As I said that, <<nbankm>>'s face relaxed a bit, as Adonis was doing its job. After a few seconds, he nodded, and turned to the door, giving his wife one last look back before I shut the door behind him. Once it was shut, I heard <<nbankw>> gasp slightly, and I turned to her. She smiled sensually, lightly biting the pen she was recently tapping on the table. She cleared her throat, trying to regain some professional composure, placing her hands on her desk. I didn't know whether it was on purpose, but the effect was her breasts being pushed together, making them bulge out even more.
<<bankw>>So, <<nme>>, what can I do for you?<</bankw>>
I looked her up and down as she sat behind her desk. I smiled at her, and she once again bit her lip. I took a seat i front of her, never breaking eye contact.
<<Button 'Why dont you come here?' 'BankW: 1-2' '.lustbut' '$player.lust += 1'>>/* Location: Bank */I walked into the bank, inspecting every nook and cranny. I felt like I was on the top of the world. After all, I remember how positive <<nbankw>>'s response was to my prodding, and how utterly submissive <<nbankm>> became from just my presence, I felt like I was going to manifest Greed today.<img class="leftimg" src="images/Characters/Town/Bank/Cashier/04.png">
<<cain>>I wouldn't count your chickens just yet.<</cain>>
Before I could begin to response, I saw <<nbankc>> behind the counter. As she saw me, I could see her face break into happiness, before quickly getting mixed with worry. She quickly waved me over. Before I could even say anything to her, she blurted out.
<<bankc>>What did you do yesterday?<</bankc>>
She hissed, trying to sound alarmed, but not attract too much attention. As I went to answer, I heard a light chuckle from <<ncain>>.
<<me>>What do you mean?<</me>>
<<bankc>>After you left, I tried to talk to <<nbankw>>, but she could barely say anything. I made sure she was ok, and left. An hour later, I heard some fighting coming out of <<nbankm>>'s office. What did you do?<</bankc>>
<<met>>Shit. This might not work.<</met>>
<<cain>>There you go again, counting poultry.<</cain>>
I ignored <<ncain>>, choosing to focus on <<nbankc>>.
<<me>>I just tried offering a solution. Here, let me see if I can help them out.<</me>>
I said, tapping on the counter and turning around, making my way to the offices. <<nbankc>>'s eyes went wide, and quickly walked over, trying to stop me.
<<bankc>>No, I don't think you should. They were still in a bad mood when they came in, and I heard them arguing again. You'll just-<</bankc>>
I reached up, and grabbed her chin, forcing her to look directly into my eyes, causing her to gasp.
<<me>>I think you should get into the habit of just letting me do what I want. After all...<</me>>
I traced my finger on her collar bone, causing her to moan lightly.
<<me>>I think you know that you'll be happy if you do.<</me>>
She started breathing shallowly, blushing as she did. She did, however, nod, and I let go of her, disappointment washing over her features. I stepped around her, entering the office hallway. However, as I left, I heard <<nbankc>> whisper to herself.
<<bankc>>What is wrong with you?<</bankc>>
I tucked that into a folder marked "TBD", then focused on my task. I walked past <<nbankm>>'s office, as the door was open, showing an empty room. However, approaching <<nbankw>>'s door, I started hearing some raised voices. Not enough for anyone in the main part of the bank to hear, but still loud enough. I steeled myself a bit, before opening the door suddenly.
<<bankm>>You never mentioned any-<</bankm>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/07.png">Both of them turned to me as I entered, and my confidence immediately raised. Not for the attention, but from watching what Adonis instantly did to them. <<nbankm>> looked angry, which was a fair reaction after being told by his wife that she wanted another man to please her. His anger should have amplified as he saw me, but the aggression he had on his face just melted away. In fact, he almost smiled as he saw me.
<<nbankw>> was even better. When I walked in, she was clearly feeling very guilty. After all, before she met me, her marriage was probably very happy. Now, here she was, throwing a wrecking ball into it. She might have even begun to regret it. That changed when she saw me. Her guilt evaporated, replaced with a look that could only be described as a hungry lioness, and her prey stepped right onto a plate. The dynamic in the room had changed, and I was not going to let that go to waste. I walked in, and slapped <<nbankm>> on the back.
<<me>>Hey <<nbankm>>. I take it our girl here told you the news.<</me>>
I said, causing <<nbankm>> to wince slightly.
<<bankm>>H-hey <<nme>>. A-actually, we were having a private-<</bankm>>
I cut him off, walking right up to <<nbankw>>.
<<me>>You look like a good little whore right now.<</me>>
She moaned, followed by giggling like a school girl.
<<bankw>>Thank you...<</bankw>>
I turned back around, wrapping my arm around <<nbankw>> as I did, and suddenly, the room was tilted against <<nbankm>>.
<<me>>So, <<nbankm>>, you're on board, right?<</me>>
I reached down, grabbing a handful of <<nbankw>>'s ass, checking to see how far I could push <<nbankm>> before doing anything. <<nbankm>> clearly saw my hand slip down, and then heard the not subtle moan from his wife. He cleared his throat, and looked back at me.
<<bankm>>Yes. And me and my <em>wife</em> were just... discussing it.<</bankm>>
<<me>>What's there to discuss? Don't you want her to be happy?<</me>>
<<bankm>>She is happy, we are-<</bankm>>
He got cut off by <<nbankw>> moaning, as I played with her ass. After a moment, I let go of <<nbankw>>, causing her to pout, and walked over to <<nbankm>>, putting my arm around his shoulder.
<<me>>But she could be so much happier. And I'm willing to help with that.<</me>>
Suddenly I could see his eyes glaze over slightly, as he started to actually consider the idea, with the help of Adonis.
<<bankm>>W-well, I don't know if-<</bankm>>
<<me>>You don't really need to think about it so hard <<nbankm>>.<</me>>
I walked back over to <<nbankw>>, leaning on her desk beside her, and pulling her onto my lap, so she was grinding on my cock through my pants, causing her to moan louder than before.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/08.png">
<<me>>I mean, look how happy she is. This is what you want, isn't it? Her happiness?<</me>>
I reached up, and started undoing her blouse. As I did that, she started grinding on my lap even harder, pulling her skirt up, until she was basically in her underwear, moaning like a bitch in heat in front of her husband.
<<me>>Well <<nbankm>>?<</me>>
After a few seconds, where all that was heard was <<nbankw>> rubbing herself and moaning, he whispered out.
<<bankm>>Ok.<</bankm>>
That was all I needed to hear, as I reached up and grabbed <<nbankw>>'s hair, pushing her down on her knees.
<<me>>Time my bitch gets her bone.<</me>>
<<nbankw>> smiled, her head lost in the lust, as she reached up, unbuckling my pants.
<<bankm>>W-wait, not now, I don't want to see it.<</bankm>>
I sighed.
<<Button 'But you want to watch, dont you?' 'BankW: 2-2' '.lustbut' '$player.lust += 1'>><<me>>But you want to watch, don't you?<</me>>
I said, pushing Lust towards him. I could see him nod lightly, and the front of his pants get a bit tighter.
<<bankm>>Y-yeah, I do.<</bankm>>
I looked down at his wife, who was eagerly pulling at my pants, fishing my cock out of my pants.
<<me>>Why don't you get your tits out?<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/09.png">\
\She looked up, desire burning in her eyes. She nodded, taking her hands off my pants, and quickly pulling her bra off, until her tits came into view. I grunted, and she must have enjoyed that, as she doubled her efforts, standing briefly to pull her panties off. She grabbed them, balling them, and throwing them at her husband. She quickly got back on her knees, and finished pulling out my cock. When she did, I heard her gasp, breathing in the smell.
<<bankw>>Mmm, you're so big.<</bankw>>
She quickly took my cock into her mouth, moaning as she tasted it. She was clearly experienced, from the way she instantly put her tongue to work.
<<me>>I guess <<nbankm>> isn't so big, is he?<</me>>
She nodded, not wanting to take my cock out of her mouth. I chuckled, and looked at <<nbankm>>, who was rubbing his dick through his pants, entranced at the sight of his wife swallowing a strangers cock right in front of him. He was holding her panties up, close to his face, breathing in her scent.
<<me>>See <<nbankm>>? This is why you needed me to take care of her like this?<</me>>
I smiled down at her, running my hand through her hair, getting a low moan out of her.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/10.png">\
\<<me>>In fact, why don't you take a photo of this? You can hang it next to the picture of your wife in your office. I mean, she's basically already got her tits out in that one too.<</me>>
<<nbankm>> nodded, holding her panties in one hand tightly, and taking his phone out with his other. He pointed it towards us, and <<nbankw>> pulled my cock out of her mouth and posed with my cock, allowing her husband to get the best shot.
<<me>>Good. Send me that, and while you're at it, send me your wife's number as well.<</me>>
I looked down at <<nbankw>>.
<<me>>You're being a very good whore for me today. I think you deserve a bit more, don't you?<</me>>
She nodded fervently.
<<bankw>>I do. I want to feel you inside me so much.<</bankw>>
<<me>>Well you've earned it. Come here.<</me>>
I grabbed her hair, and pulled her over to the couch in her room. She crawled over, letting me lead her like her hair was her leash. I sat down, and patted my leg, and she stood up, straddling my lap. She grabbed my cock, pointing it towards her pussy.
<<bankw>>Mmmmm, it's so warm, and big.<</bankw>>
She leaned down, kissing me, I kissed her back, and felt her pussy envelop my cock as she sat down. She moaned into my mouth as she lowered herself, until I could feel her ass pressed up on my legs.
<<bankw>>Oh god, you're filling me up.<</bankw>>
I slapped her ass, hard.
<<me>>Cmon slut. Get me off.<</me>>
She moaned, flashing me fiery eyes.
<<bankw>>Yes sir.<</bankw>>
She licked her lips, and started rising up, before pressing down, doing her best to milk the cum out of me. She wasn't hiding her enjoyment either, as she was moaning like her life depended on it. After a minute, she reached down, trying to stabilize herself.
<<bankw>>Oh god, I'm so close. <<nbankm>>, he's so much better than you!<</bankw>>
I slapped her ass again.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/11.png">\
\<<me>>Tell him that to his face, slut.<</me>>
She nodded, spinning around, never once letting my cock leave her tight cunt.
<<bankw>>I'm so close to cumming <<nbankm>>. You've never made me feel this way.<</bankw>>
<<bankm>>I-I'm sorry.<</bankm>>
<<nbankm>> said, grunting. I looked around <<nbankw>>'s fat ass bouncing on my cock, and saw a wet patch form on <<nbankm>>'s pants. He was literally cumming from his wife's humiliating words. Still, it was having a similar effect on me, and clearly on <<nbankw>>, who started shaking.
<<bankw>>Oh GoD, I'm C-CumMiNNgggg!<</bankw>>
She started twitching and shaking on top of me, as I felt her pussy tighten up, working as hard as it could to get me to cum. It was working, and I could feel myself getting close as <<nbankw>> starting coming down from her high. I slapped her ass hard again, enjoying the bright red hand mark I left on her bottom.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/12.png">\
\<<me>>Get off slut, I want to cover your face in my cum.<</me>>
She nearly tripped over herself, partly from her speed, and partly from how weak her legs felt after her orgasm. Still, she got down on her knees, and I started shooting my cum all over her chest. Rope after rope shooting out of my cock, covering <<nbankw>>. Once done, I collapsed back onto the couch that I had fucked <<nbankw>> on, catching my breath. I watched as she started grabbing my cum, and bringing it up to her mouth. At one point, she brought her cum covered tit, and sucked the cum right off of it. I chuckled, and stood up, pulling my pants up. I was about to leave, and let the couple come to a realization of what just happened without Adonis messing with their heads, when I heard <<ncain>>.
<<cain>>Damn. So close.<</cain>>
Oh, right. <<nbankw>>s immaculate work had nearly made me forget about my goal.
<<met>>Close? I got one more move.<</met>>
I walked back to <<nbankm>>, and shook his shoulder. He jolted out of the trance, and looked up to me. He smiled, lightly.
<<bankm>>T-thank you for helping <<nbankw>>.<</bankm>>
<<me>>Please, no need to thank me.<</me>>
I patted him on the shoulder.
<<me>>You can just pay me.<</me>>
<<nbankm>> looked at me, and for a moment, I thought he would refuse. However, his eyes fogged up for a moment, and suddenly he looked guilty.
<<bankm>>Oh, of course. You helped us out so much.<</bankm>>
He opened his wallet, and pulled out a couple of bills, quickly counting them.
<<bankm>>I only have $100, is that ok?<</bankm>>
I sighed, faking hesitation.
<<me>>I guess that will do. But you should bring more next time I see <<nbankw>>.<</me>>
He smiled brightly, as if I had just done him a favor, and shoved the money in my hand.
<<bankm>>Thank you so much <<nme>>.<</bankm>>
<<me>>You're welco-<</me>>
<img class="leftimg" src="images/Side/Misc/Greed Symbol.png">\
\As I said that, I could feel energy building up in my arm. I patted <<nbankm>> on the shoulder, and quickly left the office, leaving him with his cum covered wife. As I did, I felt the energy move down to my right hand, converging onto the symbol on my hand. All the energy concentrating in that spot felt like burning, until the energy dissipated as quickly as it appeared, and I looked down, seeing a new symbol on my hand.
<<cain>>Great job kid! I don't think anyone else has manifested Greed as quickly as you have, well done! And to use it so quickly too.<</cain>>
<<met>>Wait, what do you mean use it?<</met>>
<<cain>>The money he gave you. Human beings are very opposed to giving away money. In fact, in my experience, especially these days, people would rather give up their bodies than their money. But Greeds ability overcomes that.<</cain>>
<<met>>Oh, sweet. So they will just give me all their money?<</met>>
<<cain>>Well, not all of it. Not all at once. But, that's not the only thing the ability does. When you do manage to take all, or even most of their money, their... I guess I'll just come out with it, their soul comes up for auction.<</cain>>
I recoiled at no one, as I was talking to him in my head.
<<met>>What do you mean their soul?!<</met>>
<<cain>>It's nothing so horrible. It basically makes them your slave.<</cain>>
<<met>>You have a strange definition of the word horrible.<</met>>
He shrugged.
<<cain>>Well then don't buy anyone's soul. It's your decision.<</cain>>
I frowned, before inspecting the new crest on the back of my hand, fascinated at how it had changed.
<<met>>So does this mean I can only use Greed now?<</met>>
<<cain>>No, Lust is still in there. Try to use it, and it will replace the Greed crest. Like I said, that's just a binding.<</cain>>
<<met>>Cool. So, what's the other Greed ability?<</met>>
<<cain>>Oh, you're going to like it. It's called the mark of greed. Basically, you can apply a mark to someones soul, claiming it for yourself.<</cain>>
<<met>>What did I just-<</met>>
<<cain>>Hey, cool it. It's not unlike what your generation calls dibs. You aren't changing their soul at all. What it does do, however, is let you track the mark. So essentially, you'll know where anyone you've marked is at any time.<</cain>>
<<met>>Oh. That's a lot less extreme than it sounds.<</met>>
<<cain>>You really gotta stop counting your chickens, I told you already.<</cain>>
As I heard <<ncain>> chuckle at his own joke, I shook my head, making my way to the lobby of the bank. On the way, <<nbankc>> stopped me.
<<bankc>>So, did you fix everything?<</bankc>>
<<me>>I told you I would, didn't I?<</me>>
She nodded, suddenly worried that she had insulted me.
<<cain>>Hey, try the mark.<</cain>>
Finally, <<ncain>> had a good idea.
<<cain>>Hey.<</cain>>
I focused on the girl looking at me, and I suddenly felt energy build up in my body, and start to pool at my hand for only a moment, before dissipating. Suddenly, I could see <<nbankc>> even clearer.
<<me>>Hey, I gotta head out, but, give me your phone.<</me>>
I told <<nbankc>>, not giving her a chance to deny me. Not that she would, as she never looked happier as when she handed me her phone. I quickly punched in my number, then handed it back to her. She took it, and I turned towards the door.
<<bankc>>Call me!<</bankc>>
She called out, as I waved to her, not turning around. However, as I left the bank, I could still feel <<nbankc>>, and could feel that she was still in the bank. That would be useful.
<<Button 'Mission successful' 'Bank' '.contbut' '$player.greed to 1, $bankm.phone to 1, $bankm.text to 2, $bankw.phone to 1, $bankc.phone to 1, $bankw.percent += 2, $Time += 1, $bankw.scene.deleteFirst(2), $bankw.scene.pushUnique(3), $bankc.marked to 1, $player.cash += 100, $event.bankc to 0, $player.prog to 2, $bankw.sub +=1, $bankm.sub +=1, $NewCon to 1, $scene to 0, $NewMes to 1, $tBankM to 1'>><<if $lHome.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lHome.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lHome.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lHome.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lHome.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lHome.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lHome.includes($comb.loc)>><<combloc>><</if>>
<<if $lHome.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lHome.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lHome.includes($assw.loc)>><<asswloc>><</if>>
<<if $lHome.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lHome.includes($dass.loc)>><<dassloc>><</if>>
<<if $lHome.includes($hospad.loc)>><<hospadloc>><</if>><<if $lSub.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lSub.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lSub.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lSub.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lSub.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lSub.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lSub.includes($comb.loc)>><<combloc>><</if>>
<<if $lSub.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lSub.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lSub.includes($assw.loc)>><<asswloc>><</if>>
<<if $lSub.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lSub.includes($dass.loc)>><<dassloc>><</if>>
<<if $lSub.includes($hospad.loc)>><<hospadloc>><</if>><<if $mom1.loc is "comic">><<mom1loc>><</if>>
<<if $mom2.loc is "comic">><<mom2loc>><</if>>
<<if $sis1.loc is "comic">><<sis1loc>><</if>>
<<if $sis2.loc is "comic">><<sis2loc>><</if>>
<<if $sis3.loc is "comic">><<sis3loc>><</if>>
<<if $sub1.loc is "comic">><<sub1loc>><</if>>
<<if $comb.loc is "comic">><<combloc>><</if>>
<<if $bankc.loc is "comic">><<bankcloc>><</if>>
<<if $bankw.loc is "comic">><<bankwloc>><</if>>
<<if $assw.loc is "comic">><<asswloc>><</if>>
<<if $asswgf.loc is "comic">><<asswgfloc>><</if>>
<<if $dass.loc is "comic">><<dassloc>><</if>>
<<if $hospad.loc is "comic">><<hospadloc>><</if>><<if $lShop.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lShop.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lShop.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lShop.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lShop.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lShop.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lShop.includes($comb.loc)>><<combloc>><</if>>
<<if $lShop.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lShop.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lShop.includes($assw.loc)>><<asswloc>><</if>>
<<if $lShop.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lShop.includes($dass.loc)>><<dassloc>><</if>>
<<if $lShop.includes($hospad.loc)>><<hospadloc>><</if>><<if $lCollege.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lCollege.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lCollege.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lCollege.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lCollege.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lCollege.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lCollege.includes($comb.loc)>><<combloc>><</if>>
<<if $lCollege.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lCollege.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lCollege.includes($assw.loc)>><<asswloc>><</if>>
<<if $lCollege.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lCollege.includes($dass.loc)>><<dassloc>><</if>>
<<if $lCollege.includes($hospad.loc)>><<hospadloc>><</if>>
<<if $keys.coll is 1>><<collkeysunlock>><</if>><<if $lDown.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lDown.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lDown.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lDown.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lDown.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lDown.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lDown.includes($comb.loc)>><<combloc>><</if>>
<<if $lDown.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lDown.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lDown.includes($assw.loc)>><<asswloc>><</if>>
<<if $lDown.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lDown.includes($dass.loc)>><<dassloc>><</if>>
<<if $lDown.includes($hospad.loc)>><<hospadloc>><</if>><<if $lCity.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lCity.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lCity.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lCity.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lCity.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lCity.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lCity.includes($comb.loc)>><<combloc>><</if>>
<<if $lCity.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lCity.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lCity.includes($assw.loc)>><<asswloc>><</if>>
<<if $lCity.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lCity.includes($dass.loc)>><<dassloc>><</if>>
<<if $lCity.includes($hospad.loc)>><<hospadloc>><</if>><<if $lChurch.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lChurch.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lChurch.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lChurch.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lChurch.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lChurch.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lChurch.includes($comb.loc)>><<combloc>><</if>>
<<if $lChurch.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lChurch.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lChurch.includes($assw.loc)>><<asswloc>><</if>>
<<if $lChurch.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lChurch.includes($dass.loc)>><<dassloc>><</if>>
<<if $lChurch.includes($hospad.loc)>><<hospadloc>><</if>><<if $lBright.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lBright.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lBright.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lBright.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lBright.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lBright.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lBright.includes($comb.loc)>><<combloc>><</if>>
<<if $lBright.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lBright.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lBright.includes($assw.loc)>><<asswloc>><</if>>
<<if $lBright.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lBright.includes($dass.loc)>><<dassloc>><</if>>
<<if $lBright.includes($hospad.loc)>><<hospadloc>><</if>><<if $mom1.loc is "border">><<mom1loc>><</if>>
<<if $mom2.loc is "border">><<mom2loc>><</if>>
<<if $sis1.loc is "border">><<sis1loc>><</if>>
<<if $sis2.loc is "border">><<sis2loc>><</if>>
<<if $sis3.loc is "border">><<sis3loc>><</if>>
<<if $sub1.loc is "border">><<sub1loc>><</if>>
<<if $comb.loc is "border">><<combloc>><</if>>
<<if $bankc.loc is "border">><<bankcloc>><</if>>
<<if $bankw.loc is "border">><<bankwloc>><</if>>
<<if $assw.loc is "border">><<asswloc>><</if>>
<<if $asswgf.loc is "border">><<asswgfloc>><</if>>
<<if $dass.loc is "border">><<dassloc>><</if>>
<<if $hospad.loc is "border">><<hospadloc>><</if>><<if $mom1.loc is "bank">><<mom1loc>><</if>>
<<if $mom2.loc is "bank">><<mom2loc>><</if>>
<<if $sis1.loc is "bank">><<sis1loc>><</if>>
<<if $sis2.loc is "bank">><<sis2loc>><</if>>
<<if $sis3.loc is "bank">><<sis3loc>><</if>>
<<if $sub1.loc is "bank">><<sub1loc>><</if>>
<<if $comb.loc is "bank">><<combloc>><</if>>
<<if $bankc.loc is "bank">><<bankcloc>><</if>>
<<if $bankw.loc is "bank">><<bankwloc>><</if>>
<<if $assw.loc is "bank">><<asswloc>><</if>>
<<if $asswgf.loc is "bank">><<asswgfloc>><</if>>
<<if $dass.loc is "bank">><<dassloc>><</if>>
<<if $hospad.loc is "bank">><<hospadloc>><</if>><<if $mom1.loc is "stock">><<mom1loc>><</if>>
<<if $mom2.loc is "stock">><<mom2loc>><</if>>
<<if $sis1.loc is "stock">><<sis1loc>><</if>>
<<if $sis2.loc is "stock">><<sis2loc>><</if>>
<<if $sis3.loc is "stock">><<sis3loc>><</if>>
<<if $sub1.loc is "stock">><<sub1loc>><</if>>
<<if $comb.loc is "stock">><<combloc>><</if>>
<<if $bankc.loc is "stock">><<bankcloc>><</if>>
<<if $bankw.loc is "stock">><<bankwloc>><</if>>
<<if $assw.loc is "stock">><<asswloc>><</if>>
<<if $asswgf.loc is "stock">><<asswgfloc>><</if>>
<<if $dass.loc is "stock">><<dassloc>><</if>>
<<if $hospad.loc is "stock">><<hospadloc>><</if>><<if $mom1.loc is "store">><<mom1loc>><</if>>
<<if $mom2.loc is "store">><<mom2loc>><</if>>
<<if $sis1.loc is "store">><<sis1loc>><</if>>
<<if $sis2.loc is "store">><<sis2loc>><</if>>
<<if $sis3.loc is "store">><<sis3loc>><</if>>
<<if $sub1.loc is "store">><<sub1loc>><</if>>
<<if $comb.loc is "store">><<combloc>><</if>>
<<if $bankc.loc is "store">><<bankcloc>><</if>>
<<if $bankw.loc is "store">><<bankwloc>><</if>>
<<if $assw.loc is "store">><<asswloc>><</if>>
<<if $asswgf.loc is "store">><<asswgfloc>><</if>>
<<if $dass.loc is "store">><<dassloc>><</if>>
<<if $hospad.loc is "store">><<hospadloc>><</if>><<if $mom1.loc is "dealer">><<mom1loc>><</if>>
<<if $mom2.loc is "dealer">><<mom2loc>><</if>>
<<if $sis1.loc is "dealer">><<sis1loc>><</if>>
<<if $sis2.loc is "dealer">><<sis2loc>><</if>>
<<if $sis3.loc is "dealer">><<sis3loc>><</if>>
<<if $sub1.loc is "dealer">><<sub1loc>><</if>>
<<if $comb.loc is "dealer">><<combloc>><</if>>
<<if $bankc.loc is "dealer">><<bankcloc>><</if>>
<<if $bankw.loc is "dealer">><<bankwloc>><</if>>
<<if $assw.loc is "dealer">><<asswloc>><</if>>
<<if $asswgf.loc is "dealer">><<asswgfloc>><</if>>
<<if $dass.loc is "dealer">><<dassloc>><</if>>
<<if $hospad.loc is "dealer">><<hospadloc>><</if>><<if $mom1.loc is "sonar">><<mom1loc>><</if>>
<<if $mom2.loc is "sonar">><<mom2loc>><</if>>
<<if $sis1.loc is "sonar">><<sis1loc>><</if>>
<<if $sis2.loc is "sonar">><<sis2loc>><</if>>
<<if $sis3.loc is "sonar">><<sis3loc>><</if>>
<<if $sub1.loc is "sonar">><<sub1loc>><</if>>
<<if $comb.loc is "sonar">><<combloc>><</if>>
<<if $bankc.loc is "sonar">><<bankcloc>><</if>>
<<if $bankw.loc is "sonar">><<bankwloc>><</if>>
<<if $assw.loc is "sonar">><<asswloc>><</if>>
<<if $asswgf.loc is "sonar">><<asswgfloc>><</if>>
<<if $dass.loc is "sonar">><<dassloc>><</if>>
<<if $hospad.loc is "sonar">><<hospadloc>><</if>>
<<if $keys.sonar is 1>><<sonarkeysunlock>><</if>><<if $mom1.loc is "sexshop">><<mom1loc>><</if>>
<<if $mom2.loc is "sexshop">><<mom2loc>><</if>>
<<if $sis1.loc is "sexshop">><<sis1loc>><</if>>
<<if $sis2.loc is "sexshop">><<sis2loc>><</if>>
<<if $sis3.loc is "sexshop">><<sis3loc>><</if>>
<<if $sub1.loc is "sexshop">><<sub1loc>><</if>>
<<if $comb.loc is "sexshop">><<combloc>><</if>>
<<if $bankc.loc is "sexshop">><<bankcloc>><</if>>
<<if $bankw.loc is "sexshop">><<bankwloc>><</if>>
<<if $assw.loc is "sexshop">><<asswloc>><</if>>
<<if $asswgf.loc is "sexshop">><<asswgfloc>><</if>>
<<if $dass.loc is "sexshop">><<dassloc>><</if>>
<<if $hospad.loc is "sexshop">><<hospadloc>><</if>><<if $mom1.loc is "bar">><<mom1loc>><</if>>
<<if $mom2.loc is "bar">><<mom2loc>><</if>>
<<if $sis1.loc is "bar">><<sis1loc>><</if>>
<<if $sis2.loc is "bar">><<sis2loc>><</if>>
<<if $sis3.loc is "bar">><<sis3loc>><</if>>
<<if $sub1.loc is "bar">><<sub1loc>><</if>>
<<if $comb.loc is "bar">><<combloc>><</if>>
<<if $bankc.loc is "bar">><<bankcloc>><</if>>
<<if $bankw.loc is "bar">><<bankwloc>><</if>>
<<if $assw.loc is "bar">><<asswloc>><</if>>
<<if $asswgf.loc is "bar">><<asswgfloc>><</if>>
<<if $dass.loc is "bar">><<dassloc>><</if>>
<<if $hospad.loc is "bar">><<hospadloc>><</if>><div class="Portrait"><img src="images/Locations/Portraits/Hotel.png"><div class="PortraitText">Hotel</div></div>
Hotel
<<Button 'Back to Downtown' 'Downtown' '.return2' '$f to 1'>><<set $scene to 0>><<if $mom1.loc is "hotel">><<mom1loc>><</if>>
<<if $mom2.loc is "hotel">><<mom2loc>><</if>>
<<if $sis1.loc is "hotel">><<sis1loc>><</if>>
<<if $sis2.loc is "hotel">><<sis2loc>><</if>>
<<if $sis3.loc is "hotel">><<sis3loc>><</if>>
<<if $sub1.loc is "hotel">><<sub1loc>><</if>>
<<if $comb.loc is "hotel">><<combloc>><</if>>
<<if $bankc.loc is "hotel">><<bankcloc>><</if>>
<<if $bankw.loc is "hotel">><<bankwloc>><</if>>
<<if $assw.loc is "hotel">><<asswloc>><</if>>
<<if $asswgf.loc is "hotel">><<asswgfloc>><</if>>
<<if $dass.loc is "hotel">><<dassloc>><</if>>
<<if $hospad.loc is "hotel">><<hospadloc>><</if>><div class="Portrait"><img src="images/Locations/Portraits/Gym.png"><div class="PortraitText">Gym</div></div>
The college gym is also doubles as the go to gym for most people, regardless of whether they attend the college. As such, it's mostly filled with students, but you'll find a lot of different people here.
<<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Busiclass.png"><div class="PortraitText">Business Department</div></div>
The business department, where $sis1.name went, and graduated from.
<<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Deans.png"><div class="PortraitText">Deans Office</div></div>
The Deans office. The head of the hydra that is Livington college.
<<if hasVisited("ManifestSin: Pride3") && $Time lte 2 && $event.dass gte 3 && $dass.scene.includes(2)>>\
<<SButton 'Visit <<ndass>> at work' 'DAss: 1-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Tech.png"><div class="PortraitText">Tech Department</div></div>
The tech department, probably the most modern department, technologically speaking.
<<if $sub1.scene.includes(3) && $sub1.loc is "tech" && $event.sub1 gte 1>>\
<<SButton 'Running into <<nsub1>>' 'Sub1: 3-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Arts.png"><div class="PortraitText">Art Department</div></div>
Art department. Maybe unsurprisingly, there are a large amount of attractive women that frequent this department.
<<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Psych.png"><div class="PortraitText">Psych Department</div></div>
The psych department. I haven't seen a lot of activity here in the past, but I guess it's just more lowkey than other departments.
<<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><<if $mom1.loc is "gym">><<mom1loc>><</if>>
<<if $mom2.loc is "gym">><<mom2loc>><</if>>
<<if $sis1.loc is "gym">><<sis1loc>><</if>>
<<if $sis2.loc is "gym">><<sis2loc>><</if>>
<<if $sis3.loc is "gym">><<sis3loc>><</if>>
<<if $sub1.loc is "gym">><<sub1loc>><</if>>
<<if $comb.loc is "gym">><<combloc>><</if>>
<<if $bankc.loc is "gym">><<bankcloc>><</if>>
<<if $bankw.loc is "gym">><<bankwloc>><</if>>
<<if $assw.loc is "gym">><<asswloc>><</if>>
<<if $asswgf.loc is "gym">><<asswgfloc>><</if>>
<<if $dass.loc is "gym">><<dassloc>><</if>>
<<if $hospad.loc is "gym">><<hospadloc>><</if>><<if $mom1.loc is "english">><<mom1loc>><</if>>
<<if $mom2.loc is "english">><<mom2loc>><</if>>
<<if $sis1.loc is "english">><<sis1loc>><</if>>
<<if $sis2.loc is "english">><<sis2loc>><</if>>
<<if $sis3.loc is "english">><<sis3loc>><</if>>
<<if $sub1.loc is "english">><<sub1loc>><</if>>
<<if $comb.loc is "english">><<combloc>><</if>>
<<if $bankc.loc is "english">><<bankcloc>><</if>>
<<if $bankw.loc is "english">><<bankwloc>><</if>>
<<if $assw.loc is "english">><<asswloc>><</if>>
<<if $asswgf.loc is "english">><<asswgfloc>><</if>>
<<if $dass.loc is "english">><<dassloc>><</if>>
<<if $hospad.loc is "english">><<hospadloc>><</if>><<if $mom1.loc is "arts">><<mom1loc>><</if>>
<<if $mom2.loc is "arts">><<mom2loc>><</if>>
<<if $sis1.loc is "arts">><<sis1loc>><</if>>
<<if $sis2.loc is "arts">><<sis2loc>><</if>>
<<if $sis3.loc is "arts">><<sis3loc>><</if>>
<<if $sub1.loc is "arts">><<sub1loc>><</if>>
<<if $comb.loc is "arts">><<combloc>><</if>>
<<if $bankc.loc is "arts">><<bankcloc>><</if>>
<<if $bankw.loc is "arts">><<bankwloc>><</if>>
<<if $assw.loc is "arts">><<asswloc>><</if>>
<<if $asswgf.loc is "arts">><<asswgfloc>><</if>>
<<if $dass.loc is "arts">><<dassloc>><</if>>
<<if $hospad.loc is "arts">><<hospadloc>><</if>><<if $mom1.loc is "psych">><<mom1loc>><</if>>
<<if $mom2.loc is "psych">><<mom2loc>><</if>>
<<if $sis1.loc is "psych">><<sis1loc>><</if>>
<<if $sis2.loc is "psych">><<sis2loc>><</if>>
<<if $sis3.loc is "psych">><<sis3loc>><</if>>
<<if $sub1.loc is "psych">><<sub1loc>><</if>>
<<if $comb.loc is "psych">><<combloc>><</if>>
<<if $bankc.loc is "psych">><<bankcloc>><</if>>
<<if $bankw.loc is "psych">><<bankwloc>><</if>>
<<if $assw.loc is "psych">><<asswloc>><</if>>
<<if $asswgf.loc is "psych">><<asswgfloc>><</if>>
<<if $dass.loc is "psych">><<dassloc>><</if>>
<<if $hospad.loc is "psych">><<hospadloc>><</if>><<if $mom1.loc is "deans">><<mom1loc>><</if>>
<<if $mom2.loc is "deans">><<mom2loc>><</if>>
<<if $sis1.loc is "deans">><<sis1loc>><</if>>
<<if $sis2.loc is "deans">><<sis2loc>><</if>>
<<if $sis3.loc is "deans">><<sis3loc>><</if>>
<<if $sub1.loc is "deans">><<sub1loc>><</if>>
<<if $comb.loc is "deans">><<combloc>><</if>>
<<if $bankc.loc is "deans">><<bankcloc>><</if>>
<<if $bankw.loc is "deans">><<bankwloc>><</if>>
<<if $assw.loc is "deans">><<asswloc>><</if>>
<<if $asswgf.loc is "deans">><<asswgfloc>><</if>>
<<if $dass.loc is "deans">><<dassloc>><</if>>
<<if $hospad.loc is "deans">><<hospadloc>><</if>><<if $mom1.loc is "business">><<mom1loc>><</if>>
<<if $mom2.loc is "business">><<mom2loc>><</if>>
<<if $sis1.loc is "business">><<sis1loc>><</if>>
<<if $sis2.loc is "business">><<sis2loc>><</if>>
<<if $sis3.loc is "business">><<sis3loc>><</if>>
<<if $sub1.loc is "business">><<sub1loc>><</if>>
<<if $comb.loc is "business">><<combloc>><</if>>
<<if $bankc.loc is "business">><<bankcloc>><</if>>
<<if $bankw.loc is "business">><<bankwloc>><</if>>
<<if $assw.loc is "business">><<asswloc>><</if>>
<<if $asswgf.loc is "business">><<asswgfloc>><</if>>
<<if $dass.loc is "business">><<dassloc>><</if>>
<<if $hospad.loc is "business">><<hospadloc>><</if>><<if $mom1.loc is "tech">><<mom1loc>><</if>>
<<if $mom2.loc is "tech">><<mom2loc>><</if>>
<<if $sis1.loc is "tech">><<sis1loc>><</if>>
<<if $sis2.loc is "tech">><<sis2loc>><</if>>
<<if $sis3.loc is "tech">><<sis3loc>><</if>>
<<if $sub1.loc is "tech">><<sub1loc>><</if>>
<<if $comb.loc is "tech">><<combloc>><</if>>
<<if $bankc.loc is "tech">><<bankcloc>><</if>>
<<if $bankw.loc is "tech">><<bankwloc>><</if>>
<<if $assw.loc is "tech">><<asswloc>><</if>>
<<if $asswgf.loc is "tech">><<asswgfloc>><</if>>
<<if $dass.loc is "tech">><<dassloc>><</if>>
<<if $hospad.loc is "tech">><<hospadloc>><</if>><<if $mom1.loc is "chem">><<mom1loc>><</if>>
<<if $mom2.loc is "chem">><<mom2loc>><</if>>
<<if $sis1.loc is "chem">><<sis1loc>><</if>>
<<if $sis2.loc is "chem">><<sis2loc>><</if>>
<<if $sis3.loc is "chem">><<sis3loc>><</if>>
<<if $sub1.loc is "chem">><<sub1loc>><</if>>
<<if $comb.loc is "chem">><<combloc>><</if>>
<<if $bankc.loc is "chem">><<bankcloc>><</if>>
<<if $bankw.loc is "chem">><<bankwloc>><</if>>
<<if $assw.loc is "chem">><<asswloc>><</if>>
<<if $asswgf.loc is "chem">><<asswgfloc>><</if>>
<<if $dass.loc is "chem">><<dassloc>><</if>>
<<if $hospad.loc is "chem">><<hospadloc>><</if>><div class="Portrait"><img src="images/Locations/Portraits/English.png"><div class="PortraitText">English Department</div></div>
English Department, where $mom1.name works.
<<if $mom1.scene.includes(2) && $Time is 2 && $Day is 2>>\
<<SButton 'Visit <<nmom1>> at her work' 'Mom1: 2-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>><div class="Portrait"><img src="images/Locations/Portraits/Chem.png"><div class="PortraitText">Chemistry Department</div></div>
The chemistry department is where the nerds go. And also <<nsis3>>.
<<if $sis3.scene.includes(4) && $Time is 2 && $Day is 4 && $event.sis3 gte 1>>\
<<SButton 'Push <<nsis3>> a bit further' 'Sis3: 4-1' '.harem' '$f to 1'>>
<</if>><<Button 'Back to College' 'College' '.return2' '$f to 1'>><<set $scene to 0>>/* Location: Church */I looked around the church itself. It wasn't particularly impressive, although I can't say I've had much experience in them before. Granted, I've seen pictures of all the mega churches on the internet, so I guess that's the comparison to make. Although a bit unfair, as this church is probably fairly standard.
Still, the reason for why I was here felt kind of clear. Well, I had two reasons. The first was pretty clear. When you get confirmed that the afterlife, and God, and demons are real, it makes you think. Before <<ncain>>, this was just a regular building. It's more than that now.
Anyway, the second reason was just pure curiosity. Would he light on fire upon crossing the threshold?
Looking down, I suppose I got my answer.
<<cain>>You really shouldn't believe everything you see on TV. Now that you know, can we go?<</cain>>
<<met>>So I guess demons don't burst on fire then? And what's the rush.<</met>>
<<cain>>No, they don't. It's more like they melt. Or maybe liquefy is a better term.<</cain>>
<<met>>Ha, like what, the Wicked Witch of the West?<</met>>
<<cain>>Yes, but it's significantly more horrifying to watch than one might think. Which is why you should understand why I don't want to be here.
Oh, but no worries for you. You're not a demon, most you should feel is an itch. Or at least that's how it's been described.<</cain>>
<<met>>Hmmm. I don't really feel anything at all.<</met>>
<<cain>>Nothing at al-<</cain>>
Cain was suddenly cut off a hand tapping me on my shoulder, causing me to jump slightly. I guess I was too engrossed in my conversation with <<ncain>>. I turned around, to see who the hand belonged to. As it turned out, it belonged to a Nun. A rather attractive one at that.
<img class="leftimg" src="images/Characters/Town/Church/Nun1/01.png">\
<<say '???' 'images/character icons/Nun1.png'>><span class="Nun1Text">Hello. Is there anything I can help you with?</span><</say>>
I smiled at her.
<<me>>I guess you could tell I'm new here?<</me>>
She returned the smile. Although it looked... Well, rather plain. Nothing like what Adonis should be doing.
<<nun1>>We get our fair share of new people looking around. Most of them come by to look. Most never come back, and some come back every week. My name is <<nnun1>>. Which one are you?<</nun1>>
<<me>>Well if everyone here looks like you, then I can definitely see making this place an addition to my weekly schedule.<</me>>
And just like that, I knew Adonis was not working, as I saw what I was hoping to be disappointment, and hopefully not disgust, cross her face.
<<nun1>>Please, this really isn't the place for that. If you're looking for that, there are plenty of other... settings that might be more your speed. Besides, you seem a bit young for me.<</nun1>>
I could feel my cheeks blushing for the first time since I've gotten these powers. I've used worse lines on others, and they folded like blushing schoolgirls.
<<me>>I-I'm sorry, that was inappropriate, it was just a bad joke.<</me>>
I heard <<ncain>> chuckle as I responded.
<<cain>>Hah. My bad, I guess I should have warned you.<</cain>>
As <<ncain>> said that, I saw <<nnun1>> squint slightly, tilting her head.
<<nun1>>Did you hear something?<</nun1>>
I was hoping the surprise I felt didn't show up on my face, as I mentally calmed myself down before I responded.
<<me>>Hear something? Like what?<</me>>
She continued studying me, before shaking her head, and the warmth returned to her face.
<<nun1>>Nothing. Big building, sometimes I feel like I hear things.<</nun1>>
<<me>>Maybe it's the big man?<</me>>
I said, causing her to grin.
<<nun1>>I could only be so lucky. Although I'm leaning more towards hearing problems.<</nun1>>
She winked at me, and I returned the grin.
<<nun1>>Like I said, if you need any help with anything, just call for me. Just don't get to excited.<</nun1>>
She said, getting one last jab in. I nodded.
<<me>>Yeah, of course.<</me>>
I watched her walk away, imagining what her body looked like under those robes. Once she was far enough away, I turned around.
<<met>>DId she hear you?!?!<</met>>
<<ncain>> didn't immedietely respond, causing me to worry.
<<cain>>Relax. It's not particularly rare amongst church members, especially in here. At best, she heard a slight mumble. Nothing to worry about.<</cain>>
He said, but I wasn't entirely sold.
<<met>>Is that something I'm going to have to watch out for?<</met>>
<<cain>>Yeah, in churches. Why do you think I wanted to leave?<</cain>>
<<met>>Well you could have just said you, and by extension me, might get caught. And what's with Lust, does it not work in church?<</met>>
<<cain>>Hah, no, it definitely does work here. Just not on church members.<</cain>>
<<met>>Wait, does that mean any religious chick won't-<</met>>
<<ncain>> cut me off before I could finish that thought.
<<cain>>I said member, not goer. I'm talking about priests, nuns, things like that. Devotion to the curch does grant certain... privileges.<</cain>>
<<met>>Good. Now let's get out of here.<</met>>
<<cain>>I'll be right behind you.<</cain>>
<<Button 'Leave' 'LocationHub' '.return2' '$nun1.scene.deleteFirst(1), $nun1.scene.pushUnique(2), $event.nun1 to 0'>>/*
Location: Borderlands
*/Looking around the office, it really drove home two separate ideas in my mind. First, how successful <<nmom2>> was. Second, how much she really didn't care about me in the least. This was the first time I had ever been there. I wasn't really sure if that was all that strange, when I thought about it. Sure, I had been to <<nmom1>>'s work, but she worked at the college. She had only taken me there once, mostly to "explore my options." Still, the points still stood.
As I made my way, looking around, I quickly realized something. This office was mostly staffed by women, and boy did they make it clear by the looks I was getting. While I wasn't here to visit her, the looks were making me curious enough that I started hoping to see <<nsis1>> here. She had graduated early, and went to work directly for <<nmom2>>'s company. They had always been close, with <<nmom2>> recognizing <<nsis1>>s intelligence, and nurturing it at a young age. Thankfully, that is all that <<nsis1>> picked up from her, as we managed to have a good relationship.
As I was looking around, enjoying all of the passionate stares I was getting from the women in the office, and briefly debating on whether I should break off and talk to them, the woman of the hour showed up.
<img class="leftimg" src="images/Characters/House/Landladies/D06.png">\
Stepping out of her office, <<nmom2>> was wearing an outfit that just sent mixed signals. On one hand, it was clearly screaming "I'm a professional, and powerful." On the other hand, it also could have fit in on the set of a porn film, from how tightly fitting, and revealing in all the right places it was. But that was how she liked it. She loved flaunting her body, because she knew it gave her power. Power she loved to wield on the poor men who even dared to notice it.
<<mom2>><<nassw>>, I need these sent back, I think they're trying to use an older copy of the... <<nassw>>?<</mom2>>
<<nmom2>> snapped her fingers, getting her assistants attention back onto her, away from me. She hadn't noticed me yet, so I decided to throw the first punch.
<<me>>Hey mom!<</me>>
As much as it felt disgusting as it was coming out of my mouth, calling her that put me on the right foot.<<if $fet.inc is 0>>Hell, I don't even call <<nmom1>> mom, and she's been a much more caring, motherly figure than her bitch wife.<</if>> I walked over to her, leaning on the desk of her assistant. She looked up at me, with a shocked look on her face, completely speechless. While I thought it fit her, I knew she recovered fast, so I had to move fast. I looked down to her assistant, who flashed me a smile as our eyes met. I raised my hand.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/02.png">\
<<me>>Hey, I'm $player.name, <<nmom2>>'s son. Pleasure to meet you.<</me>>
I saw blood rushing to her face as she took my hand. As I got a clear look at her, I noticed she wasn't as old as <<nmom2>>, but definitely older than me. Still, she wore her look damn well. She had a cute face, and more importantly, an absolutely incredible body. It really made me wonder if that was some requirement to work here.
<<assw>>Likewise. <<nmom2>>, how come you never brought him here before now?<</assw>>
Upon hearing <<nassw>>'s question, <<nmom2>> finally recovered. It had seemed my plan had worked, as she flashed me the warmest smile I had ever seen from her. <<nmom2>> could see the way all of the women in the office were looking at me, and so she realized any negative reaction would not go well.
<<mom2>>Oh, well, you know I like to keep my business life and home life separate.<</mom2>>
<<nassw>> seemed to agree with that with a nod, never breaking eye contact with me.
<<assw>>That is true. We almost didn't hire <<nsis1>> because of that, even though she was one of our better prospects. Still, no reason you couldn't parade him around. <</assw>>
I saw her eyes wander down, inspecting all of me.
<<assw>>Give the girls here something to look at.<</assw>>
She said that, flashing a hungry look at me. <<nmom2>> was clearly not liking the path this conversation was going down, as she pivoted.
<<mom2>>So, what are you doing here?<</mom2>>
While it might have been fine to an outsider, I could clearly hear the pointed tone.
<<me>>I just wanted to have lunch with my mom.<</me>>
I said, sounding more innocent than I expected. I looked back at <<nassw>>, meeting her look.
<<me>>Although...<</me>>
Both <<nmom2>> and <<nassw>> understood where I was going. For <<nassw>>'s part, she leaned forward slightly, giving me a clearer look at her cleavage, and a clear response to my unasked question. <<nmom2>>, on the other hand, looked panicked for a moment, which made the trip here worthwhile in itself.
<<mom2>>Well why don't you wait in my office for now?<</mom2>>
<<nassw>> seemed to deflate upon hearing that, as <<nmom2>> grabbed me by my arm, and without letting <<nassw>> get a word in, brought me to her office as quickly as she could without looking aggressive. Once out of sight of her assistant, she pushed me in, and closed the door, before closing the shutters. Once done, she finally breathed a sigh of relief, before glaring back at me.
<<mom2>>What the fuck are you doing here?<</mom2>>
<<me>>Huh, you sure changed it up quickly. What's wrong, don't want your employees to see you like this?<</me>>
<<mom2>>I don't want them to deal with whatever you're doing.<</mom2>>
She grunted at me, staying away from me, but never breaking eye contact.
<<me>>What does that mean?<</me>>
<<mom2>>I don't know what you're doing to them to make them like you, but I know the real you.<</mom2>>
<<me>>Ha. I guess for someone like you, it really does seem impossible that people just like me.<</me>>
<<ncain>> chuckled at that one, which was fair, but irrelevant to my plans for right now.
<<mom2>>Oh, you're not doing anything, huh? Then how do you explain...<</mom2>>
She trailed off, angrily somehow, but we both know what she was referring to.
<<me>>Oh, when I made you squirt by treating you like an obedient bitch.<</me>>
Danielle turned a deep red, as she stared daggers, breaking eye contact for only a moment to make sure no one heard me.
<<mom2>>So what was it? Did you drug me?<</mom2>>
I chuckled, although I suppose that technically wasn't too far off. She didn't like that response, and took a step towards me, trying to gain any authority she lost. I wouldn't have that, matching her step forward, causing her to pause.
<<me>>Why can't you just admit the truth?<</me>>
<<mom2>>And what's that?<</mom2>>
<<me>>That you enjoyed me taking charge of you?<</me>>
She scoffed, finally releasing some tension. She stepped forward, pushing me lightly out of the way to her desk, flashing me a disgusted face.
<<mom2>>What the fuck do you want?<</mom2>>
I reached down, and undid my belt, causing her to panic.
<<me>>Relax, that isn't the reason. I'm here because I had a bit more anger to take out.<</me>>
I slipped off the belt, then wacked it in my hand, letting off a crack.
<<me>>And what better way than training my new bitch.<</me>>
She stood up, bending slightly and placing her hands on her desk, about to yell, before I stopped her.
<<Button 'Oh good, already in position. Stay ' 'Mom2: 2-2' '.lustbut' '$player.lust += 1'>>I watched as <<nmom2>>'s entire tone melted under the effects of Lust. Her livid expression contorted as she felt the assault of pleasure she received from following my orders, and her legs began to shake, threatening to collapse. Her eyes rolled up, and she hung her head. Still, she was a strong willed woman, as a moment later, she looked at me with her best faux-confidence.
<<mom2>>H-ha, do you think you can tell me what to do, h-here?<</mom2>>
I chuckled, noticing that her knuckles were white from how hard she was squeezing her desk. I slowly walked towards her.
<<me>>I can tell you what I think, <<nmom2>>. I think the moment you heard my order...<</me>>
I stepped up, and took a seat on her desk. I raised the belt, and slowly stroked her chin, causing her to fight back a grin.
<<me>>Well, I think when I go back there, I'm going to find a puddle in a certain bitch's panties. Tell me I'm wrong.<</me>>
<<mom2>>Y-you're so wrong...<</mom2>>
<<me>>Oh really?<</me>>
I placed the belt down, and gently caressed her chin. She must have loved it, as she couldn't fully stifle the moan.
<<me>>All you have to do is be a good little bitch for me. You'll get your punishment still, but I'll make sure you enjoy it even more.<</me>>
That caught her attention, as I saw her eyes snap to mine, filled with excitement for a brief moment. But the next, it was hidden.
<<mom2>>Who do... Who do you think you are? I'm going to make sure <<if $fet.inc is 1>>your <</if>><<nmom1>> hears about this.<</mom2>>
Her smug smirk turned to ire as I laughed in her face.
<<me>>Oh, what are you going to tell her? <<nme>> made me squirt harder than I've ever in my life!<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D07.png">\
I stood up, and could feel my cock get harder and harder. I picked up the belt, and rubbed it down her body as I walked around her, until I was directly behind her. I took a seat in her own chair, and admired her truly fantastic ass, and spanked it lightly with the belt. Not enough to inflict any sort of pain, but just to remind her what the next 30 minutes would consist of. I reached up, and pulled her skirt up.
<<me>>Now, why don't you tell your assistant out there not to interrupt us.<</me>>
<<mom2>>I-I told you, you're not in charge here.<</mom2>>
<<me>>Oh? This is going to happen. We both know it. It's up to you if you want to risk your assistant walking in.<</me>>
The rage that was building in her face was beautiful, but did have me a bit worried. I was worried it might actually be enough to overcome Carnal Fog, so I reached up, and slapped her pussy with my belt, and her knees buckled, a long, low moan escaping her lips.
<<me>>Well?<</me>>
She didn't look back at me as she slowly got back into her bent over position. After a moment, I saw her hand, shaking, reaching out for her phone, and press a button.
<<assw>>Yes <<nmom2>>?<</assw>>
Her breath was shaky, and again, I thought she might back out, so I gently rubbed the belt on her inner thigh. She shook slightly, but then continued.
<<mom2>>I-I'm going to... Hold all calls, I haven't... Had lunch with my...<</mom2>>
I heard her swallow, as the next word clearly didn't come easy. Mom didn't come for me either.
<<mom2>>Son in a while. Don't interrupt. For anything. Understand?<</mom2>>
<<assw>>Of course <<nmom2>>. I'll make sure you two aren't bothered.<</assw>>
<<nmom2>> hung up the call, and hung her head in shame. I chuckled.
<<me>>There's the obedient bitch I love spanking. Let's keep this ball rolling. Spread your legs.<</me>>
She didn't raise her head, or offer any sort of resistance. Slowly, she spread her legs. I reached down, and pressed on her pussy lightly through her panties, feeling how wet they were. She moaned lightly, and I could tell she was already close to cumming. That wouldn't do, as I pulled my finger back, eliciting a whimper.
<<me>>Oh no, you're not getting off that easily. I am going to make you cum. Maybe even more than once.<</me>>
That finally made her lift her head, and she looked back at me. I almost dropped the belt. The woman looking at me was not <<nmom2>>. The woman looking back at me looked up at me, vulnerable, her eyes filled with hope, and desire. I gripped the belt even tighter.
<<me>>But you're going to be cumming while I whip your ass raw.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D08.gif">\
I said, bringing the belt down, making a cracking sound as the leather hit her skin. Just like that, <<nmom2>>'s head shot back, and her legs began to shake and twitch, juices beginning to fall down her legs. She was already cumming from the first belt. I watched her body tense up throughout her orgasm, and once she was beginning to come down, I lifted the belt, and brought it back down. Already incredibly horny from her past orgasm, her lust began to climb again. Again, I whipped her ass, and her arms gave out. She laid her head directly against her desk, bending over even more. I was going to enjoy this.
<<linebreak>>
I fastened my belt back securely, and opened the door, looking back one last time. <<nmom2>> was sprawled over her desk, panting heavily. Even from where I stood, I could see the red marks from my belt on the top of her ass. I might have gone a bit overboard, but I still couldn't feel anything but satisfaction. Which was a strange feeling to have when my cock was as hard as it was. Still, I tucked it, and closed the door behind me. I walked over to <<nassw>>'s desk, and she flashed me a smile.
<<assw>>Hey! How was lunch with your mom?<</assw>>
I fought the urge to wince as she called <<nmom2>> that.
<<me>>It was great. I've been a real pain in the ass lately, so I came here to apologize.<</me>>
<<assw>>That's so sweet of you.<</assw>>
She bit her lip, and I leaned closer.
<<me>>Really? I thought you might think it's lame I'm so close to her<</me>>
<<assw>>Not me. I love a good mommy's boy.<</assw>>
<<me>>But I can be so bad too.<</me>>
I heard her moan lightly, and bend over, almost shoving her cleavage in my face.
<<assw>>How bad can you be?<</assw>>
<<me>>I would love to show you sometime.<</me>>
She swallowed deeply.
<<me>>Not today unfortunately.<</me>>
I said, standing up quickly.
<<cain>>You get some power, and you immediately become a tease.<</cain>>
I ignored <<ncain>>'s comment. <<nassw>> looked disappointed, but she knew I was interested.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/03.png">\
<<assw>>Don't wait too long.<</assw>>
I winked at her, and began to walk away. I noticed her get up, and walk towards the office with a notepad.
<<me>>Oh, <<nmom2>> got a call from some big wig. She told me to tell you that she'll tell you when to come in.<</me>>
<<nassw>> didn't question my lie for a moment, nodding. She quickly used the chance to bend over slightly, giving me a good look at what I was missing.
What a minx.
<<Button 'Leave' 'Downtown' '.return2' '$assw.percent += 2, $mom2.percent += 2, $Time += 1, $mom2.scene.deleteFirst(2), $mom2.scene.pushUnique(3), $event.mom2 to 0, $scene to 0'>>/* Location: Bank */<img class="leftimg" src="images/Characters/Town/Bank/Cashier/04.png">\
Walking into the bank, my steps are deliberate. I've been here enough times to know where my goal is, and as I walk past the lobby, I spot her. <<nbankc>> is in her booth, talking to a man. From the way the guy is smiling at her, he's clearly here for a similar reason as me. However, I can tell by her customer service smile that it's not doing anything for her. After all, I'd seen her real smile enough to recognize it. And as if she read my mind, she spots me as I get into the line, her previous disinterested smile making way for real desire. The guy clearly notices the massive change in her demeanor, and follows her gaze. Upon seeing me, it's clear he deflates a bit, taking only a few moments to collect his papers, and walking away, giving me access to the booth, and <<nbankc>>'s undivided attention.
<<bankc>>Hey!<</bankc>>
She blurts out, clearly a little louder than she meant to, eliciting some looks from the old woman in the booth nearby, as well as a slight blush from her. She clears her throat, brushing a hair away from her face, trying to calm herself down.
<<bankc>>Are you here to do some banking? Or...<</bankc>>
She trailed off, looking back towards the hallway to <<nbankw>>'s office. She looked back at me, a bit less energetic than a moment before, clearly expecting that answer.
<<me>>Actually, I'm here for you.<</me>>
As I said that, her earlier giddiness reappeared, her smile covering her face.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/05.png">\
<<bankc>>Oh yeah? What could I help you with today, sir?<</bankc>>
She said, shuffling some papers at her desk, trying to claw back some level of professionalism, even as she leaned forward a bit, showing me her cleavage.
<<me>>Come on over to this side. I figured we could go for a walk. Maybe get something to eat.<</me>>
She almost jumped over the booth from excitement, before a thought clearly crossed her mind, one that deflated her.
<<bankc>>I don't think I should.<</bankc>>
I raised my brow, causing her to continue.
<<bankc>>I... I'm sorry if I was flirting with you. I don't even know if that's what I was doing. But you should know that... I'm a lesbian.<</bankc>>
She said, looking a bit ashamed as she said that, before adding something that was clearly an afterthought.
<<bankc>>And I also have a girlfriend. I don't even know what I was thinking.<</bankc>>
That explains some of her stranger reactions to my powers. Although it's great to know they work on lesbians.
<<cain>>Well they wouldn't be very good powers if they couldn't.<</cain>>
<<ncain>> piped up. I mentally agreed with him, before turning my attention back to <<nbankc>>, who was clearly not enthused at having to tell me that. I, however, wasn't deterred. I leaned over, taking her chin, turning her to look at me directly, causing her now explainable confused feelings.
<<me>>Didn't I tell you to just leave everything to me?<</me>>
I said, trying to sound as smooth as I could, and from the fire in her eyes, she was taking it all in.
<<me>>Now come on over to this side, and we're going to get something to eat. Do you understand?<</me>>
I said, firmly. She nodded, grinning lightly.
<<bankc>>Yes sir.<</bankc>>
<<me>>Good girl.<</me>>
Clearly letting her new confusing feelings take control, she groggily walked around the counter, telling the previous older lady she was taking her break. As we met up, I took her hand in mine, causing her to gasp lightly, before smiling like a schoolgirl with a crush.
We walked for a bit in silence, before ending up in a park nearby. After the silence, she finally said something.
<<bankc>>I don't really know what I'm doing here.<</bankc>>
She said, rambling nervously. She clearly didn't know why she felt the way she did.
<<bankc>>I mean, I've never really...<</bankc>>
She trailed off, locking eyes with me as we walked, before looking away flustered.
<<bankc>>I've always just been into girls. You're the first one. Which sounds kind of dumb saying out loud, but I've been thinking about it since you first came into the bank, and...<</bankc>>
I stopped suddenly, and turned to her.
<<me>>And now you're here, on a date with me.<</me>>
She nodded, blushing as she did.
<<me>>Well then, come on then.<</me>>
I said, taking a seat at a bench. She sat beside me. I leaned back, and looked around. I knew this bench didn't get a lot of foot traffic, so I figured this spot would be good.
<<bankc>>So, you said we could get something to eat?<</bankc>>
She said, smiling at me.
<<Button 'Find something to fill her stomach with' 'BankC: 1-2' '.lustbut' '$player.lust += 1'>>Each character has a scene variable. This allows you to track which scene they have gone through. It works as an array, which means it will always show exactly which scene hasn't been played.
Each character has a percent variable. It must be added to once a scene has finished to display played scenes.<<if $mom1.loc is "room">><<mom1loc>><</if>>
<<if $mom2.loc is "room">><<mom2loc>><</if>>
<<if $sis1.loc is "room">><<sis1loc>><</if>>
<<if $sis2.loc is "room">><<sis2loc>><</if>>
<<if $sis3.loc is "room">><<sis3loc>><</if>>
<<if $sub1.loc is "room">><<sub1loc>><</if>>
<<if $comb.loc is "room">><<combloc>><</if>>
<<if $bankc.loc is "room">><<bankcloc>><</if>>
<<if $bankw.loc is "room">><<bankwloc>><</if>>
<<if $assw.loc is "room">><<asswloc>><</if>>
<<if $asswgf.loc is "room">><<asswgfloc>><</if>>
<<if $dass.loc is "room">><<dassloc>><</if>>
<<if $hospad.loc is "room">><<hospadloc>><</if>><<if $mom1.loc is "bathroom">><<mom1loc>><</if>>
<<if $mom2.loc is "bathroom">><<mom2loc>><</if>>
<<if $sis1.loc is "bathroom">><<sis1loc>><</if>>
<<if $sis2.loc is "bathroom">><<sis2loc>><</if>>
<<if $sis3.loc is "bathroom">><<sis3loc>><</if>>
<<if $sub1.loc is "bathroom">><<sub1loc>><</if>>
<<if $comb.loc is "bathroom">><<combloc>><</if>>
<<if $bankc.loc is "bathroom">><<bankcloc>><</if>>
<<if $bankw.loc is "bathroom">><<bankwloc>><</if>>
<<if $assw.loc is "bathroom">><<asswloc>><</if>>
<<if $asswgf.loc is "bathroom">><<asswgfloc>><</if>>
<<if $dass.loc is "bathroom">><<dassloc>><</if>>
<<if $hospad.loc is "bathroom">><<hospadloc>><</if>><<if $mom1.loc is "sis1room">><<mom1loc>><</if>>
<<if $mom2.loc is "sis1room">><<mom2loc>><</if>>
<<if $sis1.loc is "sis1room">><<sis1loc>><</if>>
<<if $sis2.loc is "sis1room">><<sis2loc>><</if>>
<<if $sis3.loc is "sis1room">><<sis3loc>><</if>>
<<if $sub1.loc is "sis1room">><<sub1loc>><</if>>
<<if $comb.loc is "sis1room">><<combloc>><</if>>
<<if $bankc.loc is "sis1room">><<bankcloc>><</if>>
<<if $bankw.loc is "sis1room">><<bankwloc>><</if>>
<<if $assw.loc is "sis1room">><<asswloc>><</if>>
<<if $asswgf.loc is "sis1room">><<asswgfloc>><</if>>
<<if $dass.loc is "sis1room">><<dassloc>><</if>>
<<if $hospad.loc is "sis1room">><<hospadloc>><</if>><<if $mom1.loc is "sis3room">><<mom1loc>><</if>>
<<if $mom2.loc is "sis3room">><<mom2loc>><</if>>
<<if $sis1.loc is "sis3room">><<sis1loc>><</if>>
<<if $sis2.loc is "sis3room">><<sis2loc>><</if>>
<<if $sis3.loc is "sis3room">><<sis3loc>><</if>>
<<if $sub1.loc is "sis3room">><<sub1loc>><</if>>
<<if $comb.loc is "sis3room">><<combloc>><</if>>
<<if $bankc.loc is "sis3room">><<bankcloc>><</if>>
<<if $bankw.loc is "sis3room">><<bankwloc>><</if>>
<<if $assw.loc is "sis3room">><<asswloc>><</if>>
<<if $asswgf.loc is "sis3room">><<asswgfloc>><</if>>
<<if $dass.loc is "sis3room">><<dassloc>><</if>>
<<if $hospad.loc is "sis3room">><<hospadloc>><</if>><<if $mom1.loc is "sis2room">><<mom1loc>><</if>>
<<if $mom2.loc is "sis2room">><<mom2loc>><</if>>
<<if $sis1.loc is "sis2room">><<sis1loc>><</if>>
<<if $sis2.loc is "sis2room">><<sis2loc>><</if>>
<<if $sis3.loc is "sis2room">><<sis3loc>><</if>>
<<if $sub1.loc is "sis2room">><<sub1loc>><</if>>
<<if $comb.loc is "sis2room">><<combloc>><</if>>
<<if $bankc.loc is "sis2room">><<bankcloc>><</if>>
<<if $bankw.loc is "sis2room">><<bankwloc>><</if>>
<<if $assw.loc is "sis2room">><<asswloc>><</if>>
<<if $asswgf.loc is "sis2room">><<asswgfloc>><</if>>
<<if $dass.loc is "sis2room">><<dassloc>><</if>>
<<if $hospad.loc is "sis2room">><<hospadloc>><</if>><<if $mom1.loc is "momroom">><<mom1loc>><</if>>
<<if $mom2.loc is "momroom">><<mom2loc>><</if>>
<<if $sis1.loc is "momroom">><<sis1loc>><</if>>
<<if $sis2.loc is "momroom">><<sis2loc>><</if>>
<<if $sis3.loc is "momroom">><<sis3loc>><</if>>
<<if $sub1.loc is "momroom">><<sub1loc>><</if>>
<<if $comb.loc is "momroom">><<combloc>><</if>>
<<if $bankc.loc is "momroom">><<bankcloc>><</if>>
<<if $bankw.loc is "momroom">><<bankwloc>><</if>>
<<if $assw.loc is "momroom">><<asswloc>><</if>>
<<if $asswgf.loc is "momroom">><<asswgfloc>><</if>>
<<if $dass.loc is "momroom">><<dassloc>><</if>>
<<if $hospad.loc is "momroom">><<dassloc>><</if>><<if $mom1.loc is "living">><<mom1loc>><</if>>
<<if $mom2.loc is "living">><<mom2loc>><</if>>
<<if $sis1.loc is "living">><<sis1loc>><</if>>
<<if $sis2.loc is "living">><<sis2loc>><</if>>
<<if $sis3.loc is "living">><<sis3loc>><</if>>
<<if $sub1.loc is "living">><<sub1loc>><</if>>
<<if $comb.loc is "living">><<combloc>><</if>>
<<if $bankc.loc is "living">><<bankcloc>><</if>>
<<if $bankw.loc is "living">><<bankwloc>><</if>>
<<if $assw.loc is "living">><<asswloc>><</if>>
<<if $asswgf.loc is "living">><<asswgfloc>><</if>>
<<if $dass.loc is "living">><<dassloc>><</if>>
<<if $hospad.loc is "living">><<hospadloc>><</if>><div class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>></div>
<<timed 2.7s>>
<<if lastVisited("ComB: 3-2") is 1>>
<<goto "Suburb">>
<<else>>
<<if hasVisited ("StoryPass9") && not hasVisited("StoryPass10")>>
<<goto "StoryPass10">>
<<elseif hasVisited("StoryPass13") && not hasVisited("StoryPass14") && hasVisited("Sis1: 3-2")>>
<<goto "StoryPass14">>
<<elseif hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<set $scene to 1>>
<<goto "StoryPass16">>
<<elseif lastVisited("AssWGF: 2-2") is 1>>
<<goto "AssWGF: 2-2">>
<<elseif visited("FamMix: 1-2") is 1>>
<<goto "FamMix: 1-2">>
<<elseif hasVisited("StoryPass18") && not hasVisited("StoryPass19") && $event.mainstory gte 3>>
<<set $scene to 1>>
<<goto "StoryPass19">>
<<else>>
<<goto "Room">>
<<if $sis3image is 1>>
<<set $sis3.text to 4, $NewMes to 1, $tSis3 to 1>>
<<unset $sis3image>>
<</if>>
<</if>><</if>>
<<time>><<day>>
<<if def $tempasswgf && $asswgf.text lt 7>><<set $asswgf.text to 7, $NewMes to 1, $tAssWGF to 1>><<unset $tempasswgf>><</if>>
<</timed>>
<<if $mom1.loc is "park">><<mom1loc>><</if>>
<<if $mom2.loc is "park">><<mom2loc>><</if>>
<<if $sis1.loc is "park">><<sis1loc>><</if>>
<<if $sis2.loc is "park">><<sis2loc>><</if>>
<<if $sis3.loc is "park">><<sis3loc>><</if>>
<<if $sub1.loc is "park">><<sub1loc>><</if>>
<<if $comb.loc is "park">><<combloc>><</if>>
<<if $bankc.loc is "park">><<bankcloc>><</if>>
<<if $bankw.loc is "park">><<bankwloc>><</if>>
<<if $assw.loc is "park">><<asswloc>><</if>>
<<if $asswgf.loc is "park">><<asswgfloc>><</if>>
<<if $dass.loc is "park">><<dassloc>><</if>>
<<if $hospad.loc is "park">><<hospadloc>><</if>><div class="Portrait"><img src="images/Locations/Portraits/Park.png"><div class="PortraitText">Park</div></div>
The neighborhood park. A quiet space, fairly nice. Mostly used by family's out for walks, or people jogging.
<<Button 'Return' 'Suburb' '.return2' '$f to 1'>><<set $scene to 0>><<if $player.prog eq 1>>
If you ask me, you should focus on manifesting the other sins. You said you wanted to manifest Greed next, so you should go to an institution of greed.
<<elseif $player.prog eq 2>>
Work on improving the power of the sins you have.
<br>
<br>
<<linkappend "Walkthrough">>
<br>
Visit <<nmom1>> in the living room in the morning.
<br>
<br>
<<nmom2>> will stop you if you're in the house in the afternoon. After that, you can visit her at work, so long as it's open.
<br>
<br>
<<nsis1>> can be visited in her room in the evening.
<br>
<br>
<<nsis2>> can be found in Brighttown before midnight.
<br>
<br>
<<nsis3>> will be in her room in the afternoon.
<br>
<br>
<<nbankc>> will be doing her job, as long as the bank is open.
<br>
<br>
<<nnun1>> is in the church. Duh.
<br>
<br>
Once you talk to all of them, go downtown.
<</linkappend>>
<<elseif $player.prog eq 3>>
Don't ask me anything, RUN!
<<elseif $player.prog eq 4>>
This might work out better than I was expecting...
<<elseif $player.prog eq 5>>
Plans are being made, although you'll have to wait for them. For now, just work on improving your hold over your sins.
<</if>>This passage will explain what each number in the $player.prog means.
1: Finished the intro
2: Has manifested Greed
3: The player finished all scenes, to encounter the Templar
4: The player has encountered the Templar, and met the coven
5: Prologue end
6: Second coven meeting happened
7: Found out Emily is a witch
9: learn First spell<<widget "nme">><span class="YouText">$player.name</span><</widget>>
<<widget "me" container>>
<<Cme>><span class="YouText">_contents</span><</Cme>>
<</widget>>
<<widget "met" container>>
<<say "$player.name's Thoughts" 'images/character icons/Player.png'>><span class="YouTText">_contents</span><</say>>
<</widget>>
<<widget "ncain">><span class="CainText">Cain</span><</widget>>
<<widget "cain" container>>
<<say 'Cain' 'images/character icons/Cain.png'>><span class="CainText">_contents</span><</say>>
<</widget>>
<<widget "nmom1">><<if $fet.inc eq 1>><span class="Mom1Text" style="align-self ">Mom</span><<else>><span class="Mom1Text">$mom1.name</span><</if>><</widget>>
<<widget "mom1" container>>
<<if $fet.inc eq 1>>
<<say 'Mom' 'images/character icons/Mom1.png'>><span class="Mom1Text">_contents</span><</say>>
<<else>>
<<say '$mom1.name' 'images/character icons/Mom1.png'>><span class="Mom1Text">_contents</span><</say>>
<</if>>
<</widget>>
<<widget "nmom2">><span class="Mom2Text">$mom2.name</span><</widget>>
<<widget "mom2" container>>
<<say '$mom2.name' 'images/character icons/Mom2.png'>><span class="Mom2Text">_contents</span><</say>>
<</widget>>
<<widget "nsis1">><span class="Sis1Text">$sis1.name</span><</widget>>
<<widget "sis1" container>>
<<say '$sis1.name' 'images/character icons/Sis1.png'>><span class="Sis1Text">_contents</span><</say>>
<</widget>>
<<widget "nsis2">><span class="Sis2Text">$sis2.name</span><</widget>>
<<widget "sis2" container>>
<<say '$sis2.name' 'images/character icons/Sis2.png'>><span class="Sis2Text">_contents</span><</say>>
<</widget>>
<<widget "nsis3">><span class="Sis3Text">$sis3.name</span><</widget>>
<<widget "sis3" container>>
<<say '$sis3.name' 'images/character icons/Sis3.png'>><span class="Sis3Text">_contents</span><</say>>
<</widget>>
<<widget "ncomb">><span class="ComBText">$comb.name</span><</widget>>
<<widget "comb" container>>
<<say '$comb.name' 'images/character icons/ComB.png'>><span class="ComBText">_contents</span><</say>>
<</widget>>
<<widget "ncomc">><span class="ComCText">$comc.name</span><</widget>>
<<widget "comc" container>>
<<say '$comc.name' 'images/character icons/ComC.png'>><span class="ComCText">_contents</span><</say>>
<</widget>>
<<widget "ncomf">><span class="ComFText">$comf.name</span><</widget>>
<<widget "comf" container>><<say '$comf.name' 'images/character icons/ComF.png'>><span class="ComFText">_contents</span><</say>><</widget>>
<<widget "ncomex">><span class="ComExText">$comex.name</span><</widget>>
<<widget "nbankc">><span class="BankCText">$bankc.name</span><</widget>>
<<widget "bankc" container>>
<<say '$bankc.name' 'images/character icons/BankC.png'>><span class="BankCText">_contents</span><</say>>
<</widget>>
<<widget "nbankw">><span class="BankWText">$bankw.name</span><</widget>>
<<widget "bankw" container>>
<<say '$bankw.name' 'images/character icons/BankW.png'>><span class="BankWText">_contents</span><</say>>
<</widget>>
<<widget "nbankm">><span class="BankMText">$bankm.name</span><</widget>>
<<widget "bankm" container>>
<<say '$bankm.name' 'images/character icons/BankM.png'>><span class="BankMText">_contents</span><</say>>
<</widget>>
<<widget "nsub2">><span class="Sub2Text">$sub2.name</span><</widget>>
<<widget "sub2" container>>
<<say '$sub2.name' 'images/character icons/Sub2.png'>><span class="Sub2Text">_contents</span><</say>>
<</widget>>
<<widget "nsub3">><span class="Sub3Text">$sub3.name</span><</widget>>
<<widget "sub3" container>>
<<say '$sub3.name' 'images/character icons/Sub3.png'>><span class="Sub3Text">_contents</span><</say>>
<</widget>>
<<widget "nnun1">><span class="Nun1Text">$nun1.name</span><</widget>>
<<widget "nun1" container>>
<<say '$nun1.name' 'images/character icons/Nun1.png'>><span class="Nun1Text">_contents</span><</say>>
<</widget>>
<<widget "nassw">><span class="AssWText">$assw.name</span><</widget>>
<<widget "assw" container>>
<<say '$assw.name' 'images/character icons/AssW.png'>><span class="AssWText">_contents</span><</say>>
<</widget>>
<<widget "nasswgf">><span class="AssWGFText">$asswgf.name</span><</widget>>
<<widget "asswgf" container>>
<<say '$asswgf.name' 'images/character icons/AssWGF.png'>><span class="AssWGFText">_contents</span><</say>>
<</widget>>
<<widget "nasswgfbf">><span class="BankMText">$asswgfbf.name</span><</widget>>
<<widget "asswgfbf" container>>
<<say '$asswgfbf.name' 'images/character icons/AssWGFBF.png'>><span class="BankMText">_contents</span><</say>>
<</widget>>
<<widget "nasswbfsis1">><span class="AssWBFSis1">$asswbfsis1.name</span><</widget>>
<<widget "asswbfsis1" container>>
<<say '$asswbfsis1.name' 'images/character icons/AssWBFSis1.png'>><span class="AssWBFSis1">_contents</span><</say>>
<</widget>>
<<widget "asswf" container>><<say 'Gary' 'images/character icons/One Time/AssWF.png'>><span class="BankMText">_contents</span><</say>><</widget>>
<<widget "ndean">><span class="DeanText">$dean.name</span><</widget>>
<<widget "dean" container>>
<<say '$dean.name' 'images/character icons/Dean.png'>><span class="DeanText">_contents</span><</say>>
<</widget>>
<<widget "ndass">><span class="DAssText">$dass.name</span><</widget>>
<<widget "dass" container>>
<<say '$dass.name' 'images/character icons/DAss.png'>><span class="DAssText">_contents</span><</say>>
<</widget>>
<<widget "nbusid">><span class="BusiDText">$busid.name</span><</widget>>
<<widget "busid" container>>
<<say '$busid.name' 'images/character icons/BusiD.png'>><span class="BusiDText">_contents</span><</say>>
<</widget>>
<<widget "nbusids">><span class="BusiDSText">$busids.name</span><</widget>>
<<widget "busids" container>>
<<say '$busids.name' 'images/character icons/BusiDS.png'>><span class="BusiDSText">_contents</span><</say>>
<</widget>>
<<widget "nbar">><span class="BarText">$bar.name</span><</widget>>
<<widget "bar" container>>
<<say '$bar.name' 'images/character icons/Bar.png'>><span class="BarText">_contents</span><</say>>
<</widget>>
<<widget "ncrim1">><span class="Crim1Text">$crim1.name</span><</widget>>
<<widget "crim1" container>>
<<say '$crim1.name' 'images/character icons/Crim1.png'>><span class="Crim1Text">_contents</span><</say>>
<</widget>>
<<widget "nhospad">><span class="HospAdText">$hospad.name</span><</widget>>
<<widget "hospad" container>>
<<say '$hospad.name' 'images/character icons/HospAd.png'>><span class="HospAdText">_contents</span><</say>>
<</widget>>
<<widget "ncommish">><span class="CommishText">$commish.name</span><</widget>>
<<widget "commish" container>>
<<say '$commish.name' 'images/character icons/Commish.png'>><span class="CommishText">_contents</span><</say>>
<</widget>>
<<widget "ncommishs">><span class="CommishSText">$commishs.name</span><</widget>>
<<widget "commishs" container>>
<<say '$commishs.name' 'images/character icons/One Time/CommishS.png'>><span class="CommishSText">_contents</span><</say>>
<</widget>>
<<widget "ncommisha">><span class="CommishAText">$commisha.name</span><</widget>>
<<widget "commisha" container>>
<<say '$commisha.name' 'images/character icons/CommishA.png'>><span class="CommishAText">_contents</span><</say>>
<</widget>>
<<widget "ncommishas">><span class="CommishASText">$commishas.name</span><</widget>>
<<widget "commishas" container>>
<<say '$commishas.name' 'images/character icons/CommishAS.png'>><span class="CommishASText">_contents</span><</say>>
<</widget>>
<<widget "temp1" container>>
<<say '???' 'images/character icons/Temp1.png'>><span class="Temp1Text">_contents</span><</say>>
<</widget>>
<<widget "ncov1">><span class="Cov1Text">$cov1.name</span><</widget>>
<<widget "cov1" container>>
<<say '$cov1.name' 'images/character icons/Cov1.png'>><span class="Cov1Text">_contents</span><</say>>
<</widget>>
<<widget "ncov2">><span class="Cov2Text">$cov2.name</span><</widget>>
<<widget "cov2" container>>
<<say '$cov2.name' 'images/character icons/Cov2.png'>><span class="Cov2Text">_contents</span><</say>>
<</widget>>
<<widget "ncov3">><span class="Cov3Text">$cov3.name</span><</widget>>
<<widget "cov3" container>>
<<say '$cov3.name' 'images/character icons/Cov3.png'>><span class="Cov3Text">_contents</span><</say>>
<</widget>>
<<widget "ncov4">><span class="Cov4Text">$cov4.name</span><</widget>>
<<widget "cov4" container>>
<<say '$cov4.name' 'images/character icons/Cov4.png'>><span class="Cov4Text">_contents</span><</say>>
<</widget>>
<<widget "nsub1">><span class="Sub1Text">$sub1.name</span><</widget>>
<<widget "sub1" container>>
<<say '$sub1.name' 'images/character icons/Sub1.png'>><span class="Sub1Text">_contents</span><</say>>
<</widget>>
<<widget "nsub1m">><span class="Sub1MText">$sub1m.name</span><</widget>>
<<widget "sub1m" container>>
<<say '$sub1m.name' 'images/character icons/Sub1M.png'>><span class="Sub1MText">_contents</span><</say>>
<</widget>>
<<widget "nbankgf">><span class="BankGFText">$bankgf.name</span><</widget>>
<<widget "bankgf" container>>
<<say '$bankgf.name' 'images/character icons/BankGF.png'>><span class="BankGFText">_contents</span><</say>>
<</widget>>
<<widget "nasswbg">><span class="AssWBgText">Harvey</span><</widget>>
<<widget "asswbg" container>>
<<say 'Harvey' 'images/character icons/AssWBg.png'>><span class="AssWBgText">_contents</span><</say>>
<</widget>>
<<widget "ncoun1d">><span class="Coun1DText">$coun1d.name</span><</widget>>
<<widget "coun1d" container>>
<<say '$coun1d.name' 'images/character icons/Coun1D.png'>><span class="Coun1DText">_contents</span><</say>>
<</widget>>
<<widget "ncoun1df">><span class="Coun1DFText">$coun1df.name</span><</widget>>
<<widget "coun1df" container>>
<<say '$coun1df.name' 'images/character icons/Coun1DF.png'>><span class="Coun1DFText">_contents</span><</say>>
<</widget>>
<<widget "ncoun1m">><span class="Coun1MText">$coun1m.name</span><</widget>>
<<widget "coun1m" container>>
<<say '$coun1m.name' 'images/character icons/Coun1M.png'>><span class="Coun1MText">_contents</span><</say>>
<</widget>>
<<widget "ncoun1s">><span class="Coun1SText">$coun1s.name</span><</widget>>
<<widget "coun1s" container>>
<<say '$coun1s.name' 'images/character icons/Coun1S.png'>><span class="Coun1SText">_contents</span><</say>>
<</widget>>
<<widget "ncoun1">><span class="Coun1Text">Kevin</span><</widget>>
<<widget "coun1" container>>
<<say 'Kevin' 'images/character icons/Coun1.png'>><span class="Coun1Text">_contents</span><</say>>
<</widget>>
<<widget "njour1">><span class="Jour1Text">$jour1.name</span><</widget>>
<<widget "jour1" container>>
<<say '$jour1.name' 'images/character icons/Jour1.png'>><span class="Jour1Text">_contents</span><</say>>
<</widget>><<if previous() is "College">><span class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>College <<next>>is <<next>>closed...<</timed>></span>
<<timed 2.7s>><<goto "LocationHub">><</timed>>
<<elseif previous() is "City Hall">><span class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>City Hall <<next>>is <<next>>closed...<</timed>></span>
<<timed 2.7s>><<goto "LocationHub">><</timed>>
<<elseif previous() is "Comic">><span class="bigtextcenter" style="text-align: center;"><<timed 300ms t8n>>SplashArt Comics <<next>>is <<next>>closed...<</timed>></span>
<<timed 2.7s>><<goto "LocationHub">><</timed>><</if>><<set $Time +=1>>room
bathroom
momroom
sis1room
sis2room
sis3room
living
park
bankwhome
sub1home
comic
hosp
apart
gym
deans
english
business
arts
tech
psych
chem
store
dealer
stock
bank
border
stock
hotel
cityhall
sexshop
sonar
bar
church<<nobr>><style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style><div class="Portrait"><img src="images/Locations/Portraits/Kitchen.png"><div class="PortraitText">Kitchen</div></div><</nobr>>
The kitchen. Very modern, although not as used as it should be. Still, it has everything you need to make any sort of food, or recipe.
<<if $sis1.scene.includes(3) && $Time is 1 && $Day is 1 && not hasVisited("Sis1: 3-1")>><<SButton 'Have some food in the kitchen' 'Sis1: 3-1' '.side' '$f to 1'>><<elseif $sis1.scene.includes(3) && hasVisited("Sis2: 3-1") && $player.cash lt 200>><<elseif $sis1.scene.includes(3) && $Time is 1 && $Day is 1 && $player.cash gte 200>><<SButton 'Have some food in the kitchen' 'Sis1: 3-1' '.harem' '$f to 1'>><</if>>
<<Button 'Back to home' 'Home' '.return2' '$f to 1'>><<set $scene to 0>><<if $mom1.loc is "kitchen">><<mom1loc>><</if>>
<<if $mom2.loc is "kitchen">><<mom2loc>><</if>>
<<if $sis1.loc is "kitchen">><<sis1loc>><</if>>
<<if $sis2.loc is "kitchen">><<sis2loc>><</if>>
<<if $sis3.loc is "kitchen">><<sis3loc>><</if>>
<<if $sub1.loc is "kitchen">><<sub1loc>><</if>>
<<if $comb.loc is "kitchen">><<combloc>><</if>>
<<if $bankc.loc is "kitchen">><<bankcloc>><</if>>
<<if $bankw.loc is "kitchen">><<bankwloc>><</if>>
<<if $assw.loc is "kitchen">><<asswloc>><</if>>
<<if $asswgf.loc is "kitchen">><<asswgfloc>><</if>>
<<if $dass.loc is "kitchen">><<dassloc>><</if>>
<<if $hospad.loc is "kitchen">><<hospadloc>><</if>>/* When you add something new to a version that requires an update, put it in the version it's in, and then every version before it. */
<<if $cvers === $svers>> /* Shows if current version and save version match */
<<if typeof $svers is 'string'>>
<<print $svers>>
<<elseif $svers lt 1>>
v<<print $svers>>
<<elseif $svers gte 1>>
v0.<<print $svers>>
<</if>>
<<elseif $cvers !== $svers && passage() != "Room">> /* Shows if current version and save version don't match, and player is not in his room */
<<if typeof $svers is 'string' >>
<span style="color: #FF8585"><<print $svers>>
<br>
Go to your room to update game!</span>
<<elseif $svers lt 1>>
<span style="color: #FF8585">v<<print $svers.toFixed(2)>>
<br>
Go to your room to update game!</span>
<<elseif $svers gte 1>>
<span style="color: #FF8585">v0.<<print $svers>>
<br>
Go to your room to update game!</span>
<</if>>
<<elseif $cvers !== $svers && passage() == "Room">> /* Shows if current version and save version don't match, and player is in his room */
<<if typeof $svers is 'string'>>
<span style="color: #FF8585"><<print $svers>></span>
<br>
<<elseif $svers lt 1>>
<span style="color: #FF8585">v<<print $svers.toFixed(2)>></span>
<br>
<<elseif $svers gte 1>>
<span style="color: #FF8585">v0.<<print $svers>></span>
<br>
<</if>>
<<if typeof $svers is 'string' || $svers lt 1>>
<<if $svers is "v0.1">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $CWT to "main">>
<<set $location.hosp to 1>>
<<set $location.slut to 2>>
<<set $player.workdays to 0>>
<<set $pov to "mc">>
<<set $busid ={
met: 0,
name: "Inaya",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $comc = {
met: 0,
name: "Chelsea",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dean = {
met: 0,
name: "Olivia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dass = {
met: 0,
name: "Emma",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $bankgf = {
met: 0,
name: "Aliza",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set event.dean to 0>>
<<set event.dass to 0>>
<<set event.sub1 to 0>>
<<set event.bankgf to 0>>
<<set $player.cash ??= 200>>
<<set $location.apart to 2>>
<<set $replay to 0>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $scene to 0>>
<<set $event.assw to 0>>
<<set $location.bankw to 2>>
<<if hasVisited("BankW: 2-2")>><<set $bankm.phone to 1>><</if>>
<<set $tBankM to 0>>
<<set $event.cov4 to 0>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<</button>>
<<elseif $svers is "v0.2">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $location.hosp to 1>>
<<set $location.slut to 2>>
<<set $player.workdays to 0>>
<<set $pov to "mc">>
<<set $busid ={
met: 0,
name: "Inaya",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $comc = {
met: 0,
name: "Chelsea",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dean = {
met: 0,
name: "Olivia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dass = {
met: 0,
name: "Emma",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $bankgf = {
met: 0,
name: "Aliza",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set event.dean to 0>>
<<set event.dass to 0>>
<<set event.sub1 to 0>>
<<set event.bankgf to 0>>
<<set $player.cash ??= 200>>
<<set $location.apart to 2>>
<<set $replay to 0>>
<<if hasVisited("Mom1: 2-1")>><<set $mom1.scene.pushUnique(3)>><</if>>
<<if hasVisited("Mom2: 3-1")>><<set $mom2.scene.deleteFirst(3)>><</if>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $scene to 0>>
<<set $event.assw to 0>>
<<set $location.bankw to 2>>
<<if hasVisited("BankW: 2-2")>><<set $bankm.phone to 1>><</if>>
<<set $tBankM to 0>>
<<set $event.cov4 to 0>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<</button>>
<<elseif $svers is "v0.3">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $location.hosp to 2>>
<<set $location.slut to 2>>
<<set $player.workdays to 0>>
<<set $pov to "mc">>
<<set $busid ={
met: 0,
name: "Inaya",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $comc = {
met: 0,
name: "Chelsea",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dean = {
met: 0,
name: "Olivia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dass = {
met: 0,
name: "Emma",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $bankgf = {
met: 0,
name: "Aliza",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set event.dean to 0>>
<<set event.dass to 0>>
<<set event.sub1 to 0>>
<<set event.bankgf to 0>>
<<set $player.cash ??= 200>>
<<set $location.apart to 2>>
<<set $replay to 0>>
<<if hasVisited("Mom1: 2-1")>><<set $mom1.scene.pushUnique(3)>><</if>>
<<if hasVisited("Mom2: 3-1")>><<set $mom2.scene.deleteFirst(3)>><</if>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $scene to 0>>
<<set $event.assw to 0>>
<<set $location.bankw to 2>>
<<if hasVisited("BankW: 2-2")>><<set $bankm.phone to 1>><</if>>
<<set $tBankM to 0>>
<<set $event.cov4 to 0>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<</button>>
<<elseif $svers is "v0.04">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $bankgf = {
met: 0,
name: "Aliza",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dean = {
met: 0,
name: "Olivia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $dass = {
met: 0,
name: "Emma",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set event.dean to 0>>
<<set event.dass to 0>>
<<set event.sub1 to 0>>
<<set event.bankgf to 0>>
<<set $player.cash ??= 200>>
<<set $location.apart to 2>>
<<set $replay to 0>>
<<if hasVisited("Mom1: 2-1")>><<set $mom1.scene.pushUnique(3)>><</if>>
<<if hasVisited("Mom2: 3-1")>><<set $mom2.scene.deleteFirst(3)>><</if>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $event.assw to 0>>
<<set $event.cov4 to 0>>
<<set $scene to 0>>
<<set $location.bankw to 2>>
<<if hasVisited("BankW: 2-2")>><<set $bankm.phone to 1>><</if>>
<<set $tBankM to 0>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<</button>>
<<elseif $svers is "v0.05">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $scene to 0>>
<<set $event.assw to 0>>
<<set $location.bankw to 2>>
<<set $tBankM to 0>>
<<if hasVisited("BankW: 2-2")>><<set $bankm.phone to 1>><</if>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<</button>>
<<elseif $svers is "v0.06">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $cov1.text to 0, $cov2.text to 0, $cov3.text to 0>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $inv.mold to 0, $inv.sis1p to 0>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("Sis3: 4-1")>><<set $sub1.met to 1>><</if>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is "v0.07">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is "v0.08">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $mom1.scene.deleteFirst("1")>>
<<set $event.gen1 to 0, $event.gen2 to 0, $event.gen3 to 0, $event.sub1 to 0>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("Sis3: 4-1")>><<set $sub1.met to 1>><</if>>
<<if hasVisited("ManifestSin: Pride3")>><<set $dean.percent += 1>><</if>>
<<if hasVisited("ManifestSin: Wrath2")>><<set $busid.percent += 1>><</if>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is "v0.09">>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $event.gen1 to 2, $event.gen2 to 2, $event.gen3 to 2>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("Sis3: 4-1")>><<set $sub1.met to 1, $event.sub1 to 1>><</if>>
<<if hasVisited("ManifestSin: Pride3")>><<set $dean.percent += 1>><</if>>
<<if hasVisited("ManifestSin: Wrath2")>><<set $busid.percent += 1>><</if>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is 0.10>>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<if hasVisited("ManifestSin: Pride3")>><<set $dean.percent += 1>><</if>>
<<if hasVisited("ManifestSin: Wrath2")>><<set $busid.percent += 1>><</if>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is 0.11>>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<set $splashart to 0>>
<<set $event.side1 to 0>>
<<if hasVisited("ManifestSin: Pride3")>><<set $dean.percent += 1>><</if>>
<<if hasVisited("ManifestSin: Wrath2")>><<set $busid.percent += 1>><</if>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<<elseif $svers is 0.12>>
<<button [["Update to v0."+ $cvers +""|Room]]>>
<<set $svers to 13, $savecheck to 13>>
<<if hasVisited("BankW: 3-2")>><<set $inv.bankwkey to 1, $bankw.marked to 1, $bankm.cuck to 0>><<else>><<set $inv.bankwkey to 0>><</if>>
<</button>>
<</if>>
<<elseif $svers gt 1 && $svers lt $cvers>>
<<include "updatedversion">>
<</if>>
<</if>>
<div class="Portrait"><img src="images/Locations/Portraits/Midtown.png"><div class="PortraitText">Midtown</div></div><br>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Midtown">></td></tr></table>
<br>
<<if $player.dec is "pride" && hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $Time lt 3>><<SButton 'Some precautions' 'ManifestSin: Pride6' '.main' '$f to 1'>>
<</if>>
<br>
<table width="100%" style="text-align: center;">
<tr>
<td>
<<if $location.hosp eq 1>>
<<if $location.work eq 1 && $Time lte 2>><span id="lImageL">[img[images/Locations/Comic.png][Comic]]<span class="lText">[[SplashArt Comics|Comic]]
<div class="schedule-grid">
<<include "ComSchd">>
</div>
</span></span><<else>><span id="lImageLC"><<hovertip "Closed">>[img[images/Locations/Comic.png]]<span class="lTextC">SplashArt Comics</span><</hovertip>></span><</if>>
<<elseif $location.hosp eq 2>>
<<if $location.work eq 1 && $Time lte 2>><span id="lImageC">[img[images/Locations/Comic.png][Comic]]<span class="lText">[[SplashArt Comics|Comic]]
<div class="schedule-grid">
<<include "ComSchd">>
</div>
</span></span><<else>><span id="lImageCC"><<hovertip "Closed">>[img[images/Locations/Comic.png]]<span class="lTextC">SplashArt Comics</span><</hovertip>></span><</if>>
<</if>>
</td>
<td>
<<if $location.hosp eq 1>><span id="lImageR">[img[images/Locations/Hospital.png][Hospital]]<span class="lText">[[Hospital]]
<div class="schedule-grid">
<<include "HospSchd">>
</div>
</span></span><<elseif $location.hosp eq 0>><span id="lImageRC"><<hovertip "Closed">>[img[images/Locations/Hospital.png]]<span class="lTextC">Hospital</span><</hovertip>></span>
<<elseif $location.hosp eq 2>><</if>>
</td>
</tr>
<tr>
<td>
<<if $location.apart eq 1>><span id="lImageL">[img[images/Locations/Apartment.png][Apartment]]<span class="lText">[[Apartment]]
<div class="schedule-grid">
<<include "ApartSchd">>
</div>
</span></span><<elseif $location.apart eq 0>><span id="lImageLC"><<hovertip "Closed">>[img[images/Locations/Apartment.png]]<span class="lTextC">Apartment</span><</hovertip>></span>
<<elseif $location.apart eq 2>><</if>>
</td>
</tr>
</table>
<<if hasVisited("ManifestSin: Pride2") && not hasVisited ("ManifestSin: Wrath1") && $Time lt 4>><br>
<<SButton '<<ncain>> notices something' 'ManifestSin: Wrath1' '.main' '$f to 1'>><</if>>
<br>
<<Button 'Return' 'LocationHub' '.return2' '$f to 1'>><<set $scene to 0>><<if $lMid.includes($mom1.loc)>><<mom1loc>><</if>>
<<if $lMid.includes($mom2.loc)>><<mom2loc>><</if>>
<<if $lMid.includes($sis1.loc)>><<sis1loc>><</if>>
<<if $lMid.includes($sis2.loc)>><<sis2loc>><</if>>
<<if $lMid.includes($sis3.loc)>><<sis3loc>><</if>>
<<if $lMid.includes($sub1.loc)>><<sub1loc>><</if>>
<<if $lMid.includes($comb.loc)>><<combloc>><</if>>
<<if $lMid.includes($bankc.loc)>><<bankcloc>><</if>>
<<if $lMid.includes($bankw.loc)>><<bankwloc>><</if>>
<<if $lMid.includes($assw.loc)>><<asswloc>><</if>>
<<if $lMid.includes($asswgf.loc)>><<asswgfloc>><</if>>
<<if $lMid.includes($dass.loc)>><<dassloc>><</if>>
<<if $lMid.includes($hospad.loc)>><<hospadloc>><</if>><div class="Portrait"><img src="images/Locations/Portraits/Hospital.png"><div class="PortraitText">Livington Hospital</div></div>
<table width="100%" style="margin: 0em;"><tr><td><<Wait "Hospital">></td></tr></table>
Livington hospital. A fairly standard hospital, as far as I'm aware. Although the only knowledge I would have over that would be watching House MD, and I have to imagine that isn't totally accurate.
I recently found the Priestess of Wrath here. That's fucked up.
<<if hasVisited("ManifestSin: Wrath2") && $Time lte 2 && $event.hospad gte 3 && $hospad.scene.includes(2)>><<SButton 'Visit <<nhospad>> at work' 'HospAd: 1-1' '.harem' '$f to 1'>>
<</if>><<if $hospad.scene.includes(3) && $event.hospad gte 3 && $Time is 3 && ($Day is 1 || $Day is 2) && $inv.text.includes("Collar")>><<SButton 'Late night visit' 'HospAd: 2-1' '.harem' '$f to 1'>>
<</if>><<if hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $event.gen1 gte 1 && $Time lt 3 && $hospad.scene[0] gte 4>><<SButton 'Some final steps' 'ManifestSin: Wrath5' '.main' '$f to 1'>>
<</if>><<Button 'Leave Hospital' 'Midtown' '.return2' '$f to 1'>><<set $scene to 0>><<set $attackvers to random(3)>>
Health: $player.health/$player.healthmax
<<if def $attackvers>><<if $attackvers is 0>>
Enemy Missed!
<<elseif $attackvers gte 1>>
Enemy hit! Took $lastdamage damage!
<</if>><<else>><</if>>
<<if $attackvers is 0>>
[[Enemy attacks!|Enemy]]
<<elseif $attackvers is 1 and $player.health gte 1>>
[[Enemy attacks!|Enemy][$player.health -= 1, $lastdamage to 1]]
<<elseif $attackvers is 2 and $player.health gte 1>>
[[Enemy attacks!|Enemy][$player.health -= 2, $lastdamage to 2]]
<<elseif $attackvers is 3 and $player.health gte 1>>
[[Enemy attacks!|Enemy][$player.health -= 3, $lastdamage to 3]]
<<elseif $player.health lte 0>>
<<set $player.health to 0>>
You died!
<<link "Go back" "Comic">><<unset $attackvers>><</link>>
<</if>><<me>>Well, I was thinking I would feed you.<</me>>
She tilted her head, looking confused, before looking around.
<<bankc>>So like a picnic?<</bankc>>
<<me>>Of sorts.<</me>>
I say, wrapping my arm around her, pulling her close. <<nbankc>> moaned lightly, and we stared into each other's eyes. I grabbed her hand, and slowly led it, until it was on my crotch.
<<me>>More specifically, I was going to give you something to drink.<</me>>
She finally broke eye contact, and looked down to where her hand was resting, then back at me.
<<bankc>>N-no, I told you, I'm a... a lesbian.<</bankc>>
She said, although with very little conviction, as I felt her hand tighten, and gasp lightly as she felt my hardening cock twitch. I ignored her, and leaned forward, taking her lips with mine. There was no push back, as I felt her tongue reach out to mine as she moaned. We made out on the bench, as she slowly started moving her hand over my pants. After a bit, I pulled back, and grabbed her hair lightly.
<<me>>Didn't I tell you to leave everything to me?<</me>>
I begin pushing her head down, and she nods, letting me do it. With my other hand, with her help, I pull out my cock, <<nbankc>> gasps again, before looking up at me. Her eyes are glazed over, lust clearly taking over, and she looks down at my cock. I press it against her face, and she takes a deep breath in, and shakes slightly as she does, moaning lightly.
<<me>>Does the lesbian like the smell of my cock?<</me>>
She nods, not taking her eyes off of it. After a moment, she pulls back enough to get my cock in her moan, causing me to moan.
<<me>>That's a good girl.<</me>>
I grunt, as <<nbankc>> begins to suck my cock. She clearly isn't very experienced with it, but the vision of this beautiful lesbian doing her best to please my cock is clearly working for me. It also helps that <<nbankc>> is letting me control her completely, as I use her hair as a leash to fuck this girls face.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/06.webp">\
<<bankc>>GGgkkkgghh-<</bankc>>
She gags as I push my cock deeper, but doesn't try to pull back. Over the course of a few minutes, I manage to get my cock deeper and deeper into <<nbankc>>'s throat, and before long, I can feel my orgasm coming.
<<me>>I'm close <<nbankc>>. Are you ready to swallow my cum?<</me>>
I'm not sure if <<nbankc>> can even hear me, as she continues doing her best to milk my cock. I lean my head back, and begin pumping my hips up, fucking <<nbankc>>'s face even harder, until I start cumming.
<<me>>Fuuucck, swallow my load, you slut.<</me>>
I grunt out, as I feel my cock beging shooting ropes of cum down <<nbankc>>'s throat, as I press her head down. <<nbankc>> begins to moan out as she swallows my cum, and I can see her fingers reach down under her skirt. I let her enjoy the sensation of swallowing my cum, before finally finishing. After resting for a moment, I pull back on <<nbankc>>'s head, and she takes a deep breath. I stand up, putting my cock away, as <<nbankc>> continues fingering herself on the bench, her eyes glazed over, and her mascara running down her saliva and cum covered face. I reach down, and press my finger on her chin, forcing her to look up to me.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/07.png">\
<<me>>You were a good girl. Now thank me.<</me>>
<<bankc>>T-thank you siiiii-<</bankc>>
She said, before she breaks into a moan, as her orgasm hits her body. I watch her for a moment, before turning around.
<<me>>I'll call you.<</me>>
<<Button 'Leave <<nbankc>>' 'Park' '.return2' '$bankc.percent += 2, $bankc.scene.deleteFirst(1), $bankc.scene.push(2), $Time += 1, $bankc.sub +=2, $event.bankc to 0, $scene to 0'>>Walking through the city, I was feeling good. <<ncain>> was right, getting the sins truly was my lucky day.
<<cain>>Well I'm not a liar.<</cain>>
I smirked.
<<met>>Didn't your story involve you lying to God?<</met>>
<<cain>>And you think i didn't learn my lesson from that?<</cain>>
<<met>>Fair enough.<</met>>
I turned silent, trying to keep my mind busy, but the obvious question came to mind.
<<cain>>Besides, Lucy might not be everyone's cup of tea, but if there's one thing about him, it's that he tells the truth.<</cain>>
<<met>>I've been meaning to ask about that. I kind of avoided the questions, and tried to keep my mind busy with using the sins. But-<</met>>
<<ncain>> perked up.
<<cain>>Hold that thought $player.name.<</cain>>
<<met>>No, I mean, I get you might not want to, but I have some serious questions.<</met>>
<<cain>>I'm sure you do, but now might not be the best time.<</cain>>
<<met>>It's not something I can exactly ignore <<ncain>>. I mean, you literally just referred to Lucifer a second ago, and-<</met>>
I was cut off by what felt like a slap to the head.
<<cain>>$player.name! I'm not trying to avoid that. I'll answer any questions, but look around.<</cain>>
Reeling from the sudden hit, I rubbed my head, and paid attention to my surroundings, and felt a chill run down my spine.
<<cain>>Aren't we downtown?<</cain>>
<<met>>Y-yeah...<</met>>
<<cain>>So... Where is everyone?<</cain>>
I looked all around, and all I saw was empty streets. Sure, there were cars, but they were running on the street, no movement, without a driver. I looked down the street, and ran to the end of the block. Turning a corner, the chill down my spine turned to ice, as I saw no one still.
<<met>>What's going on <<ncain>>?<</met>>
<<cain>>I- I don't... They shouldn't know yet.<</cain>>
<<me>>What? Who shouldn't know wha-<</me>>
<img class="rightimg" src="images/Side/Misc/Energy Bolt.gif">\
I yelled at <<ncain>>, before feeling something hit me from behind, knocking me down. The sudden pain I was feeling on my back turned to a burning pain. I feared I was somehow lit on fire, but the burning was gone as quickly as it had come.
<<cain>>$player.name! Stand up, you have to run!<</cain>>
I heard <<ncain>> yell out, but I was still distracted by whatever I was hit by. It wasn't until I heard a voice from behind me.
<<temp1>>Pathetic.<</temp1>>
The voice was deep and gruff, and sounded more than a little annoyed.
<<temp1>>I have better things to do than hunt down some piss poor mage who stumbled into something he knows nothing about.<</temp1>>
He walked over to me, and I finally heard <<ncain>> again.
<<cain>>$player.name, you have to run, NOW! If you don't, he will kill you.<</cain>>
He said, and I could feel fear in his voice. I stood up as well as I could, my legs threatening to fold under me, and started running as well as I could. I could hear the man behind me sigh.
<<temp1>>Don't run, you little shit.<</temp1>>
I felt a build up of energy behind me, not entirely dissimilar to what I felt when I used one of the sins.
<<cain>>Dodge left, NOW!<</cain>>
I heard <<ncain>> shout, and before my mind could catch up, I felt my body react to the fear coming across my bond with <<ncain>>. I suddenly rolled sideways, more agile than I realized I was able to, and witnessed a burst of white bolt pass by, hitting a car and dissipating, leaving the car entirely unaffected. I looked back at the man.
<<temp1>>Just give me whatever artifact you found, and I'll give you a quick death.<</temp1>>
He grunted.
<<me>>W-what are you talking about?!<</me>>
I yelled back at him.
<<temp1>>Don't play stupid with me kid.<</temp1>>
He growled at me.
<<temp1>>You know damn well what I'm talking about. The necklace, or ring, or bracelet you found recently, that is giving you that aura.<</temp1>>
The man explained. I put my hands up.
<<me>>I don't know what you're talking about! I don't have anything like that.<</me>>
I said, showing my arms, and then pulling down my shirt, showing I didn't have anything like that. That caused the man to pause, and I saw his lips turn up, and felt relief. Maybe I wouldn't die.
<<cain>>No! Don't try to reason, RUN!<</cain>>
<<temp1>>Interesting. This trip might not have been entirely a waste.<</temp1>>
I felt my shoulders relax when I heard that. However, I felt energy start building up in his hand again, as his hand started glowing again.
<<cain>>Dodge!<</cain>>
This time I did as I was told consciously, as I watched the man shoot out another bolt of white light, once again dissapating on the wall that was behind me, leaving it unmarked.
<<me>>I told you, I don't have anything like that!<</me>>
<<temp1>>So you have an artifact in an uncommon form. That just makes this hunt more worthwhile. Doesn't change that I have to send you downstairs kid.<</temp1>>
I turned to run again, and I could hear <<ncain>> start to warn me again, but this time, my body wasn't fast enough, as I felt the white bolt of light hit my leg this time, knocking me down hard. Once again, the sudden force turned to a powerful burning sensation, as if my skin were being boiled right off. And just like last time, the feeling was gone as quickly as it had come. But the effect was clear, as I looked up, and saw the man standing over me. He had a smile that looked sinister, as he begain to study me.
<<temp1>>So tell me, what is it? Like I said before, if you make this easy, I'll give you a quick death.<</temp1>>
Suddenly his hand started building energy, differenly than before, and I saw a soft white like envelop my leg, and I felt the burn come back. I yelled in pain, which didn't faze the man at all.
<<temp1>>Well, a quicker death. I owe you some pain for not dying immedietely. So?<</temp1>>
I reached out for <<ncain>>, but I could sense that he was feeling the pain as much as I was. There was nothing I, or he, could do. I didn't know what to do, and the burning wasn't stopping. I was about to open my mouth, and explain everything, before we both heard a noise behind him.
<<Button 'Someone clears their throat' 'StoryPass2' '.main' '$story.mainstory += 1'>><img class="rightimg" src="images/Characters/Town/Coven/Lead/02.png">\
I suddenly felt the energy he was gathering in his hand fade away, as we both looked at the source of the noise. Behind the man standing over me was an unexpected sight; a rather attractive blonde sitting down on the corner of a bench. Her hair was long and wavy, her body holding curves in all the right places. Even though she wore regular clothing, they did nothing to hide how great she looked. She smiled at both of us, and in my confusion, I looked back to the man, who clearly knew who she was, considering the threatening grin was gone, replaced with anger.
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Hate to interrupt, but he's actually ours.</span><</say>>
The woman said, sounding casually cheerful, despite the fact that she was interrupting a man about to kill me. For his part, the the man backed away from me, and turned to face her.
<<temp1>>Witch...<</temp1>>
He growled out, sounding angrier than he had before. The woman smiled at him, and tilted her head.
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Would you be a dear and leave this poor boy?</span><</say>>
She raised her hands and put them together, as if she were genuinely asking for a favor. I suddenly felt the man start to build up energy again, and her face turned deadly serious.
<<temp1>>To think you would be foolish enough to show yourself. Thank the lord, I may wipe two stains off this plane today.<</temp1>>
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">And we were having such a nice conversation.</span><</say>>
The man spit on the ground.
<<temp1>>Why bother? You'll be dead soon, and I'll be going back with commendations.<</temp1>>
This made the blonde woman smile again.
<img class="leftimg" src="images/Characters/Town/Coven/Bruise/02.png">\
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Oh, look at that girls. He thinks he's making it past today.</span><</say>>
I saw fear on the mans face for the first time, as we both looked around, and saw two other women standing around us. Somehow neither of us had noticed them until now. On our right, there was a tall woman wearing dark colors, sporting tattoos all over her pale body. She didn't seem to be paying much attention to us, seemingly bothered to be here at all. On our left was a shorter woman, darker skin, and pitch black hair. She was wearing bright colors, and smiling at both of us, clearly more excited than the second woman.
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">He must be new.</span><</say>>
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Obviously. Other Templars know that if a witch shows herself, she doesn't do it lightly.</span><</say>>
<img class="rightimg" src="images/Characters/Town/Coven/Ass/02.png">\
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">Well, I'd say he might improve, but there's not much chance of that.</span><</say>>
The blonde woman turned to her bubbly friend.
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Do you want to play with him?</span><</say>>
The bubbly girl flashed a large smile, eyeing the man like a hungry lion would a gazelle. But for a moment, she looked down at me, our eyes met, and her smile softened. She sighed, and shook her head, turning back to the blonde.
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">We shouldn't. We're here to protect him, not get some practice.</span><</say>>
The blonde woman smiled, looking proud, as if her friend had passed some sort of test.
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">Exactly. We're here for a reason, so-</span><</say>>
<<temp1>>Enough of this!<</temp1>>
The man yelled, and I felt the energy build up, quicker and more powerful than before, his hand pointing towards the blonde woman. She didn't look surprised, as the tall woman was suddenly all over the man, grabbing his wrist, and spinning around, throwing the man 30 feet away, smashing into a car and denting it. The man spit out blood, and the tall woman walked over to his body.
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">Hey, I thought we were gonna work together.</span><</say>>
<<say '???' 'images/character icons/Cov2.png'>><span class="Cov2Text">Why? He's a root hunter. He doesn't have any real power.</span><</say>>
The tall woman said, and grabbed the man, lifting him up with one hand, and punched him in the ribs, slamming him into the car with an even greater force. I could see his body caved in where he was punched, and he was struggling to breathe.
<<say '???' 'images/character icons/Cov2.png'>><span class="Cov2Text">His only job is to find budding witches and mages, and destroy them. Isn't that right?</span><</say>>
She said, lifting the man by his hair.
<<say '???' 'images/character icons/Cov2.png'>><span class="Cov2Text">You just kill poor, powerless kids. Kids who can't fight back.</span><</say>>
She said, some anger tinting her voice. The man wasn't responding, her assault clearly affecting his ability to speak. Not his ability to gather energy though, as he started building it up again in his hand. This time, it was the bubbly girl who stepped up.
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">Well I still need the practice. I can only do so much training, I need real life experience against holy magic users.</span><</say>>
She said to her friend, focusing on her as she stared in anger at the man. I was worried he might use his white bolt against them, but I saw as the bubbly girl placed her hand on his head, and her eyes began glowing white. Suddenly, the energy started fading, as the man's eyes began glowing, the same as the girls. They kept getting brighter and brighter, before suddenly they stopped, and the man went limp in the tall ones grip.
<<say '???' 'images/character icons/Cov2.png'>><span class="Cov2Text">See? Nothing.</span><</say>>
She said, earning her a groan from her friend.
<<say '???' 'images/character icons/Cov3.png'>><span class="Cov3Text">Well now I won't know. You basically broke him, I don't even know if he might have been able to fight back.</span><</say>>
She said, turning around, looking annoyed. I laid there, silently, as I watched the tall woman drop the man suddenly, and turn around, going back to where I first saw her. Suddenly, I felt a hand on my shoulder, causing me to flinch. I backed up, causing the blonde one to put her hands up as she kneeled beside me.
<<say '???' 'images/character icons/Cov1.png'>><span class="Cov1Text">You're ok kid. He won't be bothering you anymore.</span><</say>>
She sounded warm as she said that, and stood up, offering me her hand. I stared at it, my mind reeling from what I just witnessed. After a few moments, I slowly stood up on my own.
<<Button 'Who are you?' 'StoryPass3' '.main' '$cov1.percent += 1, $cov2.percent += 1, $cov3.percent += 1, $cov1.met to 1, $cov2.met to 1, $cov3.met to 1, $player.prog to 4, $story.mainstory += 1'>><<cov1>>Friends. I'm $cov1.name.<</cov1>>
She flashed me a warm smile, and tilted her head, pointing to her bubbly friend.
<<cov1>>She's called <<ncov3>>.<</cov1>>
Her friend looked over at me, and smiled softly, giving me a wave.
<<cov1>>And grumpy over there is <<ncov2>>.<</cov1>>
The tall one didn't even acknowledge me, as she leaned on the wall, looking at nowhere in particular. I turned back to the blo- to <<ncov1>>, eyeing her warily.
<<cov1>>Don't worry kiddo. We really are just here to help you.<</cov1>>
I looked back at the man, limp on the ground as blood slowly poured out of his mouth. <<ncov1>> followed my eyes, and shrunk a little bit, looking embarassed.
<<cov1>>Sorry about that. Ideally <<ncov3>> would have dealt with him, it would have been... less messy. But someone-<</cov1>>
She raised her voice, glaring at <<ncov2>>.
<<cov1>>Got carried away.<</cov1>>
<<ncov2>> scoffed,
<<cov2>>Why are we wasting time? Just sap the kid, and let's go. I don't want to be here any longer than I have to.<</cov2>>
She glared back at <<ncov1>>, who rolled her eyes, and turned back to me, her annoyance turning back to warmth.
<<cov1>>Anyway, she's right. I do have to do this. Don't worry, it won't hurt.<</cov1>>
She said, raising her hands to my head. I backed up, tensing up.
<<me>>Wait, what? What are you doing?<</me>>
<<cov1>>This sometimes happens. People wake up with magic, and they don't even know it's happening. Which means you can't hide it, and then people like that-<</cov1>>
She tilted her head, pointing at the man on the ground.
<<cov1>>They come and find you. I'm just going to put a lid on it. You won't even notice anything. You'll wake up in your bed, and forget all about this mess. Ok?<</cov1>>
<<me>>I don't think-<</me>>
I started, and felt strong hands grab my arms, locking me in place. I turned around, seeing <<ncov2>> grabbing me.
<<cov1>>You don't belong in this world. We're just here to make sure you won't get hurt.<</cov1>>
<<ncov1>> said, reaching up, and placing her hands on my head.
<<me>>W-wait, no, I-<</me>>
<<ncov1>>'s eyes began to glow white.
<<Button 'Where am I?' 'StoryPass4' '.main' '$f to 1, $story.mainstory += 1'>><<set $pov to "cov1">><div class="Cov1Text" style="font-size: 20px; text-align: center;">$cov1.name's POV</div>
I opened my eyes, and I found myself in a dark room.
<<cov1>>Well... This is new.<</cov1>>
I had done this many times in the past. It was a fairly easy process, although not one I enjoyed. I was old, and I've had magic flowing through my veins for centuries. I knew the ups and downs that came with them, adding colors to life that I wasn't aware of before. Shutting that side of life away from others, even if for their own good, was something that left me feeling guilt. However, this had never happened before. Usually, the flow of magic was at the forefront of ones mind if they were untrained. And as such, blocking that flow, a trickle, was nothing I couldn't handle. This was different. I couldn't feel anything. Fear began to set in as I realized I could barely feel my own magic.
<<cain>>I suppose gratitude is in order here.<</cain>>
A voice called out, and I turned around, coming face to face with a demon. I backed up, not in fear, but in shock. Demon possessions were incredibly uncommon, thanks to the Templar order exorcising them. Although that was something I didn't hate, considering demons tend to be stupid and impulsive, causing nothing but trouble for themselves, and their host. As such, I had met only two demons in my life. Although each time, it was through their host. Never like this, which caused confusion. Demons don't grant their hosts magic. They take over. But this demon wasn't doing that. What's going on?
<<cain>>And an apology. I had to pull you in here, have a talk with you. I can't have you messing with our boy's magic.<</cain>>
<<cov1>>I... Your boy? Does he even know you're in here?<</cov1>>
<<cain>>Yes.<</cain>>
I looked the demon up and down, as he just stood there. He was clearly different than the others. He was calm, and... well, he thanked me and apologized. That was unheard of from demons.
<<cov1>>Do you have a name, demon?<</cov1>>
He laughed.
<<cain>>Yes.<</cain>>
I waited, but when it became clear he wasn't going to give it, I continued.
<<cov1>>How are you doing this? You're not in control of this body, but you're supplying it with a source of magic. Demons can't do that.<</cov1>>
Or at least, I've never heard of one doing it. The demon looked me, and I could feel his gaze piercing me. After a moment, he spoke.
<<cain>>You're correct. But that's irrelevant.<</cain>>
He smiled, his bones contorting in unnatural ways.
<<cain>>I wasn't aware there was a coven in town. That is very good news.<</cain>>
It was my turn to squint.
<<cov1>>What do you want from us?<</cov1>>
<<cain>>Simple enough. Train the boy. He has access to magic, and you won't be able to turn that off. I won't let you.<</cain>>
I eyed him carefully.
<<cov1>>Well that's not the only way. We could kill him.<</cov1>>
The demon smiled at me, this time with a smug look. I suppose I shouldn't be surprised he immedietely called my bluff. There was a reason why I was thankful the Templars handled exorcisms. Demons can only be killed with holy magic, and that's not something that's available to any witch. Sure, you can kill the host, but that doesn't stop the demon. No, usually it just pisses them off. The host consciousness is usually the only thing keeping the demon sane when wearing a physical form. They're stupid and impulsive before, but after? They're angry, powerful, and bloodthirsty. And still cannot be killed by anything other than holy magic. Even ignoring whether or not I would be able to survive, it would certainly bring more Templars here, which is not something I wanted.
<<cov1>>Why do you want him?<</cov1>>
<<cain>>Also irrelevant.<</cain>>
I frowned as I thought through my options. Couldn't kill him, that was off the table. Couldn't just leave him be, his stink would just bring more Templars here. I wasn't even sure I could escape from this place, certainly not unscathed. It was looking like this was the only path.
<<cov1>>What do we get out of it?<</cov1>>
<<cain>>What do you want?<</cain>>
His question caught me off guard. This demon must be ancient, in order to have this level of composure. Any other demon would likely have threatened her, and her coven. They don't make deals, not when they can just take, especially against witches, who tend to be relatively defenseless against them.
<<cov1>>I... I want power. Not for just me, but for all my girls. Times are changing, and the world is getting even more unfriendly.<</cov1>>
The demon tapped his bony fingers against his chin, putting some thought into my request.
<<cain>>Very well. Teach him magic, and your forces will gain a power this world has not seen in centuries.<</cain>>
<<cov1>>Ok. I'll teach him how to hide his aura. Although I don't know how much more he'll be able to take in. Most mages are useful only as a form of making children with more magical potential. I wouldn't count on him being different.<</cov1>>
The demon smiled again.
<<cain>>I would.<</cain>>
He said, before reaching to me, and I felt a burning pain throughout my entire body.
<<Button 'What happened?' 'StoryPass5' '.main' '$f to 1, $story.mainstory += 1'>><<set $pov to "mc">><div class="YouText" style="font-size: 20px; text-align: center;">$player.name's POV</div>
I closed my eyes, bracing myself for... whatever was supposed to happen. But nothing did. Tentatively, I opened my eyes, and <<ncov1>> was staring back at me, her eyes glowing white. A few moments passed before I realized that she wasn't really looking at me, that she was in some sort of trance. Whatever she was doing wasn't working, or if it was, it was going slowly. The answer came in the form of <<ncov2>> letting my arms go, seemingly under the assumption that her friend was succeeding. I looked around slowly, and saw her leaning back against the wall, checking her nails, probably just killing time. <<ncov3>>, on the other hand, was looking up, and counting something on her fingers. Looking back at <<ncov1>>, I spoke up.
<<me>>I-is something supposed to be happening?<</me>>
I asked, and both <<ncov2>> and <<ncov3>>'s head snapped towards me, with looks of disbelief.
<<cov2>>What the fuck?!<</cov2>>
Before either of them could do anything else, <<ncov1>> snapped back, gasping and taking a few steps back, her eyes slowly going back to normal.
<<cov3>><<ncov1>>, what happened?<</cov3>>
For her part, <<ncov1>> didn't respond, instead was eyeing me up and down, studying me as she regained her breath. I returned the look, until she finally spoke up.
<<cov1>><<ncov3>>, what kind of hex bags do you have?<</cov1>>
<<ncov3>> was looking at <<ncov1>> confused, but answered her question.
<<cov3>>Uhm, I have a bunch, and some materials to make some, if I need to. What are you looking for?<</cov3>>
<<cov1>>Aura absorption.<</cov1>>
<<cov3>>Oh. Ah, I think I have one of those.<</cov3>>
She said, pulling a bag from thin air, and started rummaging through it.
<<cov2>><<ncov1>>, what happened?<</cov2>>
<<cov1>>I'll explain in a bit. For now, he get's a hex bag, and that should hold him over until we teach him how to properly restrain his aura.<</cov1>>
<<cov2>>Teach him? <<ncov1>>, what are you talking about?<</cov2>>
As she asked that, <<ncov3>> pulled out a small mauve bag, about the size of a tangerine, and presented it to <<ncov1>>. She looked at it, then back <<ncov3>>, who nodded, and handed the bag to me.
<<cov1>>Ok kiddo. Here's the deal. You hold on to this bag. You don't go anywhere without this bag. It stays within 10 feet of you at all times. We're going to contact you later this week, to get everything sorted. You understand?<</cov1>>
<<me>>N-not really. What's going on?<</me>>
<<cov1>>If you have any questions, ask... Whoever is in there with you. For now, it's important. Do you understand what I said about the bag?<</cov1>>
<<me>>Y-yeah. In my pocket, at all times.<</me>>
She smiled.
<<cov1>>Good. We know where you live, so we'll come find you later this week.<</cov1>>
She saw me tense up at that comment, and giggled.
<<cov1>>Relax, that wasn't a threat.<</cov1>>
She paused, and then grinned.
<<cov1>>It was a promise.<</cov1>>
She giggled to herself, and patted my shoulder, walking around me. As she walked away, she let her hand run on the wall of the building we were beside, and as she did, she left a trail of embers. The embers grew bigger and bigger, burning away a layer of the building. As it grew, the ember peeled off the wall, burning away the sky. It seemed as if I was inside of a bubble of paper, and now the bubble was falling apart, bringing me back to the real world. As it fell, I started hearing the noises that I should be. Cars honking, people walking and talking, and the general movement of the city. The girls all kept walking, and <<ncov3>> grabbed the corpse of the man who attacked me. As they walked away, they passed the boundary of the bubble that was slowly burning, and as the layer disappeared, so did they, until I was back in reality.
I looked around, and where there should be damage from the fight, everything was back to normal. As if had never happened. But I looked down at my hand, and the mauve bag remained.
<<met>><<ncain>>, what just happened?<</met>>
<<cain>>Hopefully, something good.<</cain>>
<<Button 'Now what?' 'StoryPass6' '.main' '$inv.image.pushUnique("images/Inventory/Hex Bag.png"), $inv.text.pushUnique("Hex Bag"), $player.prog to 5, $Time += 1, $story.mainstory += 1'>>My name is <<textbox "$player.name" $player.name>> <<textbox "$player.last" $player.last>>.
I'm 21 years old, and not really sure what to do with my life. I've always felt like there was always something that didn't just click with me. Like everything in life was just turned a little bit lower than it should have.
<<if $fet.inc is 1>>As you can guess, that sort of thinking lead to me not having many friends when I grew up. Speaking of which, I still live at home, with my mom, <span class="Mom1Text">$mom1.name</span>. Unfortunately, I also live with her wife, <<nmom2>>. I don't like thinking about her, so let's move on. I have three sisters, one older, two younger. <<nsis1>> is 23, <<nsis2>> is 20, and <<nsis3>>, the baby of the house, is just 18.
<<else>>As you can guess, that sort of thinking lead to me not having many friends when I grew up. Speaking of which, I still live at home, with <<nmom1>>, and, unfortunately, her wife, <<nmom2>>. I was apperently adopted when I was only 2 years old. <<nmom1>> came home with me one day, and was convinced I had to be taken in. I can't complain much, I got a great house, comfort, and four people who actually care about me. However, something I've always felt guilty over is that I was never able to fully fit in, and as such, I still can't consider any of my family members as real family. Although <<nmom1>> and I have a running joke, where she's just my landlady. I don't remember where it came from, but we carry it on. Anyway, I have three "sisters", one older, two younger. <<nsis1>> is 23, <<nsis2>> is 20, and <<nsis3>>, the baby of the house, is just 18.
<</if>>
For now, I work at SplashArt comics. I make decent money, but I'm not particularly passionate about it. Which isn't a surprise, as I'm not very passionate about a lot of things. It's been beginning to weigh on me, as I see <<nsis1>> work and succeed at Borderlands, and <<nsis3>> is getting ready to go to college, where she'll undoubtedly surpass me as well. It's not even jealousy, as I am happy that they are doing well, but a feeling like I should be doing something as well. At least I still have <<nsis2>>, who's just as directionless as me. She's been working some dead end job for the past few years. She hasn't spoken much about it, but she's basically a sales person, like me.
Anyway, I've wasted enough time. Let's get ready.
<<Button 'Go to work' 'Intro7' '.contbut' '$Named to 1, $comb.met to 1'>><<nobr>>
<<done>>
<<run $('.passage input[type=text]').attr('maxlength','9');>>
<</done>><</nobr>>Walking in the front door, I look around my living room. The walk home was rather quiet. When I tried to get more information from <<ncain>>, he just told me to go home, and he'll explain everything. After that, whenever I tried to talk to him, it just felt like a closed door, which didn't leave me with a lot of comfort, considering it was coming from my own head.
Still, I walked up to my room, opening the door, and taking a seat on my computer chair, not bothering to turn the lights on, content to sit in the darkness. It only took a few moments for <<ncain>> to finally speak up.
<<cain>>So, I suppose now it makes sense why I tried to push you towards Wrath, over Greed?<</cain>>
<<met>>Really?! That's the first thing you're going to say?<</met>>
I felt him shrug, and I groaned.
<<met>>Alright, come out. I want to talk face to face, none of this mental bullshit.<</met>>
I felt <<ncain>> sink a little, before he suddenly walked in from my peripheral vision, and leaned on the wall.
<<cain>>Alright, excuse me for trying to lighten the mood.<</cain>>
<<met>>I almost died <<ncain>>. I don't want jokes right now, I need an explanation.<</met>>
He nodded lightly, letting out a breath.
<<cain>>Ok. Well, it's a long story. Where should I start?<</cain>>
<<met>>How about with the guy who was shooting white bolts of energy? Who was he?<</met>>
<<cain>>That was a Templar. Templar knight really, but I heard they dropped the knight a while ago.<</cain>>
I stared at him, and he stepped away from the wall, beginning to pace.
<<cain>>They're agents of Heaven.<</cain>>
<<met>>Angels?<</met>>
I asked, shocked. This made <<ncain>> laugh.
<<cain>>No. Absolutely not. Angels do not come down here. Or at least, they haven't in a very long time. They don't like it here at all. Not to mention, they're a bit too much for their hosts, so they tend to burn them out. Not that they really care that the host dies, it's just inconvenient to them, having to work on such a small time scale.<</cain>>
<<met>>So then by agents of heaven, it's, what, nuns?<</met>>
<<cain>>Sort of. They channel holy energy. Not every member of the church can. In fact, most can't, so you don't have to worry about that as much.<</cain>>
I clench onto the bag I was given.
<<met>>You say that, but I didn't have to worry about them yesterday. Why didn't you tell me about them?<</met>>
<<cain>>Because it should take the church years before they're able to detect you. You haven't even manifested half of the sins, let alone run them through their paces. I was going to explain everything to you, in time.<</cain>>
<<met>>So you didn't even consider that the church may have improved their... I don't know, their detection methods?<</met>>
<<ncain>> turned to me, his features morphing to anger.
<<cain>>Do I strike you as an imbecile, <<nme>>?<</cain>>
He sounded pissed off as he growled that out, before raising his hand, calming down.
<<cain>>Apologies. Of course I did. Why do you think demon possessions happen?<</cain>>
<<met>>I... I don't know, I didn't think about it much, considering I didn't really believe in them before.<</met>>
<<cain>>Well, they're real. But they're not like in the movies. It's not demons "escaping" hell.<</cain>>
He said, raising his bony fingers, emphasizing his words.
<<cain>>I send them. Specificallly to keep tabs on the church.<</cain>>
He sighed, then sat down on my bed, looking a bit defeated.
<<cain>>Which is why this was so surprising. The church is not in good shape right now <<nme>>. By my past trials, it should have taken them over a decade to find you.<</cain>>
<<met>>Even with modern technology?<</met>>
<<cain>>I suppose that's possible, considering. Although holy magic has always been very strict, hard to learn, impossible to adapt. The angels are the ones that provide the magic, and they don't appreciate humans trying to change it to suit their needs. Doesn't mean you guys haven't been trying. I know they've been working on combining the use of it with technology since the industrial era. And they have had zero success. Zero. So if they suddenly have some new tech that can use holy magic... Well, I would have told you there's no chance of that before today.<</cain>>
I sat back on my chair, absorbing everything <<ncain>> was telling me.
<<met>>Ok. So the Templars want to kill me, because I have the sins?<</met>>
<<ncain>> shook his head, standing back up.
<<cain>>They have no idea you have the sins in your head. You just exude demonic energy. To them, you look no different than any regular mage.<</cain>>
<<met>>Oh. So, the guy, the Templar. He was talking about an artifact?<</met>>
<<cain>>Mages are rare. Men don't tend to have a lot of magical energy, which is why so few of them activate their latent powers. In fact, the majority that do, do it because they find some sort of artifact. It mixes with their own potential, and increases it. The Templar assumed you had found one. Fair assumption.<</cain>>
<<met>>Wait, latent powers?<</met>>
<<ncain>> nodded.
<<cain>>Yeah, everybody has some level of magical power. So little, that they can never use it.<</cain>>
<<met>>I see. So the women that saved me, they were...<</met>>
I paused, wanting <<ncain>> to confirm it. He nodded.
<<cain>>Witches.<</cain>>
He clapped, somehow, with his bony hands.
<<cain>>Which is actually good news. They're on your side. Or, well, you're on their side. All witches gain their power from demonic energy, so they're natural enemies of Templars. I managed to speak to the one in charge, <<ncov1>>. She now has a vested interest in making sure you're taught magic.<</cain>>
<<met>>Isn't there... a danger here? I mean, wouldn't it be easy to... tch.<</met>>
I brought my thumb to my neck, dragging it across. <<ncain>> raised his hand, reassuring me.
<<cain>>That's not an issue. She managed to convince herself that I was a demon.<</cain>>
<<met>>Oh. And what, they worship demons?<</met>>
<<ncain>> chuckled at that.
<<cain>>No, witches hate demons. Demons can only be killed with holy magic. Since that's mostly unavailable to witches, they try to stay away from demons. They can't kill the demon, and demons attract church attention. It's just all around bad news for them.<</cain>>
<<met>>So why the hell would she agree to teach me magic?<</met>>
<<cain>>I made a deal with her. She gets power. She jumped at the chance, really. She's probably never met a demon willing to do an exchange.<</cain>>
<<met>>You're not a demon though.<</met>>
<<cain>>Don't tell her that.<</cain>>
<<met>>Fine. Now what?<</met>>
<<cain>>Now? Go to sleep. Wake up, work on improving your power with the sins. And hope that little bag does it's job. Until they teach you how to hide your aura without it.<</cain>>
<<met>>Really? Just go back to normal?<</met>>
He shrugged.
<<cain>>If you want to cower in this room, that's an option. But right now, it seems like the smart move is to get more power. That way, your magic will be stronger, and you'll be able to fight back next time.<</cain>>
<<met>>Fuck. I don't want a next time.<</met>>
He shrugged again.
<<met>>Fine.<</met>>
I stood up, and <<ncain>> was gone. I shook my head, and went to my bed.
<<met>>What kind of magic will I be able to do? Fireballs and shit?<</met>>
<<cain>>I'll leave the experts to teach that.<</cain>>
I shook my head again, and laid on my bed. Now, I just have to wait until they come in contact with me.
<<Button 'Go to sleep' 'Room' '.return2' '$chapter += 1, $Time = 0, $Day +=1, $DaysPlayed +=1, $cainflag to 1, $scene to 0, $story.mainstory += 1'>>Walking down the hall, I noticed the light on in <<nmom1>>'s room. I almost walked by, before I realized that <<nmom1>> wasn't home. I took a step back, and poked the door, cracking it. Inside, I saw <<nmom2>>, putting on a dress. I smiled, knowing the house was empty.<<if $cainflag is 1>> I almost walked in, before stopping to think.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>>I shrug, and open the door. <<nmom2>>'s eyes dart to me, and I saw what is maybe the most satisfying thing I've ever seen. A look of fear on <<nmom2>>'s face. Sure, it was quickly replaced with anger and fake confidence, but that initial look? If I only had my phone ready to capture it, I would make a mint selling it.
<<mom2>>What the fuck do you want?<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D09.png">\
I sigh, and sit gently on her bed. Even through her bravado, I can see how tense she is right now.
<<me>>We're alone right now. So why don't you act like the submissive bitch we both know you really are?<</me>>
She scowled at me.
<<mom2>>You don't know anything about me, you little shit!<</mom2>>
<<me>>Well I'd like to learn.<</me>>
I said, with a sincerity that took her by surprise.
<<me>>Like right now, I want to learn what your tongue feels like on my cock.<</me>>
Her surprise was replaced with anger. However, once again regretting not having my phone out to take a picture, <<nmom2>> bit her lip, lust filling her eyes as her eyes lowered to my crotch, for only a moment.
<<mom2>>You're a fucking sick bastard. You better start looking for a new home, because I'm going to tell <span class="Mom1Text">Amelia</span> everything you've done, tonight.<</mom2>>
I laugh at her admission, and then laugh a bit more as I see her eyes twitch in anger. I stand up, and reach down to my pants, undoing my belt. I watch her face as her eyes are glued to my belt. I see her swallow lightly, and chuckle.
<<me>>This again? Come on <<nmom2>>. What are you going to tell her? Are you going to admit that I made you cum like a bitch in heat? And then we had a loving lunch at your office? I'm sure if I talk to <<nassw>>, she might agree with me.<</me>>
<<mom2>>I-it doesn't matter. <span class="Mom1Text">Amelia</span> will believe me.<</mom2>>
She said, clearly not fully confident.
<<me>>Oh yeah? What if I show her this?<</me>>
I reach up, and grab her hair, causing her to moan. Her eyes shoot open, horrified at the noise she just made.
<<me>>If I reach into your panties, am I going to feel your slut juices?<</me>>
She shook her head lightly.
<<mom2>>N-no. Don't.<</mom2>>
She whispered to me.
<<me>>Tell me what you are.<</me>>
She swallowed, opened her mouth, then closed it. I tugged on her hair, eliciting another moan, shame filling her features. She opened her mouth again.
<<mom2>>A submissive bitch.<</mom2>>
I smile, feeling higher than ever before. I spit in her face.
<<me>>That's right. Now, what did I want to learn?<</me>>
I said, throwing her onto the ground, roughly.
<<mom2>>You...<</mom2>>
She froze up, and I pushed again.
<<Button 'I want to feel your tongue on my cock ' 'Mom2: 3-2' '.lustbut' '$player.lust += 1, $cainflag to 0'>>Stretching my arms up in the air, I felt the cricks accumulated over the night flow out of me, as my muscles relaxed. After a quick piss, I left the bathroom, and looked around. I didn't hear anyone in the house, so I walked to my room. On the way, I heard a frustrated sigh come from <<nsis1>>'s room. I stopped, and smiled, as I grabbed hold of the door handle to her room.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>> I turned it, and peeked my head, seeing <<nsis1>> on her bed, reading through some papers. Classic.
<<me>>Hey, what's up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/08.png">\
She looked up at me, and inspected me. After a few moments, she sighed again, and I watched her body relax.
<<sis1>>Just work stuff. We're in talks with another importer, they want to use our facilities as storage.<</sis1>>
<<me>>So?<</me>>
<<sis1>>So they're offering a great deal.<</sis1>>
<<me>>And that's cause for sighing?<</me>>
<<sis1>>No, it's just, <<nmom2>> is stopping the deal.<</sis1>>
<<me>>Ah.<</me>>
I sat down on her desk chair, swiveling it to face her.
<<me>>Why?<</me>>
<<sis1>>I don't know. She just told me to do what she said.<</sis1>>
I laughed, and she flashed me an annoyed look.
<<me>>Sorry, not laughing at your frustration. I just know very well what her ire feels like.<</me>>
As I said that, I noticed her body tense up, and her face filled with shame. She put the papers down, and looked at me.
<<sis1>>I'm sorry. I didn't mean to bring anything up. I'm not dense like <<nsis3>>, and I'm here enough to see it, unlike <<nsis2>>. I know that <<nmom2>> has never treated you too well.<</sis1>>
It was my turn to tense up, as I felt the awkwardness of what was happening. I came in here to all but molest <<nsis1>>, and here she was empathizing with me.
<<me>>I-it's not a big deal.<</me>>
<<sis1>>It is. It's not right. You've always been good to me, to <<nmom1>>, to all of us.<</sis1>>
<<me>>It wasn't all bad.<</me>>
I said, trying to lead the conversation to somewhere less awkward for me.
<<me>>I mean, it ended up with me feeling the same way as you.<</me>>
She tilted her head, clearly confused.
<<me>>Remember? What you told me about?<</me>>
She squinted for a moment, trying to come up with what I was referring to, Her eyes shooting wide open tells me she got there.
<<sis1>>We don't have to... We shouldn't talk about that.<</sis1>>
She said, her cheeks flushing.
<<me>>Sorry, I didn't mean to make things awkward. I just, I feel the same way towards her. I want to show her a rough time myself.<</me>>
She looked up at me, clearly feeling awkward.
<<sis1>>I guess it makes more sense for you than me.<</sis1>>
<<me>>I guess so. Still, I'm lucky she's secretly a masochist.<</me>>
<<sis1>>Yeah, I...<</sis1>>
She froze, slowly processing what I just said.
<<sis1>>W-what are you talking about?<</sis1>>
It was my turn to be awkward, or at least play the part.
<<me>>O-oh, well, I mean, me and her have played a little.<</me>>
She looked at me with a serious look.
<<sis1>>What are you talking about?<</sis1>>
<<me>>Oh, well, a few days ago, me and <<nmom2>> had an argument, and I had enough. Some things happened, and it basically ended with me... Well, I don't want to get too graphic.<</me>>
<<sis1>>No, finish.<</sis1>>
<<me>>Well, I spanked her, and she squirted all over the floor.<</me>>
Her eyes shot open again, her eyes looking me up and down, looking for any sort of tell I was lying.
<<sis1>>I don't believe you.<</sis1>>
<<me>>Yeah, that makes sense. But remember how I visited the office the other day.<</me>>
She looked down at the ground, and I could see the gears in her head turning.
<<sis1>>Yeah. <<nassw>> told me you had lunch with <<nmom2>>.<</sis1>>
She whispered, basically talking to herself.
<<me>>Exactly. Knowing our relationship, wouldn't you say that's weird?<</me>>
<<sis1>>And after that, she stayed in her office all day. And on the way home, she was acting so weird.<</sis1>>
<<me>>Yeah, well, I spanked her ass raw with my belt. She really enjoyed that.<</me>>
Her eyes shot back to me, fire in them.
<<sis1>>Prove it.<</sis1>>
<<if $mom2.scene[0] gte 4>>\
<<me>>I even have some proof.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 1/07.png">
I said, pulling out my phone and showing her the picture I took of <<nmom2>> last time.
<<me>>She just finished sucking my dick, and I gave her ass a nice slap.<</me>>
She stared at my phone, disbelief written all over her face.
<<else>>\
<<me>>Hmmm. I mean, I don't really have any proof.<</me>>
She smiled lightly.
<<me>>But why would I lie?<</me>>
Her smile faded, her brow furrowing.
<<sis1>>I...I don't know...<</sis1>>
<</if>>
<<me>>Besides, I'm telling you this, because I have always cared about you. And I want to help you.<</me>>
<<sis1>>Help me?<</sis1>>
<<me>>Yeah. I mean, if you're thinking of roughing her up, then I would love to help you do that.<</me>>
Her eyes left me, and she looked at the ground again, clearly giving my suggestion real thought. After a minute, I barely heard her whisper.
<<sis1>>Ok.<</sis1>>
<<me>>What's that?<</me>>
<<sis1>>Ok!<</sis1>>
She said, much louder.
<<me>>Great. Although, I'm not going to do it for free.<</me>>
I said, smirking lightly. She hung her head, nodding.
<<sis1>>I didn't think you would. What do you want?<</sis1>>
<<Button 'I want to play with you a little' 'Sis1: 2-2' '.lustbut' '$player.lust += 1, $cainflag to 0'>>Walking down the hall, I noticed the bathroom door was open. I peeked inside, and saw that <<nsis3>> was doing her makeup at the sink.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>>I walked into the bathroom, and grabbed my toothbrush. I was acting casual, but from the way that <<nsis3>>'s cheeks flushed a deep red, the events from a few days ago were still in her mind. It also didn't help that she was wearing very revealing clothes. Most of the girls in the house sometimes ended up wearing skimpy clothes, trying to be comfortable. Before today, <<nsis3>> didn't give it any mind. However, since our last... meeting, she's certainly noticed it. I grabbed the toothpaste, and put some on my brush.
<<me>>Good morning <<nsis3>>.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/07.png">\
She flinched upon me saying that, and smiled awkwardly.
<<sis3>>G-good morning...<</sis3>>
<<nsis3>> continued to put on her makeup. I began brushing my teeth, and we each did our business. Over the course, I would occasionally catch her looking up at me, and she would quickly look back to the mirror, her cheeks getting redder still. Once I was finished, I pushed her lightly, and spit out into the sink, and rinsing my mouth out.
<<sis3>>S-so, do you have plans today?<</sis3>>
<<me>>Nothing's set in stone. You?<</me>>
<<sis3>>No. Not really.<</sis3>>
<<me>>Don't you have class today?<</me>>
<<sis3>>Oh, yeah, obviously that.<</sis3>>
I smirked, enjoying her nervousness. If I was a better person, I probably wouldn't have, but I have to imagine a better person wouldn't have gotten the Sins stuck in their head.
<<me>>Is everything ok, <<nsis3>>?<</me>>
She looked down, trying not to meet my eyes, her red ears betraying her state of mind.
<<sis3>>Yeah, e-everything is ok...<</sis3>>
<<me>>Great.<</me>>
I start to walk away, hoping she would speak up. Her tugging on my shirt before I left the room told me I made the right call.
<<sis3>>I just wanted to... You didn't tell anyone about...<</sis3>>
<<me>>About what?<</me>>
I said, enjoying teasing her. She finally looked up to me, still a deep red, but looking annoyed.
<<sis3>>You know what I'm talking about.<</sis3>>
She said, getting quieter with each word.
<<me>>You're going to have to use your words.<</me>>
<<sis3>>About what I told you the other night.<</sis3>>
<<Button 'Oh, how you have a rape fetish?' 'Sis3: 2-2' '.lustbut' '$player.lust += 1, $cainflag to 0'>>Of all the things I didn't expect, this was probably... Ok, not on the top ten list, because magic and witches and demons would have been number one. But this would have made the top twenty. Probably.
Still, a text from <<nbankm>> requesting my presence at his home? Sounds good to me. It's been a bit since I last saw <<nbankw>>. When I saw the text, I instantly got to work on writing the contract, but I figured it would be worth it. It took me a bit to get here, but standing in front of their house made me laugh a bit. Their house was huge. It wasn't a huge surprise, considering they both worked for a bank, running the branch. But it still made me laugh. I made my way to their front door.<<if $cainflag is 1>> Before I reached for the door handle, I stopped
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some supermodels throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>> I grabbed the door handle, and turned it. <<nbankm>> told me it was going to be open, and it was true. Inside, I was greeted by what looked to be a normal family home. Large, sure, but inviting. For a moment, I stopped, as a thought occurred. Did they have any children? It wasn't anything I thought before, but now that I was standing in their entrance, it had hit me.
<<met>>No, that's crazy. <<nbankm>> wouldn't have invited me if they had anyone else in the house.<</met>>
Just as I had recovered from the minor panic, <<nbankm>> turned from the corner, seeing me. He looked both pleased, and disappointed. Considering why I was here, it made sense.
<<bankm>><<nme>>. Welcome. Thank you for coming.<</bankm>>
<<me>>Of course. Thanks for having me.<</me>>
He pointed down the hallway, leading me to their living room. I still hadn't seen <<nbankw>>, even as <<nbankm>> motioned towards the couch. I took a seat, and he took one the opposite of me. He crossed his legs.
<<bankm>>I appreciate you coming here. We're in need of your help.<</bankm>>
<<me>>Oh? What seems to be the problem?<</me>>
<<bankm>>Well, ever since you came and...<</bankm>>
He paused, struggling to find the words.
<<bankm>>Helped <<nbankw>>...<</bankm>>
I fought back the urge to laugh.
<<bankm>>Well, we've been having trouble in the bedroom.<</bankm>>
He said, taking a deep breath, determined to get through it.
<<me>>What kind of trouble?<</me>>
<<bankm>><<nbankw>> just isn't...<</bankm>>
<<me>>She can't get our time out of her head?<</me>>
He nodded.
<<me>>That's understandable. I remember last time, she really was like a bitch in heat.<</me>>
<<nbankm>> shifted uncomfortably, before nodding.
<<me>>So I take it I'm here to fuck your bitch wife, and make her cum again?<</me>>
<<nbankm>> sighed, looking defeated, before nodding.
<<bankm>>Like I said, I just want to make her happy. And if she needs this... Needs you, to do it, then that's what has to happen.<</bankm>>
<<me>>You're a good man <<nbankm>>. Now, let's just discuss my fee.<</me>>
<<bankm>>Y-yes, you did mention more last time. I have around $200 on me, but-<</bankm>>
I raised my hand, cutting him off.
<<me>>Last time was very informal. I figured we could do it above board this time around.<</me>>
<<bankm>>What does that entail?<</bankm>>
<<me>>Well, instead of paying me each time, you could just hire me to be your wife's official bull.<</me>>
<<bankm>>Excuse me?<</bankm>>
I pulled out an envelope, and pulled out the contract I wrote, handing it to him.
<<me>>Let's be honest. Now that your wife has had a taste of good cock, she's never going to be pleased by you again. So, I wrote a contract here. The basic terms are fairly simple. They go into more detail there, but the general terms are a weekly payment program. That will cover the costs of travel, since I would have to be able to fuck your wife any time, and any place I want. You will make me a house key, obviously, so I can use the whore whenever it pleases me. On your part, I would recommend not trying to have sex with her. That would just make the problem worse, and then there will be extra costs. Make sense so far?<</me>>
<<nbankm>> was slowly going through the terms. After a moment, he slowly lowered it, and cleared his throat, swallowing deeply.
<<bankm>>This seems a bit extreme.<</bankm>>
<<me>>I would disagree. I mean, like you said, you want your wife to be happy, right?<</me>>
I grabbed my cock through my pants.
<<me>>Well she needs my cock for that. I just wanted to formalize it.<</me>>
He nodded lightly, before looking back to the paper.
<<me>>Say, do you and <<nbankw>> have any kids?<</me>>
The question made him wince.
<<bankm>>N-no. We were actually planning on starting one t... this year.<</bankm>>
I nodded.
<<me>>Ok, well, we can revisit the contract when, or if, that comes up.<</me>>
He looked up to me, confused.
<<bankm>>W-what do you mean?<</bankm>>
<<me>>Well, she obviously wouldn't want you to impregnate her. Not after all the fuckling we're gonna be doing. She's going to be my cumrag, through and through.<</me>>
<<bankm>>I don't think-<</bankm>>
<<me>>Hey, don't worry about it too much. Like I said, that's a conversation for another day. For now, just sign the contract, and I'll go fill the whore with my cock.<</me>>
<<bankm>>This doesn't...<</bankm>>
<<Button 'But its a great deal for you' 'BankW: 3-2' '.greedbut' '$player.greed += 1, $cainflag to 0'>><<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some supermodels throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>>I had been making my way towards the bank, when through the use of the mark, I realized that <<nbankc>> was moving. It only took a few minutes before I realized where she had gone. She went to the park where we had our last date. Not only that, but on the exact bench that I had used her cute little throat last time.
<<me>>I guess this place brings good memories to both of us.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/08.png">\
I said, causing her to jump lightly in surprise. As she saw me, I saw her flash through multiple emotions, something that happened often when I saw her. Neutral, to happy, to confused, and finally settling on sadness.
<<bankc>>It... It's not a good memory. I cheated on <span class="BankGFText">Ali</span> here. I still haven't told her.<</bankc>>
She looked down, her fingers messing with a napkin in her hand, clearly lost in thought.
<<bankc>>I don't even know why I did it. It's just, every time I see you...<</bankc>>
She looked up at me, and her features melted lightly.
<<bankc>>Even now, I don't find men attractive, but you're just so... Different... I don't know what to do.<</bankc>>
I sighed, letting her say her piece. I figured I would let her vent a little before I took control. I walked in front of her, purposefully standing so her head was right in front of my crotch. She looked up, then back down at my pants, biting her lip, before shaking her head.
<<bankc>>N-no, we can't. I love <span class="BankGFText">Ali</span>. I've even been looking for rings. I can't do this-<</bankc>>
<<me>><<nbankc>>, shut up.<</me>>
I said with a deeper voice than either of us were expecting. She suddenly froze, her eyes glazing over faintly.
<<me>>Didn't I tell you before? You're going to be much more comfortable when you just leave me in charge.<</me>>
<<bankc>>But... I don't want to cheat on her again.<</bankc>>
She said, with no real pushback in her voice. It was filled with lust, and she was already primed to let me use her again. Still, I wasn't going to let this opportunity slip by.
<<me>>I told you, let me handle everything. I can even fix this problem. Give me your phone.<</me>>
She nodded, quickly put in her password, and handed me her phone.
<<me>>Good girl. Do you have any naughty pictures of <span class="BankGFText">Ali</span> here?<</me>>
That brought her back, and she nodded, biting her lip.
<<bankc>>I-I do, but I shouldn't-<</bankc>>
<<me>>Shut the fuck up.<</me>>
<<Button 'Suck it slut' 'BankC: 2-2' '.lustbut' '$player.lust += 1, $cainflag to 0'>><<if visited() lte 1>><<cain>>Why the hell are you trying to go there again?<</cain>>
<<me>>Aren't you curious if the nun was responsible for what happened?<</me>>
<<cain>>Sure. How do you plan on getting her to admit it? Assuming she did do it, you won't be able to use any of the sins on her. So what, you gonna break her knees or something?<</cain>>
<<me>>O-oh... Right, I forgot about that.<</me>>
<<cain>>Listen, I'll work on figuring out how we can deal with the church, but for now, you just have to avoid going there.<</cain>>
<<me>>Fair enough.<</me>>
<<Button 'Leave' 'LocationHub' '.return2' '$f to 1'>><<elseif visited() gt 1>>\
<<cain>>What did I tell you <<nme>>?<</cain>>
<<me>>Don't go to the church.<</me>>
<<cain>>And where are you trying to go right now?<</cain>>
<<me>>The church.<</me>>
<<cain>>Why?<</cain>>
<<me>>Because-<</me>>
<<cain>>Because you're an idiot. Don't go to the church.<</cain>>
<<nsis3>> bit her lip, her earlier nervousness slowly being replaced with lust. She slowly nodded, looking up to me meekly.
<<me>>Or did you mean about how you sometimes picture me doing it?<</me>>
<<sis3>>I-I didn't say that...<</sis3>>
She said, not pushing back too much.
<<me>>Oh, but you certainly liked the picture I was painting.<</me>>
I took a step towards her, and she took one backwards, her ass pressing against the sink, causing her to gasp. She bit her lip again, looking up to me with desire painted across her face. I smiled warmly down at her, then quickly backed off.
<img class="leftimg" src="images/Characters/House/Roommate 3/08.png">\
<<me>>Of course not. I wouldn't tell anyone your secrets <<nsis3>>.<</me>>
She fluttered her eyes, surprised at my sudden backing up, She had clearly built up an idea of what was going to happen. She was partly right. But I was going to be in charge. I reached down to her waist, and turned her around, facing the mirror again. I leaned into her ear, and whispered.
<<me>>You were doing your make up, right? So why do you look so slutty right now?<</me>>
She opened her mouth to say something, but as we both looked her up and down, she couldn't deny it. She was completely red, her eyes filled with lust. Her posture was pushing her tiny tits out as much as possible, the red reaching down under her shirt, and her chest moving up and down quickly. I reached up, and grabbed her hair, wrapping it around my hand, until it was tight.
<<me>>Well? Keep going.<</me>>
She looked up at me through the mirror, desire in her eyes, begging me to keep going. With my other hand, I reached down, and grabbed her ass roughly, causing her to moan. I let go, and lifted my hand, dropping it down on her ass, spanking her, eliciting a yelp from her mouth.
<<me>>Are you going to make me repeat myself?<</me>>
She licked her lips, and slowly nodded. She reached down, and picked up one of her many make up brushes, and slowly brought it up to her face. I tightened my fist, pulling on her hair lightly, causing her to moan again.
<<me>>Good girl.<</me>>
<<nsis3>> continued doing her makeup, although at a much slower pace, as I held onto her hair tight like a leash. With my other hand, I reached down, and started manhandling her ass. She started breathing harder.
<<me>>Does the slut like how she's being treated?<</me>>
Before she could respond, I reached into her shorts, and pressed my fingers onto her pussy lips, only her panties between us. <<nsis3>> moaned out again, and slowly shook her head.
<<me>>Oh. Well then maybe I should stop. After all, <<if $fet.inc is 1>>I wouldn't want to do anything to my dear sister.<<else>>I wouldn't want to go to far with you.<</if>> In fact, why don't you look at me, and tell me to stop this?<</me>>
She looked up at me, swallowing deeply, before licking her lips again. Without breaking eye contact, she pulled lightly against my hand holding onto her hair, and she shuddered, closing her eyes in pleasure.
<<me>>Ugh, disgusting.<</me>>
I growled down at her.
<<me>>Are you enjoying this?<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/09.webp">\
I pulled her shorts and panties down to her ankles in one motion, and pushed my finger inside her.
<<me>>Only dirty sluts like getting used like this.<</me>>
I began fingering her, her pussy getting wetter as I did. She didn't say anything, just continued pulling away from my hand, letting my pull her hair as I fingered her.
<<me>>If you're not careful, I might get the wrong idea here <<nsis3>>.<</me>>
I pushed another finger inside her, and her insides responded by getting tighter. Her moans got louder as I kept fingering her.
<<me>>I might feel like you're teasing me. I might come into your room one night.<</me>>
Her insides got very tight as she heard me, and she finally opened her eyes, a moan coming deep from her throat.
<<me>>I might cover your mouth, make sure you can't scream. Or press on your throat, and you might have trouble breathing even.<</me>>
I could feel <<nsis3>>'s body begin to weaken, as her orgasm was rapidly approaching.
<<me>>I might push my cock into your tight pussy, and use you like the dirty whore you look like right now.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/10.png">\
I felt her body give out, as she began moaning louder, her orgasm hitting her hard. I could feel my hand getting flooded with pussy juices. I kept fingering her through her orgasm, enjoying her staring up at me with her mouth wide open, all while cumming. When she finally finished, I looked down at her, and spit in her open mouth.
<<me>>You look disgusting right now <<nsis3>>. Finish your makeup.<</me>>
I said, letting go if her hair, causing her to grab the sink, her legs threatening to give out under her. I pulled my hand out of her shorts, and as I did, I heard <<nsis3>> gulp loudly. I walked around her, and quickly washed my hands, her face right beside my hands in the sink. I reached down, and gave her head a light kiss.
<<me>>Don't worry <<nsis3>>, your secret is safe with me.<</me>>
I walked away, enjoying the shuddering mess that was left of <<nsis3>>. Still, she slowly recovered, and I pulled out my phone. She noticed, and turned towards me, showing me her pussy, and I took a picture.
<<Button 'Leave the bathroom ' 'Home' '.return2' '$sis3.percent += 2, $sis3.scene.deleteFirst(2), $sis3.scene.pushUnique(3), $Time +=1, $sis3.sub +=1, $GallImg.pushUnique("images/Phone/Gallery/7.png"), $BackImg.pushUnique("images/Phone/Homescreens/7.png"), $NewGal to 1, $ImgAm += 1, $event.sis3 to 0, $scene to 0'>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<table id="InfoTable" width=100%><tr><td>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Back to Story|$return]]@@</td><td></td><td><<Button 'Return' 'Information' '.return2' '$f to 1'>></td></tr></table>
<</nobr>>
<div style="font-size: 30px; font-weight: bold; text-align: center;">A special thanks:</div>
<div style="text-align: center;"><span style="font-size: 20px; font-weight: 600; color: #2eff3c;">Dex</span>,
for beta testing this, and just general help before launch.
<span style="font-size: 20px; font-weight: 600; color: #aa8ed6;">FroGG2</span>,
for pointing out I'm dumb, in a helpful way.
<span style="font-size: 30px; font-weight: 600; animation-name: Erligen; animation-duration: 1.5s; animation-iteration-count: infinite;">Erligan</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Hidden; animation-duration: 1.5s; animation-iteration-count: infinite;">HiddenAway209</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Wiijah; animation-duration: 1.5s; animation-iteration-count: infinite;">Wiijah</span>
<span style="font-size: 30px; font-weight: 600; animation-name: LordNico; animation-duration: 1.5s; animation-iteration-count: infinite;">Lord Nico Ev.</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Tuna; animation-duration: 1.5s; animation-iteration-count: infinite;">FarmlandTuna</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Dragn; animation-duration: 1.5s; animation-iteration-count: infinite;">Dragn7283.</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Glo; animation-duration: 1.5s; animation-iteration-count: infinite;">glodxddy</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Jess; animation-duration: 1.5s; animation-iteration-count: infinite;">Dragonfire70069</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Aurora; animation-duration: 1.5s; animation-iteration-count: infinite;">AuroraVT</span>
<span style="font-size: 30px; font-weight: 600; animation-name: James; animation-duration: 1.5s; animation-iteration-count: infinite;">James West</span>
<span style="font-size: 30px; font-weight: 600; animation-name: NoMercy; animation-duration: 1.5s; animation-iteration-count: infinite;">NoMercy1479</span>
<span style="font-size: 30px; font-weight: 600; animation-name: MLogan; animation-duration: 1.5s; animation-iteration-count: infinite;">MichalLogan20</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Baku; animation-duration: 1.5s; animation-iteration-count: infinite;">Baku</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Technic; animation-duration: 1.5s; animation-iteration-count: infinite;">Technic2259</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Bryce; animation-duration: 1.5s; animation-iteration-count: infinite;">Bryce White</span>
<span style="font-size: 30px; font-weight: 600; animation-name: BTC; animation-duration: 1.5s; animation-iteration-count: infinite;">BTCSQW</span>
<span style="font-size: 30px; font-weight: 600; animation-name: NoMercy; animation-duration: 1.5s; animation-iteration-count: infinite;">Emily's Greatest Hit</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Reph; animation-duration: 1.5s; animation-iteration-count: infinite;">Rephyrnomicon</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Godfrey; animation-duration: 1.5s; animation-iteration-count: infinite;">Godfrey</span>
<span style="font-size: 30px; font-weight: 600; animation-name: LucaDD; animation-duration: 1.5s; animation-iteration-count: infinite;">Luca Dias David</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Albyon; animation-duration: 1.5s; animation-iteration-count: infinite;">Albyon1759123213</span>
<span style="font-size: 30px; font-weight: 600; animation-name: MuhPants; animation-duration: 1.5s; animation-iteration-count: infinite;">WheresMuhPants</span>
<span style="font-size: 30px; font-weight: 600; animation-name: SicR; animation-duration: 1.5s; animation-iteration-count: infinite;">Sic_Runner</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Baka; animation-duration: 1.5s; animation-iteration-count: infinite;">Baka</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Chris; animation-duration: 1.5s; animation-iteration-count: infinite;">Chris</span> /* Current */
<span style="font-size: 30px; font-weight: 600; animation-name: Brad; animation-duration: 1.5s; animation-iteration-count: infinite;">Brad</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Framed; animation-duration: 1.5s; animation-iteration-count: infinite;">Framed</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Spade; animation-duration: 1.5s; animation-iteration-count: infinite;">BoobGuySpade</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Nagarion; animation-duration: 1.5s; animation-iteration-count: infinite;">Nagarion</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Biggie18; animation-duration: 1.5s; animation-iteration-count: infinite;">Biggie18</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Anantha; animation-duration: 1.5s; animation-iteration-count: infinite;">Anantharaman</span>
<span style="font-size: 30px; font-weight: 600; animation-name: Pizza; animation-duration: 1.5s; animation-iteration-count: infinite;">PizzaTacos29</span>
<span style="font-size: 25px; font-weight: 600; color: #e7232e; text-shadow: rgba(255, 102, 111,0.8) 0px 0px 14px; ">Gregorius21</span>
<span style="font-size: 25px; font-weight: 600; color: #f3579f; text-shadow: rgba(243, 87, 159, 0.8) 0px 0px 14px; ">DarkMega926</span>
<span style="font-size: 25px; font-weight: 600; color: #ce30c6; text-shadow: rgba(206, 48, 198, 0.8) 0px 0px 14px; ">Lookas</span>
<span style="font-size: 25px; font-weight: 600; color: #e9656d; text-shadow: rgba(233, 101, 109, 0.8) 0px 0px 14px; ">ArtificialLife_25581</span>
<span style="font-size: 25px; font-weight: 600; color: #2fe4e9; text-shadow: rgba(47, 228, 233, 0.8) 0px 0px 14px; ">foxylike</span>
<span style="font-size: 25px; font-weight: 600; color: #2aea8a; text-shadow: rgba(42, 234, 138, 0.8) 0px 0px 14px; ">Abikeno</span>
<span style="font-size: 25px; font-weight: 600; color: #711a43; text-shadow: rgba(113, 26, 67, 0.8) 0px 0px 14px; ">Husky Is Here</span>
<span style="font-size: 25px; font-weight: 600; color: #f3f688; text-shadow: rgba(243, 246, 136, 0.8) 0px 0px 14px; ">Codeine</span>
<span style="font-size: 25px; font-weight: 600; color: #bc297f; text-shadow: rgba(188, 41, 127, 0.8) 0px 0px 14px; ">Bryce A</span> /* Current */
<span style="font-size: 25px; font-weight: 600; color: #8aeaef; text-shadow: rgba(138, 234, 239, 0.8) 0px 0px 14px; ">Jacob Thomas</span>
<span style="font-size: 25px; font-weight: 600; color: #e11320; text-shadow: rgba(225, 19, 32, 0.8) 0px 0px 14px; ">Gwynbleidd77</span>
<span style="font-size: 25px; font-weight: 600; color: #1fe1c0; text-shadow: rgba(66, 255, 223,0.8) 0px 0px 14px; ">Musicman2229</span>
<span style="font-size: 25px; font-weight: 600; color: #d10939; text-shadow: rgba(209, 9, 57, 0.8) 0px 0px 14px; ">Sheppard.</span>
<span style="font-size: 20px; font-weight: 600; color: #07f6ac;">Nowas</span>
<span style="font-size: 20px; font-weight: 600; color: #d6fb51;">EsoIso</span>
<span style="font-size: 20px; font-weight: 600; color: #2dacfe;">allenvale.</span>
<span style="font-size: 20px; font-weight: 600; color: #d9b02a;">九流 吕</span>
<span style="font-size: 20px; font-weight: 600; color: #39e8f8;">Sadamu</span>
<span style="font-size: 20px; font-weight: 600; color: #888872;">Joel Santowski</span>
<span style="font-size: 20px; font-weight: 600; color: #8b423d;">klckr</span>
<span style="font-size: 20px; font-weight: 600; color: #f74de6;">Matt</span>
<span style="font-size: 20px; font-weight: 600; color: #cdc739;">SeaOfStar</span>
<span style="font-size: 20px; font-weight: 600; color: #38ff6d;">Clem5662</span>
<span style="font-size: 20px; font-weight: 600; color: #3ed9da;">Darcy</span>
<span style="font-size: 20px; font-weight: 600; color: #b3e67c;">Zack</span>
<span style="font-size: 20px; font-weight: 600; color: #8efb4f;">Chief Squirrel</span>
<span style="font-size: 20px; font-weight: 600; color: #815d31;">Nicholas Dorain</span>
<span style="font-size: 20px; font-weight: 600; color: #dde302;">Devlar</span>
<span style="font-size: 20px; font-weight: 600; color: #22cdf8;">Nicholas Dorain</span>
<span style="font-size: 20px; font-weight: 600; color: #25845a;">CareFree4110</span>
<span style="font-size: 20px; font-weight: 600; color: #95bdb0;">IcarusFree</span>
<span style="font-size: 20px; font-weight: 600; color: #513aea;">Mash_Potato54</span>
<span style="font-size: 20px; font-weight: 600; color: #dfcefe;">Pappeske_</span>
<span style="font-size: 20px; font-weight: 600; color: #11584b;">Erwin</span>
<span style="font-size: 20px; font-weight: 600; color: #782b91;">TheHGuy</span>
<span style="font-size: 20px; font-weight: 600; color: #d7395c;">Mopoga</span>
<span style="font-size: 20px; font-weight: 600; color: #38d2f7;">Atlantis483</span>
<span style="font-size: 20px; font-weight: 600; color: #9d19e1;">Shebebrs</span>
<span style="font-size: 20px; font-weight: 600; color: #3aa5c8;">ZeroMKX2</span>
<span style="font-size: 20px; font-weight: 600; color: #41e1c9;">Sam_HHH</span> /* Current */
<span style="font-size: 20px; font-weight: 600; color: #c114ff;">tijo152</span>
<span style="font-size: 20px; font-weight: 600; color: #6f41ca;">Distaff90</span>
<span style="font-size: 20px; font-weight: 600; color: #03217c;">辛 四处溜溜</span>
<span style="font-size: 20px; font-weight: 600; color: #bdf45d;">chezzynachos</span>
<span style="font-size: 20px; font-weight: 600; color: #d1f8b4;">Mitanshu01</span>
<span style="font-size: 20px; font-weight: 600; color: #2d21b2;">Joebama</span>
<span style="font-size: 20px; font-weight: 600; color: #0047fe;">Riyuko</span>
<span style="font-size: 20px; font-weight: 600; color: #04c11d;">Jack03042</span>
</div><<if $CWT is "main">>
Having been alive as long as I, you tend to pick things up, especially on human nature. I can explain how to use your powers on any woman in your life.
<<style "width: 100%;">><<button "Main Story">><<set $CWT to "story">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</style>>\
<<if hasVisited("StoryPass7")>><<style "width: 100%;">><<button "Sin Guides">><<set $CWT to "sin">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</style>>\<</if>>
<<style "width: 100%;">><<button "Side Missions">><<set $CWT to "side">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</style>>
<div class="caingridbuttons"><<button "House">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "Town">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<if $player.prog gte 4>><<button "Coven">><<set $CWT to "coven">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<if def $CWTT>><<button "Clear Tracking">><<unset $CWTT>><</button>><</if>>
<<elseif $CWT is "story">>
<img src="images/Menu/Walkthrough/Main Story.png">
<<if $player.prog is 1>>For now, just focus on manifesting Greed. <<if $bankw.met lt 1>>Head to the bank, that's your best bet<<else>>Keep working on <<nbankw>>. Check her walkthrough for help.<</if>>
<<elseif $player.prog is 2>>Try powering up the sins you already manifested, before getting others. Work on the girls around you. Check the walkthroughs for them for help.
<<elseif $player.prog is 3>>There's something strange in the air. Something is off. Check downtown.
<<elseif $player.prog is 5>>Just wait for the coven to approach you. The only thing you can do now is improve your power over the sins. Check the walkthrough for other characters for help.
<<elseif $player.prog is 6>>With all that mess sorted, they should teach you properly. They'll send someone to get you.
<<elseif $player.prog is 7 && not hasVisited("StoryPass11")>>Surprised <<nsis2>> is a witch. Still, just meet with <<ncov1>> at the Hardware Store, and we'll plan what to do after.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && not hasVisited("Sis2: 1-1")>>You'll need to talk with <<nsis2>> before anything else. She clearly misses you. You'll probably be able to find her in your room.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && ($event.cov2 lt 1 || $event.cov3 lt 1)>>You'll have to wait until <<if $player.dec is "pride">><<ncov3>><<elseif $player.dec is "wrath">><<ncov2>><</if>> texts you.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && ($event.cov2 gte 1 || $event.cov3 gte 1)>>You've got a text from <<if $player.dec is "pride">><<ncov3>><<elseif $player.dec is "wrath">><<ncov2>><</if>>. See what she wants.
<<elseif $player.prog is 7 && hasVisited("StoryPass13") && not hasVisited("StoryPass14") && not hasVisited("Sis1: 3-2")>>Maybe see what <<nsis1>> is up to. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass13") && not hasVisited("StoryPass14") && hasVisited("Sis1: 3-2")>>Head to sleep, then go see <<ncov1>>.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && not hasVisited("Sis1: 4-1")>>You should have a conversation with <<nsis1>>. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && hasVisited("Sis1: 4-1") && $event.gen2 lt 1>>Go see <<ncov1>> tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && hasVisited("Sis1: 4-1") && $event.gen2 gte 1>>You were supposed to go see <<ncov1>> with <<nsis2>>. She sent you a text.
<<elseif $player.prog is 7 && hasVisited("StoryPass15") && not hasVisited("Sis2: 3-2")>>Maybe you should check up on <<nsis2>>. She's been a bit strange lately. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass15") && hasVisited("Sis2: 3-2") && not hasVisited("StoryPass16")>>Head to sleep, and then go to meet up with <<ncov1>> tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && ($sis1.scene[0] lt 5 || $sis2.scene[0] lt 4)>>You should check in with <<nsis1>> and <<nsis2>>. Check their walkthroughs for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 lt 7>>You should just wait for a few days.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 gte 7>>You should go to sleep in your own room.
<<elseif $player.prog is 7 && hasVisited("StoryPass17") && $event.gen2 lt 1>>Go to sleep, let them work their magic.
<<elseif $player.prog is 7 && hasVisited("StoryPass17") && $event.gen2 gte 1 && not hasVisited("StoryPass18")>>Go to the Hardware Store, and find out what <<ncov2>> has in store for you
<<elseif $player.prog is 7 && hasVisited("StoryPass18") && not hasVisited("StoryPass19")>>Take a few days to sort yourself out.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory lt 1>>Come back for another lesson tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory gte 1 && $Time gt 2>>It's a bit late for today. Go to the Hardware Store earlier tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory gte 1 && $Time lte 2>>Go for another lesson at the Hardware Store.
<<elseif $player.prog is 7 && hasVisited("StoryPass20")>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "story">><</button>>
<<elseif $CWT is "sin">>
<img src="images/Menu/Walkthrough/Sins.png">
<div class="caingridbuttons"><<if $player.dec is "pride" && not hasVisited("Dean: 1-2")>><<button "???">><</button>><<else>><<button "Wrath">><<set $CWT to "wrath">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if $player.dec is "wrath" && not hasVisited("BusiD: 1-2")>><<button "???">><</button>><<else>><<button "Pride">><<set $CWT to "pride">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "pride">>
<span class="bigtext">Pride Walkthrough</span>
<<if not hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1>>For now, just focus on improving Lust or Greed.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1) && $player.dec is "pride">>Well, you've managed to awaken Pride. Wait a day, and think up of a plan.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1) && $player.dec is "wrath">>You've met the Priestess of Wrath. Wait a day or two, and think up of a plan.
<<elseif $event.gen1 gte 2 && hasVisited("StoryPass9") && $player.pride lt 1 && not hasVisited("ManifestSin: Pride3")>>Go to your room, and prepare to put your plan in motion.
<<elseif hasVisited("ManifestSin: Pride3") && not hasVisited("ManifestSin: Pride4") && $event.dass lt 1>>Take some time to formulate your thoughts.
<<elseif hasVisited("ManifestSin: Pride3") && not hasVisited("ManifestSin: Pride4") && $event.dass gte 1>>Time for some subterfuge. Go to the college.
<<elseif hasVisited("ManifestSin: Pride4") && not hasVisited("ManifestSin: Pride5") && $Time gt 2>>Go to city hall! It's closed right now, check it out earlier tomorrow!
<<elseif hasVisited("ManifestSin: Pride4") && not hasVisited("ManifestSin: Pride5") && $Time lte 2>>Go to city hall!
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $Time gte 3>>It's a bit late to put your plan to action!
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $player.dec is "pride" && $Time lt 3>>Head to midtown, for a backup plan.
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $player.dec is "wrath" && $Time lt 3>>Head to city hall.
<<elseif hasVisited("ManifestSin: Pride6") && not hasVisited("Dean: 1-1")>>Head to Sonar in the Evening. You'll need to talk with <<nassw>>.
<<elseif lastVisited("Dean: 1-2") gte 1>>You've manifested Pride! Mission complete!
<</if>>
<<button "Back">><<set $CWT to "sin">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "pride">><</button>>
<<elseif $CWT is "wrath">>
<span class="bigtext" style="color: #ff647e">Wrath Walkthrough</span>
<<if not hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1>>For now, just focus on improving Lust or Greed.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1) && $player.dec is "wrath">>Well, you've managed to awaken Wrath. Wait a day, and think up of a plan.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1) && $player.dec is "pride">>You've met the Priestess of Pride. Wait a day or two, and think up of a plan.
<<elseif $event.gen1 gte 2 && hasVisited("StoryPass9") && $player.wrath lt 1 && not hasVisited("ManifestSin: Wrath2")>>Go to your room, and prepare to put your plan in motion.
<<elseif hasVisited("ManifestSin: Wrath2") && not hasVisited("ManifestSin: Wrath3") && $event.hospad lt 1>>Take some time to formulate your thoughts.
<<elseif hasVisited("ManifestSin: Wrath2") && not hasVisited("ManifestSin: Wrath3") && $event.hospad gte 1>>Back to the planning board. Go to your room.
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && not hasVisited("Side2-3")>>You need to make some more connections. Complete the side mission <span style="color: #ff886e;"><<if hasVisited("Side2-1")>>Loose Connections<<else>>???<</if>></span>. Check the side mission walk throughs for help!
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && hasVisited("Side2-3") && $Time gt 2>>Go to city hall! It's closed right now, check it out earlier tomorrow!
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && hasVisited("Side2-3") && $Time lte 2>>Go to the city hall!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] lt 4>>You'll need to work on <<nhospad>> some more. Check her walkthrough for help!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] gte 4 && $Time gte 3>>It's a bit late to put your plan to action!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] gte 4 && $Time lt 3>>Head to the hospital, and gather some info with <<nhospad>>s help.
<<elseif hasVisited("ManifestSin: Wrath5") && not hasVisited("BusiD: 1-1") && $Time lt 3>>Give <<nbusid>> an hour to get her affairs in order.
<<elseif hasVisited("ManifestSin: Wrath5") && not hasVisited("BusiD: 1-1") && $Time gte 3>>You can find <<nbusid>> at the bar. She didn't like what she heard.
<<elseif lastVisited("BusiD: 1-2") gte 1>>You've manifested Wrath! Mission complete!
<</if>>
<<button "Back">><<set $CWT to "sin">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "wrath">><</button>>
<<elseif $CWT is "side">>
<img src="images/Menu/Walkthrough/Side Missions.png">
<div class="caingridbuttons"><<if not hasVisited("Side1-1")>><<button "???">><<set $CWT to "side1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "Dress for Success">><<set $CWT to "side1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if not hasVisited("Side2-1")>><<button "???">><<set $CWT to "side2">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "Loose Connections">><<set $CWT to "side2">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if not hasVisited("Side3-1")>><<button "???">><<set $CWT to "side3">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "A Favor Owed">><<set $CWT to "side3">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "side1">>
<<if not hasVisited("Side1-1")>><span class="bigtext">??? Walkthrough</span><<else>><span class="bigtext">Dress for Success Walkthrough</span><</if>>
<<if not hasVisited("Side1-1") && not hasVisited("StoryPass14") && not hasVisited("Side1-2")>>You should focus on progressing the main story.
<<elseif not hasVisited("Side1-1") && hasVisited("StoryPass14") && not hasVisited("Side1-2")>>You should have a talk with <<ncomb>> at Splasharts in the morning.
<<elseif hasVisited("Side1-1") && not hasVisited("Side1-3-1")>>Head to the college early in the day, and do some research.
<<elseif hasVisited("Side1-4") && not hasVisited("Side1-5")>>You've got the talent. Now you need the outfits. Talk to <<ncov4>> at the Hardware Store. She might have something you can use.<<if $Time gte 4>> Although probably earlier in the day. Try again tomorrow.<</if>>
<<elseif hasVisited("Side1-5") && $event.side1 lt 2>>Sleep for a couple of days, and just think it over.
<<elseif hasVisited("Side1-5") && $event.side1 gte 2 && not hasVisited("Side1-6")>>Go talk to <<ncomb>> at Splashart, and present her with your plans.
<<elseif hasVisited("Side1-6")>>Mission complete!
<</if>>
<<button "Back">><<set $CWT to "side">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "side1">><</button>>
<<elseif $CWT is "side2">>
<<if not hasVisited("Side2-1")>><span class="bigtext">??? Walkthrough</span><<else>><span class="bigtext">Loose Connections Walkthrough</span><</if>>
<<if not hasVisited("Side2-1") && (($bankc.scene[0] lt 5) || ($asswgf.scene[0] lte 1))>>You'll need to progress with <<nbankc>> and <<if $asswgf.met is 1>><<nasswgf>> to start this mission.<<else>><span class="AssWGFText">???</span> to start this mission. Follow <<nassw>>s walkthrough to meet her.<</if>>
<<elseif not hasVisited("Side2-1") && $bankc.scene[0] gte 5 && $asswgf.scene[0] gt 1 && $event.bankc lt 1>>Sleep on it.
<<elseif not hasVisited("Side2-1") && $bankc.scene[0] gte 5 && $asswgf.scene[0] gt 1 && $event.bankc gte 1>>You'll need to make a plan. Go to your room to think about it.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] lt 5>>Head to Sonar and try to look for a dealer. It will take a while to find one. Maybe <<nsis3>> might know something about it, but you'll need to progress with her to get her help.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] gte 5 && not hasVisited("Side2-2A")>>You can go straight to Sonar, but it will be much easier to ask for help from <<nsis3>>. Talk to her when she's in her room.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] gte 5 && hasVisited("Side2-2A")>>Head to Sonar. You know exactly who to look for.
<<elseif hasVisited("Side2-3")>>Mission complete!
<</if>>
<<button "Back">><<set $CWT to "side">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "side2">><</button>>
<<elseif $CWT is "side3">>
<<if not hasVisited("Side3-1")>><span class="bigtext">??? Walkthrough</span><<else>><span class="bigtext">A Favor Owed Walkthrough</span><</if>>
<<if not ($player.pride gte 1 && $player.wrath gte 1)>>You need to work on manifesting Pride and Wrath. Check the walkthroughs for help.
<<elseif ($player.pride gte 1 && $player.wrath gte 1) && $asswgf.scene[0] lt 4>>You need to work on <<nasswgf>>. Check her walkthrough for help.
<<elseif ($player.pride gte 1 && $player.wrath gte 1 && $asswgf.scene[0] gte 4) && $event.assw lt 3 && not hasVisited("Side3-1")>>Wait a few days.
<<elseif ($player.pride gte 1 && $player.wrath gte 1 && $asswgf.scene[0] gte 4) && $event.assw gte 3 && not hasVisited("Side3-1")>><<nassw>> sent you a text. She wants a meeting.
<<elseif hasVisited("Side3-1")>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "side">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "side3">><</button>>
<<elseif $CWT is "house">>
<div class="caingridbuttons"><<button "$mom1.name">><<set $CWT to "mom1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$mom2.name">><<set $CWT to "mom2">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$sis1.name">><<set $CWT to "sis1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$sis2.name">><<set $CWT to "sis2">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$sis3.name">><<set $CWT to "sis3">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>></div>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "town">>
<div class="caingridbuttons"><<button "Comic Store">><<set $CWT to "comic">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "Bank">><<set $CWT to "bank">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "Suburbs">><<set $CWT to "suburb">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<if hasVisited("Mom2: 2-1")>><<button "Borderlands">><<set $CWT to "border">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<button "College">><<set $CWT to "college">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "Hospital">><<set $CWT to "hosp">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "City Hall">><<set $CWT to "cityhall">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>></div>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "comic">>
<div class="caingridbuttons"><<button "$comb.name">><<set $CWT to "comb">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "bank">>
<div class="caingridbuttons"><<if $bankc.met is 1>><<button "$bankc.name">><<set $CWT to "bankc">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "bankc">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if $bankw.met is 1>><<button "$bankw.name">><<set $CWT to "bankw">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "bankw">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "suburb">>
<div class="caingridbuttons"><<if $sub1.met is 1>><<button "$sub1.name">><<set $CWT to "sub1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "sub1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "border">>
<div class="caingridbuttons"><<button "$assw.name">><<set $CWT to "assw">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<if $asswgf.met is 1>><<button "$asswgf.name">><<set $CWT to "asswgf">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "asswgf">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "college">>
<div class="caingridbuttons"><<if hasVisited("ManifestSin: Pride3")>><<button "$dass.name">><<set $CWT to "dass">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "dass">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if hasVisited("ManifestSin: Pride5")>><<button "$coun1d.name">><<set $CWT to "coun1d">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "coun1d">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "hosp">>
<div class="caingridbuttons"><<if hasVisited("ManifestSin: Wrath2")>><<button "$hospad.name">><<set $CWT to "hospad">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "hospad">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>>\
<<if hasVisited("ManifestSin: Wrath4")>><<button "$busids.name">><<set $CWT to "busids">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<else>><<button "???">><<set $CWT to "busids">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><</if>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "cityhall">>
<div class="caingridbuttons"><<button "$commish.name">><<set $CWT to "commish">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>></div>
<<button "Back">><<set $CWT to "town">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "coven">>
<div class="caingridbuttons"><<button "$cov1.name">><<set $CWT to "cov1">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$cov2.name">><<set $CWT to "cov2">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>\
<<button "$cov3.name">><<set $CWT to "cov3">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>></div>
<<button "Back">><<set $CWT to "main">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>>
<<elseif $CWT is "mom1">>
<img class="cainimg" src="images/Characters/House/Landladies/M01.png" height="323" width="250">
<span class="Mom1Text bigtext">$mom1.name Walkthrough</span>
<<if $mom1.scene.includes(1)>><<nmom1>> sometimes likes to read in the morning. You can find her in the living room.
<<elseif $player.prog lt 5 && $mom1.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $mom1.scene.includes(2)>><<nmom1>> has office hours on Wednesday in the afternoon. You should pay her a visit.
<<elseif $mom1.scene.includes(3) && $event.mom1 lt 4>><<nmom1>> has a lot to think about. Give her a few days
<<elseif $mom1.scene.includes(3) && $event.mom1 gte 4>>She's usually home alone on Thursdays at noon. Look for her around the house.
<<elseif $mom1.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "mom1">><</button>>
<<elseif $CWT is "mom2">>
<img class="cainimg" src="images/Characters/House/Landladies/D01.png" height="323" width="250">
<span class="Mom2Text bigtext">$mom2.name Walkthrough</span>
<<if $mom2.scene.includes(1)>><<nmom2>> has really been on your case lately. She loves to give you shit when she gets home, so if you're at home in the afternoon, she'll find you.
<<elseif $mom2.scene.includes(2) and $event.mom2 lt 1>>You might have to wait a day.
<<elseif $mom2.scene.includes(2)>>Ever since we had fun last time, <<nmom2>> has been avoiding me. I should visit her work, where she can't show her true colors.
<<elseif $player.prog lt 5 && $mom2.scene.includes(3)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $mom2.scene.includes(3)>><<nmom2>> and <<nmom1>> have date nights, every Thursday. <<nmom2>> will be alone at home, getting ready in her and <<nmom1>>s room.
<<elseif $mom2.scene.includes(4) && $sis1.scene[0] lt 6>>You'll have to work on <<nsis1>>. Check out her walkthrough for help!
<<elseif $mom2.scene.includes(4) && $sis1.scene.includes(6) && $event.sis1 lt 1>>Give it a day, just to get your head on straight.
<<elseif $mom2.scene.includes(4) && $sis1.scene.includes(6) && $event.sis1 gte 1>>You'll have to find a day when <<nmom2>> and <<nsis1>> are home at the same time, and awake. Then start your plan at home.
<<elseif $mom2.scene.includes(5)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "mom2">><</button>>
<<elseif $CWT is "sis1">>
<img class="cainimg" src="images/Characters/House/Roommate 1/01.png" height="323" width="250">
<span class="Sis1Text bigtext">$sis1.name Walkthrough</span>
<<if $sis1.scene.includes(1)>><<nsis1>> is a really hard worker. Too much if you ask me. She's barely been at home, just to sleep. You should be able to find her in her room at night.
<<elseif $player.prog lt 5 && $sis1.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis1.scene.includes(2)>><<nsis1>> is a workaholic, but she likes to relax in her room on Saturday mornings. Maybe you have something she's interested in.
<<elseif $sis1.scene.includes(3) && not hasVisited("Sis1: 3-1")>>She's a busy beaver. Although I noticed she always comes home on Tuesdays at Noon. Maybe find her in the kitchen?
<<elseif $sis1.scene.includes(3) && hasVisited("Sis1: 3-1") && $player.cash lt 200>>You have a plan in place, now you just need the funds. You mentioned you would need $200.
<<elseif $sis1.scene.includes(3) && hasVisited("Sis1: 3-1") && $player.cash gte 200>>You have the money, just find her in the Kitchen on Tuesday at noon, and you can go from there.
<<elseif $sis1.scene.includes(4) && $event.sis1 lt 4>>If you want to push things further, you're going to need to tell her the truth. Sleep on it.
<<elseif $sis1.scene.includes(4) && $event.sis1 gte 4>>I hope you came up with something good. Go to her room when she's there (and awake), and talk with her. Either Saturday morning, or Sunday Evening.
<<elseif $sis1.scene.includes(5) && $sis2.scene[0] lt 4>>You'll have to see how <<nsis2>> is. Check her walkthrough for help.
<<elseif $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 lt 7>>You'll have to wait.
<<elseif $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 gte 7>>I have a feeling she has something to say, although she'll want privacy. Your room at the end of the day.
<<elseif $sis1.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "sis1">><</button>>
<<elseif $CWT is "sis2">>
<img class="cainimg" src="images/Characters/House/Roommate 2/01.png" height="323" width="250">
<span class="Sis2Text bigtext">$sis2.name Walkthrough</span>
<<if $sis2.scene.includes(1)>>I haven't hung out with <<nsis2>> much recently. We used to be really close though. She works in Brighttown, doesn't she?
<<elseif $player.prog lt 5 && $sis2.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis2.scene.includes(2) && not hasVisited("StoryPass12")>><<nsis2>> is a slippery customer. Just progress the main story. I'm sure fate will have you two run into each other.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time gte 1 && $Time lte 3 >>Well that explains some things. She was a witch all along. That last conversation you guys had was rough. Although maybe she feels the same way. Go home, look for her. She'll probably be in your room.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time lt 1>>It's a bit early. Go about your day, and see what you can do later.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time gt 3>>It's a bit late. See what you can do tomorrow.
<<elseif $sis2.scene[0] gte 3 && not hasVisited("StoryPass15")>>Things are good. Just keep going to see <<ncov1>>. Check the main story walkthrough for help.
<<elseif hasVisited("StoryPass15") && $event.gen2 lt 4 && not hasVisited("Sis2: 3-1")>>Wait a few days, give her some space.
<<elseif hasVisited("StoryPass15") && $event.gen2 gte 4 && not hasVisited("Sis2: 3-1")>>Go to sleep at home.
<<elseif $sis2.scene.includes(4) && $sis1.scene[0] lt 5>>You'll have to see how <<nsis1>> is. Check her walkthrough for help.
<<elseif $sis2.scene.includes(4) && $sis1.scene.includes(5) && $event.sis1 lt 7>>You'll have to wait.
<<elseif $sis2.scene.includes(4) && $sis1.scene.includes(5) && $event.sis1 gte 7>>Go sleep in your room. I have a feeling she has something to say.
<<elseif $sis3.scene[0] lt 7 && $sis2.scene.includes(5)>>You'll have to work on <<nsis3>> a bit. Check her walkthrough for help!
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 lt 2>>You'll have to wait a few days, and let the plot thicken!
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 gte 2 && $Time gte 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>, but it's a bit late right now. Find them together when it's earlier.
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 gte 2 && $Time lt 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>. They're spending more time together. If they're both home, they'll probably be together.
<<elseif $sis2.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "sis2">><</button>>
<<elseif $CWT is "sis3">>
<img class="cainimg" src="images/Characters/House/Roommate 3/01.png" height="323" width="250">
<span class="Sis3Text bigtext">$sis3.name Walkthrough</span>
<<if $sis3.scene.includes(1)>><<nsis3>> is a good girl. She's always working on her homework in the afternoon, in her room.
<<elseif $player.prog lt 5 && $sis3.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis3.scene.includes(2)>><<nsis3>> has been acting awkwardly since we had our talk. On Wednesday mornings, she spends a long time on her make up in the bathroom. That might be a good place to... Well, whatever you want.
<<elseif $sis3.scene.includes(3) && $event.sis3 lt 3>>Just give her a few days to think things through.
<<elseif $sis3.scene.includes(3) && $event.sis3 gte 3>>Go to your room, and wait. She'll come to you.
<<elseif $sis3.scene.includes(4) && $event.sis3 lt 1>>Give her a rest for a day.
<<elseif $sis3.scene.includes(4) && $event.sis3 gte 1>>You might want to push her a little further. She has Chem classes on Friday at the college. Maybe something a bit more public?
<<elseif $sis3.scene.includes(5)>>You need to get <<nsis3>> comfortable with the idea of other girls. Time for some training. Find her in her room. Before midnight, of course.
<<elseif $sis3.scene.includes(6) && $sis1.scene[0] lt 6>>You'll have need <<nsis1>> and <<nsis2>>s help with the next step. Check their walkthroughs for help!
<<elseif $sis3.scene.includes(6) && not hasVisited("Sis3: 5.5")>>You'll need to talk with <<nsis1>> and <<nsis2>> about how to move forwards with <<nsis3>>. Find <<nsis1>> in the living room, and talk with her.
<<elseif $sis3.scene.includes(6) && hasVisited("Sis3: 5.5") && $event.sis1 lt 1>>Take the night off
<<elseif $sis3.scene.includes(6) && hasVisited("Sis3: 5.5") && $event.sis1 gte 1>>Approach <<nsis3>> in her room for some more training.
<<elseif $sis3.scene.includes(7) && $event.sis3 gte 2 && $Time gte 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>, but it's a bit late right now. Find them together when it's earlier.
<<elseif $sis3.scene.includes(7) && $event.sis3 gte 2 && $Time lt 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>. They're spending more time together. If they're both home, they'll probably be together.
<<elseif $sis3.scene.includes(8)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "house">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "sis3">><</button>>
<<elseif $CWT is "sub1">>
<<if $sub1.met is 1>><img class="cainimg" src="images/Characters/Town/Suburb/Sub1/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/Suburb/Sub1/01L.png" height="323" width="250"><</if>>
<span class="Sub1Text bigtext">$sub1.name Walkthrough</span>
<<if $sub1.met is 0>>Progress with <<nsis3>> to meet her.
<<elseif $sub1.scene.includes(1) && $event.sub1 lt 3>>Wait a few days.
<<elseif $sub1.scene.includes(1) && $event.sub1 gte 3>>Send her a text, and ask her out.
<<elseif $sub1.scene.includes(2) && $event.sis3 lt 3>>Just wait a few days.
<<elseif $sub1.scene.includes(2) && $event.sis3 gte 3>><<nsis3>> texted you saying she's sleeping over next Saturday. Find her at your house in the evening.
<<elseif $sub1.scene.includes(3) && $event.sub1 lt 1>>Wait a few days.
<<elseif $sub1.scene.includes(3) && $event.sub1 gte 1>>You should go visit her at the college. She has class on Mondays and Thursdays.
<<elseif $sub1.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "suburb">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "sub1">><</button>>
<<elseif $CWT is "comb">>
<img class="cainimg" src="images/Characters/Town/Comic Store/Owner/01.png" height="323" width="250">
<span class="ComBText bigtext">$comb.name Walkthrough</span>
<<if $player.prog lt 5 && $comb.scene.includes(1)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $comb.scene.includes(1)>>You haven't seen her since I showed up. Go to work in the morning, see if you can talk with her.
<<elseif $comb.scene.includes(2) && not hasVisited("Side1-6")>>You'll need to help <<ncomb>> with her business. Complete the side mission <span style="color: #25d955;"><<if hasVisited("Side1-1")>>Dress for Success<<else>>???<</if>></span>. Check the side mission walk throughs for help!
<<elseif $comb.scene.includes(2) && hasVisited("Side1-6") && $event.comb lt 7>>Give her some time to see your plan work!
<<elseif $comb.scene.includes(2) && hasVisited("Side1-6") && $event.comb gte 7>>Find her at SplashArt Comics!
<<elseif $comb.scene.includes(3) && $event.comb lt 3>>You made some big claims. Let her process them. Give her time.
<<elseif $comb.scene.includes(3) && $event.comb gte 3>>Find her when she's at the bar. She'll probably talk to you then.
<<elseif $comb.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "comic">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "comb">><</button>>
<<elseif $CWT is "bankc">>
<img class="cainimg" src="images/Characters/Town/Bank/Cashier/01.png" height="323" width="250">
<span class="BankCText bigtext"><<if $bankc.met is 1>>$bankc.name<<else>>???<</if>> Walkthrough</span>
<<if $bankc.scene.includes(1) && $player.greed lt 1>>You might have to work on <span class="BankWText"><<if $bankw.met is 1>>$bankw.name<<else>>???<</if>></span> more before you can progress with <<if $bankc.met is 1>><<nbankc>><<else>><span class="BankCText">???</span><</if>>.
<<elseif $bankc.scene.includes(1) && $player.greed gte 1>><<nbankc>> has been very interested in you. It might be worth it to visit her at the bank.
<<elseif $player.prog lt 5 && $bankc.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $bankc.scene.includes(2) and $bankc.text lt 2>>You've given <<nbankc>> a lot to swallow. Give her some time, and she'll probably text you you.
<<elseif $player.prog gte 5 && $bankc.scene.includes(2) and $bankc.text gte 2>>It looks like she sent you a text.
<<elseif $bankc.scene.includes(3) && $event.bankc lt 3>>You should wait a few days.
<<elseif $bankc.scene.includes(3) && $event.bankc gte 3 && not hasVisited("ManifestSin: Wrath1")>>You should work on improving your power over the sins. Check the walkthroughs for help.
<<elseif $bankc.scene.includes(3) && $event.bankc gte 3 && hasVisited("ManifestSin: Wrath1")>>You should send her a text.
<<elseif $bankc.scene.includes(4) && not hasVisited("BankC: 4-1")>>Alright, you have a plan. Go to your room, and use the mold you bought at the Hardware Store.
<<elseif $bankc.scene.includes(4) && hasVisited("BankC: 4-1") && $event.bankc lt 1>>Go to sleep, and send her a text tomorrow.
<<elseif $bankc.scene.includes(4) && hasVisited("BankC: 4-1") && $event.bankc gte 1>>Send her a text.
<<elseif $bankc.scene.includes(5) && $story.side2 lt 4>>You'll have to find some supplies. Complete the side mission <<if hasVisited("Side2-1")>>Loose Connections<<else>>???<</if>>. Check the walkthrough for help.
<<elseif $bankc.scene.includes(5) && $story.side2 gte 4 && $event.bankc lt 1>>Wait a day or two.
<<elseif $bankc.scene.includes(5) && $story.side2 gte 4 && $event.bankc gte 1>>Visit <<nbankc>> while she's working at the bank. You have something to discuss with her.
<<elseif $bankc.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "bank">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "bankc">><</button>>
<<elseif $CWT is "bankw">>
<img class="cainimg" src="images/Characters/Town/Bank/Wife/01.png" height="323" width="250">
<span class="BankWText bigtext"><<if $bankw.met is 1>>$bankw.name<<else>>???<</if>> Walkthrough</span>
<<if $bankw.scene.includes(1)>><span class="BankWText">???</span> can be found at the bank. Visiting hours only.
<<elseif $bankw.scene.includes(2) && $event.bankw lt 1>>You're going to have to give her a day to get her mind around your offer.
<<elseif $bankw.scene.includes(2)>><<nbankw>> has probably thought long and hard about your proposal. Pay her a visit, put it in action.
<<elseif $player.prog lt 5 && $bankw.scene.includes(3)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $bankw.scene.includes(3) && $event.bankw lt 7>>Give her time. She'll come crawling back you.
<<elseif $bankw.scene.includes(3) && $event.bankw gte 7>>Looks like <<nbankm>> broke. Check your phone, he sent a text.
<<elseif $bankw.scene.includes(4) && $event.bankw lt 4>>Give them a break. Wait a few days.
<<elseif $bankw.scene.includes(4) && $event.bankw gte 4>>Check your texts, I think she sent you one.
<<elseif $bankw.scene.includes(5) && $event.bankw lt 3>>Give her a few days to get back to you.
<<elseif $bankw.scene.includes(5) && $event.bankw gte 3>>She sent you a text. Go meet with <<nbankw>> at the bank.
<<elseif $bankw.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "bank">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "bankw">><</button>>
<<elseif $CWT is "assw">>
<img class="cainimg" src="images/Characters/Town/Borderlands/Ass/01.png" height="323" width="250">
<span class="AssWText bigtext">$assw.name Walkthrough</span>
<<if $player.prog lt 5 && $assw.scene.includes(1)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $assw.scene.includes(1)>>You can find her at the bar on Thursday, at midnight.
<<elseif $assw.scene.includes(2) && $event.assw lt 5>>Not much to do but let her make the next move. She'll text you soon.
<<elseif $assw.scene.includes(2) && $event.assw gte 5>>Text her, and show her a good time.
<<elseif $assw.scene.includes(3)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "border">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "assw">><</button>>
<<elseif $CWT is "asswgf">>
<<if $asswgf.met is 1>><img class="cainimg" src="images/Characters/Town/Borderlands/Ass/F/00.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/Borderlands/Ass/F/00L.png" height="323" width="250"><</if>>
<<if $asswgf.met is 1>><span class="AssWGFText bigtext">$asswgf.name Walkthrough</span><<else>><span class="AssWGFText bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("AssW: 2-2")>>Progress story with <<nassw>>.
<<elseif hasVisited("AssW: 2-2") && $event.assw lt 3>>You should wait a few days.
<<elseif hasVisited("AssW: 2-2") && $event.assw gte 3 && ndef $asswgf.date>>You have a text from <<nassw>>. She might have some info.
<<elseif $asswgf.date is 1 && not hasVisited("AssWGF: 1-1")>><<nasswgf>> and her boyfriend like to have date nights on Friday evening at the bar. Maybe crash it?
<<elseif $asswgf.scene.includes(2) && $event.asswgf lt 4>>Give her a few days to remember what she's missing.
<<elseif $asswgf.scene.includes(2) && $event.asswgf gte 4>>She sent you a text. See what she wants.
<<elseif $asswgf.scene.includes(3) && $event.asswgf lt 4>>Let her and her boyfriends relationship settle. Give them a few days.
<<elseif $asswgf.scene.includes(3) && $event.asswgf gte 4>>Check your phone, she sent you a text.
<<elseif $asswgf.scene.includes(4) && $event.asswgf lt 3>>Wait a few days.
<<elseif $asswgf.scene.includes(4) && $event.asswgf gte 3>>You have a text... from who?
<<elseif $asswgf.scene.includes(5)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "border">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "asswgf">><</button>>
<<elseif $CWT is "dass">>
<<if $dass.met is 1>><img class="cainimg" src="images/Characters/Town/College/DAss/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/College/DAss/01L.png" height="323" width="250"><</if>>
<<if $dass.met is 1>><span class="DAssText bigtext">$dass.name Walkthrough</span><<else>><span class="DAssText bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "wrath" && not hasVisited("BusiD: 1-2")>>Your path leads another way. Manifest Wrath before you can work on her.
<<elseif not hasVisited("ManifestSin: Pride3")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif not hasVisited("DAss: 1-1") && $event.dass lt 3>>You should wait a few days.
<<elseif not hasVisited("DAss: 1-1") && $event.dass gte 3>>You should pay her a visit at work. She said she works for the Dean of the college.
<<elseif $dass.scene.includes(3)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "college">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "dass">><</button>>
<<elseif $CWT is "coun1d">>
<<if $coun1d.met is 1>><img class="cainimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01L.png" height="323" width="250"><</if>>
<<if $coun1d.met is 1>><span style="color: #cd82ff" class="bigtext">$coun1d.name Walkthrough</span><<else>><span style="color: #cd82ff" class="bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "wrath" && not hasVisited("BusiD: 1-2")>>Your path leads another way. Manifest Wrath before you can work on her.
<<elseif not hasVisited("ManifestSin: Pride5")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Pride5") && $coun1d.scene.includes(1) && $event.coun1d lt 2>>Wait a few days to let things settle.
<<elseif hasVisited("ManifestSin: Pride5") && $coun1d.scene.includes(1) && $event.coun1d gte 2>>You should check the College while it's open.
<<elseif $coun1d.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "college">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "coun1d">><</button>>
<<elseif $CWT is "hospad">>
<<if $hospad.met is 1>><img class="cainimg" src="images/Characters/Town/Hospital/HospAd/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/Hospital/HospAd/01L.png" height="323" width="250"><</if>>
<<if $hospad.met is 1>><span class="HospAdText bigtext">$hospad.name Walkthrough</span><<else>><span class="HospAdText bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "pride" && not hasVisited("Dean: 1-2")>>Your path leads another way. Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath2")>>Work on manifesting Wrath. Check the walkthrough for help.
<<elseif not hasVisited("HospAd: 1-1") && $event.hospad lt 3>>You should wait a few days.
<<elseif not hasVisited("HospAd: 1-1") && $event.hospad gte 3>>You should pay her a visit at work. She said she works as the Head Admin at the hospital.
<<elseif $hospad.scene.includes(3) && not $inv.text.includes("Collar") && $Time gte 4>>You'll need to set some more clear boundaries for her. You'll need a collar. The store is probably closed. Check tomorrow.
<<elseif $hospad.scene.includes(3) && not $inv.text.includes("Collar") && $Time lt 4>>You'll need to set some more clear boundaries for her. You'll need a collar. Head to the store and buy one.
<<elseif $hospad.scene.includes(3) && $inv.text.includes("Collar") && $event.hospad lt 3>>Give her some time to absorb her thoughts.
<<elseif $hospad.scene.includes(3) && $inv.text.includes("Collar") && $event.hospad gte 3>>You'll probably want to get her alone, for some training. I think she works evenings on Tuesday and Wednesday.
<<elseif $hospad.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "hosp">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "hospad">><</button>>
<<elseif $CWT is "busids">>
<<if $busids.met is 1>><img class="cainimg" src="images/Characters/Town/Hospital/BusiD/Sister/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/Hospital/BusiD/Sister/01L.png" height="323" width="250"><</if>>
<<if $busids.met is 1>><span style="color: #80ff91" class="bigtext">$busids.name Walkthrough</span><<else>><span style="color: #80ff91" class="bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "pride" && not hasVisited("Dean: 1-2")>>Your path leads another way. Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath4")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Wrath4") && $busids.scene.includes(1) && $event.busids lt 3>>Wait a few days to let things settle.
<<elseif hasVisited("ManifestSin: Wrath4") && $busids.scene.includes(1) && $event.busids gte 3>><<nbusids>> sent you a text.
<<elseif $busids.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "hosp">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "busids">><</button>>
<<elseif $CWT is "commish">>
<<if $commish.met is 1>><img class="cainimg" src="images/Characters/Town/CityHall/Commish/01.png" height="323" width="250"><<else>><img class="cainimg" src="images/Characters/Town/CityHall/Commish/01L.png" height="323" width="250"><</if>>
<<if $commish.met is 1>><span class="CommishText bigtext">$commish.name Walkthrough</span><<else>><span class="CommishText bigtext">??? Walkthrough</span><</if>>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif not hasVisited("Dean: 1-2")>>Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath4")>>Work on manifesting Wrath. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Wrath4") && $commish.scene.includes(1) && not hasVisited("Commish: 1-1") && $event.commish lt 1>>Time to give her some time to cool off.
<<elseif hasVisited("ManifestSin: Wrath4") && $commish.scene.includes(1) && not hasVisited("Commish: 1-1") && $event.commish gte 1>>Visit her at her office in City hall.
<<elseif $commish.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "cityhall">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "commish">><</button>>
<<elseif $CWT is "cov1">>
<img class="cainimg" src="images/Characters/Town/Coven/Lead/01.png" height="323" width="250">
<span class="Cov1Text bigtext">$cov1.name Walkthrough</span>
<<if $cov1.scene.includes(1)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "coven">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "cov1">><</button>>
<<elseif $CWT is "cov2">>
<img class="cainimg" src="images/Characters/Town/Coven/Bruise/01.png" height="323" width="250">
<span class="Cov2Text bigtext">$cov2.name Walkthrough</span>
<<if $cov2.scene.includes(1)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "coven">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "cov2">><</button>>
<<elseif $CWT is "cov3">>
<img class="cainimg" src="images/Characters/Town/Coven/Ass/01.png" height="323" width="250">
<span class="Cov3Text bigtext">$cov3.name Walkthrough</span>
<<if $cov3.scene.includes(1)>>You'll have to ask me later.
<</if>>
<<button "Back">><<set $CWT to "coven">><<replace "#cainhints">><<include "CainWalkthrough">><</replace>><</button>><<button "Track">><<set $CWTT to "cov3">><</button>>
<</if>><<if def $CWTT>><div style="text-align: center;"><span style="font-weight: bold; font-size: large">Currently Tracking:</span>
<<if $CWTT is "story">><span class="bigtext">Main Story</span>
<<if $player.prog is 1>>For now, just focus on manifesting Greed. <<if $bankw.met lt 1>>Head to the bank, that's your best bet<<else>>Keep working on <<nbankw>>. Check her walkthrough for help.<</if>>
<<elseif $player.prog is 2>>Try powering up the sins you already manifested, before getting others. Work on the girls around you. Check the walkthroughs for them for help.
<<elseif $player.prog is 3>>There's something strange in the air. Something is off. Check downtown.
<<elseif $player.prog is 5>>Just wait for the coven to approach you. The only thing you can do now is improve your power over the sins. Check the walkthrough for other characters for help.
<<elseif $player.prog is 6>>With all that mess sorted, they should teach you properly. They'll send someone to get you.
<<elseif $player.prog is 7 && not hasVisited("StoryPass11")>>Surprised <<nsis2>> is a witch. Still, just meet with <<ncov1>> at the Hardware Store, and we'll plan what to do after.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && not hasVisited("Sis2: 1-1")>>You'll need to talk with <<nsis2>> before anything else. She clearly misses you. You'll probably be able to find her in your room.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && ($event.cov2 lt 1 || $event.cov3 lt 1)>>You'll have to wait until <<if $player.dec is "pride">><<ncov3>><<elseif $player.dec is "wrath">><<ncov2>><</if>> texts you.
<<elseif $player.prog is 7 && not hasVisited("StoryPass13") && ($event.cov2 gte 1 || $event.cov3 gte 1)>>You've got a text from <<if $player.dec is "pride">><<ncov3>><<elseif $player.dec is "wrath">><<ncov2>><</if>>. See what she wants.
<<elseif $player.prog is 7 && hasVisited("StoryPass13") && not hasVisited("StoryPass14") && not hasVisited("Sis1: 3-2")>>Maybe see what <<nsis1>> is up to. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass13") && not hasVisited("StoryPass14") && hasVisited("Sis1: 3-2")>>Head to sleep, then go see <<ncov1>>.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && not hasVisited("Sis1: 4-1")>>You should have a conversation with <<nsis1>>. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && hasVisited("Sis1: 4-1") && $event.gen2 lt 1>>Go see <<ncov1>> tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass14") && not hasVisited("StoryPass15") && hasVisited("Sis1: 4-1") && $event.gen2 gte 1>>You were supposed to go see <<ncov1>> with <<nsis2>>. She sent you a text.
<<elseif $player.prog is 7 && hasVisited("StoryPass15") && not hasVisited("Sis2: 3-2")>>Maybe you should check up on <<nsis2>>. She's been a bit strange lately. Check her walkthrough for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass15") && hasVisited("Sis2: 3-2") && not hasVisited("StoryPass16")>>Head to sleep, and then go to meet up with <<ncov1>> tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && ($sis1.scene[0] lt 5 || $sis2.scene[0] lt 4)>>You should check in with <<nsis1>> and <<nsis2>>. Check their walkthroughs for help.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 lt 7>>You should just wait for a few days.
<<elseif $player.prog is 7 && hasVisited("StoryPass16") && not hasVisited("StoryPass17") && $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 gte 7>>You should go to sleep in your own room.
<<elseif $player.prog is 7 && hasVisited("StoryPass17") && $event.gen2 lt 1>>Go to sleep, let them work their magic.
<<elseif $player.prog is 7 && hasVisited("StoryPass17") && $event.gen2 gte 1 && not hasVisited("StoryPass18")>>Go to the Hardware Store, and find out what <<ncov2>> has in store for you
<<elseif $player.prog is 7 && hasVisited("StoryPass18") && not hasVisited("StoryPass19")>>Take a few days to sort yourself out.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory lt 1>>Come back for another lesson tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory gte 1 && $Time gt 2>>It's a bit late for today. Go to the Hardware Store earlier tomorrow.
<<elseif $player.prog is 7 && hasVisited("StoryPass19") && not hasVisited("StoryPass20") && $event.mainstory gte 1 && $Time lte 2>>Go for another lesson at the Hardware Store.
<<elseif $player.prog is 7 && hasVisited("StoryPass20")>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "side1">><<if not hasVisited("Side1-1")>><span class="bigtext">???</span><<else>><span class="bigtext">Dress for Success</span><</if>>
<<if not hasVisited("Side1-1") && not hasVisited("StoryPass14") && not hasVisited("Side1-2")>>You should focus on progressing the main story.
<<elseif not hasVisited("Side1-1") && hasVisited("StoryPass14") && not hasVisited("Side1-2")>>You should have a talk with <<ncomb>> at Splasharts in the morning.
<<elseif hasVisited("Side1-1") && not hasVisited("Side1-3-1")>>Head to the college early in the day, and do some research.
<<elseif hasVisited("Side1-4") && not hasVisited("Side1-5")>>You've got the talent. Now you need the outfits. Talk to <<ncov4>> at the Hardware Store. She might have something you can use.<<if $Time gte 4>> Although probably earlier in the day. Try again tomorrow.<</if>>
<<elseif hasVisited("Side1-5") && $event.side1 lt 2>>Sleep for a couple of days, and just think it over.
<<elseif hasVisited("Side1-5") && $event.side1 gte 2 && not hasVisited("Side1-6")>>Go talk to <<ncomb>> at Splashart, and present her with your plans.
<<elseif hasVisited("Side1-6")>>Mission complete!
<</if>>
<<elseif $CWTT is "side2">><<if not hasVisited("Side2-1")>><span class="bigtext">???</span><<else>><span class="bigtext">Loose Connections</span><</if>>
<<if not hasVisited("Side2-1") && (($bankc.scene[0] lt 5) || ($asswgf.scene[0] lte 1))>>You'll need to progress with <<nbankc>> and <<if $asswgf.met is 1>><<nasswgf>> to start this mission.<<else>><span class="AssWGFText">???</span> to start this mission. Follow <<nassw>>s walkthrough to meet her.<</if>>
<<elseif not hasVisited("Side2-1") && $bankc.scene[0] gte 5 && $asswgf.scene[0] gt 1 && $event.bankc lt 1>>Sleep on it.
<<elseif not hasVisited("Side2-1") && $bankc.scene[0] gte 5 && $asswgf.scene[0] gt 1 && $event.bankc gte 1>>You'll need to make a plan. Go to your room to think about it.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] lt 5>>Head to Sonar and try to look for a dealer. It will take a while to find one. Maybe <<nsis3>> might know something about it, but you'll need to progress with her to get her help.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] gte 5 && not hasVisited("Side2-2A")>>You can go straight to Sonar, but it will be much easier to ask for help from <<nsis3>>. Talk to her when she's in her room.
<<elseif hasVisited("Side2-1") && not hasVisited("Side2-3") && $sis3.scene[0] gte 5 && hasVisited("Side2-2A")>>Head to Sonar. You know exactly who to look for.
<<elseif hasVisited("Side2-3")>>Mission complete!
<</if>>
<<elseif $CWTT is "side3">><<if not hasVisited("Side3-1")>><span class="bigtext">???</span><<else>><span class="bigtext">A Favor Owed</span><</if>>
<<if not ($player.pride gte 1 && $player.wrath gte 1)>>You need to work on manifesting Pride and Wrath. Check the walkthroughs for help.
<<elseif ($player.pride gte 1 && $player.wrath gte 1) && $asswgf.scene[0] lt 4>>You need to work on <<nasswgf>>. Check her walkthrough for help.
<<elseif ($player.pride gte 1 && $player.wrath gte 1 && $asswgf.scene[0] gte 4) && $event.assw lt 3 && not hasVisited("Side3-1")>>Wait a few days.
<<elseif ($player.pride gte 1 && $player.wrath gte 1 && $asswgf.scene[0] gte 4) && $event.assw gte 3 && not hasVisited("Side3-1")>><<nassw>> sent you a text. She wants a meeting.
<<elseif hasVisited("Side3-1")>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "pride">><span style="color: #f5f5f5;" class="bigtext">Pride Walkthrough</span>
<<if not hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1>>For now, just focus on improving Lust or Greed.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1) && $player.dec is "pride">>Well, you've managed to awaken Pride. Wait a day, and think up of a plan.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Pride3") && $player.pride lt 1) && $player.dec is "wrath">>You've met the Priestess of Wrath. Wait a day or two, and think up of a plan.
<<elseif $event.gen1 gte 2 && hasVisited("StoryPass9") && $player.pride lt 1 && not hasVisited("ManifestSin: Pride3")>>Go to your room, and prepare to put your plan in motion.
<<elseif hasVisited("ManifestSin: Pride3") && not hasVisited("ManifestSin: Pride4") && $event.dass lt 1>>Take some time to formulate your thoughts.
<<elseif hasVisited("ManifestSin: Pride3") && not hasVisited("ManifestSin: Pride4") && $event.dass gte 1>>Time for some subterfuge. Go to the college.
<<elseif hasVisited("ManifestSin: Pride4") && not hasVisited("ManifestSin: Pride5") && $Time gt 2>>Go to city hall! It's closed right now, check it out earlier tomorrow!
<<elseif hasVisited("ManifestSin: Pride4") && not hasVisited("ManifestSin: Pride5") && $Time lte 2>>Go to city hall!
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $Time gte 3>>It's a bit late to put your plan to action!
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $player.dec is "pride" && $Time lt 3>>Head to midtown, for a backup plan.
<<elseif hasVisited("ManifestSin: Pride5") && not hasVisited("ManifestSin: Pride6") && $player.dec is "wrath" && $Time lt 3>>Head to city hall.
<<elseif hasVisited("ManifestSin: Pride6") && not hasVisited("Dean: 1-1")>>Head to Sonar in the Evening. You'll need to talk with <<nassw>>.
<<elseif lastVisited("Dean: 1-2") gte 1>>You've manifested Pride! Mission complete!
<</if>>
<<elseif $CWTT is "wrath">><span style="color: #ff647e;" class="bigtext">Wrath Walkthrough</span>
<<if not hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1>>For now, just focus on improving Lust or Greed.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1) && $player.dec is "wrath">>Well, you've managed to awaken Wrath. Wait a day, and think up of a plan.
<<elseif ($event.gen1 lt 2 && hasVisited("StoryPass9") && not hasVisited("ManifestSin: Wrath2") && $player.wrath lt 1) && $player.dec is "pride">>You've met the Priestess of Pride. Wait a day or two, and think up of a plan.
<<elseif $event.gen1 gte 2 && hasVisited("StoryPass9") && $player.wrath lt 1 && not hasVisited("ManifestSin: Wrath2")>>Go to your room, and prepare to put your plan in motion.
<<elseif hasVisited("ManifestSin: Wrath2") && not hasVisited("ManifestSin: Wrath3") && $event.hospad lt 1>>Take some time to formulate your thoughts.
<<elseif hasVisited("ManifestSin: Wrath2") && not hasVisited("ManifestSin: Wrath3") && $event.hospad gte 1>>Back to the planning board. Go to your room.
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && not hasVisited("Side2-3")>>You need to make some more connections. Complete the side mission <span style="color: #ff886e;"><<if hasVisited("Side2-1")>>Loose Connections<<else>>???<</if>></span>. Check the side mission walk throughs for help!
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && hasVisited("Side2-3") && $Time gt 2>>Go to city hall! It's closed right now, check it out earlier tomorrow!
<<elseif hasVisited("ManifestSin: Wrath3") && not hasVisited("ManifestSin: Wrath4") && hasVisited("Side2-3") && $Time lte 2>>Go to the city hall!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] lt 4>>You'll need to work on <<nhospad>> some more. Check her walkthrough for help!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] gte 4 && $Time gte 3>>It's a bit late to put your plan to action!
<<elseif hasVisited("ManifestSin: Wrath4") && not hasVisited("ManifestSin: Wrath5") && $hospad.scene[0] gte 4 && $Time lt 3>>Head to the hospital, and gather some info with <<nhospad>>s help.
<<elseif hasVisited("ManifestSin: Wrath5") && not hasVisited("BusiD: 1-1") && $Time lt 3>>Give <<nbusid>> an hour to get her affairs in order.
<<elseif hasVisited("ManifestSin: Wrath5") && not hasVisited("BusiD: 1-1") && $Time gte 3>>You can find <<nbusid>> at the bar. She didn't like what she heard.
<<elseif lastVisited("BusiD: 1-2") gte 1>>You've manifested Wrath! Mission complete!
<</if>>
<<elseif $CWTT is "mom1">><span class="Mom1Text bigtext">$mom1.name</span>
<<if $mom1.scene.includes(1)>><<nmom1>> sometimes likes to read in the morning. You can find her in the living room.
<<elseif $player.prog lt 5 && $mom1.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $mom1.scene.includes(2)>><<nmom1>> has office hours on Wednesday in the afternoon. You should pay her a visit.
<<elseif $mom1.scene.includes(3) && $event.mom1 lt 4>><<nmom1>> has a lot to think about. Give her a few days
<<elseif $mom1.scene.includes(3) && $event.mom1 gte 4>>She's usually home alone on Thursdays at noon. Look for her around the house.
<<elseif $mom1.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "mom2">><span class="Mom2Text bigtext">$mom2.name</span>
<<if $mom2.scene.includes(1)>><<nmom2>> has really been on your case lately. She loves to give you shit when she gets home, so if you're at home in the afternoon, she'll find you.
<<elseif $mom2.scene.includes(2) and $event.mom2 lt 1>>You might have to wait a day.
<<elseif $mom2.scene.includes(2)>>Ever since we had fun last time, <<nmom2>> has been avoiding me. I should visit her work, where she can't show her true colors.
<<elseif $player.prog lt 5 && $mom2.scene.includes(3)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $mom2.scene.includes(3)>><<nmom2>> and <<nmom1>> have date nights, every Thursday. <<nmom2>> will be alone at home, getting ready in her and <<nmom1>>s room.
<<elseif $mom2.scene.includes(4) && $sis1.scene[0] lt 6>>You'll have to work on <<nsis1>>. Check out her walkthrough for help!
<<elseif $mom2.scene.includes(4) && $sis1.scene.includes(6) && $event.sis1 lt 1>>Give it a day, just to get your head on straight.
<<elseif $mom2.scene.includes(4) && $sis1.scene.includes(6) && $event.sis1 gte 1>>You'll have to find a day when <<nmom2>> and <<nsis1>> are home at the same time, and awake. Then start your plan at home.
<<elseif $mom2.scene.includes(5)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "sis1">><span class="Sis1Text bigtext">$sis1.name</span>
<<if $sis1.scene.includes(1)>><<nsis1>> is a really hard worker. Too much if you ask me. She's barely been at home, just to sleep. You should be able to find her in her room at night.
<<elseif $player.prog lt 5 && $sis1.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis1.scene.includes(2)>><<nsis1>> is a workaholic, but she likes to relax in her room on Saturday mornings. Maybe you have something she's interested in.
<<elseif $sis1.scene.includes(3) && not hasVisited("Sis1: 3-1")>>She's a busy beaver. Although I noticed she always comes home on Tuesdays at Noon. Maybe find her in the kitchen?
<<elseif $sis1.scene.includes(3) && hasVisited("Sis1: 3-1") && $player.cash lt 200>>You have a plan in place, now you just need the funds. You mentioned you would need $200.
<<elseif $sis1.scene.includes(3) && hasVisited("Sis1: 3-1") && $player.cash gte 200>>You have the money, just find her in the Kitchen on Tuesday at noon, and you can go from there.
<<elseif $sis1.scene.includes(4) && $event.sis1 lt 4>>If you want to push things further, you're going to need to tell her the truth. Sleep on it.
<<elseif $sis1.scene.includes(4) && $event.sis1 gte 4>>I hope you came up with something good. Go to her room when she's there (and awake), and talk with her. Either Saturday morning, or Sunday Evening.
<<elseif $sis1.scene.includes(5) && $sis2.scene[0] lt 4>>You'll have to see how <<nsis2>> is. Check her walkthrough for help.
<<elseif $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 lt 7>>You'll have to wait.
<<elseif $sis1.scene.includes(5) && $sis2.scene.includes(4) && $event.sis1 gte 7>>Go sleep in your room. I have a feeling she has something to say.
<<elseif $sis1.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "sis2">><span class="Sis2Text bigtext">$sis2.name</span>
<<if $sis2.scene.includes(1)>>I haven't hung out with <<nsis2>> much recently. We used to be really close though. She works in Brighttown, doesn't she?
<<elseif $player.prog lt 5 && $sis2.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis2.scene.includes(2) && not hasVisited("StoryPass12")>><<nsis2>> is a slippery customer. Just progress the main story. I'm sure fate will have you two run into each other.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time gte 1 && $Time lte 3 >>Well that explains some things. She was a witch all along. That last conversation you guys had was rough. Although maybe she feels the same way. Go home, look for her. She'll probably be in your room.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time lt 1>>It's a bit early. Go about your day, and see what you can do later.
<<elseif $player.prog is 7 && $sis2.scene.includes(2) && hasVisited("StoryPass12") && $Time gt 3>>It's a bit late. See what you can do tomorrow.
<<elseif $sis2.scene[0] gte 3 && not hasVisited("StoryPass15")>>Things are good. Just keep going to see <<ncov1>>. Check the main story walkthrough for help.
<<elseif hasVisited("StoryPass15") && $event.gen2 lt 4 && not hasVisited("Sis2: 3-1")>>Wait a few days, give her some space.
<<elseif hasVisited("StoryPass15") && $event.gen2 gte 4 && not hasVisited("Sis2: 3-1")>>Go to sleep at home.
<<elseif $sis2.scene.includes(4) && $sis1.scene[0] lt 5>>You'll have to see how <<nsis1>> is. Check her walkthrough for help.
<<elseif $sis2.scene.includes(4) && $sis1.scene.includes(5) && $event.sis1 lt 7>>You'll have to wait.
<<elseif $sis2.scene.includes(4) && $sis1.scene.includes(5) && $event.sis1 gte 7>>Go sleep in your room. I have a feeling she has something to say.
<<elseif $sis3.scene[0] lt 7 && $sis2.scene.includes(5)>>You'll have to work on <<nsis3>> a bit. Check her walkthrough for help!
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 lt 2>>You'll have to wait a few days, and let the plot thicken!
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 gte 2 && $Time gte 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>, but it's a bit late right now. Find them together when it's earlier.
<<elseif $sis3.scene.includes(7) && $sis2.scene.includes(5) && $event.sis3 gte 2 && $Time lt 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>. They're spending more time together. If they're both home, they'll probably be together.
<<elseif $sis2.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "sis3">><span class="Sis3Text bigtext">$sis3.name</span>
<<if $sis3.scene.includes(1)>><<nsis3>> is a good girl. She's always working on her homework in the afternoon, in her room.
<<elseif $player.prog lt 5 && $sis3.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $sis3.scene.includes(2)>><<nsis3>> has been acting awkwardly since we had our talk. On Wednesday mornings, she spends a long time on her make up in the bathroom. That might be a good place to... Well, whatever you want.
<<elseif $sis3.scene.includes(3) && $event.sis3 lt 3>>Just give her a few days to think things through.
<<elseif $sis3.scene.includes(3) && $event.sis3 gte 3>>Go to your room, and wait. She'll come to you.
<<elseif $sis3.scene.includes(4) && $event.sis3 lt 1>>Give her a rest for a day.
<<elseif $sis3.scene.includes(4) && $event.sis3 gte 1>>You might want to push her a little further. She has Chem classes on Friday at the college. Maybe something a bit more public?
<<elseif $sis3.scene.includes(5)>>You need to get <<nsis3>> comfortable with the idea of other girls. Time for some training. Find her in her room. Before midnight, of course.
<<elseif $sis3.scene.includes(6) && $sis1.scene[0] lt 6>>You'll have need <<nsis1>> and <<nsis2>>s help with the next step. Check their walkthroughs for help!
<<elseif $sis3.scene.includes(6) && not hasVisited("Sis3: 5.5")>>You'll need to talk with <<nsis1>> and <<nsis2>> about how to move forwards with <<nsis3>>. Find <<nsis1>> in the living room, and talk with her.
<<elseif $sis3.scene.includes(6) && hasVisited("Sis3: 5.5") && $event.sis1 lt 1>>Take the night off.
<<elseif $sis3.scene.includes(6) && hasVisited("Sis3: 5.5") && $event.sis1 gte 1>>Approach <<nsis3>> in her room for some more training.
<<elseif $sis3.scene.includes(7) && $event.sis3 gte 2 && $Time gte 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>, but it's a bit late right now. Find them together when it's earlier.
<<elseif $sis3.scene.includes(7) && $event.sis3 gte 2 && $Time lt 4>>You'll have to have a chat with <<nsis1>> and <<nsis2>>. They're spending more time together. If they're both home, they'll probably be together.
<<elseif $sis3.scene.includes(8)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "sub1">><<if $sub1.met is 1>><span class="Sub1Text bigtext">$sub1.name</span><<else>><span class="Sub1Text bigtext">???</span><</if>>
<<if $sub1.met is 0>>Progress with <<nsis3>> to meet her.
<<elseif $sub1.scene.includes(1) && $event.sub1 lt 3>>Wait a few days.
<<elseif $sub1.scene.includes(1) && $event.sub1 gte 3>>Send her a text, and ask her out.
<<elseif $sub1.scene.includes(2) && $event.sis3 lt 3>>Just wait a few days.
<<elseif $sub1.scene.includes(2) && $event.sis3 gte 3>><<nsis3>> texted you saying she's sleeping over next Saturday. Find her at your house in the evening.
<<elseif $sub1.scene.includes(3) && $event.sub1 lt 1>>Wait a few days.
<<elseif $sub1.scene.includes(3) && $event.sub1 gte 1>>You should go visit her at the college. She has class on Mondays and Thursdays.
<<elseif $sub1.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "comb">><span class="ComBText bigtext">$comb.name</span>
<<if $player.prog lt 5 && $comb.scene.includes(1)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $comb.scene.includes(1)>>You haven't seen her since I showed up. Go to work in the morning, see if you can talk with her.
<<elseif $comb.scene.includes(2) && not hasVisited("Side1-6")>>You'll need to help <<ncomb>> with her business. Complete the side mission <span style="color: #25d955;"><<if hasVisited("Side1-1")>>Dress for Success<<else>>???<</if>></span>. Check the side mission walk throughs for help!
<<elseif $comb.scene.includes(2) && hasVisited("Side1-6") && $event.comb lt 7>>Give her some time to see your plan work!
<<elseif $comb.scene.includes(2) && hasVisited("Side1-6") && $event.comb gte 7>>Find her at SplashArt Comics!
<<elseif $comb.scene.includes(3) && $event.comb lt 3>>You made some big claims. Let her process them. Give her time.
<<elseif $comb.scene.includes(3) && $event.comb gte 3>>Find her when she's at the bar. She'll probably talk to you then.
<<elseif $comb.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "bankc">><span class="BankCText bigtext">$bankc.name</span>
<<if $bankc.scene.includes(1) && $player.greed lt 1>>You might have to work on <span class="BankWText"><<if $bankw.met is 1>>$bankw.name<<else>>???<</if>></span> more before you can progress with <<if $bankc.met is 1>><<nbankc>><<else>><span class="BankCText">???</span><</if>>.
<<elseif $bankc.scene.includes(1) && $player.greed gte 1>><<nbankc>> has been very interested in you. It might be worth it to visit her at the bank.
<<elseif $player.prog lt 5 && $bankc.scene.includes(2)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $bankc.scene.includes(2) and $bankc.text lt 2>>You've given <<nbankc>> a lot to swallow. Give her some time, and she'll probably text you you.
<<elseif $player.prog gte 5 && $bankc.scene.includes(2) and $bankc.text gte 2>>It looks like she sent you a text.
<<elseif $bankc.scene.includes(3) && $event.bankc lt 3>>You should wait a few days.
<<elseif $bankc.scene.includes(3) && $event.bankc gte 3 && not hasVisited("ManifestSin: Wrath1")>>You should work on improving your power over the sins. Check the walkthroughs for help.
<<elseif $bankc.scene.includes(3) && $event.bankc gte 3 && hasVisited("ManifestSin: Wrath1")>>You should send her a text.
<<elseif $bankc.scene.includes(4) && not hasVisited("BankC: 4-1")>>Alright, you have a plan. Go to your room, and use the mold you bought at the Hardware Store.
<<elseif $bankc.scene.includes(4) && hasVisited("BankC: 4-1") && $event.bankc lt 1>>Go to sleep, and send her a text tomorrow.
<<elseif $bankc.scene.includes(4) && hasVisited("BankC: 4-1") && $event.bankc gte 1>>Send her a text.
<<elseif $bankc.scene.includes(5) && $story.side2 lt 4>>You'll have to find some supplies. Complete the side mission <<if hasVisited("Side2-1")>>Loose Connections<<else>>???<</if>>. Check the walkthrough for help.
<<elseif $bankc.scene.includes(5) && $story.side2 gte 4 && $event.bankc lt 1>>Wait a day or two.
<<elseif $bankc.scene.includes(5) && $story.side2 gte 4 && $event.bankc gte 1>>Visit <<nbankc>> while she's working at the bank. You have something to discuss with her.
<<elseif $bankc.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "bankw">><span class="BankWText bigtext">$bankw.name</span>
<<if $bankw.scene.includes(1)>><span class="BankWText">???</span> can be found at the bank. Visiting hours only.
<<elseif $bankw.scene.includes(2) && $event.bankw lt 1>>You're going to have to give her a day to get her mind around your offer.
<<elseif $bankw.scene.includes(2)>><<nbankw>> has probably thought long and hard about your proposal. Pay her a visit, put it in action.
<<elseif $player.prog lt 5 && $bankw.scene.includes(3)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $bankw.scene.includes(3) && $event.bankw lt 7>>Give her time. She'll come crawling back you.
<<elseif $bankw.scene.includes(3) && $event.bankw gte 7>>Looks like <<nbankm>> broke. Check your phone, he sent a text.
<<elseif $bankw.scene.includes(4) && $event.bankw lt 4>>Give them a break. Wait a few days.
<<elseif $bankw.scene.includes(4) && $event.bankw gte 4>>Check your texts, I think she sent you one.
<<elseif $bankw.scene.includes(5) && $event.bankw lt 3>>Give her a few days to get back to you.
<<elseif $bankw.scene.includes(5) && $event.bankw gte 3>>She sent you a text. Go meet with <<nbankw>> at the bank.
<<elseif $bankw.scene.includes(6)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "assw">><span class="AssWText bigtext">$assw.name</span>
<<if $player.prog lt 5 && $assw.scene.includes(1)>>There's something strange in the air. Something is off. (Progress Story)
<<elseif $player.prog gte 5 && $assw.scene.includes(1)>>You can find her at the bar on Thursday, at midnight.
<<elseif $assw.scene.includes(2) && $event.assw lt 5>>Not much to do but let her make the next move. She'll text you soon.
<<elseif $assw.scene.includes(2) && $event.assw gte 5>>Text her, and show her a good time.
<<elseif $assw.scene.includes(3)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "asswgf">><span class="AssWGFText bigtext"><<if $asswgf.met is 1>>$asswgf.name<<else>>???<</if>></span>
<<if not hasVisited("AssW: 2-2")>>Progress story with <<nassw>>.
<<elseif hasVisited("AssW: 2-2") && $event.assw lt 3>>You should wait a few days.
<<elseif hasVisited("AssW: 2-2") && $event.assw gte 3 && ndef $asswgf.date>>You have a text from <<nassw>>. She might have some info.
<<elseif $asswgf.date is 1 && not hasVisited("AssWGF: 1-1")>><<nasswgf>> and her boyfriend like to have date nights on Friday evening at the bar. Maybe crash it?
<<elseif $asswgf.scene.includes(2) && $event.asswgf lt 4>>Give her a few days to remember what she's missing.
<<elseif $asswgf.scene.includes(2) && $event.asswgf gte 4>>She sent you a text. See what she wants.
<<elseif $asswgf.scene.includes(3) && $event.asswgf lt 4>>Let her and her boyfriends relationship settle. Give them a few days.
<<elseif $asswgf.scene.includes(3) && $event.asswgf gte 4>>Check your phone, she sent you a text.
<<elseif $asswgf.scene.includes(4) && $event.asswgf lt 3>>Wait a few days.
<<elseif $asswgf.scene.includes(4) && $event.asswgf gte 3>>You have a text... from who?
<<elseif $asswgf.scene.includes(5)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "dass">><span class="DAssText bigtext"><<if $dass.met is 1>>$dass.name<<else>>???<</if>></span>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "wrath" && not hasVisited("BusiD: 1-2")>>Your path leads another way. Manifest Wrath before you can work on her.
<<elseif not hasVisited("ManifestSin: Pride3")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif not hasVisited("DAss: 1-1") && $event.dass lt 3>>You should wait a few days.
<<elseif not hasVisited("DAss: 1-1") && $event.dass gte 3>>You should pay her a visit at work. She said she works for the Dean of the college.
<<elseif $dass.scene.includes(3)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "coun1d">><span style="color: #cd82ff" class="bigtext"><<if $coun1d.met is 1>>$coun1d.name<<else>>???<</if>></span>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "wrath" && not hasVisited("BusiD: 1-2")>>Your path leads another way. Manifest Wrath before you can work on her.
<<elseif not hasVisited("ManifestSin: Pride5")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Pride5") && $coun1d.scene.includes(1) && $event.coun1d lt 2>>Wait a few days to let things settle.
<<elseif hasVisited("ManifestSin: Pride5") && $coun1d.scene.includes(1) && $event.coun1d gte 2>>You should check the College while it's open.
<<elseif $coun1d.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "hospad">><span class="HospAdText bigtext"><<if $hospad.met is 1>>$hospad.name<<else>>???<</if>></span>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "pride" && not hasVisited("Dean: 1-2")>>Your path leads another way. Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath2")>>Work on manifesting Wrath. Check the walkthrough for help.
<<elseif not hasVisited("HospAd: 1-1") && $event.hospad lt 3>>You should wait a few days.
<<elseif not hasVisited("HospAd: 1-1") && $event.hospad gte 3>>You should pay her a visit at work. She said she works as the Head Admin at the hospital.
<<elseif $hospad.scene.includes(3) && not $inv.text.includes("Collar") && $Time gte 4>>You'll need to set some more clear boundaries for her. You'll need a collar. The store is probably closed. Check tomorrow.
<<elseif $hospad.scene.includes(3) && not $inv.text.includes("Collar") && $Time lt 4>>You'll need to set some more clear boundaries for her. You'll need a collar. Head to the store and buy one.
<<elseif $hospad.scene.includes(3) && $inv.text.includes("Collar") && $event.hospad lt 3>>Give her some time to absorb her thoughts.
<<elseif $hospad.scene.includes(3) && $inv.text.includes("Collar") && $event.hospad gte 3>>You'll probably want to get her alone, for some training. I think she works evenings on Tuesday and Wednesday.
<<elseif $hospad.scene.includes(4)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "busids">><span style="color: #80ff91" class="bigtext"><<if $busids.met is 1>>$busids.name<<else>>???<</if>></span>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif $player.dec is "pride" && not hasVisited("Dean: 1-2")>>Your path leads another way. Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath4")>>Work on manifesting Pride. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Wrath4") && $busids.scene.includes(1) && $event.busids lt 3>>Wait a few days to let things settle.
<<elseif hasVisited("ManifestSin: Wrath4") && $busids.scene.includes(1) && $event.busids gte 3>><<nbusids>> sent you a text.
<<elseif $busids.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "commish">><span class="CommishText bigtext"><<if $commish.met is 1>>$commish.name<<else>>???<</if>></span>
<<if not hasVisited("StoryPass7")>>Progress the main story.
<<elseif not hasVisited("Dean: 1-2")>>Manifest Pride before you can work on her.
<<elseif not hasVisited("ManifestSin: Wrath4")>>Work on manifesting Wrath. Check the walkthrough for help.
<<elseif hasVisited("ManifestSin: Wrath4") && $commish.scene.includes(1) && not hasVisited("Commish: 1-1") && $event.commish lt 1>>Time to give her some time to cool off.
<<elseif hasVisited("ManifestSin: Wrath4") && $commish.scene.includes(1) && not hasVisited("Commish: 1-1") && $event.commish gte 1>>Visit her at her office in City hall.
<<elseif $commish.scene.includes(2)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "cov1">><span class="Cov1Text bigtext">$cov1.name</span>
<<if $cov1.scene.includes(1)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "cov2">><span class="Cov2Text bigtext">$cov2.name</span>
<<if $cov2.scene.includes(1)>>You'll have to ask me later.
<</if>>
<<elseif $CWTT is "cov3">><span class="Cov3Text bigtext">$cov3.name</span>
<<if $cov3.scene.includes(1)>>You'll have to ask me later.
<</if>>
<</if>></div><</if>><<nbankc>> smiled, and brought her hands up to my pants, and slowly pulled my cock out. She pressed it against her face.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/09.png">\
<<bankc>>Thank you sir.<</bankc>>
<<me>>I told you, shut up. I want to feel your throat while I look at pictures of your girlfriend.<</me>>
She nodded, and took my cock head into her mouth, sucking on the tip.
<<me>>That's a good little whore. Now, let's see.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/02.png">\
I groaned as I felt <<nbankc>> suckle on my cock, recreating our last date here. It would end in a similar way, but for now, I had to "solve" her problem. I looked through her gallery, until I found a picture of a girl. There were plenty of photos of girls, but <<nbankc>> had a lot of pictures of this one specifically. I take a hold of <<nbankc>>'s hair, and push my cock deeper in her mouth, causing her to gag lightly. I flipped the phone, showing her the screen.
<<me>>Is this your girlfriend?<</me>>
I felt <<nbankc>> try to pull back, but I held her firmly, pushing slightly deeper to make sure she understood the message. After gagging again, she nodded as much as she could with a cock in her mouth. I nodded, then pushed her even deeper.
<<me>>She's a hot slut. I understand why you want to lock her down.<</me>>
I started flipping through her gallery, looking for more pictures of her. I wasn't having much luck, and was getting annoyed. I decided to take out my annoyance on <<nbankc>>'s throat, pushing deeper and deeper, getting rougher as I did. She was taking it well, pushing back only when I felt her gag, but quickly letting me take control. I looked down, and saw her hand once again in her skirt, and figured she was fingering herself again. Only after a few minutes, did I finally find something else.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/03.png">\
<<me>>Fuck, she looks like such a whore.<</me>>
I commented, and pulled my cock out of <<nbankc>>'s throat. She coughed lightly, but I ignored it as I shook her head, trying to get her attention. I flipped the phone to show her the picture.
<<me>>Doesn't she look like a whore?<</me>>
She looked up at me confused.
<<bankc>>I mean, we went to the pool th-<</bankc>>
I slapped her face with my cock, causing her to gasp lightly.
<<me>>Tell me she looks like a whore, otherwise, you won't get to swallow my cum.<</me>>
Panic took over her face, and she looked back at the picture.
<<bankc>>She looks like such a whore, sir.<</bankc>>
<<me>>Why?<</me>>
<<bankc>>Her tits bulge out so much. Her bikini is so small, her nipples came out 3 times that day.<</bankc>>
<<me>>Good girl.<</me>>
I brought her back down, and she gladly swallowed my cock again.
<<me>>She was probably trying to get the attention of all the men there, like a whore would, right?<</me>>
She nodded, barely listening, getting lost in the pleasure she was giving herself, in addition to getting to suck on my cock again.
<<me>>She would probably love getting fucked like a good whore would, wouldn't she?<</me>>
She nodded again.
<<me>>I would love to fill a stupid slut like her with my cum. And you would love to lick my cum out of her pussy, wouldn't you?<</me>>
She wasn't even listening, as I roughly used her face as a fleshlight, her moans coming out quicker as she was reaching orgasm. I flipped through some of the pictures again, and finally found what I was looking for.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/04.png">\
<<me>>I'm going to solve your problems for you. You and <span class="BankGFText">Ali</span> can still get married, and have a wonderful life together.<</me>>
She moaned out, as her eyes rolled back. She was cumming, and I was close to feeding her again.
<<me>>You and <span class="BankGFText">Ali</span> can be my slutty lesbian sex slaves. Doesn't that sound great? Now swallow my cum.<</me>>
I started cumming, shooting my load directly down <<nbankc>>'s throat. I felt rope after rope shoot out, <<nbankc>> moaning with every shot. Finally, I finished, and slowly pulled my cock out, causing <<nbankc>> to collapse, a dumb grin on her face. I threw the phone on her.
<<me>>You're going to send me that photo of your slut girlfriend naked. And I'm going to use it to jerk off, and you're going to thank me.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/10.png">\<<bankc>>T-thaankyuu siirrr...<</bankc>>
She said, sounding cum drunk.
<<me>>I told you <<nbankc>>. I'm going to be in charge of your life, and you're going to be happy about it. Don't tell <span class="BankGFText">Ali</span> about this either. She deserves my cock as much as you do, doesn't she?<</me>>
She didn't answer verbally, just nodded and giggled, still recovering from her orgasm. I shook my head, chuckling, and left her there on the ground.
<<Button 'Leave the cum drunk lesbian' 'Park' '.contbut' '$Time += 1, $bankc.sub +=1, $NewMes to 1, $tBankC to 1, $bankc.text to 3, $bankc.percent += 2, $bankc.scene.deleteFirst(2), $bankc.scene.pushUnique(3), $event.bankc to 0, $scene to 0'>><<if $cvers === $svers>>
<<include "ScheduleLocations">>
<<if $tMom1 gte 1 || $tMom2 gte 1 || $tSis1 gte 1 || $tSis2 gte 1 || $tSis3 gte 1 || $tSub1 gte 1 || $tComB gte 1 || $tBankM gte 1 || $tBankW gte 1 || $tBankC gte 1 || $tAssW gte 1 || $tCov1 gte 1 || $tCov2 gte 1 || $tCov3 gte 1 || $tCov4 gte 1 || $tDAss gte 1 || $tHospAd gte 1>>
<<set $NewMes to 1>>
<</if>>
<<if $bankc.sub gte 3 && $event.bankc gte 2 && not hasVisited("BankC: 2-1") && hasVisited("StoryPass6")>>
<<set $bankc.text to 2, $NewMes to 1, $tBankC to 1>>
<</if>>
<<if $bankc.sub gte 4 && $event.bankc gte 3 && not hasVisited("BankC: 3-1") && hasVisited("StoryPass6") && hasVisited("ManifestSin: Wrath1")>>
<<set $bankc.text to 4, $NewMes to 1, $tBankC to 2>>
<</if>>
<<if not $assw.scene.includes(1) && $event.assw gte 1 && $assw.text lt 2>>
<<set $assw.text to 2, $tAssW to 1, $NewMes to 1>>
<</if>>
<<if hasVisited("BankW: 2-2") && $event.bankw gte 7 && $player.prog gte 5 && not hasVisited("BankW: 3-1")>>
<<set $bankm.text to 3, $NewMes to 1, $tBankM to 1>>
<</if>>
<<if hasVisited("StoryPass12") && $event.cov2 gte 1 && $player.dec is "wrath" && not hasVisited("StoryPass13") && hasVisited("Sis2: 2-1")>>
<<set $cov2.text to 3, $NewMes to 1, $tCov2 to 1>>
<</if>>
<<if hasVisited("StoryPass12") && $event.cov3 gte 1 && $player.dec is "pride" && not hasVisited("StoryPass13") && hasVisited("Sis2: 2-1")>>
<<set $cov3.text to 3, $NewMes to 1, $tCov3 to 1>>
<</if>>
<<if $assw.scene.includes(2) && $event.assw gte 5 && not hasVisited("AssW: 2-1")>>
<<set $assw.text to 3, $NewMes to 1, $tAssW to 1>>
<</if>>
<<if $assw.scene.includes(3) && $event.assw gt 0 && $assw.text lt 5>>
<<set $assw.text to 5, $NewMes to 1, $tAssW to 1>>
<</if>>
<<if hasVisited("Sis1: 4-1") && hasVisited("StoryPass14") && $event.gen2 gte 1 && $sis2.text lte 2 && not hasVisited("StoryPass15")>>
<<set $sis2.text to 2, $NewMes to 1, $tSis2 to 1>>
<</if>>
<<if hasVisited("Sis3: 4-1") && $event.sis3 gte 3 && $sub1.text lte 3 && not hasVisited("Sub1: 1-1")>>
<<set $sub1.text to 3, $NewMes to 1, $tSub1 to 2>>
<</if>>
<<if hasVisited("Sub1: 1-2") && $event.sub1 gte 1 && $sub1.text lt 4>>
<<set $sub1.text to 4, $NewMes to 1, $tSub1 to 1>>
<</if>>
<<if hasVisited("Sub1: 1-2") && $event.sub1 gte 3 && $sis3.text lt 2>>
<<set $sis3.text to 2, $NewMes to 1, $tSis3 to 1>>
<</if>>
<<if hasVisited("AssW: 2-2") && $event.assw gte 3 && $assw.text lt 6>>
<<set $tAssW to 1, $assw.text to 6, $NewMes to 1>>
<</if>>
<<if lastVisited("DAss: 1-2") gte 1 && $event.dass gte 1 && $dass.text lt 3>>
<<set $tDAss to 2, $dass.text to 3, $NewMes to 1>>
<</if>>
<<if hasVisited("BankC: 3-2") && $event.bankc gte 1 && lastVisited("BankC: 4-1") gte 1 && not hasVisited("BankC: 5-1")>>
<<set $tBankC to 2, $bankc.text to 5, $NewMes to 1>>
<</if>>
<<if hasVisited("AssWGF: 1-2") && $event.asswgf gte 4 && not hasVisited("AssWGF: 2-1")>>
<<set $tAssWGF to 1, $asswgf.text to 3, $NewMes to 1>>
<</if>>
<<if hasVisited("Side2-3") && $event.side2 gte 1 && $assw.text lt 7>>
<<set $tAssW to 1, $assw.text to 7, $NewMes to 1>>
<</if>>
<<if hasVisited("BankW: 3-2") && not hasVisited("BankW: 4-1") && $event.bankw gte 4>>
<<set $tBankW to 1, $bankw.text to 2, $NewMes to 1>>
<</if>>
<<if hasVisited("AssWGF: 2-2") && not hasVisited("AssWGF: 3-1") && $event.asswgf gte 5>>
<<set $tAssWGF to 1, $asswgf.text to 6, $NewMes to 1>>
<</if>>
<<if lastVisited("Sis3: 5.5") gte 1 && $event.sis1 gte 1 && $sis1.text lt 2>>
<<set $tSis1 to 1, $tSis2 to 1, $sis1.text to 2, $sis2.text to 4, $NewMes to 1>>
<</if>>
<<if $sis1.text gte 2 && not $GallImg.includes("images/Phone/Gallery/21.png")>>
<<set $tSis1 to 1, $NewMes to 1>>
<</if>>
<<if $sis2.text gte 4 && not $GallImg.includes("images/Phone/Gallery/22.png")>>
<<set $tSis2 to 1, $NewMes to 1>>
<</if>>
<<if hasVisited("AssWGF: 3-2") && not hasVisited("AssWGF: 4-1") && $event.asswgf gte 3>>
<<if $asswgfbf.text gte 3>><<set $tAssWGFBF to 1, $NewMes to 1>><<else>><<set $tAssWGFBF to 1, $asswgfbf.text to 2, $NewMes to 1>><</if>>
<</if>>
<<if hasVisited("BankC: 6-2") && $event.bankc gte 4 && $bankc.text lt 7>>
<<set $tBankC to 1, $bankc.text to 7, $NewMes to 1>>
<</if>>
<<if $bankw.scene.includes(5) && $event.bankw gte 3 && not hasVisited("BankW: 5-1")>>
<<set $tBankW to 1, $bankw.text to 3, $NewMes to 1>>
<</if>>
<<if hasVisited("ManifestSin: Wrath4") && $event.busids gte 3 && not hasVisited("BusiDS: 1-1")>>
<<set $tBusiDS to 1, $busids.text to 3, $NewMes to 1>>
<</if>>
<<if ($player.pride gte 1 && $player.wrath gte 1 && $asswgf.scene[0] gte 4) && $event.assw gte 3 && not hasVisited("Side3-1")>>
<<set $tAssW to 1, $assw.text to 8, $NewMes to 1>>
<</if>>
<</if>>
<<if previous() is "Side1-6">>
<<notify 3s>><div class="achnotif">
<br>
<div class="item1">Achievement unlocked!</div>
<br>
<div class="item2">[img[images/Achievements/02.png][Achievements]]</div>
<br>
</div><</notify>>
<<set $A02 to 1, $player.cash += 100>>
<</if>>
<style>
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
background-color: #888;
border-radius: 0.3em;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}
</style>I watched, feeling like a fucking king, as <<nmom2>> slowly got onto her knees.
<<me>>No, not yet. take off that dress.<</me>>
She looked up at me, confused at the pleasure she was feeling as she slowly peeled off her dress, revealing the lingerie she was wearing underneath.
<<me>>Now that's how a proper whore looks like when she sucks cock. Go ahead.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D10.png">\
She reached up tentatively, before stopping, as she saw my belt in my hands. She looked up at me, fear flashing over her features. I laughed at her.
<<me>>Don't worry, the belt is only for bad bitches. Are you going to be a bad bitch for me <<nmom2>>?<</me>>
<<mom2>>N-no...<</mom2>>
She shook her head.
<<me>>Good.<</me>>
I threw the belt on the bed, and <<nmom2>> relaxed lightly, before tensing back up as she looked back at my pants.
<<mom2>>I-I've never... Done this before...<</mom2>>
<<me>>Don't worry bitch. You're gonna be getting a lot of practice from now on.<</me>>
She nodded, looking down, hiding her shame.
<<me>>But for now, I don't need you to be good. Because you're not going to be sucking my cock.<</me>>
Hope flashed across <<nmom2>>'s face.
<<mom2>>You-<</mom2>>
<<me>>I'm going to be fucking your pretty face.<</me>>
I said, undoing my pants, and pulling my cock out in one swift movement. If there was any disappointment in her face, it was hard to tell from the sheer pleasure she received when I slapped my cock onto her face.
<<mom2>>OooOooOOOoooh god, what's wrong with me.<</mom2>>
<<me>>There's nothing wrong with you, bitch.<</me>>
I said, rubbing my dick over her face, letting her take a deep breath, my musk reaching deep inside her, pulling out another moan.
<<me>>You're acting like a dumb whore like you should be. Do you like the smell of my cock?<</me>>
That snapped <<nmom2>> out of her trance, her cheeks turning a deep red as she realized what she just did. I didn't let her recover, as I slapped her with my cock again.
<<me>>Now open up. I'm going to fuck your bitch face now.<</me>>
<img class="rightimg" src="images/Characters/House/Landladies/D11.png">\
Seemingly deciding this was the less embarrassing option, she nodded slightly, and closed her eyes, pausing, possibly giving a silent prayer. When nothing happened, she opened her mouth. I slowly lifted my cock, and pressed the head against her tongue. She gasped when I did, and she moaned again. Not wanting to see my reaction anymore, she leaned forward, taking my entire head into her mouth.
<<me>>Can't wait for me to fuck your face, huh?<</me>>
She didn't respond, too distracted by the very confusing pleasure she was getting from pleasing my cock. Not wanting to be left behind, I grapped her head, gripping it tightly, and began to saw my cock in and out of her mouth. I loved watching her lean forward as I pulled out, clearly not wanting to let go of my cock. Wanting to give her what she wanted, and honestly, hurt her a bit, I suddenly jammed my cock as deep as I could, causing her to gag loudly. Her eyes snapped open, and met mine.
<<me>>There you are. I can't have you forgetting what's happening. This isn't something that you should be enjoying.<</me>>
I began fucking her face harder.
<<me>>This is for me. You're dyke mouth is pleasing your new masters cock.<</me>>
Even as I pumped my cock deeper into her mouth, pushing close to her throat, I heard her moan as she heard my new title.
<<me>>The cock whose cum you're going to be swallowing soon.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D12.webp">\
I said, getting closer and closer to cumming.
<<me>>How does that feel? Knowing you're going to be my cum dumpster.<</me>>
She moaned even louder at hearing that, her fingers moving like lightning into her lingerie.
<<me>>That you're nothing but a hole for me to fuck?<</me>>
I groaned out. I reached down, and lightly kicked her pussy through her panties, causing her to start cumming hard. Watching her twitch as I fucked her face pushed me over the edge, and I started blasting ropes of cum directly into her throat,
<<me>>Fuck yeah, swallow my cum you lesbian cock sucker.<</me>>
I grunted through my orgasm, her riding high on her own. After I was finished, I let her go, and roughly pushed her away, making her fall on the ground. She began coughing, but still enjoying her post orgasm bliss.<<if $mom2.marked is 0>>As I stood over her, watching her recover from her facefuck, I felt energy build up in my arm, and dissipate, as it entered into <<nmom2>>. She was now marked.<<set $mom2.marked to 1>><</if>>
<<me>>What do you say bitch?<</me>>
She swallowed, although I wasn't sure if it was because of the rough face and throat fucking, or because what she was about to say was difficult for her.
<<mom2>>T-thank you m... master.<</mom2>>
<<me>>For what?<</me>>
She bit her lip, half in anger, half in lust.
<<mom2>>For letting me... swallow your cum.<</mom2>>
I nodded.
<img class="leftimg" src="images/Characters/House/Landladies/D13.png">\
<<me>>Good girl. Now, get dressed. You're going on a date with your wife with a stomach full of cum.<</me>>
She nodded, her eyes on the floor as she slowly lifted herself. I looked at her fat ass, and slapped it, hard, leaving a red print. She looked back at me, once again in a mix of anger and lust, and I finally got my picture.
<<me>>Get used to it slut.<</me>>
<<Button 'Let the whore get dressed ' 'Home' '.return2' '$mom2.percent += 2, $mom2.scene.deleteFirst(3), $mom2.scene.pushUnique(4), $Time +=1, $mom2.sub +=1, $GallImg.pushUnique("images/Phone/Gallery/9.png"), $BackImg.pushUnique("images/Phone/Homescreens/9.png"), $NewGal to 1, $ImgAm += 1, $event.mom2 to 0, $scene to 0'>><<sis1>>Ok. Tell me everything.<</sis1>>
She said, Lust clearly taking a hold of her body. She slowly opened her legs, giving me access. I walked over to her bed, and kissed her neck lightly.
<<me>>Ok. You know how much of a bitch she is to me.<</me>>
I reach down, and place my hand on her thigh, causing her to moan lightly.
<<me>>Well, when she stopped me in the front closet, I had enough. So I told her if she was going to be a bitch, she was going to be my bitch.<</me>>
<<nsis1>> nodded lightly, her eyes closed, imagining everything I told her. She might have had some doubt before, but now she was fully in.
<<me>>She didn't like that at all. So when I grabbed her fat tits, and pulled on them roughly, she almost came right then and there.<</me>>
I reached up, and cupped <<nsis1>>'s breast through her shirt, causing her to stifle a moan. I started kneading it, getting rougher as I kept going.
<<me>>Then I pulled her dress down. I wanted direct access to her tits.<</me>>
I reached down, and slowly pushed her shirt up, then her bra, until I had pulled both off, and she was sitting topless in front of me.
<img class="leftimg" src="images/Characters/House/Roommate 1/09.png">\
<<sis1>>Then what?<</sis1>>
<<me>>Then I grabbed her nipple, and started playing with it.<</me>>
I started pulling and kneading her nipples, causing <<nsis1>> to moan louder.
<<me>>That's right. She started moaning like a bitch in heat. She only got wilder when I grabbed her hair like her leash.<</me>>
I reached up, and took a handful of <<nsis1>>'s hair, and pulled it lightly, causing her to gasp and smile.
<<sis1>>She was probably so wet for you.<</sis1>>
<<me>>I had to check. So I bent her over my knee, and felt her pussy through her panties.<</me>>
I reached down, and lightly pressed on <<nsis1>>'s panties, feeling a familiar warmth.
<<sis1>>You fingered her?<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 1/10.webp">\
She said, squirming. I saw her move her hips forward, wanting more of my fingers on her.
<<me>>No, she needed to understand our new relationship. So I spanked her ass.<</me>>
She moaned at hearing this, and I leaned forward, licking her neck.
<<me>>That made her squirt like the little whore she is.<</me>>
<<sis1>>God, yes!<</sis1>>
She moaned out, pressing her pussy into my fingers more. I pulled back, still rubbing, but lighter. She opened here eyes, and looked at me with hunger.
<<sis1>>Don't you want to make me cum like her?<</sis1>>
I smiled, and leaned forward, kissing <<nsis1>> deeply. She was surprised, but quickly reciprocated, her tongue darting forward to meet mine. I made out with <<nsis1>> for a minute, before I pulled back.
<<me>>Of course I want to make you cum. But don't you want to hear the rest of the story?<</me>>
Her eyes widened a bit.
<<sis1>>There's more?<</sis1>>
I nodded, then she smiled, leaning back and closing her eyes again. I pressed my fingers forward again.
<<me>>Then I visited her at work. She brought me to her office quickly. She thought she was doing it because she didn't want to have to act like a proper mother in front of her coworkers. But really, she wanted to be in a private room again. She knew I was going to hurt her, and she wanted that.<</me>>
<<sis1>>Yeesss, she deserves it. She's nothing but a bitch.<</sis1>>
<<me>>She can be our bitch. Doesn't that sound nice?<</me>>
<<nsis1>> nodded, and leaned over to me, initiating a kiss. I pushed her panties to the side, and pressed a finger in, causing her to moan into my mouth.
<<sis1>>Then what?<</sis1>>
<<me>>Well, I told her I was there to train my new bitch. And what better way of training, than with a belt.<</me>>
<<sis1>>Oh god, yes!<</sis1>>
<<me>>I spent an hour whipping her ass. I was so tired after, but my bitch was well trained. Do you think you could do that?<</me>>
<<sis1>>I will. I promise. Just teach me how.<</sis1>>
<<me>>Good girl.<</me>>
<<if hasVisited("Mom2: 3-1")>>I felt <<nsis1>> was so close to finishing, so I figured I would tell her one last story.
<<me>>Then, I found her, all alone when getting ready for a date with <<nmom1>>.<</me>>
<<sis1>>She always dresses like such a slut.<</sis1>>
<<nsis1>> said, and I was happy to see her get so into it.
<<me>>Well this time, I decided she should go on a date with her wife with her dyke stomach filled with my cum.<</me>>
She gasped, and I felt her hand slowly drift up, softly grabbing my cock through my pants.
<<me>>But I'm a good master. So I made sure to train her. I opened her mouth, and fucked her pretty whore mouth.<</me>>
<<sis1>>She tasted cock for the first time?<</sis1>>
<<me>>And my cum. Although, I don't know how much she tasted, since I blew my load direclty into her stomach.<</me>>
<</if>>That was enough to push her over the edge, as she began twitching, her pussy getting tighter around my fingers.
<<sis1>>Gggyyeeaaasssss!!<</sis1>>
She moaned out, loudly. I was thankful no one else was home, else they would have heard it clearly. I continued fingering her, letting her ride out her orgasm. Once she was done, I pulled out my phone, and took a quick picture. She looked at me, dreamily, and leaned forward again, making out with me.<<if $sis1.marked is 0>> As I felt her tongue meet mine, I felt energy build up in my hand, and once enough had formed, it entered into <<nsis1>>. She was now marked.<<set $sis1.marked to 1>><</if>> This time she pulled back.
<<sis1>>I want it. I want to make her my bitch.<</sis1>>
I smiled at her.
<<me>>I'll make it happen. For you.<</me>>
She smiled, bashfully, and pulled back.
<<sis1>>Thank you.<</sis1>>
<img class="leftimg" src="images/Characters/House/Roommate 1/11.png">\
I nodded, and stood up, putting my fingers into my mouth, tasting her juices.
<<me>>So sweet<</me>>
Her cheeks flushed again, and she stood up, pushing me out of her room. She closed the door behind her
<<sis1>>Enjoy the picture.<</sis1>>
I heard whispered through the door. I smiled, and walked away.
<<Button 'Leave' 'Home' '.return2' '$sis1.percent += 2, $Time += 1, $sis1.scene.deleteFirst(2), $sis1.scene.pushUnique(3), $event.sis1 to 0, $sis1.sub +=2, $GallImg.pushUnique("images/Phone/Gallery/10.png"), $BackImg.pushUnique("images/Phone/Homescreens/10.png"), $NewGal to 1, $ImgAm += 1, $scene to 0'>>One thing I hadn't been very interested in before was the nightlife in Livington. I was never much interested in going to clubs, or bars. I knew some people that went to them, and they sometimes invited me, but it just wasn't my sort of scene.
However, I was very different now. Knowing I could walk into the room, and all eyes would be on me, felt intoxicating. So that's how I found myself at the Parched Throat. It was a fairly popular bar, although I mostly knew about it because this is where <<nmom1>> and <<nmom2>> would go on dates on Thursday nights. <<if hasVisited("Mom2: 3-1")>>Thinking about this place reminded me of sending <<nmom2>> on the date night with a stomach full of my cum. <</if>>I didn't know what I was planning, really. I saw plenty of women who peaked my interest. And from the way they looked at me, I peaked theirs. Still, I was holding back. I knew I could have my pick, so I was going to choose the most attractive. Imagine my surprise when that woman ended up being someone I knew.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/04.png">\
<<nassw>> was sitting at the bar, slowly sipping a drink, and from what I remember of how she looked like when she was interested in me, was not having a great time with the guy that was talking to her. The guy was passibly attractive, although on the heavier side. He was chatting her ear off, and she was giving him a forced smile, and some one worded answers. I walked to the other end of the bar, and ordered a beer. I sipped it for a few minutes, watching, before I decided that I owed her some fun. After all, I said I would. I walked up to them, and the moment <<nassw>> saw me, her eyes lit up.
<<assw>><<nme>>! Oh my god, what are you doing here?<</assw>>
<<nassw>> jumped up, showing off her body in her tight dress. She wrapped her arms around me, pressing her body against mine.
<<me>>Just wanted to have some fun tonight. Now that you're here, I'd say that's a guarantee.<</me>>
<<nassw>> giggled at that, hitting my shoulder playfully.
<<asswf>>Ehem.<</asswf>>
The guy that was talking to her cleared his throat. I turned to him, and I could see him shrink a little as I did.
<<asswf>>How do you two know each other?<</asswf>>
<<nassw>> turned back to her friend, surprised at how quickly she forgot about him.
<<assw>>Oh! <<nme>> and I met each other the other day. I work for his mother.<</assw>>
<<me>>And I told her that I would take her out one of these days, didn't I?<</me>>
I reached down, grabbing her ass, squeezing. That caused her to giggle, and nodded.
<<assw>>You did! I'm glad you remember, I don't like getting teased.<</assw>>
The guy, clearly feeling left behind, cleared his throat again.
<<assw>>Oh, this is <span class="BankMText">Gary</span>. He works in the same building, but on another floor.<</assw>>
She turned back to me, and pointed at the guy.
<<me>>Well, <span class="BankMText">Gary</span>, I'm gonna take <<nassw>> off your hands for now. We're gonna go have some fun, aren't we?<</me>>
I squeezed her ass again, and <<nassw>> bit her lip, nodding lightly.
<<asswf>>Oh, but we're actually here together.<</asswf>>
<<me>>Good night <span class="BankMText">Gary</span>.<</me>>
I said, walking away with <<nassw>> beside me. As we got farther away, <<nassw>> sighed.
<<assw>>You have great timing, don't you?<</assw>>
<<me>>It didn't take a genius to see he was boring you. And besides,<</me>>
I turned towards the door.
<<me>>I told you last time, I would show you how bad I could be.<</me>>
<<assw>>You did say that, didn't you?<</assw>>
We walked out of the bar, and she led me to her car. I jumped into the passenger side.
<<me>>Your place or mine?<</me>>
<<assw>>Yours. I live a bit far, and I want to ride you as soon as possible.<</assw>>
<<me>>Huh. I would have figured you'd want to avoid <<nmom2>>. I don't think she'll take it too well to know you're planning on fucking her son.<</me>>
<<nassw>> laughed dryly at that. She got lost in thought for a moment, before looking up at me.
<<assw>>I respect <<nmom2>> in a lot of ways, but she of all people has no right talking about who I fuck.<</assw>>
I didn't know what she meant by that, but before I could ask any questions, she reached into my lap, and grabbed my hardening cock through my pants.
<<assw>>Now let's hope you're not all talk.<</assw>>
I grabbed her hand, and moved it up and down, feeling blood rushing down.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/05.png">\
<<assw>>Drive. Then I'll show you a good time.<</assw>>
She returned my lustful smile, and pulled her hand back, starting the car. It took only 10 minutes to get back to my house. I walked her in, and quietly led her to my room. Thankfully, it was fairly late, which meant most people were sleeping. I closed the door to my room behind her, and turned around, seeing her already in her underwear, her dress on the ground beside her.
<<assw>>Show me how naughty you can be.<</assw>>
I smiled, and pulled my shirt off.
<<Button 'Get on the bed' 'AssW: 1-2' '.lustbut' '$player.lust += 1'>><<met>>Ok, so if I'm not going to stop, then at least give me a hint. How do I manifest the other sins?<</met>>
<<cain>>I told you already, find-<</cain>>
<<met>>Yeah, I know. Find a temple, or something of the sort, and take control of a powerful person. I mean, what are the temples to the other sins?<</met>>
<<cain>>I don't know, you're more likely to know the answer.<</cain>>
<<met>>Well you said the sins have been up here before. How did the last guy manifest the sins.<</met>>
I felt <<ncain>> sigh.
<<cain>><<nme>>, the last time they were up here was in 1462. To manifest Pride, he found work under a local lord, and found a retainer that dripped with the sin. After some planning, and a very bloody night, said retainer usurped the lord, leaving him in charge. Does that help?<</cain>>
<<met>>I... Well, I don't think I want to kill someone.<</met>>
<<cain>>That's why I can't help you much. The world is a very different place today.<</cain>>
<<met>>Fuck.<</met>>
I sat back on my bed. If <<ncain>> couldn't help out with the past, then what was I going to do?
<<cain>>Not all is lost. The world is different, but that can also be a good thing. You manifested two different sins very quickly, which is something that hasn't been done before. My past experience with the sins may not be the most useful, but we can definitely find a starting point.<</cain>>
<<met>>Alright. Well, you wanted me to manifest Wrath, right? I imagine that would help me if another Templar is sent.<</met>>
<<cain>>That would be the most practical one to manifest.<</cain>>
<<met>>Well I don't really have any ideas for that.<</met>>
I could feel a pat on my back. Not a real one, but the idea of one sent from <<ncain>> through our link.
<<cain>>Worry not. While Wrath would be the most useful, it's not the only one you should focus on.<</cain>>
<<met>>Ok, I'm all ears.<</met>>
<<cain>>Do you remember how the witches fought?<</cain>>
I thought back, the fight still fresh in my mind.
<<met>>Yeah, one of them was super strong. She threw the Templar around like he was nothing.<</met>>
<<cain>>Correct. That was her manifesting Wrath through her magic.<</cain>>
<<met>>Wait, they manifest sins as well?<</met>>
<<cain>>Ok, poor choice of words. They don't manifest them, not like you. More like... They use their magic, and dye it in the color of Wrath.<</cain>>
<<met>>That sounds weird.<</met>>
<<cain>>Yeah, I'm not very familiar how they work. You should take my words with a grain of salt, as I'm not experienced in magic. They'll explain it better.<</cain>>
<<met>>Right. Ok, so she was using Wrath. Then...<</met>>
<<cain>>The other one, the smaller one. She was manif- She was using magic dyed in Pride.<</cain>>
I sat up. Wrath was going to be difficult to manifest, but Pride? Well, that wasn't too rare in the world today.
<<met>>So Pride is the next one I should focus on?<</met>>
<<cain>>Yes. While Wrath tends to focus on the physical body, at least when it comes to using it with magic, Pride focuses on the mind.<</cain>>
<<met>>Her eyes glowed white like... Was <<ncov1>> using Pride magic when she... I don't know, tried to do something?<</met>>
<<cain>>Yes. I blocked it, as I have much better control over the sins than she does.<</cain>>
<<met>>Wait, then why can't you teach me magic? Doesn't more control mean you're more powerful?<</met>>
<<cain>>Eeehh, kind of. It's sort of like a computer, and electricity. I have better controls of the sins, which means that I can overpower her when she tries to do something to me. But spells are complicated, like curcuit boards. Spells require magic to flow in specific routes, with specific parameters, and controlled in specific ways. She's a scalpel, I'm a hammer.<</cain>>
I sighed, laying back down on my bed.
<<met>>Ok, I think I get it. Enough with the metaphors.<</met>>
<<cain>>I think that was an analogy.<</cain>>
<<met>>Technically, you used both. But that's beside the point. If Pride is the next sin, then what do you think about the gym?<</met>>
I felt cain think about it.
<<cain>>Maybe. Although I suspect that won't work. Try it out though.<</cain>>
<<met>>Alright. A first step at least.<</met>>
<<Button 'Check the gym' 'ManifestSin: Pride2' '.return2' '$f to 1'>><<met>>Alright, how does this feel?<</met>>
I walked around the gym, letting <<ncain>>... Well, feel the energies, I suppose.
<<cain>>No, it's not going to work.<</cain>>
<<met>>Are you sure?<</met>>
I responded, as I looked at the large mirrored wall, where I saw no less than 3 different people posing in some way or another.
<<cain>>There's too much of a mix of different sins here.<</cain>>
<<met>>What do you mean?<</met>>
<<cain>>I mean, yes, there is definitely a lot of Pride here. But there's also a lot of Envy, a surprising amount of Wrath, a decent amount of Lust. Hell, I can even feel some Sloth.<</cain>>
He said, poking me in the direction of a man who was using a machine. He was overweight, using the machine incorrectly, and at a very low weight, his phone out, watching some video. I sighed.
<<met>>Shit. Do you think we would have better luck at other gyms?<</met>>
<<cain>>I doubt it.<</cain>>
<<met>>Damn.<</met>>
<<cain>>Don't lose hope. I think I felt something with potential. Head out of the gym.<</cain>>
<img class="rightimg" src="images/Characters/Town/College/Dean/02.png">\
I follow <<ncain>>'s suggestion, and walk out, back into the college. <<if $Time lte 2>>The hallways had a lot of students, making their way to or from class, some talking. Even a pair sitting at the side, with books open and sprawled over the ground.<<else>>The hallways were fairly empty, which wasn't surprising, considering how late it was. The college was going to be closing for the day soon, and most students, as well as teachers, had already left.<</if>> Suddenly, I felt <<ncain>> focus on a woman walking past. I looked her up and down, and the way she was walking, I came to the same realization that <<ncain>> came to.
<<cain>>She absolutely reeks of Pride. Follow her.<</cain>>
Keeping my wits about me, I casually started moving in the same direction. As I did, I took a better look. She was clearly someone important, from the way that people moved around her, as well as the younger woman that was following her, seemingly an assistant. The older woman was absolutely stunning, curvy in all of the right places. The younger woman was very different, definitely more petite, but it didn't stop me from imagining her naked any less. It took a few minutes before they finally entered an office. I walked past it, looking at the plaque, which had "Dean Lambert" inscribed into it.
<img class="leftimg" src="images/Characters/Town/College/DAss/02.png">
<<cain>>Bingo.<</cain>>
<<met>>She's the one?<</met>>
<<cain>>Oh yeah. She's the one. She was dripping with Pride before, but here, I'm almost overwhelmed by the stuff. This lady has a very high opinion of herself.<</cain>>
<<met>>Well let's go fix that.<</met>>
I said, grabbing hold of the door handle, before I could feel <<ncain>>'s bony hand grab mine, stopping me.
<<cain>>What do you think you're doing?<</cain>>
<<met>>I'm going in there, and going to use Lust to make her bend to my will. Isn't that what I'm supposed to do?<</met>>
<<cain>>Ok, I guess things have been going too smoothly recently.<</cain>>
<<met>>A guy tried to kill me <<ncain>>. I wouldn't call that smooth.<</met>>
He pulled my hand, and I backed up from the door.
<<cain>>Ok, I was referring to the sins. Let me tell you what would happen if you walked in and used Lust. She would definitely get horny. She would probably even fuck you. She might even call you back for another fuck. But woman in there? She's a priestess of Pride. She will never see you as anything more than a very effective dildo, with an annoying meat sack attached.<</cain>>
I thought about it, and smirked.
<<met>>So I would be able to fuck her?<</met>>
I felt <<ncain>> smack the back of my head.
<<met>>Ok, relax, I was joking. So wait, is the priestess thing real?<</met>>
<<cain>>What do you mean?<</cain>>
<<met>>Well you called her a priestess of Pride, and <<ncomb>> a priestess of Lust. I thought that was a passing remark.<</met>>
<<cain>>No, it's just what we call people who are manifestors of sins.<</cain>>
<<met>>So was <<nbankw>> a priestess of Greed?<</met>>
<<cain>>No, her husband, Jasper, was a priest of Greed.<</cain>>
<<met>>Oh, right. Wait, who is we?<</met>>
<<cain>><<nme>>! Focus. Remember the story I told you about the last guy who manifested Pride?<</cain>>
<<met>>Yeah? Wait, I told you, I don't want to kill anyone.<</met>>
<<cain>>I know, that's not what I was referring to. I meant how there was a whole plan that needed to take place? With a retainer? Look around her. Her pride has allowed her to bend the will of others. You need to bend those people, to gain access to her.<</cain>>
<<met>>Oh. Do you mean her assistant?<</met>>
<<cain>>Exactly. She looks like someone who you could use Lust to control. Use her, to then control the dean.<</cain>>
<<met>>Alright. That sounds very doable.<</met>>
<<cain>>It helps that her assistant looks very doable, huh?<</cain>>
<<ncain>> and I chuckled at his dumb joke.
<<met>>Ok, I'm going to go home, and do some research.<</met>>
<<cain>>Good call.<</cain>>
I smiled, the plan coming together.
<<Button 'Head home' 'ManifestSin: Wrath1' '.return2' '$Time += 1'>> <<if $mom1.marked eq 1>>
<<set $mom1.loc to "living">>
<div class="grid-item">
<<hovertip "$mom1.name">><img class="liIcon" src="images/character icons/Mom1.png"><</hovertip>>
</div>
<</if>>
<<if $mom2.marked eq 1>>
<<set $mom2.loc to "border">>
<div class="grid-item">
<<hovertip "$mom2.name">><img class="liIcon" src="images/character icons/Mom2.png"><</hovertip>>
</div>
<</if>>
<<if $sis1.marked eq 1>>
<<set $sis1.loc to "living">>
<div class="grid-item">
<if $sis1.scene.includes(3) && $player.prog gte 5>><<hovertip "$sis1.name">><img class="liIconns" src="images/character icons/Sis1.png"><</hovertip>>
<<else>><img class="liIcon" src="images/character icons/Sis1.png">
<</if>>
</div>
<</if>>
<<if $sis2.marked eq 1>>
<<set $sis2.loc to "living">>
<div class="grid-item">
<<hovertip "$sis2.name">><img class="liIcon" src="images/character icons/Sis2.png"><</hovertip>>
</div>
<</if>>
<<if $sis3.marked eq 1>>
<<set $sis3.loc to "living">>
<div class="grid-item">
<<hovertip "$sis3.name">><img class="liIcon" src="images/character icons/Sis3.png"><</hovertip>>
</div>
<</if>>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<if $sub1.scene.includes(3) && $player.prog gte 5>><<hovertip "$sub1.name">><img class="liIconns" src="images/character icons/Sub1.png"><</hovertip>>
<<else>><img class="liIcon" src="images/character icons/Sub1.png">
<</if>>
</div>
<</if>>
<<if $bankw.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankw.name">><img class="liIcon" src="images/character icons/BankW.png"><</hovertip>>
</div>
<</if>>
<<if $bankc.scene.includes(2)>>
<<if $bankc.marked eq 1>>
<<set $bankc.loc to "bathroom">>
<div class="grid-item">
<<hovertip "$bankc.name">><img class="liIcon" src="images/character icons/BankC.png"><</hovertip>>
</div>
<</if>>
<</if>>
<<set $comb.loc to "english">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<<if $comb.scene.includes(2) && $player.prog gte 5>><img class="liIconns" src="images/character icons/ComB.png">
<<else>><img class="liIcon" src="images/character icons/ComB.png">
<</if>>
<</hovertip>>
</div>
<</if>><<set $Time to 4, $scene to 1>>I stretch my legs, as I lay in my bed. It's been a crazy few days, and I've been feeling more tired ever since <<ncain>> came into my life. Still, it definitely beats the tedium that I had before.
<<cain>>More fulfilling, I'm sure.<</cain>>
<<me>>Cmon <<ncain>>, I'm trying to sleep.<</me>>
<<cain>>Sorry.<</cain>>
He said, quietly slipping into the back of my mind. He was still there, but it almost felt like he was sleeping as well, which was useful. Less useful, I heard a knock on my door. I open my eyes, and look at it.
<img class="leftimg" src="images/Characters/House/Roommate 2/02A.png">\
<<me>>Yeah?<</me>>
I wait a moment. Then another, before I finally heard a response.
<<sis2>>It's me. Can I come in?<</sis2>>
I sat up a bit. I rarely saw <<nsis2>> these days. She was always gone in the mornings, although I suspect it was more of a case of her not being there in the first place. As a result, she was the only one I hadn't been able to use Lust on.
<<me>>Yeah, sure.<</me>>
I responded, trying to sound casual. No matter how many times I did things like this, I still felt nervous whenever the opportunity presented itself. <<nsis2>> opened the door, pausing to look at me through the crack. After a quick moment, she opened the door, and walked in, quickly turning the light on and closing the door loosely behind her. She was wearing her usual clothes, but she looked... awkward. Which was strange. While there was many negative things that could be said about <<nsis2>>, lack of confidence was not one of them. It was one of the things I really liked about her.
She stepped over to my bed, looking around my room as she did. She slowly sat down, and I saw her trying to relax herself.
<<sis2>>Who were you talking to?<</sis2>>
<<me>>What?<</me>>
<<sis2>>I heard you say something, right before I came in.<</sis2>>
<<me>>Oh. Nothing, just talking to myself.<</me>>
<<sis2>>No need to hide anything from me.<</sis2>>
She said, putting on a nervous smile. I raised my brow in response.
<<sis2>>What, do you have a girlfriend or something?<</sis2>>
She chuckled. This entire conversation felt so strange. It felt like she was scared to be in here.
<<me>>Is everything ok <<nsis2>>? You're acting weird.<</me>>
Her smile dropped for a moment, bringing it back quickly.
<<sis2>>Y-yeah, everything is fine.<</sis2>>
She cleared her throat, and swallowed deeply. She pulled out something out of her jacket pocket, the paper crinkling as she looked down at it. She spent a few seconds just looking at it, before handing it to me, her fake smile coming back.
<<me>>What's this?<</me>>
I said, grabbing the paper. I unfolded it, and I felt vertigo immedietely, as if the bed underneath me fell out, and I was suddenly dunked into space. My limbs reached out for something, anything to grab onto, but I could only watch as they moved in slow motion, as if I was in water. Blackness surrounded me, and before I knew what was happening, I was suddenly back to normal, only this time, I wasn't in my room. I fell to my knees, coughing as I recovered from whatever just happened.
Finally regaining my senses, I opened my eyes, my hands gripping dirt. I looked around, finding myself in some sort of cave. It was dark, but I could make out some walls and stone, lit by a variety of candles and torches around the room. I stood up.
<<met>><<ncain>>, what's going on?<</met>>
<<cain>>Witches. Fuck, I guess they're not interested in training you.<</cain>>
<<met>>But we made a deal.<</met>>
<<cain>>Yeah, adults do this weird thing, <<nme>>. It's called lying. You'll pick it up once you grow up.<</cain>>
<<ncain>> said, sarcasm dripping from every word.
<<me>>Oh, fuck off. What do I do?<</me>>
Before I could say anything, I heard a voice behind me.
<img class="rightimg" src="images/Characters/Town/Coven/Lead/03.png">\
<<cov1>>Sorry it had to come to this.<</cov1>>
I spun around, and spotted <<ncov1>> sitting on a small rock. She was holding a small stick that had what looked to be a gem in it, the gem glowing brightly, illuminating the area better than any torch.
<<me>>Come to what?<</me>>
<<cov1>>Sorry kiddo. You're just along for the ride. But you'll be good to go soon.<</cov1>>
<<cain>>Oh.<</cain>>
<<ncain>> chuckled, and I could feel him relax.
<<met>>Oh what?<</met>>
<<cain>>Look up.<</cain>>
<img class="leftimg" src="images/Side/Locations/Demon Circle.png">\
I did, and in the candlelight, I saw the cave cieling. Except it wasn't stone, or dirt. It was wood, a stump. As if we were underneath a tree. In the wooden cieling, I saw what looked to be circles with glyphs and words I couldn't make out.
<<cain>>They're trying to exorcise me.<</cain>>
I tensed up at hearing that.
<<met>>Can they do that?!<</met>>
<<cain>>I doubt it. Like I said, I'm not very well versed in magic. However, I know the methods to extract a soul are very different than those of extracting a demon. You can't exorcise a human soul. And although I'm very tainted, I am still that.<</cain>>
<<met>>Well, aren't the sins still demons?<</met>>
That made <<ncain>> pause. After a second, he responded, although didn't sound as sure as before.
<<cain>>Yes, but they aren't like other demons. It should be fine.<</cain>>
As if hearing the unease in <<ncain>>'s voice, <<ncov1>> spoke up.
<<cov1>>Can I speak to the demon in your head?<</cov1>>
I looked back at her.
<<met>>What do I do?<</met>>
<<cain>>Repeat after me, I suppose.<</cain>>
I took a second to collect myself, then spoke up, saying what <<ncain>> said.
<<me>>What do you want?<</me>>
<<cov1>>What's your name?<</cov1>>
<<me>>What does it matter? You're trying to exorcise me.<</me>>
<<cov1>>It really isn't personal. You're the most sane demon I've spoken to.<</cov1>>
<<me>>Spoken to a lot of demons, have you?<</me>>
She shook her head.
<<cov1>>Not many, personally. Although I have friends who have. And they all say the same thing.<</cov1>>
<<me>>More trouble than we're worth?<</me>>
<<cov1>>Unfortunately. Your kind doesn't have a great reputation.<</cov1>>
<<me>>So? What's next? Get rid of me, wipe the boy?<</me>>
<<cov1>>Got it on the first try.<</cov1>>
<<ncov1>> began to walk around me, maintaining her distance. I noticed that she was purposefully walking to not enter the circle.
<<me>>I'm curious. How do you intend to exorcise me? Exorcisms require holy magic.<</me>>
I began matching her movements, walking around the circle, opposite her.
<<cov1>>Like I said, you guys don't have a great reputation amongst my people. As such, we've worked for a long time to find a method of exorcisms that we could achieve.<</cov1>>
<<me>>Well, lucky for you, I'm still willing to go along with the deal.<</me>>
<<cov1>>I doubt it. You might be smarter than your other brethren, but I doubt even you would forgive this.<</cov1>>
I paused.
<<met>>Are you sure this is gonna work?<</met>>
<<cain>>Pretty sure. The demon circle works by trapping the consciousness of a demon inside it. Since the sins don't have any, it should be fine.<</cain>>
I sighed, then walked up to the boundary of the circle. I could feel... something. I wasn't sure what it was, almost like a wall of static electricity. <<ncov1>> turned her head, confused at what I was doing. I steeled myself, and then took a step forward. The invisible barrier fought me lightly, before bending and making way for me to pass. I heard a gasp from <<ncov1>> and a thump, as the torch gem she had hit the ground in surprise. I looked at her, and she looked back, a mixture of shock and fear. Before I could say anything, I felt someone grab the back of my shirt, and I was suddenly in the air, as I was launched towards the wall of the cave, my breath getting knocked out of me. I could only try to suck in air, but before I could even register the pain, a hand grabbed my throat, and lifted me up, Through the blurred vision, I saw <<ncov2>>. I grabbed at her arm, using all of the strength I could muster, but she didn't even budge, her arm as still as stone, and just as hard. <<ncov2>>, for her part, was studying my flailing form, confusion appearing as I kept failing.
<<cov2>>Are we sure this kid's possessed? He's kind of a weakling.<</cov2>>
<<ncov1>> and <<ncov3>> appeared beside her, studying me.
<<cov1>>I... I'm fairly certain. I mean, I definitely spoke to one when I tried to block his magic.<</cov1>>
<<cov3>>Do you think that was a fakeout? Maybe he's a more advanced mage than he wants us to think?<</cov3>>
<<cov1>>And what? Managed to fake a demon in his head?<</cov1>>
<<ncov3>> shrugged. <<ncov1>> looked down, seriously considering the idea. After a moment, she looked at me.
<<cov1>>Alright, you're better with Pride. Give it a go.<</cov1>>
<<ncov3>> lit up, smiling widely.
<<cov3>>I know.<</cov3>>
She turned to me, her eyes beginning to glow white. I tried again to pull <<ncov2>>'s arm away. I used every ounce of strength I could, and it didn't seem to affect her even a little. <<ncov3>> lifted her arm, bringing it closer to my head, and I could feel my heartbeat pound harder than it's even gone before. I could feel my blood rushing through my veins, trying to give me any strength, my muscles near the breaking point, and still, <<ncov2>> wasn't budging. Memories of the fight with the Templar began flashing in my mind. The way his body crumbled until it gave out. Most of all, the image of <<ncov2>> carrying his lifeless corpse away. Was that going to be me? As <<ncov3>> got closer, I feared for the worst, before I saw the mark on my hand change.
<<Button 'You feel energy build up' 'StoryPass8-Pride' '.pridebut' '$f to 1, $story.mainstory += 1'>>
<<Button 'You feel energy build up' 'StoryPass8-Wrath' '.wrathbut' '$f to 1, $story.mainstory += 1'>>I gasped and closed my eyes, waiting for the pain, or whatever, was supposed to come. After a moment, I opened my eyes, and immedietely closed them, as I found myself... I don't quite know. It was pure white, hence my trouble seeing, especially when my eyes had to adjust from the darkness of the cave.
<<cain>>We're in your head. Kind of. Just open your eyes, and make them adjust.<</cain>>
<<met>>What?<</met>>
<<ncain>> suddenly spoke up. I looked around through squinted eyes, and thought I might as well give it a go. I opened my eyes, my body resisted as I was overwhelmed by how bright it was. But as quickly as I did it, my eyes got used to it, the sudden discomfort fading away.
<<met>>What happened? Why are we in my head?<</met>>
I asked <<ncain>>, but before he could respond, I heard a gasp behind me. I turned around, to find <<ncov3>> standing there, facing away from me. She was looking around, clearly as confused as me. It took her a second before she realized I was here, and she backed up away from me. She raised her hand, pointing it at me in a threatening manner.
<<cov3>>Where am I? What did you do?<</cov3>>
<<me>>I-I don't know.<</me>>
<<met>><<ncain>>, what's happening?<</met>>
<<cain>>Look down at your hand.<</cain>>
I looked down, bringing my hand up. <<ncov3>> flinched, thinking I was following her lead. She relaxed slightly when she saw me staring at my own arm. What she couldn't see was a new mark on my arm.
<<met>>What is this?<</met>>
<<cain>>That's Pride.<</cain>>
<<met>>I manifested Pride? I thought I needed to-<</met>>
<<ncain>> stopped me.
<<cain>>You didn't manifest it. You woke it up.<</cain>>
<<met>>Huh?<</met>>
<<cain>>The sins are... Basically starved. It takes a lot for them to enter a new soul. It's why you need to need to take control of a priest or priestess. You need to provide it with energy. You encountered the priestess of Pride, which by itself was enough to wake Pride from it's slumber.<</cain>>
<<met>>So why is it on my-<</met>>
Before I could finish my question, <<ncov3>> spoke up.
<<cov3>>Hey! Don't just stand there like a weirdo. Answer me!<</cov3>>
<<cain>>Right now, it's running on fumes, but is trying to help you. It could feel your heart pumping, the adrenaline flowing through your veins, and the excess of Pride energy flowing from the witch there.<</cain>>
He said, pointing at <<ncov3>>, who backed up slightly when I finally looked back at her. She frowned, then raised her hand.
<<cov3>>I said, answer me!<</cov3>>
Her eyes turned a glowing white, and I could feel some energy leave her. However, while she was clearly trying to aim it at me, I could feel it dissapating as it moved towards me.
<<met>>What do I do?<</met>>
<<cain>>Well, remember how I said we were kind of in your head? This place is Pride's playground. Pride is a sin that works entirely on the mind. I assume she's trying to use some sort of spell that compels you to answer.<</cain>>
<<met>>Ok, again, what do I do?<</met>>
I felt <<ncain>> shrug at me.
<<cain>>Compel her back.<</cain>>
When I continued to not answer <<ncov3>>, her shoulders fell, confusion on her face.
<<cov3>>Hey! Where are w-<</cov3>>
I raised my hand, and focused on building the energy that I felt whenever I had used any sin before. With Pride on my arm, I could feel a new form of energy, not unlike whatever <<ncov3>> tried to use against me.
<<me>>Stop talking.<</me>>
As I spoke those words, I almost reeled back. It was my voice, kind of. But there was another layer on top of it. Another voice, repeating my words, but with a sense of gravitas and force that I would never be able to emulate.
It seemed to work, as I watched as <<ncov3>> got mad, and went to chew me out, but suddenly realized that nothing was coming out of her mouth. The realization turned to worry, then to fear, as she bent over trying to yell as loud as she could, with no noise escaping her mouth. I watched as this happened to her.
<<met>>Ok, well what do we do now?<</met>>
I felt <<ncain>> sigh. He was thinking his options through, as I made sure to keep an eye on <<ncov3>>, who was now trying to use different spells to counter what I did. With little luck, it seemed.
<<cain>>I think we let her go.<</cain>>
<<met>>Isn't she our bargaining chip?<</met>>
<<cain>>Yes, but this all happened because they think I'm a regular demon. That I'll kill you, and them, at the drop of a hat.<</cain>>
<<met>>And you think letting her go will convince them otherwise.<</met>>
<<cain>>I don't know. Maybe they'll think it's just a long con. But I know this for sure. No demon would ever let <<ncov3>> go. Not when they have her here. With the help of Pride, we could probably render her brain dead.<</cain>>
<<met>>So it's another bet? What if you're wrong?<</met>>
<<cain>>Listen, I know you don't like this. It's your life that's being used as a betting chip. I get it. But this is the least bloody way out.<</cain>>
I sighed. He was right, I wasn't happy about it, but at this point, I didn't have any better ideas.
<<me>>Hey.<</me>>
I spoke to <<ncov3>>. Her eyes snapped to me, and she did not look happy.
<<me>>Listen, I know that you guys have a problem with demons. I can't pretend that I know what it's like. But what I can say, is that this one does not pose you any harm.<</me>>
I started bulding up energy, then released the command.
<<cov3>>Go fuck yourse-<</cov3>>
She stopped, as her voice suddenly came back to her. She reached up, grabbing her throat, then clearing it, eyeing me warily.
<<cov3>>Where are we?<</cov3>>
She asked, her voice soft.
<<me>>We're in my head.<</me>>
She looked around, then stood up.
<<cov3>>So you are a mage? And you have a demon?<</cov3>>
<<me>>Yes.<</me>>
<<cov3>>But you didn't have magic before the demon showed up. How is he doing it?<</cov3>>
I paused, <<ncain>> telling me something to repeat.
<<me>>It doesn't matter. What does matter is that he really does want to keep the deal we made with you guys before.<</me>>
<<ncov3>> turned her head, furrowing her brow. I could see the gears grinding in her head.
<<cov3>>Even now? After we tried to exorcise him?<</cov3>>
<<me>>He says no harm, no foul. What he does care is that I'm able to hide from Templars, and able to defend myself in the case that one of them finds me.<</me>>
<<ncov3>> looked me up and down, studying me.
<<cov3>>Why are you telling me this?<</cov3>>
I sighed, steeling myself. This is what it would all depend on.
<<me>>Because this was all a fluke. When I let you go, we're going to go back into the real world. Into the real world, where your friend has her hand around my neck, and the strength to snap it. I would very much like you to convince them not to.<</me>>
<<ncov3>> stopped, giving my words serious thought. I sighed, and leaned back, sitting down, feeling tired.
<<cain>>Pride is losing it's grip. We're going back.<</cain>>
I nodded, then looked directly at <<ncov3>>
<<me>>I understand if you don't trust me. But I didn't ask for any of this. I just want to be able to live my life. And if you guys can help me with that, then I promise to help you guys as much as I can.<</me>>
Before she could say anything, it all went dark, and I felt my consciousness shoot back.
<<Button 'You feel a weight pressing on your neck' 'StoryPass9' '.contbut' '$player.dec to "pride", $story.mainstory += 2'>>I could feel my breath entire my lungs first. Getting choked was not something I had experienced before, but deprivation of air was definitely not how I wanted to go out. Only after taking a breath, did I realize how it happened. My muscles, previously straining against <<ncov2>>'s arm, were now perfectly comfortable as I was gripping her arm, her face betraying how difficult this was.
<<cov2>>Let go, you bastard!<</cov2>>
I heard her say. It was a strange feeling. Almost as if I was watching the world in slow motion. Except, it wasn't. The world wasn't going slowly, I was just moving faster now. And I say the world, but what clued me into this was the way her other fist was moving towards me. Like she was punching through water. I let go of her hand, moving backwards, only to hit a wall.
<<cain>>Duck!<</cain>>
I only froze for a moment, before moving below her fist, pushing her body away from me. Not one or two feet. Across the room. It was an alien feeling, the strength that was rippling off of my body. In that moment, both <<ncov1>> and <<ncov3>> jumped backwards.
<<met>>What's going on <<ncain>>?<</met>>
<<cain>>Look down.<</cain>>
I followed his instruction, and noticed the new mark that was on my arm.
<<met>>What is this?<</met>>
<<cain>>That's Wrath.<</cain>>
<<met>>I manifested Wrath? I thought I needed to-<</met>>
<<ncain>> stopped me.
<<cain>>You didn't manifest it. You woke it up.<</cain>>
<<met>>Huh?<</met>>
<<cain>>The sins are... Basically starved. It takes a lot for them to enter a new soul. It's why you need to need to take control of a priest or priestess. You need to provide it with energy. You encountered the priestess of Wrath, which by itself was enough to wake Wrath from it's slumber.<</cain>>
<<met>>So why is it on my-<</met>>
Before I could finish my question, <<ncain>> cut me off.
<<cain>>Fight's not over yet.<</cain>>
I looked up, and saw <<ncov2>> charging at me.
<<met>>What do I do?<</met>>
<<ncain>> quieted down, as I felt him think about this. While he did, I watched as <<ncov2>> threw one punch, then a kick. The punch was relatively easy to dodge, although the kick surprised me. I blocked it with my arms, and I felt my feet dig into the dirt as I was moved backwards by the sheer power in her leg. And yet, my arms... They were tingling, when that kick should have broken both of them. If I was going to fight, then it was time to go on the offense. When she wound up another punch, I moved up to her quickly, getting in her face, and pushed her hard again. She was certainly more ready for it this time, managing to keep her balance, even if she did get launched towards a wall, causing the stone to crack. Before I could keep the offense up, I jumped out of the way as I dodged what looked to be a bright light appearing at my feet, a pillar of flames blowing out. I looked to the left, and saw <<ncov1>> covered in a light layer of fire, before my temple began to pulse, pain emanating. I felt blood shoot from my nose, as I located the source, <<ncov3>>. Her eyes were glowing white, and I could feel a trail of energy between her and I.
<<cain>>This isn't going to go well if you have to deal with all three of them. That wall you threw the Wrath witch. Throw her through it. Try to get her alone.<</cain>>
I nodded, and felt an incredible strength build up in my legs, as I springboarded myself towards the recovering witch. At a speed much faster than any human should be able to move, I tackled her into the wall, and the cracks gave way, into a large open cavern. We both landed on the ground, and I grabbed her again, and threw her away from the new doorway I made, launching her once again.
Turning back, I saw <<ncov1>> and <<ncov3>> turn towards us, their bodies moving slower than <<ncov2>>, as the stone above the hole began to crumble, and fall, until it was blocking the hole. I turned again, and managed to duck in the nick of time, as <<ncov2>> tried swinging at me. Her leg caught me again, this time just tripping me, I reached down, and pushd myself against the ground, trying to maintain some balance. A mistake, as the combined force of my push, as well as <<ncov2>>'s downward punch managed to break my defense, the air being knocked out of my lungs again. Before I could recover, I felt her foot digging into my stomach, launching me away. As I hit a wall, I felt blood fall down my face.
<<met>>She's alone. Now what?<</met>>
<<cain>>What do you mean now what? Now you kick her ass.<</cain>>
<<met>>How the fuck am I supposed to do that?<</met>>
<<cain>>Use Wrath. Right now, it's running on fumes, but is trying to help you. It could feel your heart pumping, the adrenaline flowing through your veins, and the excess of Wrath energy flowing from the witch there.<</cain>>
<<met>>So?<</met>>
I asked, blocking another swipe from <<ncov3>>, but getting hit from a punch I didn't even see coming.
<<cain>>So, slow down, and feel the energy. She's using a spell that let's her channel a small portion of Wrath. You have the sin itself giving you everything it has. Let it.<</cain>>
I sighed, and squeezed my fists, my arms moving toblock <<ncov2>>'s attacks. As I did, I felt an energy build up inside me. It was familiar, but new. As I let it build up, I could feel <<ncov2>>'s movements. I moved out of the way, and punched her as hard as I could. She must not have seen it coming, as I could hear her gasp, even through the sound of her ribs cracking. With my other hand, I reached up, grabbing her hair, pulling her away from me. She didn't seem to fight it, as she jumped away from me. We both took this moment to catch our breath. She was the one who spoke first.
<<cov2>>What the hell are you?<</cov2>>
<<me>>What the fuck do you mean? You attacked me.<</me>>
<<cov2>>You're using magic. Demons don't give their hosts magic.<</cov2>>
I sighed.
<<me>>I don't know what to tell yo-<</me>>
I didn't get to finish my sentence, as I watched <<ncov2>> launch herself towards me. I moved out of the way, grabbing her and throwing her away from me. I jumped after her, and landed a punch just as she hit the wall of the cave, causing her to spit up blood. She swung wildly at me, and I caught it, and twisted her arm, turning her around. Holding her arm, I pushed her agaisnt the wall. She couldn't move, without moving against her arm, threatening to break, or even rip off, her arm. I wasn't sure how much strength I had at the moment. She did, as she headbutted me with the back of her head.
<<me>>Goddamnit, stop.<</me>>
I grunted, feeling blood flow down my face. I could taste it, and I pushed <<ncov2>>'s face into the wall with my free arm, locking her in. She struggled, still stuck in position, for a few moments.
<<cain>>Don't kill her.<</cain>>
<<met>>I don't want to, but what can I do?<</met>>
<<cain>>Just... capture her. This all happened because they think I'm a demon. That I'll kill you, and them, at the drop of a hat.<</cain>>
<<met>>And you think letting her go will convince them otherwise.<</met>>
<<cain>>I don't know. Maybe they'll think it's just a long con. But I know this for sure. No demon would ever let <<ncov3>> go. Not when they have her here. With the help of Pride, we could probably render her brain dead.<</cain>>
<<met>>So it's another bet? What if you're wrong?<</met>>
<<cain>>Listen, I know you don't like this. It's your life that's being used as a betting chip. I get it. But this is the least bloody way out.<</cain>>
I sighed. He was right, I wasn't happy about it, but at this point, I didn't have any better ideas.
<<cov2>>What are you waiting for?<</cov2>>
That question threw me off, and she took the opportunity to push off the wall, causing both of us to fall. She scrambled, but having had her arm already, I was quickly able to restrain her against the floor.
<<me>>Jesus, fucking stop!<</me>>
I yelled at her, and she spat at me from the ground. I was on top of her, holding her arms above her, one leg holding down her lower body.
<<me>>Just stop, please.<</me>>
I whispered. I was already so tired, and I didn't want to fight anymore. She stopped struggling, looking up at me.
<<cov2>>Well you have me. Aren't you going to finish it?<</cov2>>
I looked down at her, shaking my head in disbelief.
<<me>>God, why would I do that?<</me>>
She chuckled.
<<cov2>>That's what the demon is telling you to do, isn't it.<</cov2>>
<<me>>No. He's telling me to let you go.<</me>>
<<cov2>>W-what?<</cov2>>
<<me>>I don't want to fight. I don't want to kill you.<</me>>
<<cov2>>Then let me go.<</cov2>>
I sighed.
<<cain>>Your call.<</cain>>
<<me>>Fuck. Fuck fuck fuck.<</me>>
I let her go, jumping back quickly. She got on her feet, and stretched her arm. Having been stuck in an awkward position, it likely felt bad. As she did, she studied me.
<<cov2>>That was stupid. If you didn't want to fight, why let me go?<</cov2>>
<<me>>Because I'm tired. If you're going to kill me, do me a favor. Make it quick.<</me>>
I watched as she launched herself again, and closed my eyes, her fist coming towards my head. However, it never hit.
<<cov2>>I've never met a demon before.<</cov2>>
I opened my eyes, and she was staring down at me.
<<me>>Technically you still haven't.<</me>>
<<cov2>>So what does he want?<</cov2>>
<<me>>The deal he made. He wants me to be able to hide from Templars. And to be able to fight back if need be.<</me>>
That caused her to chuckle, as she rotated her arm around.
<<cov2>>I'd say you would hold up decently.<</cov2>>
<<me>>I doubt it.<</me>>
I lifted my hand, and saw my hand. The mark of Wrath was gone. I reached up, and ran my hands across my forhead. Surprisingly, the gash that was there, responsible for the blood on my face, was closed, almost completely healed.
<<cain>>Parting gift from Wrath.<</cain>>
I chuckled, and looked up at her.
<<me>>That was a fluke. If you wanted to kill me, I literally would not be able to stop you.<</me>>
She looked down at me. As if testing me, she reached down, grabbing me by my shirt, and lifted me. I didn't even bother to fight back, as the exhaustion was overwhelming. She lifted me up to my feet.
<<me>>I understand if you don't trust me. But I didn't ask for any of this. I just want to be able to live my life. And if you guys can help me with that, then I promise to help you guys as much as I can.<</me>>
She let go of me, and I stumbled a bit. She continued looking me up and down, before looking around. She finally found the hole I made. She grabbed some rocks, and chuckled again.
<<cov2>>One hell of a fluke.<</cov2>>
I laughed as well, before she tackled me. I thought she was testing me again, before I heard a large explosion, as the rubble blocking the hole was removed by force.
<<Button 'What happened?' 'StoryPass9' '.contbut' '$player.dec to "wrath", $story.mainstory += 2'>><<set $cvers to 24>>
<<set $svers to 24>>
<<set $chapter to 0>>
<<set $pov to "mc">>
<<set $replay to 0>>
<<set $scene to 0>>
<<set $story = {
mainstory: 0,
side1: 0,
side2: 0,
side3: 0,
}>>
<<set $fet ={
inc: 0,
piss: 0,
}>>
<<set $set ={
re: 1,
wake: 1,
}>>
/* Character variables */
<<set $player = {
name: "John",
last: "Doe",
cash: 50,
health: 10,
healthmax: 10,
workdays: 0,
girlfriend: 0,
spells: 0,
test: 1,
lust: 1,
greed: 0,
glut: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
prog: 0,
}>>
<<set $inv ={
image: [],
text: [],
keys: [],
keystext: [],
}>>
<<set $keys ={
coll: 0,
sonar: 0,
}>>
<<set $spell ={
gen: 0,
lust: 0,
greed: 0,
wrath: 0,
pride: 0,
envy: 0,
sloth: 0,
glut: 0,
}>>
<<set $store ={
shelf1: 0,
shelf2: 0,
}>>
<<set $mom1 = {
met: 1, /* If character has been met */
name: "Amelia", /* Name */
marked: 0, /* If character has been marked by greed */
scene: [1], /* To track what scene has happened, so they don't repeat non-repeatable ones */
percent: 0, /* To track how many of the non-repeatable scenes the player has seen, so they know if they finished the content */
loc: "Home", /* To be changed in the schedule, makes it easier to make location based events */
sub: 0, /* The submission level of each character */
text: 1, /* Controls how many texts are shown in their text messages */
re: [], /* Random Encounter. Used only to check random encounters */
}>>
<<set $mom2 = {
met: 0,
name: "Danielle",
marked: 0,
scene: [1],
percent: 0,
cheat: 0, /* To check if the player is aware she's cheating on Kimmy */
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sis1 = {
met: 0,
name: "Harper",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sis2 = {
met: 0,
name: "Emily",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sis3 = {
met: 0,
name: "Ellie",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $comb = {
met: 0,
name: "Natalie",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $comc = {
met: 0,
name: "Chelsea",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $comf = {
name: "Barry",
text: 1,
}>>
<<set $comex = {
name: "Nathan",
text: 1,
}>>
<<set $bankc = {
met: 0,
name: "Madison",
marked: 0,
scene: [1],
percent: 0,
phone: 0, /* Check if the player has this characters number, to show up in the phone */
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $bankw = {
met: 0,
name: "Charlotte",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sub2 = {
met: 0,
name: "Raegan",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sub3 = {
met: 0,
name: "Anabel",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $bankm ={
name: "Jasper",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
watch: 0,
cuck: 0, /* The amount of times per week his wife is fucked, giving higher payment. */
re: [],
}>>
<<set $nun1 = {
name: "Samantha",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $assw = {
met: 0,
name: "Kat",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $crim1 ={
met: 0,
name: "Mikaela",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $asswgf = {
met: 0,
name: "Megan",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $asswgfbf = {
name: "Max",
text: 1,
}>>
<<set $asswbfsis1 = {
met: 0,
name: "Tess",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $busid ={
met: 0,
name: "Inaya",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $busids ={
met: 0,
name: "Sofia",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $bar ={
name: "Sid",
text: 1,
}>>
<<set $commish ={
met: 0,
name: "Claudia",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $commisha ={
name: "Fernando",
text: 1,
}>>
<<set $commishas ={
met: 0,
name: "Ashley",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $cov1 = {
met: 0,
name: "Selena",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $cov2 = {
met: 0,
name: "Evie",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $cov3 = {
met: 0,
name: "Lia",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $cov4 = {
met: 0,
name: "Kelsey",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $dean = {
met: 0,
name: "Olivia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $dass = {
met: 0,
name: "Emma",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $coun1d = {
met: 0,
name: "Kailey",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $coun1df = {
met: 0,
name: "Savanah",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $coun1m = {
met: 0,
name: "Talia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $coun1s = {
met: 0,
name: "Roselyn",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sub1 = {
met: 0,
name: "Gwen",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $sub1m = {
met: 0,
name: "Caroline",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $bankgf = {
met: 0,
name: "Aliza",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $hospad = {
met: 0,
name: "Lisa",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $jour1 = {
met: 0,
name: "Stacy",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $commishas = {
met: 0,
name: "Eric",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $event = { /* To count the days. It adds one each time you sleep. So if event 2 is supposed to happen 3 days after event 1, this variable is checked. Will have to reset it when needed */
gen1: 0,
gen2: 0,
gen3: 0,
mom1: 0,
mom2: 0,
sis1: 0,
sis2: 0,
sis3: 0,
comb: 0,
bankc: 0,
bankw: 0,
nun1: 0,
bankm: 0,
dean: 0,
dass: 0,
cov1: 0,
cov2: 0,
cov3: 0,
cov4: 0,
dean: 0,
dass: 0,
sub1: 0,
bankgf: 0,
assw: 0,
side2: 0,
coun1d: 0,
commish: 0,
commishs: 0,
crim1: 0,
busid: 0,
busids: 0,
}>>
<<set $splashart to 0>>
/* Story variables */
<<set $Time = 0>> /* Time of the day, 0-4 */
<<set $Day = 0>> /* Day of the week */
<<set $Week = ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"]>>
<<set $WeekMin = ["Mon","Tue","Wed","Thu","Fri","Sat","Sun"]>>
<<set $TimeMin = ["Morn","Noon","Aft","Eve","Mid"]>>
<<set $Skip to 0>>
<<set $IncRel to "Landlady">>
<<set $fet.inc to 0>>
<<set $CharTab to 2>>
<<set $bChar to false>>
<<set $RelTab to 2>>
<<set $InvTab to 2>>
<<set $PowTab to 2>>
<<set $bPow to false>>
<<set $CainTab to 2>>
<<set $bCain to false>>
<<set $AchTab to 2>> /* Achievements tab */
<<set $DaysPlayed to 0>> /* The days played */
<<set $Start to 0>>
<<set $Named to 0>>
<<set $CWT to "main">>
/* Speech Bubbles by Chapel */
<<character 'Cme' '$player.name' 'images/character icons/Player.png'>>
/* Right Side Bar */
<<addclass "#right-ui-bar" "stowed">>
<style>
.passage {
text-align: center
}
</style>
/* Location Variables */
<<set $location = { /* 0 is closed, 1 is open, 2 is not visible to player */
home: 1,
suburb: 1,
work: 1,
college: 1,
shopping: 1,
store: 1,
dealership: 1,
business: 1,
invest: 1,
bank: 1,
export: 1,
cityhall: 1,
church: 1,
midtown: 1,
brighttown: 1,
sexshop: 1,
sonar: 1,
bar: 1,
hotel: 1,
gym: 1,
deans: 1,
english: 1,
busiclass: 1,
arts: 1,
tech: 1,
psych: 1,
chem: 1,
slut: 2,
hosp: 2,
apart: 2,
bankw: 2,
sub1home: 2,
}>>
<<set $lHome = ["room", "bathroom", "momroom", "sis1room", "sis2room", "sis3room", "living", "kitchen"]>>
<<set $lSub = ["park", "bankwhome", "sub1home", "sub2home", "sub3home", "sub4home", "sub5home", "sub6home", "hospadhome"]>>
<<set $lMid = ["comic", "hosp", "apart"]>>
<<set $lCollege = ["gym", "deans", "english", "business", "arts", "tech", "psych", "chem"]>>
<<set $lShop = ["store", "dealer"]>>
<<set $lDown = ["bank", "border", "stock", "hotel"]>>
<<set $lCity = []>>
<<set $lBright = ["sexshop", "sonar", "bar"]>>
<<set $lChurch = []>>
/* Phone Variables */
<<set $ImgSel to 0>> /* Starting Phone BG */
<<set $GallImg = []>> /* Creating Array */
<<set $BackImg = []>> /* Creating Array */
<<set $ImgAm to 3>> /* Setting Starting Image amount in gallery */
<<set $GallPg to 1>> /* Setting starting gallery page */
<<set $NewCon to 0>> /* Contact notification */
<<set $NewMes to 0>> /* Message notification */
<<set $NewGal to 0>> /* Gallery notification */
/* Text Variables */
<<set $tMom1 to 0>>
<<set $tMom2 to 0>>
<<set $tSis1 to 0>>
<<set $tSis2 to 0>>
<<set $tSis3 to 0>>
<<set $tComB to 0>>
<<set $tBankW to 0>>
<<set $tBankM to 0>>
<<set $tBankC to 0>>
<<set $tCurrent to "Mom">>
/* Cain variables */
<<set $mCain = 0>>
<<set $hints to []>>
/* Achievements */
<<set $A01 = 0>>
<<set $A02 = 0>>
<<set $A03 = 0>>
<<set $A04 = 0>>
<<set $A05 = 0>>
<<set $A06 = 0>>
<<set $A07 = 0>>
<<set $A08 = 0>><<if $mom1.loc is "hosp">><<mom1loc>><</if>>
<<if $mom2.loc is "hosp">><<mom2loc>><</if>>
<<if $sis1.loc is "hosp">><<sis1loc>><</if>>
<<if $sis2.loc is "hosp">><<sis2loc>><</if>>
<<if $sis3.loc is "hosp">><<sis3loc>><</if>>
<<if $sub1.loc is "hosp">><<sub1loc>><</if>>
<<if $comb.loc is "hosp">><<combloc>><</if>>
<<if $bankc.loc is "hosp">><<bankcloc>><</if>>
<<if $bankw.loc is "hosp">><<bankwloc>><</if>>
<<if $assw.loc is "hosp">><<asswloc>><</if>>
<<if $asswgf.loc is "hosp">><<asswgfloc>><</if>>
<<if $dass.loc is "hosp">><<dassloc>><</if>>
<<if $hospad.loc is "hosp">><<hospadloc>><</if>><<met>>Ok, the good news is the dean is probably going to be easy to find info on.<</met>>
<<cain>>The bad news?<</cain>>
<<met>>The assistant is gonna be harder. I don't think it will be too tough, social media takes a lot of work out of the activity of stalking.<</met>>
<<cain>>Hold on.<</cain>>
<<met>>What am I talking about, it probably won't be difficult at all.<</met>>
<<cain>><<nme>>.<</cain>>
<<met>>She looks young, she'll definitely be putting this on her resume. Which means going to places like-<</met>>
<<cain>><span class="bigtext"><<nme>>!</span><</cain>>
I flinched at the yelling coming from the inside of my head. Still not a feeling I was used to, if that was ever going to happen.
<<met>>What?<</met>>
I saw... well, I felt <<ncain>> point away from home.
<<cain>>Go in that direction.<</cain>>
<<met>>Why?<</met>>
<<cain>>I feel something. Go.<</cain>>
He said, not elaborating more. I sighed, and shrugged, moving in the new direction. It only took a couple of minutes before <<ncain>> spoke up again.
<<cain>>Yes. This is it.<</cain>>
He said, pointing at Livington Medical Center, a hospital. I looked it up and down, before responding.
<<met>>This is what?<</met>>
He sighed.
<<cain>>I really hope those witches get back to you sooner, rather than later.<</cain>>
<<met>>What are you talking about?<</met>>
<<cain>>This place. I smell Wrath here.<</cain>>
I closed my eyes, shaking my head, trying to wrap my head around what he just said. And then I did it again.
<<met>><<ncain>>, this is a hospital.<</met>>
I could feel him shrug.
<<cain>>And Lust was found in a comic book shop.<</cain>>
I scoffed.
<<met>>Yeah, but that was different. This is a hospital. This is a place of healing.<</met>>
<<cain>>So?<</cain>>
<<met>>So? Well, it should be full of... I don't know, hope and stuff.<</met>>
<<cain>>This place could be the most hopeful hospital on this plane. Hope doesn't affect Wrath. Only other sins can block manifestation.<</cain>>
<<met>>Ok, well, how about Greed then. You're telling me there's no Greed in there? Or Pride. People always talk about doctors thinking they're gods.<</met>>
<<cain>>Both good points. But I'm not talking about the whole hospital. Just there.<</cain>>
He pointed to one side, away from the main building, to a smaller side, labeled "Emergency."
<<met>>Oh.<</met>>
<<cain>>I could smell the Wrath from a block away.<</cain>>
I sighed.
<<met>>Yeah, that checks out.<</met>>
I walked towards the entrance. As I walked in, I saw a large room, filled with dozens of people. Most of them in their seats, and already I could see anger on more than one face. Moving to the desk, I could see a man arguing with the woman behind the counter. Even whispering, I could tell it was an argument from how much... pointing and hissing there was.
<<met>>Yeah, I think you nailed it.<</met>>
<<cain>>No shocker there. I've never made a mistake in my life.<</cain>>
<<met>>Didn't you kill your brother.<</met>>
<<cain>>Yeah. I've been in hell for the last millenium because of it, and I can still say confidently that wasn't a mistake. He was an asshole.<</cain>>
I opened my mouth to respond, before shaking my head.
<<met>>Ok, so, who's the one?<</met>>
<<cain>>They... are not in here. They're close though.<</cain>>
<<met>>So what do I do?<</met>>
<<cain>>Wait. Although I don't think you'll have to wait long. A priest of sin likes to revel in it.<</cain>>
I sighed, took a number to blend in, and sat down. I sat there for 30 minutes, and I was already starting to get pissed off. The number had only gone up twice, and I was 32 away. Meaning if I wanted to be seen, I was going to have to wait for hours.
<<cain>>This place truly is perfect.<</cain>>
<<met>>I would not say that. But, I think we'll be seeing them soon.<</met>>
I said, nodding to the man at the counter. The argument they were having from when I walked in was still going, and getting louder. The man was mad about some charge or something, and the person behind the counter was not giving him the answers he wanted.
<<cain>>Truly perfect.<</cain>>
Before I could respond, a door behind the desk opened, and out stepped a leggy brunette.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/02.png">\
<<say '???' 'images/character icons/BusiD.png'>><span class="BusiDText">Sir, I need you to calm down.</span><</say>>
As I looked the woman up and down, I started feeling something. It was faint, and I would have ignored it if it hadn't been the second time I was feeling it.
<<met>>That's her, isn't it?<</met>>
<<cain>>Yeah. How-<</cain>>
<<met>>I can... I don't know, feel it? It's like when I use the Mark. I can feel a bit of energy in my arm. That, or I'm having a stroke.<</met>>
<<cain>>Oh! That's good! What you're feeling is the sin, Wrath, waking up. It's not manifested yet, but it can taste the energy dripping off her.<</cain>>
<<met>>That's a relief. I felt the same thing when I was near the Dean. I figured it was just an itch.<</met>>
<<cain>>That's just you getting a feel for the demons that live inside you now. Even if they're asleep, they're there. Now, pay attention to her.<</cain>>
I watched the scene unfold, and as it did, I became more and more confused as to how this woman was supposedly the priestess of Wrath.. She got in the way of the man and the nurse, facing him herself. She even managed to slowly calmed him down.
<<met>>How is this woman a priestess of Wrath?<</met>>
<<cain>>Well what is she doing now?<</cain>>
I listened in.
<<say '???' 'images/character icons/BusiD.png'>><span class="BusiDText">That's right sir, you just have to call this number for your insurance, and they'll be able to go over all of this with you.</span><</say>>
<<met>>She's just giving him a number?<</met>>
<<cain>>Have you ever had to convince an insurance company to pay for something?<</cain>>
<<met>>No.<</met>>
<<cain>>Well then let me explain that doing so is a popular method of torture in hell.<</cain>>
<<met>>What? You're telling me calling an insurance company is worse than, I don't know, getting burned alive?<</met>>
<<cain>>The human body is a special thing. We're able to compartmentalize fairly well, especially when it comes to things like physical pain. For example, if you stub your toe, then break your arm, you won't be able to feel any pain from your toe, because your brain is focused on the arm.<</cain>>
<<met>>Ok...?<</met>>
<<cain>>Mental torture though? That is significantly more effective. It takes longer, but we have all the time in the world down there. That man is going to spend the next couple of weeks essentially bashing his head into a brick wall. And in the end, he will likely have nothing for it.<</cain>>
I looked back at the woman, who was smiling as the man nodded.
<<met>>I don't know if I want to do this.<</met>>
<<cain>>Oh, buck up.<</cain>>
<<met>>Well what am I supposed to do? Like you said with Pride, I can't just walk in there and use Lust. Pride would just think of me as a dildo, but this chick lives for Wrath. She's ruining this guys entire day, probably his entire week. Maybe his entire life, if it's about paying for something. I don't really want her looking in my direction, even if she's horny.<</met>>
<<cain>>The same thing you were going to do anyway. Go home, and do research.<</cain>>
<<met>>Fuck.<</met>>
<<cain>>Come on. Just walk past her, read her nametag. Then you go home.<</cain>>
I sighed, and nodded. I stood up, and walked to the second counter. I took a good look, and saw her name. <span class="BusiDText">Inaya Solis</span>, Health Care Administrator.
<<busid>>Of course sir, just call this number, and you'll be able to talk to someone who can fix this for you.<</busid>>
I dropped the number I had in the garbage as the man looked down at the paper, something close to hope appearing on his face. Poor guy. I turned around, and walked back out.
<<cain>>Alright, that was a better outing than expected. Two different priestesses found.<</cain>>
<<met>>I suppose so. Alright.<</met>>
I shook my head, and refocused on what was important. She was hot.
<<cain>>And that's why Lust always comes out to play first. Now, to your computer!<</cain>>
I laughed, and made my way home.
<<if $Time lt 4>><<Button 'Long walk home' 'Home' '.return2' '$location.hosp to 1, $Time +=1, $scene to 0'>><<else>><<Button 'Go to sleep' 'Sleep' '.return2' '$location.hosp to 1, $scene to 0, $event.gen1 to 0'>><</if>><<if $mom1.marked is 1>>Walking around, I closed my eyes and let Greed work it's magic, and I could feel where <<nmom1>> was. She was in her office, at the college. I hadn't been there too many times, but I do remember it being private. Which was good, because I did not have anything PG going through my mind.<<else>>I was walking around, without much plans, when I spotted the college. I hadn't seen <<nmom1>> much recently, and I was pretty sure she had office hours today. I figured I might as well give it a go, and see if I could find her.<</if>>
I walked towards her office, and through the doors window, I saw her sitting there. As beautiful as ever, even when she was filling out papers. I smiled, and reached for the handle.<<if $cainflag is 1>> However, before I reached it, I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>><img class="rightimg" src="images/Characters/House/Landladies/M06.png">\
Hearing the click as the door opened, I walked through, and watched as <<nmom1>> didn't even bother looking over at me. It seemed like she was too engrossed with her work, so I closed the blinds on the door, and sat down on the couch in her office. It was a fairly large office, as far as I knew. She could easily fit two desks, which I knew because it was the same size as other professors rooms, and they usually had to share said office with one, sometimes two others. I pulled out my phone, and began to flip through random apps, trying to kill time. It didn't take too long, as <<nmom1>> finished her work with a long sigh, and leaned back, rubbing her eyes.
<<me>>Everything ok?<</me>>
I asked, causing her to gasp, and jump in her seat as it swiveled to the couch. Seeing me, she relaxed, knowing I wasn't any danger to her. However, a moment later, I saw her tense up.
<<mom1>><<nme>>, what are you doing here?<</mom1>>
<<me>>Just thought I would pay a visit. I didn't want to bother you, so I just sat here.<</me>>
Her face softened, her tension fading. She smiled and sat up again.
<<mom1>>Well I'm glad to see you.<</mom1>>
I smiled at her.
<<me>>Me too.<</me>>
I patted the spot beside me on the couch. She furrowed her brow lightly, and bit her lip. After a moment, she smiled warmly again, and walked over to the seat.
<<mom1>>I actually... I wanted to talk to you.<</mom1>>
She took a seat on the couch, making sure to leave plenty of space between us. I didn't pay any mind, and feigned innocence.
<<me>>What about?<</me>>
<<mom1>>About... What happened the other day...<</mom1>>
I smiled, and moved a bit closer to her.
<<me>>Oh. I really liked that.<</me>>
She shook her head, and backed up a little.
<<mom1>>I... It shouldn't have happened.<</mom1>>
<<me>>Why not?<</me>>
<<mom1>>Why not?<</mom1>>
She asked, sounding surprised she even had to explain. As I held my stance, she spoke up.
<<if $fet.inc is 1>><<mom1>>Well first of all, because I'm your mother.<</mom1>>
<<me>>So? I love you, and I think you're beautiful.<</me>>
<<mom1>>So? Incest is wrong.<</mom1>>
<<me>>I don't think that's important. If two people care about each other, and they're both adults, then it doesn't matter.<</me>>
She stared at me, confused at what I was telling her.
<<else>><<mom1>>Well first of all, I raised you.<</mom1>>
<<me>>So? I love you, and I think you're beautiful.<</me>>
<<mom1>>Well it's just wrong. I feel like I almost groomed you.<</mom1>>
<<me>>That's just stupid. You never did anything wrong with me. You treated me like I was your son. If we have feelings, and we're both adults, then it doesn't matter.<</me>>
She stared at me, confused at what I was telling her.
<</if>><<mom1>>Ok, how about the fact that I'm married.<</mom1>>
I sighed, and moved a bit closer to her.
<<me>>I think you're making things complicated, <<nmom1>>.<</me>>
I reached up, and caressed her face lightly. She didn't move away, clearly enjoying the affection. It occured to me that it was possible that she didn't believe anything she was saying. Or at least, was using those as convenient excuses.
<<mom1>>I just... Since we did... what we did. It's all been confusing.<</mom1>>
<<me>>It doesn't have to be.<</me>>
<<Button 'You affect me so much ' 'Mom1: 2-2' '.lustbut' '$player.lust += 1, $cainflag to 0'>><img class="rightimg" src="images/Characters/House/Landladies/M07.png">\
<<me>>You're so beautiful, you know that?<</me>>
I could feel her melt in my hands. I chanced it, and rubbed her lips lightly with my thumb. She kissed it, almost worshipping. I could feel the blood rush to my cock.
<<me>>Look at what you do to me.<</me>>
With my other hand, I slowly undid my pants. <<nmom1>> watched intently, and gasped lightly as I pulled out my hardening cock. As her mouth opened, my thumb pushed in, and she didn't fight me, licking it.
<<mom1>>It's so big.<</mom1>>
She whispered.
<<me>>You caused it. You're so fucking sexy.<</me>>
She moaned at hearing that, her eyes never leaving my hardening manhood.
<<me>>Don't you think you should deal with it?<</me>>
That finally broke her focus, as her eyes lined up with mine. I stared back at her, and I could feel her will break down, until she nodded lightly, then looked back at my dick. Her hand slowly lifted, until I felt her warm finger wrapping around my cock.
<<mom1>>I haven't...<</mom1>>
She looked back at me, looking a bit embarrassed.
<<me>>It's ok <<nmom1>>. Come here.<</me>>
I pulled her closer to me, until we were face to face.
<<mom1>>You'll teach me?<</mom1>>
She whispered, like we were sharing a secret. I smiled up at her.
<<me>>Of course.<</me>>
I leaned forward, taking her lips with mine, and felt her moan into my mouth. As our tongues met, she slowly started pumping my cock up and down. I continued making out with her, enjoying the taste of her as she was working my cock. I reached up, and grabbed her tit, causing her to moan as she pulled away from my lips.
<img class="leftimg" src="images/Characters/House/Landladies/M08.png">\
<<mom1>>Such a naughty boy.<</mom1>>
I nodded, moaning as she started finding a good rhythm with her hand. In turn, she adjusted, putting more pressure where I liked.
<<mom1>>Do you like it when mommy is playing with your cock?<</mom1>>
<<me>>Fuck yeah.<</me>>
<<mom1>>Watch your language young man.<</mom1>>
She said, grinning, and leaned down, our tongues intertwining again. I continued playing with her tits as she worked my cock, and before long, I could feel my cum rising. <<nmom1>> noticed my reactions changing.
<<mom1>>Are you gonna cum now?<</mom1>>
I nodded, reaching into her bra and pulling on her nipple lightly.
<<mom1>>You're going to cum all over mommy's hand? You're going to stain me with your seed.<</mom1>>
<<me>>Hell yes. And you're gonna like it.<</me>>
She smirked at that.
<img class="rightimg" src="images/Characters/House/Landladies/M09.webp">\
<<mom1>>So assertive. Does my baby boy want to be in control?<</mom1>>
<<me>>Usually.<</me>>
<<mom1>>And how about now? Do you want to bend mommy over? Use her like a toy?<</mom1>>
I grunted, nodding.
<<mom1>>Maybe next time. If you're a good boy.<</mom1>>
<<me>>Just shut up and make me cum.<</me>>
<<mom1>>Such a naughty boy. Cum for mommy.<</mom1>>
I grunted, and started blowing my load. <<nmom1>> didn't let up, enjoying watching my cock shoot ropes of cum all over her floor. She didn't stop pumping, working me through my entire orgasm. After a few moments, she squeezed my cock, trying to get all of my cum out. Once she was sure it was all gone, she brought her finger to her mouth, licking my cum off of it. She closed her eyes, and moaned.
<<mom1>>My boy has such yummy cum.<</mom1>>
I grinned at her, and leaned forward, kissing her again.
<<me>>Next time, mommy's gonna be a good girl for me.<</me>>
She smiled, lust filling her eyes, and nodded lightly. I stood up, and put my cock away, as I watched her walk to her desk<<if $mom1.marked is 0>>. I suddenly felt energy building up in my arm, and release, entering <<nmom1>>. She had been marked.<<set $mom1.marked to 1>><</if>>. She sighed, and then dropped her head. Without looking back, she spoke up.
<<mom1>>We're going to have to talk about this. Soon.<</mom1>>
<<me>>We will.<</me>>
I opened her door, and walked out.
<<Button 'Let her think' 'College' '.return2' '$mom1.percent += 2, $mom1.scene.deleteFirst(2), $mom1.scene.pushUnique(3), $Time +=1, $mom1.sub +=1, $event.mom1 to 0, $scene to 0'>><img class="leftimg" src="images/Characters/House/Landladies/M10.png">\
<<mom1>>Hey baby.<</mom1>>
I froze, as I entered my room, and saw <<nmom1>> sitting on my bed. I wasn't really expecting her to be there. It only just occured to me that I could sense her sitting on my bed through the mark. She usually was home at this time, so I didn't pay too much attention. Still, the last time we saw each other, she mentioned needing to talk. Now's as good a time as any.
<<me>>Hey <<nmom1>>. Everything-<</me>>
<<mom1>>Come here baby.<</mom1>>
She said, patting the spot beside her on my bed. I nodded, and took a seat. I opened my mouth to speak, but before I could, <<nmom1>> leaned forward, taking my mouth with hers. I was surprised, but it wasn't long before I was kissing her back, our tongues playing with each other. I felt her hand run down my chest, and rest on top of my cock.
<<mom1>>Last time, you told me you were gonna bend me over, and use me like a toy.<</mom1>>
She whispered, her voice breathy, speaking right into my ear.
<<mom1>>I can feel how hard you are. What are you waiting for?<</mom1>>
Hearing those words, I pushed <<nmom1>> down on the bed, her looking up at me, Lust written all over her body, as her chest was moving up and down in anticipation.
<<me>>Is mommy ready to drain my balls?<</me>>
<<mom1>>Are you going to ask me?<</mom1>>
She said, reaching up to my belt, and undoing it, slowly pulling my pants down, unveiling my cock.
<<mom1>>Or are you going to make me?<</mom1>>
I grinned down at her, and placed my cock right on her face. She smiled, taking a deep breath.
<<mom1>>You smell so manly.<</mom1>>
<<me>>This feels right, doesn't it? My cock resting on your face.<</me>>
<<mom1>>Like where I was always meant to be.<</mom1>>
<<me>>Then open your mouth whore.<</me>>
<<mom1>>Are you going to fuck your whore mommy's face?<</mom1>>
<img class="rightimg" src="images/Characters/House/Landladies/M11.webp">\
She didn't need my answer, instead opening her mouth, running her tongue down the length of my cock, ending on the head of my cock, giving it a deep kiss, teasing it with her tongue. Once she finished, she opened her mouth, stuck her tongue out, and stayed there. I got her message, as I aimed my cock into her mouth, and pushed forward. She wasn't going to be sucking my cock. She wasn't my mother right now. She was a whore who's face I was going to use to masturbate. I grabbed a lock of her hair, and pulled quickly, hilting my entire cock down her throat, making her gag. However, even with her eyes watering from the abuse she was recieving, her smile was still apperent, as I continued pummeling her throat with the head of my cock.
<<me>>You're being such a good cock receptacle. Which is good, because you're going to get a lot of practise from now on.<</me>>
I pumped into her throat a couple more times, before pulling out, and letting her go. As I exited her mouth, she began coughing, giving me a confused look.
<<mom1>>What's wrong baby? Did mommy's throat not feel good enough?<</mom1>>
I leaned down, caressing her cheek.
<img class="leftimg" src="images/Characters/House/Landladies/M12.png">\
<<me>>Your throat felt fantastric. But I'm going to use your pussy now.<</me>>
She smiled again, nodding, backing up. She slowly moved away from me, before spreading her legs. She wasn't wearing any panties, and I could see from here how wet she was from how I was treating her. She massaged her lips a bit, before spreading them, offering her hole to me.
<<mom1>>Go ahead baby. Use mommy's pussy like a sex toy. That's all I am right now. A hole for you to vent all of your stress, your worries, your anger.<</mom1>>
I leaned forward, rubbing my cock over her pussy entrance, causing her to shiver.
<<mom1>>Do it baby. Cross the line. Treat mommy like a hole.<</mom1>>
I grunted, and pushed forward, causing her to gasp and moan as I stretched her pussy around my cock.
<<mom1>>Oh, gooodd yess.<</mom1>>
<<me>>How is it mommy? The first real cock you've had?<</me>>
<<mom1>>So good baby. Your cock fits perfectly inside me. Like you were made for me.<</mom1>>
I began slowly pumping into her.
<<mom1>>Oh my god. I'm so close baby. You're going to make mommy cum.<</mom1>>
I grabbed her hair, and pulled her close to me.
<<me>>What a naughty hole. You're supposed to make me cum.<</me>>
<<mom1>>I'm sorry baby, you're stretching mommy so good. Your cock is too amazing!<</mom1>>
<<me>>Dumb slut.<</me>>
I said, spanking her ass.
<<mom1>>Oh, fuck yes. Spank mommy, make my ass red.<</mom1>>
I turned her around, and began pumping into her from behind, spanking her ass, feeling her hole tighten every time I struck her.
<img class="rightimg" src="images/Characters/House/Landladies/M13.webp">\
<<mom1>>Y-yessss, mommy is cumming baby.<</mom1>>
<<me>>I'm so close mommy. Where do you want my seed.<</me>>
For a moment, she hesitated, stopping herself before she could answer.
<<mom1>>O-on my face baby. Mark mommy's face with your seed.<</mom1>>
<<me>>Ok mommy.<</me>>
I grunted, pulling out, and spinning her around, aiming my cock right at her smiling face, and pumped my thick load onto it, covering it with just a few ropes. I finished the rest onto her chest, and leaned back, admiring my work. <<nmom1>> was still revcovering from her own orgasm, so I grabbed my phone, and took a quick photo of her, then laid down beside her.
<<mom1>>Was that good for you baby?<</mom1>>
She asked.
<<me>>So good slut.<</me>>
<<mom1>>Good.<</mom1>>
She sat up, and looked down at me, her earlier smile gone.
<<mom1>>Then it's time to talk.<</mom1>>
<<me>>Oh? What did you want to talk about, where I'm cumming next?<</me>>
<<mom1>><<nme>>, sit up. This is serious.<</mom1>>
I furrowed my brow, and sat up, my earlier excitement fading.
<<mom1>>You're wondering why I did this, right?<</mom1>>
<<me>>I... Wasn't before. I thought you just gave in to your feelings.<</me>>
She smiled at me, filled with warmth.
<<mom1>>I do love you baby. I really do. But we can't do this anymore.<</mom1>>
<<me>>Wh-what?<</me>>
I asked, chuckling, thinking it was a joke. As she returned my tone with a serious look, I sat up straight.
<<me>>Well why even do this then?<</me>>
<<mom1>>I can tell you that it was just for you. That I wanted you to get it out of your system, so you can focus on girls your own age. But I wouldn't be being fully honest. Because I also wanted this.<</mom1>>
<<me>>Well then why-<</me>>
<<mom1>>Because it's wrong. Not just because I raised you. But I'm also betraying <<nmom2>> by doing this.<</mom1>>
<<me>>But I don't want this to be it.<</me>>
<<mom1>>But it has to be.<</mom1>>
She reached over to me, and caressed my cheek.
<<mom1>>You need someone better for you than me.<</mom1>>
<<me>>But-<</me>>
<<mom1>>And I'm telling you this because I love you, and I know you love me.<</mom1>>
I paused, before nodding.
<<me>>I do love you.<</me>>
<<mom1>>So if you love me, you have to let me go.<</mom1>>
She stood up, and picked up her discarded clothes.
<<mom1>>I don't want you to lose me, <<nme>>. Because that's what could happen. You might see me in the hall one day, and want me. And if you tried something, it might even work. But I'm telling you right now, you would lose my trust.<</mom1>>
I sat back, deflating.
<<mom1>>And I don't want to lose that. And I don't think you want to either.<</mom1>>
<<me>>I don't.<</me>>
<<mom1>>So from now on, we are back to normal. Ok?<</mom1>>
I paused, looking up at her, before nodding.
<<me>>Ok.<</me>>
<<mom1>>Good.<</mom1>>
She reached down, running her hand through my hair.
<<mom1>>I love you <<nme>>.<</mom1>>
Then she was gone, leaving my room. I sat there, thinking about what she said, when <<ncain>> poked his head out.
<<cain>>What are you going to do?<</cain>>
<<met>>I'm not going to push her. I don't want to lose her trust.<</met>>
He paused, knowing I wasn't dont.
<<met>>But there's no way in hell that I'm letting her go.<</met>>
<<Button 'Back to room' 'Room' '.return2' '$mom1.percent += 1, $mom1.scene.deleteFirst(3), $mom1.scene.pushUnique(4), $Time +=1, $mom1.sub +=1, $event.mom1 to 0, $scene to 0, $GallImg.pushUnique("images/Phone/Gallery/14.png"), $BackImg.pushUnique("images/Phone/Homescreens/14.png"), $NewGal to 1, $ImgAm += 1'>><<if $player.cash lt 200>>I was sitting in the kitchen, and watched as <<nsis1>> ran into the room. She ran to the fridge, pulling out a small tub of ice cream, grabbed a spoon, and left the room as quickly as she appeared.
<<me>>Huh.<</me>>
<<cain>>You have any plans for her?<</cain>>
I raised my eyebrow as I heard <<ncain>>'s question.
<<met>>You're interested?<</met>>
<<cain>>I'm interested in having you control over Lust. She is one of the women who you have shown interest in.<</cain>>
<<met>>Uh-huh.<</met>>
<<cain>>So?<</cain>>
I leaned back, thinking for a second, before nodding.
<<met>>I do have an idea. But it's gonna have to wait. I need some money first. I've been doing my research, and a good one is gonna be a bit pricey.<</met>>
<<cain>>Research, huh? Is that what we're calling watching porn.<</cain>>
<<met>>Well first of all, I would appreciate if you... I don't know, read a book, while I'm doing that. Second of all, yeah, I did research.<</met>>
<<cain>>Riiight.<</cain>>
<<met>>Right. And my research says, I need to spend more time at SplashArt before I do anything with her. With what I'm planning, I think it's gonna be around $200.<</met>>
<<cain>>Your life really is hard.<</cain>>
I reached up, placing my hand on my heart.
<<met>>I'm glad you understand my burden.<</met>>
We chuckled, and I finished my sandwich in peace.
<<Button 'Leave the kitchen' 'Home' '.return2' '$scene to 0'>><<else>>\
<img class="leftimg" src="images/Characters/House/Roommate 1/12.png">\
Sitting in the kitchen, I was eating some toast, when <<nsis1>> walked. Our eyes met, and we stared at each other for a moment, before she approached me. I continued eating my toast, even as her cheeks turned red. She was trying to stay casual, but knowing what she was like normally, it was very obvious. I let her sit down in the seat next to me and get comfortable, before I spoke up.
<<me>>What's up?<</me>>
She almost flinched as I said that, before huffing.
<<sis1>>Come on, you know... You said you would help me.<</sis1>>
<<me>>Help you do what?<</me>>
<<sis1>>You know what.<</sis1>>
She said, annoyance entering her voice.
<<me>>I do, but this is part of the process.<</me>>
<<sis1>>Really. This, this is part of the process. Making me say...<</sis1>>
Her cheeks flushed again, giving me an indignant stare.
<<me>>Yeah, actually. Can you honestly tell me confidence doesn't help you in your work.<</me>>
That made her pause, evaluating my statement, before nodding.
<<sis1>>That's not entirely baseless.<</sis1>>
<<me>>So what did you need my help with?<</me>>
<<sis1>>Helping me...<</sis1>>
She started, getting stuck. I figured I would help her out this time.
<<me>>You want to make <<nmom2>> your little lesbian sex slave, yeah?<</me>>
Her eyes widened, and she turned her head, looking around the kitchen, confirming we were alone. After a second, she looked back at me, and nodded.
<<me>>I need to hear you say it.<</me>>
I responded, enjoying this a bit more than I should have. She once again went back to glaring. However, realizing that wasn't going to help her cause, she spoke up.
<<sis1>>I want to make <<nmom2>> into my-<</sis1>>
As if fate wanted to make me laugh, <<nmom2>> happened to walk into the room at that moment, causing <<nsis1>> to look like a deer in headlights.
<<mom2>>Hey baby.<</mom2>>
She said, obviously aimed at <<nsis1>>, ignoring me like usual. Well, not entirely like usual. There was definitely a bit more venom in her glare, as well as more crimson in her cheeks. Still, that venom meant nothing to me anymore.
<<me>>Hey <<nmom2>>. What are you doing home so early?<</me>>
She rolled her eyes, and turned back to me.
<<mom2>>Shouldn't you be at work or something?<</mom2>>
<<me>>And miss some quality hang out time with <<nsis1>>? Wouldn't dream of it.<</me>>
She rolled her eyes again, and turned back to the fridge. I looked back at <<nsis1>>, who looked petrified. Here she was, being forced to confess some of her dark desires, and the subject just happens to walk in.\
<img class="rightimg" src="images/Characters/House/Roommate 1/07.png">\
I smile, pulling out my phone, and show her the image of <<nmom2>> bending over, her ass red from my spanking. Her eyes widen, and she turns back to see if <<nmom2>> could see.
<<me>>I understand why you want to make her your dyke slave.<</me>>
I whisper to her. She pats my hand, signaling me to stop.
<<me>>Seriously, she's an obedient bitch. I'll make sure she treats you good.<</me>>
<<mom2>>You ok?<</mom2>>
<<nmom2>> placed her hand on <<nsis1>>s shoulder, causing her to jump.
<<sis1>>I... Yes! I'm good.<</sis1>>
She said. She could not have sounded more uncomfortable if she tried. <<nmom2>> tilted her head, confused by how <<nsis1>> was acting. After a moment, her eyes flipped to me, and anger filled her eyes.
<<mom2>>Did you-<</mom2>>
Before I could even do anything, <<nsis1>> stepped in.
<<sis1>>Hey!<</sis1>>
She snapped, anger in her voice.
<<sis1>>He didn't do anything. He's actually helping me with something.<</sis1>>
She said, causing <<nmom2>> to back up.
<<mom2>>O-ok. I just wanted to make sure you're safe.<</mom2>>
<<sis1>>From who? <<nme>>? He's always made me feel safe.<</sis1>>
She said, pressing her hand on the table. <<nmom2>> gave me one more look of confusion, before nodding, and leaving the kitchen. I just sat there for a moment, before I turned to <<nsis1>>.
<<me>>H-hey, thanks for th-<</me>>
<<sis1>>I want to make her my dyke slut. I want her to eat my pussy all night long, and then discipline her when she doesn't do it properly. I want to pull her around town naked, making her look like the whore she is.<</sis1>>
I sat there, a bit shocked by the turn of events. Before I could say anything, her voice got softer.
<<sis1>>I want to share her with you, and watch the dirty lesbian slut swallow your cock. I want to finger myself watching you cum all over her face and tits. I want to force her to eat nothing but your cum.<</sis1>>
She finally stopped, looking me in the eyes, determination in her eyes.
<<me>>Ok. Let's make it happen.<</me>>
I stood up, and <<nsis1>> followed me. I opened the door, and walked out, confusing her.
<<sis1>>Wait, where are we going?<</sis1>>
<<me>>Getting supplies. Grab your keys.<</me>>
She nods, as I walk to her car.
<<linebreak>>
We approached the building, and <<nsis1>> was nothing but confused.
<<sis1>>Hardware Store? What, are we chopping up a body?<</sis1>>
I smiled at her.
<<sis1>>Wait, we aren't chopping up a body, right?<</sis1>>
<<me>>Just, get in there.<</me>>
I said, opening the door. She walked into the blacked out entrance. I walked in front of her, once again opening the door. She walked in, and froze, as she looked around.
<<sis1>>Why...<</sis1>>
Was all she got out, as I walked by her, placing my hand on her back, leading her in.
<<me>>I told you. Supplies. You're going to need bitch training... things, right?<</me>>
<<sis1>>I don't know if...<</sis1>>
She started, before I walked up to a dildo, with a strapping mechanism. I inspected it, and then pointed to it.
<img class="rightimg" src="images/Characters/House/Roommate 1/13.png">\
<<me>>Useful, no?<</me>>
She frowned a bit, but stepped forward, and actually inspected the item. I let her look at it, taking a look around. This place was always seemingly empty. Which made it especially awkward as I looked towards the counter. <<ncov4>> was sitting there, giving me a smug smirk, before slowly waving at me. I awkwardly nodded, waving back. She giggled, and went back to whatever magazine she was reading.
<<sis1>>Are you serious when you say I should get this? Because... I don't know.<</sis1>>
<<me>>Let me paint a picture.<</me>>
<<Button 'Paint the picture in pink' 'Sis1: 3-2' '.lustbut' '$player.lust += 1'>><</if>><<me>>Imagine her, underneath you.<</me>>
I reached down, gently rubbing my hand down her back, feeling a slight shiver as Lust began to affect her.
<<me>>A leash in your hand, connected to the collar on her neck.<</me>>
I pull her over to the collars. There are hundreds of different designs, some of them ranging from bright and bubbly, to the more extreme variants, sporting spikes, some even on the inside. She reaches out, running her fingers on some, feeling the leather underneath her fingers.
<<me>>You're pumping into her, her pussy juices covering your legs, as the bitch is loving your treatment.<</me>>
I reach down, until my hand is on her ass, causing her to moan. I couldn't tell if she noticed, but she nodded as I began playing with her ass. Using her ass, I lead her to the next section.
<<me>>You pull on her buttplug, and she moans even louder, because you know the whore loves it up the ass.<</me>>
Her eyes darkened slightly, even as her smile remained.
<<sis1>>And if she doesn't, we'll train her into the buttslut she was always meant to be.<</sis1>>
<<me>>Now you're seeing it.<</me>>
I leaned closer to her neck, kissed her. She moaned, closing her eyes, her smile brightening up.
<<sis1>>You're there, right?<</sis1>>
<<me>>What do you mean?<</me>>
<<sis1>>You said we would share her.<</sis1>>
<<me>>If you want me there.<</me>>
She turned to me, looking me right in the eyes.
<<sis1>>Of course. I'm fucking her pussy. She's got plug in her ass. I'm counting one more hole.<</sis1>>
I leaned forward, stopping right in front of her lips, causing her to shiver again.
<<me>>Well then I have to be there. What better way to shut that dyke whore up?<</me>>
She nodded, leaning forward, kissing me deeply, her tongue reaching mine. We stayed there, sharing a deep kiss, as I played with her ass. It took a minute before she reached down, caressing my cock through my pants, feeling how hard I was. She broke the kiss off, smiling.
<<sis1>>Buy whatever you need. Then meet me in the car. We need some... Practise.<</sis1>>
I nodded. She reached into her purse, pulling her wallet out, before I stopped her.
<<me>>On me.<</me>>
She smiled at that, giving me another kiss.
<<sis1>>Ok. But only if you buy that.<</sis1>>
She pointed at a box on the table behind us. It took me a moment to realize what it was. It was a mold kit, to make a homemade dildo.
<<sis1>>Because she should get to feel this-<</sis1>>
She squeezed my cock.
<<sis1>>In every hole.<</sis1>>
I nodded, enjoying the feeling of her hand.
<<sis1>>Now hurry up. I need to feel it first.<</sis1>>
She let go, turning around and making a beeline for the door. I stood there for a second, before looking around. I had done a decent amount of research before coming here, so I was able to make the list quickly. The stars of the purchase were the strap on, the cock mold, and a buttplug. I was carrying everything, when I saw the counter, and froze when I saw <<ncov4>> smirking at me. I cleared my throat, and put all the things on the counter. She didn't say anything, just rang everything through, before stopping at the cock mold and strap on.
<<cov4>>Mmh, no.<</cov4>>
<<me>>Wha-<</me>>
Before I could say anything, she grabbed the strap on, and walked over to the shelf I grabbed it from. She picked up another one, then walked over to the table the cock mold was on, grabbing something small from there, and brought it to the counter.
<<me>>What-<</me>>
<<cov4>>This brand is good, and also makes an adapter that can be put into the mold.<</cov4>>
I looked down, and pieced it together.
<<me>>So the strap on can-<</me>>
<<cov4>>Use the mold you make.<</cov4>>
She said, her eyes wandering down to my pants.
<<cov4>>So you're one of those guys?<</cov4>>
She said, smiling.
<<me>>Huh?<</me>>
She looked down at the strapon, then down to my pants, then her smile grew.
<<me>>Oh. Oh! No! That's not for... No!<</me>>
She giggled.
<<cov4>>Whatever. You should hurry up. I could smell the Lust coming off that girl from here. You guys gonna fuck in our parking lot?<</cov4>>
I opened my mouth, but nothing came out. She had managed to hit the nail on the head.
<<cov4>>No judgment. Although I might take a look.<</cov4>>
I could feel my cheeks burn, before she laughed again.
<<me>>I can't say it was nice seeing you again <<ncov4>>.<</me>>
<<cov4>>Uh-huh. Go get her, stud.<</cov4>>
I paid for the items, and walked out, making a beeline for the car. Before I could open the door, it swung open, as <<nsis1>> pulled me in, closing it behind me. Her mouth was instantly on mine.
<<sis1>>Get your cock out. Show me how you're gonna fuck the slut.<</sis1>>
I reached for my belt, pulling my pants down. As soon as my cock was out, <<nsis1>>'s hands were on it. She didn't waste any moments, pulling her dress up, and pressed it against her pussy.
<<me>>No panties?<</me>>
I asked, and she licked her lips, looking up at me.
<<sis1>>Your fault. They're in the front seat, drenched.<</sis1>>
Hearing that, I pushed forward, causing <<nsis1>> to gasp.
<<sis1>>God yeess.<</sis1>>
<<me>>Like that?<</me>>
<<sis1>>Fuck me.<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 1/14.png">\
I pushed into her, feeling her tight warmth, before pulling out, only to push in slowly.
<<sis1>>Faster.<</sis1>>
I nodded, and sped my thrusts up.
<<sis1>>Rougher. Pretend I'm <<nmom2>> Call me names, all of it.<</sis1>>
<<me>>You're such a fucking whore, aren't you <<nmom2>>?<</me>>
<<sis1>>I am. Such a dumb slut.<</sis1>>
I sped my thrusts into her, feeling her walls tighten. I reached up, and grabbed a handful of her hair, causing her to moan and smile.
<<me>>You're pretty wet for a dyke, aren't you? You actually love cock, don't you?<</me>>
<<sis1>>I love it. I'm a fake lesbian slut.<</sis1>>
I pulled on her hair, and spit in her face, and felt <<nsis1>> clench up, as her orgasm hit her body. I didn't stop fucking her even as she was riding the high.
<img class="leftimg" src="images/Characters/House/Roommate 1/15.webp">\
<<me>>What would your wife say if she saw you here, cumming on a cock?!<</me>>
<<sis1>>She would call me a fake lesbo. Nothing but a whore for cock.<</sis1>>
<<me>>She'd be right. I'm close, slut.<</me>>
Her pussy managed to tighten up even more as I said that.
<<me>>Should I cum inside you? Imagine that. A lesbian cumslut, pregnant.<</me>>
<<sis1>>I wouldn't be able to hide it.<</sis1>>
She moaned out, her legs wrapping around my waist, as I fucked her hard.
<<me>>Everyone would know, you're a cumslut. A whore for men to breed.<</me>>
She began moaning, cumming again upon hearing my words, and pushing me over the edge, as I started shooting my cum directly into <<nsis1>>'s pussy, pushing as deep as I could.
<<sis1>>S-sooo Wwwaarmm...<</sis1>>
She moaned out, feeling my cum inside her. I leaned forward, taking her lips with mine, making out as I shot my load into her. I kept pumping, until I was empty. After a minute, I leaned back, my softening cock sliding out of her, covered in her juices and my cum. <<nsis1>> was still twitchingI sat back, and pulled my phone out, and took a picture. After that, I caught my breath, enjoying watching <<nsis1>> come down from the high, as she gave me a dopey smile.
<<sis1>>She never stood a chance.<</sis1>>
<<me>>No, she didn't. And soon, you'll get to have your own fun with her.<</me>>
She smiled, and reached down, scooping some of my cum out of her pussy, and bringing it up to her lips, letting out a moan. She smiled at me, and looked at my cock.
<<sis1>>That needs to be cleaned, doesn't it?<</sis1>>
She leaned forward, brushing her hair behind her ear, and taking my cock into her mouth.
<<linebreak>>
<<sis1>>Ok, now what?<</sis1>>
She asked me, as we pulled up to the house.
<<me>>Now, I'll let you know. I still have to set some things up.<</me>>
She nodded. She opened her door, turning to exit. I did the same, but before I could, I felt a hand reach out for me, pulling me to her. Our lips met again, as she kissed me deeply, before breaking off.
<<sis1>>You're good to me.<</sis1>>
She said, warmly, before leaving the car. I sat there for a second, watching her walk up the driveway with a bag in hand. I left the car as well, a bag in my hand as well. She kept most of the objects, except for the cock mold. And her wet panties. She gave those to me as well.
<<Button 'Hide the items, then back to normal ' 'Room' '.contbut' '$sis1.percent += 2, $sis1.scene.deleteFirst(3), $sis1.scene.pushUnique(4), $Time +=1, $sis1.sub +=1, $GallImg.pushUnique("images/Phone/Gallery/13.png"), $BackImg.pushUnique("images/Phone/Homescreens/13.png"), $NewGal to 1, $ImgAm += 1, $event.sis1 to 0, $scene to 0, $inv.image.pushUnique("images/Inventory/Cock Mold.png"), $inv.text.pushUnique("Cock Mold"), $inv.image.pushUnique("images/Inventory/SPanties.png"), $inv.text.pushUnique("" + $sis1.name + "s panties"), $player.cash -= 200'>>I walked down the hallway, making my way to my room, and I noticed the door was cracked. Being the only male in a house filled with women, I've naturally become a lot more private. Which is why the door not being closed was abnormal. I walked up to my door, and stuck my head in. Inside, <<nsis2>> was sitting in the middle of my room, on the floor, looking around. I watched her for a moment, thinking back to when she left me at the Hardware Store. After a moment, I lightly knocked on the door, stepping inside the room, but staying near the door.
<img class="rightimg" src="images/Characters/House/Roommate 2/04.png">\
She looked back at me, and nodded, wiping a tear from her face.
<<me>>Hey.<</me>>
<<sis2>>Hey.<</sis2>>
The room went back to silence. I didn't really know what to say. I didn't know what she was thinking.
<<sis2>>Sorry. For being in here.<</sis2>>
<<me>>It's ok. I'm glad you're here.<</me>>
She laughed lightly.
<<sis2>>And... I'm sorry about before.<</sis2>>
<<me>>You don't have to apologize for that. You didn't do anything wrong.<</me>>
<<sis2>>Well I was a bitch. I was just angry. <<ncov1>> told me that they're leaving the demon in, and...<</sis2>>
I didn't say anything, as it felt like she was working through a thought.
<<sis2>>After years of telling me stories about demons...<</sis2>>
I closed the door lightly, not wanting to distract her. This conversation was going to have to be private.
<<sis2>>Years of making them out to be the fucking boogeyman. I came in here, and gave you the scribe spell, and I was scared out of my skull.<</sis2>>
She looked back at me.
<<sis2>>I thought it was just a demon wearing your body. I don't even know if that's still not true. But they told me they would be able to take it out. I needed you to be ok, so I did it. I walked into the lions den, and I gave you the spell, and you were gone, and I relaxed.<</sis2>>
I walked over to her, and sat down beside her.
<<sis2>>And then they tell me they're leaving it inside you?! What the fuck is that?!<</sis2>>
I reached over to her, and grab her hand. She flinched, surprised by the contact, and stared at my hand. After a moment, she squeezed it.
<<sis2>>You feel warm.<</sis2>>
<<me>>It's me, <<nsis2>>.<</me>>
She squeezed my hand again, and she closed her eyes, fighting back tears.
<<sis2>>I... I want that to be true.<</sis2>>
<<me>>I'm not going to pretend to know what you're going through. I only learned about the existence of this... everything, $DaysPlayed days ago.<</me>>
She loosened her grip on my hand, running her finger through my palm. She hadn't broken eye contact with our hands.
<<me>>All I can tell you, that right now...<</me>>
I paused, and smiled.
<<me>>You like me. You really, really like me!<</me>>
<<nsis2>> laughed at that, and finally looked up at me.
<<sis2>>You're such a dumbass.<</sis2>>
<<me>>And no demon would ever be able to fake that funk.<</me>>
I said, leaning close to her. She giggled back.
<<sis2>>I guess you're right. No demon would willingly make themselves look like a fucking goober.<</sis2>>
<<me>>That's right. I'm sorry I made you worry.<</me>>
She smiled, her worry slowly melting. She shook her head.
<<sis2>>It's ok. It's not your fault. I just...<</sis2>>
She paused, and I let her think, as she kept running her finger on my palm.
<<sis2>>We've always been close. Even when this all happened, and I found out I was...<</sis2>>
She paused, as if she felt unsure.
<<me>>A witch.<</me>>
<<sis2>>Yeah. That. Sorry, I spent the last three years hiding that, it feels weird admitting it.<</sis2>>
<<me>>I get it.<</me>>
<<sis2>>Anyway. You were the first one I wanted to tell.<</sis2>>
<<me>>I understand why you didn't. After what happened with the Templar. You were trying to protect me.<</me>>
She nodded, wrapping her arm around her knees, and placing her chin on top. We sat there in silence for a few minutes, just enjoying each others company. Real company, where neither of us were lying to each other, or hiding anything. Our hands stayed together, our fingers caressing each others palms as we sat there. After a few minutes, she finally opened her mouth to speak, before stopping. I just kept looking at her, and she buried her face into her legs even more, and I saw her ears turn crimson red.
<<sis2>><<ncov3>> told me that... They think that you're attuned to...<</sis2>>
My eyes widened as I heard where she was going.
<<me>>Yes!<</me>>
I blurted out.
<<me>>Ahh, I mean, yeah. They were... They were correct.<</me>>
We sat there again, <<nsis2>> staying red the entire time. Our fingers were still playing with each others, but it had gotten slower, and more deliberate. After a minute, she spoke up again. Spoke up is a bit much, as I barely heard what she said.
<<sis2>><span style="font-size: 10px">Can I feel it?</span><</sis2>>
I froze, as the words repeated in my head. I wasn't going to stand there and claim to be a paragon of ethics. <<if hasVisited("Mom1: 1-1") || hasVisited("Mom2: 1-1") || hasVisited("Sis1: 1-1") || hasVisited("Sis3: 1-1")>>I mean, I've already fooled around with the women in this house.<</if>> It still didn't feel any less strange hearing it come from her.
<<me>>E-excuse me.<</me>>
She looked up at me, and squeezed my hand tightly. She didn't say anything as our eyes met. After a moment, she leaned forward, placing a kiss on my lips. I was surprised, but it didn't take long before I was eagerly returning it. I leaned forward, our tongues playing with the others. After a minute, she pulled back.
<<sis2>>I want to feel it.<</sis2>>
I nodded, and felt the energy build up, and I let it flow into <<nsis2>>.
<<Button 'She feels it' 'Sis2: 2-2' '.lustbut' '$player.lust += 1'>><<sis2>>Oh my goooOOoddd...<</sis2>>
She moaned out, as I leaned forward, capturing her tongue again, letting her moans flow into my mouth. She reached up, wrapping her arms around my neck, and I slowly pushed her, until she was lying on my floor, with me over her. Our tongue continued wrestling, before she pulled back, breathing hard.
<<me>>How is it?<</me>>
<<sis2>>Jesus christ, that is...<</sis2>>
She didn't finish her sentence, instead leaning forward again, wanting to taste me again. I reciprocated, and we layed there on my floor, exchanging spit, as <<nsis2>> moaned louder and louder. I was the one to pull back this time.
<<me>>You're going to have to be quiet. Otherwise, <<nmom1>> or <<nmom2>> might hear us. Then where would we be.<</me>>
She looked up at me, and smiled brightly. She lifted her hand between our bodies, and I felt an energy build up, before flowing out. I felt it envelop this room, slowly, before setting, forming a barrier.
<<me>>Was that?<</me>>
<<sis2>>Now you can fuck me good and hard.<</sis2>>
She blurted out, smiling lustfully, before hey eyes widened.
<<sis2>>Er, I mean...<</sis2>>
She suddenly looked shy, unsure of what I wanted. I lifted her up, and placed her on my bed.
<<me>>One fucking, good and hard, coming right up.<</me>>
Her smile returned.
<<sis2>>Something's gonna be coming, for sure.<</sis2>>
<<me>>Jesus, and you call me a goober.<</me>>
We both shared a laugh, and we got close to each other, sharing a light kiss. I got up, and slowly took off my shirt. As I threw it on the ground, <<nsis2>> bit her lip, looking me up and down.
<<sis2>>Fuck me, I wanted this before, but with Lust hitting me, it's insane.<</sis2>>
<<me>>Well come on now. It's not fair I'm the only one undressing.<</me>>
She nodded, bringing her hand down to her shirt, and slowly lifting it, revealing her bra underneath. She stopped for a moment, looking down at her chest, before covering.
<<sis2>>I... I didn't really grow out like <<nmom1>>.<</sis2>>
She said, feeling self-conscious. I rolled my eyes, and grabbed her hand, bringing it to my cock through my pants. Her eyes widened.
<<me>>Shut the fuck up. You are fucking sexy, and you should know that already. This is what you're doing to me.<</me>>
She stared down at her hand on my cock, slowly squeezing it as she felt how hard I was. After a moment, she looked up at me, her eyes now filled with confidence.
<<sis2>>Take your pants off.<</sis2>>
She ordered.
<<me>>You first.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 2/05.png">\
She nodded, and I slowly undid my pants as she lifted her ass, getting her pants off while still laying down, revealing her panties. I grabbed my pants, pulling them and my underwear in one motion, my hard cock bouncing up. <<nsis2>> gasped lightly, before smirking. She reached behind her, and undid her bra, dropping it and showing her cute tits. Then quickly pulled her panties off, and spread her legs, her pussy glistening with wetness.
<<sis2>>Fuck me <<nme>>. Make me scream, and cum, on your cock.<</sis2>>
I nodded, pressing my cock against her pussy, and pushing in, feeling her warmth.
<<sis2>>Holy fuuuucucckkk!<</sis2>>
<<nsis2>> yelled out, grabbing my shoulders as I slowly pushed my cock inside her.
<<sis2>>Fuck me. Fuck me hard!<</sis2>>
I nodded, and pushed my cock inside as hard as I could, causing her to gasp, her back arching. As her pussy was tightening, I slowly pulled out, then hilted my cock inside her again. That pushed her over the edge, causing her to cum, as I felt her juices splash my pelvis.
<<sis2>>God yeS! FUck me! MAke me your bitch!<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/06.png">\
I began pistoning into her, wanting to bring her as much pleasure as I could, as she was writhing in pleasure underneath me. After a bit, her moans and grunts taking over from any actual words, she reached down, grabbing my hand, and placing it on her throat. She locked her eyes with me, and I grabbed on, squeezing, as I fucked her. The moment I squeezed on the throat, I felt her pussy tighten even more. I reached up, grabbing her throat with both hands, and began to hammer into her even harder, as my orgasm was getting close.
<<sis2>>HGHhyeeHeeaaaaa!<</sis2>>
<<nsis2>> moaned out, as I felt another orgasm hit her.
<<me>>I'm gonna cum. Where do you want it?!<</me>>
That brought her back to planet Earth, as she almost said something, before biting her lip. After a moment of fucking her, she kissed me.
<<sis2>>On my face. Cum on my face. Mark me. Make me your bitch.<</sis2>>
She whispered into me, giving me one last kiss, as I pulled out, and mounted her, blasting ropes of cum all over her face. The first couple managed to paint her tongue, and I aimed the rest all over her face, making sure she was properly marked. Once I was done, I lifted my cock, and rested my balls on her mouth.
<<me>>Wash my balls bitch.<</me>>
I heard her moan as I said that, and then felt her warm tongue start roaming my balls.
<<me>>That's a good bitch. Cleans her masters balls with her tongue.<</me>>
I felt her nod slightly underneath me. After a minute, I pulled back, and layed down beside her.
<<sis2>>That was good.<</sis2>>
She said, trying to catch her breath.
<<me>>Just good?<</me>>
She laughed.
<<sis2>>Real good.<</sis2>>
<<me>>That's the dream.<</me>>
We both layed there, catching our breaths. After a few minutes, I felt the same energy as before, and opened my eyes, as I saw <<nsis2>> take down the barrier.
<<me>>You're gonna have to show me how to do that.<</me>>
<<sis2>>Oh don't worry.<</sis2>>
She leaned over, giving me a kiss on the cheek.
<<sis2>>I'll show you how, the next time my master wants his balls cleaned with my tongue.<</sis2>>
I smirked at her, her eyes filled with lust. She stood up, picking up her clothes. Before I could say anything, she disappeared. I laughed.
<<me>>You're gonna have to show me that one too.<</me>>
I laid there, smiling, before I realized.
<<me>>Shit! Didn't mark her.<</me>>
I thought about it for a second.
<<met>>Huh. I should probably ask her if marking her is ok, before doing it. Since she'll likely be able to sense it.<</met>>
<<Button 'Get dressed' 'Room' '.return2' '$sis2.percent += 2, $sis2.scene.deleteFirst(2), $sis2.scene.pushUnique(3), $Time +=1, $sis2.sub +=1, $event.sis2 to 0, $scene to 0'>>Sitting in my room, I was killing some time. As much as I have enjoyed this time with <<ncain>> and the things the Sins have let me do, everyone still needs their down time. So it was a surprise to me when <<nsis3>> entered my room, and closed the door behind her. She didn't say anything, just walked around the room. Even as she was trying to remain neutral, the occasional glances, quickly broken when I met her eyes, told me this was anything but a casual visit. I looked back down at my phone, scrolling through random things. It took less than a minute before she finally said something.
<img class="leftimg" src="images/Characters/House/Roommate 3/11.png">\
<<sis3>>What are you looking at?<</sis3>>
<<me>>Nothing really. It's been a hectic week. Just decompressing, flipping through Youtube.<</me>>
<<sis3>>Oh. That's cool. I-I was online earlier, and <<nsub1>> sent me a cute video. A little kitten who drank too much milk.<</sis3>>
<<me>>That's cool.<</me>>
I smiled at her, and went back to my phone. After a few seconds, I noticed she was just standing there. Even when she came in, I figured if she just wanted to catch up, we could. But from the way she was struggling to say something, it was clear she had something in mind.
<<me>>Did you want something?<</me>>
I asked, sounding innocent. Her cheeks flushed lightly, but she shook her head, as if denying anything I was implying.
<<sis3>>I... Just thought we could hang out.<</sis3>>
She didn't sound convincing at all. I nodded though, and moved over on my bed, petting the space made.
<<me>>Ok. Come here.<</me>>
She smiled lightly, then nervously got on my bed. She suddenly flinched, and her movement became... If I were to guess, she was aiming for sexy. However, it looked stilted to me. I chuckled internally, and pulled my phone up as she sat beside me. We sat there together, me flipping through my phone for the entire time. I showed her a video, and she gave a half hearted chuckle. However, after a minute or so, she was getting antsy.
<<me>>Are you ok over there?<</me>>
I asked quietly, taking advantage of how close we were by getting close to her ear.
<<sis3>>I thought...<</sis3>>
She started, but when she caught me looking down at her, she bit her lip. I laughed, internally, as I realized what she was doing. Something she had done her entire life. If she wanted to continue this game we were playing, I had to make one thing clear. It wasn't going to work like that. She wasn't going to be in charge.
<<me>>What did you think? That you would come in here, and I would make you cum?<</me>>
That brazen admission turned her entire face red, as she brought her knees to her face, trying to cover her embarassment. However, after a few seconds, I saw her lightly nodding.
<<me>>Well then you're shit out of luck. I'm not in the mood.<</me>>
That certainly got her attention, as her red face popped up, looking back at me with nothing but dissapointment in her face.
<<sis3>>But-<</sis3>>
<<me>>But what? You think that I'm here to just give you whatever you want?<</me>>
I asked her, my voice getting a bit lower. She looked down, and I could see her eyes getting misty. She cleared her throat, and pushed herself off my bed. Before she got too far, I reached out to her, grabbing her wrist roughly.
<<me>>It seems like you completely misunderstand our relationship.<</me>>
She looked back at me, her face betraying confusion from the rollercoaster of emotions coursing through her body. It wasn't there long, as I pulled her onto the bed on her back, her looking up at me.
<img class="leftimg" src="images/Characters/House/Roommate 3/12.webp">\
<<me>>You're here to give me what I want.<</me>>
I reached up, and roughly grabbed her breast through her shirt, getting a moan out her her.
<<me>>You're the dumb slut that likes getting raped. Isn't that right?<</me>>
I asked her, reaching up and grabbing her neck, not putting any pressure on it, but from the way her eyes glazed over, was having the intended effect. She nodded lightly, and I reached up, swiping my thumb against her lips, pushing them open.
<<me>>Answer me.<</me>>
She nodded.
<<sis3>>I'm a dumb slut that likes getting raped.<</sis3>>
<<me>>That's right.<</me>>
I grabbed her arm, flipping her over on her front.
<<me>>Good. Because I want to cum, and I want to use your slutty holes.<</me>>
She looked back up to me, and I saw hesitation.
<<sis3>>N-no, I-<</sis3>>
I pushed her head down into the bed, and pulled her pants and panties down in one quick motion.
<<me>>Shut the fuck up. You're nothing but a fleshlight for me to rape.<</me>>
I reached down, running my fingers up her slit, feeling her wetness.
<<Button 'Be a good whore, and put her hands behind your back' 'Sis3: 3-2' '.lustbut' '$player.lust += 1'>>Even as I pushed her head into the bed, I could hear her moan out, enjoying the sensation of my fingers lightly tracing up her lips. I pushed forward a bit, and began fingering her. It only a few seconds of my fingers inside her before she raised her hands, putting them behind her back. I smiled, and let go of her head, grabbing both of her wrists with one hand. I reached down, and undid my belt, wrapping it around her wrists, until they were securely locked behind her back.
<<me>>That's a good slut. When someone rapes you, you should make it as easy for them as possible.<</me>>
I spanked her ass, leaving a nice red handprint.
<<me>>Thank me.<</me>>
She looked up at me, her eyes filled with Lust even as they were getting misty.
<<sis3>>Thank you mister.<</sis3>>
I laughed at her.
<<me>>Dumb slut.<</me>>
I began undoing my pants, and pulled them down, releasing my hard cock. She lifted her head, trying to get a look at what was about to happen. I rested my cock between her ass cheeks.
<<sis3>>I...<</sis3>>
She spoke up, before her words got caught in her throat. I grabbed her hair, and forcefully pulled on it, making her arch her back.
<<me>>Speak up.<</me>>
She swallowed, her lips curling slightly up as I gripped her hair like a leash.
<<sis3>>I've never... done this.<</sis3>>
<<me>>You're a virgin?<</me>>
I asked her, and she nodded, looking up at me, trying to look as innocent as possible.
<<me>>Well then you're lucky, aren't you? A rape slut getting raped for her first time.<</me>>
I let her hair go, letting her fall into my bed, her arms tied behind her back not letting her soften the impact. I grabbed my cock, and lowered it, rubbing her pussy lips with it, getting it covered in her juices.
<<me>>Are you ready? I'm about to ruin you forever.<</me>>
She swallowed, and looked back at me. She didn't answer, instead just bit her lip. That was all the response I needed, as I pushed my dick inside her, her tightness pushing back against me.
<img class="leftimg" src="images/Characters/House/Roommate 3/13.gif">\
<<sis3>>Aaahhh...<</sis3>>
She grunted as she felt my cock invade her. I pulled back slightly, then pushed myself even deeper inside her. Her moans as I started fucking her slowly were getting louder and louder, so I pushed her head back into my bed.
<<me>>You stupid slut. You should be trying to make this pleasurable for your rapist, Not just get off on his cock.<</me>>
She couldn't respond, except I felt her hips start to push back into mine. I sighed, and looked around. I found what I was looking for, her phone. I turned it on, and found a password. Sighing, I grabbed her hair again, pulling her up.
<<sis3>>UUuhuhuuuuhhh.<</sis3>>
She moaned out loudly, and I let go of her hair, reaching for her throat instead, trying to quiet her down.
<<me>>You dirty whore. If you keep moaning this loud, someone will find us. And then everyone will know that you're a used up rape slut.<</me>>
Clearly my words weren't quieting her down. Which was fine, as my pressure on her throat was doing the trick. Still, as she was lost in her own pleasure, I reached up, and put the phone in front of her face, and unlocked it. I saw as she slowly opened her eyes, and pulled against the belt when she saw what I was doing.
<<sis3>>What are you doing?!<</sis3>>
She said, between my hand on her throat and her moans.
<<me>>Shut the fuck up. I'm looking for something better.<</me>>
I opened her gallery, and quickly looked through, finding what I was looking for. Pictures of <<nsub1>>. She watched as I pulled them up, then I pushed her down, fucking her harder.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/02.png">\
<<me>>Like I said, you're nothing but a fleshlight for me to rape now. So I'm going to use your pussy to masturbate, as I look at pictures of <<nsub1>>.<</me>>
She couldn't say much, considering I wasn't letting her. But from the way her pussy tightened up when I finished, she didn't dislike the idea.
<<me>>God, <<nsub1>> would be a good fuck, don't you think?<</me>>
I said, fucking her harder, getting closer to my orgasm, as I felt the walls of her pussy start to twitch. From the bed, I heard her moan even louder, as she rode her own climax.
<<me>>Do you think she would like it if I was fucking her like this?<</me>>
I grunted, feeling my orgasm about to hit me.
<<me>>Maybe next time she spends the night, we can all have fun. And if she doesn't want to, maybe you can help me with her. She doesn't need to consent, after all. You'll do that for me, won't you?<</me>>
I saw her nodding into the bed, as another orgasm hit her. That pushed me over the edge, and I pulled out, shooting rope after rope all over her ass and back. I held her down as I covered her with my cum, and she twitched below me. After a couple of minutes, she sighed, finishing her high, as I undid the belt on her back.
<<me>>What do you say slut?<</me>>
She looked up at me, and gave me a goofy smile.
<img class="leftimg" src="images/Characters/House/Roommate 3/14.png">\
<<sis3>>I hope you enjoyed raping me, mister.<</sis3>>
I smiled at her, leaning down to her face. I gave her a quick kiss on the lips. She closed her eyes, leaning forward. I smiled, and reciprocated, turning the short peck into a long, deep kiss. I layed down beside her, and pulled her on top of me, and held her there, before pulling back.
<<sis3>>I like it when you rape me.<</sis3>>
She said, a goofy smile on her face, resting her head on my chest. I reached up, rubbing her head.
<<me>>I like doing it to you.<</me>>
We both layed there in silence, before <<nsis3>> spoke up.
<<sis3>>And maybe <<nsub1>> would enjoy you. I've caught her looking...<</sis3>>
She said, barely louder than a whisper. As she said that, I noticed how still she had gotten. I reached down to her chin, and forced her to look up to me.
<<me>>You would have to hold her down for me, wouldn't you?<</me>>
<<nsis3>> bit her lip, before nodding slowly.
<<sis3>>I would. If you wanted me to.<</sis3>>
<<me>>You would hold down your own best friend so<<if $fet.inc is 1>> your brother <<else>> I <</if>>can rape her?<</me>>
<<sis3>>If you told me to.<</sis3>>
She paused.
<<sis3>>Forced me to.<</sis3>>
I smiled down at her, and leaned forward, taking her lips with mine again.
<<me>>You're a good rapeslut.<</me>>
She smiled again. I sighed, and have her ass a light slap.
<<me>>I did enjoy raping you. Now get going.<</me>>
She bit her lip, smiling, and nodded. She carefully pulled her pants on, letting my cum soak into her panties as she did, then flashed me a smile, as she walked out of the room awkwardly, her legs still shaking a bit.
<<Button 'Back to killing time' 'Room' '.return2' '$sis3.percent += 2, $sis3.scene.deleteFirst(3), $sis3.scene.pushUnique(4), $sis3.sub +=1, $event.sis3 to 0, $scene to 0'>>I walked up to the building, sizing it up. It's fairly nice, which I suppose isn't completely strange, considering <<nbankc>>'s job. I enter the building, getting buzzed in, and quickly go to <<nbankc>>'s apartment. I open the door, entering without knocking. I expected it, but it was still nice. I walked in, and looked around. It was decorated nicely, although not to my taste. Still, considering I had lived my entire life amongst women, it was not unfamiliar. Entering the living room, I was greeted by <<nbankc>>, wearing sexy, revealing lingerie.
<<bankc>>Hello sir.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/11.png">\
She flashed me a smile, truly happy to see me. I walked over to her couch, taking a seat, without saying a word. She turned to face me, making sure she was displaying everything she could. I spread my legs. A moment later, she understood what I was saying, and she kneeled between my legs. I reached down, and pet her head.
<<me>>That's a good girl.<</me>>
She leaned into my hand, genuinely loving the feeling of just my hand. While continuing to pet her, I undid my pants, and pulled my cock. <<nbankc>> didn't hesitate, and leaned forward, taking my hardening member into her mouth. As she did, she moaned in pleasure.
<<me>>How does that feel? Natural, I hope?<</me>>
She nodded, her eyes closed, enjoying the taste of my cock.
<<me>>Wouldn't it feel great to be able to share this pleasure with... What was her name again?<</me>>
She opened her eyes, and looked down at my cock. Her tongue ran along the head one last time, before she pulled back.
<<bankc>><<nbankgf>>... sir.<</bankc>>
After saying her name, her face looked guilty. I sighed, then placed my hand on her head, pulling her back onto my cock. She opened her mouth, and took it back into her mouth.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/12.webp">\
<<me>><<nbankgf>>. That's a pretty name. Tell me, you're happy, on your knees, sucking on my cock, aren't you?<</me>>
<<bankc>>Mmmhmmm.<</bankc>>
She moaned, nodding as she gave my cock pleasure with her tongue. As she answered, she tried taking me deeper.
<<me>>Well <<nbankgf>> would be happy sucking on my balls while you polish my cock. I want that for her, don't you.<</me>>
<<bankc>>Mmmhmmm.<</bankc>>
<<me>>Good.<</me>>
I pulled her head back, pulling her off my cock. She tried to fight me, wanting to keep tasting my cock, but I grabbed her hair, and pulled it, getting her to focus on me, even as a smile crept onto her face. I stood up, walking around her.
<<me>>Where's the bedroom?<</me>>
<<bankc>>That way sir.<</bankc>>
She pointed down the hall, and I followed until I found her and <<nbankgf>>'s bedroom. I let go of <<nbankc>>, pointing to the bed, as I walked to a dresser in front of it. I pulled out my phone, and set it up to point at the bed. Once I was happy with the angle, I turned around. <<nbankc>> was sitting on the bed, staring down at a small box in her hands, looking conflicted. I took another look at the box, and realized what it was.
<<me>>What's that?<</me>>
<<bankc>>It's... I bought it for <<nbankgf>>.<</bankc>>
She lifted her hand, letting me get a better look, confirming what it was when she opened it. A wedding ring.
<<me>>Congrats slut.<</me>>
<<bankc>>T-thanks... Sir...<</bankc>>
She brought the box back down, continuing to stare at it. I sighed, and sat down next to her.
<<me>>What's the problem?<</me>>
<<bankc>>Well, I... I was going to propose.<</bankc>>
I looked at her, and shrugged.
<<me>>Yeah, that's a bit obvious. So?<</me>>
<<bankc>>Now I don't know what to do. Because she's a lesbian, and I'm here, doing this with you.<</bankc>>
<<me>><<nbankc>>. You're a lesbian, and you love my cock, don't you?<</me>>
She nodded.
<<bankc>>But <<nbankgf>> isn't like me. She only likes women.<</bankc>>
I sighed, and grabbed the ring box. She tightened her grip for a moment, before letting me take it.
<<me>>Didn't I tell you before?<</me>>
I stood up, and walked to the dresser. Before I put the ring down, I had an idea, and instead picked up the phone.
<<me>>You should let me think for you. I have a plan to fix this all. Because I didn't care that you were a lesbian. And I don't care if she's a lesbian.<</me>>
I walked up to her, and rested my cock on her face.
<<me>>You're both just holes for me to fuck.<</me>>
<<Button 'Are you ready slut?' 'BankC: 3-2' '.lustbut' '$player.lust += 1'>><<bankc>>Haaaahh. Yes sir.<</bankc>>
<<me>>Good. Now why don't you introduce yourself?<</me>>
I pointed the phone down to her, and moved my cock so the camera could see her face properly.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/13.gif">\
<<bankc>>I'm <span class="BankCText">$bankc.name Green</span>.<</bankc>>
<<me>>And what do you think about my cock.<</me>>
<<bankc>>It's incredible. I love having it in my mouth. I think nothing could taste better than this, but then I taste your pre-cum, and I know that being on my knees, suckling on it, is where I'm meant to be.<</bankc>>
<<me>>What a fucking whore.<</me>>
I smile, as <<nbankc>> is mesmerized by my cock being right in front of her, but not being able to suck it.
<<me>>But wait, <<nbankc>>, aren't you a lesbian?<</me>>
<<bankc>>I was. Or, I am. I don't find any other men attractive. Just you, and your perfect, fat cock. Sir.<</bankc>>
<<me>>And what do you think we're going to be doing here.<</me>>
That question finally made her look up at me, then directly into the camera.
<<bankc>>You came in, and let me suck on it, until it was hard. And then you brought me into my room.<</bankc>>
<<me>>Not just your room, right?<</me>>
That made her bite her lip, guilt briefly showing on her face, before lust quickly replaced it. She shook her head.
<<bankc>>No sir. It's a room I share with my girlfriend, <<nbankgf>>.<</bankc>>
<<me>>Your soon to be fiancee, isn't that right?<</me>>
I showed the ring box to the camera, before focusing back on <<nbankc>>.
<<bankc>>Yes sir.<</bankc>>
<<me>>Good. Sorry, I interrupted you earlier. Keep going.<</me>>
<<bankc>>Well, you brought me in, after letting me please your cock. So now, I think you're going to fuck me, with your fat, delicious cock, on me and my girlfriends bed.<</bankc>>
<<me>>That's right. Why don't you get ready for me?<</me>>
I said, quickly setting the camera back up on the dresser, then turned around, and saw <<nbankc>> on her hands and knees, looking back at me, as she spread her ass, letting me get a great shot of her pussy. I walked up to her, and pressed my cock against her pussy.
<<me>>Are you ready to lose your gold star, slut?<</me>>
<<bankc>>I am sir. Please, fuck me with your cock.<</bankc>>
I started pressing forward slowly, until my head entered her, causing her to gasp.
<<me>>How does it feel?<</me>>
<<bankc>>More, sir. Please, I want more.<</bankc>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/14.webp">\
<<me>>Look at the dumb lesbian, begging for more cock on her and her girlfriends bed.<</me>>
<<bankc>>Please sir, I need it.<</bankc>>
<<me>>What about <<nbankgf>>?<</me>>
<<bankc>>She doesn't matter, please! I need your cock sir!<</bankc>>
I smirked, and pushed my cock forward, eliciting a long, low groan from <<nbankc>>, as she began to twitch, her orgasm hitting her already.
<<me>>What a needy slut.<</me>>
I said, slapping her ass, as I pulled my cock out, and pushed into her quickly.
<<me>>Are you ready to get fucked, whore?<</me>>
She didn't respond, but I took her twitching as a yes.
<<linebreak>>
<<bankc>>Yeessss, fuck me sir, you own my pussy!<</bankc>>
<<nbankc>> yelled out, as she was hit with her sixth climax. I had been fucking her hard for the last 40 minutes, and I had a great video. It was filled with her talking about how much <<nbankgf>> would love getting cock, and how they would be great sluts for me. There was even a comment about how she was excited to be bred at the same time. She was truly kinky once she was properly fucked.
<<me>>I'm about to cum slut.<</me>>
I groaned in her ear.
<<bankc>>Inside me, please. Let me bear your children.<</bankc>>
I grinned, glad to be getting this all on camera.
<<me>>Not yet. You haven't earned it.<</me>>
I pumped into her pussy hard, getting close to cumming. As I felt it coming, I pulled out, and reached for the camera, pointing the camera at <<nbankc>>, who quickly got off the bed, and onto her knees. She smiled up at me, opening her mouth. Pointing the camera at her, I handed the ring to her, confusing her. But as I continued pumping my cock, pointing it directly at her face, she got the message, and brought the ring beside her face, and I began cumming, pumping ropes of cum all over her face, shooting a couple of ropes directly on her ring, covering it in my cum, then finishing on her tongue.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/15.webp">\
<<me>>There we go slut. How does that taste?<</me>>
<<bankc>>Perfect, sir.<</bankc>>
<<me>>And are you going to propose to <<nbankgf>> with the ring covered in my cum.<</me>>
She paused, before nodding, as if she realized something.
<<bankc>>Of course sir. She's going to be your whore, as well as my wife. So your cum should play a part.<</bankc>>
I reached down, and pet her, causing her to grin up to me.
<<me>>Good girl. Now, clean up.<</me>>
I looked around, and pulled my pants on, and left <<nbankc>> to the cleaning. We had already spent quite a bit of time together, and I didn't want to be in there when <<nbankgf>> showed up. Not that I thought she wouldn't be affected by Lust, but because I wanted to take my time. Besides, I had gotten some great footage.
<<Button 'Leave the apartment' 'Midtown' '.contbut' '$Time += 1, $bankc.sub +=1, $bankc.percent += 2, $bankc.scene.deleteFirst(3), $bankc.scene.pushUnique(4), $location.apart to 1, $scene to 0, $event.bankc to 0, $GallImg.pushUnique("images/Phone/Gallery/12.png"), $BackImg.pushUnique("images/Phone/Homescreens/12.png"), $NewGal to 1, $ImgAm += 1'>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<<Button 'Back to room' 'Room' '.return2' '$f to 1'>>
<</nobr>>
<br>
<div style="font-size: 40px; font-weight: bold; text-align: center;">Replays</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><img class="chargridimg" src="images/Characters/House/Landladies/M01.png"></div>
<div class="replaygrid2"><span class="Mom1Text">$mom1.name $player.last</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Mom1: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "mom1-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "mom1-1"'>><</if>>
<<if not hasVisited("Mom1: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "mom1-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "mom1-2"'>><</if>>
<<if not hasVisited("Mom1: 3-1")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "mom1-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "mom1-3"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $mom2.met is 0>><img class="chargridimg" src="images/Characters/House/Landladies/D01L.png"><<else>><img class="chargridimg" src="images/Characters/House/Landladies/D01.png"><</if>></div>
<div class="replaygrid2"><span class="Mom2Text">$mom2.name $player.last</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Mom2: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "mom2-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "mom2-1"'>><</if>>
<<if not hasVisited("Mom2: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "mom2-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "mom2-2"'>><</if>>
<<if not hasVisited("Mom2: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "mom2-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "mom2-3"'>><</if>>
<<if not hasVisited("Mom2: 4-2")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "mom2-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "mom2-4"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $sis1.met is 0>><img class="chargridimg" src="images/Characters/House/Roommate 1/01L.png"><<else>><img class="chargridimg" src="images/Characters/House/Roommate 1/01.png"><</if>></div>
<div class="replaygrid2"><span class="Sis1Text">$sis1.name $player.last</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Sis1: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "sis1-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "sis1-1"'>><</if>>
<<if not hasVisited("Sis1: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "sis1-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "sis1-2"'>><</if>>
<<if not hasVisited("Sis1: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "sis1-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "sis1-3"'>><</if>>
<<if not hasVisited("Sis1: 4-1")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "sis1-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "sis1-4"'>><</if>>
<<if not hasVisited("FamMix: 1-1")>><<RButtonC 'Scene 5' 'Replay1' '$replay to "fam1"'>><<else>><<hovertip "Shared Scene with <<nsis2>>">><<RButton 'Scene 5' 'Replay1' '.replayscenebtshare' '$replay to "fam1"'>><</hovertip>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $sis2.met is 0>><img class="chargridimg" src="images/Characters/House/Roommate 2/01L.png"><<else>><img class="chargridimg" src="images/Characters/House/Roommate 2/01.png"><</if>></div>
<div class="replaygrid2"><span class="Sis2Text">$sis2.name $player.last</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Sis2: 2-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "sis2-2"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "sis2-2"'>><</if>>
<<if not hasVisited("Sis2: 3-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "sis2-3"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "sis2-3"'>><</if>>
<<if not hasVisited("FamMix: 1-1")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "fam1"'>><<else>><<hovertip "Shared Scene with <<nsis1>>">><<RButton 'Scene 3' 'Replay1' '.replayscenebtshare' '$replay to "fam1"'>><</hovertip>><</if>>
<<if not hasVisited("FamMix: 2-1")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "fam2"'>><<else>><<hovertip "Shared Scene with <<nsis3>>">><<RButton 'Scene 4' 'Replay1' '.replayscenebtshare' '$replay to "fam2"'>><</hovertip>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $sis3.met is 0>><img class="chargridimg" src="images/Characters/House/Roommate 3/01L.png"><<else>><img class="chargridimg" src="images/Characters/House/Roommate 3/01.png"><</if>></div>
<div class="replaygrid2"><span class="Sis3Text">$sis3.name $player.last</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Sis3: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "sis3-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "sis3-1"'>><</if>>
<<if not hasVisited("Sis3: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "sis3-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "sis3-2"'>><</if>>
<<if not hasVisited("Sis3: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "sis3-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "sis3-3"'>><</if>>
<<if not hasVisited("Sis3: 4-1")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "sis3-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "sis3-4"'>><</if>>
<<if not hasVisited("Sis3: 5-1")>><<RButtonC 'Scene 5' 'Replay1' '$replay to "sis3-5"'>><<else>><<RButton 'Scene 5' 'Replay1' '.replayscenebt' '$replay to "sis3-5"'>><</if>>
<<if not hasVisited("Sis3: 6-1")>><<RButtonC 'Scene 6' 'Replay1' '$replay to "sis3-6"'>><<else>><<RButton 'Scene 6' 'Replay1' '.replayscenebt' '$replay to "sis3-6"'>><</if>>
<<if not hasVisited("FamMix: 2-1")>><<RButtonC 'Scene 7' 'Replay1' '$replay to "fam2"'>><<else>><<hovertip "Shared Scene with <<nsis2>>">><<RButton 'Scene 7' 'Replay1' '.replayscenebtshare' '$replay to "fam2"'>><</hovertip>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $comb.met is 0>><img class="chargridimg" src="images/Characters/Town/Comic Store/Owner/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Comic Store/Owner/01.png"><</if>></div>
<div class="replaygrid2"><span class="ComBText">$comb.name Green</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "comb-1"'>>
<<if not hasVisited("ComB: 1-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "comb-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "comb-2"'>><</if>>
<<if not hasVisited("ComB: 2-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "comb-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "comb-3"'>><</if>>
<<if not hasVisited("ComB: 3-2")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "comb-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "comb-4"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $bankc.met is 0>><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Bank/Cashier/01.png"><</if>></div>
<div class="replaygrid2"><<if $bankc.met is 0>><span class="BankCText">???</span><<else>><span class="BankCText">$bankc.name Ellis</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("BankC: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "bankc-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "bankc-1"'>><</if>>
<<if not hasVisited("BankC: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "bankc-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "bankc-2"'>><</if>>
<<if not hasVisited("BankC: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "bankc-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "bankc-3"'>><</if>>
<<if not hasVisited("BankC: 5-2")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "bankc-5"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "bankc-5"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $bankw.met is 0>><img class="chargridimg" src="images/Characters/Town/Bank/Wife/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Bank/Wife/01.png"><</if>></div>
<div class="replaygrid2"><<if $bankw.met is 0>><span class="BankWText">???</span><<else>><span class="BankWText">$bankw.name Harding</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("BankW: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "bankw-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "bankw-1"'>><</if>>
<<if not hasVisited("BankW: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "bankw-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "bankw-2"'>><</if>>
<<if not hasVisited("BankW: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "bankw-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "bankw-3"'>><</if>>
<<if not hasVisited("BankW: 4-2")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "bankw-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "bankw-4"'>><</if>>
<<if not hasVisited("BankW: 5-2")>><<RButtonC 'Scene 5' 'Replay1' '$replay to "bankw-5"'>><<else>><<RButton 'Scene 5' 'Replay1' '.replayscenebt' '$replay to "bankw-5"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $assw.met is 0>><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/01.png"><</if>></div>
<div class="replaygrid2"><<if $assw.met is 0>><span class="AssWText">???</span><<else>><span class="AssWText">$assw.name Monroe</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("AssW: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "assw-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "assw-1"'>><</if>>
<<if not hasVisited("AssW: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "assw-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "assw-2"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $asswgf.met is 0>><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/00L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Borderlands/Ass/F/00.png"><</if>></div>
<div class="replaygrid2"><<if $asswgf.met is 0>><span class="AssWGFText">???</span><<else>><span class="AssWGFText">$asswgf.name West</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("AssWGF: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "asswgf-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "asswgf-1"'>><</if>>
<<if not hasVisited("AssWGF: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "asswgf-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "asswgf-2"'>><</if>>
<<if not hasVisited("AssWGF: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "asswgf-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "asswgf-3"'>><</if>>
<<if not hasVisited("AssWGF: 4-1")>><<RButtonC 'Scene 4' 'Replay1' '$replay to "asswgf-4"'>><<else>><<RButton 'Scene 4' 'Replay1' '.replayscenebt' '$replay to "asswgf-4"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $sub1.met is 0>><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Suburb/Sub1/01.png"><</if>></div>
<div class="replaygrid2"><<if $sub1.met is 0>><span class="Sub1Text">???</span><<else>><span class="Sub1Text">$sub1.name Casey</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Sub1: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "sub1-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "sub1-1"'>><</if>>
<<if not hasVisited("Sub1: 2-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "sub1-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "sub1-2"'>><</if>>
<<if not hasVisited("Sub1: 3-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "sub1-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "sub1-3"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $dass.met is 0>><img class="chargridimg" src="images/Characters/Town/College/DAss/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/College/DAss/01.png"><</if>></div>
<div class="replaygrid2"><<if $dass.met is 0>><span class="DAssText">???</span><<else>><span class="DAssText">$dass.name Reyes</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("ManifestSin: Pride3")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "dass-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "dass-1"'>><</if>>
<<if not hasVisited("DAss: 1-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "dass-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "dass-2"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $dean.met is 0>><img class="chargridimg" src="images/Characters/Town/College/Dean/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/College/Dean/01.png"><</if>></div>
<div class="replaygrid2"><<if $dean.met is 0>><span class="DeanText">???</span><<else>><span class="DeanText">$dean.name Lambert</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Dean: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "dean-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "dean-1"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $coun1d.met is 0>><img class="chargridimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/CityHall/Coun1/Daughter/01.png"><</if>></div>
<div class="replaygrid2"><<if $coun1d.met is 0>><span style="color: #cd82ff">???</span><<else>><span style="color: #cd82ff">$coun1d.name Lee</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("ManifestSin: Pride5")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "coun1d-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "coun1d-1"'>><</if>>
<<if not hasVisited("Coun1D: 1-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "coun1d-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "coun1d-2"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $busid.met is 0>><img class="chargridimg" src="images/Characters/Town/Hospital/Busid/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Hospital/Busid/01.png"><</if>></div>
<div class="replaygrid2"><<if $busid.met is 0>><span class="BusiDText">???</span><<else>><span class="BusiDText">$busid.name Solis</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("BusiD: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "busid-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "busid-1"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $busids.met is 0>><img class="chargridimg" src="images/Characters/Town/Hospital/Busid/Sister/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Hospital/Busid/Sister/01.png"><</if>></div>
<div class="replaygrid2"><<if $busids.met is 0>><span style="color: #80ff91">???</span><<else>><span style="color: #80ff91">$busids.name Contreras</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("ManifestSin: Wrath4")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "busids-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "busids-1"'>><</if>>
<<if not hasVisited("BusiDS: 1-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "busids-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "busids-2"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $commish.met is 0>><img class="chargridimg" src="images/Characters/Town/CityHall/Commish/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/CityHall/Commish/01.png"><</if>></div>
<div class="replaygrid2"><<if $commish.met is 0>><span class="CommishText">???</span><<else>><span class="CommishText">$commish.name Warner</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Commish: 1-2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "commish-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "commish-1"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $hospad.met is 0>><img class="chargridimg" src="images/Characters/Town/Hospital/HospAd/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Hospital/HospAd/01.png"><</if>></div>
<div class="replaygrid2"><<if $hospad.met is 0>><span class="HospAdText">???</span><<else>><span class="HospAdText">$hospad.name Whitteker</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("ManifestSin: Wrath2")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "hospad-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "hospad-1"'>><</if>>
<<if not hasVisited("HospAd: 1-2")>><<RButtonC 'Scene 2' 'Replay1' '$replay to "hospad-2"'>><<else>><<RButton 'Scene 2' 'Replay1' '.replayscenebt' '$replay to "hospad-2"'>><</if>>
<<if not hasVisited("HospAd: 2-2")>><<RButtonC 'Scene 3' 'Replay1' '$replay to "hospad-3"'>><<else>><<RButton 'Scene 3' 'Replay1' '.replayscenebt' '$replay to "hospad-3"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><<if $cov4.met is 0>><img class="chargridimg" src="images/Characters/Town/Coven/Count/01L.png"><<else>><img class="chargridimg" src="images/Characters/Town/Coven/Count/01.png"><</if>></div>
<div class="replaygrid2"><<if $cov4.met is 0>><span class="Cov4Text">???</span><<else>><span class="Cov4Text">$cov4.name Watson</span><</if>></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Side1-5")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "cov4-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "cov4-1"'>><</if>>
</div>
</div>
</div>
<br>
<div class="replaygrid">
<div class="replaygrid1"><img class="chargridimg" src="images/Characters/Misc/Random Girls/01.png"></div>
<div class="replaygrid2"><span class="BigText">Misc Girls</span></div>
<div class="replaygrid3">
<div class="replaybuttongrid">
<<if not hasVisited("Side1-3-1")>><<RButtonC 'Scene 1' 'Replay1' '$replay to "random1-1"'>><<else>><<RButton 'Scene 1' 'Replay1' '.replayscenebt' '$replay to "random1-1"'>><</if>>
</div>
</div>
</div>
<br>
<<Button 'Back to room' 'Room' '.return2' '$f to 1'>><<if $player.dec is "pride">>\
I was suddenly thrust back into reality, <<ncov2>>'s arm firmly around my neck. I began trying to fight against her again, once again having no success. It was <<ncov3>> who managed to loosen the hold.
<<cov3>>G-guys, I think we should let him go.<</cov3>>
<<cov1>>W-what?!<</cov1>>
<<ncov1>> exclaimed. <<ncov2>> was silent, but gave her fellow witch a side look.
<<cov3>>I was in there. With him.<</cov3>>
<<cov1>>What? Are you ok, did the demon hurt you?<</cov1>>
<<cov3>>No. I didn't see any demon. It was just me, and him.<</cov3>>
<<ncov3>> looked at me, studying me, as if looking for a reason to change her mind again. She sighed, not finding one.
<<cov3>>I don't know if he's possessed, but... Well, you always said demons are ruthless, right?<</cov3>>
<<cov1>>Yeah, and?<</cov1>>
<<cov3>>Well, he could have... He was completely in control in there. If he wanted to, he could have hurt me. A lot.<</cov3>>
I felt <<ncov2>>'s grip tighten when she heard that, but <<ncov3>> reached up, touching her shoulder, relieving some of her tension, as her grip loosened again.
<<cov3>>I think we got this one wrong guys.<</cov3>>
<<ncov1>> sighed, looking at her friend with a worried expression.
<<cov1>>Can I check you over? I might not be as good with Pride as you, but I've spent enough time up there to know if something is different.<</cov1>>
<<ncov3>> nodded. <<ncov1>> lifted her hands, her eyes beginning to glow white, and placed them on either side of her head. After a very long minute, <<ncov1>> came back to reality, sighing again. She reached up.
<<cov1>>Let him go.<</cov1>>
<<ncov2>> looked back at her, before nodding slowly. I fell on the ground, coughing, while trying to take a good breath in. I had never been choked like that before, and I was hoping it wouldn't happen again. <<ncov3>> squatted down, placing her hand on my leg.
<<cov3>>You'll be ok. Just breath.<</cov3>>
<<cov1>>So, you resisted the demon?<</cov1>>
I shook my head.
<<me>>He was telling me not kill her.<</me>>
<<cov1>>Why?<</cov1>>
<<cov3>>Apperently, he still wants us to train him.<</cov3>>
<<cov1>>Wha- Excuse me?<</cov1>>
<<me>>It's true. He just wants me to be able to hide from Templars. Or hold my own.<</me>>
<<ncov1>> furrowed her brow, and turned away from me, pacing. <<ncov3>> smiled, looking at me.
<<cov3>>That's a good sign. She's thinking about it.<</cov3>>
I stood up slowly, <<ncov3>> helping me when I shook a bit. After a few minutes of silence, <<ncov1>> turned to me.
<<cov1>>How did you escape the circle?<</cov1>>
<<me>>Oh. Uhm... That's on C- The demon.<</me>>
<<cov1>>Wait, you know it's name?<</cov1>>
<<cain>>Tell her not the real one.<</cain>>
<<me>>Uhm, no. Not it's real one.<</me>>
<<ncov1>> sighed. She looked up and down at me, her expression looking more worried for me than anything else.
<<cov1>>He's actually willing to uphold the deal?<</cov1>>
I nodded.
<<cov1>>Including... What he promised?<</cov1>>
I tilted my head, confused.
<<cain>>I told her I would give her a power not seen on this plane in centuries.<</cain>>
<<met>>Ah. Me.<</met>>
<<cain>>Yeah. If you don't want to, that's fine, but you're in this world now. It's better to have someone watching your back.<</cain>>
I sighed.
<<cov1>>Are you talking to him right now?<</cov1>>
I nodded.
<<me>>He says yes, he'll uphold the deal.<</me>>
<<cov1>>Very well.<</cov1>>
<<me>>When do we start?<</me>>
<<cov1>>Tomorrow.<</cov1>>
<<me>>Ok. No more teleport-<</me>>
I stopped, before remembering how I got here.
<<me>>Wait, did you do something to <<nsis2>>?<</me>>
She gave a small laugh at that.
<<cov1>>It's at least comforting you care for her. She is fine. Don't worry, we didn't hurt her.<</cov1>>
She reached down, and <<ncov3>> twitched, realizing what she wanted. She looked at me, pulling out a folded piece of paper, and offering it to me.
<<cov1>>We'll contact you tomorrow.<</cov1>>
I held my breath, and opened it, expecting the same as last time. Except this time, it didn't happen. I was in my bed, clean from any dirt or grime I had gotten from the cave.
<<met>>You think they'll train me, or just try to make a better cage for you?<</met>>
<<ncain>> sighed.
<<cain>>I don't know. It's your choice what you want to do.<</cain>>
<<else>>\
<<cov1>><<ncov2>>!<</cov1>>
<<ncov1>> yelled out.
<<cov2>>Calm down.<</cov2>>
She said, getting up over me. She approached her friends.
<<cov1>>Oh. Good, I guess I shouldn't have worried.<</cov1>>
<<ncov2>> reached down, and offered me a hand. I thought about it, and figured it couldn't hurt. She pulled me up, and I rubbed the dust off my legs. <<ncov1>> saw me, and lifted her hand, before being stopped by <<ncov2>>.
<<cov2>>I think we were wrong about this one.<</cov2>>
<<ncov1>> looked at her friend, bewildered, then back at me. I took a step behind <<ncov2>>, knowing Wrath wasn't in the building anymore.
<<cain>>Technically it's in the basement.<</cain>>
<<met>>Hush.<</met>>
<<cov1>>What are you talking about?! He's possessed!<</cov1>>
<<ncov2>> looked back at me, and frowned. She chewed on the inside of her lips, before turning back to <<ncov1>>
<<cov2>>Yeah. But I still think we're wrong here.<</cov2>>
<<cov1>>I know you haven't ever met a demon, but I know you've heard more than enough stories to tell-<</cov1>>
<<cov2>>I didn't win this fight <<ncov1>>.<</cov2>>
That managed to shut her up. She opened her mouth, but closed it. Then she did it again. And again.
<<cov3>>Can I check you?<</cov3>>
<<ncov2>> nodded, stepping towards her friend. I didn't move, but the lack of <<ncov2>>s back left me feeling vulnerable, especially when <<ncov1>> glared at me. <<ncov3>>'s eyes began to glow, and she hovered her hands over <<ncov2>>'s head. After a minute, she spoke up.
<<cov3>>She's clean.<</cov3>>
<<cov1>>What do you mean you didn't win this fight?!<</cov1>>
She hissed at <<ncov2>>. She just shrugged back.
<<cov2>>I mean he had me. He could have killed me. He didn't.<</cov2>>
<<ncov3>> spoke up this time.
<<cov3>>You resisted the demon?<</cov3>>
I shook my head.
<<me>>He was telling me not kill her.<</me>>
<<cov1>>Why?<</cov1>>
<<cov2>>Apperently, he still wants us to train him.<</cov2>>
<<cov1>>Wha- Excuse me?<</cov1>>
<<me>>It's true. He just wants me to be able to hide from Templars. Or hold my own.<</me>>
<<ncov3>> opened her mouth, but <<ncov2>> stopped her.
<<cov2>>This was apperently a fluke.<</cov2>>
<<ncov1>> furrowed her brow, and turned away from me, pacing. <<ncov2>> walked back to me.
<<cov2>>That's a good sign. She's thinking about it.<</cov2>>
After a few minutes of silence, <<ncov1>> turned to me.
<<cov1>>How did you escape the circle?<</cov1>>
<<me>>Oh. Uhm... That's on C- The demon.<</me>>
<<cov1>>Wait, you know it's name?<</cov1>>
<<cain>>Tell her not the real one.<</cain>>
<<me>>Uhm, no. Not it's real one.<</me>>
<<ncov1>> sighed. She looked up and down at me, her expression looking more worried for me than anything else.
<<cov1>>He's actually willing to uphold the deal?<</cov1>>
I nodded.
<<cov1>>Including... What he promised?<</cov1>>
I tilted my head, confused.
<<cain>>I told her I would give her a power not seen on this plane in centuries.<</cain>>
<<met>>Ah. Me.<</met>>
<<cain>>Yeah. If you don't want to, that's fine, but you're in this world now. It's better to have someone watching your back.<</cain>>
I sighed.
<<cov1>>Are you talking to him right now?<</cov1>>
I nodded.
<<me>>He says yes, he'll uphold the deal.<</me>>
<<cov1>>Very well.<</cov1>>
<<me>>When do we start?<</me>>
<<cov1>>Tomorrow.<</cov1>>
<<me>>Ok. No more teleport-<</me>>
I stopped, before remembering how I got here.
<<me>>Wait, did you do something to <<nsis2>>?<</me>>
She gave a small laugh at that.
<<cov1>>It's at least comforting you care for her. She is fine. Don't worry, we didn't hurt her.<</cov1>>
She reached behind her, and <<ncov3>> handed her a folded piece of paper.
<<cov1>>We'll contact you tomorrow.<</cov1>>
She handed me the paper, and I stared at it, before taking it. I held my breath, and opened it, expecting the same as last time. Except this time, it didn't happen. I was in my bed, clean from any dirt or grime I had gotten from the cave.
<<met>>You think they'll train me, or just try to make a better cage for you?<</met>>
<<ncain>> sighed.
<<cain>>I don't know. It's your choice what you want to do.<</cain>>
<</if>><<Button 'Fall asleep' 'Sleep' '.return2' '$scene to 0, $player.prog to 6, $story.mainstory += 1'>><<set $scene to 1>>I was lying in bed, staring at the ceiling. A lot of things had happened, in such a short amount of time. Cain and the Sins. Almost getting murdered by a Templar. Almost getting murdered by some witches. It was all a lot to wrap my head around.
<<cain>>Well come on now, it wasn't all bad.<</cain>>
I sighed. It was still an alien sensation, not having my thoughts to myself.
<<met>>No, it wasn't. And don't get me wrong, I'm not regretting anything. I've been having a lot of fun. It's just a lot.<</met>>
<<cain>>That's fair. Just understand, the fun? You've only just gotten a small taste of it. Once you fully embrace the Sins, you'll be able to do a lot more with them.<</cain>>
I continued staring at the ceiling, thinking about that. I had only manifested two sins. More would be better.
<<met>>Ok. You're right. Let's go.<</met>>
I sat up, and flinched as I heard a knock on my door.
<<met>>I wasn't talking out loud, right?<</met>>
<<cain>>No.<</cain>>
I sighed in relief, then got out of bed, walking to the door. Opening it, I was face to face with <<nsis2>>. Well, almost, she was a bit shorter than me. Before I could even say hi, she spoke up.
<img class="leftimg" src="images/Characters/House/Roommate 2/03.png">\
<<sis2>>Get dressed. We have to go.<</sis2>>
<<me>>Ah- Hello to you too <<nsis2>>. What a wonderful morning it is, no?<</me>>
I said, teasing her. She didn't bite, instead crossing her arms.
<<sis2>>Get dressed. We have to go.<</sis2>>
She said, enunciating her words. I chuckled, feeling awkward.
<<me>>Ok.<</me>>
I looked around, quickly finding some clothes that passed the sniff test, and put them on.
<<me>>Where we going?<</me>>
I said with a smile. <<nsis2>> rolled her eyes, scoffing, as she walked down the hallway, out the front door. I followed her, grabbing my jacket as I followed her. I walked behind her for a minute, before I spoke up.
<<me>>Is everything ok <<nsis2>>? It feels like you're mad at me.<</me>>
<<sis2>>I'm not. Just...<</sis2>>
She said, raising her voice for a moment, before clenching her fist. She took a second to calm herself.
<<sis2>>Just come on.<</sis2>>
<<me>>Ok, can you at least tell me where we're going.<</me>>
<<sis2>>You'll see.<</sis2>>
I continued following her. It was a cold day, the clouds covering the sky, and the wind picking up. Yet <<nsis2>> kept going, not stopping for anything. We were walking towards Brighttown, and <<nsis2>> still hadn't said anything.
<<me>>Come on <<nsis2>>, where are we going?<</me>>
She didn't respond. I didn't know why she was acting this way, considering we usually got along very well. It was frustrating, so I stopped walking.
<<me>>If you don't tell me, I'm just gonna go home.<</me>>
<<nsis2>> looked back at me, rage entering her face.
<<sis2>>Fuck you. Who's saying that, <<nme>>, or the demon?<</sis2>>
I took a step back, feeling blindsided. <<nsis2>> stepped towards me.
<<sis2>>You tricked <<ncov1>>, but she doesn't care about the host like I do. If <<nme>> dies, then they can deal with it, but I'm the one who's gonna have to mourn him.<</sis2>>
<<me>>How do you-<</me>>
<<sis2>><<ncov1>> told me last night. And now here I am, bringing you to them.<</sis2>>
We stood there, silently staring at each other. My hands felt clammy, as <<nsis2>> glared at me. I tried to say something, but my throat was suddenly dry, causing me to stumble over my words, and cough. I recollected myself, before I spoke again.
<<me>>You weren't under their spell the other night.<</me>>
She squinted her eyes, looking at me like I was stupid.
<<me>>That's why you were acting weird. They told you I had a demon, and gave you the paper to take me to them.<</me>>
<<nsis2>> scoffed, turning away from me.
<<me>>Are you a witch?<</me>>
For some reason, this question seemed to throw her off balance, as she showed a guilty face.
<<sis2>>Yeah.<</sis2>>
<<me>>Since when?<</me>>
<<sis2>>For... Three years.<</sis2>>
<<me>>Shit.<</me>>
I half whispered, trying to wrap my head around all of this. As much as I didn't want to admit it, it made sense. <<nsis2>> was a fairly normal girl. It wasn't until halfway through highschool that she changed. Her fashion, she started talking back more. We always assumed it was just a late rebellious phase.
<<sis2>>So who am I talking to now?<</sis2>>
I looked back at her, confused.
<<me>>Me. Who else?<</me>>
Anger flared up again.
<<sis2>>Who else?! I don't know, the demon <<ncov1>> left in your fucking head!<</sis2>>
<<me>><<nsis2>>, it's me. The demon, he's not in charge. He hasn't taken control even once.<</me>>
<<sis2>>How the fuck am I supposed to believe that? For three years, I've been told stories of demons coming up here. How they do nothing but cause pain and suffering, and in the best case scenario, they leave their host with their life on fire.<</sis2>>
I sighed, nodding.
<<met>>Did you have to tell them you were a demon?<</met>>
<<cain>>I'm sorry, it was just the most convenient form of getting them back up.<</cain>>
<<met>>Well then I can tell them you're not a demon then.<</met>>
I felt <<ncain>> wince.
<<cain>>I don't think we should yet.<</cain>>
<<met>>Why not?<</met>>
<<sis2>>You're talking to him right now, aren't you?<</sis2>>
I perked up, hearing her. I slowly nodded.
<<sis2>>God fucking damnit.<</sis2>>
She turned around, and continued walking.
<<sis2>>Come on.<</sis2>>
<<me>>Wait, <<nsis2>>, can we talk?<</me>>
<<sis2>>No. I don't want to. And we're here.<</sis2>>
She said, pointing at a building I recognized. It was the Hardware Store, the place <<nsis2>> had been working in for the last... Three years. Fuck. I turned back to her, and she grabbed my hand, putting a key into it.
<<sis2>>This will get you into the backroom. Show it to <<ncov4>>, she'll let you in.<</sis2>>
<<nsis2>> held my hand, before squeezing it, and looking up to me, a worried expression on her face.
<<sis2>>I don't...<</sis2>>
She started, but then looked down, before turning around, and walking away. Before I could call out to her, she dissapeared. I looked around, calling out her name, but she didn't respond.
<<me>>Fuck.<</me>>
<<Button 'Now what?' 'Brighttown' '.contbut' '$player.prog to 7, $Time += 1, $scene to 0, $story.mainstory += 1'>><<include "Mom1Replay1">>\
<<include "Mom2Replay1">>\
<<include "Sis1Replay1">>\
<<include "Sis2Replay1">>\
<<include "Sis3Replay1">>\
<<include "ComBReplay1">>\
<<include "BankWReplay1">>\
<<include "BankCReplay1">>\
<<include "AssWReplay1">>\
<<include "Sub1Replay1">>\
<<include "AssWGFReplay1">>\
<<include "DeanReplay1">>\
<<include "DAssReplay1">>\
<<include "HospAdReplay1">>\
<<include "MiscReplay1">>\
<<include "Cov4Replay1">>\
<<include "FamMixReplay1">>\
<<include "BusiDReplay1">>\
<<include "BusiDSReplay1">>\
<<include "Coun1DReplay1">>\
<<include "CommishReplay1">>\<<include "Mom1Replay2">>\
<<include "Mom2Replay2">>\
<<include "Sis1Replay2">>\
<<include "Sis2Replay2">>\
<<include "Sis3Replay2">>\
<<include "ComBReplay2">>\
<<include "BankWReplay2">>\
<<include "BankCReplay2">>\
<<include "AssWReplay2">>\
<<include "Sub1Replay2">>\
<<include "AssWGFReplay2">>\
<<include "DeanReplay2">>\
<<include "DAssReplay2">>\
<<include "HospAdReplay2">>\
<<include "MiscReplay2">>\
<<include "Cov4Replay2">>\
<<include "FamMixReplay2">>\
<<include "BusiDReplay2">>\
<<include "BusiDSReplay2">>\
<<include "Coun1DReplay2">>\
<<include "CommishReplay2">>\<div class="Portrait"><img src="images/Locations/Portraits/Apartment.png"><div class="PortraitText">Apartments</div></div>
<table width="100%" style="margin: 0em;"><tr><<if $bankc.text gte 7>><td><<Sleep "BankC_Sleep">></td><</if>><td><<Wait "Apartment">></td></tr></table>
An apartment building in midtown. Fairly nice, spacious. <<nbankc>> lives here with her girlfriend.<<if hasVisited("AssWGF: 2-1")>> <<nasswgf>> also lives here, with her boyfriend.<</if>>
<<if $bankc.scene.includes(4) && $event.bankc gte 1 && hasVisited("BankC: 4-1")>><<SButton 'Help dear <<nbankc>> with her proposal' 'BankC: 5-1' '.harem' '$f to 1'>>
<</if>><<if $bankc.text gte 7 && $inv.keystext.includes("" + $bankc.name + "s apartment key") && $bankc.loc != "apart">><<hovertip "<<nbankc>> isnt home">><<Button 'Have fun with $bankc.name' 'BankC_RM' '.blockedbut' '$f to 1'>><</hovertip>>
<<elseif $bankc.text gte 7 && $inv.keystext.includes("" + $bankc.name + "s apartment key")>><<Button 'Have fun with <<nbankc>>' 'BankC_RM' '.harem' '$f to 1'>>
<</if>><<Button 'Leave' 'Midtown' '.return2' '$f to 1'>><<set $scene to 0>><<include "ComBReplay3">>\
<<include "AssWGFReplay3">>\
<<include "FamMixReplay3">>\<<if $mom1.loc is "apart">><<mom1loc>><</if>>
<<if $mom2.loc is "apart">><<mom2loc>><</if>>
<<if $sis1.loc is "apart">><<sis1loc>><</if>>
<<if $sis2.loc is "apart">><<sis2loc>><</if>>
<<if $sis3.loc is "apart">><<sis3loc>><</if>>
<<if $sub1.loc is "apart">><<sub1loc>><</if>>
<<if $comb.loc is "apart">><<combloc>><</if>>
<<if $bankc.loc is "apart">><<bankcloc>><</if>>
<<if $bankw.loc is "apart">><<bankwloc>><</if>>
<<if $assw.loc is "apart">><<asswloc>><</if>>
<<if $asswgf.loc is "apart">><<asswgfloc>><</if>>
<<if $dass.loc is "apart">><<dassloc>><</if>>
<<if $hospad.loc is "apart">><<hospadloc>><</if>>I watched as Greed completely reorientated the way he was thinking. Before, he was thinking about the fact that signing the contract would effectively replace him in their bedroom, and potentially even more. But now...? He looked back down to the contract.
<<me>>If you would prefer to avoid doing it this way, we could do it in a per visit basis.<</me>>
He leaned back, inspecting the contract. All of the worry was gone, replaced with serious thought about the price.
<<me>>However...<</me>>
<<nbankm>> looked up at me, raising his brow.
<<me>>Well, your bitch wife, she's a horny slut, isn't she? If we do it per visit, I'm worried it might end up being far more than the weekly cost.<</me>>
<<nbankm>>'s eyes widened, as he thought about it.
<<bankm>>You might be right. We've had sex multiple times since you last slept with her, and she couldn't stop telling me how much better you are.<</bankm>>
<<me>>Is that so?<</me>>
He nodded, continuing as if he were telling me his coffee order.
<<bankm>>She even bought a large dildo. She told me that she had to imagine it was you in order to get even close to climax.<</bankm>>
I shook my head.
<<me>>Like I said, truly a whore. I just want to save you money.<</me>>
He nodded at this, and reached into his jacket, pulling out a pen. He set the contract down, and signed it. He stood up, returning it back to me.
<<me>>Great. I'll send you a copy of this when I get back home. So you have a copy of your cuck contract.<</me>>
<<bankm>>Thank you. I don't currently have a copy of our house key, but-<</bankm>>
<<me>>Why don't you go get that done now.<</me>>
I stood up.
<<me>>I'm going to go feed your wife my cock.<</me>>
<<bankm>>Sounds like a plan. Thank you again for everything <<nme>>.<</bankm>>
He brought his hand up, and I shook it, before he pointed down the hallway.
<<bankm>>Second door on the left.<</bankm>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/13.png">\
As I made my way there, I heard the sound of the front door opening. I made my way to the door, and opened it, getting hit with a wall of sex. Inside the bedroom was warm, and smelled of nothing but pussy. On the bed was <<nbankw>>, furiously shoving a large dildo, a bit smaller than my cock, into her needy hole.
<<me>>How's my bitch doing?<</me>>
Her head shot up, and ecstacy would accurately describe the look on her face. She threw the dildo on the ground, and got down to her knees, crawling over to me on all fours.
<<bankw>>I need your cock sir, please.<</bankw>>
She said, begging me. As she approached, she reached up to my belt buckle. I grabbed her hair, and pulled it lightly, before giving her a firm slap.
<<me>>That's a bad bitch. When your owner shows up, you don't do whatever you want. I don't care if you need to cum.<</me>>
I said, pressing my foot into her pussy, causing her to moan loudly.
<<bankw>>Please sir, I'm so close.<</bankw>>
<<me>>I don't care. I want to feel your throat. I'm going to fuck your face. And if you do a good enough job, I'll fuck your needy pussy. Is that understood.<</me>>
<<bankw>>Yes sir. Thank you.<</bankw>>
I let her go, and undid my own belt. I pulled my cock, slapping her face with it. She took the abuse happily, as she was finally in contact with it. After a moment, I walked to the couch in the corner of the room, and spread my legs. <<nbankw>> followed me, still on all fours, and settled between my knees.
<<me>>Good girl. Now, suck.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/14.png">\
She didn't waste a moment, taking my cock into her mouth, and letting out a loud groan. I grinned down at her, and leaned my head back, letting her take my cock deeper into her mouth. While she was starting, she was focusing on the tip, getting her tongue onto every square inch, wanting to enjoy the flavor. As she continued, she started getting deeper and deeper.
<<me>>That's a good bitch. I said I wanted your throat.<</me>>
<<nbankw>> nodded as well as she could, and tried going deeper. The rhythm continued for a while, as I just enjoyed the desperation in which she was trying to swallow more and more of my cock. It only took around twenty minutes before she was consistently able to press her nose into my hips. I groaned, and grabbed her hair, and using it like a handle, I started pumping into her mouth. While she was able to handle it herself, getting her throat fucked proved too much, and she began gagging. However, she didn't try to pull back, or stop me. I was already getting close to coming, so I wasn’t going to stop her either.
I continued fucking her face hard, until I started shooting my load, all the ropes going directly into her stomach, as I hilted my cock into her face. I laid there for a minute, letting her throat muscles milk any remaining cum, before pulling out. <<nbankw>> was non responsive. Not unconscious, just too lost in the pleasure that getting her face fucked by me was giving her. Considering how horny she was before I even walked in here, she was almost comatose. I slapped her, and she didn't stir. I sighed, and using her hair as a handle still, I pulled her over to the bed, and bent her over. I pressed my cock against her slit, mixing her pussy juices with her saliva still on my cock, and entered her. That finally made her stir, as she let out a deep, guttural moan, as the walls of her pussy tightened up around my cock. I didn't let her rest, pumping into her slowly.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/15.webp">\
<<bankw>>YYyeeeSSssSsss, FUuucccKK me Sirr. Use my pussyyyyyy.<</bankw>>
She yelled out, as I pumped into her. Just as she said that, I heard the door to the bedroom open, and <<nbankm>> walked in. Greed had clearly worn out, as I could see a mix of worry and lust, as he was seeing his wife coming harder than she ever had in her life.
<<linebreak>>
<<nbankw>> had once again passed out from the pleasure. I was feeling close, having used her pussy as a fleshlight for the last 30 minutes. <<nbankm>> had taken a seat in the corner, and was slowly rubbing his crotch. <<nbankw>> moaned, waking up again.
<<bankw>>Your cock is so fat sir.<</bankw>>
<<me>>Shut the fuck up slut. Who's whore are you?<</me>>
<<bankw>>Yours sir. My holes are yours.<</bankw>>
<<me>>What about your husband?<</me>>
<<bankw>>Fuck him. Your cock is all I need sir. Please, I need your cum.<</bankw>>
I was close to coming, and her admissions pushed me over the edge. I pulled out, and covered her back with my cum. I must have shot out more than ever before, before I finished. I stood up, catching my breath, as I felt a familiar energy building in my arm, before being released into <<nbankw>>. She was now marked. I stepped back, pulling my pants on, and turning to <<nbankm>>.
<<me>>Alright cuck. You have my info. Now clean the whore up.<</me>>
I grunted, not even paying attention to his response. I left the bedroom, stretching my back. I had fucked her quite well, and it had left me tired. As I approached the door, I saw an extra key. I grabbed it, figuring it was the spare <<nbankm>> went to get, and left. Still, if I wanted to, I could come over.
<<Button 'Leave my new sluts house' 'Suburb' '.contbut' '$bankw.percent += 2, $Time += 1, $bankw.scene.deleteFirst(3), $bankw.scene.pushUnique(4), $event.bankw to 0, $bankw.sub +=1, $bankm.sub +=1, $scene to 0, $location.bankw to 1, $bankw.marked to 1, $inv.image.pushUnique("images/Inventory/Harding Home Keys.png"), $inv.text.pushUnique("Harding Home Keys")'>>She slowly backed up onto my bed, her hips swinging as much as they could, and I was momentarily mesmerized by how fucking beautiful her body was. She slowly bent down, and sat down, spreading her legs.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/06.png">\
<<assw>>Why don't you show mommy how naughty you can be.<</assw>>
I felt the blood rushing down to my cock as I watched her. I walked forward, undoing my belt. She reached up, putting her hand on mine, stopping me.
<<assw>>No no no. Mommy wants to feel your tongue on her pussy.<</assw>>
I tilted my head, then nodded. I slowly sunk down on my knees, giving her thighs kisses, until I was down at her panties.
<<assw>>That's a good boy. Eat mommy out.<</assw>>
<<me>>I thought I was going to show you how naughty I was. All I see here is a dirty slut of a mommy.<</me>>
<<assw>>You watch your mouth.<</assw>>
She grabbed my hair, pushing me down to her pussy. I gave her mount a kiss over her panties, before pulling them to the side.
<<assw>>Now tongue mommy's pussy.<</assw>>
I took a deep breath, getting her pussy's scent in. She smelled great, and I leaned forward, running my tongue up her slit, twirling around her clit for a second. She reached up, covering her mouth, as she let out a moan. I did it again, getting a taste of her. She was sweet, and from the way Lust had worked, was already very excited. I continued licking up and down, before slowly pushing my tongue deeper, getting more of her juices over me.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/07.webp">\
<<assw>>Y-yeess, that's a good boy.<</assw>>
I smirked, as I tongued her deeper, enjoying the way her face distorted to the pleasure I was giving her. Even as I was just starting, I could already feel her getting close to coming. I reached up, and pressed my thumb on her tight asshole, causing her to gasp, arching her back for a moment. I continued massaging it, as my tongue brought her pleasure, and suddenly her moans got louder, even through her hand, as I felt my face get covered in her sweet juices. I continued eating her out, letting her ride her orgasm. After a minute, she smiled down at me.
<<assw>>I've never been able to cum so fast before. You're such a good boy for mommy, aren't you? <</assw>>
<<me>>I am. But I promised I would show you how naughty I could be.<</me>>
<<assw>>Well then get up here. I want to feel my boys fat cock stretching my pussy.<</assw>>
I got up, and slowly undid my belt. When my cock fell out, <<nassw>> gasped lightly.
<<assw>>You're so hard. Did eating mommy's pussy get your cock this big?<</assw>>
<<me>>It did. And now mommy is going to have to fix that, isn't she?<</me>>
<<assw>>I don't want to leave my precious boy so uncomfortable and pent up.<</assw>>
She leaned forward, rubbing my cock.
<<assw>>So why don't you vent all of that aggression right in here.<</assw>>
She spread her pussy lips, her juices covering her thighs.
<<assw>>I'm so wet for you.<</assw>>
I leaned down, pressing my cock head against her pussy lips.
<<me>>Are you ready? Because once we do this, you're not going to be able to be with anyone other than me.<</me>>
<<nassw>> bit her lip, looking down at the way my cock was pressing against her. She could tell from the way she felt from just my tongue, there was some semblence of truth to my words. Still, she looked up at me, and nodded.
<<assw>>Fuck mommy hard. Ruin me for other men, and make me your cumslut.<</assw>>
I didn't need anything else, as I pushed my cock in as deep as I could, causing her to gasp again.
<<assw>>Oh, fuck!<</assw>>
She moaned out, as I felt her insides contract, as she was hit with another orgasm. I reached up, putting my hand over her mouth.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/08.webp">\
<<me>>Shush now mommy. We wouldn't want to get caught, would we?<</me>>
I said, looking right at her, as I began fucking her hard and deep, causing her to moan even louder, as she kept getting hit with waves of pleasure, my cock stretching her out even as she was cumming.
<<me>>God, you're such a tight slut, aren't you mommy?<</me>>
I grunted, speeding my thrusts up, as her eyes rolled into the back of her head. I could feel her tongue lolling out of her mouth from my hand, and I reached down with my other hand, and grabbed onto her breast, playing with it as I felt her juices all over my pelvis. I continued hammering into her, before I felt her pussy tighten again, pushing me closer to my climax.
<<me>>I'm gonna cum soon. Where do you want it?<</me>>
I asked, with no answer, as she was too entranced by the waves of pleasure. I grabbed her nipple, pulling it lightly, and took my hand away from her mouth.
<<me>>Slut?!<</me>>
I asked her, still no response. I sighed, and slapped her lightly, causing her to moan, and come back to focus.
<<assw>>Wha-whaat?<</assw>>
<<me>>Where does mommy want her sons cum?<</me>>
<<assw>>In my mouth!<</assw>>
She moaned out.
<<assw>>Cum in mommy's mouth, please. I need to taste my big, strong boys thick, potent seed.<</assw>>
She moaned out, and I pulled out, mounting her, and pushing my cock in her face. She opened her mouth, sticking her tongue out, and I began blasting her face with my load. I covered her in ropes of cum, aiming to cover her face, as well as letting her taste it. After I finished, I layed down beside her, allowing both of us to catch our breath. I layed there, enjoying the feeling, and realized this would be the best time. I felt the energy build up in my arm, and flow into <<nassw>>. She was now marked.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/09.png">\
<<assw>>Holy shit.<</assw>>
She said, breaking our silence.
<<me>>How'd I do?<</me>>
I asked, giving her a shit eating grin, causing her to laugh, slapping my shoulder.
<<assw>>Yeah, ok, I'll admit, you were not all talk. Not at all.<</assw>>
She said, smiling, giggling lightly.
<<me>>Damn right.<</me>>
<<assw>>Fuck, now what?<</assw>>
<<me>>What do you mean?<</me>>
<<assw>>Well to be honest, I figured this would be a one time thing.<</assw>>
<<me>>Oh. Well, if you want that-<</me>>
<<assw>>No. God no. I figured you would be an ok fuck, not give me multiple full body orgasms in such a short time.<</assw>>
<<me>>Then you can just call me. I do deliver, after all.<</me>>
<<nassw>> laughed at that.
<<assw>>Oh yeah? In 30 minutes, or it's free?<</assw>>
I laughed back, and we layed there for a few more minutes.
<<assw>>Ok, I have to go. Here, I'll leave you my number. We definitely have to do this again.<</assw>>
I nodded, putting her number in my phone, and watching her get dressed.
<<me>>You ok to drive?<</me>>
<<assw>>I should be. My legs might be a bit jelly, but they still function.<</assw>>
I nodded, and she winked back at me as she left my room.
<<Button 'Go to sleep' 'Sleep' '.contbut' '$assw.percent += 2, $assw.scene.deleteFirst(1), $assw.scene.pushUnique(2), $scene to 0, $event.assw to 0, $assw.phone to 1, $assw.sub += 1, $assw.marked to 1'>><<nobr>><<set $GallPg = 3, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 13>><div class="grid-item GImg"><<link [img[$GallImg[12]]]>><<replace "#phone">><<set $ImgCh to 12>><<include "GallSel3">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 14>><div class="grid-item GImg"><<link [img[$GallImg[13]]]>><<replace "#phone">><<set $ImgCh to 13>><<include "GallSel3">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 15>><div class="grid-item GImg"><<link [img[$GallImg[14]]]>><<replace "#phone">><<set $ImgCh to 14>><<include "GallSel3">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 16>><div class="grid-item GImg"><<link [img[$GallImg[15]]]>><<replace "#phone">><<set $ImgCh to 15>><<include "GallSel3">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 17>><div class="grid-item GImg"><<link [img[$GallImg[16]]]>><<replace "#phone">><<set $ImgCh to 16>><<include "GallSel3">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 18>><div class="grid-item GImg"><<link [img[$GallImg[17]]]>><<replace "#phone">><<set $ImgCh to 17>><<include "GallSel3">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery2">><</replace>><</link>></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item">
<<if $ImgAm gte 19>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery4">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 13>>
<div class="grid-item GImg">[img[$GallImg[12]]]
</div><</if>>
<<if $ImgAm gte 14>>
<div class="grid-item GImg">[img[$GallImg[13]]]
</div><</if>>
<<if $ImgAm gte 15>>
<div class="grid-item GImg">[img[$GallImg[14]]]
</div><</if>>
<<if $ImgAm gte 16>>
<div class="grid-item GImg">[img[$GallImg[15]]]
</div><</if>>
<<if $ImgAm gte 17>>
<div class="grid-item GImg">[img[$GallImg[16]]]
</div><</if>>
<<if $ImgAm gte 18>>
<div class="grid-item GImg">[img[$GallImg[17]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<replace "#phone">><<set $ImgSel to $ImgCh>><<include "Gallery3">><</replace>><</link>>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery3">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<SleepAltLoc>><div class="Portrait"><img src="images/Locations/Portraits/BankWHouse.png"><div class="PortraitText"><<nbankw>>'s House</div></div><br>
<<if hasVisited("BankW: 3-2")>><table width="100%" style ="margin-top: -0.4em; margin-bottom: 2em;"><tr><td></td><td></td><td></td><td><<Wait "BankW">></td><td><<Sleep "BankW_Sleep">></td><td></td><td></td><td></td></tr></table>\
<</if>>The house where my cumrag, <<nbankw>>, and her husband, <<nbankm>>, live. However, I also have a key. So if I want to spend the night, it's as easy as kicking Jasper out of my bitchs bed. She won't mind me kicking her husband out, and his opinion doesn't matter.
<<if $bankw.loc != "bankwhome">><<hovertip "<<nbankw>> isnt home">><<Button 'Have fun with $bankw.name' 'BankW_RM' '.blockedbut' '$f to 1'>><</hovertip>><<else>><<Button 'Have fun with <<nbankw>>' 'BankW_RM' '.harem' '$f to 1'>><</if>>
<<Button 'Return' 'Suburb' '.return2' '$f to 1'>><<set $scene to 0>><<if $mom1.loc is "bankwhome">><<mom1loc>><</if>>
<<if $mom2.loc is "bankwhome">><<mom2loc>><</if>>
<<if $sis1.loc is "bankwhome">><<sis1loc>><</if>>
<<if $sis2.loc is "bankwhome">><<sis2loc>><</if>>
<<if $sis3.loc is "bankwhome">><<sis3loc>><</if>>
<<if $sub1.loc is "bankwhome">><<sub1loc>><</if>>
<<if $comb.loc is "bankwhome">><<combloc>><</if>>
<<if $bankc.loc is "bankwhome">><<bankcloc>><</if>>
<<if $bankw.loc is "bankwhome">><<bankwloc>><</if>>
<<if $assw.loc is "bankwhome">><<asswloc>><</if>>
<<if $asswgf.loc is "bankwhome">><<asswgfloc>><</if>>
<<if $dass.loc is "bankwhome">><<dassloc>><</if>>
<<if $hospad.loc is "bankwhome">><<hospadloc>><</if>>I looked at the store. I don't know what I was expecting, but all I could feel right now was anger. Not for any rational reason. I couldn't be mad at <<nsis2>> for not telling me. After all, I didn't tell her about <<ncain>>. And after what happened with the Templar, I wouldn't have wanted to. I'm sure she felt the same way. Was I mad at <<ncov1>>? Did I have a right to be? What did she do wrong, really? Should she have tried to take <<nsis2>>'s powers, like she tried to do mine? I don't know why I was angry, but I just felt it.
<<cain>>There-<</cain>>
<<met>>Not right now. I'm angry, at the world really. Just let me be angry.<</met>>
I felt <<ncain>> nod, and retract to the back of my mind, letting me stew in my anger. I continued looking at this stupid building. The Hardware Store. Dumb. I huffed a bit, then walked in. Opening the door, was a well lit entrance, with blacked out windows, and a large sign saying they could refuse business to anyone. I sighed, then opened the next door.
It was fancier than I expected, considering the things that <<nsis2>> had been telling me. Granted, half of the things she said were just to fuck with me, so I really didn't know. Still, it was a tasteful place. Full of sex toys, lingerie, and other debauched items, but design wise, it was reserved. I looked around for a second, getting caught up in the sensation of seeing new things, before I stopped myself.
<img class="rightimg" src="images/Characters/Town/Coven/Count/02.png">\
I looked around, and found the counter, where I saw who I presumed to be <<ncov4>>. I was momentarily distracted from my anger by the beautiful girl standing at the counter, looking bored as all hell. I suddenly felt awkward, like a young kid who was getting caught buying condoms. I stretched my neck, and cleared my throat, before approaching. <<ncov4>> looked me up and down as I approached, before sighing.
<<cov4>>We check ID's before we sell anything. And I'm not interested in getting dinner, coffee, going to a movie, or trying out any of the products here with you.<</cov4>>
She said, as casually as if reading from a list. Granted, considering some of the clientele they might get, she probably had the list in her head.
<<me>>Ok, that's all good to know. But that's not why I'm here.<</me>>
I pointed to the door behind her.
<<me>>I'm expected.<</me>>
She looked behind her at the door. Looking back at me, she stood up from her lean, reevaluating me.
<<cov4>>So you're <<nsis2>>'s brother then?<</cov4>>
<<if $fet.inc is 1>><<me>>Yeah.<</me>><<else>><<me>>Well, we're not related, but we were raised together.<</me>><</if>>
<<cov4>>Hmm. Alright, go ahead.<</cov4>>
She said, pointing with her head.
<<cov4>>Your sister is a good kid. We're happy to have her.<</cov4>>
She said, as I lifted the barrier to get behind the counter. I paused, as I felt the anger bubble up again. I took a second, a deep breath, and walked past her, pulling the door. I don't really know what I expected to see, but I walked past the door, and entered what looked to be a break room, with three doors.
I looked around, seeing the standard items; a microwave, coffee maker, some tables and accompaning seats. I was confused. Again, I didn't really know what to expect. The only frame of reference was the dark cave I was pulled into. This just looked... Normal.
I shrugged, and opened the first door. It was a storage room, with boxes of what looked to be items for sale. I checked the next door, and found a small bathroom. I went to the third door, and found a small hallway, with some cleaning supplies that a janitor might use, and a door at the end. I walked to it, and cracked it open, to see a parking lot. It was the back exit. I walked through all the doors again, before coming back to the front, where I found <<ncov4>> with a small grin.
<<me>>Ok, what's the joke?<</me>>
<<cov4>>Nothing. Find what you're looking for?<</cov4>>
<<me>>What do you think?<</me>>
I said, sounding more angry than I wanted to. She gave me a glance, up from her magazine, then shook her head.
<<cov4>>You were given a key, no?<</cov4>>
I nodded, pulling the key out of my pocket. As I did, she reached over, and gently kicked the door to the back closed, nodding to it again, before going back to her magazine. I sighed, and looked at the door again. It was a standard door, and it was only now that I noticed it had a keyhole in it. I looked back at <<ncov4>>, but she didn't give me the time of day. I shrugged.
<<met>>Alright, magic bullshit I'm sure.<</met>>
I put the key into the lock, and turned it. It was hard, and when it finally did click, I heard a domino effect of locks opening behind the door. Locks larger than could fit inside this small door. If my eyes were closed, I would think we were opening the safe to some large bank. After the seventh deep click, the key rotated, back to it's original position. I pulled the door open. It was no longer a regular break room, instead looking closer to the VIP section in some upscale club. Strangely enough, there wasn't any traditional lighting, instead using larger versions of the gems that <<ncov1>> had been holding when she tried to exorcise <<ncain>>. I took a step in, before I heard <<ncov4>> call out to me.
<<cov4>>Don't forget your key.<</cov4>>
I stepped out, pulling the key from the lock, and stepping in, the door closing behind me. I turned around, touching the door.
<<if $player.dec is "pride">><img class="leftimg" src="images/Characters/Town/Coven/Ass/03.png">\
<<cov3>>Welcome!<</cov3>>
I turned my head, and found <<ncov3>> smiling at me, sitting on a couch in the corner. She waved up to me, her smile bright.
<<cov3>>I'm glad you made it ok.<</cov3>>
<<me>>Well you had <<nsis2>> bring me.<</me>>
That weakened <<ncov3>>'s smile.
<<cov3>>That was <<ncov1>>'s idea. She figured she would break the news the best.<</cov3>>
I turned away from her, looking at the room.
<<me>>There's no way of breaking that news well.<</me>>
<<cov3>>You're right.<</cov3>>
She stood up, and walked up to me, taking my hand in hers. I raised my brow.
<<cov3>>I know you're feeling angry. It's understandable. But <<nsis2>> was the first witch awakened in this town in the last 72 years. We wanted to keep her safe.<</cov3>>
I sighed as she said that, feeling the tension in my shoulders loosen.
<<cov3>>You care about her. Please, believe me when I say that we do too. So we want to help you, so you don't have to worry about her, and she doesn't have to worry for you.<</cov3>>
I sighed again, and nodded.
<<me>>Ok. So what now?<</me>>
<<cov3>>Well, for now, we have to run you through some tests.<</cov3>>
<<me>>What for?<</me>>
<<cov3>>Well, you're a mage. Most of you guys aren't very strong. <<ncov1>> said your demon wanted us to teach you how to hide, and protect yourself. We can do the former pretty easily, but the tests will decide how well you'll be able to do the latter.<</cov3>>
She squeezed my hand, and let go, walking to a door I didn't notice before. I followed her, as the door led to a hallway.
<<me>>So most people with magic are weak?<</me>>
I said, following her, looking around. All of the decor was fairly similar, fitting in well to a night club, but far more lit. Speaking of light, all of it was coming from the gems, as I didn't see any normal lighting.
<<cov3>><<ncov1>> will get into that. For now, I have a question. Did you forget your hex bag?<</cov3>>
<<elseif $player.dec is "wrath">><img class="leftimg" src="images/Characters/Town/Coven/Bruise/03.png">\
<<cov2>>You made it.<</cov2>>
I turned my head, and saw <<ncov2>> sitting on one of the couches. She was looking me up and down, before standing up, sighing.
<<cov2>>Almost thought we wouldn't see you again.<</cov2>>
<<me>>Well you had <<nsis2>> bring me.<</me>>
That made <<ncov2>> pause, as her face contorted with guilt for a moment.
<<cov2>>Yeah. Sorry, I didn't...<</cov2>>
She said, quieter than she had in the past, before she cleared her throat, her confidence returning, looking me in the eyes.
<<cov2>>It was <<ncov1>>'s idea. But I don't think it was wrong. She was going to deliver the news the best.<</cov2>>
<<me>>There's no way of breaking that news well.<</me>>
She nodded, not breaking eye contact, earnestly responding. I felt awkward, and looked around at the decor.
<<cov2>>Listen, I know you're probably pissed. You probably think we stole her or something. But <<nsis2>> was the first witch to awaken in the town in 72 years. We wanted... We needed to keep her safe.<</cov2>>
I looked back at her, and could tell she was being honest. I felt the tension in my shoulders loosen. She smiled a bit at that.
<<cov2>>You're worried about her?<</cov2>>
<<me>>Of course I am.<</me>>
Her smile softened, her eyes wandered as her mind did, before she looked at me again, nodding.
<<cov2>>Good. I'm glad I wasn't wrong. Just understand that we care about her as well. We will fight, and die, to keep that girl safe. She's special.<</cov2>>
I felt any anger I was still feeling dissapate, and I nodded.
<<me>>She is.<</me>>
She patted my shoulder softly, warmth exuding from her for a moment, before she returned back to her usual neutral face.
<<me>>Ok. So what now?<</me>>
<<cov2>>We gotta do some tests on you.<</cov2>>
She said, turning away, and walking to a door I hadn't noticed before. I followed her.
<<me>>What for?<</me>>
<<cov2>>You're a mage. You guys are usually useless, for most things.<</cov2>>
She said, looking back at me for a moment, her cheeks turning red, before turning forward, leading me through the door, into another hallway.
<<cov2>><<ncov1>> said the demon wanted you to be able to hide, and fight. The first should be possible, but fighting... Well, that will depend on how the tests go.<</cov2>>
<<me>>So most people with magic are weak?<</me>>
I said, looking around. All of the decor was fairly similar, fitting in well to a night club, but far more lit. Speaking of light, all of it was coming from the gems, as I didn't see any normal lighting.
<<cov2>><<ncov1>> will cover that. But before we start, tell me. Did you forget the hex bag we gave you?<</cov2>>
<</if>><<Button 'Check your pockets' 'StoryPass12' '.contbut' '$cov4.met to 1, $cov4.percent += 1, $story.mainstory += 1'>><<if $player.dec is "pride">><<me>>Oh. No, you said keep it on me at all times.<</me>>
<<cov3>>Listen, this is only going to work if you tell the truth-<</cov3>>
I cut her off by pulling out the bag. It was only now when I realized how different the bag looked. Before, it was a nice mauve, but as I presented it, the bag was gray, darker, and the leather was dry.
<<me>>What the hell. Hey, I didn't-<</me>>
<<ncov3>> reached up, placing her finger on my mouth, shutting me up, as she stared at the bag with wide eyes.
<<cov3>>This... Is this the same bag I gave you?<</cov3>>
<<me>>Y-yeah.<</me>>
She looked up at me, then back to the bag, before looking back at me.
<<me>>What is it? Do I have magic cancer or something?<</me>>
I said, letting out a nervous chuckle.
<<cov3>>I... Guess this is the demon's doing.<</cov3>>
She said, picking up the bag, opening it up, inspecting the things inside, poking at them with a pen she materialized. It looked to be some dried, dead plants, and a couple of small disks with something inscribed into them.
<<me>>Am I ok?<</me>>
<<cov3>>Huh?<</cov3>>
She asked, looking back at me, before shaking her head.
<<cov3>>Oh. Oh, yeah, you're fine. This is the bag functioning as intended.<</cov3>>
<<me>>Then why were you so surprised?<</me>>
I asked her, as she began inspecting the items more closely.
<<cov3>>Well, the reason why I thought you forgot the bag was because you're already starting to leak a bit of aura. Not enough to be worried about anything, it's almost nothing. But this-<</cov3>>
She said, lifting the bag.
<<cov3>>This works sort of like... Well, the best way I've heard it described was kitty litter.<</cov3>>
<<me>>I... Kitty litter?<</me>>
<<cov3>>You ever have a cat?<</cov3>>
<<me>>Uh, no.<</me>>
<<cov3>>Well it's useful stuff.<</cov3>>
She said, giggling.
<<cov3>>It absorbs anything the cat lets out, and basically removes the smell. This works like that. It absorbs the aura exuded by anyone around it, and nullifies it, making it both useless, and undetectable.<</cov3>>
<<me>>Would a sponge not be a bit more of a dignified example?<</me>>
<<cov3>>No, our old ones were like sponges. Helpful, but not perfect. These are. They make you invisible to any methods of tracking the Templars use.<</cov3>>
<<me>>Ok, so why were you so surprised then?<</me>>
<<cov3>>Because this-<</cov3>>
She lifted the bag again, poking the things inside with her pen.
<<cov3>>Is what they look like after a year of absorption.<</cov3>>
I looked at her, then back to the bag.
<<cov3>>Yeah, hence my interest. You're new, and a mage. It should take you well over a year and a half to get it to this. And yet...<</cov3>>
She looked at the contents, then back at me, looking me up and down, seemingly reevaluating me. After a few more seconds of poking, she closed the bag, placing it in a bag she didn't have before. She let go of the bag, and it disappeared before hitting the ground.
<<cov3>>Ok, well. That should make the tests a bit more interesting.<</cov3>>
I swallowed.
<<me>>Shouldn't I get a new bag?<</me>>
She shook her head, heading down the hallway, turning to face a door.
<<cov3>>No, in here, you can leak as much aura as you want.<</cov3>>
<<me>>Where are we, by the way?<</me>>
She opened the door, and entered a new room. Keeping with the club motif, except a bit smaller of a room. In the center, was a circular table with what looked like crystals built into it around it all, the crystals connected by lines of gold.
<<cov3>>We are... reality adjacent. As such, no problem of leaking.<</cov3>>
I looked around, and looked up at the gems. I thought about it for a moment.
<<me>>Is that why you guys don't have any regular lights?<</me>>
She nodded, looking impressed.
<<cov3>>Correct! Connecting a grid to this place... Well, it would invite potential leaks. And that's just dumb.<</cov3>>
<<me>>Makes sense. More points of failure.<</me>>
She nodded, smiling brightly.
<<cov3>><<nsis2>> always did say you were smarter than you led on.<</cov3>>
I smiled, even as <<ncain>> piped up.
<<cain>>Well, let's not get ahead of ourselves.<</cain>>
<<met>>Ha. So funny.<</met>>
<<me>>Ok, what do I do?<</me>>
<<cov3>>Sit down. Right now, we have to test which sin you have the strongest connection to.<</cov3>>
<<me>>To what end?<</me>>
<<cov3>><<ncov1>> will get more into it tomorrow. But essentially, magic is about drawing strength from hell. The energy we pull is through the sins, since they're... They're like the anchors.<</cov3>>
<<me>>And we're the ship in this example.<</me>>
She nodded again, smiling.
<<cov3>>Humanity is inherently sinful. We love money, sex, and rock and roll.<</cov3>>
She said, smiling, even as I watched her eyes wander slightly as she mentioned sex, before focusing.
<<cov3>>And don't take me for a misanthrope or anything. We can be great, generous, and kind. But deep in our souls, our connection to hell remains. Like our connection to heaven.<</cov3>>
I nodded.
<<cov3>>Each sin exudes a lot of energy. We can use that energy to fuel spells.<</cov3>>
<<me>>So does that mean that we can only use spells of our... Strongest sin?<</me>>
<<cov3>>Kind of, but not really. We witches have spent a lot of time throughout history improving our spells. As such, most modern spells can take most sources of energy. So if you're more attuned to Pride, like me, you can use most spells. But spells from the Pride tree will be more potent. Some of the more powerful spells are a bit locked off though. There are spells that I'll never be able to cast, that <<ncov2>> will be able to, and vice versa, since she's attuned to Wrath.<</cov3>>
<<me>>Ok. That makes sense.<</me>>
I sat down, and <<ncov3>> sat opposite me.
<<me>>Wait, you said tomorrow?<</me>>
<<cov3>>Yes, depending on which sin you're attuned to, the spell structure's change. So we have to adjust your lessons.<</cov3>>
<<me>>Ok. What do I do now?<</me>>
<<cov3>>Well, we've been watching you. We're pretty sure you're attuned to Lust.<</cov3>>
As she said that, I felt my cheeks begin to burn. She giggled at that, and leaned against the table, her grin turning smug.
<<cov3>>You do some dirty things, huh?<</cov3>>
<<me>>I... Ahem, well-<</me>>
She burst out laughing, then waved me away.
<<cov3>>I'm just teasing you. The sin you're attuned to is fairly random. Even with centuries of research, we haven't found anything regarding anything. So we aren't judging you.<</cov3>>
I sat up straight, still feeling embarrassed.
<<cov3>>It's just the energy you'll be using. But for now, we just want to confirm. So, place your hand on the crystal.<</cov3>>
I looked down at the table, the crystal built into it right in front of me. I reached up, and touched it. It didn't feel different, just as smooth as the rest of the table.
<<cov3>>That crystal is attuned to Lust, so it will glow when it absorbs its energy. You've used the energy before. Just focus on it, and let it build up.<</cov3>>
I nodded, then looked down at the table. As I focused, the symbol on my hand turned to the familiar Lust crest, and the energy built up. As it did, the crystal began to glow a pink color, getting bright. I squinted my eyes, the light getting a bit too bright. I looked up at <<ncov3>>, who looked impressed.
<<cov3>>Ok, you can stop.<</cov3>>
I did, and the light slowly went out.
<<cov3>>Guess we were right. That was pretty bright, so the energy was fairly potent.<</cov3>>
She said, and began to write on a clipboard that she definitely didn't have before.
<<cov3>>Ok, next.<</cov3>>
She grabbed the table and began pushing on it, causing the top to spin. I lifted my hands, and then began helping her spin it, until another crystal was in front of me.
<<cov3>>Ok, this one is Pride. Go ahead.<</cov3>>
I shrugged, and placed my hands on the crystal, and focused. The Lust crest disappeared, leaving the circle blank. I tried to build up energy, but I couldn't feel anything. I closed my eyes, and began focusing even more. After a minute, <<ncov3>> spoke up.
<<cov3>>Ok, that's enough.<</cov3>>
I opened my eyes, and saw the small flicker of light in the crystal. Small, compared to Lust, but there.
<<cov3>>Ok, Lust and Pride. An uncommon combo, but not unheard of.<</cov3>>
She smiled up at me.
<<cov3>>We match!<</cov3>>
She said, before shrugging.
<<cov3>>Kind of. Anyways, next.<</cov3>>
She gripped the table, and began spinning it again, with my help. The next crystal was Sloth. <<ncov3>> didn't seem to expect any response, but as I focused, there was an ember that lit up in the crystal. Smaller than even the Pride crystal, but she noticed it.
<<cov3>>Alright, Lust is primary, Pride is secondary, and Sloth is tertiary.<</cov3>>
She paused, looking at the clipboard.
<<me>>Is that weird?<</me>>
<<cov3>>It's not common. Sloth is usually mutually exclusive with the other sins. But not unheard of. Especially since you don't have much attunement with Sloth. But, for example, I have zero attunement with sloth.<</cov3>>
She put her clipboard down, and looked at the table, then at me, then back at the table.
<<cov3>>Ok, let's try the next one.<</cov3>>
I nodded, and spun the table. The next crystal was Wrath, and I repeated the process. The crystal lit up again, and <<ncov3>> furrowed her brow.
<<cov3>>Wrath as well, ok.<</cov3>>
We kept going, going through each crystal. Gluttony, Envy, both lit up, each time making <<ncov3>> more confused. Last was the Greed Crystal. I touched it, and began building up energy, as the crest of Greed appeared on my hand. I closed my eyes, and let it flow into the crystal. I didn't need to open my eyes, as I saw the golden light from the crystal through my eyelids. I stopped the flow, and opened my eyes slowly as the light went out. I sighed, then looked at <<ncov3>>.
<<cov3>>What the hell.<</cov3>>
She looked up from the crystal to me.
<<cov3>>I guess... That might explain why the hex bag became like that. You're attuned to all seven sins.<</cov3>>
<<me>>What now?<</me>>
I asked. She opened her mouth, shaking her head, not knowing what to say.
<<cov3>>I... I don't know. I'll have to talk to <<ncov1>>.<</cov3>>
<<me>>Wouldn't that make the lessons easier? Since I can use any energy?<</me>>
<<cov3>>No, it might make it harder. Through our studies, attunement to three sins seems to be the most efficient way to get energy. More than three, and you get significantly diminishing returns, as the energy sources tend to get mixed up. Remember how I mentioned different spells structures for different sources?<</cov3>>
I nodded.
<<cov3>>Well, that means that each spell structure requires a specific energy. The end result will be mostly the same, but the process is different. If you have too many attunements, your energy sources can become mixed, which makes it easier for spells to fail.<</cov3>>
<<me>>Oh. Shit.<</me>>
<<cov3>>Yeah. Witches in the past with similar problems had to master control of the energy they receive, before being able to complete even basic spells.<</cov3>>
<<me>>Control?<</me>>
<<cov3>>Yeah, getting the energy from the sins can be messy. So they needed to be able to filter the energies perfectly.<</cov3>>
She sat back, and sighed. After a minute, she looked up at me, and gave me a smile.
<<cov3>>Don't look so sad. You'll still be able to hide from Templars, it will just take a bit longer.<</cov3>>
I nodded.
<<me>>And being able to hold my own in a fight?<</me>>
That made her wince.
<<cov3>>That one is... Well, I don't want to lead you on. It's unlikely you'll be able to properly form spells.<</cov3>>
I nodded, sighing. She stood up, walking over to my side of the table, patting my shoulder.
<<cov3>>Sorry. But we're here, and we'll help you with anything you need, ok?<</cov3>>
She smiled down at me.
<<me>>Ok. Now what?<</me>>
<<cov3>>Now, you go home.<</cov3>>
She pulled out her invisible bag again, pulling out a notebook, scribbling down something, then handing it to me, with another hex bag.
<<cov3>>Here's my number. Send me a text, and I'll let you know when we're ready for you. For now, this bag should hold you until then.<</cov3>>
I took the bag, put it in my pocket, before putting her number in my phone, and sending a text, and saying it failed.
<<me>>Reality adjacent. Right.<</me>>
<<cov3>>Bingo.<</cov3>>
She said, poking my nose, before standing up.
<<cov3>>Come on. Let's get you out of here.<</cov3>>
I followed her down the hallway, and back into the main room, before she opened the door.
<<cov3>>We'll be seeing you soon!<</cov3>>
I smiled at her, and walked out. I took a deep breath, before I was interrupted.
<<set $cov3.phone to 1>><<elseif $player.dec is "wrath">><<me>>Oh. No, you said keep it on me at all times.<</me>>
<<ncov2>> stopped, rubbing the bridge of her nose.
<<cov2>>Listen kid, everything is gonna go a lot smoother if you don't bullshit-<</cov2>>
She turned around as she was talking, and I cut her off by pulling out the bag. It was only now when I realized how different the bag looked. Before, it was a nice mauve, but as I presented it, the bag was gray, darker, and the leather was dry.
<<me>>What the hell. Hey, I didn't-<</me>>
<<cov2>>Shh.<</cov2>>
<<ncov2>> said, sounding authoratative, as she looked at the bag. She furrowed her brow, then looked at me, almost accusingly.
<<cov2>>Is this the bag that <<ncov3>> gave you?<</cov2>>
<<me>>Y-yeah.<</me>>
She looked up at me, then back to the bag, before looking back at me.
<<cov2>><<ncov3>>.<</cov2>>
<<cov3>>Oh my god, you're so annoying.<</cov3>>
I suddenly heard from behind me, as <<ncov3>> appeared, walking down the hallway.
<<cov3>>You went on and on about being the one to welcome him, then-<</cov3>>
<<ncov3>> shut up, as she saw the bag. She leaned in closely, inspecting the bag.
<<cov3>>Is this-<</cov3>>
<<cov2>>He said it's the same one.<</cov2>>
I watched them look at the bag, before I spoke up.
<<me>>What is it? Do I have magic cancer or something?<</me>>
I said, letting out a nervous chuckle.
<<cov2>>Maybe it's the demon?<</cov2>>
<<cov3>>I... Guess. Although I didn't hear about anything like this happening in Raleigh last year.<</cov3>>
She said, picking up the bag, opening it up, inspecting the things inside, poking at them with a pen she materialized. It looked to be some dried, dead plants, and a couple of small disks with something inscribed into them.
<<me>>Am I ok?<</me>>
<<cov3>>Huh?<</cov3>>
She asked, looking back at me, before shaking her head.
<<cov3>>Oh. Oh, yeah, you're fine. This is the bag functioning as intended.<</cov3>>
<<me>>Then why were you so surprised?<</me>>
I asked her, as she began inspecting the items more closely.
<<cov2>>Intended, but not expected. Listen, the reason I thought you were lying was because you're already exuding some aura.<</cov2>>
<<me>>What?! Is my-<</me>>
<<cov2>>Hardly any, relax. I could barely feel it, even in the same room. Unless a Templar stood in the same room as you, they wouldn't have felt it. You and your family are safe.<</cov2>>
<<me>>Oh. Ok, well... What do you mean by intended, but not expected.<</me>>
<<ncov2>> looked over at <<ncov3>>, who was focused on the bag contents. It took a moment before she notices <<ncov2>> staring at her, then looked at me, then back at <<ncov2>>.
<<cov3>>Uhm. Ok, well, this-<</cov3>>
She said, lifting the bag.
<<cov3>>This works sort of like... Well, the best way I've heard it described was kitty litter.<</cov3>>
<<me>>I... Kitty litter?<</me>>
<<cov3>>You ever have a cat?<</cov3>>
<<me>>Uh, no.<</me>>
<<cov3>>Well it's useful stuff.<</cov3>>
She said, giggling.
<<cov3>>It absorbs anything the cat lets out, and basically removes the smell. This works like that. It absorbs the aura exuded by anyone around it, and nullifies it, making it both useless, and undetectable.<</cov3>>
<<me>>Would a sponge not be a bit more of a dignified example?<</me>>
<<cov2>>Our old ones were sponges. They helped, but they weren't perfect. These ones are damn near.<</cov2>>
<<cov3>>Ok, well I would say they are perfect.<</cov3>>
<<cov2>>You would.<</cov2>>
<<me>>Ok, so why were you so surprised then?<</me>>
<<cov3>>Because this-<</cov3>>
She lifted the bag again, poking the things inside with her pen.
<<cov3>>Is what they look like after a year of absorption.<</cov3>>
I looked at her, then back to the bag.
<<cov2>>So you get why this isn't expected. You're new, and a mage. The bag should be working for a year, maybe two, before it gets like that.<</cov2>>
<<cov3>>And yet...<</cov3>>
She looked at the contents, then back at me, looking me up and down, seemingly reevaluating me. After a few more seconds of poking, she closed the bag, placing it in a bag she didn't have before. She let go of the bag, and it disappeared before hitting the ground.
<<cov3>>Ok, well. That should make the tests a bit more interesting.<</cov3>>
I swallowed.
<<cov2>>I'll handle that.<</cov2>>
<<cov3>>Oh, come on, he's interesting now, you can't hoard him all to your-<</cov3>>
<<cov2>>I'll handle it.<</cov2>>
<<ncov3>> pouted, and looked at me, before relenting.
<<cov3>>Fine. Although now I get why you were keeping him all to-<</cov3>>
<<cov2>>Goodbye, <<ncov3>>.<</cov2>>
She said firmly, causing <<ncov3>> to grin. She giggled, then walked back down the hallway, from where we came from.
<<me>>Shouldn't I get a new bag?<</me>>
<<ncov2>> shook her head, heading down the hallway away from where <<ncov3>> went, turning to face a door.
<<cov2>>No. This place is a sanctuary, you can exude aura, it won't make it out.<</cov2>>
<<me>>Where are we, by the way?<</me>>
She opened the door, and entered a new room. Keeping with the club motif, except a bit smaller of a room. In the center, was a circular table with what looked like crystals built into it around it all, the crystals connected by lines of gold.
<<cov2>>We're... How did <<ncov1>> explain it? Reality adjacent.<</cov2>>
I looked around, and looked up at the gems. I thought about it for a moment.
<<me>>Is that why you guys don't have any regular lights?<</me>>
She looked at me, surprised.
<<cov2>>Yeah, actually. Connecting this place to the grid on the outside would just create holes where aura can leak.<</cov2>>
<<me>>Makes sense. More points of failure.<</me>>
She nodded, flashing me a warm smile.
<<cov2>>Heh. You know, <<nsis2>> is always talking about you. Says you're a smart guy.<</cov2>>
I smiled, even as <<ncain>> piped up.
<<cain>>Well, let's not get ahead of ourselves.<</cain>>
<<met>>Ha. So funny.<</met>>
<<me>>Ok, what do I do?<</me>>
<<cov2>>Sit down. This tests what sin you're most attuned to.<</cov2>>
<<me>>To what end?<</me>>
<<cov2>><<ncov1>> will get more into it tomorrow. Basically, magic is about drawing energy from hell, through the seven deadly sins.<</cov2>>
<<me>>So what, magic is all about money, sex, and rock and roll.<</me>>
<<cov2>>You're not far off.<</cov2>>
<<ncov2>> shrugged, even as I watched her eyes wander slightly as I mentioned sex, before focusing.
<<cov2>>Listen, humanity can be good. Trust me, I've seen a lot of it. But we all have a connection to hell, as the sins are deeply imprinted in our souls. Just like we all have a connection to heaven.<</cov2>>
I nodded, as she drifted off a bit, getting lost in thought, before snapping back.
<<cov2>>Anyway, this energy we get from the sins are what we use to cast spells.<</cov2>>
<<me>>So does that mean that we can only use spells of our... Strongest sin?<</me>>
<<cov2>>Once upon a time. But witches throughout history, much smarter than me, have worked on improving our spells. So most spells used nowadays can take any energy. So if you're attuned to Wrath, like me, you can use most spells. But spells from the Wrath family will be stronger, hit harder. Granted, the more powerful spells will require potent energy. So <<ncov3>> will be able to use some spells that I'll never be able to. And same for her, since she's attuned to Pride.<</cov2>>
<<me>>Ok. That makes sense.<</me>>
I sat down, and <<ncov2>> sat opposite me.
<<me>>Wait, you said tomorrow?<</me>>
<<cov2>>Yeah, depending on what you're attuned with, the spell structure has to change. So we have to change what we teach you.<</cov2>>
<<me>>Ok. What do I do now?<</me>>
<<cov2>>Well, we've been watching you. We're pretty sure you're attuned to Lust.<</cov2>>
As she said that, I felt my cheeks begin to burn. She mirrored me, as her cheeks started getting rosy, and she cleared her throat, even as she broke eye contact.
<<cov2>>Uh, you can relax. A lot of witches have done a lot of research, and we haven't found any connection to what sin you're attuned to, and you yourself.<</cov2>>
I sat up straight, still feeling embarrassed. She sat up straight, her cheeks still a bit flushed.
<<cov2>>We just gotta confirm what fuel you're running in the tank. So, just touch the crystal.<</cov2>>
I looked down at the table, the crystal built into it right in front of me. I reached up, and touched it. It didn't feel different, just as smooth as the rest of the table.
<<cov2>>That crystal is attuned to Lust, so it will glow when it absorbs its energy. You've used the energy before. Just focus on it, and let it build up.<</cov2>>
I nodded, then looked down at the table. As I focused, the symbol on my hand turned to the familiar Lust crest, and the energy built up. As it did, the crystal began to glow a pink color, getting bright. I squinted my eyes, the light getting a bit too bright. I looked up at <<ncov2>>, who looked impressed.
<<cov2>>Ok, you can stop.<</cov2>>
I did, and the light slowly went out.
<<cov2>>Alright, guess we were right on.<</cov2>>
<<ncov2>> looked around, and then stood up, leaving the room for a second. I watched the door, and she returned after a moment with a pen and a clipboard. She sat back down, and started writing something down.
<<cov2>>Pretty bright too, so that was fairly potent.<</cov2>>
She said, focusing on writing. After a moment, she looked back at the table.
<<cov2>>Ok, next.<</cov2>>
She grabbed the table and began pushing on it, causing the top to spin. I watched as she quickly spun the table. Once she was done, I tried moving it, and realized how heavy it was.
<<cov2>>Ok, this one is Wrath. Go ahead.<</cov2>>
I shrugged, and placed my hands on the crystal, and focused. The Lust crest disappeared, leaving the circle blank. I tried to build up energy, but I couldn't feel anything. I closed my eyes, and began focusing even more. After a minute, <<ncov2>> spoke up.
<<cov2>>Ok, that's enough.<</cov2>>
I opened my eyes, and saw the small flicker of light in the crystal. Small, compared to Lust, but there.
<<cov2>>Looks like you're attuned to Lust and Wrath. More common than you'd think.<</cov2>>
She looked up to me, and then looked back down at the paper.
<<cov2>>Looks like we kinda match, so I'll be able to help you out.<</cov2>>
She said quickly, rushing through the words.
<<cov2>>Anyways, next!<</cov2>>
She gripped the table, and began spinning it again. The next crystal was Sloth. <<ncov2>> didn't seem to expect any response, but as I focused, there was an ember that lit up in the crystal. Smaller than even the Wrath crystal, but she noticed it.
<<cov2>>Huh. Ok, Lust is your primary, Wrath is your secondary, and you have Sloth as a tertiary.<</cov2>>
She paused, looking at the clipboard.
<<me>>Is that weird?<</me>>
<<cov2>>Honestly? Yeah. Usually, Sloth is by itself. It tends to clash with the other sins, so they don't appear together much. I mean, it's happened before, but it's not common. I have zero attunement with Sloth, for example.<</cov2>>
She put her clipboard down, and looked at the table, then at me, then back at the table.
<<cov2>>OK, next.<</cov2>>
I nodded, and spun the table. The next crystal was Pride, and I repeated the process. The crystal lit up again, and <<ncov2>> furrowed her brow.
<<cov2>>Pride as well.<</cov2>>
We kept going, going through each crystal. Gluttony, Envy, both lit up, each time making <<ncov2>> more confused. Last was the Greed Crystal. I touched it, and began building up energy, as the crest of Greed appeared on my hand. I closed my eyes, and let it flow into the crystal. I didn't need to open my eyes, as I saw the golden light from the crystal through my eyelids. I stopped the flow, and opened my eyes slowly as the light went out. I sighed, then looked at <<ncov2>>.
<<cov2>>What the hell.<</cov2>>
She looked up from the crystal to me.
<<cov2>>I guess that might be the reason why the hex bag got messed up. You're attuned to all seven sins.<</cov2>>
<<me>>What now?<</me>>
I asked. She opened her mouth, shaking her head, not knowing what to say.
<<cov2>>I... I don't know. I'll have to talk to <<ncov1>>.<</cov2>>
<<me>>Wouldn't that make the lessons easier? Since I can use any energy?<</me>>
<<cov2>>No, it's probably gonna be worse. From what <<ncov3>> has told me, three is the most you want. Any more after that, and it just makes things difficult for you. Remember how I said we would have to change what we teach you?<</cov2>>
<<me>>Uh huh.<</me>>
<<cov2>>That's because, modern spells, like I said, can take any energy source. But the process for using the energy is different depending on which energy you use. Same end result, but different process. When you have too many attunements, it get's difficult to pull from just one energy source, which will make it easier for spells to fail, since they're getting the wrong kind of energy.<</cov2>>
<<me>>Oh. Shit.<</me>>
<<cov2>>Yeah. When it's happened to witches in the past, they needed to spend a lot of time just working on their control over the energy, before they could cast even basics spells.<</cov2>>
<<me>>Control?<</me>>
<<cov2>>Yeah, getting the energy from the sins can be messy. So they needed to be able to filter the energies perfectly.<</cov2>>
She sat back, and sighed. After a minute, she looked up at me, and gave me a worried smile.
<<cov2>>Don't be discouraged. We can still teach you to hide from Templars, it will just take more time.<</cov2>>
I nodded.
<<me>>And being able to hold my own in a fight?<</me>>
She shook her head.
<<cov2>>That one is likely not gonna happen.<</cov2>>
I nodded, sighing. She stood up, walking over to my side of the table, placing her hand on my shoulder.
<<cov2>>Sorry. But we're here for you. We're gonna take care of you.<</cov2>>
<<me>>Ok. Now what?<</me>>
<<cov2>>Now, you go home.<</cov2>>
She reached over to her clipboard, writing something down, before ripping it off, and handing it to me. I grabbed it, and she suddenly looked at me alarmed, her cheeks turning rosy again, before letting it go. She quickly stood up, walking back to her side of the table.
<<cov2>>That's... That's my number. Send me a text, and I'll send you a text when we have the lesson for you.<</cov2>>
Just as she said that, the door opened, and <<ncov3>> walked in. She looked over at me, then back at her friend, and she smiled.
<<cov3>>Well, what's-<</cov3>>
<<cov2>>Bag, then leave.<</cov2>>
<<ncov2>> said. <<ncov3>> smiled, and nodded, before tossing me another hex bag, looking like the first one I was given. She opened her mouth to say something to me, before <<ncov2>> cut her off.
<<cov2>>Thank you <<ncov3>>.<</cov2>>
<<cov3>>Alright, alright. So touchy.<</cov3>>
I took the bag, put it in my pocket, before putting <<ncov2>>s number in my phone, and sending a text, and saying it failed.
<<me>>Reality adjacent. Right.<</me>>
<<cov2>>Yep.<</cov2>>
She said, standing back up, and walked to the door.
<<cov2>>Come on..<</cov2>>
I followed her down the hallway, and back into the main room, before she opened the door.
<<cov2>>I'll see you soon.<</cov2>>
She said, looking down. I smiled at her, and walked out. I took a deep breath, before I was interrupted.
<</if>><<cov4>>You have a good time kiddo?<</cov4>>
<<ncov4>> asked me, sounding uninterested, not even looking up from her magazine.
<<me>>It was... Informative, I guess.<</me>>
<<cov4>>I bet.<</cov4>>
I stood there, awkwardly, not knowing what to do.
<<cov4>>You can go now.<</cov4>>
<<me>>Right.<</me>>
I nodded, and walked out of the store, looking around.
<<met>>Ok. Back to the usual?<</met>>
<<cain>>Huh. Maybe <<nsis2>> was onto something.<</cain>>
I rolled my eyes, walking away as I ignored <<ncain>>'s chuckling in my head.
<<if $player.dec is "pride">><<if $Time is 4>><<Button 'Head to bed' 'Sleep' '.contbut' '$scene to 0, $cov3.text to 2, $NewCon to 1, $NewMes to 1, $cov3.phone to 1, $event.cov3 to 0, $tCov3 to 1'>><<else>><<Button 'The rest of the day is open' 'Brighttown' '.contbut' '$Time += 1, $scene to 0, $cov3.text to 2, $NewCon to 1, $NewMes to 1, $cov3.phone to 1, $event.cov3 to 0, $tCov3 to 1, $story.mainstory += 1'>><</if>>\
<<elseif $player.dec is "wrath">><<if $Time is 4>><<Button 'Head to bed' 'Sleep' '.contbut' '$scene to 0, $cov2.text to 2, $NewCon to 1, $NewMes to 1, $cov2.phone to 1, $event.cov2 to 0, $tCov2 to 1'>><<else>><<Button 'The rest of the day is open' 'Brighttown' '.contbut' '$Time += 1, $scene to 0, $cov2.text to 2, $NewCon to 1, $NewMes to 1, $cov2.phone to 1, $event.cov2 to 0, $tCov2 to 1, $story.mainstory += 1'>><</if>><</if>><<SleepAltLoc>><img class="rightimg" src="images/Characters/Town/Coven/Lead/04.png">\
<<me>>Alright, so what about other mages?<</me>>
<<cov1>>Focus up.<</cov1>>
<<ncov1>> yelled, as I felt my energy circulate withing my body, <<ncov1>> walking in a circle around me, inspecting for any flaws.
<<me>>I didn't feel a whip.<</me>>
I said, smirking.
<<cov1>>It only takes one small leak for you to expose where you are to the templars.<</cov1>>
She said. We had been training my ability to control the flow of my magic, and as our sessions continued, it had become quite clear that <<ncov1>> was both impressed and annoyed by the progress I was making.
<<me>>No need to be so grouchy just because I got a hang of this faster than you wanted.<</me>>
That made <<ncov1>> stop, and glare at me.
<<cov1>>Ok, you want to know about other mages? Sit down.<</cov1>>
I nodded, stopping the flow of energy, and getting a smack on the ribs as I did.
<<cov1>>I didn't say stop. From now on, we're going to combine your studies, and your practise. In the real world, you won't be standing perfectly still, so get used to it.<</cov1>>
I rubbed my chest, but nodded. I started circulating the energy, and sat down.
<<cov1>>I'm not being hard on you because I'm annoyed you're improving.<</cov1>>
Her glare melted away, a small warm smile appearing, before turning into a frown.
<<cov1>>I'm happy you're improving. But you...<</cov1>>
She paused, deep in thought, before gulping.
<<cov1>>You remind me of the last mage I taught.<</cov1>>
That made me sit up, to which I felt a sting on the back of my hand, as <<ncov1>> swung the riding crop.
<<cov1>>That's why I'm... Worried about your progress.<</cov1>>
<<me>>What happened to him?<</me>>
She looked away from me, her mind clearly deep in her memories, as she spoke.
<<cov1>>He was very skilled, a lot like you. He was attuned to multiple sins as well, but we still taught him.<</cov1>>
She turned to look at me, her eyes almost looking through me as if she was seeing someone else.
<<cov1>>He also gained control quickly. Not as fast as you, but faster than he should have. And that made him arrogant. And us overconfident.<</cov1>>
She paused, and retreated back into her mind.
<<me>>What happened?<</me>>
<<cov1>>He let his aura slip. The Templars found us, and a lot of us were lost.<</cov1>>
She sighed, before turning to look me, her eyes filled with a determination that wasn't there moments ago.
<<cov1>>Which is why we aren't going to let that happen again. If that means that I have to be a bit strict with you, then that's what's going to happen.<</cov1>>
I sat there, and nodded at her resolve.
<<me>>Alright. I don't want you, or anyone I care about, to get hurt.<</me>>
I said, before smirking.
<<me>>Doesn't mean I won't give you a bit of shit every once in a while.<</me>>
She cracked a smile at that, before smacking the back of my hand again.
<<me>>Ow. What the hell, I definitely didn't leak that time.<</me>>
<<cov1>>Oops. Sorry.<</cov1>>
She smirked at me. I shook my head.
<<me>>So what about other mages? How rare are we, exactly?<</me>>
That made her... flinch?
<<cov1>>That's... A bit of a long conversation.<</cov1>>
She said, flashing me an uncomfortable smile. Before I could say anything, there was a knock at the door, followed by <<ncov2>> walking into the room.
<<cov1>>Perfect timing.<</cov1>>
<img class="leftimg" src="images/Characters/Town/Coven/Bruise/04.png">\
<<ncov1>> stood up, as <<ncov2>> walked up to me. She stared down at me, inspecting me, before huffing.
<<cov2>>You weren't kidding. He really does have good control.<</cov2>>
<<cov1>>I know. It's absurd.<</cov1>>
<<cov2>>But that doesn't-<</cov2>>
<<cov1>>No. He's going to have perfect control before he gets the training wheels off.<</cov1>>
That confused <<ncov2>>, before she broke out into a smile.
<<cov2>>Ahh. Which is why I'm here.<</cov2>>
She said, lifting her hands, cracking her knuckles, and looking down at me ominously. <<ncov1>>, at her desk, ran over to me and smacked me in the thigh with the crop.
<<cov1>>Ha, it's already working.<</cov1>>
<<me>>What is?<</me>>
<<cov1>>I told you, we're combining your studies, and your practise. You need to be able to control your aura in any situation. So, starting with our next session-<</cov1>>
She put her hands around a glaring <<ncov2>>.
<<cov1>><<ncov2>> will be your teacher. Your job will be to contain your aura, while she...<</cov1>>
She looks up to <<ncov2>>'s smiling face.
<<cov1>>Well, I don't want to ruin the surprise.<</cov1>>
<<me>>No, hey. I'm not much for surprises.<</me>>
<<ncov2>> grabbed both of the armrests of my chair, leaning close to me, her face only an inch away from mine.
<<cov2>>I'll be seeing you soon.<<if $player.dec is "wrath">> I've been wanting a rematch anyway.<</if>><</cov2>>
I suddenly felt another slap on my foot, from <<ncov1>>'s crop.
<<cov1>>She's so excited!<</cov1>>
<<Button 'Head home' 'Home' '.contbut' '$scene to 0, $Time += 1, $story.mainstory += 1'>><<met>>Ok, let's do this then.<</met>>
<<cain>>Trust me, this is the best approach.<</cain>>
<<met>>I believe you. I've watched spy movies, I understand the importance of intel.<</met>>
<<cain>>What's the issue then?<</cain>>
<<met>>I've never been good at doing research. Still...<</met>>
I sat down at my computer, and open the browser.
<<met>>I'm definitely more motivated in this case.<</met>>
<<cain>>Good man.<</cain>>
I felt a slap on my back, and shrugged it off. Still felt weird, knowing the sensation didn't come from the real world.
<<cain>>Where are you starting?<</cain>>
<<met>>I guess first move is social media. The college definitely has to have a page. From there, we just make connections.<</met>>
I opened up their Instagram page, and was immediately greeted with promising results.
<<met>>Like this.<</met>>
<<cain>>That's the dean, right?<</cain>>
<<met>>Yeah. If I keep going, I'll probably find out who the assistant is. Then, it should be easier.<</met>>
<<cain>>I'll leave you to it then. <</cain>>
<<linebreak>>
<<cain>>I just don't think you should complain.<</cain>>
<<ncain>> said, as I walked through the doors at Sonar. I could hear the music blaring even in the entrance.
<<met>>Well it's easy for you to say, you're a voice in my head.<</met>>
<<cain>>Her being easy to find is a plus for us.<</cain>>
<<met>>Sure, but it's fucking creepy. I'm getting rid of social media after that.<</met>>
I pushed the doors leading to the main chamber, getting hit with what felt like a solid wall of sound, as the bass of the music blaring broke through. I sighed, and straightened my outfit, looking around. Finding <<ndass>> was going to take a while, especially with how dark it was in here. It didn't help that the place was filled with beautiful women, who were all giving me looks of desire. Still, I focused. I was looking for <<ndass>>, who was the assistant to <<ndean>>. According to <<ncain>>, she's a likely weak link, so I was here because according to her friends, they were planning on "shutting Sonar down!" tonight.
I walked to the bar, and got a drink, as I surveyed the club, contemplating how these girls possibly could accomplish that. <<if hasVisited("AssW: 2-1") && not hasVisited("AssW: 3-1")>>As I looked around, I spotted a familiar face. <<nassw>> was sitting in a booth, talking to some guy, as she spotted me. Her eyes lit up, and she waved. I groaned, and ignored her wave, causing her to frown playfully. Before she could get up, one of her friends got her attention, and I quickly moved into the crowd, hoping to avoid her. <<else>>I took my drink, sipping it thoughtfully, before downing it quickly, and moving into the crowd. <</if>>The club was full, as it usually seemed. I got more than one girl coming up to me, asking me to join them, and a few just started grinding on me. I moved on though, until I finally found her.
<<ndass>>. She was surrounded by a few different girls. They were all fairly attractive, and my friend downstairs was definitely telling me to get more than one. I fought that urge, even as I didn't want to. It would be easier to get info from just her alone. I walked up to her group, and watched as Lust worked it's magic.
<<me>>Hey. I'm <<nme>>.<</me>>
I said, focusing entirely on <<ndass>>. I could see all the girls get excited, but my attention was on <<ndass>>, who was equally excited. I reached down, offering my hand. She took it.
<img class="leftimg" src="images/Characters/Town/College/DAss/03.png">\
<<dass>>H-hi. I'm <<ndass>>.<</dass>>
I held onto her hand, and pulled her up. She followed my lead, standing up, as I lead her onto the dance floor. I got a good look at her, wearing a tight dress, I could feel the blood rushing down.
<<me>>Let's dance <<ndass>>.<</me>>
She didn't respond but for a shy nod, as she was completely entranced by me. I did enjoy the looks of jealousy from her friends, but ignored them, as I pulled her onto the dance floor. I turned her around, and pulled her into me, until her body was pressed against mine, causing her to gasp. I reached around her, placing my hand on her stomach, and she reached back, placing her hand on my hair, as we danced. Well, calling it dancing was generous, as it was more akin to dry humping than any sort of dance move. Still, it was effective, as she was putty in my hands before the end of the second song.
<<me>>You want to have some more fun?<</me>>
She moaned, turning around. I looked down at her, and took her lips with mine. From the very positive response her tongue was giving me, she clearly did. She pulled back, and looked up at me, wrapping her arms around my neck.
<<dass>>I... I live close by.<</dass>>
She said. It was both a statement, as well as a question, one I answered by reaching around and grabbing her ass, causing her to moan again.
<<me>>Lead the way.<</me>>
She nodded, biting her lip, as she took her hand in mine, pulling me towards the door. I heard some boos from her friends, as well as a cheer or two, as she waved them away. Once we were out of the club, she looked up at me again, walking to her car.
<<dass>>Fuck. I don't normally do this.<</dass>>
I reached down at her, grabbing her hips, giving her a soft kiss.
<<class "lustbut">><<linkreplace "We both want this">><<me>>It's alright to want to do this. We both want to have fun.<</me>>
She moaned, running her hand down my chest, before pushing me away.
<<dass>>My cars right here.<</dass>>
We both walked to it, and she clicked her remote.
<<linebreak>>
We barely managed to get her door open, as I pounced on her, taking her lips again, throwing off my jacket as I did. She reached up, grabbing my shirt, pulling it off of me in one fluid motion. I reached up, getting a hold of her ass, and giving it a light slap. She pulled back, looking up and down at me.
<<dass>>My room is just down here.<</dass>>
She grabbed my hand, and led me down a hall. As we entered her room, I picked her up, giving her a deep kiss, as she wrapped her legs around my waist. My cock desperately wanted freedom, so I laid her down onto the bed. She let go of me, and I stood up, pulling down my pants, my cock springing out.
<<me>>Since you don't normally do this, I suppose it's my job to make sure you don't regret it, huh?<</me>>
I leaned over her, and ran my hand gently down her body, making her shiver in anticipation. I leaned forward, kissing her again, as I gently worked my hand under her dress, massaging her pussy. She moaned into my mouth, and I down with my other hand, pulling her dress up, giving me better access. I pulled her panties to the side, and gently pushed my finger in.
<<dass>>Mmmm- Oooh GooOdd!<</dass>>
She pulled away from my lips, as an orgasm overtook her body, her pussy tightening over my finger, as her juices shot out, covering my arm in them. I was surprised for a moment, but kept playing with her, letting my fingers ride her through her climax. After a minute, and catching her breath, she brought her hands up to her face in embarrassment.
<<dass>>I- I'm sorry. I haven't really...<</dass>>
She trailed off, causing me to raise my brow.
<<me>>You're a virgin?<</me>>
She opened her hands, letting her see through her fingers.
<<dass>>No, not that. I just haven't really done anything like that in a... Long time.<</dass>>
<<me>>Then I guess I succeeded.<</me>>
That made her close her hands again, as she nodded. I pulled my fingers away, getting a taste of her juices.
<<dass>>Don't do that!<</dass>>
She said, slapping my arm playfully, her cheeks redder than before, even in the low light.
<<me>>Why not? You taste great.<</me>>
<<dass>>I-<</dass>>
Her words got caught in her throat, before looking down, and her eyes widening.
<<dass>>You're still hard.<</dass>>
<<me>>Well... Yeah. No offense, but you aren't that good.<</me>>
That made her giggle, and slap my arm playfully again.
<<dass>>Shut up! I mean, that's something I can... fix.<</dass>>
<<me>>Oh yeah?<</me>>
I leaned down, kissing her again, before she pushed me on my side, then my back, and moving down between my knees. She took a good look at my cock, before taking it in her hand.
<<dass>>It's so warm.<</dass>>
She said, stroking it slowly, getting it closer to her face.
<<dass>>Does that feel good?<</dass>>
<<me>>It does.<</me>>
<<dass>>Good. I want to make you feel good.<</dass>>
She whispered, before taking my cock into her mouth, sucking on it.
<img class="rightimg" src="images/Characters/Town/College/DAss/04.webp">\
<<me>>That's a good girl.<</me>>
I muttered, causing her to smile, and start sucking harder, pushing my cock further into her warm mouth. She stared up at me, the entire time watching for any movement.
<<me>>That's it. You're gonna make me cum.<</me>>
She smiled, as she pushed my cock into her throat.
<<me>>Are you gonna be a good girl, and swallow my cum?<</me>>
She moaned, nodding as emphatically as she could with my cock deep in her mouth.
<<me>>You want to please me, don't you?<</me>>
Again she nodded, as I felt my cum rising. I reached up, placing my hand on her head, pushing my cock deeper, causing her to groan.
<<me>>You want to follow what I say, don't you?<</me>>
She moaned out, as I pushed her head down. She didn't resist at all, her eyes never breaking contact with mine, her look telling me she wanted nothing more than for me to use her face as a fleshlight. I complied, as I pumped her head up and down.
<<me>>I'm about to cum. Are you going to be a good, obedient girl?<</me>>
<img class="leftimg" src="images/Characters/Town/College/DAss/05.webp">\
She moaned out again, nodding. I grunted, as I shot my first rope directly down her throat. I leaned back, and kept pumping into her mouth as my cock shot my load. After a few pumps, I pulled out, and finished on her face, covering her mouth in my cum. As I did, she groaned.
<<dass>>Oh god, yes. Did that feel good for you?<</dass>>
I reached down, caressing her face.
<<me>>That felt fucking good.<</me>>
She smiled, and rested her head on my thigh, giving my softening shaft soft kisses.
<<me>>So, why is a beauty like you waiting so long for release. If you wanted to, you could have any guy you wanted.<</me>>
She giggled, her face not leaving my thigh.
<<dass>>I've just been super busy with work.<</dass>>
She said, in between kisses to my cock. As she continued, I could feel the blood rushing in again. Even then, I steered the direction.
<<me>>Where do you work?<</me>>
<<dass>>The college.<</dass>>
<<me>>Sweet. Can I brag that I scored with a professor?<</me>>
I said, jokingly. She giggled at that.
<<dass>>Sorry. I'm the assistant to the dean.<</dass>>
<<me>>And that keeps you busy?<</me>>
<<dass>>Yeah.<</dass>>
<<me>>Why? What do you do all day?<</me>>
<<dass>>I do her schedule, her meetings, checking her work, bringing her food, since she will work to exhaustion, make sure she isn't interrupted, things like that.<</dass>>
<<me>>She sounds like a real slave driver.<</me>>
<<dass>>No, she's... She's driven.<</dass>>
<<me>>Hey, no need to hold back with me.<</me>>
She finally opened her eyes, looking up at me, half her face still behind my cock. She inspected me, before closing her eyes again, and giving my balls a kiss.
<<dass>>No, she's a hard worker, and wants me to be one too. It's not a bad thing, just... it's a lot. And besides, it got better recently.<</dass>>
<<me>>Why?<</me>>
<<dass>>She had some problem with her husband, and it was stressing her out.<</dass>>
<<me>>He cheat on her?<</me>>
She shook her head, not breaking contact with my rapidly hardening cock.
<<dass>>That's what I thought at first, but when I asked, she made it clear it wasn't anything like that.<</dass>>
<<me>>Huh. Any idea what it was?<</me>>
<<dass>>I didn't really get into it. Besides...<</dass>>
She reached up to my cock, now hard, stroking it again.
<<dass>>Is that what you want? Or do you-<</dass>>
She stopped suddenly, and I looked down at her, as she looked up in surprise, before turning to guilt.
<<dass>>Oh, no.<</dass>>
<<me>>W-what?<</me>>
I ask, worried I had been found out.
<<dass>>Please don't hate me.<</dass>>
She said, letting go of my cock.
<<me>>What do you mean?<</me>>
<<dass>>You need to go.<</dass>>
<<me>>Oh.<</me>>
I looked down at my hard cock, and she looked at it as well.
<<dass>>I know, I'm sorry, I don't mean to kick you out like this.<</dass>>
She poked my cock, causing it to swing.
<<dass>>Trust me, I want nothing more than to drain your balls, and feel you inside me-<</dass>>
I groaned as I heard that, and she flinched.
<<dass>>S-sorry. M-my switch is flipped too. But I have work tomorrow, very early. And I never miss work<</dass>>
I sigh, and nod.
<<me>>Fine. But only if I can get your number.<</me>>
<<dass>>Deal. The way I see it, I owe you.<</dass>>
She giggled, and I got dressed, made more difficult by my cock. I tried going soft, but seeing <<ndass>>, it was a challenging task. After a minute, she walked me out, and we shared a quick kiss, before I left.
<<met>>That worked out, surprisingly.<</met>>
<<cain>>You doubted me?<</cain>>
<<met>>A little.<</met>>
<<cain>>One day, youngling, you'll realize that I've spent a long time downstairs. I know how to corrupt.<</cain>>
<<met>>Fair enough. Now what?<</met>>
<<cain>>Well, you found one weak link. Now try to find another one.<</cain>>
<<met>>On the husband?<</met>>
<<cain>>Correct.<</cain>>
I nodded, and made my way home. Time for more research.
<<Button 'Head home' 'Home' '.contbut' '$dean.percent += 1, $dass.percent += 1, $dass.scene.deleteFirst(1), $dass.scene.push(2), $Time +=1, $dass.sub +=1, $event.dass to 0, $dass.met to 1, $dean.met to 1, $scene to 0, $location.apart to 1, $dass.phone to 1, $dass.text to 2, $NewCon to 1, $NewMes to 1, $tDAss to 1'>><</linkreplace>><</class>><<met>>Ok, let's do this then.<</met>>
<<cain>>Trust me, this is the best approach.<</cain>>
<<met>>I believe you. I've watched spy movies, I understand the importance of intel.<</met>>
<<cain>>What's the issue then?<</cain>>
<<met>>I've never been good at doing research. Still...<</met>>
I sat down at my computer, and open the browser.
<<met>>I'm definitely more motivated in this case.<</met>>
<<cain>>Good man.<</cain>>
I felt a slap on my back, and shrugged it off. Still felt weird, knowing the sensation didn't come from the real world.
<<cain>>Where are you starting?<</cain>>
<<met>>I guess first move is social media. The hospital definitely has to have a page. From there, we just make connections.<</met>>
I opened up their Instagram page, and was immediately greeted with promising results.
<<met>>Like this.<</met>>
<<cain>>That's her, right? Priestess of Wrath?<</cain>>
<<met>>Yeah. If I found her already, I should be able to find other people to get to.<</met>>
<<cain>>I'll leave you to it then. <</cain>>
<<linebreak>>
<<cain>>I just don't think you should complain.<</cain>>
<<ncain>> said, as I walked through the doors of the Parched Throat.
<<met>>Well it's easy for you to say, you're a voice in my head.<</met>>
<<cain>>Her being easy to find is a plus for us.<</cain>>
<<met>>Sure, but it's fucking creepy. I'm getting rid of social media after that.<</met>>
I walked over to the bar, taking a seat at one of the few empty seats, as I looked around. The place is full at this time of night, ranging from college students, to the older ones. As for me, I'm looking for a specific person. After doing some research, we decided the best course of action, for both the mission of manifesting Wrath, as well as for my friend downstairs, was <span class="HospAdText">$hospad.name Whittaker</span>. She was an administrator at the hospital, and if my sleuthing on her social media pages told me anything, very single, and not happy about it. My main hope was that most men didn't like dating women in high powered jobs like her, because the alternative was she was crazy. Because looking like that, it made no sense how she was single.
Still, I wasn't looking to date this chick. I needed information, and the rest was just an added benefit. <<if hasVisited("AssW: 2-1") && not hasVisited("AssW: 3-1")>>As I looked around, I spotted a familiar face. <<nasswgf>> was sitting in a booth, talking to some guy, as she spotted me. Our eyes locked for a moment, and her eyes widened in shock, as well as what I suspected was a mix of fear and lust. She looked me up and down, before flinching in surprise as the guy she was with poked her hand. I chuckled, as I realized that was probably Max. <<nassw>> might be insane, but she clearly knew her friend. I shook my head, and stood up. <<else>>After a few moments, I decided it would be easier to find her if I looked around, so I moved into the crowd. <</if>>I enjoyed the feeling of the women looking over at me, desire burning in their eyes. But I was here with a mission, and only a moment later, did I find her.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/02.png">\
She was sitting in a booth, talking to some friends. They were a mixed group, some girls clearly younger than others. I suspected it was a group from her work. They were all fairly attractive, but I wasn't going to be distracted. I approached the table, and saw the eyes of all the girls light up, until I turned to <<nhospad>>.
<<me>>Hey. What's your name?<</me>>
I asked, facing her directly, offering my hand. She looked up at me, her jaw momentarily dropping, before she recovered.
<<hospad>><<nhospad>>. What's yours?<</hospad>>
<<me>><<nme>>. Care to join me?<</me>>
I asked, nodding over to an empty table, as she took my hand, shaking it.
<<hospad>>O-oh. I-<</hospad>>
She was about to accept, before looking around the table,
<<hospad>>I-I'm actually with my friends.<</hospad>>
I gripped her hand, and pulled her lightly. She followed my lead, standing up, and I faced her friends, putting on a smile.
<<me>>Sorry ladies, I'm going to be taking her for now.<</me>>
I winked at them, and took <<nhospad>> over to the empty table. I had to admit, it felt great having that much influence. I pulled the seat back, and offered it to her. She gladly accepted it, and I took the seat opposite of her.
<<me>>So, <<nhospad>>, what's a woman like you doing here?<</me>>
My question surprised her.
<<hospad>>W-what do you mean?<</hospad>>
<<me>>Well, you're gorgeous, but you're sitting with me here. No boyfriend?<</me>>
<<hospad>>No, I'm single.<</hospad>>
Her tone was mixed between excitement, and disappointment.
<<me>>Lawyer?<</me>>
I asked, knowing the answer.
<<hospad>>Not quite. I'm head administrator to Livington Mass.<</hospad>>
<<me>>Ah. And that scares men off.<</me>>
She sighed.
<<hospad>>That's been my experience. Most men don't like being with women who make more than them.<</hospad>>
<<me>>A shame.<</me>>
<<hospad>>Well, my work keeps me busy.<</hospad>>
<<me>>A shame for them, I mean. Although, I imagine that can't be fun for you.<</me>>
I lean forward, my hand tracing her arm, causing her to shiver.
<<me>>Must be hard, holding all that in.<</me>>
Her eyes flick up to mine, her eyes filled with desire.
<<hospad>>It is.<</hospad>>
<<me>>Do you need help with that?<</me>>
She bit her lip, and looked back to her friends, before back to my fingers tracing her arm.
<<hospad>>Aren't you forward.<</hospad>>
<<me>>Maybe I'm reading this wrong. But I don't think I am.<</me>>
She took a deep breath, and then let it go, before standing up, grabbing me by the arm.
<<hospad>>Come on, let's go.<</hospad>>
I smiled, and followed her lead, exiting the bar. We walked quickly to the parking lot, and when we got to her car, she turned around. I moved forward, pressing her body against mine, and gave her a kiss, which she quickly reciprocated. I reached down, grabbing her ass with my hand, causing her to moan. After a few seconds, she pushed me back lightly, and shook her head with a smile.
<<hospad>>What am I doing?<</hospad>>
I leaned forward, whispering to her.
<<class "lustbut">><<linkreplace "We both want this">><<me>>It's alright to want to do this. We both want to have fun.<</me>>
She moaned, running her hand down my chest, before pushing me away.
<<hospad>>Get in..<</hospad>>
She clicked her remote, unlocking the car.
<<linebreak>>
We barely entered her house, as she was all over me. She ran her hands up and down my body, and I wasn't shy about doing it, reaching up and grabbing her tits through her shirt. She pushed me away, and I hit the couch. Before I could say anything, <<nhospad>> had taken off her shirt, and started undoing her bra, letting her large breasts drop out. I could feel the blood rush down.
<<hospad>>Take your pants off.<</hospad>>
She growled at me, dropping down to her knees. I smiled, and stood there.
<<me>>No.<</me>>
That made her flinch, and she gave me an annoyed look.
<<hospad>>Excuse me?<</hospad>>
<<me>>You're not making orders here.<</me>>
I stepped forward, and grabbed her hair, not too hard, making her look up at me.
<<me>>Right now, you're going to follow them.<</me>>
She looked shocked, but didn't push back at all.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/03.png">\
<<me>>Now, strip, then take my pants off.<</me>>
She swallowed, and lightly nodded. On her knees, she pulled the rest of her outfit off, and reached up, unbuckling my belt, and slowly pulling my pants down, letting my cock spring out. She licked her lips, and leaned forward, trying to suck on it, before I pulled her hair again.
<<hospad>>Aahh. Wha-<</hospad>>
<<me>>Did I say you could suck it?<</me>>
She looked up at me, then back at my cock, as if she couldn't believe I was stopping her from using her mouth. Still, I had to cement a certain relationship here. After all, this was an information gathering mission.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/04.webp">\
<<me>>Suck on my balls. You're going to warm them up, while I explain what's going to happen.<</me>>
She nodded again, and lowered herself, my cock directly above her, resting on her face, as her mouth enveloped my balls.
<<me>>That's a good bitch.<</me>>
She shot me a look, and I smirked.
<<me>>That's right. You're my bitch right now.<</me>>
She groaned, as I felt her tongue lapping.
<<me>>Because that's what you need, isn't it? All those men, couldn't handle you. But I can, because I understand you.<</me>>
She moaned, as her tongue moved faster as I kept talking.
<<me>>You have too much power in your every day life. So you need a man to put you where you belong.<</me>>
She opened her eyes, lust filling them, as she slowly nodded as I continued.
<<me>>On your knees, worshipping balls, like the whore you are.<</me>>
She moaned out, closing her eyes, enjoying the sensation. I smiled, and leaned against the couch, enjoying her tongue. After a few minutes, I spoke up again.
<<me>>Has a man ever used your ass?<</me>>
That made her eyes shoot open, as her cheeks reddened. After no response, I pulled on her hair lightly, causing her to moan. After a few seconds, she slowly nodded.
<<me>>Good. Because I'm going to use it.<</me>>
I pulled her off, and threw her on the ground. After the initial shock, she looked up at me, smiling.
<<hospad>>You're going to fuck my ass?<</hospad>>
<<me>>That's right. Now, lead me to your bed.<</me>>
She nodded, licking her lips, and tried standing up. I lifted my foot, pushing her down again, earning me a confused look.
<<me>>Bitches walk on all fours. Don't they?<</me>>
Her eyes widened, and for a moment, I saw anger. That, however, melted, as she looked down the hallway, then back at me, desire burning in her eyes. She slowly got on all fours, and made her way down the hallway. I walked behind her, admiring her ass. After a few steps, I slapped it.
<<me>>Good girl.<</me>>
She looked back at me, smirking, and turned back, leading me to the master bedroom. As she did, I pointed at the bed, and she understood.
<<me>>Do you have lube?<</me>>
<<hospad>>Y-yeah, in the bedside table.<</hospad>>
She pointed, and I chuckled, pulling out the bottle.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/05.png">\
<<me>>Well? On all fours. And spread your holes.<</me>>
She swallowed, and nodded, getting her ass up, face down in her mattress, as she reached back. I watched her, enjoying her demeaning actions, as I squeezed the bottle, getting lube on my dick, and some on my hand. I walked up to her, and pressed the lube on her tight asshole.
<<hospad>>Aaah.<</hospad>>
She gasped. I pushed forward, penetrating her hole, getting lube inside of it. After a few seconds, I pressed my cock against her hole.
<<me>>How does that feel bitch?<</me>>
She looked back, and smiled, as she pressed her ass backwards, my cock pushing against her hole.
<<hospad>>Good.<</hospad>>
<<me>>Natural, no?<</me>>
I pushed forward, my cock pushing past her entrance, and entering her warm ass, making her moan.
<<hospad>>OooOohhh.<</hospad>>
I kept pushing forward, before slowly pulling, her hole resisting every move. I slapped her ass hard,
<<me>>I asked you a question bitch.<</me>>
<<hospad>>Yes sir! So natural.<</hospad>>
<<me>>That's right.<</me>>
I began pumping into her ass, the tight hole squeezing my cock.
<<me>>Because this is what you're built for.<</me>>
I slapped her ass, and leaned forward, grabbing her hair, pulling on it as a handle.
<<me>>You're not meant to be some hospital worker. You're meant to be mounted by a man, your holes used to pleasure him<</me>>
<<hospad>>God, yes!<</hospad>>
She yelled out, as I continued fucking her, speeding up as I felt my climax approaching.
<<me>>How does it feel? To finally fulfill your purpose.<</me>>
<<hospad>>Good, sir! So good!<</hospad>>
I slapped her ass again.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/06.webp">\
<<me>>I don't fucking care, because your pleasure isn't important. You're meant to get me off.<</me>>
I slapped her ass again.
<<me>>So tighten your ass, because I'm close.<</me>>
<<hospad>>Yes sir! Thank you sir! Please, use your bitch!<</hospad>>
I felt her ass tighten, and I felt my orgasm approach. I kept pumping into her, before pushing as deep as I could, and began shooting my load directly inside her.
<<hospad>>O-Oh gooOOOodD! It's so warm sir!<</hospad>>
<<me>>Shut up bitch, I'm cumming.<</me>>
I grunted, as I continued pumping my load into her ass. Rope after rope, shooting directly into her colon. After a minute, I finally let her go, pulling my cock out. She laid on the bed, catching her breath, and I laid down beside her.
<<hospad>>That was... Something.<</hospad>>
<<me>>Good though.<</me>>
<<hospad>>Yes. God yes. I just never...<</hospad>>
I reached up, pushing her hair out of her face.
<<me>>Let go control. I could tell.<</me>>
She laughed at that, and we both laid there, catching our breaths.
<<me>>So, your job really that bad?<</me>>
<<hospad>>No. Well, it keeps me busy. But it's satisfying.<</hospad>>
<<me>>That's good. I was actually there recently.<</me>>
She raised her brow.
<<hospad>>Nothing bad, I hope.<</hospad>>
<<me>>Not really. I was helped by this lady... What was her name... I think <<nbusid>>.<</me>>
That got an interesting reaction.
<<hospad>>Oh.<</hospad>>
She said, with a certain amount of distaste.
<<me>>What, don't like her?<</me>>
She looked at me, and frowned.
<<hospad>>Well... I shouldn't say anything.<</hospad>>
<<me>>Not like I'm gonna tell anyone. Besides, the whole point of this exercise was for you to destress, no?<</me>>
She bit her lip, smiling at me. I reached over, and traced her cheek with my finger.
<<me>>Go ahead and vent.<</me>>
<<hospad>>Well...<</hospad>>
She paused, looking away, before finally nodding.
<<hospad>>Everyone likes her.<</hospad>>
<<me>>And that's a bad thing?<</me>>
<<hospad>>Normally? No. But ever since she was hired, I just have such a bad feeling around her. Like she's just ready to stab me in the back.<</hospad>>
<<me>>Huh.<</me>>
<<hospad>>I don't know, maybe I'm just being a bitch. She's been having some problems with her little sister, so maybe she's just been stressed.<</hospad>>
<<me>>What kind of problems?<</me>>
<<hospad>>Not sure. Apparently one time, her sister showed up, and they had an argument in her office.<</hospad>>
<<me>>Huh.<</me>>
Before I could say anything, she got up, stretching her arms.
<<hospad>>Sorry to do this to you stud, but I have work in the morning.<</hospad>>
<<me>>You're kicking me out?<</me>>
I asked with feigned sadness.
<<hospad>>'Fraid so.<</hospad>>
<<me>>Well at least give me your number. In case you need to destress again.<</me>>
She smiled, biting her lip, before nodding. She gave me her number, and then pushed me out of the house, barely giving me time to get dressed.
<<met>>That worked out, surprisingly.<</met>>
<<cain>>You doubted me?<</cain>>
<<met>>A little.<</met>>
<<cain>>One day, youngling, you'll realize that I've spent a long time downstairs. I know how to corrupt.<</cain>>
<<met>>Fair enough. Now what?<</met>>
<<cain>>Well, you found one weak link. Now try to find another one.<</cain>>
<<met>>The sister?<</met>>
<<cain>>Correct.<</cain>>
I nodded, and made my way home. Time for more research.
<<Button 'Head home' 'Home' '.contbut' '$busid.percent += 1, $hospad.percent += 1, $hospad.scene.deleteFirst(1), $hospad.scene.push(2), $Time +=1, $hospad.sub +=1, $event.hospad to 0, $hospad.met to 1, $busid.met to 1, $scene to 0, $hospad.phone to 1, $hospad.text to 2, $NewCon to 1, $NewMes to 1, $tHospAd to 1'>><</linkreplace>><</class>>Walking down the sidewalk, <<nsis2>> bumped into me, causing both of us to laugh. It was a weird scenario, as it really reminded me of when we were younger. Which made sense, considering this was the first time in years in which neither of use were holding anything back. We could be completely honest with each other. So since we were summoned, we figured we'd make the best of it.
<<me>>So, be honest. What's it like being a witch? Because I've been doing this for much less than you, and my time has been...<</me>>
<<sis2>>A rollercoaster?<</sis2>>
<<me>>Yeah. There's been a lot of good, but...<</me>>
We both looked down, understanding settling in. As fun as things could be, we were being hunted down.
<<sis2>>Well, it doesn't stop. Being a rollercoaster, that is.<</sis2>>
<<me>>Being able to shoot fireballs must be cool. Can you? Shoot fireballs?<</me>>
<<sis2>>Not really. Although I can do this.<</sis2>>
She pulled a cigarette out, and snapped her fingers, as a small flame enveloped her finger. She lifted it, lighting her cigarette, before putting it out.
<<me>>Cool party trick.<</me>>
I said, rolling my eyes. She laughed, and slapped my shoulder.
<<sis2>>Shut up. It is a cool party trick, by the way.<</sis2>>
<<me>>So how does it work?<</me>>
<<sis2>>I'll let <<ncov1>> cover it. It's all fairly simple. She told me that training me was in a way, much easier than any other student.<</sis2>>
<<me>>Didn't you have to do summer school a bunch of times?<</me>>
<<sis2>>She didn't mean because I'm a good student. It's because, in her words, "the normalization of magic in fiction, as well as the higher general education levels, has opened the minds of society to accept a lot of things the people from my time could never have."<</sis2>>
<<me>>You're shitting me.<</me>>
<<sis2>>It makes a bit of sense. I mean, the idea that fire-<</sis2>>
<<me>>No, that you would actually remember a quote. That's impressive.<</me>>
She kicked me in the leg.
<<sis2>>You're gonna be a terrible student.<</sis2>>
I laughed, nodding.
<<me>>True. Especially if I have hot classmates.<</me>>
I said, wrapping my arm around her. I saw her cheeks get rosy, as she shook her head.
<<sis2>>Maybe all those researchers were wrong. Maybe what sin you get does have something to do with your personality.<</sis2>>
<<me>>Shush now, I'm trying to carve <<ncov1>>'s quote into my memory.<</me>>
We both laughed, as we arrived at the Hardware store. We walked in, as <<nsis2>> waved at <<ncov4>>.
<<sis2>>Hey <<ncov4>>.<</sis2>>
<<cov4>>Hey kiddo. You look better.<</cov4>>
She looked up at <<nsis2>>, smiling warmly, before looking me up and down.
<<sis2>>Yeah, well, me and <<nme>> had a good conversation.<</sis2>>
That made <<ncov4>> raise her brow at <<nsis2>>.
<<cov4>>Oh? Just a conversation.<</cov4>>
<<nsis2>> flushed, coughing lightly.
<<sis2>>Yes, <<ncov4>>, just a conversation.<</sis2>>
<<cov4>>Well then you won't mind if I have a "conversation" with <<nme>>, right?<</cov4>>
She said, before turning to me.
<<cov4>>How about it? I'm sure we could find plenty of things to talk about.<</cov4>>
<<me>>Hello again <<ncov4>>. We've been summoned.<</me>>
I said, responding flatly. <<ncov4>> smirked.
<<cov4>>Go ahead then. Oh, and <<nsis2>>?<</cov4>>
<<sis2>>Yeah?<</sis2>>
<<cov4>>Don't forget you have an employee discount.<</cov4>>
That made her slight blush turn into a full crimson.
<<sis2>>Yes! Thank you, <<ncov4>>!<</sis2>>
She huffed, and walked past her, pushing a key into the door, unlocking it. I followed her in, getting a wink from <<ncov4>> as I did. Entering the space, and hearing the door click behind us, <<nsis2>> continued walking, as I looked around again.
<<met>>Right. She knows her way around this place.<</met>>
<<if $player.dec is "pride">><<sis2>>Did <<ncov3>> tell you where to meet?<</sis2>>
<<cov3>>And ruin the surprise?<</cov3>>
<<ncov3>> appeared behind me, making me flinch. <<nsis2>>, on her part, seemed to be used to it.
<<cov3>>Hey baby. You feel better now?<</cov3>>
<<ncov3>> asked her, embracing her in a hug, which <<nsis2>> returned.
<<sis2>>I do. Sorry about yelling.<</sis2>>
<<cov3>>Don't apologize. I probably would have done the same if it was someone I cared about.<</cov3>>
<<ncov3>> said, holding <<nsis2>> at her shoulders, giving her an empathetic look. Her eyes flicked to mine.
<<cov3>>So? Does he pass the test?<</cov3>>
<<nsis2>> laughed, nodding.
<<sis2>>Yeah, I would say so.<</sis2>>
<<nsis2>> walked beside me, wrapping her arm around mine.
<<cov3>>Good. Tricking me is one thing, I don't know you.<</cov3>>
<<ncov3>> shrugged, before nodding towards the door.
<<cov3>>We're just in the study. <<ncov1>> wanted to go over some theory first.<</cov3>>
<<nsis2>> sighed.
<<sis2>>Sounds like her.<</sis2>>
<<me>>Magic theory doesn't sound so bad.<</me>>
<<sis2>>Believe it or not, the novelty wears out. Then it just becomes... Homework.<</sis2>>
We all made our way down the same hallway I followed <<ncov3>> down before. The hallway was... Weirdly empty. It just kept going, although I was fairly sure the walk to the crystal table was shorter before.
<<sis2>>You're not crazy, the length of the hallway does change.<</sis2>>
I looked down at her, surprised as she seemingly read my mind.
<<sis2>>Did I guess right?<</sis2>>
<<me>>Yeah.<</me>>
<<sis2>>Well, it messed me up when I first came here.<</sis2>>
<<cov3>>Go in. <<ncov1>> is waiting.<</cov3>>
I walked into the door, and was thrown off by the room before me. If I had to describe it in one sentence, it would be mid-1700's professors smoke room. The decor was mostly leather, dark tones everywhere. It was definitely nice, just very different from the club like look of the rooms before. <<nsis2>> took a step in, before being stopped by <<ncov3>>.
<<cov3>>Sorry baby. He's going solo today.<</cov3>>
<<sis2>>Wait, he said you told me to come as well.<</sis2>>
<<ncov3>> nodded.
<<cov3>>Because you owe <<ncov2>> some hours in training.<</cov3>>
<<nsis2>> winced.
<<cov3>>The debt must be paid.<</cov3>>
<<ncov3>> smiled, and <<nsis2>> acquiesced. She looked up to me, her excitement gone.
<<sis2>>Alright, I'm gonna go run some laps, or something. You have fun.<</sis2>>
<<me>>Have fun. I'll see you later?<</me>>
<<sis2>>You will. Wait for me.<</sis2>>
I nodded, and <<nsis2>> left with a renewed smile, leaving just me and <<ncov3>>.
<<cov3>>Just sit, and <<ncov1>> will be here soon.<</cov3>><<elseif $player.dec is "wrath">><<sis2>>Did <<ncov2>> tell you where to meet?<</sis2>>
<<cov2>>Nope, just to come.<</cov2>>
<<ncov2>> called out, sitting in the corner of the room, her feet up. She stood up, and walked over to <<nsis2>>, tapping her chin lightly.
<<cov2>>Are we ok?<</cov2>>
<<nsis2>> nodded, and hugged her, with <<ncov2>>'s usual stoic form melting as she returned the hug.
<<sis2>>Sorry about yelling.<</sis2>>
<<cov2>>Stop that. You know damn well that I would have started breaking things. We can handle some words.<</cov2>>
<<ncov2>> said, holding <<nsis2>> at her shoulders, giving her an empathetic look. Her eyes flicked to mine.
<<cov2>>Did he pass the sniff test?<</cov2>>
<<nsis2>> laughed, shaking her head.
<<sis2>>Hell no, he smells awful. Although I don't think the demon is in control.<</sis2>>
<<nsis2>> walked beside me, wrapping her arm around mine.
<<me>>Oh, hey, if I smell so bad, then you're getting close, aren't you?<</me>>
<<nsis2>> responded by sticking her tongue out. <<ncov2>> smiled at that, and nodded towards the same door as before.
<<cov2>>Good. I vouched for you, but I don't really know you. Hard to trick someone who cares about you like that.<</cov2>>
We followed her towards the door, entering the same hallway as before.
<<cov2>>Now come on. Let's get to the study. <<ncov1>> says today is theory day.<</cov2>>
<<nsis2>> sighed.
<<sis2>>Sounds like her.<</sis2>>
<<me>>Magic theory doesn't sound so bad.<</me>>
<<sis2>>Believe it or not, the novelty wears out. Then it just becomes... Homework.<</sis2>>
We all made our way down the same hallway I followed <<ncov2>> down before. The hallway was... Weirdly empty. It just kept going, although I was fairly sure the walk to the crystal table was shorter before.
<<sis2>>You're not crazy, the length of the hallway does change.<</sis2>>
I looked down at her, surprised as she seemingly read my mind.
<<sis2>>Did I guess right?<</sis2>>
<<me>>Yeah.<</me>>
<<sis2>>Well, it messed me up when I first came here.<</sis2>>
<<cov2>>Alright, come on. <<ncov1>> will be by soon.<</cov2>>
I walked into the door, and was thrown off by the room before me. If I had to describe it in one sentence, it would be mid-1700's professors smoke room. The decor was mostly leather, dark tones everywhere. It was definitely nice, just very different from the club like look of the rooms before. <<nsis2>> took a step in, before being stopped by <<ncov2>>.
<<cov2>>Not you.<</cov2>>
<<sis2>>Wait, he said you told me to come as well.<</sis2>>
<<ncov2>> nodded.
<<cov2>>You've been skimping out on your training. So today, you're with me.<</cov2>>
<<nsis2>> winced.
<<cov2>>Come on, get to the field. I'll join you in a second.<</cov2>>
<<nsis2>> acquiesced. She looked up to me, her excitement gone.
<<sis2>>Alright, I'm gonna go run some laps, or something. You have fun.<</sis2>>
<<me>>Have fun. I'll see you later?<</me>>
<<sis2>>You will. Wait for me.<</sis2>>
I nodded, and <<nsis2>> left with a renewed smile, leaving just me and <<ncov3>>.
<<cov3>>Just sit, and <<ncov1>> will be here soon.<</cov3>><</if>>
I nodded, and soon I was left alone. I sat down on one of the couches, impressed at how comfortable it was, considering how uncomfortable it looked. It only took a few minutes before <<ncov1>> walked in. Not from the door, but through the wall opposite. And she didn't exactly walk in. It more looked like she was pushed in. She wiped her knees, and looked at me.
<<cov1>>Ok. Let's get this party started.<</cov1>>
<<me>>S-sure.<</me>>
<<cov1>>How's it going <<nme>>? You feel fine?<</cov1>>
She asked, walking around the room, picking up some books, going through papers. It felt like she was just making small talk while she looked for something. I shrugged in response.
<<me>>Nothing different, really.<</me>>
<<ncov1>>'s eyes flicked to mine.
<<cov1>>Yeah?<</cov1>>
<<me>>Yeah.<</me>>
<<cov1>>Good.<</cov1>>
That seemed to calm her a bit. She continued moving around the room, until she had accumalated enough papers, then sat down in the couch opposite mine.
<<cov1>>Ok, these are going to be your readings.<</cov1>>
She said, placing the papers beside her on the couch.
<<cov1>>But, before that. I need to have a conversation with... Him. Is he here?<</cov1>>
<<me>>Always.<</me>>
That response didn't soothe her.
<<cov1>>First of all, can I ask what name you call him? It would make it easier to talk.<</cov1>>
After a pause, in which <<ncain>> shrugged, I nodded.
<<me>>He told me to call him <<ncain>>.<</me>>
<<cov1>>Right. Well, then he heard the news from <<if $player.dec is "pride">><<ncov3>><<elseif $player.dec is "wrath">><<ncov2>><</if>>.<</cov1>>
<<me>>He did.<</me>>
<<cov1>>And he's... Ok with that? Because the terms of the agreement...<</cov1>>
<<me>>Well, speaking for him, all I can say is we should try. If I can't use most magic... Well, that's just the way it is.<</me>>
<<cov1>>Ok. Ok, I just wanted to touch base, to adjust our expectations.<</cov1>>
<<me>>I understand.<</me>>
I paused, before adding.
<<me>>We understand.<</me>>
<<ncov1>> nodded, before handing me the stack of papers.
<<cov1>>Today, we're just going to go over some history.<</cov1>>
<<linebreak>>
I rested my head, feeling more tired than I had in a while.
<<cov1>>Hey, come on, this is important.<</cov1>>
<<me>>I know, it's just... I don't feel it's super relevent.<</me>>
<<cov1>>I know. New students never do. But learning how magic processing changed over time is important. It helps teach you how magic should flow.<</cov1>>
I put my head back again.
<<cov1>>Alright. Fine, we're almost done for today, so let's do some practical theory.<</cov1>>
That got my attention, as I sat up. That made <<ncov1>> laugh.
<<cov1>>I swear, it's impressive how student's haven't changed even a little.<</cov1>>
<<me>>How long have you been teaching other witches?<</me>>
<<cov1>>Come on <<nme>>. You know never to ask a girl her age. Now. Pay attention.<</cov1>>
I nodded, and stretched a bit.
<<cov1>>Close your eyes. You've used enough magical energy, you know what it feels like, correct?<</cov1>>
<<me>>Yeah.<</me>>
<<cov1>>So pay attention to the flow of magic in this room.<</cov1>>
I took a deep breath, and let my senses take over. She was right that I had used the Sins energy before, and I even felt the energy from <<nsis2>> when she made the sound barrier. But that was different. Asking to feel an empty room felt strange. Like I was reaching out for something solid, and grabbing nothing but air.
<<cov1>>It might be hard, because you aren't familiar with this type of magic. But try to focus not on which sin it comes from, but the underlying energy underneath.<</cov1>>
I nodded. I thought back at the times I've used Greed to mark the girls in my life, and then on when I used Lust. I tried to compare the two. At the time, it felt so different, but as I begand thinking about them, the similarities did begin to form. And as I began sensing it in my mind, I began to feel... Something.
<<me>>I... I think I feel it. Maybe? It doesn't feel like anything I've used before.<</me>>
<<cov1>>That's not too surprising. You didn't have a strong reaction to it. This is Gluttony, the sin I'm most attuned to.<</cov1>>
I nodded, and took my time to inspect the energy. It felt familiar, but only in the deep parts of my mind.
<<cov1>>Are you getting a handle on it?<</cov1>>
<<me>>Yeah, I think so.<</me>>
<<cov1>>Can you feel the source? Where the energy is coming from?<</cov1>>
I tried moving my senses towards <<ncov1>>, but as I roamed over her, I couldn't feel anything. Instead, I followed the energy, as it led me to... the door I came in through.
<<me>>Is it not coming from you?<</me>>
<<cov1>>Good! That's impressive that you could sense that so quickly. But no, it is coming from me.<</cov1>>
As she said that, the source of the energy, previously the door, snapped into her.
<<cov1>>A bit of ventriloquism for you. I just wanted to make sure you weren't making anything up.<</cov1>>
<<me>>Fair enough.<</me>>
I chuckled.
<<cov1>>Now, look closer. Do you see the magic coming from me? It might be hard for you to see, but do you see the way it flows inside of me?<</cov1>>
I listened to her, and tried to focus. However, even as I tried, it was all a large blur of energy. I shook my head.
<<cov1>>That's alright, it would have been abnormal if you could. The magical flow inside the body is different for everyone, not unlike a fingerprint. The reason I say that is because the way magic aura exudes from each person can vary greatly. So it's not enough to know how to block it. You also need to know where you need to block.<</cov1>>
<<me>>Are you able to tell where I need to block?<</me>>
<<cov1>>Y-yes. You're a bit of a strange case. You exude magic from every pore in your body.<</cov1>>
<<me>>O-oh. Is that a bad thing?<</me>>
<<cov1>>No, it just means you need to block more area. Which isn't too difficult, once you get the process down.<</cov1>>
I nodded.
<<cain>>That's my fault, apologies.<</cain>>
<<me>>What do you mean?<</me>>
<<cov1>>Excuse me?<</cov1>>
<<me>>Oh. Sorry, I'm talking to him. He says it's his fault I exude magic like this.<</me>>
<<cain>>Yeah, remember how I told you I reworked your soul.<</cain>>
<<me>>Uh-huh.<</me>>
<<cain>>Well, one of those reworks was a better way for you to release magic. The Sins can sometimes produce a lot of it, so keeping it bottled up can be harmful.<</cain>>
<<cov1>>How is it his fault?<</cov1>>
<<me>>He... Reworked my soul, when coming into my body.<</me>>
<<cov1>>Eh- Excuse me?<</cov1>>
She asked, sounding worried.
<<me>>He said God was sloppy when making our souls, so <<ncain>> "reworked" it.<</me>>
<<ncov1>> stared at me, analysing me.
<<cov1>>Your flow is definitely... I don't know the right word for this.<</cov1>>
<<me>>I believe the word he used in the past was "effecient".<</me>>
<<ncov1>> approached me, and raised me arms. She began inspecting every part of my body, slowly, before stepping back and looking at me.
<<cov1>>I suppose that term isn't inaccurate.<</cov1>>
She bit her lip, her brows furrowing.
<<me>>Then what's the issue?<</me>>
She looked up at me, then shook her head.
<<cov1>>Nothing. It's fine.<</cov1>>
She took a deep breath.
<<cov1>>Ok, try to sense my magic again. I'm going to begin slowly blocking it. I want you to pay attention. I'll do it a couple of times, but don't get discouraged if you can't fully see it.<</cov1>>
I nodded, and closed my eyes. The next couple of minutes, she did... Something. Like she said, it was hard to really understand, because everything was very blurry. After the fourth time, she stopped.
<<cov1>>Ok, that should be enough for now. Your homework.<</cov1>>
<<me>>Uuuuggghh.<</me>>
I groaned out, causing <<ncov1>> to roll her eyes.
<<cov1>>Shh. Your homework is going to be to use this sense to feel for the magic flow of everyone.<</cov1>>
<<me>>Everyone? Even normal people?<</me>>
<<cov1>>Especially them. They still have magic flowing inside of them, it's just incredibly weak. Which is perfect for you. The reason you can't see mine well is... It's like trying to see an overexposed image. It's too bright to make out the details. But with normal people, their flow is weaker. It won't be overwhelming. It will allow you to be able to focus on the details, and over time, your sensitivity will get used to it. Then you'll be able to see mine, <<nsis2>>'s, or anyones.<</cov1>>
I nodded.
<<cov1>>Alright, head out. Take your papers, and read them. Even if they're boring.<</cov1>>
<<me>>Sure thing teach.<</me>>
I waved at her, and left the room, finding myself back in the hallway. I turned right, and walked until I found the waiting room. Checking my phone, we had been there for 2 and a half hours. I went to the couch, and went to sit down. However, before I could, <<nsis2>> walked in.
<<sis2>>I'm so tired. Carry my home.<</sis2>>
She said, frowning. I smiled at her, and turned around, squatting down.
<<sis2>>Ooh, don't mind if I do.<</sis2>>
She got on my back, and I stood up.
<<sis2>>Such a gentleman.<</sis2>>
<<me>>How was P.E class?<</me>>
<<sis2>>Brutal. The teacher is a bit of a hardass. How was history?<</sis2>>
<<me>>Boring. The teacher just droned on and on.<</me>>
We both shared a laugh as we exited the room. <<nsis2>> gave a quick wave to <<ncov4>>, and we were off.
<<sis2>>Maybe we're both just bad students?<</sis2>>
<<me>>Maybe?<</me>>
<<Button 'Head home' 'Home' '.contbut' '$scene to 0, $Time += 1, $story.mainstory += 1'>>I knocked on <<nsis1>>'s door. I had been thinking on how I would move forward with my plan between <<nsis1>> and <<nmom2>>. It was fairly easy to have <<nmom2>> fold to me, because I have Lust to help back me up. But having her fold to <<nsis1>> would be a bit more difficult.
<<sis1>>Who is it?<</sis1>>
<<me>>Yours truly.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/16.png">\
I heard a rustle of papers, followed by footsteps, as <<nsis1>> opened the door, smiling brightly. Before I could say anything, she pulled me into the room, closing the door behind me, The moment we had privacy, she stuck her tongue into my mouth, moaning. I reached up, grabbing her ass, pulling her into me. After a few moments, she pulled back.
<<sis1>>God, it hasn't even been that long, and I can't stop thinking about you.<</sis1>>
I grinned, massaging her ass. As I did, I felt something strange, causing <<nsis1>> to smile.
<<sis1>>I figured I would get it warmed up.<</sis1>>
She lifted her dress, showing me her buttplug. I backed up, appreciating her ass.
<img class="rightimg" src="images/Characters/House/Roommate 1/17.png">\
<<sis1>>Plus, it's going to be beautiful getting her to clean my ass off her new buttplug.<</sis1>>
<<me>>Jesus, you might be more kinky than me.<</me>>
She smiled, approaching me, grabbing my shirt.
<<sis1>>You know I don't half ass anything.<</sis1>>
<<me>>Normally I complain that you work too much, but this time, it might be a good thing.<</me>>
She smiled, giving me a quick peck, before letting me go, going back to her desk.
<<sis1>>So what can I do for you?<</sis1>>
She said, pushing her hair back, picking her pen back up.
<<me>>Well, I have a thought of how we do the next step.<</me>>
She shivered lightly, and faced me, giving me her whole attention.
<<me>>But it requires me to be a bit honest with you.<</me>>
<<sis1>>Ok.<</sis1>>
<<me>>I don't have small plans. I don't want to stop at <<nmom2>>.<</me>>
<<sis1>>Oh.<</sis1>>
She said, pausing, before fully understanding what I meant.
<<sis1>>W-wait, do you mean-<</sis1>>
<<me>><<nmom1>>.<</me>>
<<nsis1>> furrowed her brow, and gave me a strange look when she heard that. I sat there, letting her process what I had said.
<<sis1>>But... I never... Did <<nmom1>> treat you badly?<</sis1>>
<<me>>No. She's been great. I love her.<</me>>
<<sis1>>You said you did this because you hate <<nmom2>>. Why do you want <<nmom1>>?<</sis1>>
<<me>>Because I love her, and she's beautiful.<</me>>
<<sis1>>I... I don't think I could help you make her a sex slave.<</sis1>>
She said, shaking her head.
<<me>>I don't... I don't want to make her a sex slave.<</me>>
<<sis1>>What are you talking about?<</sis1>>
<<me>>I'm talking about loving you.<</me>>
I said, taking a step towards her, grabbing her hand.
<<me>>And <<nmom1>>.<</me>>
She nodded, just trying to wrap her head around it.
<<me>>But you know me. Sometimes I can be selfish. Because I don't want to stop. Because I want you, and <<nmom1>>, <<nsis2>>, <<nsis3>>. I love you all, I want to share my love with all of you.<</me>>
She continued looking at me. Her face had softened a bit, so I kept going.
<<me>>And I don't think I'm alone here. You've been picturing <<nmom2>> in your fantasies a lot. You're telling me <<nmom1>>, or <<nsis2>> hasn't appeared in them, maybe just once or twice?.<</me>>
Based on how red she got, I was clearly right.
<<sis1>>That's not- That doesn't matter!<</sis1>>
<<me>>Doesn't it?<</me>>
I reached forward with my other hand, running it up her leg. I could see her breathing start to slow.
<<me>>Close your eyes, and imagine it for a moment.<</me>>
I saw her thinking about it. For a moment, I worried if I had misplayed it. And then she closed her eyes, and I knew I had her.
<<me>>Imagine <<nmom1>> on her knees. She slowly pulls your panties off.<</me>>
I run my hand under her dress, and slowly run my finger over her pussy, causing her to shiver.
<<me>>And she begs you.<</me>>
<<nsis1>> nods lightly.
<<me>>What does she beg you?<</me>>
<<sis1>>She... She begs me to eat my pussy.<</sis1>>
<<me>>And what do you say?<</me>>
<<sis1>>I...<</sis1>>
She hesitated, so I began rubbing her pussy through her panties.
<<sis1>>I spread my legs.<</sis1>>
<<me>>She looks beautiful, eating your pussy, doesn't she?<</me>>
<<nsis1>> nods.
<<me>>But is it fair leaving <<nsis3>> out of the fun?<</me>>
<<nsis1>> shakes her head.
<<me>>She wants to suck on your nipple.<</me>>
<<sis1>>She can't.<</sis1>>
She whispers.
<<me>>Why not?<</me>>
I ask. If this plan is to work, they all need to be together. I was about to use Lust, when <<nsis1>> spoke up.
<<sis1>>I have another hole for her to tongue.<</sis1>>
<img class="leftimg" src="images/Characters/House/Roommate 1/18.webp">\
She whispered. I couldn't have smiled any more in that moment. I reached back, pulling her hips forward, giving me access to her ass. I pulled her panties to the side, and began fingering, and playing with her buttplug, causing <<nsis1>> to start moaning.
<<me>>You would make your little sister tongue your asshole?<</me>>
<<sis1>>Yeah. She would love it.<</sis1>>
She said, nodding, getting closer to her orgasm.
<<me>>But now <<nsis2>> feels lonely.<</me>>
<<sis1>>That slut better come over here and make out with me.<</sis1>>
I nodded, and leaned forward, taking her lips with mine, focusing even more on her holes. <<nsis1>> moaned into my mouth, and I kept up my assault. I pulled back.
<<me>>Well we're going to need more buttplugs, aren't we?<</me>>
<<sis1>>Of course. They all need to be trained buttsluts.<</sis1>>
<<me>>Good girl.<</me>>
I said, pushing her over the edge. <<nsis1>> began twitching underneath me, my hands getting covered in her juices as I continued playing with her holes. I made sure to keep the pressure up throughout her climax. Once she finished, her back relaxing against her seat, I leaned in closely.
<<me>>Can you honestly tell me I'm the only person here that wants this?<</me>>
<<nsis1>> opened her eyes, and began studying mine. After a moment, she reached up, kissing me. It was a strange kiss. As passionate as before, but also like she was testing something.
<<sis1>>What would it even look like?<</sis1>>
She asked, pulling back from the kiss.
<<me>>It would be all of us, sharing a deeper relationship with each other.<</me>>
<<sis1>>What about me? And you?<</sis1>>
I leaned down, giving her another kiss.
<<me>>We would be together.<</me>>
<<sis1>>And you would be with <<nmom2>>, <<nsis2>>, and <<nsis3>>.<</sis1>>
I shook my head.
<<me>>We would. We would all share each other.<</me>>
<<nsis1>> bit her lip, then backed away.
<<sis1>>I need to think about this.<</sis1>>
I stood up, and nodded. She clearly felt my dissapointment, and reached up, grabbing my hand with hers. She lifted it, giving it a kiss.
<<sis1>>It's not a no. It's just a lot to think about.<</sis1>>
<<me>>I get it. It's not what you had in mind when you woke up.<</me>>
<<sis1>>It's not. You were. So asking me to share you... I don't know how I would feel about that.<</sis1>>
I grabbed her hand, and bent down to kiss it.
<<me>>You're not sharing it with strangers. You're sharing it with the girls you love. And you will also get them as well.<</me>>
She nodded, giving me a weak smile.
<<me>>I'll give you some time.<</me>>
I turned around, and walked out of the room. I honestly felt dizzy. What I was hitting her with was a lot. All I could do was wait.
<<Button 'Time to wait' 'Home' '.contbut' '$sis1.percent += 1, $sis1.scene.deleteFirst(4), $sis1.scene.pushUnique(5), $Time +=1, $event.sis1 to 0, $scene to 0'>>Looking up at the building, it was immediately apparent that this really wasn't your kind of place.
Sonar. The go to night club. Or, at least that's what you've been told. By not one, but many people. In fact, it's so popular that even <<nsis3>> sometimes comes here. Still, I was here, and not against new experiences. Especially when said experiences came along with <<nassw>>.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/10.png">\
<<assw>><<nme>>! You made it!<</assw>>
<<nassw>> was standing in the line, when she saw me, and ran over to me, shoving her tongue into my mouth the moment she reached me. I followed her example, and made out with her for a few seconds, grabbing and kneading her ass through her short dress, before she pulled back.
<<assw>>Fuck, you are too good at that.<</assw>>
<<me>>Better watch out. I might get a big head.<</me>>
At that, she smirked, reaching down and grabbing my cock through my pants.
<<assw>>Oh, we're gonna get that head big soon.<</assw>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/01.png">\
I shook my head, and noticed a girl standing behind <<nassw>>, looking at us with jealousy written all over her face. <<nassw>> noticed it as well, and jumped off me.
<<assw>>Speaking of which! <<nme>>, I want you to meet my friend, <<nasswgf>>.<</assw>>
<<nasswgf>> smiled at me, biting her lip a bit.
<<asswgf>>Hi.<</asswgf>>
I reached forward, offering my hand. She timidly took it, and I pulled her in a bit closer, looking her up and down.
<<assw>><<nasswgf>>, this is my friend <<nme>>.<</assw>>
<<me>>Hello <<nasswgf>>. Pleasure to meet you.<</me>>
<<assw>>Don't get ahead of yourself cowboy.<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/02.png">\
<<nasswgf>> and I looked at <<nassw>>, who walked up to the guy guarding the door, and spoke to him for a moment, before he opened the door for us. I shrugged, and let <<nasswgf>> walk in front of me, getting a nice look at her nice ass. We entered the club, the volume climbing as we got closer to the main room. I walked up to <<nassw>>, and wrapped my arm around her, causing her to smile a bit. She reached over to <<nasswgf>>, and pulled her over to my other side, giving me a beauty in each arm.
<<assw>>So, <<nme>>, <<nasswgf>> here and her boyfriend had a big fight, and broke up!<</assw>>
<<me>>What an idiot.<</me>>
<<assw>>That's what I said.<</assw>>
<<nasswgf>> blushed at our comments, before I heard a loud slap, looking back to see <<nassw>>'s hand on her friends ass.
<<assw>>She's built like a goddess! So tonight, let's show her a good time.<</assw>>
I nodded, and looked down at <<nasswgf>>, putting my hand under her chin, causing her to look up to me, gasping slightly.
<<me>>What do you say <<nasswgf>>? Wanna have some fun with me?<</me>>
She swallowed, before nodding.
<<asswgf>>Yeah, I do.<</asswgf>>
<<me>>Good girl.<</me>>
<<nasswgf>> blushed at that, and we entered the main room, our ears filling with music immediately. <<nassw>> grabbed my arm, and pulled both of us to the dance floor. I grabbed <<nasswgf>>'s hips, and brought her ass close to my crotch, as we began dancing. I reached over to <<nassw>>, but didn't find her. I looked around, and saw her walking to the bar, looking back at me and signaling she was going to get some drinks. I nodded, and focused all of my attention to <<nasswgf>>. We began grinding our bodies onto each other, and it wasn't too long before I could feel my blood rushing downstairs.
<<me>>You're fucking sexy, you know that?<</me>>
Even through the music, I heard <<nasswgf>> moan. She turned around, and ran her hands up my chest, before reaching up and leaning forward to kiss me. We made out on the dance floor, swaying as we did.
<<asswgf>>God, <<nassw>> was not wrong. Every time you touch me feels so good.<</asswgf>>
<<assw>>How about we get some privacy then?<</assw>>
<<nassw>> appeared again, a shot in each hand. She handed one to her friend, then the other to me. Almost. Before I could grab it, she quickly took it, swallowing it quickly.
<<assw>>Can't have anything interfering with our friend downstairs, can we?<</assw>>
She said, grabbing both me and <<nasswgf>> and pulling us towards the back of the club.
<<assw>>You need to fuck my friend until she's just a puddle of pussy juice.<</assw>>
She said, directly into my ear, instantly getting me hard. <<nasswgf>> seemed to just go along with her friend, as <<nassw>> led us into a private room. I wasn't sure when she booked it, or how much it cost, but closing the door behind her, she hugged her friend, bringing her closer to the couch.
<<asswgf>>I... I don't know if I should. Max still-<</asswgf>>
<<assw>>Max is a fucking moron who broke up with you. Now, bend over, and let <<nme>> make you a quivering mess.<</assw>>
<<Button 'You heard her, bend over' 'AssW: 2-2' '.lustbut' '$player.lust += 1'>>I reach behind her, and grab her breasts through her shirt. Her legs giving out underneath her, and I suddenly have to hold up this girl as she moans loudly.
<<assw>>I've been telling you for years <<nasswgf>>.<</assw>>
I felt <<nassw>> hand begin to rub my cock through my pants, as I played with her friends tits.
<<assw>>Max doesn't fuck you like you deserve.<</assw>>
She reached into my pants, feeling my hard cock, and began unzipping my pants.
<<assw>>But <<nme>> can scratch that itch you've had.<</assw>>
She reached up with her other hand, and rubbed <<nasswgf>> right above her pelvis, where her womb was.
<<assw>>You've needed a man with a nice, fat cock, to make you into a mewling bitch.<</assw>>
<<nasswgf>> nodded, as I reached into her shirt, and began playing with her nipples directly.
<<asswgf>>I... I do... I need it.<</asswgf>>
<<assw>>Of course you do. Sexy women like us deserve to get a good fucking, don't we?<</assw>>
<<asswgf>>We do.<</asswgf>>
<<assw>>Then get on your knees, and thank the man who's going to make you cum.<</assw>>
<<nasswgf>>'s eyes snapped open, and she looked back at me, the girl from before completely gone. She nodded, and I let her go. I thought she would fall, as she wobbled a bit, but then slowly sunk to her knees, and placed her lips on your cock, giving it a kiss.
<<assw>>Isn't it beautiful?<</assw>>
<<asswgf>>He's so much bigger than Max.<</asswgf>>
<<assw>>He knows how to use it to. How to treat women like us.<</assw>>
She looked up to me.
<<assw>>Don't you cowboy?<</assw>>
<<me>>Open your mouth.<</me>>
I said firmly. <<nassw>> smirked.
<<assw>>You heard the man. He wants to feel your tongue.<</assw>>
<<nasswgf>> nodded, and took my cock into her mouth, moaning as she tasted it. I sighed, enjoying the feeling of a new slut on my cock.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/03.webp">\
<<assw>>Doesn't she look so fucking hot down there?<</assw>>
<<nassw>> whispered in my ear, wrapping her arms around my neck, pressing her tits on my back.
<<me>>She does.<</me>>
<<assw>>You're going to have to help her though.<</assw>>
She grabbed my hands, and placed them on <<nasswgf>>'s head, and pressed down, pushing her friend further down on my cock, causing her to gag.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/11.png">\
<<assw>>She's told me all about Max. She doesn't have any practise with a cock your size.<</assw>>
She smirked, and began pushing my hands faster, making her friend gag even more, as she got more of my cock.
<<assw>>You can be a little rougher with her. She doesn't know what she needs. But I do.<</assw>>
<<me>>You want me to fuck your friends face?<</me>>
I asked her.
<<assw>>I want you to fuck her throat.<</assw>>
I grunted, nodding, and began getting rougher with <<nasswgf>>, pushing her further and further each time.
<<assw>>There we go. Fuck the little sluts throat.<</assw>>
<<nassw>> moaned as I abused her friends face. It wasn't long before I could feel my orgasm coming. <<nassw>> must have noticed that though, as she stopped my hands, and pulled <<nasswgf>> off my cock. The girl coughed, trying to get her breath back, as <<nassw>> moved her body like a doll, until she was bent over.<<nassw>> reached down, and pulled down <<nasswgf>>s pants, and pulled her panties to the side.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/04.webp">\
<<assw>>Fuck her hard.<</assw>>
<<nassw>> groaned, and I stepped forward, unceremoniously pushing my cock into her disoriented friend, causing her to moan even louder.
<<assw>>How does he feel?<</assw>>
<<asswgf>>So fucking big.<</asswgf>>
<<assw>>Hear that? She loves it. Fuck her good.<</assw>>
I nodded, and grabbed <<nasswgf>>'s hips for leverage, and began pumping into her hot pussy. <<nasswgf>> did nothing but moan, as <<nassw>> leaned back, pushing her hand into her pants, fingering herself to the image of me fucking her friend hard.
<<me>>I'm close.<</me>>
I grunted, already getting close to coming from <<nasswgf>>s mouth. <<nassw>> smiled.
<<assw>>Cum inside the slut.<</assw>>
<<me>>I... Is that a good idea?<</me>>
I could feel my resolve breaking even as I continued pumping into her.
<<assw>>Let's ask her.<</assw>>
Leaned forward, getting close to <<nasswgf>>s drooling face.
<<assw>><<nme>> is gonna cum. You should thank him by letting him use your womb, isn't that right?<</assw>>
<<nasswgf>> was barely responding, but as she said that, she looked up at <<nassw>>.
<<asswgf>>Wha... I-<</asswgf>>
Before she could say anything else, <<nassw>> shoved her fingers that were in her pussy, covered in her juices, into <<nasswgf>>s mouth, pushing them knuckle deep, fucking her face with them.
<<assw>>Cum inside her.<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/05.png">\
I couldn't hold it any longer, and pulled on <<nasswgf>>s hips, hilting my cock as deep as I could, and began shooting my load deep inside her. I grunted as I shot rope after rope into this mewling girls womb, her pussy tightening as she was pushed by the warm cum into her own orgasm. After a minute, I sighed, pulling out of her, causing her to fall over. I watched as my cum dripped out of her pussy, before <<nassw>> stood up, wrapping her arms around my neck.
<<assw>>That's a good boy toy. Now, you should make yourself scarce. We can't really be fucking in this room.<</assw>>
<<me>>What?<</me>>
<<assw>>Not to mention, I don't think <<nasswgf>> will be too happy to find your cum inside her. But don't worry. I'll clean her all up. Now go.<</assw>>
She rushed me out of the room, only barely being able to get my pants on. I looked at the closed door, confused, and turned to the club. I wasn't really planning on dancing, so I figured I would call it a night here. Although <<nassw>> definitely owed me an explanation.
<<Button 'Leave Sonar' 'Brighttown' '.contbut' '$Time += 1, $assw.percent += 2, $assw.scene.deleteFirst(2), $assw.scene.pushUnique(3), $scene to 0, $event.assw to 0, $event.asswgf to 0, $assw.text to 4, $assw.sub += 1, $NewMes to 1, $tAssW to 2, $asswgf.met to 1'>><<me>>Ok, so what about the Templars then?<</me>>
I asked <<ncov1>>, who was sitting on the couch in front of me in her study. We had been going over her lessons again. Thankfully, this topic was a little more interesting, if only because they were trying to kill me.
<<cov1>>Templars do have a source of magic, but it functions significantly differently than ours does.<</cov1>>
I nodded.
<<me>><<ncain>> went over it a bit. He said it was harder to work with.<</me>>
That made her pause, putting down the papers, and sighing.
<<cov1>>Well, he's right. Before we go over that, we need to cover how they get their magic, and how they can use that energy.<</cov1>>
She stood up, and I felt her magic begin to flow. It was still fairly blurry, but I could at least sense it moving around.
<<cov1>>Like I told you, we obtain our energy through our connection to the sins. That energy makes its way into our body, flowing through the natural pathways we have for it.<</cov1>>
I nodded.
<<cov1>>Templars don't get their energy from the sins, they get them directly from angels, who require a complete cutoff from any sin energy. This energy, it's very directed. It's sort of like a packaged spell, that the caster asked for. Which makes it very dificult to use that energy in a way that it wasn't meant to be used in.<</cov1>>
<<me>>What do you mean?<</me>>
<<cov1>>We obtain energy, and manipulate it into forms-<</cov1>>
I felt energy begin to build up in the room, coming from <<ncov1>>.
<<cov1>>So we can get it to act in ways we want it to. But that's not how they get it to work.<</cov1>>
<<me>><<ncain>> told me that the angels don't like them trying to change their magic.<</me>>
<<cov1>>That's correct. The energy they give is given in a pact. The spell they try to cast is the energy they get.<</cov1>>
<<me>>So why don't the Templars just ask for different spells?<</me>>
<<cov1>>Because...<</cov1>>
<<ncov1>> sat back down, sighing, as her eyes unfocused, going into thought.
<<cov1>>Age brings with it a lot of positives. But one thing you lose is any sort of desire to change with the time.<</cov1>>
She looked up at me, giving me a tired smile.
<<cov1>>It's something that even I struggle with. Watching time pass you by, trying to change with it is just going to wear you down. Because time never stops.<</cov1>>
I sat up, giving <<ncov1>> an empathetic look, which caused her to giggle, before waving me off.
<<cov1>>All this to say that angels are some of the oldest beings in existance. There are very few things older than them. Even the youngest ones are ancient.<</cov1>>
<<me>>And they just... Don't like change?<</me>>
<<cov1>>Well, they don't like humans. That is something that has been very clear through our history. Or, at least, they look down on us. So for some of us to go to them and try to improve on their designs?<</cov1>>
<<me>>I see.<</me>>
<<cov1>>Not to say they haven't been trying to find ways to implement modern means to their energy. It just hasn't had any success.<</cov1>>
<<me>><<ncain>> said as much. So how did they find me so quickly?<</me>>
<<ncov1>>'s head shook, as she brushed off the last topic.
<<cov1>>Honestly? I think you just got unlucky.<</cov1>>
<<me>>That's it? Just bad luck?<</me>>
She shrugged.
<<cov1>>It's been known to happen. But, that's enough for today. You can head out, <<nsis2>> should be done by now as well.<</cov1>>
I nodded, and collected the papers I was given, and headed to the door, before stopping.
<<me>>Wait, if the Templars are cut off from the sins, does that mean-<</me>>
<<cov1>>That they're not sinful?<</cov1>>
I nodded, and she went into thought again.
<<cov1>>I have a theory about that. Our connection with the sins, and how we pull energy from them. I believe that's a two way connection. We give them our energy, our pride, our wrath, our gluttony. Templars, not having that connection any more, makes their sins fester inside them. No way to leave them. I don't have any research into this, except my experience with Templars. Almost all of the ones I met were cruel animals, who delighted in the pain of me and my... Our kind.<</cov1>>
I nodded, getting a wave from her, as she sunk into the couch, focusing on her papers in front of her. I closed the door behind me, and walked down the hallway. Entering the waiting room, I didn't see <<nsis2>>. <<ncov1>> said she should have been done, so I poked my head out of the door, and saw <<nsis2>> and <<ncov4>> talking at the counter. I walked out, getting a smile from <<ncov4>>.
<<cov4>>How was class?<</cov4>>
<<me>>I'm a bad student.<</me>>
I shrugged. I looked over at <<nsis2>>, who was deep in thought.
<<me>>You ok?<</me>>
I ask, poking her side, causing her to jump, rubbing her side.
<<sis2>>Oh, I'm...<</sis2>>
She looked over to <<ncov4>>, then back at me, her smile looking a bit forced.
<<sis2>>Yeah, I'm- I'm ok.<</sis2>>
I tilted my head, and before I could ask her anything, <<ncov4>> spoke up.
<<cov4>>Sorry <<nme>>. I just told her we're not supplying her favorite vibrator brand anymore.<</cov4>>
I rolled my eyes at <<ncov4>>'s joke, but strangely enough, <<nsis2>> didn't say anything.
<<me>>Hey, are you sure you're ok?<</me>>
<<sis2>>Yeah. But, I'm actually gonna stay here for a bit longer, so you go back ahead of me.<</sis2>>
I nodded, not wanting to smother her. I waved at <<ncov4>>, and touched <<nsis2>>'s shoulder, before heading back out.
<<met>>Weird.<</met>>
<<Button 'Leave' 'Brighttown' '.contbut' '$scene to 0, $Time += 1, $event.gen2 to 0, $story.mainstory += 1'>>I've been having a lot of fun with <<nsis3>> lately, and I'm sure if I entered her room and held her down, she would love getting fucked. But I didn't want to just keep doing the same things over and over again. Which was how I found myself standing in the science building of Livington College. I knew <<nsis3>>s schedule, and if I wanted to push her even further, this would be the best place to do it. It also helped that her class today was fairly late, which left the campus fairly empty, especially the science building. Those nerds liked to leave as soon as possible.
<img class="leftimg" src="images/Characters/House/Roommate 3/15.png">\
It took me a while to find it, but I finally found her classroom. Thankfully, <<nsis3>> had always been a good student, which was why she was now sitting in the room, alone, reading a textbook. Her class likely ended a while ago, but being the diligent girl she was, she went over the days lessons. I opened the door, and closed it behind me, taking one last look outside, seeing no one. I slowly approached <<nsis3>>, who was too engrossed in her reading to notice me, until I reached down, rubbing my hand through her hair, causing her to jump up. Upon seeing me, her face was filled with relief.
<<sis3>>Oh my god, <<nme>>, you scared the crap out of me.<</sis3>>
<<me>>Sorry. I wasn't trying to scare you, but you were way too focused on this.<</me>>
I said, patting her book. She smiled, looking shy, before looking around and realising we were alone. I noticed, and leaned forward, giving her a deep kiss. She moaned into it, wrapping her arms around my neck, holding onto me tightly, as our tongues intertwined. After a minute, she pulled back, smiling goofily.
<<sis3>>What are you doing here anyway?<</sis3>>
<<me>>Oh, well, I was just in the area, and figured I would say hi to one of my favorite girls.<</me>>
She squirmed a little at hearing that, being embarassed.
<<me>>But then I started feeling horny, so I thought I might visit my favorite sex toy.<</me>>
Her embarassment disappearing, being replaced with Lust. However, she didn't seccumb to it, looking around, and shaking her head.
<<sis3>>I don't think we can. Besides, I'm wai-<</sis3>>
<<me>>Oh, I think you misunderstood.<</me>>
I stepped forward, grabbing her by the throat. She gasped as I did, looking up at me.
<<me>>Sex toys don't really get a say in when they get used.<</me>>
I reached down, pushing my hand beneath her shirt, pulling on her nipple roughly.
<<me>>Sex toys just open their holes, and let their masters use them.<</me>>
<<nsis3>> moaned, my hand roaming down, undoing her pants buttons.
<<me>>They don't need to consent, isn't that right?<</me>>
She looked up at me, her eyes filled with lust.
<<sis3>>That-<</sis3>>
She started to say, before I interrupted her by a light slap on her cheek.
<<me>>That was more of a rhetorical question. Because you are my rape toy. So get on your knees, and let me fuck your cute little whore face.<</me>>
I pulled her down by the throat, her legs giving in immediately, as <<nsis3>> stuck her tongue out before she even reached the floor. I smiled, and leaned down, spitting in her mouth. She was surprised for a moment, before she nodded, and swallowed.
<<me>>Good girl.<</me>>
I pulled my cock out quickly, and slapped her face with it. She moaned as I did. Then I pointed my cock at her mouth, and pushed, feeling the warmth of her hole. Grabbing a good hold of her hair, I began pumping my cock deeper and deeper into her inviting hole, mak-
<<sub1>><<nsis3>>? You don-<</sub1>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/03.png">\
<<nsub1>> and I looked at each other. I could feel <<nsis3>> underneath me, panicking, as she tried to pull off. I held onto her tightly, not letting her go, and moved my seat forward, making sure <<nsis3>> was hidden under neath the table.
<<sub1>>Oh! <<nme>>! What are you doing here?<</sub1>>
<<me>>Hey <<nsub1>>. I was in the area, thought I'd visit <<nsis3>>, see if she wants some company on the way home.<</me>>
<<nsub1>> walked to the table we were at, and leaned forward on it, staying on the other side. I could tell <<nsis3>> was nervous, as her tongue wasn't moving. I started pulling on her hair again, getting my cock deeper, entering her throat. She tried to stop me, but when she realized she couldn't, she pushed herself deeper, until my balls were resting on her chin. I sighed.
<<sub1>>Oh my god, that's so sweet of you <<nme>>. I wish I had a brother like you.<</sub1>>
She said, giving me a flirty smile.
<<me>>Your sisters aren't so bad.<</me>>
She rolled her eyes.
<<sub1>>I guess. But they would never come visit me at school, just to give me company.<</sub1>>
<<me>>Well, like I said, I was in the area.<</me>>
<<nsis3>> was clearly getting into this, as her mouth started moving faster, getting more of my cock inside as our conversation went on.
<<sub1>>Where is she, anyway?<</sub1>>
<<me>>Oh, I think she said... She had something stuck in her throat.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/16.webp">\
I began slowly pumping my hips, fucking <<nsis3>>s face in front of her friend.
<<me>>She went to get some water.<</me>>
<<sub1>>Oh.<</sub1>>
<<nsub1>> said, biting her lip.
<<sub1>>Well why don't I keep you company?<</sub1>>
<<me>>I'd love that.<</me>>
<<nsub1>> smiled, her cheeks getting rosy.
<<me>>You know, <<nsub1>>...<</me>>
<<sub1>>Y-yeah?<</sub1>>
<<me>>I've always felt a little awkward around you.<</me>>
<<sub1>>O-oh. Why?<</sub1>>
<<me>>Because... You were always my sisters friend. So it felt a bit wrong if I... You know, was interested in you.<</me>>
<<nsub1>> stood up straight, getting flustered. I kept going.
<<me>>But I recently talked to <<nsis3>>. And she said that she would help me with you. If I... asked her to.<</me>>
I could feel <<nsis3>>s throat tighten up, pushing my closer to the edge.
<<sub1>>I- You shouldn't.... I mean, you shouldn't have felt awkward.<</sub1>>
She tilted her head, looking embarassed.
<<sub1>>I always felt the same way. I couldn't be...<</sub1>>
She looked up at me, staring right into my eyes. I smiled, pumping into <<nsis3>>'s throat harder, getting closer. Her cheeks flushed, and she looked away, smiling.
<<sub1>>I couldn't be crushing on my best friends big brother.<</sub1>>
I leaned forward, rubbing my finger on her hand. She gasped, giving me a smile.
<<me>>We can make up for lost time though. Why don't I take you out some time.<</me>>
<<sub1>>Yes!<</sub1>>
She blurted out, before blushing.
<<sub1>>Y-yeah, I'd really like that.<</sub1>>
<<me>>Good.<</me>>
She stood there, brushing her hair behind her ear.
<<sub1>>Ahem. Where is this girl, right?<</sub1>>
She asked, laughing a bit awkwardly.
<<me>>I think she's gonna be getting something to drink.<</me>>
I tightened my hold over her hair, and hilted my cock into her throat. I could hear her gag slightly, although it didn't seem like <<nsub1>> heard it.
<<sub1>>I-I'm gonna go look for her. Make sure she's ok?<</sub1>>
I nodded.
<<me>>You do that <<nsub1>>.<</me>>
I grunted, unloading into <<nsis3>>s throat. As <<nsub1>> walked away, giving me a shy glance back, smiling, before leaving the room. The moment the door closed behind her, I began pumping my hips even harder into <<nsis3>>'s face.
<<me>>That's a good rape slut. Swallow my load, you dumb bitch.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/17.webp">\
I groaned, as <<nsis3>> finished swallowing my cum. I pulled my cock out, and let her go, letting her fall on the ground. I sat back on the seat, catching my breath, before leaning down and pulling her back on her feet.
<<me>>Mmm, you were a great fleshlight for me.<</me>>
I said, kissing her on the forehead. She smiled, still in a daze.
<<sis3>>T-thaaank you miisster.<</sis3>>
She said, slurring her words.
<<me>>You're so beautiful after getting raped, you know that?<</me>>
I said, hugging her.
<<me>>And I'm going to need your help after my date with <<nsub1>>.<</me>>
Her face got serious, as she remembered that she agreed to help me hold her down last time. She swallowed deeply, then nodded.
<<sis3>>Anything for you.<</sis3>>
I smiled, and leaned forward, giving her a deep kiss.
<<me>>That's a good rape slut.<</me>>
She smiled.
<<Button 'Walk <<nsis3>> back home' 'Room' '.return2' '$sis3.percent += 1, $sis3.scene.deleteFirst(4), $sis3.scene.pushUnique(5), $Time +=1, $sis3.sub +=1, $event.sis3 to 0, $event.sub1 to 0, $scene to 0, $sub1.phone to 1, $sub1.text to 2, $NewCon to 1, $NewMes to 1, $tSub1 to 1, $sub1.met to 1'>>I knocked on the door, and waited. It was definitely unexpected to hear back from <<nasswgf>>, but remembering how tight her pussy got around my cock when her boyfriend called her to ask where she was, I guess maybe this was to be expected. She enjoyed cucking Max more than she expected. Which was great news for me, because I liked fucking her. Two birds with one stone.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/12.png">\
<<asswgf>>Hey!<</asswgf>>
<<nasswgf>> was dressed a lot more casually. One might even have called it defenseless. Before I could respond, she jumped towards me, wrapping her arms around me, and pressing her lips on mine, her tongue working its way into my mouth. We stood there, in her apartment hallway, making out, before finally she broke off the kiss, a strand of saliva still connecting our lips.
<<asswgf>>Oops.<</asswgf>>
She leaned forward, licking my chin up to my lips, collecting the strand of saliva, and gave me a quick peck.
<<asswgf>><<nasswgfbf>> said he doesn't like it when I make out with you. Don't want to leave any evidence.<</asswgf>>
I smiled, as she pulled me into her apartment.
<<me>>By all means. As long as it means we can keep doing it.<</me>>
She flashed me a lust filled smile, and pulled me into the living room, where I was surprised to see <<nasswgfbf>> sitting on a couch, staring at his phone. I raised my brow at <<nasswgf>>, who continued pulling me towards him, until we were both in front of him.
<<asswgf>>Ahem.<</asswgf>>
<<nasswgf>> cleared her throat, and crossed her arms, glaring down at him. <<nasswgfbf>> flinched, and looked up at me, then a pleading look to <<nasswgf>>. When no mercy came, he looked back at me.
<<asswgfbf>>H-hey <<nme>>.<</asswgfbf>>
<<asswgf>><<nasswgfbf>> has something to say to you.<</asswgf>>
<<me>>Oh yeah?<</me>>
I said, wrapping my arm around <<nasswgf>>, and grabbing her breast through her shirt, and began kneading it, causing a light moan to escape from <<nasswgf>>s mouth. <<nasswgfbf>> glared at my hand playing with his girlfriend's tit, but he sighed, and then looked down.
<<asswgfbf>>Ye-yeah. Sorry about last time.<</asswgfbf>>
<<nasswgf>> kicked the chair he was in again.
<<asswgf>>That's not good enough.<</asswgf>>
<<asswgfbf>>Babe, he-<</asswgfbf>>
<<asswgf>>I don't care!<</asswgf>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/13.webp">\
She cut him off, just as I pinched her nipple, causing her to moan loudly, her knees buckling slightly.
<<asswgf>>Do it properly!<</asswgf>>
<<asswgfbf>>Could he at least not do it in front of me?<</asswgfbf>>
He argued back.
<<asswgf>>I told you. This is just a game we play.<</asswgf>>
<<me>>Well if he doesn't want me to-<</me>>
<<nasswgfbf>> looked hopeful for a moment, before <<nasswgf>> turned towards me, and she started to make out with me again. She moaned loudly as our tongues tasted each other.
<<asswgf>>No. If we're going to be friends...<</asswgf>>
She turned back to her boyfriend.
<<asswgf>>He's going to have to get used to seeing this.<</asswgf>>
<<asswgfbf>>Fine!<</asswgfbf>>
He blurted out.
<<asswgfbf>><<nme>>, I'm sorry I got mad at you for making out with my girlfriend. I'm even sorry that I yelled at you for playing with her nipples while in front of me. Is that what you want?<</asswgfbf>>
<<nasswgf>> shuddered as I continued pulling on her nipple, her eyes closed, as a small orgasm hit her. After we watched her shake, she finally nodded, breathing shallowly.
<<asswgf>>Yeah. That was really good.<</asswgf>>
She opened her eyes and stared up at me dreamily, before turning back to <<nasswgfbf>>.
<<asswgf>>Me and <<nme>> have another project together. We're going to be in the bedroom, don't interrupt us.<</asswgf>>
She said, pulling me away. <<nasswgfbf>> stood up, anger in his face.
<<Button 'Sit down, and dont interrupt us' 'AssWGF: 2-2' '.lustbut' '$player.lust += 1, $asswgf.sub += 1'>><<if visited("AssWGF: 2-2") is 1>><<me>>Don't worry. I'll make sure to take care of your girl.<</me>>
I said, patting him on the shoulder, as he slowly sinks back into his chair. I smiled as <<nasswgf>> continued pulling me away. Before we exited the room, <<nasswgf>> looked back at <<nasswgfbf>>.
<<asswgf>>And I'm serious. Don't interrupt us. We're gonna be pretty loud, the project is pretty...<</asswgf>>
She trailed off, biting her lip, smiling up at me.
<<me>>It's gonna be very physical. I'm gonna have to stretch her out.<</me>>
<<asswgfbf>>Wh-what?<</asswgfbf>>
<<asswgf>>Come on.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/14.png">\
She said, pulling me away and into their bedroom, where she pushed me onto the bed. She leaned down, and slowly worked off her pants, then her panties. She exitted the room.
<<asswgf>>Here babe. For you. I love you.<</asswgf>>
<<nasswgf>> walked back in, no panties to be seen, and closed the door behind her, clicking the lock.
<<asswgf>>I need that cock inside me.<</asswgf>>
She run towards the bed, and quickly bent over, spreading her ass, showing me her dripping pussy. I leaned over, pressing two fingers inside her, and pulling them out, tasting her juice.
<<me>>Did you walk out without anything on your lower body?<</me>>
I asked, as I pulled my pants off, my hard cock springing out of them, and rested it on her ass, placing one hand on her hip, and the other on her lower back.
<<asswgf>>No, I just popped my head around the corner.<</asswgf>>
I pressed the head of my cock against her pussy, and she moaned loudly.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/15.webp">\
<<me>>And you think he won't think that's weird?<</me>>
<<asswgf>>He definitely will. He knows you're in here to fuck my brains out.<</asswgf>>
She looked back, up at me, and pushed her hips back. I reciprocated, and entered her tight, wet pussy, causing her to moan again.
<<asswgf>>But Max is proud. He'll never admit that your cock is giving me mind altering orgasms. He thinks I'm mindlessly in love with him.<</asswgf>>
I started pumping into her slowly.
<<me>>And are you?<</me>>
<<asswgf>>I was. But then I felt your cock inside me, and I knew I was meant to be yours.<</asswgf>>
I slapped her ass, causing her to giggle.
<<asswgf>>So he's going to convince himself that we really are in here working on something for a class.<</asswgf>>
She moaned, getting louder with each thrust into her pussy.
<<asswgf>>And whenever you fill my body with your seed, he's just going to convince himself it isn't happening.<</asswgf>>
I began fucking her harder, feeling my orgasm approaching already. The entire scenario in the living room, including giving <<nasswgf>> and orgasm from her nipples right in front of her boyfriend, was already very hot.
<<asswgf>>And when I eventually show him a positive pregnancy test, he's going to convince himself it's his.<</asswgf>>
She looked up at me again.
<<asswgf>>So cum inside me. Fuck me like a whore. And know that I'll always have a cuck who will raise any children you give me.<</asswgf>>
I grunted as I started cumming. I bent over her, as she reached up and began playing with my hair, whispering in my ear.
<<asswgf>>Breed my asian pussy stud.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/16.webp">\
I groaned as I shot rope after rope as deep as I could, directly into her womb, pushing her over the edge, her pussy walls begining to twitch, milking me for every drop of my cum.
<<asswgf>>You cum so much.<</asswgf>>
She said, as I fell over on the bed beside her. She rolled over, so we were both facing the ceiling. She reached down, and began rubbing her stomach.
<<me>>Well if the cuck is going to be raising my children, then I better get to work making sure you're knocked up.<</me>>
She smiled, and leaned forward, kissing me deeply. Her hand slowly crept down, and grabbed my already hardening cock.
<<asswgf>>Do you mean now?<</asswgf>>
<<me>>I mean all night.<</me>>
<<asswgf>>Well then I guess I should go out and tell <<nasswgfbf>>.<</asswgf>>
I smiled, as she gave my cock a quick rub, before standing up. Her shirt was a mess, almost falling off, and there was cum dripping down her thighs, her legs soaked in our combined juices. I watched as she unlocked the door.
<<asswgf>>Hey honey. This project is actually going to take a while, so <<nme>> is gonna spend the night.<</asswgf>>
<<asswgfbf>>Oh. Should I get the couch ready?<</asswgfbf>>
<<asswgf>>If you want to. He's going to spend it with me in our bed. You can sleep wherever you want.<</asswgf>>
<<asswgfbf>>W-wait, wha-<</asswgfbf>>
<<asswgf>>Good night honey. And remember, don't interrupt us, no matter what you hear.<</asswgf>>
She quickly walked into the room, lapping some of the dripping cum with her finger, and sucking on it, closing the door behind her.
<<asswgf>>I'm ready for your baby batter. Any hole you want.<</asswgf>>
<<Button 'Go to sleep' 'Sleep' '.contbut' '$f to 1'>><<elseif visited("AssWGF: 2-2") gt 1>>I got dressed as I looked back on the mess we made in the room. We had fucked for quite some time after she informed her boyfriend we would be using their bedroom.
<<asswgf>>Mmmhmmmm.<</asswgf>>
She moaned, but stayed awake. I looked down at her. She was fully naked, her hair a mess, and cum noticibly dripping out of her pussy and asshole, pooling underneath her. On her face and back there were plenty of dried cum as well. If she was on her back, I would likely be able to say the same thing about her chest. I shook my head, and walked to the door. I grabbed the handle, and realized that <<nasswgf>> hadn't locked the door.
<<met>>What a minx.<</met>>
I shook my head again, and exited, leaving the door cracked so anyone passing would be able to see the state of her. As I made my way to the front door, I was stopped when I heard <<nasswgfbf>>.
<<asswgfbf>>W-what kind of project is it?<</asswgfbf>>
I was surprised by him. He was sitting in the same chair as yesterday, although he had a coffee mug beside him.
<<me>>It's a really hard one, so she handles that for me. And it's going to take a while. So get used to seeing me.<</me>>
I say, opening the door and leaving.
<<Button 'Leave' 'Midtown' '.contbut' '$asswgf.percent += 2, $asswgf.scene.deleteFirst(2), $asswgf.scene.pushUnique(3), $event.asswgf to 0, $asswgf.sub +=1, $scene to 0, $asswgf.text to 4, $tAssWGF to 1, $NewMes to 1'>><</if>><<me>>You never did finish explaining Templars to me.<</me>>
I said, earning a wack from the riding crop that <<ncov1>> was holding. We were finally beginning more practical lessons, which I figured was going to be more fun. Instead, I was to stand in the middle of the room, and try to control the flow of my energy.
<<cov1>>I guess I didn't. Although are you sure that's what you want to think about right now?<</cov1>>
She said, whipping me again, this time on the shoulder, adding to the stinging pains I had all over my body. The purpose of this was all towards my prime goal, hiding my magical abilities from the Templars. If I focused, I could, mostly, control the flow, making it repeat endlessly, without any of it exuding. But whenever it leaked out of me...?
//WHACK//
<<me>>Fuck me.<</me>>
I had to fight to rub my arm, the new target of the crop, as I reigned in my flow, forcing it to fall back into my inner channels.
<<cov1>>Alright, fine. We can take a break.<</cov1>>
She said, placing the riding crop down on her desk, and falling into the couch.
<<me>>That was surprisingly easy.<</me>>
<<cov1>>Well you're a surprisingly quick learner. Since the de- <<ncain>> "reworked" your soul-<</cov1>>
She said, emphasizing the air quotes. She was still a bit stuck on that.
<<cov1>>Your channels are basically non existant. Which is, in theory, a bad thing.<</cov1>>
<<me>>Why?<</me>>
<<cov1>>Mapping your flow will find the weak points. Where your energy is more likely to exude. Do that, then you know where to focus your work.<</cov1>>
<<me>>Ah.<</me>>
I said, rubbing my shoulder as I sat back on the couch opposite hers, wincing from the pain.
<<cov1>>Exactly. No channels, which means your weak points are... Well, you have nothing but weak points. Your energy can exude from basically anywhere.<</cov1>>
<<me>>But...<</me>>
<<cov1>>But...<</cov1>>
She sighed.
<<cov1>>You're adapting very quickly to the training. I haven't had to whip you too often.<</cov1>>
<<me>>Tell that to my aching body.<</me>>
She giggled at that.
<<cov1>><<nme>>, you have to understand, our past research on witches and mages tells us that... Well, I'll put it this way. You've made months of progress today.<</cov1>>
<<me>>Really?<</me>>
<<cov1>>Really. You should be more welts than skin right now.<</cov1>>
<<me>>Well that sounds a bit fucked.<</me>>
<<cov1>>Maybe.<</cov1>>
She quieted down, studying me. After a minute of her letting me lick my wounds, she spoke up.
<<cov1>>I have to imagine this control is also due to... Whatever <<ncain>> did. Can you ask him if that's the case.<</cov1>>
<<met>>Well?<</met>>
<<cain>>Maybe. My goal was being able to fit all the sins inside you, and making sure their energy doesn't harm you. Beyond that, I can't say.<</cain>>
<<me>>He says maybe.<</me>>
That made <<ncov1>> confused, as she looked away, in thought, before turning back to me.
<<cov1>>Then why did he... do what he did? He said to make it more effecient, but if not for controlling magical energy, then what?<</cov1>>
<<met>>Fuck, that's a good question. Well?<</met>>
<<cain>>Tell her so I can fit. She believes I'm a very powerful, very ancient demon. That would probably work.<</cain>>
<<me>>He said so he can fit.<</me>>
<<ncov1>> looked away again, thinking about it, before inspecting me again.
<<cov1>>Is he telling the truth?<</cov1>>
<<me>>Why are you asking me?<</me>>
She shrugged, never losing her intense face.
<<me>>Well, as far as I can tell, yes. I don't feel any different than before, besides the magic.<</me>>
<<ncov1>> sighed, before finally accepting that answer.
<<cov1>>That will have to do. Now, get up.<</cov1>>
She stood up, walking over to the riding crop, and swishing it in the air.
<<cov1>>Back to practice.<</cov1>>
<<Button 'Leave' 'Brighttown' '.contbut' '$scene to 0, $Time += 1, $event.gen2 to 0, $story.mainstory += 1'>>I look at myself in the mirror, making some last minute checks. It felt a bit dumb, feeling nervous like this, considering everything that had happened. But I guess in my mind, <<nsub1>> was a girl that I had a crush on even before <<ncain>> showed up in my life, so those feelings were still there. Still, I looked down and was reminded of the new world I was living in.
<img class="rightimg" src="images/Characters/House/Roommate 3/18.webp">\
<<me>>That's a good whore. I really needed to cum before taking your friend out.<</me>>
I grunted, as I gripped onto <<nsis3>>'s head tighter, and pumped slowly into her tightening throat. She looked up at me, giving me as good a smile as she could, although her watery eyes betrayed how difficult this still was. I pulled my cock out, and pushed it against her face.
<<sis3>>Just treat her well. And if you need to rape my face to do it...<</sis3>>
She tapered off, leaning forward to kiss the underside of my shaft.
<<me>>I do need to. In fact, I think I might need to use your slutty holes before every date.<</me>>
I leaned down, pulling her hair tightly, causing her to moan.
<<me>>After all, it's good practice to masturbate before a date. So why shouldn't I use my rapeslut fleshlight to do it.<</me>>
She smiled up at me, and opened her mouth again, inviting me. I pressed my cock against her tongue, and positioned myself to begin pumping even harder.
<<linebreak>>
<<sub1>>No way you actually did that.<</sub1>>
<<me>>Word for word.<</me>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/04.png">\
<<sub1>>You called Ms. McKinnley a fucking idiot to her face?<</sub1>>
<<me>>I didn't even really mean to. It just came out.<</me>>
<<nsub1>> burst out laughing. The date had been going really well, which was definitely helped by the fact that me and <<nsub1>> had known each other basically our entire lives. And only being three years younger, she experienced a lot of the same things, especially bad teachers. And so, we found ourselves sitting in the corner of some cafe that was near our houses. It was fairly empty, so we had plenty of privacy.
<<sub1>>I would have paid anything to be a fly on that wall.<</sub1>>
<<me>>Shit, me too. She turned so red, I thought she was going to smack me right there and then.<</me>>
<<sub1>>Serves her right. You know she once docked marks off of an essay I wrote because, and I quote, "I read too much into the themes that the book was portraying."<</sub1>>
<<me>>That's why it just came out. That woman had no business being in a classroom... Or at least at the front of one, she might have benefitted from being a student again.<</me>>
<<nsub1>> laughed again, as I took a sip of my coffee, and admired how great <<nsub1>> looked.
<<sub1>>I'm glad we did this. Although I was definitely nervous.<</sub1>>
<<me>>Me too.<</me>>
<<sub1>>What helped you?<</sub1>>
<<me>><<nsis3>>. One of the few times I was glad she wouldn't shut her mouth.<</me>>
<<sub1>>Ha, me too. She actually gave me advice on what to wear.<</sub1>>
<<me>>She gave good advice. You look... Just phenomenal.<</me>>
<<sub1>>Why do I suspect you those weren't the first words to come to your mind.<</sub1>>
<<me>>Well I couldn't say those. Not here. Not in public.<</me>>
I said, leaning into her. She mirrored me, getting closer, as our voices got quieter.
<<sub1>>Well what if you whispered?<</sub1>>
<<me>>Then I would say you look fucking sexy.<</me>>
She bit her lip, and I looked her closely.
<<sub1>>Can I admit something to you?<</sub1>>
<<me>>Of course.<</me>>
<<sub1>>I...<</sub1>>
She trailed off, her cheeks turning a bright crimson.
<<sub1>>Nevermind, it's dumb.<</sub1>>
<<me>>Well now you've piqued my interest, you have to tell me.<</me>>
She looked around, making sure we were still alone, and leaned closer.
<<sub1>>I think you're pretty hot too.<</sub1>>
I tried to stifle my laugh.
<<me>>Was that it?<</me>>
<<sub1>>Well, I just... I remember, like a year ago, I was sleeping over at your house...<</sub1>>
<<me>>Oh?<</me>>
<<sub1>>It was pretty late, and I saw you coming out of the bathroom, right after a shower.<</sub1>>
Her eyes started dropping, looking at my body.
<<sub1>>You were shirtless, and wet, and... Well, it was a good night.<</sub1>>
Even as she was oggling me, I leaned forward. The date was going well, but it was ending soon, and I wanted it to end on a high note.
<<me>>Did you think about me that night?<</me>>
<<sub1>>That night, and a few others...<</sub1>>
She said, flashing me a cheeky smile.
<<me>>Oh yeah?<</me>>
<<Button 'What turns you on?' 'Sub1: 1-2' '.lustbut' '$player.lust += 1'>><img class="leftimg" src="images/Characters/Town/Suburb/Sub1/05.png">\
<<sub1>>Fuuuuck, you're so dirty.<</sub1>>
She half moaned out, as Lust hit her. She smiled, and ran her finger on my hand.
<<me>>You just look so good. I need to know how to please you, don't I?<</me>>
She bit her lip, and moaned as she nodded.
<<sub1>>Well you're doing a good job. Because I love a nice, dominant man.<</sub1>>
<<me>>Oh? Daddy issues?<</me>>
She nodded. She whimpered lightly, and I noticed her arm moving lightly.
<<me>>That makes sense. I've met your dad. He didn't give you and your sisters the discipline you needed, huh?<</me>>
<<sub1>>No, he didn't. Sometimes I needed to be told I was a bad girl.<</sub1>>
I pushed my foot forward, pushing her legs apart. She didn't stop me, instead leaning back.
<<me>>So you need a man to tell you that you're being a dirty little slut right now.<</me>>
She gasped as I said that, nodding lightly.
<<sub1>>I'm so dirty sometimes.<</sub1>>
<<me>>How dirty?<</me>>
<<sub1>>Mmm, sometimes I think how hot it would be if you were my daddy.<</sub1>>
<<me>>Well if you were my little girl, I would make sure to spank you anytime you needed it.<</me>>
<<sub1>>Promise?<</sub1>>
<<me>>Do you want me to bend you over my knee right now?<</me>>
<<sub1>>But then everyone would see me daddy.<</sub1>>
<<me>>They would see a naughty little girl get the punishment she deserves.<</me>>
She moaned again, her hand moving faster. I lifted my foot, slowly tracing it up her leg, until I reached her hand in her pants. She smiled naughtily.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/06.webp">\
<<sub1>>You caught me daddy.<</sub1>>
<<me>>Such a bad girl.<</me>>
<<sub1>>So bad, for you.<</sub1>>
<<me>>Well I can't leave you like this. I'd be such a bad daddy if I didn't let my little girl cum, wouldn't I?<</me>>
<<nsub1>> moaned again, her breathing getting faster.
<<sub1>>Can I cum daddy?<</sub1>>
I pushed my foot against her hand, slowing her down.
<<me>>Not yet. I want to watch you a bit more.<</me>>
I released some pressure, and she began moving her hand again, as she spread her legs even more.
<<sub1>>Please daddy, let me cum.<</sub1>>
<<me>>What a dirty, slutty daughter you are, begging for daddy to let you cum.<</me>>
She nodded.
<<sub1>>I'm so dirty. You'll need to clean me later.<</sub1>>
<<me>>I can think of something to clean you with.<</me>>
She moaned at that.
<<sub1>>Please daddy, let me cum.<</sub1>>
I nodded.
<<me>>Cum for me baby girl.<</me>>
I groaned, and watched as she began twitching, trying her hardest to stay still as she rode her orgasm in the middle of the cafe we were in. She moaned quietly, her nipples poking through her shirt. After a few minutes, she finally pulled her hand out of her pants. Before she could do anything, I grabbed it, and sucked on her fingers, making her blush more than even when she was knuckle deep in her pussy.
<<me>>You taste good baby girl.<</me>>
She stumbled over her words, blushing brightly, before whispering.
<<sub1>>Thank you daddy.<</sub1>>
I smiled, and let her hand go. I stood up, and offered her my hand. She looked around, feeling embarrassed, but taking it. As I led her outside, her hand in mine, I let energy build up inside me, and then enter her hand. She had been marked. As we stepped outside, I turned to her, looking down.
<<me>>I had a good time.<</me>>
<<sub1>>I-I did too. I don't know-<</sub1>>
I leaned forward, cutting her off with a soft kiss. She melted into it, and we kissed for a few moments, before I pulled back.
<<me>>I'll text you, ok?<</me>>
She nodded, clearly excited.
<<sub1>>Ok. I'll be waiting.<</sub1>>
She looked around, and then whispered.
<<sub1>>Daddy.<</sub1>>
She reached up, giving me one last peck, and turned around, walking away quickly. I chuckled, and started walking home.
<<met>>I really should get a car. Although there's no way I can afford it with my work schedule.<<if hasVisited("BankW: 3-1")>> Maybe I should talk to <<nbankm>>. Maybe I can borrow one of his.<</if>><</met>>
<<Button 'Head home' 'Midtown' '.return2' '$sub1.percent += 2, $sub1.scene.deleteFirst(1), $sub1.scene.pushUnique(2), $Time +=1, $sub1.sub +=1, $event.sub1 to 0, $scene to 0, $sub1.marked to 1'>><<if $mom1.loc is "sub1home">><<mom1loc>><</if>>
<<if $mom2.loc is "sub1home">><<mom2loc>><</if>>
<<if $sis1.loc is "sub1home">><<sis1loc>><</if>>
<<if $sis2.loc is "sub1home">><<sis2loc>><</if>>
<<if $sis3.loc is "sub1home">><<sis3loc>><</if>>
<<if $sub1.loc is "sub1home">><<sub1loc>><</if>>
<<if $comb.loc is "sub1home">><<combloc>><</if>>
<<if $bankc.loc is "sub1home">><<bankcloc>><</if>>
<<if $bankw.loc is "sub1home">><<bankwloc>><</if>>
<<if $assw.loc is "sub1home">><<asswloc>><</if>>
<<if $asswgf.loc is "sub1home">><<asswgfloc>><</if>>
<<if $dass.loc is "sub1home">><<dassloc>><</if>>
<<if $hospad.loc is "sub1home">><<hospadloc>><</if>><<set $scene to 1>><<met>>Great! Now we just have to find girls, which shouldn't be difficult.<</met>>
<<cain>>Let's not get ahead of ourselves. You want this to succeed, you have to think about it.<</cain>>
<<met>>Think about what? We need attractive women, and I don't know if you're aware, I recently found myself to be quite irresistable to the opposite sex.<</met>>
<<cain>>But this isn't just about sex, is it? Sure, if you wanted to, you could fuck some random girl. But you're looking for girls who will work a job. That requires a lot more.<</cain>>
I stopped in place, standing outside of Splashart. I thought it over, and took a deep breath.
<<met>>Ok, well, what are you suggesting then?<</met>>
<<cain>>First of all, where are you planning on looking?<</cain>>
<<met>>Well, if I want to find hot girls, then the first place I think is Sonar.<</met>>
<<cain>>There we go. That's what I mean about this being different.<</cain>>
I sighed, and walked over to a bench. I figured <<ncain>> would go on about this, so I might as well relax.
<<cain>>Thinking things through is a practise you should become intimately familiar with.<</cain>>
<<met>>Alright, come on, out with it. What's wrong with Sonar?<</met>>
<<cain>>Nothing, really. You'll find girls who will do the job just fine. <<if hasVisited("AssW: 2-1") || hasVisited("ManifestSin: Wrath2")>>But we've been there. <</if>>We both know the girls that go there every night are not going to be the most... Consistent is the word I'll use.<</cain>>
<<met>>Use another one, because you lost me.<</met>>
<<cain>>The ones who will show up, every day, to get the job done.<</cain>>
<<met>>Oh.<</met>>
<<cain>>Yeah, oh. Now, what was your second choice.<</cain>>
<<met>>Uhm... The college, probably.<</met>>
<<cain>>Hmm.<</cain>>
I shook my head.
<<met>>Ok, what's wrong with the college?<</met>>
<<cain>>Nothing. Like I said, thinking things through is important. Sure, a girl you find at the college will probably be more consistent than a girl from Sonar.<</cain>>
<<met>>I'm feeling a big but.<</met>>
<<cain>>Ok, I'm not going to touch that one. The but, in this case, is that a girl from Sonar is more than likely going to be more... I'll use friendly this time.<</cain>>
<<met>>Well I'm not running a brothel.<</met>>
I felt <<ncain>>'s bony eye socket lift slightly, as her raised his non-existant brow.
<<met>>Yet.<</met>>
I let out after a pause, causing <<ncain>> to nod.
<<cain>>You aren't running a brothel. But a girl who is more willing to be friendly, and even flirt, with the customer base? They're probably going to get you more money.<</cain>>
<<met>>I see. So that's the trade off. Sonar girls will likely make me more, but be less consistent.<</met>>
<<cain>>And if one of them doesn't show up, that's less money in your pocket.<</cain>>
<<met>>College girls will probably make me less, but they will show up, meaning consistency.<</met>>
<<cain>>Correct. So the only question is, where are we going?<</cain>>
<<met>>How about we check both out, and then decide after?<</met>>
<<cain>>Secret third option, good call.<</cain>>
With a plan in place, I made my way to the college, hopefully before it got too late at night.
<<if $Time lt 2>><<Button 'Go to the college' 'Midtown' '.contbut' '$Time += 1, $scene to 0, $story.side1 += 1'>><<else>><<Button 'Go to the college' 'Midtown' '.contbut' '$scene to 0, $story.side1 += 1'>><</if>><<set $scene to 1>><img class="rightimg" src="images/Characters/Misc/Random Girls/5.webp">\
Walking onto the college, I basked in the attention I was getting from the girls here. It felt great being somewhere filled with attractive, young women, who would jump for a chance to-
<<cain>>Alright, cool it a little. Here for a reason.<</cain>>
<<met>>Of course, of course, but there's no reason why we shouldn't be having try outs.<</met>>
As I said that, I walked past two girls, who stared at me, biting their pencils, trying to get my attention. When they turned around and flipped their skirts, they succeeded. It was only by the tug I felt coming from <<ncain>> that I kept moving.
<<cain>>So long as those tryouts are happening towards a focused goal, that's something I can get behind.<</cain>>
<<met>>Speaking of things I can get behind...<</met>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/6.webp">\
I spotted a girl sitting alone at a desk. She was focused on her book, and hadn't noticed me approaching her. I extended my hand, and cleared my throat.
<<me>>Hello.<</me>>
She looked up at me, and I watched as pure attraction covered her face, excitement as she, maybe subconsciously, spread her legs open a little.
<<me>>I was wondering if I could have a moment of your time.<</me>>
<<linebreak>>
<<me>>How does that taste slut?<</me>>
The girl on her knees moaned, as she stuffed more of my cock down her throat.
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Really good.</span><</say>>
<<me>>Well keep it up. Make me cum, and I'll not only give you a job, but you'll also get to swallow it.<</me>>
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Thank you sir!</span><</say>>
<img class="rightimg" src="images/Characters/Misc/Random Girls/7.webp">\
She moaned out, putting more enthusiasm on the blowjob I was getting. I leaned back, and grabbed her head, beginning to piston my hips up into her throat.
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Ggaahgag.</span><</say>>
She didn't put up any resistance as I began fucking her face properly, and before long, I could feel my cock start to twitch.
<<me>>Is the slut ready for her meal?<</me>>
I grunted, as she nodded as well as she could, her hands massaging my balls.
<<me>>That's right. Your new favorite meal is right in there. Now be a good girl, and take my load.<</me>>
<<linebreak>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/8.webp">\
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Cum inside me daddy!</span><</say>>
<<me>>Shut the fuck up and tighten your pussy slut.<</me>>
I grunted as I continued fucking her. After I shot my load down the last ones throat, and told her I might call her, I found another girl., Apparently the college had a basketball team, and impressively enough, they even had a cheerleader squad. One of which I was fucking in the now empty locker room.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">I'm sorry daddy. You're so much bigger than my boyfriend.</span><</say>>
I slapped her ass, and continued fucking into her.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">You're gonna make me cum!</span><</say>>
<<me>>You like that, don't you?<</me>>
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Yes!</span><</say>>
<<me>>I'm gonna cum soon. Where do you want it?<</me>>
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Inside me. I want to feel your cum inside me!</span><</say>>
She said, throwing her head back, as her pussy tightened around my cock, pushing me over the edge, as I pushed my cock deep inside her.
<<me>>Take my load you whore.<</me>>
I grunted out, as I felt my load shoot deep inside her, rope after rope coating her womb with my cum. She wasn't responding, as a low moan exitted her, her legs shaking lightly as her orgasm hit her. I pulled out and pushed back into her, thrusting a bit deeper each time, before finally pulling out and letting her go, as she tumbled onto the ground. I pointed my cock at her, and shot the last few ropes over her shaking body. I sighed, and looked around, finding her clean clothes she was going to change into. I reached down and grabbed her shirt, and used it to clean her juices off my cock, before throwing it onto her.
<<me>>Alright slut. I might call you. You might be able to make me some money.<</me>>
She smiled weakly, still recovering from her climax.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">T-tthank you daaaddy...</span><</say>>
I turned around, walking out of the locker room, making sure my pants were zipped up.
<<cain>>So?<</cain>>
<<met>>So, I think I got my sample here. And it's late enough. Time to taste test the girls from Sonar.<</met>>
<<Button 'Head to Sonar' 'Side1-3-2' '.contbut' '$Time to 3, $story.side1 += 1'>>Entering the main room of Sonar, my ears were hit with the large wall of noise, and my eyes assaulted by the various different light shows that were moving along to said noise. I tried not to judge, but this place wasn't really my type of spot. Or, at least it wasn't before. But now?
<img class="leftimg" src="images/Characters/Misc/Random Girls/1.webp">\
Well, let's just say the free flowing alcohol, in combination with the powers of Lust, made the simple walk through the building a lot more appealing.
<<cain>>Need I say anything?<</cain>>
<<met>>No, you really don't.<</met>>
I said, standing in an uplifted area of the club, allowing me to get a good look around.
<<met>>Man on a mission.<</met>>
I found a couple of good targets, and made my way around.
<<linebreak>>
<<me>>Make sure you get this all in frame.<</me>>
<<say 'Club Guy' 'images/character icons/One Time/5.png'>><span style="color: #6b9aff">Y-yeah.</span><</say>>
The guy grunted, as I tightened my grip on his girlfriend's hair. I had found this nice couple, who seemed to be happy together, and was now fucking the girls face in the bathroom, while the guy recorded it all on his phone.
<<me>>Your girl is a properly trained whore, she loves my cock, don't you slut?<</me>>
<img class="rightimg" src="images/Characters/Misc/Random Girls/4.webp">\
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">It's fucking perfect.</span><</say>>
She said, admiring my cock that was covered in her spit.
<<me>>Which do you prefer, mine, or your boyfriends?<</me>>
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">Yours. God, yours, every day of the week.</span><</say>>
She said, rubbing my cock all over her face. I watched the boyfriend wince a little, even as he was rubbing his cock through his pants. It had only taken ten minutes after I introduced myself before I managed to convince them to let me cuck him. Well, I say I convinced them, but it was more like she convinced her boyfriend to let her choke on my cock.
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">Ggguguug.</span><</say>>
And choke on it she did, as she took it deeper and deeper with each stroke.
<<me>>Like I said, make sure this is all in frame. This slut might work for me one day, and I'll want to keep it as a memory.<</me>>
<<linebreak>>
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">I can't believe I'm doing this.</span><</say>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/3.webp">\
She grunted, as I fucked her from behind. This girl was apparently celebrating her last night of freedom. She was getting married the next day, and her friends thought it would be a good idea to bring her to the club. Just for fun. And now, for my pleasure.
<<me>>What would your future husband say if he saw you, bent over, getting fucked by a guy you don't even know?<</me>>
I felt her pussy tighten up as I said that, leaning in to grab her tits.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">He would break up with me!</span><</say>>
<<me>>Well maybe I should stop then.<</me>>
I said, pulling my cock out until just the head of it was inside of her.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">No!</span><</say>>
She slammed her hips back, her pussy tightening up again as my cock pressed against her cervix.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">You feel amazing inside me.</span><</say>>
<<me>>You're such a slut, aren't you?<</me>>
I reach down, grabbing her hair like a leash, and pumping into her harder.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">Yes! I'm such a slut!</span><</say>>
<<me>>And I'm not even wearing a condom. Do you let your fiance fuck you raw?<</me>>
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">No. Only you. You fuck me like the slut I am!</span><</say>>
<<me>>Well I'm not going to pull out.<</me>>
The walls of her hole squeezed my cock at hearing that.
<<me>>You like that, don't you slut? Getting knocked up by a stranger on the eve of your wedding?<</me>>
She didn't respond except by moaning, as my words were pushing her over the edge. I grunted, and began firing my cum directly inside her, hilting my cock as deep as I could.
<<me>>Well the good news is that tomorrow night, you can pretend like he's the one that's impregnating you.<</me>>
I groaned at her, feeling each rope shoot into her womb. I leaned forward, and growled into her ear.
<<me>>When we both know it's me doing that.<</me>>
I leaned back, letting all of my cum exit, before pulling out. I walked around her, and grabbed her hair, as she was gasping, still experiencing her orgasm, and began cleaning my cock with it.
<<me>>But hey. Maybe it won't be a stranger in a club that knocked up you.<</me>>
I let go of her hair, and walked to the door of the private room.
<<me>>Maybe it will just be your boss.<</me>>
I exited the room as I heard her moan, her legs twitching one last time.
<<met>>Well that was fruitful.<</met>>
<<cain>>Here comes the hard part. Which do you want to choose? High risk, high reward? Or slow, but steady?<</cain>>
<<Button 'College girls' 'Side1-4' '.contbut' '$Time += 1, $player.cosplay to 1, $story.side1 += 1'>>
<<Button 'Sonar girls' 'Side1-4' '.contbut' '$Time += 1, $player.cosplay to 2, $story.side1 += 1'>><<if $player.cosplay is 1>>\
<<met>>I think I'm going to have to go with the college girls. Maybe I make less money, but maybe I make more. Nothing worse than inconsistancy.<</met>>
<<elseif $player.cosplay is 2>>\
<<met>>Sonar girls, absolutely. They might not be as consistent, but I think they more than make up for that in pure passion. And if the girls get touchy with the guys, that just means more repeat customers.<</met>>
<</if>>\
<<cain>>Good choice.<</cain>>
<<met>>So you think that's the right choice?<</met>>
<<cain>>What's important is that you thought through your decision <<nme>>. That's my goal with this exercise.<</cain>>
I smiled, feeling tired from all of the fucking.
<<met>>And exercise it was.<</met>>
I took a deep breath, taking in the night time air. Brighttown was still buzzing, but I was beat.
<<cain>>Any plans on where to go next?<</cain>>
<<met>>Well... I need costumes.<</met>>
<<cain>>Know any good tailors?<</cain>>
<<met>>You know, I don't.<</met>>
<<cain>>Shocking.<</cain>>
<<met>>But, I do have an idea.<</met>>
<<cain>>Pray tell.<</cain>>
I smirked at his choice of words.
<<met>>Well, I don't just need costumes. I need sexy ones. So maybe they might have something down at the Hardware Store.<</met>>
<<cain>>That's resourceful.<</cain>>
<<met>>I don't expect them to have anything, but worst case scenario, they know someone that does do that kind of work.<</met>>
<<cain>>Alright, then it's a plan.<</cain>>
<<met>>I'll head there when I get the chance.<</met>>
I said, bringing my hands up high to stretch them out.
<<met>>Now I'm gonna get something to eat, and go to bed.<</met>>
<<cain>>Fair enough.<</cain>>
I began walking down the road.
<<Button 'Head home' 'Brighttown' '.contbut' '$scene to 0, $story.side1 += 1'>>Walking into Splashart again, I made my way to the backroom, giving a wave to <<ncomf>>, and to the door to <<ncomb>>s room. I took a second to collect my thoughts, which was surprisingly easy, since they were thoughts I had already planned long ago. It was actually and idea <<ncomf>> and I had before. We were both very aware of how effective sex appeal worked in the shop, as we had a front row seat of it every day. And as such, we suggested bringing more in. We were both fairly surprised when <<ncomb>> rejected the idea. However, I was feeling a lot more confident now. After all, once you cover your boss' face with your cum, it's hard not to see her as the powerful woman she tries to be, as opposed to the cumrag you know she wants to be. I lifted my hand, and knocked on the door.
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/09.png">\
<<comb>>It's open.<</comb>>
<<ncomb>> said. I opened the door, and saw her all but neck deep in some forms. She looked frustrated, although not for long once she saw it was me.
<<comb>>I thought it was <<ncomf>>. Lucky me!<</comb>>
She said, flashing me a sultry smile as she leaned back, letting me get a closer look at her stunning body. Her outfit looked fantastic, and I could feel the blood rush-
<<cain>>Steady as she goes.<</cain>>
<<met>>Right. Yes, thank you.<</met>>
<<me>>Hey <<ncomb>>. Just wanted to talk.<</me>>
She smirked at that.
<<comb>>Shut the door. We can talk while you give me another massage, no?<</comb>>
She said, as she unbuttoned her top button of her blouse, revealing even more cleavage.
<<cain>>Steady.<</cain>>
I cleared my throat.
<<me>>Not that kind of talk, actually.<</me>>
<<ncomb>> stopped, and furrowed her brow.
<<comb>>What's up?<</comb>>
She said, hesitating.
<<class "greedbut">><<linkreplace "A business opportunity">>Unfortunately, I didn't come here to have fun. And if there was anything I knew, it's that it's better to focus on your goals. Living with <<nmom2>> for so long wasn't entirely wasted. I felt energy building up in my arm, and I felt it release just as quickly. Suddenly, the blushing schoolgirl was gone, as <<ncomb>>s eyes focused. She looked confused, but then raised her brow, her business acumen taking over.
<<comb>>What can I help you with?<</comb>>
<<me>>I wanted to talk about something for your business.<</me>>
<<comb>>Oh?<</comb>>
<<me>>I think you're doing a great job, but there's wasted potential.<</me>>
She tilted her head, listening to me intently. It was kind of strange watching her. Gone was any of the flirty, nice woman that she usually was. In front of me was someone that was entirely focused on Greed.
<<comb>>Go on.<</comb>>
<<me>>It's a business idea that I've pitched you before. Not just me, Barry as well.<</me>>
She looked to the side, and I realization in her face as she remembered what I was referring to.
<<comb>>You wanted cosplayers, right?<</comb>>
I nodded.
<<me>>Our clientele is entirely men. Getting some girls in here, wearing cosplay, well... You know that would be effective.<</me>>
She leaned back, giving the idea some serious thought. Last time, she shot it down without a moments thought, so we're clearly making progress.
<<comb>>I'm not sure I feel like putting anything like that on.<</comb>>
<<me>>I didn't necessarily mean you, we could hire some girls as models.<</me>>
<<comb>>If you want to hire other girls, I definitely see the benefits, but it is a whole new aspect of business to manage.<</comb>>
<<me>>What do you mean?<</me>>
<<comb>>We have to find girls who are willing to wear cosplay, we would have to buy said cosplay, manage their schedules, and they would have to be willing to flirt with the guys.<</comb>>
I was momentarily surprised as she described more problems than I had thought. Momentarily, only because I knew she was a good business woman. It's not surprising she thought through it more than me. Let's try something else.
<<me>>Well, I was going to say, I would be willing to handle any responsibilities regarding this new avenue.<</me>>
That made her raise her brow, and a small smile appeared. I wasn't entirely sure if I should have been offended or not.
<<comb>>Looking for a promotion, <<nme>>?<</comb>>
<<me>>I was just thinking about the store. If you're offering a promotion, I wouldn't refuse one.<</me>>
She smiled brighter at that.
<<comb>>Tell you what. I'll make you a deal. You like this idea? I want you to set it up. Everything, including problems I haven't even thought of yet.<</comb>>
<<me>>I can do that.<</me>>
<<comb>>If it goes well, and we make money, then I'll give you a promotion, and a cut of the money we make as a direct result of the girls.<</comb>>
<<me>>Great!<</me>>
<<comb>>Don't get too excited yet. The reason I said no last time wasn't because I was opposed to using sex appeal to get more customers. We both know that isn't true. It's because I knew it wasn't going to be easy, and I had too much on my plate. So make sure you do this well, ok?<</comb>>
I nodded.
<<me>>I won't disappoint.<</me>>
<<comb>>Good. I'll text you the numbers later. Good luck, and happy hunting.<</comb>>
I nodded, and got up, as <<ncomb>> went back to whatever paperwork she was doing. Before I could leave, I heard her call out.
<<comb>>By the way, I'm not entirely opposed to wearing any fun cosplay. I would just... prefer it to be private,<</comb>>
She flashed me a naughty smile, but before I could respond, she spoke up again.
<<comb>>But that's all for today. Goodbye, <<nme>><</comb>>
I nodded, and flashed her a smile. She went back to focus on her work, a grin on her face. <<if $comb.marked is 0>>As I watched her, I felt an energy build up in my arm, and then release. She was now marked.<<set $comb.marked to 1>><</if>>
<<Button 'Head out' 'Comic' '.contbut' '$player.greed += 1, $scene to 0, $story.side1 += 1'>><</linkreplace>><</class>>It's been a few days, and although it had been something I did with a goal in mind, it was fun. Considering what my life has become, I thought it was my imperative to keep the good times rolling.
With that in mind, I walked off the elevator, entering the top floor of the staff section of the College. It wasn't completely unfamiliar. I had been here when finding the Priestess of Pride the first time around. This time, I wasn't trying to hide. I walked in with confidence, and made my way to where I remembered it being. The Deans office. Confidence from the fact that I knew she wasn't here, thanks to the itch I didn't feel, unlike last time. I turned the corner, and smiled, as I spotted <<ndass>>. I walked up to the desk without her even noticing I was there. A small rap on the table got her attention.
<img class="leftimg" src="images/Characters/Town/College/DAss/06.png">\
Her first reaction was clear. She was annoyed. I imagined the dean got a lot of requests for meetings, so someone showing up unprompted was likely aggravating. She opened her mouth, about to say something, before she realized who I was. Her second reaction was cuter, as her face lit up with a large smile. She stood up, and again opened her mouth to say something. Then her third reaction, was flushed cheeks, as she looked around. While it wasn't the most public area, there were two different women looking our way. Each one was a secretary, I assumed, since they were each in their own desk area, guarding a respective door. However, none even half as attractive as the blushing beauty in front of me.
<<me>>Hey.<</me>>
<<dass>>Hey!<</dass>>
She again looked around, her face getting redder, as she realized she responded a bit too loudly.
<<dass>>What are you doing here?<</dass>>
I put both of my hands over my heart, and put on my hurt face.
<<me>>Oh. And here I thought we had a great night the other day.<</me>>
Apperently I was too convincing, as her face filled with worry.
<<dass>>We did!<</dass>>
Followed by more looks from the other women. She got quieter again, but not before flashing me a smile.
<<dass>>I had a lot of fun.<</dass>>
<<me>>Good. Because I just wanted to see you.<</me>>
I walked around her desk, and sat on it, getting close, her breath getting a bit deeper.
<<dass>>I wanted to see you too.<</dass>>
Her finger slowly moved towards me, running it down my hand, as she bit her lip.
<<me>>Well then it's good I'm here, no?<</me>>
I leaned forward, her eyes closing as I reached-
Here eyes shot open as one of the women further away coughed, making her realize where we were. She quickly stopped me.
<<dass>>I... I'm working right now.<</dass>>
She said, trying to find an excuse. I nodded, pulling away. Still, I smiled as I felt her finger on the back of my hand again.
<<me>>Oh come on. You work hard, I know that much. You can't take a break?<</me>>
Her breathing got deeper, as our eyes met. Her conviction was clearly crumbling.
<<me>>Besides. you owe me one, if you remember.<</me>>
I leaned forward again, hearing a whimper from her as our lips met. However, before I could push it any further, she pulled away, walking around me and pulling me into the deans office, closing the door, and leaning onto it. I took a look around, then turned to <<ndass>>, who was still at the door.
<<me>>Ooh, you're a naughty girl, aren't you?<</me>>
I asked, walking over to the desk in the room. It was a very intricate design, although heavy and wooden. I walked around it, and took a seat in the deans chair.
<<me>>Doing it in the boss' office huh?<</me>>
That managed to snap her out of her daze, as she finally registered where I was.
<<dass>>Wha- No, I just... I didn't want the other girls to see me.<</dass>>
She pushed away from the door, and walked over to me.
<<dass>>And get off of there.<</dass>>
I smiled at her, and pulled my cock out. However, I realized she couldn't see it due to the desk obstructing the view, so I moved backwards, so she could see it in all it's glory.
<<dass>>What...<</dass>>
She looked back at the door, her earlier blush returning, then back at me.
<<dass>>Put that away!<</dass>>
<<me>>Like I said <<ndass>>. You owe me one, don't you?<</me>>
<<ndass>>'s breathing slowed, as she watched me pump my cock, getting it harder right in front of her.
<<me>>So why don't you be a good secretary...<</me>>
I spread my legs further.
<<me>>And get your boss off.<</me>>
<<ndass>>'s eyes darted from mine, to my cock.
<<Button 'Get to work' 'DAss: 1-2' '.lustbut' '$player.lust += 1, $dass.sub += 1'>><<dass>>I...<</dass>>
She mumbled, her eyes glued to my hardening cock, as she bit her lip.
<<me>>Well <span class="DAssText">Ms. Reyes</span>? You have work to do, don't you?<</me>>
I asked, lifting my hips slightly, accentuating what the job was.
<<dass>>Yes sir.<</dass>>
She breathed out, nodding as she did. She leaned forward, and grabbed my cock in her hand, gasped as it jumped slightly.
<<dass>>It's warm, sir.<</dass>>
<img class="rightimg" src="images/Characters/Town/College/DAss/07.webp">\
<<me>>Why don't you just do your job, and I'll get some paper work done.<</me>>
I said, sounding as casual as I could, grabbing some papers on the desk, and began reading them
<<dass>>Of course sir.<</dass>>
She responded, sounding as professional as I attempted to be, even as her hand began pumping up and down my shaft. I sat there, pretending to read paper, as she was transfixed on my hard cock. After a few minutes, I leaned over, and grabbed the picture of the dean on the desk. She looked insanely attractive, and I looked down at <<ndass>>.
<<me>>Do a better job <span class="DAssText">Ms. Reyes</span>. My wife does it far better than you.<</me>>
<img class="leftimg" src="images/Characters/Town/College/Dean/03.png">\
I said, showing her the picture. She nodded, looking worried.
<<dass>>Yes, I'm sorry sir. Your cock is very large, I've never had to handle one this size before.<</dass>>
<<me>>Is that an excuse, <span class="DAssText">Ms. Reyes</span>?<</me>>
She shook her head.
<<me>>That's good. I don't accept excuses from my employees.<</me>>
<<dass>>You're right sir.<</dass>>
She looked up at me, biting her lip as she continued pumping my cock.
<<dass>>She's beautiful sir.<</dass>>
<<me>>Huh?<</me>>
<<dass>>Your wife sir.<</dass>>
I nodded, as she leaned forward, rubbing the tip of my cock over her face as she continued pumping it.
<<me>>She is.<</me>>
<<dass>>I'm not surprised she's better than me sir.<</dass>>
I groaned, my climax beginning to build.
<<dass>>She looks like a competant woman. And so sexy.<</dass>>
I groaned.
<<me>>So sexy.<</me>>
<<dass>>I don't even know why you have your secretary jerking you off sir.<</dass>>
She began moving her hand faster.
<<dass>>When you could be with her. Bending over her large ass, and filling it.<</dass>>
<<me>>I could never bother my wife like that. She's busy at work. It's why I have unimportant girls like you doing this.<</me>>
She moaned as I said that.
<<dass>>You're right sir. Use lowly sluts like me to get your cum out.<</dass>>
She moaned, and I reciprocated, as I felt my orgasm closing in.
<<dass>>I'm basically just a sex toy right now.<</dass>>
<<me>>That's right.<</me>>
I grunted.
<<dass>>Are you close sir?<</dass>>
<<me>>I am.<</me>>
<<dass>>Thank you for using me sir.<</dass>>
She leaned forward, and I felt her tongue on my balls, as she planted a deep, slow kiss on them. That pushed me over the edge, as I began blowing my load all over the underside of the desk.
<img class="rightimg" src="images/Characters/Town/College/DAss/08.webp">\
<<me>>That's right <span class="DAssText">Ms. Reyes</span>. Do your fucking job, and kiss your boss' balls.<</me>>
I groaned, as rope after rope of cum coated the underside of the desk, shooting over <<ndass>>'s head. After I was finished, I sat back, enjoying the slowing hand of <<ndass>>, as she continued slowly kissing my balls. I sighed.
<<me>>That's enough <span class="DAssText">Ms. Reyes</span>. I came.<</me>>
She looked up at me, with a shy face.
<<dass>>Did I do good sir?<</dass>>
<<me>>You did your job <span class="DAssText">Ms. Reyes</span>.<</me>>
I pet her head, and we both sat there for a moment. <<ndass>> was enjoying my hand on her head. After a while, I spoke up.
<<me>>Alright, <<ndass>>, I figured you paid me back.<</me>>
She looked up to me with a smile, before her eyes shot open. She turned around, and looked at the desk, seeing the underside covered in my cum.
<<dass>>Shi-<</dass>>
Before she could finish her sentence, we both heard a buzz. It took me longer to realize that it was her phone. She pulled it out, answering the call with a professional tone, even as she ran her finger against the cum on the desk. She looked at her cum covered finger, before bringing it to her mouth, and sucking it clean.
<<dass>>Hello?<</dass>>
I could hear a voice from the other side, and she sat up straight.
<<dass>>Ah, right now maam.<</dass>>
She stood up, and began stuffing my cock into my pants, as I helped her.
<<dass>>Of course, I'm sorry maam. I'll have it ready for when you get here.<</dass>>
She paused.
<<dass>>When will that be maam?<</dass>>
Her eyes opened widely, and she began pushing me towards the door.
<<dass>>Right, yes. Yes, I'm fine maam. I just didn't sleep well. Ok, I'll see you in a few.<</dass>>
She hung up, and pointed at the door.
<<dass>>You have to leave. She'll be back in two minutes.<</dass>>
I smiled, and brought her close to me, leaning forward and taking her lips, giving her a deep kiss. After a quick moment, I gave her ass a quick swat.
<<me>>I'll be seeing you soon, ok?<</me>>
She smiled lightly, nodding.
<<dass>>Y-yeah...<</dass>>
She said, before quickly pushing me out.
<<dass>>Just leave.<</dass>>
I nodded, and left as inconspicuously as I could.
<<Button 'Leave' 'College' '.return2' '$Time += 1, $dass.sub +=1, $dass.percent += 2, $dass.scene.deleteFirst(2), $dass.scene.pushUnique(3), $scene to 0, $event.dass to 0'>>I walked into the store, feeling a bit awkward as I did. It's funny how normal it became to walk in here when it was just to get lessons from <<ncov1>>, but now that I was looking for their products? I felt a bit out of place. Still, I continued on, looking through their supplies, although not having much luck. They did have some outfits, although they fell into either pure lingerie, or the more traditional stuff; nurses, librarians, even sexy office worker. I figured they wouldn't have anything like that, but since I was here, I figured it was worth at least asking. I approached the counter, where as usualy, <<ncov4>> sat as she leafed through a magazine, looking uninterested. Before I could say anything, she spoke up.
<img class="leftimg" src="images/Characters/Town/Coven/Count/03.png">\
<<cov4>>Looking for <<nsis2>>?<</cov4>>
<<me>>No, actually. I came looking for you.<</me>>
That finally made her put the magazine down, as her eyebrow lifted, inspecting me with a mischivious smirk.
<<cov4>>Oh yeah?<</cov4>>
<<me>>It's nothing like that. I need help with a... project at work. And this was the first place that I thought of when I realized what I would need.<</me>>
She tilted her head, leaning back a little, giving me a better look at her ample cleavage.
<<cov4>>And what does the big, bad, Lust mage want from little old me?<</cov4>>
She asked, her pitch slightly higher than usual, as she tilted her body to make her tits jiggle. I cleared my throat.
<<me>>I work at Splashart, the comic store. We're looking to hire some girls to wear cosplay, to attract more guys to come in.<</me>>
<<cov4>>Oh? Will the girls be dressing up as heroines with nice large dildos pressing right against their defenseless wombs?<</cov4>>
She asked, her words dripping with lust. I took a step back, as I felt my cock begin to harden, and cleared my throat again.
<<me>>N-no. They just need costumes. I imagine you guys sometimes buy those sorts of things. I just wanted to see if you guys had anything of the sort. Clearly I was wrong, so-<</me>>
<<cov4>>Well...<</cov4>>
She looked me up and down, thinking about something, before sighing, and standing up.
<<cov4>>Alright, I think we have those sorts of things. Come on.<</cov4>>
She turned around, and opened the door behind her. Since she opened it with no key, it led right into the backroom I had seen before. I followed her into it, and she pointed at the couch in the room.
<<cov4>>Sit here. I have to look through our inventory.<</cov4>>
<<me>>I can help if you want.<</me>>
<<cov4>>Trust me. It'll be faster if I do it myself.<</cov4>>
She said, pushing me lightly. I fell back onto the couch, and she smiled at me, as she made her way into one of the many backrooms. I waited for a couple of minutes, pulling out my phone to kill some time. After around 10, I called out to her.
<<me>><<ncov4>>! Are you sure I can't-<</me>>
<img class="rightimg" src="images/Characters/Town/Coven/Count/04.png">\
I shut up as <<ncov4>> walked out of the backroom, wearing a sexy nun outfit. It took me a few moments before I realized why it had looked so familiar. It was a costume from one of the main characters from one of the more popular manga that we sold. I stood up, smiling.
<<cov4>>Something like this?<</cov4>>
<<me>>Wh- Yes! That's perfect, holy crap. I didn't think you guys would have something like this.<</me>>
I said, walking up to her and looking closer, inspecting the details. It was surprisingly accurate.
<<cov4>>It's fairly new. As these sorts of things get more popular, we've had to stock up. After all, roleplaying has always been big in the bedroom.<</cov4>>
<<me>>Shit, that's great. Do you have others?<</me>>
<<cov4>>It only took so long because I couldn't decide which one to wear.<</cov4>>
She said, a smirk growing on her face.
<<cov4>>Not a ton of anime stuff, but we have plenty of heroine costumes.<</cov4>>
She took a step close to me, her voice getting quieter and breathy.
<<cov4>>You wouldn't believe how common a fantasy it is for men to be able to have their way with all of these women from their favorite movies. Usually with force.<</cov4>>
<<me>>O-oh. Well, I-<</me>>
<<cov4>>Or how common it is for women.<</cov4>>
She took another step towards me, her chest pressing against my own.
<<cov4>>To be dressed in a way that makes you feel so powerful, and strong. And then have that all ripped away from you. Have a man use you as nothing but a gutter slut.<</cov4>>
I could feel the blood rushing down. I reached up, my hand slowly tracing her arm, until I reached up to her neck, her head tilting up to provide access.
<<me>>How powerful do you feel right now.<</me>>
<<cov4>>Top of the world.<</cov4>>
I wrapped my hand around her neck, squeezing it lightly, eliciting a moan from <<ncov4>>.
<<me>>Well I'm just here to buy some costumes. I wouldn't want to interfere with your job.<</me>>
She smirked at me.
<<cov4>>Oh? How about this. You and me have some innocent fun, and I'll see what I can do about getting you any costume you need.<</cov4>>
That actually managed to attract my attention over the beautiful woman in front of me.
<<me>>Wait, really?<</me>>
<<cov4>>Really.<</cov4>>
She looked me up and down, and took a deep breath.
<<cov4>>I've never met a Lust mage before. I want to see if it's anything worth... tasting.<</cov4>>
She said, her tone filled with lust. I squeezed her throat again, causing her to smile widely.
<<class "lustbut">><<linkreplace "Show her its worth every second">><<me>>You've finally been beaten. And now look at you.<</me>>
<<ncov4>> didn't skip a beat, as she fell right into her role. She reached up, grabbing my arm and feigning any real attempt to pull me off of her.
<<cov4>>You won't get away with this. You'll be defeated.<</cov4>>
<<me>>You underestimate me. Which is how you've found yourself in this position. Free to do with as I please.<</me>>
I reached up, grabbing her tit through her thin outfit, causing her to moan.
<<cov4>>Unhand me, you scum.<</cov4>>
<<me>>You would do well to learn your place, slut.<</me>>
I said, throwing her onto the couch behind me.
<<cov4>>What are you going to do to me?<</cov4>>
I reached forward, grabbing her hair roughly, getting close to her face.
<<me>>I'm going to teach your body that you are no longer a hero.<</me>>
<<cov4>>N-no.<</cov4>>
<<me>>That you're just a whore.<</me>>
<<cov4>>Slap me.<</cov4>>
She whispered, giving me a wink.
<<me>>W-what?<</me>>
<<cov4>>Come on. A real villain would shut the heroine up with some force. So do it.<</cov4>>
I shrugged internally, as I let go of her, and slapped her lightly.
<<cov4>>No, come on, with some-<</cov4>>
I sighed, and slapped her harder, causing her to smile.
<<cov4>>D-don't hurt me. I'll do what you want.<</cov4>>
<<me>>Yes, you will slut.<</me>>
I reached down, unbuckling my belt, and pulling out my cock.
<<me>>But I don't care.<</me>>
I reached forward, slapping her again, causing <<ncov4>> to elicit a moan.
<<me>>You need to learn your place is with my cock inside you.<</me>>
I reached down, and ripped her panties off. I suspected that they were made for doing so, considering how easy it was.
<<cov4>>No! Please! Don't!<</cov4>>
<img class="leftimg" src="images/Characters/Town/Coven/Count/05.png">\
<<me>>Shut the fuck up!<</me>>
I pressed my cock against her pussy, and pushed forward, feeling her tight pussy squeeze around my cock. I reached up, and pulled at her costume roughly, pulling out her tits, and began kneading one roughly, as I slapped the other one.
<<cov4>>Oh god, you're so big!<</cov4>>
She moaned out, as I pulled her nipples.
<<me>>Don't worry whore. You'll get used to it.<</me>>
<<cov4>>No, please!<</cov4>>
She said, a tear beginning to fall down her face. I paused for a moment when I saw it, before I felt her push her hips towards me. Feeling her insides was all the encouragement I needed.
<<me>>It won't be long before your holes are the shape of my cock.<</me>>
<<cov4>>You're a monster.<</cov4>>
<<me>>And I'll parade you through the city streets you once defended.<</me>>
I reached forward, grabbing her throat again, feeling her pussy walls squeeze my cock again.
<img class="rightimg" src="images/Characters/Town/Coven/Count/06.gif">\
<<me>>And everyone will see that you were never a strong, powerful hero.<</me>>
I leaned down, and spat on her face, causing her to begin moaning deeply.
<<me>>You were always a super whore, just waiting to be fucked into your rightful place.<</me>>
<<cov4>>Ggggyeessss!<</cov4>>
She managed to get out, as her body began twitching underneath me. I continued pumping into her, riding her orgasm as her pussy walls convulsed around my cock. After a minute, she finally fell limp. I let her go, letting her catch her breath.
<<cov4>>Lord almighty, that was an effective use of Lust.<</cov4>>
She said, basking in her afterglow. I slowly pumped into her, my climax quickly approaching.
<<cov4>>Is this how you fucked <<nsis2>>?<</cov4>>
She asked. I froze, causing her to open her eyes, and smirk at my face. I tried to pull my cock out, but suddenly she wrapped her legs around my hips.
<<cov4>>Did you cum inside your own sister?<</cov4>><<if $fet.inc is 0>>
<<me>>She- We're not related!<</me>>
Was all I could get out.
<<cov4>>Oh, please. If there's anything a witch knows, it's that family isn't blood.<</cov4>><</if>>
<<me>>N-no, I didn't cum inside her.<</me>>
<<cov4>>Oh, so you finished on her tits?<</cov4>>
She asked, tightening her legs around me, my cock pushing back into her.
<<me>>I... I didn't...<</me>>
<<cov4>>Hey, you won't get any judgement from me.<</cov4>>
She said, leaning forward, whispering in my ear as she moved her hips forward and backwards, my own hips beginning to mirror hers.
<<cov4>>Besides, I'll even let you finish inside me. After all, what does the villain care if the heroine gets knocked up.<</cov4>>
I could feel my cock twitch at that, and so could she.
<<cov4>>Oh, you liked that one, didn't you? Does <<nsis2>>'s brother want to knock up her friend? So naughty.<</cov4>>
She licked my ear slowly.
<<cov4>>Maybe I want that too.<</cov4>>
I groaned at that, as I felt my hips move even faster.<<if hasVisited("Sis1: 3-2")>>
<<cov4>>And it's not like you're going steady with <<nsis2>>, right? I remember seeing you with another girl.<</cov4>>
<<me>>Fuck.<</me>>
I groaned out, more in pleasure than guilt.
<<cov4>>I could smell the Lust from her. Did you cum inside her?<</cov4>>
I heistated, before nodding.
<<cov4>>Good boy.<</cov4>><</if>>
<<me>>I-I'm cumming.<</me>>
<<cov4>>Let it all out inside me.<</cov4>>
She whispered in my ear.
<<cov4>>Breed me baby.<</cov4>>
<img class="rightimg" src="images/Characters/Town/Coven/Count/07.png">\
Her words pushed me over the edge, as I pushed deeply inside her, shooting out the largest cumshot I've ever had. I leaned forward, pulling her as close as I could, wanting to fill her womb as much as I could with my ropes of cum. After a minute, I finally finished, and leaned backwards, <<ncov4>> letting her legs go, my cock flopping out of her pussy. She leaned back on the couch, stretching her back, as she rubbed her belly.
<<cov4>>You really liked that, huh? I feel so full.<</cov4>>
<<me>>I don't... That was not what I was expecting.<</me>>
Suddenly, <<ncov4>> stood up, and looked down at me.
<<cov4>>Here you go.<</cov4>>
She handed me a small duffel bag, and I looked up at her.
<<cov4>>Costumes, as promised.<</cov4>>
<<me>>Oh.<</me>>
I inspected the bag, furrowing my brow,
<<me>>It's kinda small. I wasn't this bad.<</me>>
I said, chuckling. She smiled down at me.
<<cov4>>It's bigger on the inside. You were...<</cov4>>
She looked me up and down, and bit her lip.
<<cov4>>Worth tasting.<</cov4>>
I smiled, and stood up. I quickly got dressed, and took the bag. She pointed to the door, as she made her way to the room I remembered to be the bathroom. I opened the door, before turning back.
<<me>>If you ever want a repeat perfor-<</me>>
<<cov4>>Goodbye <<nme>>.<</cov4>>
She said, letting out a giggle, as I felt a push, ushering me out of the room, and closing the door in my face. I sighed.
<<me>>Magic.<</me>>
I looked down at the bag over my shoulder, and slowly opened it. It was, as she said, bigger on the inside, as I was able to see literal shelves inside, with different outfits on the shelves themselves. I sighed again.
<<me>>Magic.<</me>>
I closed the bag, and patted it, as I made my way out of the store. All I would need now is a general plan.
<<Button 'Mission success... I guess' 'Brighttown' '.contbut' '$player.lust += 1, $cov4.percent += 1, $Time +=1, $scene to 0, $event.side1 to 0, $story.side1 += 1'>><</linkreplace>><</class>><<met>>What am I even doing here?<</met>>
I asked myself, as I opened the door to the bar, narrowly missing a group of people exiting. I shook my head as I approached the bar.
<<cain>>I think I like this <<nassw>> girl.<</cain>>
<<ncain>> said, as I grabbed the beer that the bartender handed to me.
<<met>>Why?<</met>>
<<cain>>Because she's useful.<</cain>>
<<met>>How? By getting me to knock up her friends?<</met>>
<<cain>>It's not ideal, but she's helping push a very important idea into your mind.<</cain>>
I sipped my beer, and shook my head, annoyed that I would have to ask.
<<met>>What idea?<</met>>
<<cain>>That you aren't being judged. If you want to use the sins to knock up every girl in your vicinity, do it. It didn't stop you with <<nbankw>>, did it?<</cain>>
<<met>>That was different. I was trying to manifest Greed.<</met>>
<<if hasVisited("BankW: 3-1")>><<cain>>Oh, and showing up at their house, and fucking her brains out? You already manifested Greed, what's the excuse there?<</cain>>
<<else>><<cain>>Why does that matter? You still fucked a married woman. And you enjoyed every second of it.<</cain>><</if>>
I frowned, drinking more of the beer.
<<cain>>My point, <<nme>>, is that you are no longer noble. You can now take what you want. You shouldn't feel guilty about it. Revel in it.<</cain>>
I sighed. He wasn't wrong. <<nbankw>> was fun. <<if hasVisited("BankC: 1-1")>>Not to mention what I've been doing with <<nbankc>>.<<if hasVisited("BankC: 2-2")>>She has a girlfriend, and I've been enjoying that.<</if>><</if>>
<<cain>>Exactly. You enjoy these things. That's not only fine, it's great. So have fun.<</cain>>
<<met>>Fine. Whatever, I'm here anyway.<</met>>
I felt <<ncain>> shake his head, as I turned away from the bar, and finally took in the bar around me. The bar tended to be full every night, so it wasn't hard to find girls who caught my fancy. But, I was here for a reason. Might as well go for it.
I stepped away from the bar, and walked around. It took me only a few seconds before I managed to spot <<nasswgf>>, sitting with a guy that, as <<nassw>> said, did look a lot like me. I shrugged, and made my way over to their booth, and quickly sat beside <<nasswgf>>, to both of their surprise.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/06.png">\
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">Can we help-</span><</say>>
The guy began, before I wrapped my arm around <<nasswgf>>.
<<me>><<nasswgf>>! How's it going?<</me>>
The look on <<nasswgf>>'s face was definitely priceless, as it was obvious anxiety, mixed heavily with equal parts attraction.
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">O-oh, you two know each other?</span><</say>>
<<me>>Yeah, from-<</me>>
This time it was <<nasswgf>> who cut me off, worried I would reveal exactly how we met.
<<asswgf>>School!<</asswgf>>
She yelled out, louder than she probably meant to, as multiple people turned to give us looks. I smirked, and nodded.
<<me>>Yeah, me and <<nasswgf>> take some of the same classes. We're inseparable, aren't we?<</me>>
I said, pulling <<nasswgf>> in with my arm around her, and leaning in, taking her lips with mine, as I pushed my tongue forward. She whimpered, before quickly opening her mouth, our tongues tasting each other. After a few moments, the guy spoke up.
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">Excuse me! You ca-</span><</say>>
I pulled away from <<nasswgf>> quickly, our mouths still connected by a strand of saliva, and her eyes glazed over, before offering my free hand to the guy.
<<me>>You must be <<nasswgfbf>>, right?<</me>>
He looked at me, completely confused, then back at his supposed girlfriend, who was a bit floaty as she stared up at me. He nodded, unsure, and took my hand.
<<asswgfbf>>Y-yeah, I am. Her- <</asswgfbf>>
<<me>>She talks about you all the time.<</me>>
I lower the hand wrapped around her shoulder, reaching under her arm, and squeeze her right tit through her shirt, eliciting a moan.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/07.webp">\
<<me>>Seriously, she doesn't stop talking about you. You two have been dating for years, right?<</me>>
<<nasswgfbf>> barely hears me, as he spots my hand molesting his girlfriend's body, before looking back up at me.
<<asswgfbf>>Y-yeah, we... We met in high school.<</asswgfbf>>
<<me>>Oh, you guys are high school sweethearts? Why didn't you ever tell me that?<</me>>
I ask <<nasswgf>>, who is biting her lips, fighting back her moans as I continue playing with her tit.
<<asswgf>>I-it just- Mmmmm... Never came up.<</asswgf>>
<<me>>Well I want to know everything.<</me>>
I say, leaning in again, taking her lips once more, getting much less resistance, as <<nasswgf>>s tongue begins exploring my mouth eagerly. We both moan into each other, before I hear <<nasswgfbf>> pipe up.
<<asswgfbf>>H-hey, she's- That's my girlfriend dude.<</asswgfbf>>
He said, with very little authority. I smile, pulling back from the kiss, and look at him innocently.
<<me>>Oh, this?<</me>>
I ask, letting go of her right breast, before pushing my hand inside her blouse, and begin playing with her nipples directly.
<<asswgfbf>>Yeah. You... Don't do that.<</asswgfbf>>
<<me>>Oh come on man. It's just a little game we like to play together.<</me>>
I look back down at <<nasswgf>>.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/08.png">\
<<me>>Isn't that right <<nasswgf>>?<</me>>
She nods, barely listening, as I start pulling on her nipple roughly.
<<asswgf>>Y-yeah, we just like to play.<</asswgf>>
<<nasswgfbf>> kind of deflates as he hears that, and points at me.
<<asswgfbf>>W-what about the kissing?<</asswgfbf>>
<<me>>Oh, that's just how we say hi to each other. We're just great friends.<</me>>
I look back down at <<nasswgf>>. then back to her boyfriend.
<<me>>In fact, let me just properly greet her.<</me>>
I looked back down at <<nasswgf>>, and began making out with her, our tongues smashing against each other, trying to taste as much of each other as we could. We made out, while I played with her nipples, for a few minutes, before her moans began to get even louder, and she began shaking around me, getting an orgasm from our kissing and my hands. I kept playing with her body, slowing down, not trying to push her into another climax. Once she was finally done, I looked back at <<nasswgfbf>>.
<<me>>There we go. All properly greeted.<</me>>
<<asswgfbf>>You- You can't do that. She's my girlfriend dude, I-<</asswgfbf>>
Before I could say anything, <<nasswgf>> spoke up.
<<asswgf>><<nasswgfbf>>! <<nme>> is my friend. Don't be rude.<</asswgf>>
She said in a haze.
<<asswgfbf>>Wha- Babe, he was making out with-<</asswgfbf>>
<<asswgf>>Like he said, we just like to greet each other like that.<</asswgf>>
<<asswgfbf>>So you're making out every time you go to school?! And he's playing with your...<</asswgfbf>>
He didn't finish, instead just motioning to her chest.
<<me>>I'm sorry <<nasswgfbf>>, I didn't mean to cause any harm.<</me>>
<<asswgf>>No! He's being rude to you!<</asswgf>>
<<nasswgf>> said, her hand rubbing my thigh under the table, closing in on my cock. She turned to <<nasswgfbf>>.
<<asswgf>>Apologize!<</asswgf>>
<<asswgfbf>>I... You're kidding!<</asswgfbf>>
<<me>>Sorry.<</me>>
I looked over at <<nasswgf>>, and had an idea.
<<me>>I just came here to remind <<nasswgf>> of a project we have to do.<</me>>
I stood up, her hand in mine. She looked up at me confused.
<<Button 'The project might take all night' 'AssWGF: 1-2' '.lustbut' '$player.lust += 1, $cainflag to 0, $asswgf.sub += 1'>><<asswgf>>Yeah.<</asswgf>>
<<nasswgf>> answered, taking my hand and standing up, her eyes filled with lust.
<<asswgfbf>>W-wait, I-<</asswgfbf>>
<<me>>Don't worry <<nasswgfbf>>. I'll make sure to be done with her by tomorrow morning, latest.<</me>>
I reach down, grabbing her ass with my hand, and wink at <<nasswgfbf>>, before turning to the door, leading <<nasswgf>> out, as she moans when I squeeze on her ass. As we step out, I take a deep breath.
<<asswgf>>So, what's the assignment?<</asswgf>>
<<me>>Do you have a car?<</me>>
She nodded, pointing towards the lot. We both walked to it, and got in, as I punched in my address to the GPS.
<<linebreak>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/09.png">\
I look down at the naked <<nasswgf>>, rubbing her pussy in my bed. I slowly take my pants off, my cock springing out.
<<asswgf>>God. It looks even bigger than last time.<</asswgf>>
I moved on top of her, as she shivered, the head of my cock resting right on her wet pussy.
<<me>>Is it bigger than your boyfriends?<</me>>
She nodded.
<<asswgf>>So much bigger. <<nasswgfbf>> doesn't even compare to this...<</asswgf>>
She trailed off, as she tried to wrap her small hand around my cock, barely able to manage it.
<<me>>Are you ready?<</me>>
<<asswgf>>Fuck me. Use me!<</asswgf>>
She nodded, and I pressed forward, her tight pussy welcoming me with its embrace.
<<asswgf>>Oooh g-godddd...<</asswgf>>
She moaned out as I continued pushing into her, inch after inch entering her, before I felt a familiar feeling pressing against the head of my cock. She looked down, in shock, as she rubbed her belly.
<<me>>You feel that? It's kissing your womb.<</me>>
She nodded, before smiling.
<<asswgf>>I was so mad at <<nassw>> when you left.<</asswgf>>
She rubbed her belly again, feeling the bump as my cock continued pushing on her cervix.
<<asswgf>>But feeling it again... It feels so right. Like you were meant to use my womb as nothing but a plaything.<</asswgf>>
I pulled my cock out a bit, before quickly pushing it back in, causing her to yelp, followed by a moan.
<<me>>Is that how you feel? Because I don't have a condom on.<</me>>
I bagan grinding my hips, rubbing my cock head against her cervix. She nodded, smiling.
<<asswgf>>I know. I've never wanted kids. Max has always had to use a condom, but with you...<</asswgf>>
I slapped her ass, eliciting a moan.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/10.webp">\
<<me>>You take my cock raw, don't you whore?<</me>>
She bit her lip, and nodded.
<<me>>Here you are, in my room, getting fucked. You have a boyfriend, don't you?<</me>>
I said, pumping into her faster.
<<asswgf>>He doesn't please me like you do!<</asswgf>>
She yelled out.
<<me>>Well that makes him a cuck, doesn't it?<</me>>
<<asswgf>>Yes! A cuck, with a tiny dick.<</asswgf>>
I pumped into her even faster, enjoying the feeling of her tight pussy contracting around my cock.
<<me>>Don't you love this guy? You guys have been together for years.<</me>>
I slowed down a bit, but <<nasswgf>> quickly wrapped her legs around my hips, pushing them into my hips, trying to fuck herself even harder.
<<asswgf>>Oh god! Yes! I love him so much! I'm going to marry him one day!<</asswgf>>
<<me>>But here you are, getting fucked like a whore.<</me>>
I growled, speeding back up, feeling my cum getting closer.
<<asswgf>>Your whore sir!<</asswgf>>
Before I could respond, her phone lit up, buzzing loudly. On the screen was an image of <<nasswgfbf>>, with the name "Babe".
<<me>>He's calling you slut. Pick up the phone.<</me>>
She nodded, moaning as she reached over. Once she grabbed the phone and answered, I pushed back in quickly, causing her to yelp.
<<asswgf>>A-ah. Hey b-babe... N-no, we went to his hOuUuuSsee... To finish the p-project.<</asswgf>>
I could feel my orgasm coming on, and I leaned forward, grabbing her hair, holding it tight like a leash.
<<asswgf>>N-no babe, it's go... gonna take all niiIiIIight... J-Just go ho-aaahhhh. mmmmmh... Just go home... No, we're just woooOOoorking...<</asswgf>>
As she continued, I felt it coming, and growled out.
<<me>>Take it, you whore!<</me>>
I grunted, as I pushed my cock deep inside her, and began blasting ropes of my cum directly into her womb.
<<asswgf>>Ooooh my god, yeeesss. It's so waaaarm...<</asswgf>>
I leaned down and took her lips, making out with her as I emptied my balls directly inside her. After a minute, I felt like I finished, and pulled back.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/11.png">\
<<asswgf>>O-oh, yeah baby... N-no, he was just... He was handing me a drink babe... Yeah, he made me some warm milk... It feels so hot inside me babe... He just filled me up...<</asswgf>>
I smirked, as I felt my cock start to get hard again. As I felt the blood rush, a familiar energy started building in my arm. I let it grow, and then discharged it into <<asswgf>>. She was now marked.
<<asswgf>>N-no babe, don't worry... How long will this take?<</asswgf>>
She looked up at me for the answer. I reached for her phone, and put it to my ear.
<<me>>Hey man, I'll take care of the bitch for tonight. You just go home and jerk off or something.<</me>>
<<asswgfbf>>Wha-<</asswgfbf>>
He couldn't say anything, before I hung up. <<nasswgf>> leaned over to her side, spreading her legs.
<<asswgf>>All night long?<</asswgf>>
<<me>>How about you get your mouth on my cock, and I'll send you back to your cuck with my cum in every hole.<</me>>
<<asswgf>>Yes si- Wait, every hole?<</asswgf>>
<<me>>I didn't stutter.<</me>>
She bit her lip, then nodded, sitting up to take my cock in my mouth.
<<Button 'Send her home the next morning' 'Sleep' '.contbut' '$asswgf.percent += 2, $asswgf.scene.deleteFirst(1), $asswgf.scene.pushUnique(2), $event.asswgf to 0, $asswgf.sub +=1,$scene to 0, $asswgf.marked to 1, $asswgf.phone to 1, $asswgf.text to 2, $tAssWGF to 2, $NewMes to 1'>><<nsub1>> bit her lip, looking intently at my lap, slowly making her way to it. Sensually, she lowered herself down to her knees, rubbing her finger up and down my leg, before moving forward, and placing her body on top of my legs.
<<sub1>>I understand daddy. Your little girl needs to be disciplined.<</sub1>>
I rubbed my fingers on her legs, reaching up to her short shorts, slowly pulling them off, revealing her underwear.
<<me>>That's right.<</me>>
With my other hand, I reached over and gripped onto her hair, pulling it swiftly, making her arch her back, and moan out.
<<me>>No girl of mine is going to be a whore like that in public.<</me>>
I reached down, and ran my fingers along her ass, causing her to gasp.
<<me>>Not without my permission.<</me>>
I said, quickly swatting her ass, causing her to gasp again.
<<sub1>>Gah! I'm sorry daddy!<</sub1>>
She cried out, quietly enough to not get caught by <<nsis3>>. Although I suspected <<nsis3>> was going to be able to hear this.
<<me>>That's ok baby girl. You don't have to apologize.<</me>>
I swatted her ass again.
<<me>>In fact, I want you to thank me.<</me>>
I swatted her ass again, causing her to moan out deeply.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/09.gif">\
<<sub1>>T-thank you daddy?<</sub1>>
She said, an obvious questioning tone at the end.
<<me>>Do you understand why you're thanking me?<</me>>
I said, slapping her ass again.
<<sub1>>Thank you daddy! No, I don't understand.<</sub1>>
<<me>>I'm training you baby girl. I'm making sure you don't turn out into such a whore.<</me>>
My hand dropped again, eliciting another gasp/moan.
<<sub1>>Yes! Thank you daddy!<</sub1>>
I smiled, before running my hand down her panties, feeling a wet spot in them.
<<me>>It feels like my baby girl needs more training. Good girls don't get wet when their daddy spanks them.<</me>>
I slapped her ass again, causing her to jump up, my hand firmly gripping her hair keeping her in place.
<<sub1>>Yes daddy! I'm sorry daddy! I'm sorry your little girl is such a slut daddy!<</sub1>>
<<me>>It's ok baby girl. It's why you're getting spanked.<</me>>
I slapped her ass again.
<<me>>To get all the whore out of you.<</me>>
I reached down again, and pushed my fingers under the bands of her panties, before slowly pushing them down, a strand of juices connecting her pussy to her panties quickly broke. I lowered them until they were around her ankles, then reached up and brushed her pussy with my fingers, causing her to jerk up again, pulling against my hand.
<<sub1>>Thank you daddy!<</sub1>>
She screamed out, louder than the previous ones. I slowly pushed my fingers inside, eliciting a long moan from <<nsub1>>.
<<me>>Such a slutty girl for daddy, enjoying his fingers so much.<</me>>
<<sub1>>I-I'm sorry daddy!<</sub1>>
I began slowly moving them in and out, causing her to moan again. I began fingering <<nsub1>>, before she started twitching on my lap immediately. Surprised, I looked down at her.
<<me>>Are you cumming slut?<</me>>
She didn't respond but for a moan, and I gripped her hair tighter, pulling on it, arching her back even more, until she was close to my face.
<<sub1>>T-thaaankk yoooouu dadddddddy!<</sub1>>
She moaned out. I sighed, and let her go, her body twitching on my lap. I slowly pushed her off, letting her land on the ground. I unzipped my pants, and pulled my hard cock out, before reaching down and grabbing onto her hair again, pulling her onto her knees, <<nsub1>> moaning the entire time. She clearly wasn't focused, so I slapped her. She was surprised by that, rubbing her cheek, before looking up at me with puppy dog eyes.
<<me>>Look what you caused baby girl.<</me>>
She looked down at my hard cock, and smiled lustfully, still rubbing her cheek. She looked back up at me.
<<sub1>>I'm sorry for that daddy.<</sub1>>
She slowly extended her other hand, until it was wrapped around my cock.
<<sub1>>A good girl should fix the problems she caused, right daddy?<</sub1>>
She ran her hand up and down. I sighed, shaking my hand, causing her to raise her brow.
<<me>>Not with your hand slut. Daddy wants to train your throat.<</me>>
She looked at my cock, then back at me hesitantly.
<<sub1>>I've never done anything like-<</sub1>>
I cut her off again with another slap to her other cheek.
<<me>>Daddy doesn't want back talk. Just his baby girls throat. Daddy is still training you.<</me>>
She looked up at me, still surprised from the second slap, before nodding lightly.
<<sub1>>Thank you daddy.<</sub1>>
She opened her mouth, and slowly wrapped her mouth around the head of my cock. I fought to keep a groan in, as I felt her warm mouth.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/10.png">\
<<me>>That's a good girl. Now get ready. I said I wanted your throat. And I'm going to get it.<</me>>
She looked up at me, a bit worried, before nodding. I grabbed onto her hair again, and began pushing my cock deeper into her mouth. I began slowly fucking it, getting deeper with each thrust, until I finally felt her throat. She kept trying to pull back, but I gripped onto her harder, and began pushing further in. I started fucking her throat, lighter than I would want, but as I said, she was clearly being trained, and I would have many sessions with her in the future.
<<me>>That's a good girl.<</me>>
I groaned out, causing her to smile up at me. Or, at least smile as well as she could. I leaned over to the counter, and grabbed my phone, pointing it at her face, and took a picture.
<<me>>That's it baby girl. Daddy is gonna feed you dinner very soon.<</me>>
I grunted, as I fucked into the willing girls throat. It didn't take me long, before finally pushing over the edge, and fulfilling my promise of having her swallow my cum. She struggled with it, but I didn't let go, pushing as deep as I could before shooting rope after rope of my cum directly down her throat.
<<me>>There we go. Take it slut.<</me>>
I groaned, and finally let go of her, enjoying watching my cock slowly exit her throat, then mouth. She began coughing, and I sat back, enjoying the feeling. After a moment, <<nsub1>> looked up at me with puppy dog eyes.
<<sub1>>Did I do good for you daddy?<</sub1>>
I smiled, and caressed her face.
<<me>>So good baby.<</me>>
She leaned into my hand, and we sat there, her on her knees between my legs. After a minute, she kissed my palm, then slowly stood up.
<<sub1>>What should I tell <<nsis3>> daddy?<</sub1>>
<<me>>Tell her we're dating.<</me>>
She smiled at that, nodding. I reached up, and gripped her hair tightly, causing her to moan again.
<<me>>But we'll know the truth. That I'm just training my slutty baby girl.<</me>>
She nodded again, and I leaned forward, giving her a quick peck, before pulling back.
<<me>>Now get cleaned up.<</me>>
<<sub1>>Yes daddy!<</sub1>>
<<Button 'Let the girls have their time' 'Home' '.contbut' '$sub1.sub += 1, $sis3.text to 3, $scene to 0, $NewMes to 1, $tSis3 to 2, $sub1.percent += 2, $sub1.scene.deleteFirst(2), $sub1.scene.pushUnique(3), $Time += 1, $event.sub1 to 0, $scene to 0, $GallImg.pushUnique("images/Phone/Gallery/16.png"), $BackImg.pushUnique("images/Phone/Homescreens/16.png"), $NewGal to 1, $ImgAm += 1, $sis3image to 1'>><<me>>Do you understand your assignment tonight?<</me>>
I said, pushing my cock back into <<nsis3>>'s pussy, feeling her warm hole stretch around my cock, as she whimpered underneath me.
<img class="rightimg" src="images/Characters/House/Roommate 3/19.webp">\
<<sis3>>Please mister, it hurts!<</sis3>>
She whined under me. I responded by slapping her ass, feeling her pussy tighten.
<<me>>I don't fucking care. Now answer me.<</me>>
I continued pumping into <<nsis3>>, as I felt my balls start to tighten in response to her twitching. We were both getting close to our respective orgasms, and as much as I enjoyed the roleplay, it was a bit too early for <<nsub1>> to catch me fucking her best friend. That would eventually happen. But I would have to build up to that. Tonight would be the day I started in earnest.
<<sis3>>Yes sir! Tonight, I'm your play thing. And then I'll make sure <<nsub1>> is alone for you.<</sis3>>
I grinned down at her.
<<me>>God, you're a disgusting slut. Letting your rapist find your best friend alone?<</me>>
I leaned forward, and grabbed her face, spitting in it. That pushed her over the edge, as her entire body began to stiffen and twitch, her orgasm racking her entire body. I pushed as far into her, and began unloading my cum directly into her womb.
<<me>>That's it slut. Take your rapists cum. Let your rapist impregnate you.<</me>>
I growled, as I shot my ropes inside her. After a minute, I fell onto my bed beside her, letting <<nsis3>> come down from her orgasm. Once she stopped shaking, she looked over at me with her classic post rape smile. I leaned forward, and took her lips with mine. We made out as I cuddled with her, before I pulled back.
<<sis3>>Thank you mister.<</sis3>>
<<me>>No problem. Now you better head out.<</me>>
I gave her one last peck on the lips.
<<me>>My girlfriend will be here any minute.<</me>>
<<linebreak>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/07.png">\
<<sub1>>Well? What did you think?<</sub1>>
<<nsub1>> asked, as I sat on the couch in the dark living room. Thankfully, <<nmom1>> and <<nmom2>> had left us alone to hang out, although not without a raised eyebrow from <<nmom1>> on why I was suddenly watching a movie with <<nsis3>> and <<nsub1>>, and <<if not $mom2.scene.includes(1) || not $mom2.scene.includes(2)>>a glare from <<nmom2>>. Thankfully, <<nsis3>> played her role quite well, making sure she wasn't suspicious.<<else>>a side look from <<nmom2>>.<</if>> They told us they were going to go visit some friends, so the house was empty, save for the three of us. I took my seat on the couch, and the girls sat down on either side of me. <<nsub1>> looked up at me, with an expectant look.
<<me>>Well... That was certainly a movie.<</me>>
I said, responding to <<nsub1>>s look. I didn't really care what we watched, so <<nsub1>> put on a movie she had watched recently. It was called Predestination, and it was... Well, it wasn't very good.
<<sub1>>Oh come on. You can't tell me the ending wasn't great.<</sub1>>
She smiled up at me. Honestly, for my part, I was fairly thankful the movie wasn't very good, as it meant I was able to focus on other things. Still, I didn't want to be rude, so I smiled down, and leaned forward.
<<me>>I like that you enjoyed it.<</me>>
<<nsub1>> flushed as I took her lips with mine, sharing a quick kiss. We parted, and she bit her lips, looking closely at me, before nodding slightly, and giving me another kiss. We shared a quick moment, before she pushed me off of her, her cheeks a deep red, then cleared her throat.
<<sub1>>S-so, <<nsis3>>, what did you think? You were pretty quiet over there.<</sub1>>
<<nsis3>>'s eyes shot open, her cheeks redder than <<nsub1>>s were, as she was surprised by the sudden question.
<<sis3>>O-oh. I-it was good. I thought the ending was great, like you said!<</sis3>>
She said, trying her best to not sound awkward. I felt <<nsub1>>'s hand lightly slap my shoulder.
<<sub1>>Sorry about that. I know this is new.<</sub1>>
She said, pointing at me then back to her.
<<sub1>>We don't have to do anything like that in front of you if it's embarassing.<</sub1>>
<<sis3>>N-no, it... It's fine!<</sis3>>
She yelped out, smiling shyly.
<<sub1>>Well I don't want to make you uncomfortable. I mean, you're so red right now.<</sub1>>
I smiled, and leaned over to <<nsub1>>.
<<me>>If she says it's fine...<</me>>
I leaned forward, taking her lips again, this time pushing my tongue into hers. She tried to put up some defense, but very quickly met my eager tongue with hers. I smiled, as I pulled my fingers out of <<nsis3>>s pussy, and moved them up to her mouth, as I made out with her best friend. I felt <<nsis3>>'s tongue clean her own pussy juices off of my fingers, before pulling them out, and ending the kiss with <<nsub1>>.
<<sub1>>Don't be such a brute!<</sub1>>
She said, chastising me, although with very little force. It was clear she enjoyed that as much as I did. I looked over to <<nsis3>>, who was licking her lips from any remaining pussy juice. Like I said, it was good the movie was bad. It let me focus on fingering <<nsis3>> to multiple orgasms, while <<nsub1>> wasn't paying attention.
<<me>>So what do you say <<nsis3>>? Another movie?<</me>>
Her eyes shot open, and she slowly shook her head.
<<sis3>>I-I think it's time we get ready for bed.<</sis3>>
<<linebreak>>
I heard a very light knock on my door, and pulled it open, to reveal <<nsis3>>.
<<sis3>><<nsub1>> is in the bathroom. She's brushing her teeth, so now would be the best time.<</sis3>>
I smiled, and then leaned forward. <<nsis3>> matched me, closing her eyes, and pushing out her lips. I, however, stopped short, causing her to open her eyes with confusion.
<<me>>Open your mouth.<</me>>
She was surprised for a moment, before obediently opening it, sticking out her tongue. I leaned forward again, and spit in her mouth.
<<me>>Savor that, slut.<</me>>
I walked past her, giving her ass a light slap.
<<me>>I'm gonna go use my other sex toy now.<</me>>
I walked away, but not before hearing a very loud gulp, and a very light moan. I smiled as I approached the bathroom, the door cracked open. I pushed it slightly, and saw <<nsub1>> fixing her hair. I smiled, and walked in, closing the door behind me. She looked at me through the mirror, and gave me a smirk.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/08.png">\
<<sub1>>Peeping on a girl in the bathroom? I don't know if I want to date a guy like that.<</sub1>>
She said, continuing with her routine. I walked up to her, and grabbed her ass, roughly, causing her to gasp.
<<me>>Is that what I am baby girl? Your boyfriend?<</me>>
I saw as her eyes glazed over slightly, before she opened her mouth slowly.
<<sub1>>Daddy.<</sub1>>
<<me>>That's right baby girl. I came in here not to peep. But because I know my little slut needs some punishment.<</me>>
<<sub1>>Why daddy?<</sub1>>
<<me>>I watched you finger your slut holes in a public place.<</me>>
I said, walking over to the toilet, and pushing the seat down, before sitting on top of it. <<nsub1>> looked at me with a pleading look.
<<sub1>>I'm sorry daddy.<</sub1>>
<<me>>I know baby girl. But now daddy has to make sure his little whore is properly trained.<</me>>
I pointed at my lap.
<<Button 'Bend over' 'Sub1: 2-2' '.lustbut' '$player.lust += 1'>>It was always a treat to visit the college. Even discounting the abilities from the Sins, it was filled with young, sexy women. But considering how those young, sexy women were constantly giving me "fuck me" eyes, it was definitely something I could get lost in.
But, having had these powers, even as little as I have, I found that simple trysts weren't as satisfying. Not to say they weren't fun, having these women begging to get mounted like the bitches in heat they truly are. It definitely was fun. But there was more fun to have here. And there she was. Exiting one of the buildings was <<nsub1>>, walking along with a guy and a girl. The guy didn't worry me. Even without Adonis, it was clear he wasn't anything close to competition. He looked like a traditional nerd. Skinny as a pole, bad skin, glasses. The girl on her other side didn't interest me either. Just not particularly attractive. Either way, I was looking for one in particular. I walk up to the group, and get the expected response from the two. The guy shrinks a bit, and the girl bites her lip. <<nsub1>>, however, lights up.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/11.png">\
<<sub1>><<nme>>! What are you doing here?<</sub1>>
<<me>>Just thought I would come visit my girlfriend after her class.<</me>>
I say, wrapping my arms around her, one to the back of her head, as I pull her into a deep kiss, which she very eagerly reciprocates. The other hand goes down to her ass, as I begin squeezing through her pants. We stay locked up for a few moments, before I finally break the kiss, a strand of saliva connecting our lips still, as she's catching her breath. I give one last peck on the lips, before grabbing the books she had in her hands, and putting my hand around her shoulders, pulling her away from her classmates. She's a bit fazed as I pull her away, before looking back at the two.
<<sub1>>O-oh, I'll see you guys on <<if $Day is 0>>Thursday<<elseif $Day is 3>>Monday<</if>>.<</sub1>>
She waved at them, before leaning into my shoulder, biting her lip, holding back a smile.
<<sub1>>So, girlfriend, huh?<</sub1>>
I give her ass a light swat.
<<me>>Well if I had told them that daddy wanted his little girl to choke on his cock, I don't think you would have appreciated that.<</me>>
I said, before feeling some warmth in my cheeks. Even with everything I had done, I still did think of <<nsub1>> as the girl I had a crush on before the Sins showed up.
<<me>>Besides, I would call you my girlfriend. We are dating, no?<</me>>
<<sub1>>Yeah.<</sub1>>
She said, almost embarrassed to say it. We walked for a while in silence, as we both tried to get past that establishment of our relationship. I felt a bit dumb, considering how many other girls I was sleeping with. Still, we walked, although at one point it felt like she started guiding me.
<<sub1>>So... Daddy wants to use his little girl to cum?<</sub1>>
She said, her hand slipping down, and grabbing my cock through my pants, giving it a squeeze.
<<me>>That's right.<</me>>
<<sub1>>Well good girls make sure their daddies balls are empty, don't they?<</sub1>>
<<me>>Fucking right.<</me>>
<<sub1>>I live nearby daddy. I would love to swallow your seed in my home.<</sub1>>
<<me>>The first of many.<</me>>
She giggled at that, giving my cock another quick squeeze.
<<linebreak>>
<<nsub1>> pulled the key out of her lock, opening the door to her house. I had been here before, although it was a long time ago, probably when I was 10. It was <<nsis3>>s birthday, and <<nsub1>>s parents invited her, and our entire family, to join them. Unsurprisingly, it looked fairly different. I was looking around the entrance, as <<nsub1>> took the books I had been carrying for her, and dropped them on a seat in the entrance, pulling me into the living room.
<<sub1>>Take a seat.<</sub1>>
She said, pushing me into the recliner on one side of the room. I raised my brow.
<<me>>Gonna do it here? In the public area?<</me>>
She had a naughty smile on as she leaned forward, getting right against my ear, and whispered huskily into it.
<<sub1>>Daddy is going to empty his balls into his little girls throat right here, on the living room couch.<</sub1>>
She backed up, and using her legs, spread mine. I reached down to my belt, undo-
<<sub1m>><<nsub1>>?<</sub1m>>
We both froze, our eyes growing as we heard a voice from another room. I quickly let go of my belt as a woman walked into the room.
<<sub1m>>I thought I heard you come in.<</sub1m>>
<<sub1>>Mom! Wh-what are you doing home?<</sub1>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/Mom/02.png">\
I looked up and down at <<nsub1m>>. Definitely a woman I had spilt a lot of cum to in my teenage years, she was in a lot of ways, the very definition of a trophy wife. She was insanely attractive, but her body was what always had me masturbating over her. Large, perfect tits, and a ridiculously large ass, that would put even <<nmom2>> to shame, and that was no small feat. Granted, it definitely wasn't all natural, but like I said, a trophy wife.
<<sub1m>>Our office had a gas leak, so I came home early. You...<</sub1m>>
She trailed off, as she finally realized I was there. It was a shame Adonis only worked on women that I hadn't met yet, as she squinted at me, clearly trying to remember who I was. She looked for a moment, before shaking her head.
<<sub1m>>Who's your friend?<</sub1m>>
<<sub1>>O-oh. Mom, this is <<nme>>. You guys already met, he's <<nsis3>>s brother.<</sub1>>
<<sub1m>>Oh! Is <<nsis3>> here?<</sub1m>>
She smiled brightly, before <<nsub1>> shook her head, confusing her.
<<sub1>>No, <<nme>> is my...<</sub1>>
She trailed off, looking down at me. I smiled, and stood up off the recliner, walking over to <<nsub1m>> and offering my hand.
<<me>>Nice to see you again, Mrs. Casey. I'm dating your daughter.<</me>>
<<sub1m>>Oh my god!<</sub1m>>
She smiled brightly at hearing that, and swatted my hand away, and stepped forward to hug me tightly, pushing her large breasts into my chest.
<<sub1m>><<nsub1>> didn't tell me she was dating a boy! And please, call me <<nsub1m>>!<</sub1m>>
I hugged her back, enjoying the feeling of my hard cock rubbing against her body.
<<sub1m>>O-oh my!<</sub1m>>
She said, blushing slightly, as she looked down at the bulge in my pants. For a quick moment, I saw lust in her eyes, before she pulled back.
<<sub1m>>I'm glad to know my daughter is dating such a...<</sub1m>>
She trailed off, her eyes wandering over my body, before looking back up.
<<sub1m>>Strong man.<</sub1m>>
She finished off, before the lust completely fading from her face as she smiled at her daughter.
<<sub1m>>What are you kids up to?<</sub1m>>
<<sub1>><<nme>> was gonna help me with some school work.<</sub1>>
<<nsub1>> blurted out, finding any excuse as to why she was alone with me.
<<sub1m>>Ok. You kids behave. I'm going to go do my yoga outside. If you need anything, call me!<</sub1m>>
She said, and walked out of the room, before popping her head in.
<<sub1m>>And <<nsub1>>, you know your dad doesn't like anyone sitting in his recliner.<</sub1m>>
<<sub1>>Yes mom.<</sub1>>
She said, grabbing my hand and pulling me up the stairs, stopping only to grab her books. Once we made it to her room, she hung her head, her ears bright red. I sat down on her bed, enjoying her embarrassment, before undoing my belt, and taking my pants off.
<<me>>Come on slut. I don't care if mommy embarrassed you, daddy needs your throat.<</me>>
That finally got her attention, as she looked up at me with my pants off, and laughed.
<<sub1>>Sorry daddy.<</sub1>>
She said, slowly getting down on all fours, and crawling over to me, her hips swaying with each movement. She got in between my legs, and reached up, slowly rubbing my cock up and down, pressing it against her face. After a few moments, she finally took my head into her mouth, slowly working her way down, until her nose was pressed firmly against my pelvis. I grabbed her hair, and layed back down on her bed, making thrusts into her throat.
<<me>>Finally.<</me>>
I sighed, making sharp thrusts, abusing the deepest part of her throat I could reach, never pulling more than an inch of my cock out her mouth. I fucked into her face for a couple of minutes, the only noise being heard was the sloppy squelching of her saliva pooling on my pelvis and legs, and the gags from her.
<<me>>We have a problem now baby girl.<</me>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/12.png">\
I let go of her head, and enjoyed watching as every inch of my cock slowly slid out of her mouth, until she finally took a deep gasp, followed by some coughs, until she finally looked up at me with puppy dog eyes, teary from the face fucking.
<<sub1>>Did I do something wrong daddy?<</sub1>>
I reached down, and slapped her lightly, causing her to fall to the ground. I sat up, and looked down at her.
<<me>>After all this waiting... I don't think your throat is going to be enough for me baby girl.<</me>>
She gasped, a small smile appearing on her lips.
<<sub1>>Daddy, I'm a virgin. I want to get married one day.<</sub1>>
She said, feigning disinterest. I reached down and slapped her a little harder, causing her to smile wider.
<<sub1>>You're right daddy. You deserve to use any hole I have.<</sub1>>
She said. She stood up and started taking off her clothes, until she was left in only her underwear. She slowly got onto the bed, bending over and presenting her ass. I reached down, and rubbed my finger up her panty covered pussy, a wet patch showing how much she was enjoying. I looked over at the window, and had an idea.
<<me>>Not here baby girl.<</me>>
I pointed to the window.
<<me>>Hands on the window sill, and bend.<</me>>
She cocked her head, before nodding, and walked over to the window, biting her lip as she began to bend over. Halfway down, she stopped, as she looked out the window.
<<me>>That's right baby. Daddy is going to take your virginity while watching mommy do her exercises.<</me>>
I walked over to her, and pressed against her pussy through her panties again, causing her to moan slightly.
<<sub1>>I don't know if-<</sub1>>
<<Button 'Bend over baby girl' 'Sub1: 3-2' '.lustbut' '$player.lust += 1, $sub1m.met to 1, $sub1m.percent += 1'>>I walked through the lobby of Splashart, feeling fairly proud of myself. I had spent a decent amount of time on this, thinking about different problems that <<ncomb>> might hit me with. While I'm there was the chance that I might have missed something minor, I was still confident with what I had accomplished.
<<if $player.pride lt 1>><<cain>>If I didn't know any better, I would have guessed you already manifested Pride.<</cain>><<else>><<cain>>Looks like Pride really is up and running.<</cain>><</if>>
<<met>>Oh shut it. Pride has nothing to do with it.<</met>>
I paused, thinking about what I just said.
<<met>>Pride, the sin has noth.... You know what I mean.<</met>>
<<ncain>> chuckled at that, and I prepared myself as I stood infront of <<ncomb>>'s door. I worked up the nerve, and knocked on her door.
<<comb>>Come in.<</comb>>
I opened the door, and was greeted to the beautiful image that is <<ncomb>>. As she saw it was me, she leaned back, giving me a warm smile.
<<comb>>Hey <<nme>>. Glad to see you.<</comb>>
I nodded, and took a seat in front of her desk. She looked confused for a second, before it dawned on her.
<<comb>>Oh. You finished your project then?<</comb>>
I nodded.
<<me>>I did. And I think you'll like it.<</me>>
I said, lifting some papers I had. She nodded, and extended her hand.
<<comb>>Alright, let's see it.<</comb>>
I handed her the package, and slowly walked through everything. I started on where we would be able to get the costumes and cosplay, and explained how I had already made a deal for us to be able to get them for cheap. I then went over the social media campaign that I had ready to launch. It wasn't particularly extensive, but it didn't need to be. I showed her some of the polls I had done on our clientele, and how it would affect sales. Finally, I showed her some of the potential hires that I had spoken to. Once I had finished everything, <<ncomb>> sat back in her chair, going over my packet.
<<comb>>Well, shoot.<</comb>>
<<me>>Is there a problem?<</me>>
<<comb>>Kind of. I didn't really expect you to... Well, do as good of a job as you did.<</comb>>
She paused, then looked up with a smile.
<<comb>>No offense.<</comb>>
<<me>>None taken. I probably worked more on this than anything I did in school, so I'm glad you liked it.<</me>>
<<comb>>Yeah, well, I wasn't expecting you to actually sway me. But this...<</comb>>
She flipped through the packet.
<<comb>>It's definitely convincing.<</comb>>
She sighed, then looked up at my, reworking the image she had of me in her head.
<<comb>>Well, the last time we spoke, you said you were interested in running it. Is that still the case?<</comb>>
<<me>>I would. Obviously you're the boss, but I would like to see this through.<</me>>
She nodded.
<<comb>>Alright. You have it. For now, you can hire 2 girls, although if this is successful, there's room for expansion.<</comb>>
<<me>>Great!<</me>>
<<comb>>Alright, you can head out and make whatever calls you have to, and they can start right away.<</comb>>
<<me>>Great. I'll get on it.<</me>>
I stood up, and made my way to the door, before I was stopped by <<ncomb>>.
<<comb>>Seriously, <<nme>>, this was well done. If you ever need help with anything, just tell me, and I'll help out however I can.<</comb>>
<<me>>Thank you <<ncomb>>.<</me>>
She nodded, and I walked out into the lobby. As I did, <<ncomf>> spotted me.
<<comf>>Hey. What's with the dumb smile?<</comf>>
<<me>>Don't talk shit yet <<ncomf>>. You're going to be wearing this dumb smile soon.<</me>>
<<comf>>What do you mean?<</comf>>
<<me>>You'll see.<</me>>
I said, walking out of the store, and pulling out my phone.
<<linebreak>>
I sat back in my chair, content with myself. The girls were set up, they knew the schedule, the cosplay was delivered to Splashart. It was effectively out of my hands now, unless a problem came up. Which means money in my pockets!
<<Button 'Rest on my laurels' 'Room' '.contbut' '$player.lust += 1, $Time +=1, $scene to 0, $story.side1 += 1, $event.comb to 0'>><<if $replay is "mom1-1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Landladies/M03.png">\
I enter the living room, and spot <<nmom1>> sitting on the couch, reading a textbook. As I enter the room, she looks at me, raising her eyebrow.
<<mom1>>Hey. Heard you come in, everything ok?<</mom1>>
<<me>>Yeah, everything is good <<nmom1>>. What are you reading?<</me>>
She sighed, closing the heavy book, placing it on the table beside the couch. She leaned back, unintentionally revealing her cleavage, and rubbed her temples.
<<mom1>>Nothing interesting, really. One of the professors in my department recommended this book, but it's honestly not very good.<</mom1>>
She stood up, giving me a good look at her body.
<<mom1>>What about you? <<if $Time gte 3>>You have any plans tonight?<<elseif $Time eq 0>>You heading to work soon?<<else>>What are you planning today?<</if>><</mom1>>
<<me>><<if $Time gte 3>>Nah, I was thinking about lazing around the house for tonight. Watch some TV. Care to join me?<<elseif $Time eq 0>>No, <<ncomb>> called saying Barry was going to cover me. I was gonna watch some TV, wanna join me?<<else>>Figured I'd kill some time, maybe watch some TV. Wanna join me?<</if>><</me>>
She looked down at her book, and after a few seconds, smiled back at me.
<<mom1>>Gladly. Anything to distract me from that monstrosity.<</mom1>>
I chuckled, as I took the seat beside her.
<<me>>That bad huh?<</me>>
<<mom1>>No, it's honestly worse. Honestly, I would fire Kevin just for this, but...<</mom1>>
She trailed off, quickly shaking her head, causing her breasts to shake alongside.
<<mom1>>Nevermind. Cmon, what are we watching?<</mom1>>
I grabbed the controller, and started flipping through different shows on Netflix, before selecting some random show I knew she would enjoy. I, however, was more focused on something else. I could see the mark on my hand, and I almost felt it twitch in excitement. After a few minutes, when I knew <<nmom1>> was distracted by the show, I leaned over to her.
<<Button 'Why dont you take off your shirt?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "mom1-2">>\
\
\
\
<<if $mom1.marked is 1>>Walking around, I closed my eyes and let Greed work it's magic, and I could feel where <<nmom1>> was. She was in her office, at the college. I hadn't been there too many times, but I do remember it being private. Which was good, because I did not have anything PG going through my mind.<<else>>I was walkiing around, without much plans, when I spotted the college. I hadn't seen <<nmom1>> much recently, and I was pretty sure she had office hours today. I figured I might as well give it a go, and see if I could find her.<</if>>
I walked towards her office, and through the doors window, I saw her sitting there. As beautiful as ever, even when she was filling out papers. I smiled, and reached for the handle.<<if $cainflag is 1>> However, before I reached it, I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practice.<</cain>>
<</if>><img class="rightimg" src="images/Characters/House/Landladies/M06.png">\
Hearing the click as the door opened, I walked through, and watched as <<nmom1>> didn't even bother looking over at me. It seemed like she was too engrossed with her work, so I closed the blinds on the door, and sat down on the couch in her office. It was a fairly large office, as far as I knew. She could easily fit two desks, which I knew because it was the same size as other professors rooms, and they usually had to share said office with one, sometimes two others. I pulled out my phone, and began to flip through random apps, trying to kill time. It didn't take too long, as <<nmom1>> finished her work with a long sigh, and leaned back, rubbing her eyes.
<<me>>Everything ok?<</me>>
I asked, causing her to gasp, and jump in her seat as it swiveled to the couch. Seeing me, she relaxed, knowing I wasn't any danger to her. However, a moment later, I saw her tense up.
<<mom1>><<nme>>, what are you doing here?<</mom1>>
<<me>>Just thought I would pay a visit. I didn't want to bother you, so I just sat here.<</me>>
Her face softened, her tension fading. She smiled and sat up again.
<<mom1>>Well I'm glad to see you.<</mom1>>
I smiled at her.
<<me>>Me too.<</me>>
I patted the spot beside me on the couch. She furrowed her brow lightly, and bit her lip. After a moment, she smiled warmly again, and walked over to the seat.
<<mom1>>I actually... I wanted to talk to you.<</mom1>>
She took a seat on the couch, making sure to leave plenty of space between us. I didn't pay any mind, and feigned innocence.
<<me>>What about?<</me>>
<<mom1>>About... What happened the other day...<</mom1>>
I smiled, and moved a bit closer to her.
<<me>>Oh. I really liked that.<</me>>
She shook her head, and backed up a little.
<<mom1>>I... It shouldn't have happened.<</mom1>>
<<me>>Why not?<</me>>
<<mom1>>Why not?<</mom1>>
She asked, sounding surprised she even had to explain. As I held my stance, she spoke up.
<<if $fet.inc is 1>><<mom1>>Well first of all, because I'm your mother.<</mom1>>
<<me>>So? I love you, and I think you're beautiful.<</me>>
<<mom1>>So? Incest is wrong.<</mom1>>
<<me>>I don't think that's important. If two people care about each other, and they're both adults, then it doesn't matter.<</me>>
She stared at me, confused at what I was telling her.
<<else>><<mom1>>Well first of all, I raised you.<</mom1>>
<<me>>So? I love you, and I think you're beautiful.<</me>>
<<mom1>>Well it's just wrong. I feel like I almost groomed you.<</mom1>>
<<me>>That's just stupid. You never did anything wrong with me. You treated me like I was your son. If we have feelings, and we're both adults, then it doesn't matter.<</me>>
She stared at me, confused at what I was telling her.
<</if>><<mom1>>Ok, how about the fact that I'm married.<</mom1>>
I sighed, and moved a bit closer to her.
<<me>>I think you're making things complicated, <<nmom1>>.<</me>>
I reached up, and caressed her face lightly. She didn't move away, clearly enjoying the affection. It occured to me that it was possible that she didn't believe anything she was saying. Or at least, was using those as convenient excuses.
<<mom1>>I just... Since we did... what we did. It's all been confusing.<</mom1>>
<<me>>It doesn't have to be.<</me>>
<<Button 'You affect me so much ' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "mom1-3">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Landladies/M10.png">\
<<mom1>>Hey baby.<</mom1>>
I froze, as I entered my room, and saw <<nmom1>> sitting on my bed. I wasn't really expecting her to be there. It only just occured to me that I could sense her sitting on my bed through the mark. She usually was home at this time, so I didn't pay too much attention. Still, the last time we saw each other, she mentioned needing to talk. Now's as good a time as any.
<<me>>Hey <<nmom1>>. Everything-<</me>>
<<mom1>>Come here baby.<</mom1>>
She said, patting the spot beside her on my bed. I nodded, and took a seat. I opened my mouth to speak, but before I could, <<nmom1>> leaned forward, taking my mouth with hers. I was surprised, but it wasn't long before I was kissing her back, our tongues playing with each other. I felt her hand run down my chest, and rest on top of my cock.
<<mom1>>Last time, you told me you were gonna bend me over, and use me like a toy.<</mom1>>
She whispered, her voice breathy, speaking right into my ear.
<<mom1>>I can feel how hard you are. What are you waiting for?<</mom1>>
Hearing those words, I pushed <<nmom1>> down on the bed, her looking up at me, Lust written all over her body, as her chest was moving up and down in anticipation.
<<me>>Is mommy ready to drain my balls?<</me>>
<<mom1>>Are you going to ask me?<</mom1>>
She said, reaching up to my belt, and undoing it, slowly pulling my pants down, unveiling my cock.
<<mom1>>Or are you going to make me?<</mom1>>
I grinned down at her, and placed my cock right on her face. She smiled, taking a deep breath.
<<mom1>>You smell so manly.<</mom1>>
<<me>>This feels right, doesn't it? My cock resting on your face.<</me>>
<<mom1>>Like where I was always meant to be.<</mom1>>
<<me>>Then open your mouth whore.<</me>>
<<mom1>>Are you going to fuck your whore mommy's face?<</mom1>>
<img class="rightimg" src="images/Characters/House/Landladies/M11.webp">\
She didn't need my answer, instead opening her mouth, running her tongue down the length of my cock, ending on the head of my cock, giving it a deep kiss, teasing it with her tongue. Once she finished, she opened her mouth, stuck her tongue out, and stayed there. I got her message, as I aimed my cock into her mouth, and pushed forward. She wasn't going to be sucking my cock. She wasn't my mother right now. She was a whore who's face I was going to use to masturbate. I grabbed a lock of her hair, and pulled quickly, hilting my entire cock down her throat, making her gag. However, even with her eyes watering from the abuse she was recieving, her smile was still apperent, as I continued pummeling her throat with the head of my cock.
<<me>>You're being such a good cock receptacle. Which is good, because you're going to get a lot of practise from now on.<</me>>
I pumped into her throat a couple more times, before pulling out, and letting her go. As I exited her mouth, she began coughing, giving me a confused look.
<<mom1>>What's wrong baby? Did mommy's throat not feel good enough?<</mom1>>
I leaned down, caressing her cheek.
<img class="leftimg" src="images/Characters/House/Landladies/M12.png">\
<<me>>Your throat felt fantastric. But I'm going to use your pussy now.<</me>>
She smiled again, nodding, backing up. She slowly moved away from me, before spreading her legs. She wasn't wearing any panties, and I could see from here how wet she was from how I was treating her. She massaged her lips a bit, before spreading them, offering her hole to me.
<<mom1>>Go ahead baby. Use mommy's pussy like a sex toy. That's all I am right now. A hole for you to vent all of your stress, your worries, your anger.<</mom1>>
I leaned forward, rubbing my cock over her pussy entrance, causing her to shiver.
<<mom1>>Do it baby. Cross the line. Treat mommy like a hole.<</mom1>>
I grunted, and pushed forward, causing her to gasp and moan as I stretched her pussy around my cock.
<<mom1>>Oh, gooodd yess.<</mom1>>
<<me>>How is it mommy? The first real cock you've had?<</me>>
<<mom1>>So good baby. Your cock fits perfectly inside me. Like you were made for me.<</mom1>>
I began slowly pumping into her.
<<mom1>>Oh my god. I'm so close baby. You're going to make mommy cum.<</mom1>>
I grabbed her hair, and pulled her close to me.
<<me>>What a naughty hole. You're supposed to make me cum.<</me>>
<<mom1>>I'm sorry baby, you're stretching mommy so good. Your cock is too amazing!<</mom1>>
<<me>>Dumb slut.<</me>>
I said, spanking her ass.
<<mom1>>Oh, fuck yes. Spank mommy, make my ass red.<</mom1>>
I turned her around, and began pumping into her from behind, spanking her ass, feeling her hole tighten every time I struck her.
<img class="rightimg" src="images/Characters/House/Landladies/M13.webp">\
<<mom1>>Y-yessss, mommy is cumming baby.<</mom1>>
<<me>>I'm so close mommy. Where do you want my seed.<</me>>
For a moment, she hesitated, stopping herself before she could answer.
<<mom1>>O-on my face baby. Mark mommy's face with your seed.<</mom1>>
<<me>>Ok mommy.<</me>>
I grunted, pulling out, and spinning her around, aiming my cock right at her smiling face, and pumped my thick load onto it, covering it with just a few ropes. I finished the rest onto her chest, and leaned back, admiring my work. <<nmom1>> was still revcovering from her own orgasm, so I grabbed my phone, and took a quick photo of her, then laid down beside her.
<<mom1>>Was that good for you baby?<</mom1>>
She asked.
<<me>>So good slut.<</me>>
<<mom1>>Good.<</mom1>>
She sat up, and looked down at me, her earlier smile gone.
<<mom1>>Then it's time to talk.<</mom1>>
<<me>>Oh? What did you want to talk about, where I'm cumming next?<</me>>
<<mom1>><<nme>>, sit up. This is serious.<</mom1>>
I furrowed my brow, and sat up, my earlier excitement fading.
<<mom1>>You're wondering why I did this, right?<</mom1>>
<<me>>I... Wasn't before. I thought you just gave in to your feelings.<</me>>
She smiled at me, filled with warmth.
<<mom1>>I do love you baby. I really do. But we can't do this anymore.<</mom1>>
<<me>>Wh-what?<</me>>
I asked, chuckling, thinking it was a joke. As she returned my tone with a serious look, I sat up straight.
<<me>>Well why even do this then?<</me>>
<<mom1>>I can tell you that it was just for you. That I wanted you to get it out of your system, so you can focus on girls your own age. But I wouldn't be being fully honest. Because I also wanted this.<</mom1>>
<<me>>Well then why-<</me>>
<<mom1>>Because it's wrong. Not just because I raised you. But I'm also betraying <<nmom2>> by doing this.<</mom1>>
<<me>>But I don't want this to be it.<</me>>
<<mom1>>But it has to be.<</mom1>>
She reached over to me, and caressed my cheek.
<<mom1>>You need someone better for you than me.<</mom1>>
<<me>>But-<</me>>
<<mom1>>And I'm telling you this because I love you, and I know you love me.<</mom1>>
I paused, before nodding.
<<me>>I do love you.<</me>>
<<mom1>>So if you love me, you have to let me go.<</mom1>>
She stood up, and picked up her discarded clothes.
<<mom1>>I don't want you to lose me, <<nme>>. Because that's what could happen. You might see me in the hall one day, and want me. And if you tried something, it might even work. But I'm telling you right now, you would lose my trust.<</mom1>>
I sat back, deflating.
<<mom1>>And I don't want to lose that. And I don't think you want to either.<</mom1>>
<<me>>I don't.<</me>>
<<mom1>>So from now on, we are back to normal. Ok?<</mom1>>
I paused, looking up at her, before nodding.
<<me>>Ok.<</me>>
<<mom1>>Good.<</mom1>>
She reached down, running her hand through my hair.
<<mom1>>I love you <<nme>>.<</mom1>>
Then she was gone, leaving my room. I sat there, thinking about what she said, when <<ncain>> poked his head out.
<<cain>>What are you going to do?<</cain>>
<<met>>I'm not going to push her. I don't want to lose her trust.<</met>>
He paused, knowing I wasn't dont.
<<met>>But there's no way in hell that I'm letting her go.<</met>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "mom1-1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Landladies/M04.png">\
I loved watching the effects of Lust, as the blood rushed to <<nmom1>>s face. She looked up and me, with a look I have never seen her make before, followed by a goofy smile. I could tell she was feeling the effects.
<<mom1>>Yeah, ok baby.<</mom1>>
She responded, before leaning backwards, and slowly taking off her shirt, letting me see her purple bra underneath, barely constraining her massive tits. I watched in awe, admiring her, before she neatly folded the shirt on the couch beside her. She looked back at me, and I saw her biting her lip, looking me up and down. I could tell her breathing had gotten more shallow. Before I knew what was happening, she leaned into me, resting her head on my shoulder, and placing her hand on my chest.
I leaned back, enjoying her fingers tracing my chest, as we both idly sat there. After a minute, I pulled my hand down, resting it on her shoulder. If anyone walked in, we would honestly look like a couple. A couple about to mess around, considering her lack of shirt. After another minute, I brought my hand lower, resting my fingers on her bra. I could feel her tense up a little, but after a few moments, she relaxed again. Following her lead, I started moving my finger a bit, bringing it up until I could feel her chest.
<<mom1>>What do you think you're doing?<</mom1>>
<<nmom1>> asked. I froze up thinking the effects had worn off, but as she continued playing with her finger on my chest, I cautiously kept going.
<<me>>I'm just watching TV. Why, what did you think I was doing?<</me>>
<<mom1>>I think you're being a naughty boy. You're touching your <<if $fet.inc eq 1>>mommy's<<else>>landladies<</if>> chest. That's just inappropriate.<</mom1>>
Although her words themselves sounded serious, she was saying it all in a flirty manner, still running her finger up and down my chest.
<<me>>You don't seem to mind me doing this.<</me>>
I said, pushing my luck, and bringing my hand down, grabbing her right breast in my hand, over her bra. As I did, she moaned lightly, and seemed to sink into me a little more.
<<mom1>>So naughty. I'm <<if $fet.inc eq 1>>your mother, and <</if>>a married woman <<nme>>. How do you think that <<nmom2>> would react to seeing you playing with me like this?<</mom1>>
<<me>>Don't worry about her. We're just having a bit of fun, aren't we?<</me>>
She looked up to me, hunger in her eyes.
<<mom1>>Are we?<</mom1>>
She said, sounding hornier than I had ever heard her. I looked down at her, and couldn't help myself. I leaned down, taking her lips into mine. <<nmom1>> squealed lightly, before melting into the kiss. As I made out with her, groping her large breast, I could feel my cock pulsing in my pants. But more importantly, I could feel the weight of the Lust mark on my hand. I knew I had to keep going.
But as I went to make another command, I could feel the weight turn to a burning sensation. I knew what that meant. Still, <<nmom1>> wasn't going anywhere anytime soon, so I would have more chances after this. For now, I would have to be content with enjoying the taste of <<nmom1>>'s tongue.
After a few minutes, I could feel her slowing down, until she finally pushed away from me. I could see her breathing hard, a line of saliva still connecting our mouths together. She looked up to me, her earlier passion simmered down, but not completely gone.
<<mom1>>I... I think I'm going to finish that book now.<</mom1>>
<<me>>Go for it. I'll be here... If you ever want to have fun again.<</me>>
I chuckled, as she stood up, grabbing her book. She had almost left, before realizing she was still topless, and rushed back to the couch, grabbing her blouse. As she walked away, I saw her pause, looking back at me, then shaking her head, leaving the room.<<if $player.greed gte 1>>
As I turned back to the TV, I could feel energy ripple through me, end up in my arm. The symbol for lust transformed, turning into greed. Just as it did that, I felt the energy leave my body, and attach to $mom1.name, and suddenly I was aware of her. I could feel her walking into her bedroom. I let that feeling linger, and after a few minutes, I felt it come down the hallway. As it did, so did she, waving at me awkwardly as she made her way to her car, and to work. The mark of greed had been applied.<<set $mom1.marked to 1>><</if>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "mom1-2">>\
\
\
\
<img class="rightimg" src="images/Characters/House/Landladies/M07.png">\
<<me>>You're so beautiful, you know that?<</me>>
I could feel her melt in my hands. I chanced it, and rubbed her lips lightly with my thumb. She kissed it, almost worshipping. I could feel the blood rush to my cock.
<<me>>Look at what you do to me.<</me>>
With my other hand, I slowly undid my pants. <<nmom1>> watched intently, and gasped lightly as I pulled out my hardening cock. As her mouth opened, my thumb pushed in, and she didn't fight me, licking it.
<<mom1>>It's so big.<</mom1>>
She whispered.
<<me>>You caused it. You're so fucking sexy.<</me>>
She moaned at hearing that, her eyes never leaving my hardening manhood.
<<me>>Don't you think you should deal with it?<</me>>
That finally broke her focus, as her eyes lined up with mine. I stared back at her, and I could feel her will break down, until she nodded lightly, then looked back at my dick. Her hand slowly lifted, until I felt her warm finger wrapping around my cock.
<<mom1>>I haven't...<</mom1>>
She looked back at me, looking a bit embarassed.
<<me>>It's ok <<nmom1>>. Come here.<</me>>
I pulled her closer to me, until we were face to face.
<<mom1>>You'll teach me?<</mom1>>
She whispered, like we were sharing a secret. I smiled up at her.
<<me>>Of course.<</me>>
I leaned forward, taking her lips with mine, and felt her moan into my mouth. As our tongues met, she slowly started pumping my cock up and down. I continued making out with her, enjoying the taste of her as she was working my cock. I reached up, and grabbed her tit, causing her to moan as she pulled away from my lips.
<img class="leftimg" src="images/Characters/House/Landladies/M08.png">\
<<mom1>>Such a naughty boy.<</mom1>>
I nodded, moaning as she started finding a good rythem with her hand. In turn, she adjusted, putting more pressure where I liked.
<<mom1>>Do you like it when mommy is playing with your cock?<</mom1>>
<<me>>Fuck yeah.<</me>>
<<mom1>>Watch your language young man.<</mom1>>
She said, grinning, and leaned down, our tongues intertwining again. I continued playing with her tits as she worked my cock, and before long, I could feel my cum rising. <<nmom1>> noticed my reactions changing.
<<mom1>>Are you gonna cum now?<</mom1>>
I nodded, reaching into her bra and pulling on her nipple lightly.
<<mom1>>You're going to cum all over mommy's hand? You're going to stain me with your seed.<</mom1>>
<<me>>Hell yes. And you're gonna like it.<</me>>
She smirked at that.
<img class="rightimg" src="images/Characters/House/Landladies/M09.webp">\
<<mom1>>So assertive. Does my baby boy want to be in control?<</mom1>>
<<me>>Usually.<</me>>
<<mom1>>And how about now? Do you want to bend mommy over? Use her like a toy?<</mom1>>
I grunted, nodding.
<<mom1>>Maybe next time. If you're a good boy.<</mom1>>
<<me>>Just shut up and make me cum.<</me>>
<<mom1>>Such a naughty boy. Cum for mommy.<</mom1>>
I grunted, and started blowing my load. <<nmom1>> didn't let up, enjoying watching my cock shoot ropes of cum all over her floor. She didn't stop pumping, working me through my entire orgasm. After a few moments, she squeezed my cock, trying to get all of my cum out. Once she was sure it was all gone, she brought her finger to her mouth, licking my cum off of it. She closed her eyes, and moaned.
<<mom1>>My boy has such yummy cum.<</mom1>>
I grinned at her, and leaned forward, kissing her again.
<<me>>Next time, mommy's gonna be a good girl for me.<</me>>
She smiled, lust filling her eyes, and nodded lightly. I stood up, and put my cock away, as I watched her walk to her desk<<if $mom1.marked is 0>>. I suddenly felt energy building up in my arm, and release, entering <<nmom1>>. She had been marked.<<set $mom1.marked to 1>><</if>>. She sighed, and then dropped her head. Without looking back, she spoke up.
<<mom1>>We're going to have to talk about this. Soon.<</mom1>>
<<me>>We will.<</me>>
I opened her door, and walked out.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "sis1-1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 1/02.png">\
It's late at night, and I notice the there's a light coming from <<nsis1>>'s room, something that isn't surprising. Unlike <<if $fet.inc eq 1>>the rest of us<<else>>her sisters<</if>>, <<nsis1>> definitely picked up the work drive from <<nmom2>>, which goes to prove that nurture definitely has some play here. Still, it's late, which means there's no one to interrupt. I walk up to her door, and give a soft knock.
<<sis1>>Yeah?<</sis1>>
I hear her from inside.
<<me>>Just me. Mind if I come in for a second.<</me>>
I hear a sigh, and then footsteps. The door opens, and I finally see her. She's dressed far more casual than usual, and I feel the blood rush down immediately. I take a second to calm down, and in that second, she's already gone back to her desk.
<<sis1>>What's up? You need something?<</sis1>>
She asks, picking up her pen and some papers.
<<me>>Oh, I just had some questions for you.<</me>>
I said, trying to sound innocent as I carefully closed the door behind me and took a seat on her bed. She sighed again.
<<sis1>>Is it important? I have a lot of work to do.<</sis1>>
<<me>>Uhm, it's fairly important. To me at least.<</me>>
Without missing a beat, she responds.
<<sis1>>Alright, shoot.<</sis1>>
<<me>>Alright, well, I was just wondering...<</me>>
I say, feeling Lust's power flow through me.
<<Button 'What do you like to fantasize about?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis1-2">>\
\
\
\
Stretching my arms up in the air, I felt the cricks accumulated over the night flow out of me, as my muscles relaxed. After a quick piss, I left the bathroom, and looked around. I didn't hear anyone in the house, so I walked to my room. On the way, I heard a frustratred sigh come from <<nsis1>>'s room. I stopped, and smiled, as I grabbed hold of the door handle to her room.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>> I turned it, and peeked my head, seeing <<nsis1>> on her bed, reading through some papers. Classic.
<<me>>Hey, what's up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/08.png">\
She looked up at me, and inspected me. After a few moments, she sighed again, and I watched her body relax.
<<sis1>>Just work stuff. We're in talks with another importer, they want to use our facilities as storage.<</sis1>>
<<me>>So?<</me>>
<<sis1>>So they're offering a great deal.<</sis1>>
<<me>>And that's cause for sighing?<</me>>
<<sis1>>No, it's just, <<nmom2>> is stopping the deal.<</sis1>>
<<me>>Ah.<</me>>
I sat down on her desk chair, swiveling it to face her.
<<me>>Why?<</me>>
<<sis1>>I don't know. She just told me to do what she said.<</sis1>>
I laughed, and she flashed me an annoyed look.
<<me>>Sorry, not laughing at your frustration. I just know very well what her ire feels like.<</me>>
As I said that, I noticed her body tense up, and her face filled with shame. She put the papers down, and looked at me.
<<sis1>>I'm sorry. I didn't mean to bring anything up. I'm not dense like <<nsis3>>, and I'm here enough to see it, unlike <<nsis2>>. I know that <<nmom2>> has never treated you too well.<</sis1>>
It was my turn to tense up, as I felt the awkwardness of what was happening. I came in here to all but molest <<nsis1>>, and here she was empathizing with me.
<<me>>I-it's not a big deal.<</me>>
<<sis1>>It is. It's not right. You've always been good to me, to <<nmom1>>, to all of us.<</sis1>>
<<me>>It wasn't all bad.<</me>>
I said, trying to lead the conversation to somewhere less awkward for me.
<<me>>I mean, it ended up with me feeling the same way as you.<</me>>
She tilted her head, clearly confused.
<<me>>Remember? What you told me about?<</me>>
She squinted for a moment, trying to come up with what I was referring to, Her eyes shooting wide open tells me she got there.
<<sis1>>We don't have to... We shouldn't talk about that.<</sis1>>
She said, her cheeks flushing.
<<me>>Sorry, I didn't mean to make things awkward. I just, I feel the same way towards her. I want to show her a rough time myself.<</me>>
She looked up at me, clearly feeling awkward.
<<sis1>>I guess it makes more sense for you than me.<</sis1>>
<<me>>I guess so. Still, I'm lucky she's secretly a masochist.<</me>>
<<sis1>>Yeah, I...<</sis1>>
She froze, slowly processing what I just said.
<<sis1>>W-what are you talking about?<</sis1>>
It was my turn to be awkward, or at least play the part.
<<me>>O-oh, well, I mean, me and her have played a little.<</me>>
She looked at me with a serious look.
<<sis1>>What are you talking about?<</sis1>>
<<me>>Oh, well, a few days ago, me and <<nmom2>> had an argument, and I had enough. Some things happened, and it basically ended with me... Well, I don't want to get too graphic.<</me>>
<<sis1>>No, finish.<</sis1>>
<<me>>Well, I spanked her, and she squirted all over the floor.<</me>>
Her eyes shot open again, her eyes looking me up and down, looking for any sort of tell I was lying.
<<sis1>>I don't believe you.<</sis1>>
<<me>>Yeah, that makes sense. But remember how I visited the office the other day.<</me>>
She looked down at the ground, and I could see the gears in her head turning.
<<sis1>>Yeah. <<nassw>> told me you had lunch with <<nmom2>>.<</sis1>>
She whispered, basically talking to herself.
<<me>>Exactly. Knowing our relationship, wouldn't you say that's weird?<</me>>
<<sis1>>And after that, she stayed in her office all day. And on the way home, she was acting so weird.<</sis1>>
<<me>>Yeah, well, I spanked her ass raw with my belt. She really enjoyed that.<</me>>
Her eyes shot back to me, fire in them.
<<sis1>>Prove it.<</sis1>>
<<if hasVisited("Mom2: 3-1")>>\
<<me>>I even have some proof.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 1/07.png">
I said, pulling out my phone and showing her the picture I took of <<nmom2>> last time.
<<me>>She just finished sucking my dick, and I gave her ass a nice slap.<</me>>
She stared at my phone, disbelief written all over her face.
<<else>>\
<<me>>Hmmm. I mean, I don't really have any proof.<</me>>
She smiled lightly.
<<me>>But why would I lie?<</me>>
Her smile faded, her brow furrowing.
<<sis1>>I...I don't know...<</sis1>>
<</if>><<me>>Besides, I'm telling you this, because I have always cared about you. And I want to help you.<</me>>
<<sis1>>Help me?<</sis1>>
<<me>>Yeah. I mean, if you're thinking of roughing her up, then I would love to help you do that.<</me>>
Her eyes left me, and she looked at the ground again, clearly giving my suggestion real thought. After a minute, I barely heard her whisper.
<<sis1>>Ok.<</sis1>>
<<me>>What's that?<</me>>
<<sis1>>Ok!<</sis1>>
She said, much louder.
<<me>>Great. Although, I'm not going to do it for free.<</me>>
I said, smirking lightly. She hung her head, nodding.
<<sis1>>I didn't think you would. What do you want?<</sis1>>
<<Button 'I want to play with you a little' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis1-3">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 1/12.png">\
Sitting in the kitchen, I was eating some toast, when <<nsis1>> walked. Our eyes met, and we stared at each other for a moment, before she approached me. I continued eating my toast, even as her cheeks turned red. She was trying to stay casual, but knowing what she was like normally, it was very obvious. I let her sit down in the seat next to me and get comfortable, before I spoke up.
<<me>>What's up?<</me>>
She almost flinched as I said that, before huffing.
<<sis1>>Come on, you know... You said you would help me.<</sis1>>
<<me>>Help you do what?<</me>>
<<sis1>>You know what.<</sis1>>
She said, annoyance entering her voice.
<<me>>I do, but this is part of the process.<</me>>
<<sis1>>Really. This, this is part of the process. Making me say...<</sis1>>
Her cheeks flushed again, giving me an indignant stare.
<<me>>Yeah, actually. Can you honestly tell me confidence doesn't help you in your work.<</me>>
That made her pause, evaluating my statement, before nodding.
<<sis1>>That's not entirely baseless.<</sis1>>
<<me>>So what did you need my help with?<</me>>
<<sis1>>Helping me...<</sis1>>
She started, getting stuck. I figured I would help her out this time.
<<me>>You want to make <<nmom2>> your little lesbian sex slave, yeah?<</me>>
Her eyes widened, and she turned her head, looking around the kitchen, confirming we were alone. After a second, she looked back at me, and nodded.
<<me>>I need to hear you say it.<</me>>
I responded, enjoying this a bit more than I should have. She once again went back to glaring. However, realizing that wasn't going to help her cause, she spoke up.
<<sis1>>I want to make <<nmom2>> into my-<</sis1>>
As if fate wanted to make me laugh, <<nmom2>> happened to walk into the room at that moment, causing <<nsis1>> to look like a deer in headlights.
<<mom2>>Hey baby.<</mom2>>
She said, obviously aimed at <<nsis1>>, ignoring me like usual. Well, not entirely like usual. There was definitely a bit more venom in her glare, as well as more crimson in her cheeks. Still, that venom meant nothing to me anymore.
<<me>>Hey <<nmom2>>. What are you doing home so early?<</me>>
She rolled her eyes, and turned back to me.
<<mom2>>Shouldn't you be at work or something?<</mom2>>
<<me>>And miss some quality hang out time with <<nsis1>>? Wouldn't dream of it.<</me>>
She rolled her eyes again, and turned back to the fridge. I looked back at <<nsis1>>, who looked petrified. Here she was, being forced to confess some of her dark desires, and the subject just happens to walk in.\
<img class="rightimg" src="images/Characters/House/Roommate 1/07.png">\
I smile, pulling out my phone, and show her the image of <<nmom2>> bending over, her ass red from my spanking. Her eyes widen, and she turns back to see if <<nmom2>> could see.
<<me>>I understand why you want to make her your dyke slave.<</me>>
I whisper to her. She pats my hand, signaling me to stop.
<<me>>Seriously, she's an obedient bitch. I'll make sure she treats you good.<</me>>
<<mom2>>You ok?<</mom2>>
<<nmom2>> placed <<nsis1>>s shoulder, causing her to jump.
<<sis1>>I... Yes! I'm good.<</sis1>>
She said. She could not have sounded more uncomfortable if she tried. <<nmom2>> tilted her head, confused by how <<nsis1>> was acting. After a moment, her eyes flipped to me, and anger filled her eyes.
<<mom2>>Did you-<</mom2>>
Before I could even do anything, <<nsis1>> stepped in.
<<sis1>>Hey!<</sis1>>
She snapped, anger in her voice.
<<sis1>>He didn't do anything. He's actually helping me with something.<</sis1>>
She said, causing <<nmom2>> to back up.
<<mom2>>O-ok. I just wanted to make sure you're safe.<</mom2>>
<<sis1>>From who? <<nme>>? He's always made me feel safe.<</sis1>>
She said, pressing her hand on the table. <<nmom2>> gave me one more look of confusion, before nodding, and leaving the kitchen. I just sat there for a moment, before I turned to <<nsis1>>.
<<me>>H-hey, thanks for th-<</me>>
<<sis1>>I want to make her my dyke slut. I want her to eat my pussy all night long, and then discipline her when she doesn't do it properly. I want to pull her around town naked, making her look like the whore she is.<</sis1>>
I sat there, a bit shocked by the turn of events. Before I could say anything, her voice got softer.
<<sis1>>I want to share her with you, and watch the dirty lesbian slut swallow your cock. I want to finger myself watching you cum all over her face and tits. I want to force her to eat nothing but your cum.<</sis1>>
She finally stopped, looking me in the eyes, determination in her eyes.
<<me>>Ok. Let's make it happen.<</me>>
I stood up, and <<nsis1>> followed me. I opened the door, and walked out, confusing her.
<<sis1>>Wait, where are we going?<</sis1>>
<<me>>Getting supplies. Grab your keys.<</me>>
She nods, as I walk to her car.
<<linebreak>>
We approached the building, and <<nsis1>> was nothing but confused.
<<sis1>>Hardware Store? What, are we chopping up a body?<</sis1>>
I smiled at her.
<<sis1>>Wait, we aren't chopping up a body, right?<</sis1>>
<<me>>Just, get in there.<</me>>
I said, opening the door. She walked into the blacked out entrance. I walked in front of her, once again opening the door. She walked in, and froze, as she looked around.
<<sis1>>Why...<</sis1>>
Was all she got out, as I walked by her, placing my hand on her back, leading her in.
<<me>>I told you. Supplies. You're going to need bitch training... things, right?<</me>>
<<sis1>>I don't know if...<</sis1>>
She started, before I walked up to a dildo, with a strapping mechanism. I inspected it, and then pointed to it.
<img class="rightimg" src="images/Characters/House/Roommate 1/13.png">\
<<me>>Useful, no?<</me>>
She frowned a bit, but stepped forward, and actually inspected the item. I let her look at it, taking a look around. This place was always seemingly empty. Which made it especially awkward as I looked towards the counter. <<ncov4>> was sitting there, giving me a smug smirk, before slowly waving at me. I awkwardly nodded, waving back. She giggled, and went back to whatever magazine she was reading.
<<sis1>>Are you serious when you say I should get this? Because... I don't know.<</sis1>>
<<me>>Let me paint a picture.<</me>>
<<Button 'Paint the picture in pink' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis1-4">>\
\
\
\
I knocked on <<nsis1>>'s door. I had been thinking on how I would move forward with my plan between <<nsis1>> and <<nmom2>>. It was fairly easy to have <<nmom2>> fold to me, because I have Lust to help back me up. But having her fold to <<nsis1>> would be a bit more difficult.
<<sis1>>Who is it?<</sis1>>
<<me>>Yours truly.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/16.png">\
I heard a rustle of papers, followed by footsteps, as <<nsis1>> opened the door, smiling brightly. Before I could say anything, she pulled me into the room, closing the door behind me, The moment we had privacy, she stuck her tongue into my mouth, moaning. I reached up, grabbing her ass, pulling her into me. After a few moments, she pulled back.
<<sis1>>God, it hasn't even been that long, and I can't stop thinking about you.<</sis1>>
I grinned, massaging her ass. As I did, I felt something strange, causing <<nsis1>> to smile.
<<sis1>>I figured I would get it warmed up.<</sis1>>
She lifted her dress, showing me her buttplug. I backed up, appreciating her ass.
<img class="rightimg" src="images/Characters/House/Roommate 1/17.png">\
<<sis1>>Plus, it's going to be beautiful getting her to clean my ass off her new buttplug.<</sis1>>
<<me>>Jesus, you might be more kinky than me.<</me>>
She smiled, approaching me, grabbing my shirt.
<<sis1>>You know I don't half ass anything.<</sis1>>
<<me>>Normally I complain that you work too much, but this time, it might be a good thing.<</me>>
She smiled, giving me a quick peck, before letting me go, going back to her desk.
<<sis1>>So what can I do for you?<</sis1>>
She said, pushing her hair back, picking her pen back up.
<<me>>Well, I have a thought of how we do the next step.<</me>>
She shivered lightly, and faced me, giving me her whole attention.
<<me>>But it requires me to be a bit honest with you.<</me>>
<<sis1>>Ok.<</sis1>>
<<me>>I don't have small plans. I don't want to stop at <<nmom2>>.<</me>>
<<sis1>>Oh.<</sis1>>
She said, pausing, before fully understanding what I meant.
<<sis1>>W-wait, do you mean-<</sis1>>
<<me>><<nmom1>>.<</me>>
<<nsis1>> furrowed her brow, and gave me a strange look when she heard that. I sat there, letting her process what I had said.
<<sis1>>But... I never... Did <<nmom1>> treat you badly?<</sis1>>
<<me>>No. She's been great. I love her.<</me>>
<<sis1>>You said you did this because you hate <<nmom2>>. Why do you want <<nmom1>>?<</sis1>>
<<me>>Because I love her, and she's beautiful.<</me>>
<<sis1>>I... I don't think I could help you make her a sex slave.<</sis1>>
She said, shaking her head.
<<me>>I don't... I don't want to make her a sex slave.<</me>>
<<sis1>>What are you talking about?<</sis1>>
<<me>>I'm talking about loving you.<</me>>
I said, taking a step towards her, grabbing her hand.
<<me>>And <<nmom1>>.<</me>>
She nodded, just trying to wrap her head around it.
<<me>>But you know me. Sometimes I can be selfish. Because I don't want to stop. Because I want you, and <<nmom1>>, <<nsis2>>, <<nsis3>>. I love you all, I want to share my love with all of you.<</me>>
She continued looking at me. Her face had softened a bit, so I kept going.
<<me>>And I don't think I'm alone here. You've been picturing <<nmom2>> in your fantasies a lot. You're telling me <<nmom1>>, or <<nsis2>> hasn't appeared in them, maybe just once or twice?.<</me>>
Based on how red she got, I was clearly right.
<<sis1>>That's not- That doesn't matter!<</sis1>>
<<me>>Doesn't it?<</me>>
I reached forward with my other hand, running it up her leg. I could see her breathing start to slow.
<<me>>Close your eyes, and imagine it for a moment.<</me>>
I saw her thinking about it. For a moment, I worried if I had misplayed it. And then she closed her eyes, and I knew I had her.
<<me>>Imagine <<nmom1>> on her knees. She slowly pulls your panties off.<</me>>
I run my hand under her dress, and slowly run my finger over her pussy, causing her to shiver.
<<me>>And she begs you.<</me>>
<<nsis1>> nods lightly.
<<me>>What does she beg you?<</me>>
<<sis1>>She... She begs me to eat my pussy.<</sis1>>
<<me>>And what do you say?<</me>>
<<sis1>>I...<</sis1>>
She hesitated, so I began rubbing her pussy through her panties.
<<sis1>>I spread my legs.<</sis1>>
<<me>>She looks beautiful, eating your pussy, doesn't she?<</me>>
<<nsis1>> nods.
<<me>>But is it fair leaving <<nsis3>> out of the fun?<</me>>
<<nsis1>> shakes her head.
<<me>>She wants to suck on your nipple.<</me>>
<<sis1>>She can't.<</sis1>>
She whispers.
<<me>>Why not?<</me>>
I ask. If this plan is to work, they all need to be together. I was about to use Lust, when <<nsis1>> spoke up.
<<sis1>>I have another hole for her to tongue.<</sis1>>
<img class="leftimg" src="images/Characters/House/Roommate 1/18.webp">\
She whispered. I couldn't have smiled any more in that moment. I reached back, pulling her hips forward, giving me access to her ass. I pulled her panties to the side, and began fingering, and playing with her buttplug, causing <<nsis1>> to start moaning.
<<me>>You would make your little sister tongue your asshole?<</me>>
<<sis1>>Yeah. She would love it.<</sis1>>
She said, nodding, getting closer to her orgasm.
<<me>>But now <<nsis2>> feels lonely.<</me>>
<<sis1>>That slut better come over here and make out with me.<</sis1>>
I nodded, and leaned forward, taking her lips with mine, focusing even more on her holes. <<nsis1>> moaned into my mouth, and I kept up my assault. I pulled back.
<<me>>Well we're going to need more buttplugs, aren't we?<</me>>
<<sis1>>Of course. They all need to be trained buttsluts.<</sis1>>
<<me>>Good girl.<</me>>
I said, pushing her over the edge. <<nsis1>> began twitching underneath me, my hands getting covered in her juices as I continued playing with her holes. I made sure to keep the pressure up throughout her climax. Once she finished, her back relaxing against her seat, I leaned in closely.
<<me>>Can you honestly tell me I'm the only person here that wants this?<</me>>
<<nsis1>> opened her eyes, and began studying mine. After a moment, she reached up, kissing me. It was a strange kiss. As passionate as before, but also like she was testing something.
<<sis1>>What would it even look like?<</sis1>>
She asked, pulling back from the kiss.
<<me>>It would be all of us, sharing a deeper relationship with each other.<</me>>
<<sis1>>What about me? And you?<</sis1>>
I leaned down, giving her another kiss.
<<me>>We would be together.<</me>>
<<sis1>>And you would be with <<nmom2>>, <<nsis2>>, and <<nsis3>>.<</sis1>>
I shook my head.
<<me>>We would. We would all share each other.<</me>>
<<nsis1>> bit her lip, then backed away.
<<sis1>>I need to think about this.<</sis1>>
I stood up, and nodded. She clearly felt my dissapointment, and reached up, grabbing my hand with hers. She lifted it, giving it a kiss.
<<sis1>>It's not a no. It's just a lot to think about.<</sis1>>
<<me>>I get it. It's not what you had in mind when you woke up.<</me>>
<<sis1>>It's not. You were. So asking me to share you... I don't know how I would feel about that.<</sis1>>
I grabbed her hand, and bent down to kiss it.
<<me>>You're not sharing it with strangers. You're sharing it with the girls you love. And you will also get them as well.<</me>>
She nodded, giving me a weak smile.
<<me>>I'll give you some time.<</me>>
I turned around, and walked out of the room. I honestly felt dizzy. What I was hitting her with was a lot. All I could do was wait.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "mom2-1">>\
\
\
\
As I get home, I'm immediately confronted by the worst part of living in this house.
<<nmom2>>.
<<nmom2>> is <<nmom1>>'s wife. <<if $fet.inc is 1>>And I do mean her wife, because she is not someone I would ever even come close to calling a mother. <</if>><<nmom2>> is... How do I put this? A culmination of everything I hate in a person. She is a militant misandrist, and she makes it very well known. Well, she makes it very well known to me. In front of <<nmom1>>, and the other girls, she acts nice enough so as to not be suspicious. Not nice, per se, but neutral. When none of them are around, however, she shows her true colors.
I can't really explain why she hates me especially. I mean, she doesn't treat most men well, but I feel like it's worse with me. Maybe it's because she only wanted daughters, and resents the fact that I wasn't part of the plan. <<if $fet.inc eq 1>>After all, she's told me before that when she found out I was a male, she tried to convince <<nmom1>> to abort me.<<else>>After all, she was very much against adopting me. I don't know why she blames me, I was just 2 when I was brought here, but even though I tried my hardest as a kid to care for <<nsis1>>, <<nsis2>>, and <<nsis3>>, she still treats me as if I were some danger.<</if>> Doesn't she sound wonderful?
She just wants to take out all of the worlds problems on me. Not her daughters though. No, them, she treats like they're the gods gift to the planet, even <<nsis2>>, who is rebellious, which is the most generous way I can put that. Which I don't actually mind, I like <<nsis1>>, <<nsis2>>, and <<nsis3>>. I love them all, they all treat me well.
<img class="leftimg" src="images/Characters/House/Landladies/D02.png">\
\Still, here she was, in front of me. Ready to make my life hell. Well, not today.
<<mom2>><<if previous() is "LocationHub">>And where the hell have you been?<<else>>Finally joining us, huh? Tired of being a useless member of society?<</if>><</mom2>>
I sighed, my usual response to an interaction with her. It came out by pure habit, even though this time, I was genuinely excited to see her. After all, while her personality might be comparable to the piece of shit you might accidentally step on in a dog park, her body? Well, that was a completely different story. She basically single handedly taught me the idea of hate fucking. Because if there was anyone you could hate, it was her, but that didn't change the fact that she was insanely fuckable. Hence, my excitement today.
<<me>>Hello <<nmom2>>. It's great to see you!<</me>>
I responded, with an excitement that clearly caught her off guard, which was a treat in and of itself. After all, <<nmom2>> was a very successful woman. She ran our towns branch of the import and export business called "Borderlands." And as much as I hate to give her any compliments, she was a hyper competent woman. When she was focusing on her work, she basically crushed anything in front of her. So for her "son" to respond to her this way was unexpected. Still, she recovered quickly.
<<mom2>>Well, what do you have to say for yourself?<</mom2>>
She said, trying to prod me. Once upon a time, I might have fallen for the bait, but not anymore. Hell, it was just entertaining now, watching her effectively flail around, when unbeknownst to her, I had her in the palm of my hand. And I was ready to squeeze.
<<me>>Absolutely nothing.<</me>>
I said, smiling at her, as if everything was absolutely normal. She gave me another look, annoyed at my positive attitude.
<<mom2>>I heard you left work early the other day? You think it's ok to just coast off of <<nmom1>> and myself?<</mom2>>
<<me>>Of course not <<nmom2>>. Everything at work was resolved, it was just an issue of over scheduling.<</me>>
She started getting visually annoyed at my answers, as I kept up the upbeat attitude, egging her on, knowing what would happen.
<<mom2>>And who's fault was it? You know you waste peoples time and money when you fuck up like that.<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D03.png">\
<<me>>It was actually not a problem, <<ncomb>> was fine with it.<</me>>
As I said that, she started walking towards the couch. Here it was, her tell tale move. It's why she was able to do so well in business. She would get leverage, and use it. In my case, it was always the same. I was a man, and therefore, I was a pervert. I mean, I was, but it's partially her fault. As she got to the couch, she bent over, quite sensually, giving me a good look at her very sizable ass. Normally, I would get a quick look, which was enough for her to chastise me. Today though? I stared directly at it. Her ass was perfect, and I was done denying myself. She looked back at me, smirking quickly, before turning around, fury on her face.
<<mom2>>Where do you think you're looking, you little pervert.<</mom2>>
<<me>>Oh, your ass. It looks fantastic in that dress, but you know that.<</me>>
<<mom2>>Excuse me!?!?<</mom2>>
She was genuinely taken aback by my answer. In the past, I would usually flounder, and act awkward about getting caught. She loved watching me squirm.
<<me>>You heard me bitch.<</me>>
Once again, she was shocked at my response.
<<mom2>>Who the hell do you think you are?!<</mom2>>
<<Button 'I can tell you exactly who I am ' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "mom2-2">>\
\
\
\
Looking around the office, it really drove home two separate ideas in my mind. First, how successful <<nmom2>> was. Second, how much she really didn't care about me in the least. This was the first time I had ever been there. I wasn't really sure if that was all that strange, when I thought about it. Sure, I had been to <<nmom1>>'s work, but she worked at the college. She had only taken me there once, mostly to "explore my options." Still, the points still stood.
As I made my way, looking around, I quickly realized something. This office was mostly staffed by women, and boy did they make it clear by the looks I was getting. While I wasn't here to visit her, the looks were making me curious enough that I started hoping to see <<nsis1>> here. She had graduated early, and went to work directly for <<nmom2>>'s company. They had always been close, with <<nmom2>> recognizing <<nsis1>>s intelligence, and nurturing it at a young age. Thankfully, that is all that <<nsis1>> picked up from her, as we managed to have a good relationship.
As I was looking around, enjoying all of the passionate stares I was getting from the women in the office, and briefly debating on whether I should break off and talk to them, the woman of the hour showed up.
<img class="leftimg" src="images/Characters/House/Landladies/D06.png">\
Stepping out of her office, <<nmom2>> was wearing an outfit that just sent mixed signals. On one hand, it was clearly screaming "I'm a professional, and powerful." On the other hand, it also could have fit in on the set of a porn film, from how tightly fitting, and revealing in all the right places it was. But that was how she liked it. She loved flaunting her body, because she knew it gave her power. Power she loved to wield on the poor men who even dared to notice it.
<<mom2>><<nassw>>, I need these sent back, I think they're trying to use an older copy of the... <<nassw>>?<</mom2>>
<<nmom2>> snapped her fingers, getting her assistants attention back onto her, away from me. She hadn't noticed me yet, so I decided to throw the first punch.
<<me>>Hey mom!<</me>>
As much as it felt disgusting as it was coming out of my mouth, calling her that put me on the right foot.<<if $fet.inc is 0>>Hell, I don't even call <<nmom1>> mom, and she's been a much more caring, motherly figure than her bitch wife.<</if>> I walked over to her, leaning on the desk of her assistant. She looked up at me, with a shocked look on her face, completely speechless. While I thought it fit her, I knew she recovered fast, so I had to move fast. I looked down to her assistant, who flashed me a smile as our eyes met. I raised my hand.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/02.png">\
<<me>>Hey, I'm $player.name, <<nmom2>>'s son. Pleasure to meet you.<</me>>
I saw blood rushing to her face as she took my hand. As I got a clear look at her, I noticed she wasn't as old as <<nmom2>>, but definitely older than me. Still, she wore her look damn well. She had a cute face, and more importantly, an absolutely incredible body. It really made me wonder if that was some requirement to work here.
<<assw>>Likewise. <<nmom2>>, how come you never brought him here before now?<</assw>>
Upon hearing <<nassw>>'s question, <<nmom2>> finally recovered. It had seemed my plan had worked, as she flashed me the warmest smile I had ever seen from her. <<nmom2>> could see the way all of the women in the office were looking at me, and so she realized any negative reaction would not go well.
<<mom2>>Oh, well, you know I like to keep my business life and home life separate.<</mom2>>
<<nassw>> seemed to agree with that with a nod, never breaking eye contact with me.
<<assw>>That is true. We almost didn't hire <<nsis1>> because of that, even though she was one of our better prospects. Still, no reason you couldn't parade him around. <</assw>>
I saw her eyes wander down, inspecting all of me.
<<assw>>Give the girls here something to look at.<</assw>>
She said that, flashing a hungry look at me. <<nmom2>> was clearly not liking the path this conversation was going down, as she pivoted.
<<mom2>>So, what are you doing here?<</mom2>>
While it might have been fine to an outsider, I could clearly hear the pointed tone.
<<me>>I just wanted to have lunch with my mom.<</me>>
I said, sounding more innocent than I expected. I looked back at <<nassw>>, meeting her look.
<<me>>Although...<</me>>
Both <<nmom2>> and <<nassw>> understood where I was going. For <<nassw>>'s part, she leaned forward slightly, giving me a clearer look at her cleavage, and a clear response to my unasked question. <<nmom2>>, on the other hand, looked panicked for a moment, which made the trip here worthwhile in itself.
<<mom2>>Well why don't you wait in my office for now?<</mom2>>
<<nassw>> seemed to deflate upon hearing that, as <<nmom2>> grabbed me by my arm, and without letting <<nassw>> get a word in, brought me to her office as quickly as she could without looking aggressive. Once out of sight of her assistant, she pushed me in, and closed the door, before closing the shutters. Once done, she finally breathed a sigh of relief, before glaring back at me.
<<mom2>>What the fuck are you doing here?<</mom2>>
<<me>>Huh, you sure changed it up quickly. What's wrong, don't want your employees to see you like this?<</me>>
<<mom2>>I don't want them to deal with whatever you're doing.<</mom2>>
She grunted at me, staying away from me, but never breaking eye contact.
<<me>>What does that mean?<</me>>
<<mom2>>I don't know what you're doing to them to make them like you, but I know the real you.<</mom2>>
<<me>>Ha. I guess for someone like you, it really does seem impossible that people just like me.<</me>>
<<ncain>> chuckled at that one, which was fair, but irrelevant to my plans for right now.
<<mom2>>Oh, you're not doing anything, huh? Then how do you explain...<</mom2>>
She trailed off, angrily somehow, but we both know what she was referring to.
<<me>>Oh, when I made you squirt by treating you like an obedient bitch.<</me>>
Danielle turned a deep red, as she stared daggers, breaking eye contact for only a moment to make sure no one heard me.
<<mom2>>So what was it? Did you drug me?<</mom2>>
I chuckled, although I suppose that technically wasn't too far off. She didn't like that response, and took a step towards me, trying to gain any authority she lost. I wouldn't have that, matching her step forward, causing her to pause.
<<me>>Why can't you just admit the truth?<</me>>
<<mom2>>And what's that?<</mom2>>
<<me>>That you enjoyed me taking charge of you?<</me>>
She scoffed, finally releasing some tension. She stepped forward, pushing me lightly out of the way to her desk, flashing me a disgusted face.
<<mom2>>What the fuck do you want?<</mom2>>
I reached down, and undid my belt, causing her to panic.
<<me>>Relax, that isn't the reason. I'm here because I had a bit more anger to take out.<</me>>
I slipped off the belt, then wacked it in my hand, letting off a crack.
<<me>>And what better way than training my new bitch.<</me>>
She stood up, bending slightly and placing her hands on her desk, about to yell, before I stopped her.
<<Button 'Oh good, already in position. Stay ' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "mom2-3">>\
\
\
\
Walking down the hall, I noticed the light on in <<nmom1>>'s room. I almost walked by, before I realized that <<nmom1>> wasn't home. I took a step back, and poked the door, cracking it. Inside, I saw <<nmom2>>, putting on a dress. I smiled, knowing the house was empty.<<if $cainflag is 1>> I almost walked in, before stopping to think.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>>I shrug, and open the door. <<nmom2>>'s eyes dart to me, and I saw what is maybe the most satisfying thing I've ever seen. A look of fear on <<nmom2>>'s face. Sure, it was quickly replaced with anger and fake confidence, but that initial look? If I only had my phone ready to capture it, I would make a mint selling it.
<<mom2>>What the fuck do you want?<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D09.png">\
I sigh, and sit gently on her bed. Even through her bravado, I can see how tense she is right now.
<<me>>We're alone right now. So why don't you act like the submissive bitch we both know you really are?<</me>>
She scowled at me.
<<mom2>>You don't know anything about me, you little shit!<</mom2>>
<<me>>Well I'd like to learn.<</me>>
I said, with a sincerity that took her by surprise.
<<me>>Like right now, I want to learn what your tongue feels like on my cock.<</me>>
Her surprise was replaced with anger. However, once again regretting not having my phone out to take a picture, <<nmom2>> bit her lip, lust filling her eyes as her eyes lowered to my crotch, for only a moment.
<<mom2>>You're a fucking sick bastard. You better start looking for a new home, because I'm going to tell <span class="Mom1Text">Amelia</span> everything you've done, tonight.<</mom2>>
I laugh at her admission, and then laugh a bit more as I see her eyes twitch in anger. I stand up, and reach down to my pants, undoing my belt. I watch her face as her eyes are glued to my belt. I see her swallow lightly, and chuckle.
<<me>>This again? Come on <<nmom2>>. What are you going to tell her? Are you going to admit that I made you cum like a bitch in heat? And then we had a loving lunch at your office? I'm sure if I talk to <<nassw>>, she might agree with me.<</me>>
<<mom2>>I-it doesn't matter. <span class="Mom1Text">Amelia</span> will believe me.<</mom2>>
She said, clearly not fully confident.
<<me>>Oh yeah? What if I show her this?<</me>>
I reach up, and grab her hair, causing her to moan. Her eyes shoot open, horrified at the noise she just made.
<<me>>If I reach into your panties, am I going to feel your slut juices?<</me>>
She shook her head lightly.
<<mom2>>N-no. Don't.<</mom2>>
She whispered to me.
<<me>>Tell me what you are.<</me>>
She swallowed, opened her mouth, then closed it. I tugged on her hair, eliciting another moan, shame filling her features. She opened her mouth again.
<<mom2>>A submissive bitch.<</mom2>>
I smile, feeling higher than ever before. I spit in her face.
<<me>>That's right. Now, what did I want to learn?<</me>>
I said, throwing her onto the ground, roughly.
<<mom2>>You...<</mom2>>
She froze up, and I pushed again.
<<Button 'I want to feel your tongue on my cock ' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "mom2-4">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 1/27.png">\
<<sis1>>That's it?<</sis1>>
<<nsis1>> asked, sitting on my bed as I sat back on my computer chair.
<<me>>Yeah, that should do it.<</me>>
<<sis1>>But...<</sis1>>
She started, doubt on her face. I walked over to her, and said down on top of her, my hands on either side of her shoulders.
<<me>>Trust me, it'll work.<</me>>
<<sis1>>I mean... If that's all I have to do, sure, but it seems... Underwhelming.<</sis1>>
I shrugged, before leaning forward, kissing her neck.
<<sis1>>Mmmm.<</sis1>>
<<me>>I'm very confident.<</me>>
<<sis1>>Mmmm, fine!<</sis1>>
She said, pushing me up, a smile on her face, fighting her feelings to want to keep going.
<<sis1>>Let's just do it, if you get me too excited, we might go too far.<</sis1>>
I smiled, getting off of her and offering my hand to help her get up, which she gladly took. I pulled her up, then close to me, where I gave her ass a light slap.
<<me>>Just make sure you get a good picture.<</me>>
<<linebreak>>
<<sis1>>You're so bad!<</sis1>>
<<nsis1>> said, slapping my shoulder as we both heard footsteps coming down the hall towards the bathroom. One benefit to having lived here as long as we both had, we began to recognize who that was.
<<me>>Come on, doesn't it sound fun?<</me>>
The footsteps got a bit quicker as I spoke. Just before <<nsis1>> could answer, the person we were aiming for walked out from around the corner, to see us.
<<nmom2>>. She walked around the corner, to see the way we were standing. Or, leaning rather, as <<nsis1>> had her back on the wall, and I was in front of her, one hand leaning on the wall beside her. We looked like a couple of young kids, a guy picking up an attractive woman in the hallway, as <<nsis1>> was flashing me a flirtatious smile, and I was flashing my best playboy look.
However, I knew <<nmom2>> well. That's not at all what that looked to her at all. Which was the goal.
<<sis1>>It does sound fun! But I have plans, so none of that...<</sis1>>
She said, stepping around me, before flashing me a knowing smile.
<<sis1>>For now.<</sis1>>
She said, implication heavily slicked on, as she passed by <<nmom2>>.
<img class="leftimg" src="images/Characters/House/Landladies/D14.png">\
<<sis1>>Hey <span class="Mom2Text">mom</span>.<</sis1>>
<<nsis1>> walked around the corner, giving me one last look. I winked at her, before finally looking at <<nmom2>>, who had an interesting reaction. She looked not unlike a deer caught in headlights, frozen in place. I did wonder what was going on through her head. Thankfully, I didn't have to wait long, as I made my way to walk past her, following <<nsis1>>, before her hand grabbed onto my arm.
<<mom2>>What was that?!<</mom2>>
She asked, her voice uncharacteristically quiet. I didn't respond, save but for looking down at her hand around my arm.
<<mom2>>Answer me!<</mom2>>
I pulled my arm away from her, and reached up, grabbing her face, pushing her against the wall.
<<me>>Why the fuck should I answer? You aren't in charge, isn't that right?<</me>>
She looked at me, her earlier anger melting away to a mixture that I was enjoying from her; submission, lust, and confusion. Still, she recovered well enough.
<<mom2>>P-please, she-<</mom2>>
<<me>>What? Don't like seeing me flirt with <<nsis1>>?<</me>>
<<mom2>>I...<</mom2>>
<<me>>Or was it the fact that she was flirting back?<</me>>
She shook her head, although it was clear she didn't have any real conviction with it.
<<mom2>>You... I'm...<</mom2>>
<<me>>What's wrong? Don't like the idea of sharing your masters cock with your favorite daughter?<</me>>
She shook her head again, before her cheeks flushing brightly as she realized what she admitted to.
<<mom2>>No, that's not what I-<</mom2>>
I let go of her face, giving her cheek a tap.
<<me>>Don't worry, she's gonna love my cock.<</me>>
I turned to walk away, before feeling a tug on my arm. I looked back at <<nmom2>>, and smiled. This time, she wasn't grabbing my arm to gain control. No, now she looked at me with a delicious look of desperation.
<<mom2>><span style="font-size: 0.8em;">Don't.</span><</mom2>>
<<me>>Oh, is the bitch trying to make orders?<</me>>
She bit her lip, and shook her head.
<<mom2>>Please... master...<</mom2>>
She trailed off, getting close to me, and reached down to my cock, massaging it through my pants.
<<mom2>>Just use your dyke bitch. You don't need her.<</mom2>>
<<me>>Hmm.<</me>>
I pretended to think about it, as I reached up and grabbed her breast through her shirt, and began manhandling.
<<me>>And is my bitch ready to take all of her discipline in order to get her request granted to her?<</me>>
She nodded lightly.
<<mom2>>You can use your bitch's mouth like it's yours...<</mom2>>
I smiled, and with my other hand, reached up and grabbed her chin lightly, pulling her mouth open with no resistance.
<<me>>It is my mouth, isn't it?<</me>>
<<nmom2>> nodded, her eyes going wide as I leaned forward, pushing my lips against hers, moaning as I pushed my tongue against hers. I made out with her for a few seconds, her soft moans nothing by music to my ears. Still, I pulled back, and was rewarded by the sight of <<nmom2>> leaning forward, not wanting our kiss to end. For a moment at least, her cheeks going crimson as she realized what she did. Still, she didn't say anything, her hand continuing to massage my cock.
<<me>>That's not good enough though...<</me>>
I whispered to her. She gave me a pleading look, and as I gave her no quarter, she nodded. I guess she must have already known that just using her mouth again wasn't going to be good enough.
<<me>>Are you ready to take your masters cock, bitch?<</me>>
<img class="rightimg" src="images/Characters/House/Landladies/D15.png">\
She gulped lightly, and even as she fought small shudder from the excitment her body was feeling as I continued playing with her breast, pulling it out. She pouted.
<<mom2>>If you stay away from <<nsis1>>.<</mom2>>
I reached back, giving her ass a hard, audible slap, before smiling down at her.
<<me>>After you.<</me>>
I said, leading her to my room. As we stepped inside, I closed the door, and turned back to see her standing awkwardly in the middle of my room.
<<me>>Strip.<</me>>
She almost jumped from my order, but nodded, and began to slowly take her clothes off. I raised my hand.
<<me>>No, not like that. Give me a show.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D16.png">\
She gulped. I walked over to my bed, half laying in it, as she slowly reached for the hem of her shirt, as she pulled it over her, a touch of awkwardness in her movements. Still, even as her large tits being held back in her bra were revealed, I couldn't help but moan. She seemingly enjoyed that, as a small smile showed up on her face, some of the earlier awkwardness being shed, as she shook her ass sensually as she pulled her pants down, bending over to give me a good look at her large ass. As she bent over, stepping out of her pants, I undid my own, and pulled out my cock. <<nmom2>> looked back at me from position, and gasped lightly as she saw it.
<<me>>That's right. You're going to take it all today, aren't you?<</me>>
She stoop straight, turning to look at it, swallowing deeply.
<<me>>Well?<</me>>
<<mom2>>Yes master. I'm going to take your cock.<</mom2>>
<<me>>Good girl. But not what I'm talking about. You're not done, are you?<</me>>
<<nmom2>> looked down, almost surprised at seeing herself wearing a bra and panties. She reached behind her, undoing whatever mechanism hers used, before reaching up, grabbing her tits as the bra loosened. She slowly lowered her hand, her bra going with it, showing off her magnificent tits.
<<me>>I can't wait to fuck those tits.<</me>>
She grinned for a split second, before remembering what she was, and reached down to her panties, before freezing, her eyes going wide.
<<me>>What's wrong?<</me>>
<<mom2>>W-well, I-<</mom2>>
I stood up, my cock hanging off of my body. I stepped towards her, the head of my cock pressing against her stomach, a smear of my pre-cum covering her skin, a small moan exitting her lips.
<<me>>Are you afraid of what you're going to find?<</me>>
I asked, getting a pleading look from <<nmom2>>.
<<me>>Are your panties wet, bitch?<</me>>
<<nmom2>> hung her head.
<<mom2>><span style="font-size: 0.8em;">Yes master.</span><</mom2>>
<<me>>What's that?<</me>>
I asked, grabbing her chin, making her look up at me. She bit her lip, pure embarrassment on her face.
<<mom2>>Yes master.<</mom2>>
<<me>>Yes what?<</me>>
<<mom2>>Yes, my panties are wet.<</mom2>>
<<me>>My oh my.<</me>>
I said, pushing my hips forward, pressing my cock harder against her stomach.
<<me>>Is my dyke bitch getting wet at the thought of getting her pussy fucked by her master.<</me>>
She didn't respond.
<<Button 'Well?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "mom2-1">>\
\
\
\
<<me>>Oh, I can tell you who I am.<</me>>
I said, my voice getting deeper. I approached her quickly, as I watched Lust take over her body. She took a meek step backwards as I approached her.
<<me>>I'm someone who's tired of hearing your shit.<</me>>
Her breathing got very shallow, and she avoided meeting my gaze. After a moment to collect herself, she managed to look at me, her cheeks getting rosy as she did.
<<mom2>>Y-you can't talk to me like that.<</mom2>>
She eeked out, sounding nothing like the powerful woman she usually portrayed herself as. I smiled smugly, and that caused her to frown.
<<me>>I think it's time things change around here.<</me>>
I reached up, and grabbed her chin roughly, causing her to moan lightly.
<<me>>After all, you're just a stupid slut, aren't you?<</me>>
<<mom2>>W-what!? Get off me!<</mom2>>
<img class="leftimg" src="images/Characters/House/Landladies/D04.png">\
She tried pulling away from my hand, but I quickly reached up, and grabbed one of her tits, not being gentle with it. Suddenly, her legs buckled under her, as she let out a low moan.
<<me>>You like being treated like this, don't you?<</me>>
She tried to get her footing back, being assisted by my hands, one still grabbing her face, and the other one latched onto her tit. As she was recovering, I grabbed at her dress, and pulled it down, revealing her large breasts. This caused her to moan out again, but this time, she successfully pulled away. She looked at me, confusion all over her face. After all, the feelings she's experiencing were probably a first for her. I know <<nmom1>> was bisexual, as she has mentioned she used to have a boyfriend. But from what she said, <<nmom2>> has never been anything less than a pure lesbian. So now, for her to be experiencing pure lust towards a man, and not just any man, but someone she hates?
<<mom2>>I don't- You don't know...<</mom2>>
I took a step towards her, a strange mixture of fear and excitement fluttered across her face.
<<me>>Oh, but I do. I can see clearly for the first time in a long time.<</me>>
I reached up, causing her to jump backwards, only to push up against the wall. Nowhere to escape, I reached up, and pulled on her nipple. As I did, her knees buckled again, and she reached up, biting her finger, trying to hide the moan that escaped her lips.
<<me>>Look at you slut. You're basically cumming from me playing with your whore tits.<</me>>
She managed to regain enough composure to shoot me a glare, still biting on her lip. After a moment, she spoke up.
<<mom2>>D-dont call.. me a whore... you little shit.<</mom2>>
I responded by pinching her nipple, causing her to fall down on her knees, her finger going right back to her mouth. However, as she fell to her knees, her nipple still between my fingers caused it to pull even more, causing her to moan out even louder.
<<me>>I'll call you a whore if I want to. After all, if the shoe fits.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D05.png">\
I let go of her nipple, causing her large breast to fall. She looked both relieved, and a bit disappointed. I watched her, topless, panting, trying her hardest not to cum right in front of me. I decided I would push her a bit more. I reached down, grabbing a handful of her hair, and pulled. For a quick moment, I saw her smile, before she quickly opened her eyes, and saw who was doing it. She didn't fight, however, clearly too close to embarrassing herself. However, when I sat down on the couch, and she saw I was pulling her so she was bent over my knee, she started pulling from me, causing her to moan as she did.
<<me>>See? Your body knows what you are. Now come here.<</me>>
I pulled, and she quickly stopped resisting, as she was only getting a strange pleasure as she did. As she settled being bent over my lap, I reached out, caressing her ass, causing her to gasp. I reached down, and pulled her dress over her ass, and stroked her ass without any fabric in the way.
<<mom2>>L-let me g-go, you bastard.<</mom2>>
I reached down, and saw her squirm away from my hand. I pulled on her hair, and saw anger and pleasure wash over her. She glared at me as I reached down, and ran a finger over her pussy. I could feel the warmth, and more importantly, how wet she was.
<<me>>Ah, this was what you were hiding. Don't like the fact that you enjoy being my little bitch, huh?<</me>>
<<mom2>>I don't know what you're talking about.<</mom2>>
She said, not sounding very convincing.
<<me>>Your wet pussy tells me you do. But I'm not doing this to play with you.<</me>>
I yanked on her hair again.
<<me>>I'm here to make sure you understand that you aren't going to treat me like this anymore. You're the bitch in this relationship now.<</me>>
<<mom2>>I don't think so.<</mom2>>
<<me>>Well I do. Now, cum, like an obedient little bitch.<</me>>
I bring my hand up, and slap her ass hard, causing her to start twitching in my lap, biting her lip as she struggled to hold the moan in. She couldn't hide it though, as she started squirting, dousing the floor in front of the couch with her juices. I reached up, and started petting her as she rode her orgasm.
<<me>>That's a good girl.<</me>>
After a minute, she finally settled down, breathing deeply, her head hanging down. Whether from shame or just exhaustion, I didn't know, or care. I pushed her off my lap, and she fell on the floor with a thud, causing her to groan lightly.
<<me>>I hope you understand how things are going to change.<</me>>
She didn't respond, and I didn't need her to. I walked around the puddle.
<<me>>And clean this up. Or do you want to explain to the girls why it's there?<</me>>
I said, chuckling<<if $player.prog gte 2>>. As I walked away, I could feel energy build up in my arm, only to quickly dissipate as it left from me. Suddenly, I could feel exactly where <<nmom2>> was, panting on the ground, as she slowly stood up, stumbling over to the kitchen to grab something to clean up the mess. The mark of Greed had been applied.<<set $mom2.marked to 1>><<else>>, as I left the room.<</if>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "mom2-2">>\
\
\
\
I watched as <<nmom2>>'s entire tone melted under the effects of Lust. Her livid expression contorted as she felt the assault of pleasure she recieved from following my orders, and her legs began to shake, threatening to collapse. Her eyes rolled up, and she hung her head. Still, she was a strong willed woman, as a moment later, she looked at me with her best faux-confidence.
<<mom2>>H-ha, do you think you can tell me what to do, h-here?<</mom2>>
I chuckled, noticing that her knuckles were white from how hard she was squeezing her desk. I slowly walked towards her.
<<me>>I can tell you what I think, <<nmom2>>. I think the moment you heard my order...<</me>>
I stepped up, and took a seat on her desk. I raised the belt, and slowly stroked her chin, causing her to fight back a grin.
<<me>>Well, I think when I go back there, I'm going to find a puddle in a certain bitch's panties. Tell me I'm wrong.<</me>>
<<mom2>>Y-you're so wrong...<</mom2>>
<<me>>Oh really?<</me>>
I placed the belt down, and gently caressed her chin. She must have loved it, as she couldn't fully stifle the moan.
<<me>>All you have to do is be a good little bitch for me. You'll get your punishment still, but I'll make sure you enjoy it even more.<</me>>
That caught her attention, as I saw her eyes snap to mine, filled with excitement for a brief moment. But the next, it was hidden.
<<mom2>>Who do... Who do you think you are? I'm going to make sure <<if $fet.inc is 1>>your <</if>><<nmom1>> hears about this.<</mom2>>
Her smug smirk turned to ire as I laughed in her face.
<<me>>Oh, what are you going to tell her? <<nme>> made me squirt harder than I've ever in my life!<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D07.png">\
I stood up, and could feel my cock get harder and harder. I picked up the belt, and rubbed it down her body as I walked around her, until I was directly behind her. I took a seat in her own chair, and admired her truly fantastic ass, and spanked it lightly with the belt. Not enough to inflict any sort of pain, but just to remind her what the next 30 minutes would consist of. I reached up, and pulled her skirt up.
<<me>>Now, why don't you tell your assistant out there not to interrupt us.<</me>>
<<mom2>>I-I told you, you're not in charge here.<</mom2>>
<<me>>Oh? This is going to happen. We both know it. It's up to you if you want to risk your assistant walking in.<</me>>
The rage that was building in her face was beautiful, but did have me a bit worried. I was worried it might actually be enough to overcome Carnal Fog, so I reached up, and slapped her pussy with my belt, and her knees buckled, a long, low moan escaping her lips.
<<me>>Well?<</me>>
She didn't look back at me as she slowly got back into her bent over position. After a moment, I saw her hand, shaking, reach out for her phone, and press a button.
<<assw>>Yes <<nmom2>>?<</assw>>
Her breath was shaky, and again, I thought she might back out, so I gently rubbed the belt on her inner thigh. She shook slightly, but then continued.
<<mom2>>I-I'm going to... Hold all calls, I haven't... Had lunch with my...<</mom2>>
I heard her swallow, as the next word clearly didn't come easy. Mom didn't come for me either.
<<mom2>>Son in a while. Don't interrupt. For anything. Understand?<</mom2>>
<<assw>>Of course <<nmom2>>. I'll make sure you two aren't bothered.<</assw>>
<<nmom2>> hung up the call, and hung her head in shame. I chuckled.
<<me>>There's the obedient bitch I love spanking. Let's keep this ball rolling. Spread your legs.<</me>>
She didn't raise her head, or offer any sort of resistance. Slowly, she spread her legs. I reached down, and pressed on her pussy lightly through her panties, feeling how wet they were. She moaned lightly, and I could tell she was already close to cumming. That wouldn't do, as I pulled my finger back, eliciting a whimper.
<<me>>Oh no, you're not getting off that easily. I am going to make you cum. Maybe even more than once.<</me>>
That finally made her lift her head, and she looked back at me. I almost dropped the belt. The woman looking at me was not <<nmom2>>. The woman looking back at me looked up at me, vulnerable, her eyes filled with hope, and desire. I gripped the belt even tighter.
<<me>>But you're going to be cumming while I whip your ass raw.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D08.gif">\
I said, bringing the belt down, making a cracking sound as the leather hit her skin. Just like that, <<nmom2>>'s head shot back, and her legs began to shake and twitch, juices beginning to fall down her legs. She was already cumming from the first belt. I watched her body tense up throughout her orgasm, and once she was beginning to come down, I lifted the belt, and brought it back down. Already incredibly horny from her past orgasm, her lust began to climb again. Again, I whipped her ass, and her arms gave out. She laid her head directly against her desk, bending over even more. I was going to enjoy this.
<<linebreak>>
I fastened my belt back securely, and opened the door, looking back one last time. <<nmom2>> was sprawled over her desk, panting heavily. Even from where I stood, I could see the red marks from my belt on the top of her ass. I might have gone a bit overboard, but I still couldn't feel anything but satisfaction. Which was a strange feeling to have when my cock was as hard as it was. Still, I tucked it, and closed the door behind me. I walked over to <<nassw>>'s desk, and she flashed me a smile.
<<assw>>Hey! How was lunch with your mom?<</assw>>
I fought the urge to wince as she called <<nmom2>> that.
<<me>>It was great. I've been a real pain in the ass lately, so I came here to apologize.<</me>>
<<assw>>That's so sweet of you.<</assw>>
She bit her lip, and I leaned closer.
<<me>>Really? I thought you might think it's lame I'm so close to her<</me>>
<<assw>>Not me. I love a good mommy's boy.<</assw>>
<<me>>But I can be so bad too.<</me>>
I heard her moan lightly, and bend over, almost shoving her cleavage in my face.
<<assw>>How bad can you be?<</assw>>
<<me>>I would love to show you sometime.<</me>>
She swallowed deeply.
<<me>>Not today unfortunately.<</me>>
I said, standing up quickly.
<<cain>>You get some power, and you immedietely become a tease.<</cain>>
I ignored <<ncain>>'s comment. <<nassw>> looked dissapointed, but she knew I was interested.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/03.png">\
<<assw>>Don't wait too long.<</assw>>
I winked at her, and began to walk away. I noticed her get up, and walk towards the office with a notepad.
<<me>>Oh, <<nmom2>> got a call from some big wig. She told me to tell you that she'll tell you when to come in.<</me>>
<<nassw>> didn't question my lie for a moment, nodding. She quickly used the chance to bend over slightly, giving me a good look at what I was missing.
What a minx.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "mom2-3">>\
\
\
\
I watched, feeling like a fucking king, as <<nmom2>> slowly got onto her knees.
<<me>>No, not yet. take off that dress.<</me>>
She looked up at me, confused at the pleasure she was feeling as she slowly peeled off her dress, revealing the lingerie she was wearing underneath.
<<me>>Now that's how a proper whore looks like when she sucks cock. Go ahead.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D10.png">\
She reached up tentatively, before stopping, as she saw my belt in my hands. She looked up at me, fear flashing over her features. I laughed at her.
<<me>>Don't worry, the belt is only for bad bitches. Are you going to be a bad bitch for me <<nmom2>>?<</me>>
<<mom2>>N-no...<</mom2>>
She shook her head.
<<me>>Good.<</me>>
I threw the belt on the bed, and <<nmom2>> relaxed lightly, before tensing back up as she looked back at my pants.
<<mom2>>I-I've never... Done this before...<</mom2>>
<<me>>Don't worry bitch. You're gonna be getting a lot of practice from now on.<</me>>
She nodded, looking down, hiding her shame.
<<me>>But for now, I don't need you to be good. Because you're not going to be sucking my cock.<</me>>
Hope flashed across <<nmom2>>'s face.
<<mom2>>You-<</mom2>>
<<me>>I'm going to be fucking your pretty face.<</me>>
I said, undoing my pants, and pulling my cock out in one swift movement. If there was any disappointment in her face, it was hard to tell from the sheer pleasure she received when I slapped my cock onto her face.
<<mom2>>OooOooOOOoooh god, what's wrong with me.<</mom2>>
<<me>>There's nothing wrong with you, bitch.<</me>>
I said, rubbing my dick over her face, letting her take a deep breath, my musk reaching deep inside her, pulling out another moan.
<<me>>You're acting like a dumb whore like you should be. Do you like the smell of my cock?<</me>>
That snapped <<nmom2>> out of her trance, her cheeks turning a deep red as she realized what she just did. I didn't let her recover, as I slapped her with my cock again.
<<me>>Now open up. I'm going to fuck your bitch face now.<</me>>
<img class="rightimg" src="images/Characters/House/Landladies/D11.png">\
Seemingly deciding this was the less embarrassing option, she nodded slightly, and closed her eyes, pausing, possibly giving a silent prayer. When nothing happened, she opened her mouth. I slowly lifted my cock, and pressed the head against her tongue. She gasped when I did, and she moaned again. Not wanting to see my reaction anymore, she leaned forward, taking my entire head into her mouth.
<<me>>Can't wait for me to fuck your face, huh?<</me>>
She didn't respond, too distracted by the very confusing pleasure she was getting from pleasing my cock. Not wanting to be left behind, I grapped her head, gripping it tightly, and began to saw my cock in and out of her mouth. I loved watching her lean forward as I pulled out, clearly not wanting to let go of my cock. Wanting to give her what she wanted, and honestly, hurt her a bit, I suddenly jammed my cock as deep as I could, causing her to gag loudly. Her eyes snapped open, and met mine.
<<me>>There you are. I can't have you forgetting what's happening. This isn't something that you should be enjoying.<</me>>
I began fucking her face harder.
<<me>>This is for me. You're dyke mouth is pleasing your new masters cock.<</me>>
Even as I pumped my cock deeper into her mouth, pushing close to her throat, I heard her moan as she heard my new title.
<<me>>The cock whose cum you're going to be swallowing soon.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D12.webp">\
I said, getting closer and closer to cumming.
<<me>>How does that feel? Knowing you're going to be my cum dumpster.<</me>>
She moaned even louder at hearing that, her fingers moving like lightning into her lingerie.
<<me>>That you're nothing but a hole for me to fuck?<</me>>
I groaned out. I reached down, and lightly kicked her pussy through her panties, causing her to start cumming hard. Watching her twitch as I fucked her face pushed me over the edge, and I started blasting ropes of cum directly into her throat,
<<me>>Fuck yeah, swallow my cum you lesbian cock sucker.<</me>>
I grunted through my orgasm, her riding high on her own. After I was finished, I let her go, and roughly pushed her away, making her fall on the ground. She began coughing, but still enjoying her post orgasm bliss.<<if $mom2.marked is 0>>As I stood over her, watching her recover from her facefuck, I felt energy build up in my arm, and dissipate, as it entered into <<nmom2>>. She was now marked.<<set $mom2.marked to 1>><</if>>
<<me>>What do you say bitch?<</me>>
She swallowed, although I wasn't sure if it was because of the rough face and throat fucking, or because what she was about to say was difficult for her.
<<mom2>>T-thank you m... master.<</mom2>>
<<me>>For what?<</me>>
She bit her lip, half in anger, half in lust.
<<mom2>>For letting me... swallow your cum.<</mom2>>
I nodded.
<img class="leftimg" src="images/Characters/House/Landladies/D13.png">\
<<me>>Good girl. Now, get dressed. You're going on a date with your wife with a stomach full of cum.<</me>>
She nodded, her eyes on the floor as she slowly lifted herself. I looked at her fat ass, and slapped it, hard, leaving a red print. She looked back at me, once again in a mix of anger and lust, and I finally got my picture.
<<me>>Get used to it slut.<</me>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "mom2-4">>\
\
\
\
<<mom2>>Oh fuuuck.<</mom2>>
<<nmom2>> moaned, Lust hitting her hard, as I reached up and began playing with one of her nipples, both very hard.
<<me>>That's a good thing, don't you see?<</me>>
I said, reaching up to her hair, and grabbing it, pulling her over to the bed, before throwing her into it face down.
<<me>>Because today is the start of your new life.<</me>>
I said, rubbing <<nmom2>>s fat ass, before dipping my hand down, pressing my finger against her pussy through her underwear, happy to see that she wasn't just wet, she was dripping, a couple drops of her juices running down her upper thigh.
<<mom2>>MMmmMMmmmmm.<</mom2>>
She moaned, pushing her own head into my mattress, trying and failing to stifle her own moan.
<<me>>It's ok, you can admit it.<</me>>
I said, reaching up and grabbing her panties, pulling them down, almost groaning as I saw a strand of her juices connected as I pulled them down.
<<me>>But here, maybe this might help.<</me>>
I said, reaching up and grabbing her hair, pulling her head up.
<<mom2>>Aaah, wha-<</mom2>>
She started, before being interrupted as I pushed her panties into her mouth, wet spot in first.
<<me>>Do ahead, and taste how wet I made you slut. For now...<</me>>
I stepped behind her, and pressed the head of my cock against her wet slit.
<<me>>Last chance to keep your old life.<</me>>
She looked back at me, and gave me a pleading look.
<<me>>Because once I enter you, your life is never going to be the same.<</me>>
I leaned forward, my cock head still pressed against the entrance to her pussy, as I began rubbing it up and down her hole.
<<mom2>>MmmmmMMmmmaaahhhh...<</mom2>>
She moaned, before shaking her head lightly.
<<me>>I guess I could go down the hall. I'm sure <<nsis1>> would be more than happy to take your place.<</me>>
Her eyes widened at hearing that, before she turned away from me, burying her head into the bed. As she did, she pushed her hips back.
<<me>>Does my bitch want my cock?<</me>>
She didn't turn to me, but I saw her nod, as she continued pushing her hips back towards me. I smiled, and pushed my own hips forward. She was very tight, but eventually, my head pushed into her, causing both of us to moan.
<<mom2>>MMMMMMmmmmmmmmmm...<</mom2>>
<<me>>That's right bitch.<</me>>
I said, pushing my cock further into her wet, warm hole.
<img class="rightimg" src="images/Characters/House/Landladies/D17.webp">\
<<me>>That's what a real cock feels like.<</me>>
<<mom2>>OooooOOOooaaaaaOoAoaaa...<</mom2>>
I began making shallow pumps into her, trying to get deeper with each one.
<<me>>I hope you like it, because you're going to be feeling this whenever I feel like it.<</me>>
I grunted, leaning forward to grab <<nmom2>>s hair as a handle, pulling her head up.
<<mom2>>OOohh FUuuuUccckk...<</mom2>>
I heard <<nmom2>> moan, and saw as the panties fell down onto the bed, her own moans pushing them out of her mouth.
<<me>>Although from how wet you are, you're enjoying this, aren't you?<</me>>
<<nmom2>> moaned, but didn't say anything as I continued pistoning into her tight hole. I pulled her hair lightly, slapping her ass hard.
<<me>>Your master asked you a question!<</me>>
<<mom2>>N-no, I'm not!<</mom2>>
She got out around her moans.
<<mom2>>I-I'm a lesbian!<</mom2>>
<<me>>You are, huh?<</me>>
I said, wrapping her hair around my hand, and pulling her tight against me, playing her nipples as I continued pounbding into her pussy.
<<me>>You hear that slut?<</me>>
She didn't respond, as the only sounds were from our bodies smashing into each others.
<<me>>That's the sound of a bitch enjoying herself.<</me>>
<<mom2>>Shhh-Shut U-<</mom2>>
She said, before stopping, her body tensing up as her insides began twitching around my cock.
<<mom2>>SSHHHHHhhHHhh-<</mom2>>
<<me>>Oh, is my bitch cumming on her masters cock?<</me>>
<<mom2>>NnnnnNNnnooooOOooo!<</mom2>>
She moaned, not doing a good job at hiding her orgasm.
<<me>>That's what it feels like.<</me>>
I grunted, fucking into her harder.
<<me>>I do love filling a bitch with my cum while she's cumming.<</me>>
That made her flinch.
<<mom2>>N-NNnoooo, I-I'm nooOooo-<</mom2>>
She trailed off, her orgasm racking her body as I continued using her pussy as a sextoy.
<<mom2>>NNooo bi-birth conttrrroolll...<</mom2>>
<<me>>What the fuck do I care?<</me>>
I said, pushing my cock in again, finally getting the entirety of my cock inside of her.
<<me>>If I want to fill my bitch with my cum, that's what I'll do.<</me>>
I felt her hole tighten even more as I said that.
<<me>>You're my bitch to knock up.<</me>>
<<mom2>>FFuUUUuuUCK Yyyouuuu-<</mom2>>
She said, my words pushing her into a second orgasm, which milked my cock, pushing me to cum.
<<me>>Take my load bitch.<</me>>
I grunted, as I pushed my cock as deep into <<nmom2>> as I could, shooting my load deep into her womb. We were both silent, only our bodies making noises as we both fucked each other as hard as we could, her ass pushing against me as she felt my warm cum filling her baby room. After a minute, I finally finished, and pulled my cock out.
<img class="leftimg" src="images/Characters/House/Landladies/D18.webp">\
<<me>>Fuck, that wasn't bad for taking your gold star.<</me>>
I said, slapping her ass, and watched as she continued twitching on my bed, even as my cum slowly began pouring out, rolling down her thigh.
<<mom2>><span style="font-size: 0.8em;">No....</span><</mom2>>
She said, breathlessly, trying to get it out.
<<mom2>><span style="font-size: 0.8em;">No touching <<nsis1>>..</span><</mom2>>
I smiled, slapping her ass.
<<me>>I'm a man of my word. She's safe, for now.<</me>>
<<mom2>>For now?<</mom2>>
She asked, confusion in her face. I leaned down, petting her hair.
<<me>>So long as my bitch takes care of my cock, her daughter doesn't get it.<</me>>
She looked up at me, worry in her face, before she bit her lip, nodding.
<<me>>Good girl. Now-<</me>>
I said, grabbing her hair, and pulling her out of my bed.
<<mom2>>H-Hey!<</mom2>>
I pulled her to my door, opened it, and threw her onto the ground outside, in the public hallway, naked and dripping my cum.
<<me>>I'm done with you.<</me>>
I grabbed her clothes, and threw them down the hall, before closing the door behind her. I smiled as I heard her wearily stand up, and run to the clothes. I turned to my room.
<<me>>Well? How was it?<</me>>
I asked. When I didn't get a response, I walked over to the closet, and opened it. I wasn't sure what I expected, but it wasn't that. <<nsis1>> was on her knees completely nake, a ballgag in her mouth, a puddle of juices on the ground right beneath her. I leaned forward, and pulled the ballgag out of her mouth. I looked at it, before looking at her questioningly.
<<sis1>>!... had... to...<</sis1>>
She said, trying to catch her breath, as her body was still shuddering.
<<sis1>><span class="Mom2Text">Mom</span>... would have... heard me...<</sis1>>
I smiled, and stepped towards her, my cock right in front of me.
<<me>>You didn't want her to catch you cumming to the sight of her getting bred like a bitch?<</me>>
<<nsis1>> didn't respond, her eyes locked with my cock. I flexed it, making it jump.
<<me>>That's right. It's covered in <<nmom2>>s juices.<</me>>
She looked up at me.
<<sis1>>Can I please suck your cock... master?<</sis1>>
I smiled, grabbing a hold of <<nsis1>>s head, and pressing the head of my cock against her now outstretched tongue.
<<me>>Well when you ask like that, how can I say no?<</me>>
I said, feeling <<nsis1>>s tongue begin to move.
<<me>>That's right. Clean off your moms pussy juice from my cock.<</me>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "sis1-1">>\
\
\
\
I see her stop, and slowly sit back in her chair. She clearly gives this a lot of thought, which tracks with everything about her. She gives everything her best, it makes sense that carries over to a command with Lust. After a few seconds, she speaks up.
<<sis1>>Well, to be honest, I have one specific thing...<</sis1>>
She says, smirking as she starts talking.
<<me>>Hit me.<</me>>
I reach down, and rub my cock through my pants.
<img class="leftimg" src="images/Characters/House/Roommate 1/03.png">\
<<sis1>>Well, a lot of my fantasies are different, but they all have one thing that's similar.<</sis1>>
She reaches down, and presses her finger into her shirt where her nipple is, causing her to moan lightly.
<<sis1>>I definitely have a more... Dominant streak.<</sis1>>
<<met>>Surprising exactly zero people.<</met>>
I think, not wanting to interrupt her as she carries on.
<<sis1>>So usually, I'm in charge of a guy, having fun. However...<</sis1>>
Her smile fades a bit, as she gives what she's talking about a lot of thought. I don't, clearly as I reach down and quietly unzip my pants.
<<sis1>>I don't know, I guess I would have to say I'm a bit bi-curious.<</sis1>>
She said, nodding as if that was the first time she had said this. I slowly pulled my cock out, the story being told by <<nsis1>> getting me fully hard.
<<me>>So you're starting to imagine being in charge of women?<</me>>
After I said that, I finally cracked her, as her cheeks started to flush. Clearly embarassed, she nodded lightly, pinching her nipple through her shirt. I saw her hand with the pen slowly dip down beneath her desk,
<<sis1>>W-well...<</sis1>>
<<me>>Yeah?<</me>>
<<sis1>>O-one woman, specifically.<</sis1>>
I tilted my head hearing this. Since she made it clear she wasn't going to continue, I asked her.
<<me>>Who?<</me>>
<<sis1>><<nmom2>>.<</sis1>>
She whispered, bringing a huge smile to my face. It looks like I wasn't the only one in the house that wanted to bring that bitch down a peg. <<if not $mom2.scene.includes(1)>>However, I had already taken a good first step in that direction. It would only be good manners of me if I helped her as well.<</if>>
<<me>>Really?! Well, why don't you tell me what you imagine.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 1/04.webp">\
Upon hearing my approval, <<nsis1>>'s smile grew a bit, and she closed her eyes, her hand with the pen moving faster below the desk.
<<sis1>>She's always so bossy. I always imagine her tied up, with a ring gag in her mouth.<</sis1>>
Her hand above the desk finally reached under her shirt, and she started pulling on her nipple directly.
<<sis1>>I love grabbing her by her hair, pulling her roughly into my pussy, and having her eat me out, while I call her... things.<</sis1>>
<<me>>What kind of names do you call her?<</me>>
I said, rubbing my cock faster, being careful not to distract her.
<<sis1>>I call her a little dyke whore. How she probably loves eating out her little girls pussy.<</sis1>>
She said, moaning out lightly as her hands started moving faster.
<<sis1>>Then I'll kick her off, and spit in her mouth, and she'll be so happy to swallow it, mixed with my other juices.<</sis1>>
She moans out again, and I can feel myself getting closer as she keeps going.
<<sis1>>Then I'll bend her over, and spank her fat fucking ass with a belt, until she's nothing but a moaning mess.<</sis1>>
She's nodding and moaning, and I can tell she's getting closer to orgasm as well.
<<sis1>>And once she can barely stand it, I'll start fucking her hard with my strap on. I'll pull on her hair, and slap her red ass, until-<</sis1>>
She stopped talking and she started shaking as her orgasm hit her hard. I was feeling close myself, so I walked over to her desk, watching as she came. I pointed my cock at her coffee cup, and started blasting my cum into it, filling it up. Once I finished, I put my cock back in my pants, just in time for her to open her eyes, and she looked at me. Her cheeks flushed lightly, before her professional face came up, She cleared her throat, and sat up straight, her pen noticibly shinier than it was before.
<img class="leftimg" src="images/Characters/House/Roommate 1/05.png">\
<<sis1>>Ahem. Anyway, is that all?<</sis1>>
She said, focusing back on her paper work.
<<me>>Yeah. That's more than enough, thanks.<</me>>
She nodded at me, and waved her hand, gesturing to the door. As I walk away<<if $player.greed gte 1>>, I can feel energy building up in my arm. It's a familiar feeling, and I let it build up, before it disappears as quickly as it appeared. I could feel <<nsis1>>, and could tell she was marked. Finishing that, I looked back<<set $sis1.marked to 1>><</if>>, I watched her pickup her coffee cup, and take a large swig. She put it down, and looked at it for a moment, before shrugging, and taking another sip. I opened her door, and started thinking about the possibilities.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis1-2">>\
\
\
\
<<sis1>>Ok. Tell me everything.<</sis1>>
She said, Lust clearly taking a hold of her body. She slowly opened her legs, giving me access. I walked over to her bed, and kissed her neck lightly.
<<me>>Ok. You know how much of a bitch she is to me.<</me>>
I reach down, and place my hand on her thigh, causing her to moan lightly.
<<me>>Well, when she stopped me in the front closet, I had enough. So I told her if she was going to be a bitch, she was going to be my bitch.<</me>>
<<nsis1>> nodded lightly, her eyes closed, imagining everything I told her. She might have had some doubt before, but now she was fully in.
<<me>>She didn't like that at all. So when I grabbed her fat tits, and pulled on them roughly, she almost came right then and there.<</me>>
I reached up, and cupped <<nsis1>>'s breast through her shirt, causing her to stifle a moan. I started kneading it, getting rougher as I kept going.
<<me>>Then I pulled her dress down. I wanted direct access to her tits.<</me>>
I reached down, and slowly pushed her shirt up, then her bra, until I had pulled both off, and she was sitting topless in front of me.
<img class="leftimg" src="images/Characters/House/Roommate 1/09.png">\
<<sis1>>Then what?<</sis1>>
<<me>>Then I grabbed her nipple, and started playing with it.<</me>>
I started pulling and kneading her nipples, causing <<nsis1>> to moan louder.
<<me>>That's right. She started moaning like a bitch in heat. She only got wilder when I grabbed her hair like her leash.<</me>>
I reached up, and took a handful of <<nsis1>>'s hair, and pulled it lightly, causing her to gasp and smile.
<<sis1>>She was probably so wet for you.<</sis1>>
<<me>>I had to check. So I bent her over my knee, and felt her pussy through her panties.<</me>>
I reached down, and lightly pressed on <<nsis1>>'s panties, feeling a familiar warmth.
<<sis1>>You fingered her?<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 1/10.webp">\
She said, squirming. I saw her move her hips forward, wanting more of my fingers on her.
<<me>>No, she needed to understand our new relationship. So I spanked her ass.<</me>>
She moaned at hearing this, and I leaned forward, licking her neck.
<<me>>That made her squirt like the little whore she is.<</me>>
<<sis1>>God, yes!<</sis1>>
She moaned out, pressing her pussy into my fingers more. I pulled back, still rubbing, but lighter. She opened here eyes, and looked at me with hunger.
<<sis1>>Don't you want to make me cum like her?<</sis1>>
I smiled, and leaned forward, kissing <<nsis1>> deeply. She was surprised, but quickly reciprocated, her tongue darting forward to meet mine. I made out with <<nsis1>> for a minute, before I pulled back.
<<me>>Of course I want to make you cum. But don't you want to hear the rest of the story?<</me>>
Her eyes widened a bit.
<<sis1>>There's more?<</sis1>>
I nodded, then she smiled, leaning back and closing her eyes again. I pressed my fingers forward again.
<<me>>Then I visited her at work. She brought me to her office quickly. She thought she was doing it because she didn't want to have to act like a proper mother in front of her coworkers. But really, she wanted to be in a private room again. She knew I was going to hurt her, and she wanted that.<</me>>
<<sis1>>Yeesss, she deserves it. She's nothing but a bitch.<</sis1>>
<<me>>She can be our bitch. Doesn't that sound nice?<</me>>
<<nsis1>> nodded, and leaned over to me, initiating a kiss. I pushed her panties to the side, and pressed a finger in, causing her to moan into my mouth.
<<sis1>>Then what?<</sis1>>
<<me>>Well, I told her I was there to train my new bitch. And what better way of training, than with a belt.<</me>>
<<sis1>>Oh god, yes!<</sis1>>
<<me>>I spent an hour whipping her ass. I was so tired after, but my bitch was well trained. Do you think you could do that?<</me>>
<<sis1>>I will. I promise. Just teach me how.<</sis1>>
<<me>>Good girl.<</me>>
<<if hasVisited("Mom2: 3-1")>>I felt <<nsis1>> was so close to finishing, so I figured I would tell her one last story.
<<me>>Then, I found her, all alone when getting ready for a date with <<nmom1>>.<</me>>
<<sis1>>She always dresses like such a slut.<</sis1>>
<<nsis1>> said, and I was happy to see her get so into it.
<<me>>Well this time, I decided she should go on a date with her wife with her dyke stomach filled with my cum.<</me>>
She gasped, and I felt her hand slowly drift up, softly grabbing my cock through my pants.
<<me>>But I'm a good master. So I made sure to train her. I opened her mouth, and fucked her pretty whore mouth.<</me>>
<<sis1>>She tasted cock for the first time?<</sis1>>
<<me>>And my cum. Although, I don't know how much she tasted, since I blew my load direclty into her stomach.<</me>>
<</if>>That was enough to push her over the edge, as she began twitching, her pussy getting tighter around my fingers.
<<sis1>>Gggyyeeaaasssss!!<</sis1>>
She moaned out, loudly. I was thankful no one else was home, else they would have heard it clearly. I continued fingering her, letting her ride out her orgasm. Once she was done, I pulled out my phone, and took a quick picture. She looked at me, dreamily, and leaned forward again, making out with me.<<if $sis1.marked is 0>> As I felt her tongue meet mine, I felt energy build up in my hand, and once enough had formed, it entered into <<nsis1>>. She was now marked.<<set $sis1.marked to 1>><</if>> This time she pulled back.
<<sis1>>I want it. I want to make her my bitch.<</sis1>>
I smiled at her.
<<me>>I'll make it happen. For you.<</me>>
She smiled, bashfully, and pulled back.
<<sis1>>Thank you.<</sis1>>
<img class="leftimg" src="images/Characters/House/Roommate 1/11.png">\
I nodded, and stood up, putting my fingers into my mouth, tasting her juices.
<<me>>So sweet<</me>>
Her cheeks flushed again, and she stood up, pushing me out of her room. She closed the door behind her
<<sis1>>Enjoy the picture.<</sis1>>
I heard whispered through the door. I smiled, and walked away.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis1-3">>\
\
\
\
<<me>>Imagine her, underneath you.<</me>>
I reached down, gently rubbing my hand down her back, feeling a slight shiver as Lust began to affect her.
<<me>>A leash in your hand, connected to the collar on her neck.<</me>>
I pull her over to the collars. There are hundreds of different designs, some of them ranging from bright and bubbly, to the more extreme variants, sporting spikes, some even on the inside. She reaches out, running her fingers on some, feeling the leather underneath her fingers.
<<me>>You're pumping into her, her pussy juices covering your legs, as the bitch is loving your treatment.<</me>>
I reach down, until my hand is on her ass, causing her to moan. I couldn't tell if she noticed, but she nodded as I began playing with her ass. Using her ass, I lead her to the next section.
<<me>>You pull on her buttplug, and she moans even louder, because you know the whore loves it up the ass.<</me>>
Her eyes darkened slightly, even as her smile remained.
<<sis1>>And if she doesn't, we'll train her into the buttslut she was always meant to be.<</sis1>>
<<me>>Now you're seeing it.<</me>>
I leaned closer to her neck, kissed her. She moaned, closing her eyes, her smile brightening up.
<<sis1>>You're there, right?<</sis1>>
<<me>>What do you mean?<</me>>
<<sis1>>You said we would share her.<</sis1>>
<<me>>If you want me there.<</me>>
She turned to me, looking me right in the eyes.
<<sis1>>Of course. I'm fucking her pussy. She's got plug in her ass. I'm counting one more hole.<</sis1>>
I leaned forward, stopping right in front of her lips, causing her to shiver again.
<<me>>Well then I have to be there. What better way to shut that dyke whore up?<</me>>
She nodded, leaning forward, kissing me deeply, her tongue reaching mine. We stayed there, sharing a deep kiss, as I played with her ass. It took a minute before she reached down, caressing my cock through my pants, feeling how hard I was. She broke the kiss off, smiling.
<<sis1>>Buy whatever you need. Then meet me in the car. We need some... Practise.<</sis1>>
I nodded. She reached into her purse, pulling her wallet out, before I stopped her.
<<me>>On me.<</me>>
She smiled at that, giving me another kiss.
<<sis1>>Ok. But only if you buy that.<</sis1>>
She pointed at a box on the table behind us. It took me a moment to realize what it was. It was a mold kit, to make a homemade dildo.
<<sis1>>Because she should get to feel this-<</sis1>>
She squeezed my cock.
<<sis1>>In every hole.<</sis1>>
I nodded, enjoying the feeling of her hand.
<<sis1>>Now hurry up. I need to feel it first.<</sis1>>
She let go, turning around and making a beeline for the door. I stood there for a second, before looking around. I had done a decent amount of research before coming here, so I was able to make the list quickly. The stars of the purchase were the strap on, the cock mold, and a buttplug. I was carrying everything, when I saw the counter, and froze when I saw <<ncov4>> smirking at me. I cleared my throat, and put all the things on the counter. She didn't say anything, just rang everything through, before stopping at the cock mold and strap on.
<<cov4>>Mmh, no.<</cov4>>
<<me>>Wha-<</me>>
Before I could say anything, she grabbed the strap on, and walked over to the shelf I grabbed it from. She picked up another one, then walked over to the table the cock mold was on, grabbing something small from there, and brought it to the counter.
<<me>>What-<</me>>
<<cov4>>This brand is good, and also makes an adapter that can be put into the mold.<</cov4>>
I looked down, and pieced it together.
<<me>>So the strap on can-<</me>>
<<cov4>>Use the mold you make.<</cov4>>
She said, her eyes wandering down to my pants.
<<cov4>>So you're one of those guys?<</cov4>>
She said, smiling.
<<me>>Huh?<</me>>
She looked down at the strapon, then down to my pants, then her smile grew.
<<me>>Oh. Oh! No! That's not for... No!<</me>>
She giggled.
<<cov4>>Whatever. You should hurry up. I could smell the Lust coming off that girl from here. You guys gonna fuck in our parking lot?<</cov4>>
I opened my mouth, but nothing came out. She had managed to hit the nail on the head.
<<cov4>>No judgment. Although I might take a look.<</cov4>>
I could feel my cheeks burn, before she laughed again.
<<me>>I can't say it was nice seeing you again <<ncov4>>.<</me>>
<<cov4>>Uh-huh. Go get her, stud.<</cov4>>
I paid for the items, and walked out, making a beeline for the car. Before I could open the door, it swung open, as <<nsis1>> pulled me in, closing it behind me. Her mouth was instantly on mine.
<<sis1>>Get your cock out. Show me how you're gonna fuck the slut.<</sis1>>
I reached for my belt, pulling my pants down. As soon as my cock was out, <<nsis1>>'s hands were on it. She didn't waste any moments, pulling her dress up, and pressed it against her pussy.
<<me>>No panties?<</me>>
I asked, and she licked her lips, looking up at me.
<<sis1>>Your fault. They're in the front seat, drenched.<</sis1>>
Hearing that, I pushed forward, causing <<nsis1>> to gasp.
<<sis1>>God yeess.<</sis1>>
<<me>>Like that?<</me>>
<<sis1>>Fuck me.<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 1/14.png">\
I pushed into her, feeling her tight warmth, before pulling out, only to push in slowly.
<<sis1>>Faster.<</sis1>>
I nodded, and sped my thrusts up.
<<sis1>>Rougher. Pretend I'm <<nmom2>> Call me names, all of it.<</sis1>>
<<me>>You're such a fucking whore, aren't you <<nmom2>>?<</me>>
<<sis1>>I am. Such a dumb slut.<</sis1>>
I sped my thrusts into her, feeling her walls tighten. I reached up, and grabbed a handful of her hair, causing her to moan and smile.
<<me>>You're pretty wet for a dyke, aren't you? You actually love cock, don't you?<</me>>
<<sis1>>I love it. I'm a fake lesbian slut.<</sis1>>
I pulled on her hair, and spit in her face, and felt <<nsis1>> clench up, as her orgasm hit her body. I didn't stop fucking her even as she was riding the high.
<img class="leftimg" src="images/Characters/House/Roommate 1/15.webp">\
<<me>>What would your wife say if she saw you here, cumming on a cock?!<</me>>
<<sis1>>She would call me a fake lesbo. Nothing but a whore for cock.<</sis1>>
<<me>>She'd be right. I'm close, slut.<</me>>
Her pussy managed to tighten up even more as I said that.
<<me>>Should I cum inside you? Imagine that. A lesbian cumslut, pregnant.<</me>>
<<sis1>>I wouldn't be able to hide it.<</sis1>>
She moaned out, her legs wrapping around my waist, as I fucked her hard.
<<me>>Everyone would know, you're a cumslut. A whore for men to breed.<</me>>
She began moaning, cumming again upon hearing my words, and pushing me over the edge, as I started shooting my cum directly into <<nsis1>>'s pussy, pushing as deep as I could.
<<sis1>>S-sooo Wwwaarmm...<</sis1>>
She moaned out, feeling my cum inside her. I leaned forward, taking her lips with mine, making out as I shot my load into her. I kept pumping, until I was empty. After a minute, I leaned back, my softening cock sliding out of her, covered in her juices and my cum. <<nsis1>> was still twitchingI sat back, and pulled my phone out, and took a picture. After that, I caught my breath, enjoying watching <<nsis1>> come down from the high, as she gave me a dopey smile.
<<sis1>>She never stood a chance.<</sis1>>
<<me>>No, she didn't. And soon, you'll get to have your own fun with her.<</me>>
She smiled, and reached down, scooping some of my cum out of her pussy, and bringing it up to her lips, letting out a moan. She smiled at me, and looked at my cock.
<<sis1>>That needs to be cleaned, doesn't it?<</sis1>>
She leaned forward, brushing her hair behind her ear, and taking my cock into her mouth.
<<linebreak>>
<<sis1>>Ok, now what?<</sis1>>
She asked me, as we pulled up to the house.
<<me>>Now, I'll let you know. I still have to set some things up.<</me>>
She nodded. She opened her door, turning to exit. I did the same, but before I could, I felt a hand reach out for me, pulling me to her. Our lips met again, as she kissed me deeply, before breaking off.
<<sis1>>You're good to me.<</sis1>>
She said, warmly, before leaving the car. I sat there for a second, watching her walk up the driveway with a bag in hand. I left the car as well, a bag in my hand as well. She kept most of the objects, except for the cock mold. And her wet panties. She gave those to me as well.
<<Button 'Finish replay ' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "sis2-2">>\
\
\
\
I walked down the hallway, making my way to my room, and I noticed the door was cracked. Being the only male in a house filled with women, I've naturally become a lot more private. Which is why the door not being closed was abnormal. I walked up to my door, and stuck my head in. Inside, <<nsis2>> was sitting in the middle of my room, on the floor, looking around. I watched her for a moment, thinking back to when she left me at the Hardware Store. After a moment, I lightly knocked on the door, stepping inside the room, but staying near the door.
<img class="rightimg" src="images/Characters/House/Roommate 2/04.png">\
She looked back at me, and nodded, wiping a tear from her face.
<<me>>Hey.<</me>>
<<sis2>>Hey.<</sis2>>
The room went back to silence. I didn't really know what to say. I didn't know what she was thinking.
<<sis2>>Sorry. For being in here.<</sis2>>
<<me>>It's ok. I'm glad you're here.<</me>>
She laughed lightly.
<<sis2>>And... I'm sorry about before.<</sis2>>
<<me>>You don't have to apologize for that. You didn't do anything wrong.<</me>>
<<sis2>>Well I was a bitch. I was just angry. <<ncov1>> told me that they're leaving the demon in, and...<</sis2>>
I didn't say anything, as it felt like she was working through a thought.
<<sis2>>After years of telling me stories about demons...<</sis2>>
I closed the door lightly, not wanting to distract her. This conversation was going to have to be private.
<<sis2>>Years of making them out to be the fucking boogeyman. I came in here, and gave you the scribe spell, and I was scared out of my skull.<</sis2>>
She looked back at me.
<<sis2>>I thought it was just a demon wearing your body. I don't even know if that's still not true. But they told me they would be able to take it out. I needed you to be ok, so I did it. I walked into the lions den, and I gave you the spell, and you were gone, and I relaxed.<</sis2>>
I walked over to her, and sat down beside her.
<<sis2>>And then they tell me they're leaving it inside you?! What the fuck is that?!<</sis2>>
I reached over to her, and grab her hand. She flinched, surprised by the contact, and stared at my hand. After a moment, she squeezed it.
<<sis2>>You feel warm.<</sis2>>
<<me>>It's me, <<nsis2>>.<</me>>
She squeezed my hand again, and she closed her eyes, fighting back tears.
<<sis2>>I... I want that to be true.<</sis2>>
<<me>>I'm not going to pretend to know what you're going through. I only learned about the existence of this... everything, $DaysPlayed days ago.<</me>>
She loosened her grip on my hand, running her finger through my palm. She hadn't broken eye contact with our hands.
<<me>>All I can tell you, that right now...<</me>>
I paused, and smiled.
<<me>>You like me. You really, really like me!<</me>>
<<nsis2>> laughed at that, and finally looked up at me.
<<sis2>>You're such a dumbass.<</sis2>>
<<me>>And no demon would ever be able to fake that funk.<</me>>
I said, leaning close to her. She giggled back.
<<sis2>>I guess you're right. No demon would willingly make themselves look like a fucking goober.<</sis2>>
<<me>>That's right. I'm sorry I made you worry.<</me>>
She smiled, her worry slowly melting. She shook her head.
<<sis2>>It's ok. It's not your fault. I just...<</sis2>>
She paused, and I let her think, as she kept running her finger on my palm.
<<sis2>>We've always been close. Even when this all happened, and I found out I was...<</sis2>>
She paused, as if she felt unsure.
<<me>>A witch.<</me>>
<<sis2>>Yeah. That. Sorry, I spent the last three years hiding that, it feels weird admitting it.<</sis2>>
<<me>>I get it.<</me>>
<<sis2>>Anyway. You were the first one I wanted to tell.<</sis2>>
<<me>>I understand why you didn't. After what happened with the Templar. You were trying to protect me.<</me>>
She nodded, wrapping her arm around her knees, and placing her chin on top. We sat there in silence for a few minutes, just enjoying each others company. Real company, where neither of us were lying to each other, or hiding anything. Our hands stayed together, our fingers caressing each others palms as we sat there. After a few minutes, she finally opened her mouth to speak, before stopping. I just kept looking at her, and she buried her face into her legs even more, and I saw her ears turn crimson red.
<<sis2>><<ncov3>> told me that... They think that you're attuned to...<</sis2>>
My eyes widened as I heard where she was going.
<<me>>Yes!<</me>>
I blurted out.
<<me>>Ahh, I mean, yeah. They were... They were correct.<</me>>
We sat there again, <<nsis2>> staying red the entire time. Our fingers were still playing with each others, but it had gotten slower, and more deliberate. After a minute, she spoke up again. Spoke up is a bit much, as I barely heard what she said.
<<sis2>><span style="font-size: 10px">Can I feel it?</span><</sis2>>
I froze, as the words repeated in my head. I wasn't going to stand there and claim to be a paragon of ethics. <<if hasVisited("Mom1: 1-1") || hasVisited("Mom2: 1-1") || hasVisited("Sis1: 1-1") || hasVisited("Sis3: 1-1")>>I mean, I've already fooled around with the women in this house.<</if>> It still didn't feel any less strange hearing it come from her.
<<me>>E-excuse me.<</me>>
She looked up at me, and squeezed my hand tightly. She didn't say anything as our eyes met. After a moment, she leaned forward, placing a kiss on my lips. I was surprised, but it didn't take long before I was eagerly returning it. I leaned forward, our tongues playing with the others. After a minute, she pulled back.
<<sis2>>I want to feel it. <</sis2>>
I nodded, and felt the energy build up, and I let it flow into <<nsis2>>.
<<Button 'She feels it' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis2-3">>\
\
\
\
<<met>>Aaaahhhh.<</met>>
I mentally sighed, as I layed down on my bed. I always enjoyed this time, where I could just think about my life. It had gotten a lot busier, but I couldn't deny I enjoyed it. However, my reminiscing was interrupted by a soft knock on my door. I opened one of my eyes, inspecting my closed door, before smiling. I wonder who it would be this time.
<<me>>Come in.<</me>>
The door opened quickly, and closed just as fast, as I was greeted by <<nsis2>>. She had her back turned to me. I assumed she had her ear to the door, making sure we wouldn't be caught. It was early days still, but I couldn't help but think that one day, that wouldn't be necessary any-
<<sis2>>Hey.<</sis2>>
Her voice brought me out of my thoughts, and I smiled at her, as I turned on by lamp. She was still facing away from me.
<<me>>What's up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 2/07.png">\
I asked, as she finally turned around, giving me a soft smile. She was wearing lingerie, tame enough that she could argue was just her sleep wear, but from how it was affecting me downstairs, the true purpose was obvious. She slowly walked up to my bed, and sat down on the end, putting her hand on my shin. As she did, I couldn't help but notice she was acting a bit strange again.
<<sis2>>Just thought we could have some fun.<</sis2>>
<<me>>Oh did you?<</me>>
I sat up, putting on a flirty smile. As she looked up at me, she did her best effort to reciprocate it, but I couldn't help but notice that she wasn't fully into it.
<<me>>Is everything ok <<nsis2>>?<</me>>
<<sis2>>What do you mean?<</sis2>>
<<me>>I don't know. You've been acting a bit weird for a while now.<</me>>
I reached over to her, and placed my hand on top of hers.
<<me>>I felt like things were really good. I mean, after I learned you were a witch, and we had the talk.<</me>>
She smiled, her warmth returning, and she nodded lightly.
<<me>>But recently... I don't know, it feels like you're trying to build a wall between us again.<</me>>
<<sis2>>I...<</sis2>>
She started, before pursing her lips. After a moment, she started again.
<<sis2>>There's a lot of things about this world that you don't know about <<nme>>.<</sis2>>
She finally said, looking me in the eye.
<<me>>Like what?<</me>>
She shook her head.
<<sis2>>It's just...<</sis2>>
<<me>>What, am I in more danger?<</me>>
She shook her head, and brought her hand up to my chest.
<<sis2>>No. We're working hard to make sure that you're safe.<</sis2>>
<<me>>Well then what?<</me>>
She bit her lip, looking away from me. I sighed, but before I could say anything, <<nsis2>> pushed me back on the bed.
<<sis2>>All things that will come in time. For now though...<</sis2>>
She was on top of me, and leaned down, as we shared a kiss. We both made out for what felt like a while, before I felt her hand squeeze my cock.
<<sis2>>For now, we should just enjoy ourselves.<</sis2>>
I furrowed my brow.
<<me>>Seriously, if something is wrong-<</me>>
She covered my mouth with her hand.
<<sis2>>Nothing is wrong. I just want to have fun.<</sis2>>
She trailed off, leaning forward, and kissing again, as her other hand began rubbing my cock up and down. After another few moments, she came up for air.
<<sis2>>No... This is wrong.<</sis2>>
I furrowed my brow in worry. But as I did, she smiled down at me, licking her lips, and gripped my shirt as she leaned to the side, rolling over and pulling me with her, until I was on top of her.
<<sis2>>There we go. Doesn't that feel better?<</sis2>>
She asked, gripping my cock again, giving it a squeeze.
<<sis2>>Mounting me feels so natural, doesn't it?<</sis2>>
She asked, her voice getting husky. I looked down at her, returning her look.
<<sis2>>After all, the master takes his slave whenever he wants, doesn't he?<</sis2>>
I grunted, and reached up, feeling her breasts through her lingerie. She shook her head, and took one of my hands, pulling it up until it was around her neck, and moaned.
<<sis2>>Now squeeze.<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 2/08.png">\
I did as she asked, and began squeezing. Lightly at first, but as she looked up at me, I started putting more weight, her eyes daring me. The entire time, even as she struggled to take a breath, her hand only sped up, as she was massaging my cock through my underwear.
<<me>>Take them off slut. Your master wants your hands directly on his cock.<</me>>
She nodded, her smile growing, even as her eyes rolled back. She gripped on them, and slowly pulled them down off of me, before grabbing my cock with nothing in between. We sat there for a while, as I enjoyed the handjob she was giving me. As I felt myself getting closer, I pulled away from her. She took a deep breath, before looking at me.
<<sis2>>Did I do something wrong master?<</sis2>>
<<me>>No slut. I just want to use your hole to cum.<</me>>
<<sis2>>I'm so sorry master!<</sis2>>
She cried out, and grabbed my hand, bringing it up to her face.
<<sis2>>You should punish me sir.<</sis2>>
<<me>>I don't think-<</me>>
She cut me off, pressing her finger on my mouth.
<<sis2>>Punish me master.<</sis2>>
I nodded, and rubbed her cheek, before raising my hand, and bringing it back down. She moaned at that, and slowly spread her legs, before nodding, and lifting her head to the side, presenting her cheek again. I slapped her again, and reached down, ripping her panties off of her.
<<sis2>>Use it on me master.<</sis2>>
<<me>>Do you deserve it slut?<</me>>
I asked, slapping her again, causing her to moan.
<<sis2>>I don't. But please master.<</sis2>>
I sighed, slapping her again, before rubbing her cheek.
<<Button 'Spoil the slave' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "sis2-2">>\
\
\
\
<<sis2>>Oh my goooOOoddd...<</sis2>>
She moaned out, as I leaned forward, capturing her tongue again, letting her moans flow into my mouth. She reached up, wrapping her arms around my neck, and I slowly pushed her, until she was lying on my floor, with me over her. Our tongue continued wrestling, before she pulled back, breathing hard.
<<me>>How is it?<</me>>
<<sis2>>Jesus christ, that is...<</sis2>>
She didn't finish her sentence, instead leaning forward again, wanting to taste me again. I reciprocated, and we layed there on my floor, exchanging spit, as <<nsis2>> moaned louder and louder. I was the one to pull back this time.
<<me>>You're going to have to be quiet. Otherwise, <<nmom1>> or <<nmom2>> might hear us. Then where would we be.<</me>>
She looked up at me, and smiled brightly. She lifted her hand between our bodies, and I felt an energy build up, before flowing out. I felt it envelop this room, slowly, before setting, forming a barrier.
<<me>>Was that?<</me>>
<<sis2>>Now you can fuck me good and hard.<</sis2>>
She blurted out, smiling lustfully, before hey eyes widened.
<<sis2>>Er, I mean...<</sis2>>
She suddenly looked shy, unsure of what I wanted. I lifted her up, and placed her on my bed.
<<me>>One fucking, good and hard, coming right up.<</me>>
Her smile returned.
<<sis2>>Something's gonna be coming, for sure.<</sis2>>
<<me>>Jesus, and you call me a goober.<</me>>
We both shared a laugh, and we got close to each other, sharing a light kiss. I got up, and slowly took off my shirt. As I threw it on the ground, <<nsis2>> bit her lip, looking me up and down.
<<sis2>>Fuck me, I wanted this before, but with Lust hitting me, it's insane.<</sis2>>
<<me>>Well come on now. It's not fair I'm the only one undressing.<</me>>
She nodded, bringing her hand down to her shirt, and slowly lifting it, revealing her bra underneath. She stopped for a moment, looking down at her chest, before covering.
<<sis2>>I... I didn't really grow out like <<nmom1>>.<</sis2>>
She said, feeling self-conscious. I rolled my eyes, and grabbed her hand, bringing it to my cock through my pants. Her eyes widened.
<<me>>Shut the fuck up. You are fucking sexy, and you should know that already. This is what you're doing to me.<</me>>
She stared down at her hand on my cock, slowly squeezing it as she felt how hard I was. After a moment, she looked up at me, her eyes now filled with confidence.
<<sis2>>Take your pants off.<</sis2>>
She ordered.
<<me>>You first.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 2/05.png">\
She nodded, and I slowly undid my pants as she lifted her ass, getting her pants off while still laying down, revealing her panties. I grabbed my pants, pulling them and my underwear in one motion, my hard cock bouncing up. <<nsis2>> gasped lightly, before smirking. She reached behind her, and undid her bra, dropping it and showing her cute tits. Then quickly pulled her panties off, and spread her legs, her pussy glistening with wetness.
<<sis2>>Fuck me <<nme>>. Make me scream, and cum, on your cock.<</sis2>>
I nodded, pressing my cock against her pussy, and pushing in, feeling her warmth.
<<sis2>>Holy fuuuucucckkk!<</sis2>>
<<nsis2>> yelled out, grabbing my shoulders as I slowly pushed my cock inside her.
<<sis2>>Fuck me. Fuck me hard!<</sis2>>
I nodded, and pushed my cock inside as hard as I could, causing her to gasp, her back arching. As her pussy was tightening, I slowly pulled out, then hilted my cock inside her again. That pushed her over the edge, causing her to cum, as I felt her juices splash my pelvis.
<<sis2>>God yeS! FUck me! MAke me your bitch!<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/06.png">\
I began pistoning into her, wanting to bring her as much pleasure as I could, as she was writhing in pleasure underneath me. After a bit, her moans and grunts taking over from any actual words, she reached down, grabbing my hand, and placing it on her throat. She locked her eyes with me, and I grabbed on, squeezing, as I fucked her. The moment I squeezed on the throat, I felt her pussy tighten even more. I reached up, grabbing her throat with both hands, and began to hammer into her even harder, as my orgasm was getting close.
<<sis2>>HGHhyeeHeeaaaaa!<</sis2>>
<<nsis2>> moaned out, as I felt another orgasm hit her.
<<me>>I'm gonna cum. Where do you want it?!<</me>>
That brought her back to planet Earth, as she almost said something, before biting her lip. After a moment of fucking her, she kissed me.
<<sis2>>On my face. Cum on my face. Mark me. Make me your bitch.<</sis2>>
She whispered into me, giving me one last kiss, as I pulled out, and mounted her, blasting ropes of cum all over her face. The first couple managed to paint her tongue, and I aimed the rest all over her face, making sure she was properly marked. Once I was done, I lifted my cock, and rested my balls on her mouth.
<<me>>Wash my balls bitch.<</me>>
I heard her moan as I said that, and then felt her warm tongue start roaming my balls.
<<me>>That's a good bitch. Cleans her masters balls with her tongue.<</me>>
I felt her nod slightly underneath me. After a minute, I pulled back, and layed down beside her.
<<sis2>>That was good.<</sis2>>
She said, trying to catch her breath.
<<me>>Just good?<</me>>
She laughed.
<<sis2>>Real good.<</sis2>>
<<me>>That's the dream.<</me>>
We both layed there, catching our breaths. After a few minutes, I felt the same energy as before, and opened my eyes, as I saw <<nsis2>> take down the barrier.
<<me>>You're gonna have to show me how to do that.<</me>>
<<sis2>>Oh don't worry.<</sis2>>
She leaned over, giving me a kiss on the cheek.
<<sis2>>I'll show you how, the next time my master wants his balls cleaned with my tongue.<</sis2>>
I smirked at her, her eyes filled with lust. She stood up, picking up her clothes. Before I could say anything, she disappeared. I laughed.
<<me>>You're gonna have to show me that one too.<</me>>
I laid there, smiling, before I realized.
<<me>>Shit! Didn't mark her.<</me>>
I thought about it for a second.
<<met>>Huh. I should probably ask her if marking her is ok, before doing it. Since she'll likely be able to sense it.<</met>>
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis2-3">>\
\
\
\
<<sis2>>OoooOOohh, yess-<</sis2>>
I reach down, and place my hand back on her neck, leaning down and pressing the head of my cock against her wet pussy.
<<me>>I'm such a generous master.<</me>>
I grunt, as I press forward, feeling her pussy resist slightly, before giving in, eliciting a long and deep moan from <<nsis2>>.
<<me>>Even though my slave is so naughty.<</me>>
I say, pushing my cock in quickly.
<<sis2>>So naughty master.<</sis2>>
She moans, placing one of her hands on top of the one I have on her neck.
<<sis2>>So punish her.<</sis2>>
I smirk, and begin fucking her slowly, but deeply, enjoying the tightness of her warm pussy. As I piston in and out of her, I start applying pressure, getting more and more moans out from her, even as it gets harder for her to breath. Still, even as I can feel my orgasm already approaching, I'm careful to not get too rough with her. Although I'm enjoying this more than I should, I still don't want to hurt her.
<img class="leftimg" src="images/Characters/House/Roommate 2/09.webp">\
Which is something that <<nsis2>> notices, and I feel her hand squeeze on mine. It feels like she's trying to get me to apply more pressure, so I do, and she smiles at that, even as I pump in and out of her hole, getting faster and faster.
<<me>>How's that feel whore?<</me>>
<<sis2>>S-So good master.<</sis2>>
I grunt, and fuck into her harder, as our legs begin to make sounds from the juices flowing from her.
<<sis2>>Slap me master.<</sis2>>
I bottom out inside her, causing both of us to grunt, and then deliver a slap to her already red cheek. She smiles again, and I start fucking her harder. The walls of her pussy are twitching, and I can feel how close she is to cumming.
<<me>>You dirty little slut. You like it when your master is punishing you?<</me>>
<<sis2>>Yes! Again, please!<</sis2>>
I slap her again, and I feel her walls tighten up, and beging to spasm, as she's brought over the edge of her orgasm. I'm fairly close, so I fuck into her even harder, and press down on her throat a bit more.
<<me>>You're being too loud whore. What if your master get's caught?<</me>>
<<sis2>>Iii'mmm sooorrrryy m-masteerrr.<</sis2>>
She moans out, as quietly as she can. I don't let that stop me, and push my cock deep, and begin to make small thrusts, pushing against her womb.
<<sis2>>I need to be punished master.<</sis2>>
She gasps out, lowering her hand to mine, and bringing it up to her cheek. I slap her again, and feel her walls twitch, trying to milk my cock.
<<sis2>>Harder!<</sis2>>
I slap her again, a bit harder, trying not to hurt her too much. She must have realized that, as she looks up at me, and glares.
<<sis2>>Harder! I need to be punished!<</sis2>>
She growls out, and I slap her again, and as her pussy tightens again, another orgasm hitting her, she manages to push me over the edge, as I begin shooting my cum directly inside her, my cock pressed as deep as I can get it.
<<sis2>>OooOohh god.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/10.png">\
She grunts out, feeling every rope of my cum filling her up.
<<sis2>>It's so warm.<</sis2>>
<<me>>Shut the fuck up and take it slut.<</me>>
She moans, and quiets down, as I feel every rope of cum blast from my cock, painting her insides white. After a minute, I finally pull out, and lay down beside her, as both of us are catching our breaths. I look over at her, and she looks better than when she came in.
<<me>>Did that get everything out of your system?<</me>>
She smiled lightly at that.
<<sis2>>Well, no. You got everything out of yours, and put it into mine.<</sis2>>
She giggled, as she ran her finger up her pussy lips, my cum already leaking out of her, and brought it up to her lips. As she took it into her mouth, she smiled again, before frowning.
<<me>>You going to tell me what that was all about?<</me>>
She looked up at me, almost surprised, before she nodded.
<<sis2>>Eventually. I just had something on my mind.<</sis2>>
She looked down at my softening cock, and gave it a light squeeze.
<<me>>And did it help?<</me>>
<<sis2>>Yeah, it did.<</sis2>>
<<me>>So?<</me>>
She smiled, and quickly leaned up and gave me a quick peck on the lips, before jumping out of my bed. She leaned down, grabbing her ripped panties off the floor, showing off her cute ass, and winked at me.
<<sis2>>It helped, but it didn't solve everything.<</sis2>>
Her teasing smile softened into a warm one, and she leaned down, giving me a more intimate kiss.
<<sis2>>I'll let you know when I get it all sorted.<</sis2>>
I gave her ass a soft swat, eliciting a light slap on my shoulder.
<<me>>Good. I don't want us to go back to where we were before.<</me>>
<<sis2>>We won't. I promise.<</sis2>>
With that, she gave my shoulder a rub, before quietly making her way out of her room.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "sis3-1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 3/04.png">\
I watch as Lust takes over her face, and her cheeks begin to flush. She looks down, acting shy, and I lightly grab her chin, making her look up to me.
<<me>>Cmon <<nsis3>>, it's a simple question.<</me>>
She smiles at me, biting her lip.
<<sis3>>I know, but still, it's embarassing.<</sis3>>
I let her go, and she spins around, looking at herself in the mirror. For a moment, I think that maybe Lust didn't work, but then I hear a light moan come from <<nsis3>>.
<<sis3>>Well, the main thing I like is...<</sis3>>
She pauses, and I see her arm reach down, between her legs.
<<sis3>>You have to promise you won't make fun of me!<</sis3>>
She calls out, moaning lightly in between pauses.
<<me>>I would never.<</me>>
I say, reaching down, rubbing my cock through my pants.
<<sis3>>Well. This is just something that's in my head. Obviously I don't really want this, but...<</sis3>>
She trails off, moaning a bit louder.
<img class="leftimg" src="images/Characters/House/Roommate 3/05.webp">\
<<sis3>>I like watching those videos where the girl is... you know...<</sis3>>
I position myself behind her, and pull my cock out. Because of how we're standing, she can't see me pulling it out, and I slowly begin jerking myself off. She trails off, but doesn't say anything, so I push a bit.
<<me>>Like I said <<nsis3>>, you can tell me.<</me>>
She moaned again.
<<sis3>>Well, I like it when the girl, she doesn't really... Have a choice, you know?<</sis3>>
I hear her gasp lightly as she says that, and her arm is moving faster, as both of us masturbate a few feet from each other.
<<me>>Really? Our sweet princess has a rape fetish?<</me>>
I ask, feeling my cock get as hard as can be. She nods lightly, still looking at herself in the mirror.
<<sis3>>Y-yeah...<</sis3>>
She whimpers out.
<<me>>That's nothing to be embarassed about <<nsis3>>. It's actually a fairly common fetish for women.<</me>>
<<sis3>>Really?<</sis3>>
<<me>>Yeah, really. One of the most common ones actually.<</me>>
She smiles lightly upon hearing that, and her hand starts moving faster. I can see her other hand reach up, and she starts playing with her nipple through her shirt.
<<sis3>>I didn't know that...<</sis3>>
<<me>>So do you ever imagine yourself in that situation?<</me>>
I ask, feeling myself getting closer to cumming.
<<sis3>>I... Sometimes...<</sis3>>
<<me>>Who is the guy raping you?<</me>>
I say, grunting it out. I see <<nsis3>> close her eyers, and lean her head back slightly, as she fingers herself.
<<sis3>>I-I don't know. It's just random people. No one in particular.<</sis3>>
I stand up quietly, and move closer to <<nsis3>>.
<<me>>Do you ever imagine me?<</me>>
I see her biting her lip, and her face gets even redder.
<<sis3>>N-no, I... havent..<</sis3>>
She said, sounding defensive.
<<me>>Really? You never pictured me pushing you down? Bending you over?<</me>>
She moaned hearing me say that.
<<me>>Covering your mouth so you can't call for help, and pushing my fat cock inside your tight pussy?<</me>>
I can see her hands move even faster, and she starts grunting. She's clearly close to cumming, and so am I, as I stand behind her, watching her hand moving in her pants, and her other hand playing with her breasts.
<<me>>Taking you however I want. Fucking you like the dirty slut you are.<</me>>
She nods lightly at this, I can see her body tense up.
<<me>>And filling your tiny womb with my seed, and knocking you up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/06.webp" style="max-width: 25%">\
That pushed her over the edge, and her body began to twitch, as a small wet patch appeared in her pants. Watching <<nsis3>> orgasm pushed me over the edge, and I start shooting ropes onto the back of her head, covering her hair with my cum. After finishing, I watch as <<nsis3>> is still recovering. I reach down, and grab some of her hair, and wrapping it around my deflating cock, cleaning any leftover cum. I push my cock back into my pants.
<<me>>I'm glad you shared that with me <<nsis3>>.<</me>>
I say, looking down at her. She opens her eyes, and smiles groggily, before snapping to attention. She quickly pulls her hands out of her pants and shirt, her cheeks getting even redder.
<<sis3>>I- I don't... You...<</sis3>>
I lean down, and give her a kiss on the cheek, eliciting another light moan from her.
<<me>>I think about you all the time as well.<</me>>
She looks surprised as I say this, but I see a small smile form on her face<<if $player.prog gte 2>>. As she looks up at me, I can feel energy building up in my arm. It's a familiar feeling, and I let it build up, before it disappears as quickly as it appeared. I could feel <<nsis3>>, and could tell she was marked. I chuckled<<set $sis3.marked to 1>><</if>>, as I walk out of the room.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
<<elseif $replay is "sis3-2">>\
\
\
\
<<nsis3>> bit her lip, her earlier nervousness slowly being replaced with lust. She slowly nodded, looking up to me meekly.
<<me>>Or did you mean about how you sometimes picture me doing it?<</me>>
<<sis3>>I-I didn't say that...<</sis3>>
She said, not pushing back too much.
<<me>>Oh, but you certainly liked the picture I was painting.<</me>>
I took a step towards her, and she took one backwards, her ass pressing against the sink, causing her to gasp. She bit her lip again, looking up to me with desire painted across her face. I smiled warmly down at her, then quickly backed off.
<img class="leftimg" src="images/Characters/House/Roommate 3/08.png">\
<<me>>Of course not. I wouldn't tell anyone your secrets <<nsis3>>.<</me>>
She fluttered her eyes, surprised at my sudden backing up, She had clearly built up an idea of what was going to happen. She was partly right. But I was going to be in charge. I reached down to her waist, and turned her around, facing the mirror again. I leaned into her ear, and whispered.
<<me>>You were doing your make up, right? So why do you look so slutty right now?<</me>>
She opened her mouth to say something, but as we both looked her up and down, she couldn't deny it. She was completely red, her eyes filled with lust. Her posture was pushing her tiny tits out as much as possible, the red reaching down under her shirt, and her chest moving up and down quickly. I reached up, and grabbed her hair, wrapping it around my hand, until it was tight.
<<me>>Well? Keep going.<</me>>
She looked up at me through the mirror, desire in her eyes, begging me to keep going. With my other hand, I reached down, and grabbed her ass roughly, causing her to moan. I let go, and lifted my hand, dropping it down on her ass, spanking her, eliciting a yelp from her mouth.
<<me>>Are you going to make me repeat myself?<</me>>
She licked her lips, and slowly nodded. She reached down, and picked up one of her many make up brushes, and slowly brought it up to her face. I tightened my fist, pulling on her hair lightly, causing her to moan again.
<<me>>Good girl.<</me>>
<<nsis3>> continued doing her makeup, although at a much slower pace, as I held onto her hair tight like a leash. With my other hand, I reached down, and started manhandling her ass. She started breathing harder.
<<me>>Does the slut like how she's being treated?<</me>>
Before she could respond, I reached into her shorts, and pressed my fingers onto her pussy lips, only her panties between us. <<nsis3>> moaned out again, and slowly shook her head.
<<me>>Oh. Well then maybe I should stop. After all, <<if $fet.inc is 1>>I wouldn't want to do anything to my dear sister.<<else>>I wouldn't want to go to far with you.<</if>> In fact, why don't you look at me, and tell me to stop this?<</me>>
She looked up at me, swallowing deeply, before licking her lips again. Without breaking eye contact, she pulled lightly against my hand holding onto her hair, and she shuddered, closing her eyes in pleasure.
<<me>>Ugh, disgusting.<</me>>
I growled down at her.
<<me>>Are you enjoying this?<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/09.webp">\
I pulled her shorts and panties down to her ankles in one motion, and pushed my finger inside her.
<<me>>Only dirty sluts like getting used like this.<</me>>
I began fingering her, her pussy getting wetter as I did. She didn't say anything, just continued pulling away from my hand, letting my pull her hair as I fingered her.
<<me>>If you're not careful, I might get the wrong idea here <<nsis3>>.<</me>>
I pushed another finger inside her, and her insides responded by getting tighter. Her moans got louder as I kept fingering her.
<<me>>I might feel like you're teasing me. I might come into your room one night.<</me>>
Her insides got very tight as she heard me, and she finally opened her eyes, a moan coming deep from her throat.
<<me>>I might cover your mouth, make sure you can't scream. Or press on your throat, and you might have trouble breathing even.<</me>>
I could feel <<nsis3>>'s body begin to weaken, as her orgasm was rapidly approaching.
<<me>>I might push my cock into your tight pussy, and use you like the dirty whore you look like right now.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/10.png">\
I felt her body give out, as she began moaning louder, her orgasm hitting her hard. I could feel my hand getting flooded with pussy juices. I kept fingering her through her orgasm, enjoying her staring up at me with her mouth wide open, all while cumming. When she finally finished, I looked down at her, and spit in her open mouth.
<<me>>You look disgusting right now <<nsis3>>. Finish your makeup.<</me>>
I said, letting go if her hair, causing her to grab the sink, her legs threatening to give out under her. I pulled my hand out of her shorts, and as I did, I heard <<nsis3>> gulp loudly. I walked around her, and quickly washed my hands, her face right beside my hands in the sink. I reached down, and gave her head a light kiss.
<<me>>Don't worry <<nsis3>>, your secret is safe with me.<</me>>
I walked away, enjoying the shuddering mess that was left of <<nsis3>>. Still, she slowly recovered, and I pulled out my phone. She noticed, and turned towards me, showing me her pussy, and I took a picture.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis3-3">>\
\
\
\
Even as I pushed her head into the bed, I could hear her moan out, enjoying the sensation of my fingers lightly tracing up her lips. I pushed forward a bit, and began fingering her. It only a few seconds of my fingers inside her before she raised her hands, putting them behind her back. I smiled, and let go of her head, grabbing both of her wrists with one hand. I reached down, and undid my belt, wrapping it around her wrists, until they were securely locked behind her back.
<<me>>That's a good slut. When someone rapes you, you should make it as easy for them as possible.<</me>>
I spanked her ass, leaving a nice red handprint.
<<me>>Thank me.<</me>>
She looked up at me, her eyes filled with Lust even as they were getting misty.
<<sis3>>Thank you mister.<</sis3>>
I laughed at her.
<<me>>Dumb slut.<</me>>
I began undoing my pants, and pulled them down, releasing my hard cock. She lifted her head, trying to get a look at what was about to happen. I rested my cock between her ass cheeks.
<<sis3>>I...<</sis3>>
She spoke up, before her words got caught in her throat. I grabbed her hair, and forcefully pulled on it, making her arch her back.
<<me>>Speak up.<</me>>
She swallowed, her lips curling slightly up as I gripped her hair like a leash.
<<sis3>>I've never... done this.<</sis3>>
<<me>>You're a virgin?<</me>>
I asked her, and she nodded, looking up at me, trying to look as innocent as possible.
<<me>>Well then you're lucky, aren't you? A rape slut getting raped for her first time.<</me>>
I let her hair go, letting her fall into my bed, her arms tied behind her back not letting her soften the impact. I grabbed my cock, and lowered it, rubbing her pussy lips with it, getting it covered in her juices.
<<me>>Are you ready? I'm about to ruin you forever.<</me>>
She swallowed, and looked back at me. She didn't answer, instead just bit her lip. That was all the response I needed, as I pushed my dick inside her, her tightness pushing back against me.
<<sis3>>Aaahhh...<</sis3>>
She grunted as she felt my cock invade her. I pulled back slightly, then pushed myself even deeper inside her. Her moans as I started fucking her slowly were getting louder and louder, so I pushed her head back into my bed.
<<me>>You stupid slut. You should be trying to make this pleasurable for your rapist, Not just get off on his cock.<</me>>
She couldn't respond, except I felt her hips start to push back into mine. I sighed, and looked around. I found what I was looking for, her phone. I turned it on, and found a password. Sighing, I grabbed her hair again, pulling her up.
<<sis3>>UUuhuhuuuuhhh.<</sis3>>
She moaned out loudly, and I let go of her hair, reaching for her throat instead, trying to quiet her down.
<<me>>You dirty whore. If you keep moaning this loud, someone will find us. And then everyone will know that you're a used up rape slut.<</me>>
Clearly my words weren't quieting her down. Which was fine, as my pressure on her throat was doing the trick. Still, as she was lost in her own pleasure, I reached up, and put the phone in front of her face, and unlocked it. I saw as she slowly opened her eyes, and pulled against the belt when she saw what I was doing.
<<sis3>>What are you doing?!<</sis3>>
She said, between my hand on her throat and her moans.
<<me>>Shut the fuck up. I'm looking for something better.<</me>>
I opened her gallery, and quickly looked through, finding what I was looking for. Pictures of <<nsub1>>. She watched as I pulled them up, then I pushed her down, fucking her harder.
<<me>>Like I said, you're nothing but a fleshlight for me to rape now. So I'm going to use your pussy to masturbate, as I look at pictures of <<nsub1>>.<</me>>
She couldn't say much, considering I wasn't letting her. But from the way her pussy tightened up when I finished, she didn't dislike the idea.
<<me>>God, <<nsub1>> would be a good fuck, don't you think?<</me>>
I said, fucking her harder, getting closer to my orgasm, as I felt the walls of her pussy start to twitch. From the bed, I heard her moan even louder, as she rode her own climax.
<<me>>Do you think she would like it if I was fucking her like this?<</me>>
I grunted, feeling my orgasm about to hit me.
<<me>>Maybe next time she spends the night, we can all have fun. And if she doesn't want to, maybe you can help me with her. She doesn't need to consent, after all. You'll do that for me, won't you?<</me>>
I saw her nodding into the bed, as another orgasm hit her. That pushed me over the edge, and I pulled out, shooting rope after rope all over her ass and back. I held her down as I covered her with my cum, and she twitched below me. After a couple of minutes, she sighed, finishing her high, as I undid the belt on her back.
<<me>>What do you say slut?<</me>>
She looked up at me, and gave me a goofy smile.
<<sis3>>I hope you enjoyed raping me, mister.<</sis3>>
I smiled at her, leaning down to her face. I gave her a quick kiss on the lips, before pulling her hair.
<<me>>I did enjoy raping you. Now get going.<</me>>
She bit her lip, smiling, and nodded. She carefully pulled her pants on, letting my cum soak into her panties as she did, then flashed me a smile, as she walked out of the room awkwardly, her legs still shaking a bit.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis3-5">>\
\
\
\
<<sis3>>MmmmmMMmmm...<</sis3>>
<<nsis3>> moans as the effects of Lust hit her. I continue pumping away, my balls already getting closer.
<<me>>You're a little fucking freak aren't you?<</me>>
I say, looking down at her as I sheathe my cock into her entirely, and stay there, letting my weight press on her, keeping my cock lodged deep in her throat. I let go of one of my hands, and begin caressing her hair, as I make slow, shallow pumps.
<<me>>Imagining it. Your big brother with his girlfriend. Both of them using you like the little rapeslut you are.<</me>>
<<sis3>>Mmmmm.<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 3/22.gif">\
She moans again. I smile, and reach down, pinching her nipple through her blouse.
<<me>>Are you fingering yourself slut?<</me>>
I slowly moved my hand inside her shirt, getting in direct contact, and pinched her nipple hard.
<<sis3>>MMmmhmmmhm!<</sis3>>
She tried screaming, the vibrations feeling great on my cock.
<<me>>Well slut? Your owner told you to finger yourself earlier. Are you following my orders?<</me>>
I ask her, looking down at her. Her eyes slowly make contact with mine, and she tries her hardest to nod, given the circumstances.
<<me>>Good. Because it's important that I train you for your future.<</me>>
I said, rubbing her nipple with my hand, as I start fucking her face again, my orgasm slowly approaching.
<<me>>Like I said, you're not the only one I'm training. You're being trained to be an obedient piece of rape meat. And you're doing a great job at it, you little whore.<</me>>
I said, pumping faster into her throat.
<<sis3>>Mmmm.<</sis3>>
I grinned.
<<me>><<nsub1>> is being trained to be an obedient little girl for her daddy. Me.<</me>>
I grunt, speeding my thrusts up.
<<me>>And she's doing a great job at it too.<</me>>
I smile, tilting my head.
<<me>>Maybe that's why you two have always gotten along. Both sluts in need of training.<</me>>
I smiled as she slowly nodded at that, moaning as I continued fucking her throat and playing with her nipple. I lean back, and look down, happy to see her fingers moving quickly.
<<me>>And one day soon, I'm going to bring <<nsub1>> into your bedroom.<</me>>
I said, pumping hard, causing her to gag with each thrust.
<<me>>And she's going to grab you by your rape leashes.<</me>>
I say, tightening my grip on her hair, emphasizing what I'm talking about.
<<sis3>>MMmm.<</sis3>>
<<me>>And the slut is going to force you to eat her ass.<</me>>
<<nsis3>> moaned at that, her body twitching slightly.
<<me>>And like the good rape slut you are, you're going to try and stop her. But she's going to force you to do it.<</me>>
I grunted, pumping hard into her throat, feeling my balls begin to tighten.
<<me>>And she's going to cum from your tongue inside her. And then, we're both going to rape you.<</me>>
<<nsis3>> moaned at that.
<<me>>And from then on, you're not just going to be my rape slut. You're going to be <<nsub1>>s rape slut. And every time you two spend time together, she'll rape you.<</me>>
I said, thrusting one last time.
<<me>>And you'll keep going back. Because you two are best friends. And what kind of best friend wouldn't rape her rape slut friend?<</me>>
I grunted as she arched her back, cumming from the words I was saying, pushing me over the edge, blasting ropes of cum directly into her stomach.
<<me>>Your friendship will forever change. Our relationship will change. As my girlfriend, she'll be your mistress.<</me>>
I continued shooting rope after rope directly into her throat. I looked back at her fingers, as I watched her pussy spray juices through her panties.
<<me>>That's right, you little whore. Squirt to the thought of fulfilling your role in life.<</me>>
I pulled my cock out, and shot the last few ropes onto her face, already ruined by her tears and saliva, now covered in my seed.
<<me>>Aaaahhhhh. That's better. Now, what do you say?<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/23.png">\
She was breathing hard, as she recovered from her orgasm.
<<sis3>>T-tha-<</sis3>>
She started, before coughing. After a few moments, she looked up at me.
<<sis3>>Thank you for raping me mister.<</sis3>>
I smiled, and kneeled in front of her, giving her a kiss on her cheek not covered in my cum.
<<me>>You're welcome.<</me>>
She smiled at me, and began pushing all of the cum on her face into her mouth.
<<me>>Are you excited for your future?<</me>>
She paused, looking up at me thoughtfully.
<<sis3>>I don't really know.<</sis3>>
I raise my brow at that.
<<sis3>>I'm just worried. About...<</sis3>>
<<me>>How your relationship will change with <<nsub1>>?<</me>>
She nodded.
<<me>>I guess I can just tell you this.<</me>>
I said, pinching her nipple lightly through her clothes again. She gasped again, and smiled at me.
<<me>>You're my toy now, which means your life has already changed. Do you like that change?<</me>>
She nodded, moaning lightly as I continued playing with her breast.
<<me>>Do you trust me?<</me>>
<<sis3>>Of course.<</sis3>>
<<me>>Then trust me again. You're going to make a wonderful toy for not only me, and <<nsub1>>, but for many others in the future.<</me>>
<<sis3>>Others?<</sis3>>
<<me>>All the women I fuck will see you as you are. A series of holes to bring them pleasure.<</me>>
She shuddered as I told her that, and I leaned forward, and gave her another soft kiss on the cheek.
<<me>>You'll love it. I promise.<</me>>
She nodded, giving me a warm smile as I let go of her nipple.
<<sis3>>I'll have to wash up again.<</sis3>>
<<me>>Here, I can help.<</me>>
I said, spitting on her face, and standing up, doing my belt up.
<<sis3>>Mmm. Thank you mister.<</sis3>>
<<me>>You're welcome slut.<</me>>
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis3-6">>\
\
\
\
<<me>>Isn't she a hot slut?<</me>>
<<nsis3>> moaned, and I had to cover her mouth to try to quiet her down, as the combination of Lust and me pumping her pussy with her dildo was hitting her hard.
<<me>>She is, isn't she?<</me>>
I felt <<nsis3>>s tongue against my hand, as her back arched again, her entire back spasming lightly as she was hit with another orgasm.
<<me>>That's a good girl. Cum to your mommy.<</me>>
She moaned again, my hand not slowing down even a little, her pussy welcoming the dildo. I kept fucking her with it as she rode her orgasm. Finally, she calmed down, and I moved my hand back down to her throat, placing a bit of pressure, and slowing down my pumping to a crawl, but never stopping it.
<<sis3>>M-mister...<</sis3>>
<img class="rightimg" src="images/Phone/Homescreens/9.png">\
She said, almost a question, as she looked up at me confused. I looked down at her with a neutral look, before swiping again, showing her the picture I had of <<nmom2>>, bent over with my handprint on her ass.
<<me>>I told you baby. I'm training you.<</me>>
I nodded towards the picture.
<<me>><<nsub1>> wouldn't be the only one. You knew that.<</me>>
She looked down at the picture of <<nmom2>>. I leaned forward, licking her ear sensually, before whispering.
<<me>>Don't you want to be a good rape slut for her?<</me>>
As I said that, I began moving my hand again, pushing the dildo deep inside of her, causing her to gasp.
<<me>>But more importantly, don't you want to be a good rapeslut for me?<</me>>
She bit her lip as a moan escaped.
<<sis3>>Y-yes mister.<</sis3>>
<<me>>I think we need to move past that name for me then.<</me>>
<<nsis3>> looked up at me, lust quickly taking over again as her pussy walls stretched around her dildo.
<<me>>Call me daddy.<</me>>
<<sis3>>Daddy...<</sis3>>
She muttered, her eyes flitting down, feeling the taste on her tongue. After a moment, she looked back up at me.
<<sis3>>Yes daddy.<</sis3>>
<<me>>And if daddy wants you to be a good rapeslut for him, what do you say?<</me>>
<<sis3>>Anything for daddy.<</sis3>>
I smiled, giving her a quick peck, then grabbed her face and pointed it towards the picture of <<nmom2>>.
<<me>>Daddy wants to watch you be a good rapeslut for mommy.<</me>>
She gasped, her body twitching slightly.
<<sis3>>I belong to you daddy.<</sis3>>
She said, licking her lips.
<<me>>Would you eat mommy's pussy?<</me>>
<<sis3>>No daddy.<</sis3>>
I paused, worried that I had pushed too much.
<<sis3>>Mommy would have to force me.<</sis3>>
I smiled in relief.
<<me>>Of course. I'll make sure mommy treats you properly.<</me>>
<img class="leftimg" src="images/Phone/Homescreens/21.png">\
I continued pumping the dildo, my hand covered in her juices as I kept at it. With my other hand, I swiped forward, this time to a picture of <<nsis1>> and <<nsis2>> together.
<<sis3>>Daddy...<</sis3>>
She moaned, her body tensing up again.
<<me>>What's wrong baby?<</me>>
<<sis3>>Th-this is... Wrong daddy...<</sis3>>
<<me>>I know.<</me>>
I said, leaning forward to kiss the back of her neck, causing her to moan.
<<me>>But my little rapeslut wants it, doesn't she?<</me>>
She moaned in response.
<img class="rightimg" src="images/Phone/Homescreens/22.png">\
<<me>>Just like me. I want you to be what you were born to be.<</me>>
I swiped the phone again, showing the pictures that <<nsis1>> and <<nsis2>> sent me.
<<me>>Don't you want to be the family rapetoy?<</me>>
<<sis3>>OooOh GooOod-<</sis3>>
She moaned, as her body began twitching again. I tightened my hold on her throat, causing her to moan louder, and making her to orgasm while looking at pictures of her older sisters naked. I sped up my other hand even more, juices squirting onto my hand even more than before as her third orgasm hit her even harder than the two before it.
<<me>>That's right slut. Cum. Picture your big sisters raping you.<</me>>
<<sis3>>Y-daddy-<</sis3>>
<<me>>Your big, serious sister <<nsis1>>, forcing you under her desk to eat her pussy while she does her paperwork.<</me>>
<<nsis3>> didn't stop moaning, but I saw her begin to nod lightly as her orgasm was hitting her.
<<me>>And <<nsis2>> bending you over, fucking her with her strapon.<</me>>
<<sis3>>FFfffFuuuuUUcCckkkK-<</sis3>>
<<me>>That's a good girl, cum for daddy.<</me>>
I continued pumping the cock into her pussy, until she finally stopped twitching on top of me. I slowly pulled the dildo out of her, light mewls coming from her. I lifted it, inspecting the whole scene. It, and my hand, were drenched. I lifted it to her mouth, and pushed it in, with zero resistance. I saw her tongue start to move, but as I watched, it was clear she was still out of it.
<<me>>Does that taste good baby?<</me>>
<<sis3>>Yyeesss dadddyy...<</sis3>>
<<me>>Good girl.<</me>>
We laid there for a while, until she finally regained her senses.
<<sis3>>D-daddy...<</sis3>>
<<me>>Yes baby?<</me>>
<<sis3>>Where did you get those pictures?<</sis3>>
<<me>>Why do you ask baby?<</me>>
She sat there quietly for a while, and I was fine with letting her think. After all, that was a fairly... Intense session. After a while, I figured it was time to guage her thoughts.
<<me>>Are you jealous?<</me>>
That finally got her attention, as she turned to look at me. She watched me for a while, and again, I let her. I was worried for a moment I would have to speak up again, before-
<<sis3>>You told me there would be others.<</sis3>>
<<me>>I did.<</me>>
<<sis3>>I guess I shouldn't be so surprised.<</sis3>>
She said, a small smile appearing. She grabbed my hand, and brought it up to her mouth, and began licking her juices off of it.
<<sis3>>You already claimed me.<</sis3>>
<<me>>And you're ok with that?<</me>>
She continued licking my hand, and again went into thought. At least this time I could enjoy the feeling of her tongue.
<<sis3>>I am.<</sis3>>
She looked up at me, lowering my hand, her gaze steady.
<<sis3>>You told me to trust you.<</sis3>>
She lifted me hand again, and kissed it.
<<sis3>>And I do. Even though you come into my room...<</sis3>>
She placed one of her hands on her throat, and for the first time I saw a light bruise begin to appear. I frowned, and reached over to look at it.
<<me>>Fu-<</me>>
She grabbed my hand quickly, and brought my attention to her face.
<<sis3>>It's ok daddy. Even though you come into my room and do these things to me... I trust you. And I love you.<</sis3>>
She leaned forward, and kissed me deeply.
<<me>>Still, I went too far.<</me>>
<<sis3>>That's ok. You just need practise.<</sis3>>
She smiled, and I shook my head, giving her a light kiss.
<<sis3>>Whenever you need it. Whenever you think I need to be trained. And when you think I'm ready for the next step, I'll follow your lead.<</sis3>>
I leaned forward, and hugged her tightly.
<<me>>I love you baby.<</me>>
She hugged me back.
<<sis3>>I love you too daddy.<</sis3>>
She pulled away, and looked down at the bulge in my pants.
<<sis3>>Does daddy need to use his rapetoy?<</sis3>>
She giggled as she flicked it gently. I sighed.
<<me>>No, I think I should hold back for now.<</me>>
I sat up, and ran my fingers down her leg.
<<sis3>>Ok.<</sis3>>
<<me>>Just know, that all of this...<</me>>
I said, pointing at... Well, the whole scenario.
<<me>>I want us both to enjoy it.<</me>>
She sat up, and gave me a kiss.
<<sis3>>I know. That's why I feel so safe with you. Even when I can't breathe. You're doing it for me.<</sis3>>
<<me>>Well I won't lie, I get something out of it.<</me>>
<<sis3>>Not tonight, apperently.<</sis3>>
She said, flicking my bulge. I chuckled.
<<me>>Just for now.<</me>>
I stood up, and looked back at <<nsis3>>.
<<sis3>>I love you too.<</sis3>>
She said, before I could. I smiled, nodded, and left the room.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "comb-1">>\
\
\
\
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/03.png">Ok... Time to find out whether he's telling the truth, or whether I'm losing my mind.
<<cain>>I'm real. Can't get rid of me.<</cain>>
I sighed as I grabbed the door handle.
<<met>>A hallucination would say that, wouldn't he?<</met>>
I could feel <<ncain>> chuckling.
<<cain>>That's fair. Why don't you go risk it with your boss?<</cain>>
I guess there was no harm. Either I find out I have early onset dementia, or... Something better. As I grabbed the handle to <<ncomb>>'s office, I could hear <<ncain>> chuckle again.
<<cain>>More like early onset demontia, am I right?<</cain>>
<<met>>Ok, if you're going to be here, I need you to cool it.<</met>>
After a few more chuckles, he quieted down. I gripped the door, before I suddenly stopped.
<<me>>Wait, what am I going to say about this?<</me>>
I raised my hand, as if showing it to someone.
<<me>><<ncomb>> isn't going to believe I got a tattoo in the last 5 minutes.<</me>>
<<cain>>Oh, that's easy, she just can't see it.<</cain>>
<<me>>What do you mean she can't see it?<</me>>
<<cain>>What do you mean what do I mean? She won't be able to see it. It's powerful magic that binds the sins to your soul. If the human brain is good at one thing, it's keeping it's inhabitant alive. That kind of magic is unhealthy to witness and as such, most people just... evolved to not see it.<</cain>>
<<me>>Really? You're blaming evolution?<</me>>
I could feel him shrug.
<<cain>>I don't know what you want me to say. Why do you think your kind hasn't burned witches for a while? You stopped seeing magic, so you stopped burning them<</cain>>
<<me>>Huh... Wait, witches were real?<</me>>
<<cain>>Hey!<</cain>>
I felt fingers snap in front of my face.
<<cain>>Focus up. Go test out Lust.<</cain>>
I sighed, then opened the door, and saw <<ncomb>> sitting at her desk, ruffling through some paper. She looked up to me, but quickly went back to her papers.
<<comb>>Everything ok <<nme>>? It's getting close to opening time, no?<</comb>>
As her focus was mainly on her papers, and lust was on my mind, I couldn't help but look a bit lower. She was so fucking hot, and what I was about to attempt was...
Wait, what was I about to do? <<ncain>> didn't explain how it worked, just that the symbol meant lust. Did that mean I would get horny? What the hell-
<<cain>>Just calm down. Make a command, and focus on the crest on your hand.<</cain>>
I flinched when I heard his voice. Is this smart? Trying this with my boss? Maybe I should try it with someone less important to my life. After all, if she calls me a creep, I get fired, and everyone around here jus-
<<comb>><<nme>>? Are you ok?<</comb>>
I could feel <<ncain>>'s impatience, so I just did it. What's the worst that could happen?
<<Button 'Hey, its kinda hot in here' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "comb-2">>\
\
\
\
I stepped off the bus, looking at the storefront. It was the first time I had come back since <<ncain>> decided to show his boney face. I didn't have a ton of bills yet, but I still needed some spending money, which is how I started working here.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>> I grabbed the door, and entered the shop. As usual, the store had it's fair share of customers moping around. The regulars flashed me a slight glare, and moved on. It was something I was used to, as I was always seen as the gatekeeper. Very rarely did <<ncomb>> come out to the front. Not for the lack of trying by the clientele. They always tried to get her to appear, but it was my, and Barry's, job to make sure that didn't happen. As such, we were seen as the "cockblockers", as if <<ncomb>> would be remotely interested in any of them. Speaking of...
<<me>>Hey Barry, <<ncomb>> in?<</me>>
<<comf>>Obviously. She could die, and she would still show up here in the morning.<</comf>>
Barry is one of my friends. We met when we were young, and throughout school, we bonded as we both had a lot of the same problems. When I first got a job here, <<ncomb>> asked if I knew someone else, and his name came to mind. Since then, me and him have held the register down. Despite <<ncomc>>'s attempts to bother us away from the job.
<<me>>Alright, cool. I'm gonna go have a talk with her. You good?<</me>>
<<comf>>Yeah, I'm chill. Are you though? I never checked back with you after you called me to cover your shift.<</comf>>
<<me>>Oh, yeah, thanks for that. Everything is good now, it was just some food poisoning or something.<</me>>
<<comf>>Ah, right. Got home, yacked it all out?<</comf>>
<<me>>Sure... Anyway, I'm gonna talk to <<ncomb>>.<</me>>
Barry shrugged, and went back to leaning on his chair, watching the store. I walked past the barrier, and into the privacy of the backroom. I got to <<ncomb>>s door, and paused slightly. I wasn't sure what I wanted to do here. I mean, obviously, I could just use Lust and have some fun with her. But... Well, I could get a bit more creative. Our clientele is almost entirely male, so there are some dirtier methods of making money.
<<cain>>What are you thinking?<</cain>>
<<if $player.greed is 1>><<met>>Well, I haven't really used Greed yet. Not since I manifested it. So maybe I could use it to convince <<ncomb>> to do something she normally wouldn't.<</met>><<else>><<met>>Well, maybe I could use Greed to convince <<ncomb>> to do something she normally wouldn't.<</met>><</if>>
<<cain>>Like?<</cain>>
<<met>>Well, Barry and I have tried to convince her to hire some girls to cosplay, and flirt with the customers. She shut that down pretty quickly before.<</met>>
<<cain>>Not too big, that could work.<</cain>>
<<met>>And then maybe later on, the girls could do... more things.<</met>>
<<cain>>That's definitely something you'd have to work towards. Greed is tricky to humans, so you really have to break through that barrier.<</cain>>
I nodded, thinking about it. I knocked on the door, and when I heard <<ncomb>> tell me to come in, I knew what I wanted.
<<Button 'Have some fun with <<ncomb>>' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "comb-3">>\
\
\
\
<<me>>Hey, watch it!<</me>>
I said, as a man bumped into me as he exited the now busy SplashArt comics. A quick sorry from him, and I made my way inside, seeing a sight that did make me happy. The store was relatively busy, filled with fans of comics, manga, board games, etc. Anything remotely nerdy, they were here. I couldn't help but feel a bit of pride as I watched a couple of the men in question surrounding one of the girls I had hired. What she was dressed as was beyond me. What wasn't was the way that outfit hugged her curves, and showed off her assets. The plan was doing well.
<<comf>>Hey dick.<</comf>>
I heard <<ncomf>> behind me. I put on my best look of innocence as I pointed at myself.
<<comf>>Yeah, you.<</comf>>
<<me>>Hey <<ncomf>>.<</me>>
<<comf>>Don't "Hey <<ncomf>>" me. You did this.<</comf>>
I looked around at the busy store, then flashed him a smile.
<<comf>>No, no, don't brag. It's busy as hell now. We had a good things going. We showed up, and barely had to do any work, and now-<</comf>>
<<ncomf>> was cut off as one of the beauties popped behind the counter, placing her hand on his shoulder.
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Hey <<ncomf>>, I'm going on break.</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Hey <<ncomf>>, I'm going on break.</span><</say>><</if>>
Her eyes moved from <<ncomf>>, to me.
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Hey <<nme>>! It's good seeing you again. When are you working next?</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Hey <<nme>>! It's good seeing you again. When are you working next?</span><</say>><</if>>
She asked, biting her lip as she bent over the counter, giving me a good look at her cleavage, although her outfit made no attempt to hide her assets.
<<me>>Here and there. I'm focused on other projects.<</me>>
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Too bad! I had fun in our interview. Hoping we could do a repeat.</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Too bad! I had fun in our interview. Hoping we could do a repeat.</span><</say>><</if>>
<<me>>Some day.<</me>>
The girl pouted, but ended up flashing a smile, winking at <<ncomf>> before going into the break room.
<<comf>>Anyway, I'm really glad you stepped up and convinced <<ncomb>>. You have a good head on your shoulders.<</comf>>
I laughed as <<ncomf>> gave me a serious look.
<<comf>>How did you even convince all these girls to work here?<</comf>>
<<me>>Trade secret.<</me>>
I said, slapping the counter.
<<me>><<ncomb>> in?<</me>>
<<comf>>Eat me.<</comf>>
<<me>>You're a fickle man <<ncomf>>.<</me>>
I said, waving as I made my way to the back offices. <<ncomb>> was almost always in. I approached her office, and made to knock before hearing something, stopping me.
<<comb>>No <<ncomex>>... I don't want to talk about this anymore... I don't care, you signed the papers.<</comb>>
<<ncomb>> sounded unusually angry, although I couldn't hear the other side of the conversation, which meant she was on the phone. I didn't want to interrupt, so I stood there.
<<cain>>I'm sure you're not just eaves dropping.<</cain>>
<<met>>I've never dropped an eave in my life.<</met>>
<<cain>>Sure.<</cain>>
<<met>>Shh. I'm eaves dropping.<</met>>
I quieted <<ncain>>.
<<comb>>Alright, well you just go ahead and do that. I'm sure that will go over great in court.<</comb>>
She said as I heard a thump as the phone hit the table, followed by a long sigh. I waited a second, and then knocked. I heard the chair move slightly, before her voice.
<<comb>>Yeah?<</comb>>
<<me>>Everything ok?<</me>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/09.png">\
<<ncomb>> looked stunning as usual, even if a bit tired, and I doubt it was due to the higher amount of business.
<<comb>>You heard that?<</comb>>
<<me>>A bit.<</me>>
<<comb>>Well here's some advice then.<</comb>>
She said, offering a smile.
<<comb>>Don't marry the first guy that proposes.<</comb>>
<<me>>I... I don't think that will be a problem for me.<</me>>
She laughed at that, leaning back in her chair.
<<comb>>Yeah, I guess it's a bit different.<</comb>>
<<me>>What's the problem.<</me>>
She sighed, a bit lost in thought, before looking up at me. She narrowed her eyes, then shrugged.
<<comb>>My ex. He used to own this place, you know that?<</comb>>
I nodded.
<<me>>Yeah. And I also know it was in the red until you took over.<</me>>
She laughed at that, nodding.
<<comb>>He was all too happy to give me the sinking ship. But now that that I've plugged the holes, and it's sailing straight, he's back with his hand out.<</comb>>
<<me>>And what are you going to do?<</me>>
<<comb>>I already did it. Told him to see me in court.<</comb>>
<<me>>Ah.<</me>>
<<comb>>It's going to be fun to see him try to explain why he wanted nothing to do with it before, but now that it's profitable, he's owed a piece.<</comb>>
I smiled, and sat down. I leaned back, and inspected her tired face.
<<me>>Hey <<ncomb>>. You want to grab a coffee?<</me>>
That certainly surprised her, by the way she froze. She slowly looked at me, and had a pained expression.
<<comb>>Y-yeah, I guess this was coming.<</comb>>
She said, and cleared her throat, sitting up straight in her chair, facing me directly.
<<comb>><<nme>>, I know I haven't... Set the best example. Regarding what... We've done in this office.<</comb>>
She said, trying her best to not sound awkward. I continued listening to her, sitting casually.
<<comb>>That was a mistake. You're my employee. It was irresponsible, and innapropriate of me.<</comb>>
She said, before taking a deep breath.
<<comb>>Not to mention... Hell, I'll just come out and say it. I'm old enough to be your mother.<</comb>>
She said, slumping a little as she said that.
<<comb>>You should find a nice girl your own age. To, you know? Go on dates. Or coffee.<</comb>>
I continued watching her, and my indifference clearly worried her.
<<comb>>Are... Do you understand?<</comb>>
<<me>>Sure.<</me>>
<<comb>>Great! So we can forget about past mistake then?<</comb>>
<<me>>I mean, I can. But you don't actually want that, so...<</me>>
She sighed, hanging her head.
<<comb>>No, I do.<</comb>>
<<me>>No, you don't.<</me>>
<<Button 'Rid her stress' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "comb-4">>\
\
\
\
Popping into the bar, I took a deep breath, getting a feel for the environment. It was always a bit different, considering the variables. Different people showed up, and drank numerous types of alcohols, which affected them in various ways. And as such, I liked coming in. Unlike Sonar, I could actually hear myself talk. Or, more importantly, I liked hearing women talk.
<<cain>>Talk, huh?<</cain>>
<<met>>Don't huh me.<</met>>
<<cain>>Hey, just saying, it's hard to talk when they have a certain someones phallus in-<</cain>>
I shook my head, waving off <<ncain>>s attempt at a joke, as I approached the bartender, getting a beer.
<<cain>>I just respect honesty.<</cain>>
<<met>>Sure, but there's value in being a little more tactful.<</met>>
<<cain>>I can read your mind, kid. There's nothing tactful about what you think about these women you sleep with.<</cain>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/13.png">\
Before I could get my barb back in, I noticed someone. Sitting in the back corner, nursing a drink silently, was <<ncomb>>. It was an odd sight, seeing such a beautiful woman in a bar, not being bothered. But as if someone was reading my mind, she was approached.
<<cain>>Hey, don't blame me.<</cain>>
I mentally shushed him, as I watched a man approach <<ncomb>>. He was fairly well put together. Definitely older, at least than me, although it's possible that he was the same age as <<ncomb>>. He was also fairly handsome, although it amused me how little I cared about that. And as such, I leaned against the wall, nursing my beer, as the man tried hitting on <<ncomb>>. To give him some credit, she didn't look bored. No, I recognized what boredom looked on her face, due to a 15 minute unprompted explanation that <<ncomf>> gave to her about some property he liked, and tried to get her into, so they could sell it at the store. A lot fo talk about primarchs, and chaos, and teleporting through hell, and I finally saw <<ncomb>> break, telling <<ncomf>> to get back to work.
No, I could recognize boredom, and the man wasn't boring her. Unfortunately for him, I could also recognize attraction, and he was failing in that endeavour. And so, I made my move. Call me a simp, but white knighting is both effective, and fun, with Lust in tow.
<<cain>>Simp.<</cain>>
<<met>>Ok, you are thousands of years old, <<ncain>>.<</met>>
<<ncain>> shrugged through a smile, as he faded back into the background. I approached the table.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">I'd love to show it to you. It's right on the water, so I get plenty of sun-</span><</say>>
I patted him on the shoulder, as I pulled out a chair, joining them at the table. The man looked at the hand on his shoulder, then at me. The slight anger at getting interrupted was quickly swept away by the effects of Lust. And <<ncomb>>? Well, I was getting a first hand look at attraction now.
<<me>>Sorry bud, I don't think that's the route to take with this one.<</me>>
I said, putting my beer on the table.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Excus-</span><</say>>
<<comb>>O-oh! Hey!<</comb>>
She asked, smiling wildly, leaning towards me, her cleavage showing.
<<me>>See that?<</me>>
I say, leaning over to the guy.
<<me>>That's what interest looks like.<</me>>
The guy glared at me, which was fairly impressive, considering Lust was working on him.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Listen kid, why don't you take your beer, and find some girl that's willing to listen to your stories about some cool party you went to, and leave the adults to-</span><</say>>
<<me>>Hey <<ncomb>>, how are you doing tonight?<</me>>
<<comb>>O-oh. I'm good, you know...<</comb>>
She said, trailing off, her cheeks picking up a bit of blush, as she looked down at her drink, swirling it around.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">You know this kid?</span><</say>>
<<comb>>Yeah, I-<</comb>>
<<me>>Know me?<</me>>
I said, pushing my chair around the table, getting close to her, and leaning forward, licking her ear. <<ncomb>> let out a small gasp.
<<me>>She's a bit embarrassed, but this kid might have ruined her for other men.<</me>>
The man sccowled at me, but seeing <<ncomb>>s reaction clearly took the wind out of his sails.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Whatever. If you're ever interested in a real man, you can call me.</span><</say>>
He said, putting his card on the table.
<<me>>Oh, well if your next girl is dissapointed that the little blue pill didn't stop you from busting in under a minute, she can call me.<</me>>
I said, reaching over the table, putting an invisible card down, before turning my hand up, flipping him off. The guy shook his head, and walked away. It was only a moment later I heard a small giggle from <<ncomb>>.
<<comb>>You really didn't have to do that.<</comb>>
<<me>>Yeah, but it was fun.<</me>>
I said, leaning forward again, planting a soft kiss on her neck, eliciting a moan from her.
<<me>>Besides, what else am I going to do when another man tries to hit on my woman.<</me>>
<<comb>><<nme>>...<</comb>>
She moaned out, shaking her head.
<<comb>>God, I don't know what it is about you.<</comb>>
<<me>>I told you. I claimed you. You're mine now.<</me>>
I said, standing up, offering her my hand.
<<me>>Your body is aware of it.<</me>>
She swallows, staring at my hand.
<<me>>Or do I need to teach it that lesson again?<</me>>
Her breathing is shallow, and she licks her lip. A moment later, she takes her drink, downing it in one swift motion, before standing up, and taking my hand.
<<comb>>It needs another lesson.<</comb>>
<<me>>Good. I'm in the mood for one.<</me>>
I turned around, her hand in mine, and pulled her towards the entrance. I opened the door, letting her walk through it, as I caught the eye of the guy hitting on her. He glared at me again.
<<cain>>You should do the mature thing.<</cain>>
<<met>>You're right.<</met>>
I reached down, giving <<ncomb>>s ass a slap. She paused for a moment, looking back at me, and grabbed me by the collar, and pulled me through the door. I smiled, and flipped the guy off one last time.
<<cain>>Good boy.<</cain>>
I smiled, as <<ncomb>> pushed me against a wall leading to the parking lot.
<<comb>>I guess the lessons begun.<</comb>>
I smiled, and wrapped my arms around her, grabbing a handful of her ass.
<<me>>No, just marking my property.<</me>>
I could hear what sounded not unlike a growl coming from <<ncomb>>s throat, as she embraced me, our tongues dancing with each other as we made out. I continued kneading her ass, before I finally let go, and pushed her back.
<<comb>>Where to?<</comb>>
<<me>>Your house. Your bed. You need to understand that I own all of you.<</me>>
<<comb>>Ok.<</comb>>
She half moaned out, turning around, pulling me to her car.
<<Button 'Her house' 'Replay2' '.contbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "comb-1">>\
\
\
\
I could feel myself sinking into myself from embarassment. I mean, come on, did I seriously think that <<ncain>> was anything more than a brain tumor manifesting? But as I watched <<ncomb>>, I started to think maybe I was fine.
<<comb>>Y-yeah, it kind of is.<</comb>>
I could see <<ncomb>> get flushed, as her chest started raising up and down a bit faster. I looked at her face, and for a brief moment, our eyes met. She quickly looked down, giggling lightly, sounding more akin to a school girl with a crush, as opposed to the intelligent woman I knew her as.
<<cain>>Ok, a bit more pathetic than I expected, but it still works.<</cain>>
I could hear <<ncain>> saying, as <<ncomb>> twiddled the pen in her hand.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/04.png">\
<<comb>>Do you think...<</comb>>
<<ncomb>> started to say, before she looked down again. She gripped her pen tightly, looking as if she were steeling herself up. Suddenly, she stood up, grabbing her shirt, and bringing it over her chest, baring them.
<<comb>>I think this should help cool me down.<</comb>>
She said, sensually biting the bottom of her shirt, as I stared directly at my bosses perfect tits. I could feel the blood rush down to my cock.
<<comb>>Well don't just stare. Do you like them?<</comb>>
Her question brought me back to reality, and I looked back up to her face. She looked like she wanted to jump my bones in that very moment.
<<me>>Y-yeah. They're amazing.<</me>>
I said, stumbling over my words for a moment. I had never seen that look on <<ncomb>>'s face before, but I couldn't look away. She looked so incredibly hot.
<<comb>>I'm glad.<</comb>>
Suddenly, I got an idea, and pulled my phone from my pocket, pointing it at her. She looked surprised for a second, before raising her chest a bit. I took the picture, staring at it for a second. I then looked back at her. But before I could say anything, something changed.
And as if a shooting star, the look disappeared as quickly as it arrived. Suddenly, <<ncomb>> looked sober. She realized she was still holding her shirt up, and quickly brought it down, covering her pink nipples. She looked a bit embarrassed, and cleared her throat.
<<comb>>Actually, I feel better now. You should get back to work, we open soon.<</comb>>
I looked down at my hand, seeing the mark, and looked back at her. I wanted more.
<<Button 'Get naked for me' 'Replay3' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "comb-2">>\
\
\
\
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/05.png">\
<<comb>>Come in.<</comb>>
I entered the room I had been in many times before, but it felt very different now. It didn't help the fact that when my eyes met with <<ncomb>>'s, she looked away, her cheeks flushing. Our last meeting was definitely on her mind.<<if $comb.decision is "greed">> Unfortunately, I had more serious ideas in mind.<</if>>
<<me>>Hey <<ncomb>>.<</me>>
<<comb>>Welcome back, <<nme>>.<</comb>>
She said, smiling through any awkwardness she might be feeling.
<<me>>Thanks. Good to be back.<</me>>
<<comb>>Although I wish you had just called.<</comb>>
She said, clearing her throat.
<<comb>>Barry is scheduled to handle the till for now. I figured you might be out for longer.<</comb>>
<<me>>That's fine. I didn't come to work. I came to see you.<</me>>
Her cheeks flushed, and suddenly the powerful woman that was running this business with will and guile, turned into a crushing school girl. I don't know what my future holds, but I suspected that I would never get tired of that reaction. <<if $comb.decision is "lust">><<set $player.lust +=1>>
<<comb>>What can I help you with?<</comb>>
I walked towards the desk, moving around it, leaning on it as I took my place beside <<ncomb>>. She tried to play it coy, focusing on her work, but I saw her bite her lip as I sat back.
<<me>>I always thought you worked too hard, <<ncomb>>. I want to help you with that.<</me>>
I said, and felt the energy building up in my arm, and I felt it release just as quickly. I could see her gasp in pleasure as Lust hit her. She shook her head, and tried to look back at her work, but she looked up at me for a moment, and her eyes glued to mine.
<<comb>>I just have a lot of work to do.<</comb>>
She whispered, not really trying to form any sort of resistance. I leaned forward, until my lips were right in front of hers. She closed her eyes, expecting me to kiss her.
<<me>>That's ok. You keep working.<</me>>
Her eyes shot open, confused by the conflict between my actions and words. I stood up, and walked behind her chair, and grabbed her shoulders. Just feeling my hands on her made her moan out loud. I started massaging, lightly, causing her to lean back into my hands.
<<me>>Come on <<ncomb>>. You have work to do.<</me>>
She opened her eyes, her goofy smile, prompted by Lust and my hands, straightened out. She nodded, and leaned forward, picking up her pen, and trying her hardest to do her work. I leaned down, pressing my hands lower down on her back. I worked the area for a bit, before I reached up, and pulled her dress down. Her breath became shallow. Before she could say anything, I leaned down and caressed her cheek from behind with one hand, and whispered close to her ear, getting as intimate as I could.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/06.png">\
<<me>>Why did you stop? This is just an innocent massage, no?<</me>>
<<ncomb>> grunted lightly, her words getting caught in her throat. I let go of her hand, and reached down over her, getting a good handful of her breasts through her bra. Her words fully escaped, as a long, deep moan came out. As I manhandled her tits, I pulled my cock out of my pants, and began rubbing my cock.
<<comb>>Y-yeah, just a massage.<</comb>>
She managed to stutter out. I reached inside her bra, and finding her nipple, began pulling on it.
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/07.webp">\
<<me>>Of course it is. You would be a bit of a slut if you enjoyed this.<</me>>
<<comb>>Such a slut. Yyyeesss.<</comb>>
She moaned out, as I could feel her body twitch at my words. Over her shoulders, I could see her rubbing her legs together.
<<me>>Do you know what I do to sluts?<</me>>
<<comb>>W-what?<</comb>>
I pinched her nipple, causing her to grunt in pleasure again, her body pressing against the chair she was in. She leaned her head back, and opened her eyes. We were looking right into each others eyes, as I brought her to an orgasm with just her nipples.
<<me>>I cum on them.<</me>>
She leaned back a bit more, and saw my hand moving up and down my shaft. She stared at it, as I pumped myself, getting closer and closer.
<<comb>>You should. Sluts des- deserve to be covered in cum.<</comb>>
I could feel myself getting closer as I could feel her warm breath on my cock.
<<me>>Well good sluts deserve to cum as well, don't you think?<</me>>
She looked me dead in the eyes, more serious than ever before.
<<comb>>We do. We deserve to cum.<</comb>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/08.webp">\
She said, her words sounding like she was begging for it. I complied, and began playing with her nipples even more, getting rougher. It only took a few moments before she begand gasping, her body stiffening, her orgasm hitting her hard. I reached up, and pressed my cock on her cheek, and began shooting my load over her face. As we both rode our orgasms, <<ncomb>> kept whimpering.
<<comb>>Yesss, yes,yes,yeeesssss...<</comb>>
Once we were both finished, I grabbed her hair, and cleaned my cock with it. I pulled my pants as <<ncomb>> was laying there, a smile on her face. I reached up, and pet her head.
<<me>>You were an excellent slut for me.<</me>>
She cracked her eyes, grinning widely. I stood up, and walked towards the door. As I did, I felt an energy build up in my arm, and suddenly released, giving me perfect vision of <<ncomb>>. She was now marked.
<<me>>I'll call you <<ncomb>>.<</me>>
<<comb>>Please do.<</comb>>
I heard her respond, as I opened the door, and left her office.<<elseif $comb.decision is "greed">><<set $player.greed +=1>>
Unfortunately, I didn't come here to have fun. Well, I didn't exactly have a plan, but now I do. And if there was anything I knew, it's that it's better to focus on your goals. Living with <<nmom2>> for so long wasn't entirely wasted. I felt energy building up in my arm, and I felt it release just as quickly. Suddenly, the blushing schoolgirl was gone, as <<ncomb>>s eyes focused. She looked confused, but then raised her brow, her business acumen taking over.
<<comb>>What can I help you with?<</comb>>
<<me>>I wanted to talk about something for your business.<</me>>
<<comb>>Oh?<</comb>>
<<me>>I think you're doing a great job, but there's wasted potential.<</me>>
She tilted her head, listening to me intently. It was kind of strange watching her. Gone was any of the flirty, nice woman that she usually was. In front of me was someone that was entirely focused on Greed.
<<comb>>Go on.<</comb>>
<<me>>It's a business idea that I've pitched you before. Not just me, Barry as well.<</me>>
She looked to the side, and I realization in her face as she remembered what I was referring to.
<<comb>>You wanted cosplayers, right?<</comb>>
I nodded.
<<me>>Our clientele is entirely men. Getting some girls in here, wearing cosplay, well... You know that would be effective.<</me>>
She leaned back, giving the idea some serious thought. Last time, she shot it down without a moments thought, so we're clearly making progress.
<<comb>>I'm not sure I feel like putting anything like that on.<</comb>>
<<me>>I didn't necessarily mean you, we could hire some girls as models.<</me>>
<<comb>>If you want to hire other girls, I definitely see the benefits, but it is a whole new aspect of business to manage.<</comb>>
<<me>>What do you mean?<</me>>
<<comb>>We have to find girls who are willing to wear cosplay, we would have to buy said cosplay, manage their schedules, and they would have to be willing to flirt with the guys.<</comb>>
I was momentarily surprised as she described more problems than I had thought. Momentarily, only because I knew she was a good business woman. It's not surprising she thought through it more than me. Let's try something else.
<<me>>Well, I was going to say, I would be willing to handle any responsabilities regarding this new avenue.<</me>>
That made her raise her brow, and a small smile appeared. I wasn't entirely sure if I should have been offended or not.
<<comb>>Looking for a promotion, <<nme>>?<</comb>>
<<me>>I was just thinking about the store. If you're offering a promotion, I wouldn't refuse one.<</me>>
She smiled brighter at that.
<<comb>>Tell you what. I'll make you a deal. You like this idea? I want you to set it up. Everything, including problems I haven't even thought of yet.<</comb>>
<<me>>I can do that.<</me>>
<<comb>>If it goes well, and we make money, then I'll give you a promotion, and a cut of the money we make as a direct result of the girls.<</comb>>
<<me>>Great!<</me>>
<<comb>>Don't get too excited yet. The reason I said no last time wasn't because I was opposed to using sex appeal to get more customers. We both know that isn't true. It's because I knew it wasn't going to be easy, and I had too much on my plate. So make sure you do this well, ok?<</comb>>
I nodded.
<<me>>I won't dissappoint.<</me>>
<<comb>>Good. I'll text you the numbers later. Good luck, and happy hunting.<</comb>>
I nodded, and got up, as <<ncomb>> went back to whatever paperwork she was doing. Before I could leave, I heard her call out.
<<comb>>By the way, I'm not entirely opposed to wearing any fun cosplay. I would just... prefer it to be private,<</comb>>
She flashed me a naughty smile, but before I could respond, she spoke up again.
<<comb>>But that's all for today. Goodbye, <<nme>><</comb>>
I nodded, and flashed her a smile. She went back to focus on her work, a grin on her face. As I watched her, I felt an energy build up in my arm, and then release. She was now marked.<</if>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "comb-3">>\
\
\
\
<<me>>I realize I'm young, but I'm also not stupid.<</me>>
I say, standing up, walking around the desk, and sitting on it, to her side. <<ncomb>> gasped at that.
<<me>>I respect the hell out of you <<ncomb>>.<</me>>
I say, placing my hand on her shoulder, causing her to gasp lightly. I left it there, my thumb making circles.
<<me>>You have so much on your shoulders. Even this shop, you put in so much work. You're here all the time. Aren't you tired?<</me>>
<<comb>>I...<</comb>>
<<me>>I just want to help you. It's why I set up the cosplay girls, and happily manage them.<</me>>
<<comb>>I appreciate that.<</comb>>
She said breathlessly.
<<me>>Well you should rely on me more. Not just with work. In life.<</me>>
<<comb>>You're so young though.<</comb>>
I lean forward, close to her ear.
<<me>>I can help you. Take the weight off your back. Don't you want that?<</me>>
I whispered, causing her to shudder, as her eyes closed.
<<comb>>I... I've always worked hard.<</comb>>
<<me>>You have.<</me>>
I say, kissing her neck, causing her to moan.
<<comb>>And you've done really well with the girls.<</comb>>
<<me>>I did it for you.<</me>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/10.webp">\
I say, my hand slowly moving, until it was resting over her breast. I began massaging, causing a gasp.
<<comb>>You're so responsible.<</comb>>
<<me>>I'm glad you see that. I'm going to give you a massage now.<</me>>
<<comb>>Ok.<</comb>>
She pushed her chest out, letting me get better access to her tits. However, I stood up, letting her go. Her eyes opened, and she looked up me with puppy dog eyes.
<<me>>Stand up.<</me>>
<<comb>>Wh-<</comb>>
I kneeled beside her, and met her lips with mine, pushing my tongue onto her mouth. She groaned in surprise, before quickly reciprocating. After a minute, I pulled back.
<<me>>I told you, I want to help you. You're always in charge aren't you?<</me>>
She bit her lip as she nodded lightly.
<<me>>I need you to trust me. Let yourself go. Let me take charge. Ok?<</me>>
She thought about it for a moment, before nodding again. She stood up, and I followed her up.
<<me>>Now bend over.<</me>>
<<comb>>Wha-<</comb>>
She started, before I cut her off by grabbing her ass through her skirt, causing her to moan.
<<me>>You're not in charge here. Bend over, and I'll take your stress away.<</me>>
<<comb>>Y... Yes...<</comb>>
She said, placing her hands on her desk, pushing her ass out. I walked behind her, and started undoing my belt.
<<me>>I know your life didn't go exactly the way you wanted it to <<ncomb>>. I know you need to control what you can.<</me>>
I held my cock in my hands, as I reached under her skirt, and begin rubbing her pussy through her panties, causing her to moan.
<<me>>But everyone needs a way to let it all go. Otherwise, it just ends up hurting you.<</me>>
I speed up with my fingers.
<<me>>You want me to help you let it go?<</me>>
I said, pulling her panties to the side, and playing with her pussy directly.
<<comb>>God yes.<</comb>>
<<me>>Good girl.<</me>>
I say, pressing my cock against her pussy, and pushed in, entering her.
<<comb>>Oooohhhh, ggyyyeeeesssss.<</comb>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/11.gif">\
She moaned out as I slowly pushed forward.
<<me>>This is what you need <<ncomb>>.<</me>>
<<comb>>You're so biiiig.<</comb>>
<<me>>You need to just follow what I say.<</me>>
She nodded, as I began fucking her.
<<me>>Are you going to do that?<</me>>
<<comb>>Yes!<</comb>>
She moaned, pushing back against me as I fucked her.
<<me>>Good. I like my women obedient.<</me>>
Her pussy walls tightened as she heard that.
<<me>>You like that? You like being my woman?<</me>>
<<ncomb>> moaned, continuing to push back against my cock, moaning. I shook my head, and gave her ass a slap as I fucked her.
<<me>>Good girls answer their man.<</me>>
<<comb>>Yes! I like that!<</comb>>
She said.
<<me>>Good. Say what I am.<</me>>
<<comb>>My man!<</comb>>
She grunted.
<<me>>That's right.<</me>>
I said, fucking her faster.
<<me>>I own this pussy!<</me>>
<<comb>>Yes!<</comb>>
She moaned as our hips met faster and faster, getting messier as her juices covered both of us.
<<me>>Are you going to cum?<</me>>
<<comb>>I'm so close.<</comb>>
I stopped fucking her, causing her to whine, pushing her ass backwards. I leaned forward, grabbing her hair.
<<me>>You're going to cum without my permission?<</me>>
<<comb>>W-wha...<</comb>>
She moaned out, trying to fuck back into me, not being able to from the grip I have on her.
<<comb>>Please...<</comb>>
<<me>>That's right. Beg me.<</me>>
She looked back up at me, her eyes filled with pure desire.
<<comb>>Please. Let me cum. I'm so close.<</comb>>
<<me>>Sir.<</me>>
<<comb>>Please sir! Let your woman cum.<</comb>>
I smiled, and began fucking her hard. It only took a couple of strokes before I felt her begin to twitch underneath me, her back arching.
<<me>>See how good it can feel if you just let go.<</me>>
I said, my orgasm rapidly approaching.
<<me>>Give control over to me.<</me>>
I said, pulling my cock out, and began blasting ropes all over her back, covering her work clothes in my cum.
<<me>>How does that feel?<</me>>
<<comb>>AAhhAhhhh!<</comb>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/12.gif">\
She moaned as she continued coming, feeling the warmth of my cum pushing her over to another orgasm. I continued shooting rope after rope all over her skirt and blouse. After a minute, I finally finished, and looked down at my conquest.
<<me>>It feels better, doesn't it?<</me>>
I ask, stapping to the side, and rubbing her head.
<<comb>>Yes sir.<</comb>>
<<me>>Good girl.<</me>>
I said, leaning forward and stealing a kiss, before standing up quickly.
<<me>>I'm going to head out. But if you ever need another massage... Or to destress.... Well, you have my number.<</me>>
<<comb>>Yes sir.<</comb>>
She mumbled, still enjoying the afterglow of the orgasm. I walked out, taking one last look at her bent over the desk, covered in my cum, before leaving.
<<Button 'Finish Replay' 'Replays' '.contbut' '$replay to 0'>>\
\
\
\
<<elseif $replay is "comb-4">>\
\
\
\
I looked around as I entered <<ncomb>>s house. It really brought to the forefront how different we were. She was a grown woman, with her own house. Sure, she was my boss, but it didn't really hit me. I'm barely an adult, still living in my childhood home. This was a grown woman.
<<comb>>You coming?<</comb>>
<<ncomb>> looked back at me, her tight dress accentuating every bit of her very generous curves. A grown woman, sure, and I was excited to turn her into nothing but a mess of pleasure.
<<me>>Lead the way.<</me>>
I growled, slapping her ass.
<<me>>It won't be the last time.<</me>>
<<comb>>Fuck.<</comb>>
She whispered, and slowly walked down the hallway, and up the stairs, until she got to a door. She stood in front of it, staring at it.
<<me>>Speak your mind.<</me>>
<<comb>>I haven't... Since my husband and I...<</comb>>
I smirked, and put my hands on her hips, pressing my crotch against her ass. She moaned, pushing backwards.
<<me>>Well that's not true, is it?<</me>>
I whispered into her ear. She moaned, nodding.
<<comb>>No... I mean... It's the first time I brought a new guy here.<</comb>>
<<me>>And it will be the last time too.<</me>>
I growled, reaching around, grabbing her breast through her dress.
<<comb>>I don't... I thought <<ncomex>> was the same.<</comb>>
<<me>>Don't compare me to that sad sack.<</me>>
I growled, massaging her breast through her dress, and reaching down with my other hand, slowly hiking up the hem of the dress, running my hands up and down her legs.
<<me>>I told you <<ncomb>>. You're mine. To be completely honest...<</me>>
I began rubbing her pussy through her panties, causing her to moan.
<<me>>It's not entirely up to you.<</me>>
<<comb>>W-what do you mean?<</comb>>
<<me>>I mean what I said. Your body already knows who owns it.<</me>>
She whimpered, nodding as I began speeding up.
<<me>>Now I'm going to explain to you what's going to happen now.<</me>>
<<comb>>Yes.<</comb>>
She whispered, nodding along.
<<me>>You're going to go in there, and I'm going to follow.<</me>>
I pulled her dress down, revealing her large tits, and began massaging them directly.
<<me>>You're going to undress for your owner. You're going to crawl on your bed, and you're going to beg me to teach you what you already know.<</me>>
<<comb>>Yes!<</comb>>
She moaned, my fingers moving in concert. I continued playing with her body, before suddenly letting go, causing her to gasp, and look back at me, pure desire in her eyes.
<<me>>Well?<</me>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/14.webp">\
She licked her lips, and I was half worried she was going to jump me right then and there. But she turned around, her dress half taken off all ready, and reached up and opened the door. It swung open, revealing her room, and she slowly walked in. As she did, her hips swaying, she pulled her dress fully off. Then, looking back at me for a moment, she slowly bent forward, pulling her panties off, her juices making a wet spot in them.
<<comb>>Please.<</comb>>
She moaned, looking back at me. Maintaining eye contact, she got onto her bed, on all fours, crawling to the center, before putting her arms down, so she was face down, ass up.
<<comb>>Teach me.<</comb>>
She reached between her legs, and began fingering her pussy.
<<comb>>I'm yours.<</comb>>
I groaned, and pulled my pants off, watching her masturbate. When my cock sprung out, she moaned.
<<me>>Then you know what to say.<</me>>
She moaned, licking her lips. Nodding, she spread her pussy with her fingers.
<<comb>>Fuck me sir.<</comb>>
I groaned, and pressed the head of my cock against her pussy, and pushed, entering her warm hole.
<<comb>>MMmmMMAaaAaffFFFuuUUCCkckkkK-<</comb>>
I felt the walls of her pussy tighten up, her back arching even more, as her orgasm hit her immediately. I reached forward, grabbing her hair.
<<me>>What do you say?<</me>>
I growled, as I began pistoning in and out of her, fucking her through her orgasm.
<<comb>>OH- IM SORR-SORRY SIR!<</comb>>
<<me>>For what?<</me>>
The warm walls of her pussy were tightening around my cock, and I could already feel myself getting close.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/15.webp">\
<<comb>>CUMMING!<</comb>>
I gripped her hair tight, and began pounding her even harder.
<<me>>That's right.<</me>>
I growled, reaching down and playing with her nipple.
<<me>>I own you.<</me>>
She moaned out again, getting hit with another orgasm.
<<comb>>I'M SO-SORRY!<</comb>>
She half whimpered.
<<me>>Where am I going to cum?<</me>>
I growled into her ear.
<<comb>>WHEREVER YOU WANT SIR!<</comb>>
She moaned out, and I groaned, as I hilted inside of her, shooting my load as deep as I could.
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/16.png">\
<<me>>That's right.<</me>>
I growled, shooting rope after rope of my cum directly into her womb.
<<me>>You're mine to use as I see fit.<</me>>
<<comb>>Yes sir!<</comb>>
She whimpered again, as she continued twitching, feeling the warmth of my seed filling her up.
<<me>>Now get ready slut. Because I'm not done with you yet.<</me>>
<<linebreak>>
I was laying on <<ncomb>>s bed, my arm behind my head, resting, as my other hand was curled around <<ncomb>>s fiery mane, keeping a grip on her as she sucked my cock clean of all of her various juices.
<<me>>Get ready. I'm about to cum.<</me>>
She didn't respond, but for pressing her nose against my pelvis, letting me shoot my load directly into her throat, as I felt her hands massaging my thighs.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/17.webp">\
<<me>>Good girl.<</me>>
I groaned, as I emptied what remained in my balls directly into the woman that once was just my boss. After I finished, I pulled her off, and she flashed me a warm smile.
<<comb>>Thank you sir.<</comb>>
<<me>>You're welcome slut.<</me>>
I moaned, and pulled her up, until she was resting on my shoulder. We laid there for a while, recovering, both physically and mentally, before she finally spoke up.
<<comb>>I think... I think I understood the lesson.<</comb>>
I laughed out loud at that, spanking her ass playfully, before looking down at her.
<<me>>Good.<</me>>
She smiled, and leaned forward, before pulling back. I raised my brow.
<<comb>>So... What does this mean then.<</comb>>
<<me>>How do you mean?<</me>>
<<comb>>I mean... I'm your boss, right?<</comb>>
I shrugged, nodding.
<<comb>>But now... You own me.<</comb>>
<<me>>You're damn right.<</me>>
She smiled softly at that, kissing my chest lightly, before turning back to me.
<<comb>>So...<</comb>>
<<me>>So...?<</me>>
<<comb>>I don't know, are you the boss now?<</comb>>
I laughed out loud again.
<<me>>Fuck no.<</me>>
I said in between my laughter. She smiled, but I could still see unease in her, so I calmed down.
<<me>>Listen, <<ncomb>>. I like you. All of you, which involves you being a badass. I'm not looking to turn your into some meek submissive...<</me>>
I paused.
<<me>>Well, outside of the bedroom at least. I love that you're my boss. Will you always be? Probably not, to be honest.<</me>>
She smiled at that, rubbing her hand on my chest.
<<comb>>Good. I'm glad to be able to see you at work, but I think you can do better.<</comb>>
<<me>>But I want you to succeed. Because you're my woman.<</me>>
<<comb>>So then... Nothing changes outside?<</comb>>
<<me>>Well, I'm definitely going to grope you.<</me>>
I said, squeezing her ass. She smiled, and leaned forward, kissing me, as I felt her hand give my cock a light squeeze.
<<comb>>Likewise.<</comb>>
<<me>>And I definitely want to taste your tongue more often.<</me>>
She kissed me again, and we layed there, making out for a minute, before I finally pulled back.
<<me>>I'm going to take care of you. That's all you need to understand.<</me>>
She nodded, and we both layed there, enjoying each others company.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "sis3-1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 3/02.png">\
I knock on <<nsis3>>'s door, feeling the power of Lust coursing through my veins. <<nsis3>> and I don't interact much, mostly because of how different our personalities are. <<nsis3>> has always been a very nice girl, but she's always been attracted to the more feminine aspects of things. She loves pink, and her room definitely reflects this. Still, now that I've got Lust in my body, I can at least admit that I've always considered her to be insanely attractive, although that's something she's shared with all the women in <<if $fet.inc is 1>>this<<else>>her<</if>> family. Still, as I hear footsteps on the other side of the door, I brace myself, and the door opens, revealing <<nsis3>>.
<<sis3>>Hey $player.name. What's up?<</sis3>>
She asks, turning around and going back to her desk. She leaves the door open, allowing me to walk in, and I make sure to close it behind me. Although I trust in what Lust can do, <<if not $mom2.scene.includes(1)>>especially after what I did to <<nmom2>>, <</if>>I still can't help but feeling nervous. Although watching <<nsis3>>'s innocent face as she applies makeup, I can't help but feel the urge to do something.
<<me>>Nothing. Just had some questions for you.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/03.png">\
<<sis3>>This isn't some survey for your comic job right? You know I'm not a fan. Ask <<nsis2>> for that.<</sis3>>
<<sis3>>Oh. Ok.<</sis3>>
She spins around in her makeup chair, and looks up to me. She has her legs spread, giving me a nice look at her legs. I can feel blood rushing down to my cock.
<<met>>Alright, let's see if I can't get her to break that innocent facade.<</met>>
<<me>>Hey <<nsis3>>...<</me>>
<<Button 'I just wanted to know what you like to masturbate about.' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis3-2">>\
\
\
\
Walking down the hall, I noticed the bathroom door was open. I peeked inside, and saw that <<nsis3>> was doing her makeup at the sink.<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>>I walked into the bathroom, and grabbed my toothbrush. I was acting casual, but from the way that <<nsis3>>'s cheeks flushed a deep red, the events from a few days ago were still in her mind. It also didn't help that she was wearing very revealing clothes. Most of the girls in the house sometimes ended up wearing skimpy clothes, trying to be comfortable. Before today, <<nsis3>> didn't give it any mind. However, since our last... meeting, she's certainly noticed it. I grabbed the toothpaste, and put some on my brush.
<<me>>Good morning <<nsis3>>.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/07.png">\
She flinched upon me saying that, and smiled awkwardly.
<<sis3>>G-good morning...<</sis3>>
<<nsis3>> continued to put on her makeup. I began brushing my teeth, and we each did our business. Over the course, I would occasionally catch her looking up at me, and she would quickly look back to the mirror, her cheeks getting redder still. Once I was finished, I pushed her lightly, and spit out into the sink, and rinsing my mouth out.
<<sis3>>S-so, do you have plans today?<</sis3>>
<<me>>Nothing's set in stone. You?<</me>>
<<sis3>>No. Not really.<</sis3>>
<<me>>Don't you have class today?<</me>>
<<sis3>>Oh, yeah, obviously that.<</sis3>>
I smirked, enjoying her nervousness. If I was a better person, I probably wouldn't have, but I have to imagine a better person wouldn't have gotten the Sins stuck in their head.
<<me>>Is everything ok, <<nsis3>>?<</me>>
She looked down, trying not to meet my eyes, her red ears betraying her state of mind.
<<sis3>>Yeah, e-everything is ok...<</sis3>>
<<me>>Great.<</me>>
I start to walk away, hoping she would speak up. Her tugging on my shirt before I left the room told me I made the right call.
<<sis3>>I just wanted to... You didn't tell anyone about...<</sis3>>
<<me>>About what?<</me>>
I said, enjoying teasing her. She finally looked up to me, still a deep red, but looking annoyed.
<<sis3>>You know what I'm talking about.<</sis3>>
She said, getting quieter with each word.
<<me>>You're going to have to use your words.<</me>>
<<sis3>>About what I told you the other night.<</sis3>>
<<Button 'Oh, how you have a rape fetish?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis3-3">>\
\
\
\
Sitting in my room, I was killing some time. As much as I have enjoyed this time with <<ncain>> and the things the Sins have let me do, everyone still needs their down time. So it was a surprise to me when <<nsis3>> entered my room, and closed the door behind her. She didn't say anything, just walked around the room. Even as she was trying to remain neutral, the occasional glances, quickly broken when I met her eyes, told me this was anything but a casual visit. I looked back down at my phone, scrolling through random things. It took less than a minute before she finally said something.
<<sis3>>What are you looking at?<</sis3>>
<<me>>Nothing really. It's been a hectic week. Just decompressing, flipping through Youtube.<</me>>
<<sis3>>Oh. That's cool. I-I was online earlier, and <<nsub1>> sent me a cute video. A little kitten who drank too much milk.<</sis3>>
<<me>>That's cool.<</me>>
I smiled at her, and went back to my phone. After a few seconds, I noticed she was just standing there. Even when she came in, I figured if she just wanted to catch up, we could. But from the way she was struggling to say something, it was clear she had something in mind.
<<me>>Did you want something?<</me>>
I asked, sounding innocent. Her cheeks flushed lightly, but she shook her head, as if denying anything I was implying.
<<sis3>>I... Just thought we could hang out.<</sis3>>
She didn't sound convincing at all. I nodded though, and moved over on my bed, petting the space made.
<<me>>Ok. Come here.<</me>>
She smiled lightly, then nervously got on my bed. She suddenly flinched, and her movement became... If I were to guess, she was aiming for sexy. However, it looked stilted to me. I chuckled internally, and pulled my phone up as she sat beside me. We sat there together, me flipping through my phone for the entire time. I showed her a video, and she gave a half hearted chuckle. However, after a minute or so, she was getting antsy.
<<me>>Are you ok over there?<</me>>
I asked quietly, taking advantage of how close we were by getting close to her ear.
<<sis3>>I thought...<</sis3>>
She started, but when she caught me looking down at her, she bit her lip. I laughed, internally, as I realized what she was doing. Something she had done her entire life. If she wanted to continue this game we were playing, I had to make one thing clear. It wasn't going to work like that. She wasn't going to be in charge.
<<me>>What did you think? That you would come in here, and I would make you cum?<</me>>
That brazen admission turned her entire face red, as she brought her knees to her face, trying to cover her embarassment. However, after a few seconds, I saw her lightly nodding.
<<me>>Well then you're shit out of luck. I'm not in the mood.<</me>>
That certainly got her attention, as her red face popped up, looking back at me with nothing but dissapointment in her face.
<<sis3>>But-<</sis3>>
<<me>>But what? You think that I'm here to just give you whatever you want?<</me>>
I asked her, my voice getting a bit lower. She looked down, and I could see her eyes getting misty. She cleared her throat, and pushed herself off my bed. Before she got too far, I reached out to her, grabbing her wrist roughly.
<<me>>It seems like you completely misunderstand our relationship.<</me>>
She looked back at me, her face betraying confusion from the rollercoaster of emotions coursing through her body. It wasn't there long, as I pulled her onto the bed on her back, her looking up at me.
<<me>>You're here to give me what I want.<</me>>
I reached up, and roughly grabbed her breast through her shirt, getting a moan out her her.
<<me>>You're the dumb slut that likes getting raped. Isn't that right?<</me>>
I asked her, reaching up and grabbing her neck, not putting any pressure on it, but from the way her eyes glazed over, was having the intended effect. She nodded lightly, and I reached up, swiping my thumb against her lips, pushing them open.
<<me>>Answer me.<</me>>
She nodded.
<<sis3>>I'm a dumb slut that likes getting raped.<</sis3>>
<<me>>That's right.<</me>>
I grabbed her arm, flipping her over on her front.
<<me>>Good. Because I want to cum, and I want to use your slutty holes.<</me>>
She looked back up to me, and I saw hesitation.
<<sis3>>N-no, I-<</sis3>>
I pushed her head down into the bed, and pulled her pants and panties down in one quick motion.
<<me>>Shut the fuck up. You're nothing but a fleshlight for me to rape.<</me>>
I reached down, running my fingers up her slit, feeling her wetness.
<<Button 'Be a good whore, and put her hands behind your back' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis3-4">>\
\
\
\
I've been having a lot of fun with <<nsis3>> lately, and I'm sure if I entered her room and held her down, she would love getting fucked. But I didn't want to just keep doing the same things over and over again. Which was how I found myself standing in the science building of Livington College. I knew <<nsis3>>s schedule, and if I wanted to push her even further, this would be the best place to do it. It also helped that her class today was fairly late, which left the campus fairly empty, especially the science building. Those nerds liked to leave as soon as possible.
<img class="leftimg" src="images/Characters/House/Roommate 3/15.png">\
It took me a while to find it, but I finally found her classroom. Thankfully, <<nsis3>> had always been a good student, which was why she was now sitting in the room, alone, reading a textbook. Her class likely ended a while ago, but being the diligent girl she was, she went over the days lessons. I opened the door, and closed it behind me, taking one last look outside, seeing no one. I slowly approached <<nsis3>>, who was too engrossed in her reading to notice me, until I reached down, rubbing my hand through her hair, causing her to jump up. Upon seeing me, her face was filled with relief.
<<sis3>>Oh my god, <<nme>>, you scared the crap out of me.<</sis3>>
<<me>>Sorry. I wasn't trying to scare you, but you were way too focused on this.<</me>>
I said, patting her book. She smiled, looking shy, before looking around and realising we were alone. I noticed, and leaned forward, giving her a deep kiss. She moaned into it, wrapping her arms around my neck, holding onto me tightly, as our tongues intertwined. After a minute, she pulled back, smiling goofily.
<<sis3>>What are you doing here anyway?<</sis3>>
<<me>>Oh, well, I was just in the area, and figured I would say hi to one of my favorite girls.<</me>>
She squirmed a little at hearing that, being embarassed.
<<me>>But then I started feeling horny, so I thought I might visit my favorite sex toy.<</me>>
Her embarassment disappearing, being replaced with Lust. However, she didn't seccumb to it, looking around, and shaking her head.
<<sis3>>I don't think we can. Besides, I'm wai-<</sis3>>
<<me>>Oh, I think you misunderstood.<</me>>
I stepped forward, grabbing her by the throat. She gasped as I did, looking up at me.
<<me>>Sex toys don't really get a say in when they get used.<</me>>
I reached down, pushing my hand beneath her shirt, pulling on her nipple roughly.
<<me>>Sex toys just open their holes, and let their masters use them.<</me>>
<<nsis3>> moaned, my hand roaming down, undoing her pants buttons.
<<me>>They don't need to consent, isn't that right?<</me>>
She looked up at me, her eyes filled with lust.
<<sis3>>That-<</sis3>>
She started to say, before I interrupted her by a light slap on her cheek.
<<me>>That was more of a rhetorical question. Because you are my rape toy. So get on your knees, and let me fuck your cute little whore face.<</me>>
I pulled her down by the throat, her legs giving in immediately, as <<nsis3>> stuck her tongue out before she even reached the floor. I smiled, and leaned down, spitting in her mouth. She was surprised for a moment, before she nodded, and swallowed.
<<me>>Good girl.<</me>>
I pulled my cock out quickly, and slapped her face with it. She moaned as I did. Then I pointed my cock at her mouth, and pushed, feeling the warmth of her hole. Grabbing a good hold of her hair, I began pumping my cock deeper and deeper into her inviting hole, mak-
<<sub1>><<nsis3>>? You don-<</sub1>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/03.png">\
<<nsub1>> and I looked at each other. I could feel <<nsis3>> underneath me, panicking, as she tried to pull off. I held onto her tightly, not letting her go, and moved my seat forward, making sure <<nsis3>> was hidden under neath the table.
<<sub1>>Oh! <<nme>>! What are you doing here?<</sub1>>
<<me>>Hey <<nsub1>>. I was in the area, thought I'd visit <<nsis3>>, see if she wants some company on the way home.<</me>>
<<nsub1>> walked to the table we were at, and leaned forward on it, staying on the other side. I could tell <<nsis3>> was nervous, as her tongue wasn't moving. I started pulling on her hair again, getting my cock deeper, entering her throat. She tried to stop me, but when she realized she couldn't, she pushed herself deeper, until my balls were resting on her chin. I sighed.
<<sub1>>Oh my god, that's so sweet of you <<nme>>. I wish I had a brother like you.<</sub1>>
She said, giving me a flirty smile.
<<me>>Your sisters aren't so bad.<</me>>
She rolled her eyes.
<<sub1>>I guess. But they would never come visit me at school, just to give me company.<</sub1>>
<<me>>Well, like I said, I was in the area.<</me>>
<<nsis3>> was clearly getting into this, as her mouth started moving faster, getting more of my cock inside as our conversation went on.
<<sub1>>Where is she, anyway?<</sub1>>
<<me>>Oh, I think she said... She had something stuck in her throat.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/16.webp">\
I began slowly pumping my hips, fucking <<nsis3>>s face in front of her friend.
<<me>>She went to get some water.<</me>>
<<sub1>>Oh.<</sub1>>
<<nsub1>> said, biting her lip.
<<sub1>>Well why don't I keep you company?<</sub1>>
<<me>>I'd love that.<</me>>
<<nsub1>> smiled, her cheeks getting rosy.
<<me>>You know, <<nsub1>>...<</me>>
<<sub1>>Y-yeah?<</sub1>>
<<me>>I've always felt a little awkward around you.<</me>>
<<sub1>>O-oh. Why?<</sub1>>
<<me>>Because... You were always my sisters friend. So it felt a bit wrong if I... You know, was interested in you.<</me>>
<<nsub1>> stood up straight, getting flustered. I kept going.
<<me>>But I recently talked to <<nsis3>>. And she said that she would help me with you. If I... asked her to.<</me>>
I could feel <<nsis3>>s throat tighten up, pushing my closer to the edge.
<<sub1>>I- You shouldn't.... I mean, you shouldn't have felt awkward.<</sub1>>
She tilted her head, looking embarassed.
<<sub1>>I always felt the same way. I couldn't be...<</sub1>>
She looked up at me, staring right into my eyes. I smiled, pumping into <<nsis3>>'s throat harder, getting closer. Her cheeks flushed, and she looked away, smiling.
<<sub1>>I couldn't be crushing on my best friends big brother.<</sub1>>
I leaned forward, rubbing my finger on her hand. She gasped, giving me a smile.
<<me>>We can make up for lost time though. Why don't I take you out some time.<</me>>
<<sub1>>Yes!<</sub1>>
She blurted out, before blushing.
<<sub1>>Y-yeah, I'd really like that.<</sub1>>
<<me>>Good.<</me>>
She stood there, brushing her hair behind her ear.
<<sub1>>Ahem. Where is this girl, right?<</sub1>>
She asked, laughing a bit awkwardly.
<<me>>I think she's gonna be getting something to drink.<</me>>
I tightened my hold over her hair, and hilted my cock into her throat. I could hear her gag slightly, although it didn't seem like <<nsub1>> heard it.
<<sub1>>I-I'm gonna go look for her. Make sure she's ok?<</sub1>>
I nodded.
<<me>>You do that <<nsub1>>.<</me>>
I grunted, unloading into <<nsis3>>s throat. As <<nsub1>> walked away, giving me a shy glance back, smiling, before leaving the room. The moment the door closed behind her, I began pumping my hips even harder into <<nsis3>>'s face.
<<me>>That's a good rape slut. Swallow my load, you dumb bitch.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/17.webp">\
I groaned, as <<nsis3>> finished swallowing my cum. I pulled my cock out, and let her go, letting her fall on the ground. I sat back on the seat, catching my breath, before leaning down and pulling her back on her feet.
<<me>>Mmm, you were a great fleshlight for me.<</me>>
I said, kissing her on the forehead. She smiled, still in a daze.
<<sis3>>T-thaaank you miisster.<</sis3>>
She said, slurring her words.
<<me>>You're so beautiful after getting raped, you know that?<</me>>
I said, hugging her.
<<me>>And I'm going to need your help after my date with <<nsub1>>.<</me>>
Her face got serious, as she remembered that she agreed to help me hold her down last time. She swallowed deeply, then nodded.
<<sis3>>Anything for you.<</sis3>>
I smiled, and leaned forward, giving her a deep kiss.
<<me>>That's a good rape slut.<</me>>
She smiled.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sis3-5">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 3/20.png">\
<<sis3>>Hey!<</sis3>>
<<nsis3>> smiled at me as I walked into her room, her eyes flash with a recognizable desire, before quickly passing.
<<sis3>>Sorry, if you want to fool around, I'm going to school soon.<</sis3>>
She said, walking up to me, wrapping her arms around me, placing her head on my chest.
<<sis3>>I just showered and got dressed, so I can't get anything dirty.<</sis3>>
I smile back down at her, leaning forward, using my hand to push her chin up until our lips meet. She moans as they do, her tongue eagerly exploring my mouth, her body squirming. After a few moments, I pull back, caressing her cheek.
<<me>>That's not really up to you, is it?<</me>>
Her eyes widen as she hears that, the earlier desire slowly creeping back in. I slowly move my hand from her cheek to her hair, slowly grabbing it, getting a firm grip as she gasps lightly.
<<me>>After all, you're just a toy to rape when my cock is hard. Isn't that right?<</me>>
She's breathing shallowly, her eyes closing lightly, smiling at the feeling of my grip, before opening them again.
<<sis3>><<nme>>, I really do have class in-<</sis3>>
She starts, but is quickly shut up as my hand lands on her cheek. She's surprised, her hand reaching up to massage her now reddening face, even as she bites her lips, her eyes now fully glazed over, her switch clearly having flipped.
<<me>>I don't care. I want to fuck your pretty little whore face.<</me>>
I say, tracing her lips with my finger, her lips softly kissing it as it passes by, my other hand slowly but firmly pulling her down onto her knees, her legs bending as I do.
<<me>>Your big brother's cock is hard. And he has a perfect little rape toy just in the other room.<</me>>
It only takes a little force to get her to her knees. Still holding onto her hair tightly, I started undoing my pants with my other hand, until my cock sprang out, and I rested it on her face. She moaned as she felt the warmth, taking a deep breath, letting my musk enter her. I pull on her hair, causing her to gasp in desire, as I press my cock on her lips, earning a kiss from her lips, before parting, her warm mouth accepting my cock.
<<me>>That's a good little slut.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/21.gif">\
I said, starting to pump her head up and down the length of my cock.
<<me>>Now get ready. I want to use my rape toy's throat, not just that cute tongue of yours.<</me>>
<<nsis3>> moaned as I said that, as she looked up at me with pure lust in her eyes. I smiled down at her, and began pumping my cock in deeper.
<<me>>That's a good girl.<</me>>
I sighed, as I began fucking her face slowly.
<<me>>Besides, this is your responsibility.<</me>>
That didn't get much of a response, most of her mind being occupied by the feeling of my cock finally entering her throat, trying her hardest not to gag. Although I did manage to get a raised eyebrow.
<<me>>It's <<nsub1>>s fault my cock is hard.<</me>>
I say.
<<me>>She's such a hot little slut for me.<</me>>
I say, causing her to moan around my cock.
<<me>>How does it taste? The cock that was inside your best friend?<</me>>
That finally got her attention, as her eyes shot up to mine.
<<me>>Oh, she didn't tell you? I fucked the little whore.<</me>>
I said, causing her to pull back, placing her hands on my thighs, pushing me away. I pumped back into her throat a couple more times, before letting her go, a cough escaping, before she looked up at me with a serious look.
<<sis3>>You... You two had sex?<</sis3>>
I caressed her cheek.
<<me>>What's wrong, toy? You know I'm dating her, of course I would use her eventually, no?<</me>>
Her eyes squinted, as she went into thought. I was happy to let her think for a moment, until I grabbed my cock, and tapped it against her face, rubbing a mixture of her saliva and my pre cum on her face, getting her back to reality.
<<sis3>>I'm just surprised, is all.<</sis3>>
<<me>>Well I'm horny, so why don't you behave like a proper fleshlight.<</me>>
She looked up at me.
<<sis3>>I... I just don't really know what to think about it.<</sis3>>
I sighed, shaking my head, before delivering a slap to her cheek.
<<me>>You shouldn't think about it.<</me>>
I said softly.
<<me>>You're nothing but a series of holes right now. Your only thought should be milking the cum from my balls.<</me>>
She looked up at me in surprise as I pushed my cock back into her mouth, pushing deeply in one thrust, until my balls were resting on her chin. I wrap both of my hands around her hair, and pull her with my cock towards her bed, until she was sitting with her back on it, her head resting just on top of the mattress. The new position allowed me to angle my thrusts, letting me bottom out a little deeper.
<<me>>Now do your fucking job, and take it.<</me>>
I grunt, as I begin fucking her face harder. She places her hands on my thighs, but doesn't push on my legs, just trying to help me gain balance as I use her throat.
<<me>>But if you must think about it, then you should listen to your owner, shouldn't you?<</me>>
She moaned as I said that.
<<me>>Start fingering yourself.<</me>>
I grunted, making smooth, long thrusts, pulling back until just the head was in her mouth, before pushing back in.
<<me>>You're not the only one I'm training slut. Like I said, <<nsub1>> is a slut for me. Not unlike you, she needs some training to become what she's always meant to be. And that training will involve you soon.<</me>>
She moaned in confusion at that.
<<me>>I'm not the only one who's going to be raping you slut. <<nsub1>> is going to follow my orders.<</me>>
That finally brought her back to reality. I smiled as I felt her hands pushing up against my legs in a futile attempt to push me off. I don't let her, continuing to rape her face.
<<Button 'Tell her of her future' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sis3-6">>\
\
\
\
<<sis3>>Hi mister.<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 3/24.png">\
<<nsis3>> spoke in her innocent, girly voice, immedietely setting the mood. Granted, most of the time we spent together these days involved our little roleplay. Still, even as I walked in to her room and closed the door behind me, it did make me think about what <<nsis1>> was talking about. It felt strange, but it did feel like we were closer.
<<me>>Come here.<</me>>
I said, spreading my legs. She flashed me a knowing smirk, and walked over to me, her hips swaying far more than normal. Before she could get down on her knees, I stopped her, and sat her down between my legs. She seemed surprised for a moment, before leaning back into me as I wrapped my arms around her.
<<sis3>>You're being gentle today.<</sis3>>
She said, lightly sighing as she settled into my embrace. I leaned forward, kissing her head.
<<me>>Is that a problem?<</me>>
<<sis3>>No, it's just unexpected.<</sis3>>
<<me>>Well if it makes you feel better, I'm not here just to hug.<</me>>
I felt her ass wiggle a little, my cock pressing into it from behind, followed by a giggle.
<<sis3>>I hope not.<</sis3>>
<<me>>Do me a favor, go get your dildo.<</me>>
I felt her tense up slightly, and looking down, I could see her ears start to blush.
<<sis3>>I- I know we've fooled around, but a girl still needs a bit of-<</sis3>>
I cut her off, reaching up and grasping her neck firmly, eliciting a moan from her.
<<me>>You don't get to say no to me baby.<</me>>
<<sis3>>But mister-<</sis3>>
<<me>>A rapeslut does what she's ordered to do. Otherwise she gets punished.<</me>>
I growled into her ear.
<<sis3>>Aaahhmmmm. O-ok mister.<</sis3>>
She said, slowly sliding off the bed. She looked up at me, pouting, before slowly crawling over to her bedside table, and slowly opening the bottom drawer, pulling out a purple dildo. She crawled back, getting back into position, before handing it to me. I inspected it. It was a smooth purple, traditional style dildo. Granted, I wasn't exactly the dildo expert. The only thing I knew for sure...
<<me>>When did you get this?<</me>>
She looked away, embarrassed again, before a quick squeeze on her throat caused her to answer.
<<sis3>>A... A while ago...<</sis3>>
<<me>>Well I couldn't help but notice that it's about the same size as my cock.<</me>>
I saw her nod lightly, before looking back up at me, staring me right in the eye, biting her lip.
<<sis3>>A little smaller mister. I wanted to make sure you could use all of my slutty hole, but I still wanted...<</sis3>>
She trailed off, her earlier confidence crumbling as she continued with the sentence.
<<me>>Wanted what?<</me>>
<<sis3>>I wanted to be a good rape for you mister.<</sis3>>
I smiled, my hand releasing her throat and moved to her chest, pinching her nipple through her dress.
<<sis3>>MmmmmmMMmmM.<</sis3>>
<<me>>Is that so?<</me>>
<<sis3>>It's important that I make raping me as pleasurable for my rapist as possible mister.<</sis3>>
She said in between moans. I raised the dildo up, and pressed it against her lips. She was surprised, but quickly acquiesed.
<<me>>You are a good rapeslut, aren't you?<</me>>
She nodded, moaning as she sucked on the head of her own dildo, my other hand rubbing her breasts through her outfit.
<<me>>That's good. You should always make sure you're fun to rape. That's what's most important, right?<</me>>
Again, she nodded, moaning lightly as I pushed the dildo further into her mouth, saliva begining to drip out of the sides.
<<me>>Good girl.<</me>>
I said, leaning forward and kissing her head again, pulling the dildo out of her mouth.
<<me>>The reason I came here was because I wanted to help you.<</me>>
<<sis3>>Help me?<</sis3>>
<<me>>Embrace your future.<</me>>
I smiled, and pulled my phone out. We both watched as I pulled up a picture of Gwen, then set it down on her bedside table.
<img class="rightimg" src="images/Phone/Homescreens/15.png">\
<<me>>Isn't she pretty?<</me>>
<<sis3>>She is mister.<</sis3>>
<<me>>She's the girl I fuck when I don't feel like raping your slutty little holes.<</me>>
I said, moving the dildo down her body. I felt her shudder with excitement as I passed by her nipple, then her stomach, until I reached the bottom of her dress.
<<sis3>>She's so lucky mister.<</sis3>>
She reached down, grabbing the hem of her dress, and slowly pulled it up, her eyes not leaving the picture of her best friend, as I flipped to the next one.
<<sis3>>So lucky.<</sis3>>
She whispered, biting her lip lightly as the picture of her naked popped on screen. I slowly moved the dildo up her thigh, until I reached her panties, pressing the head against them.
<<sis3>>Oh god...<</sis3>>
<<nsis3>> moaned as I pulled the plastic cock back, already with a layer of her juices, even through her panties.
<<me>>You're so wet already slut. Does my girlfriend turn you on that much?<</me>>
<<sis3>>I...<</sis3>>
She started, before stopping. I pressed the dildo back against her pussy.
<<me>>Come on baby. Be honest.<</me>>
<<sis3>>I don't know what it is mister.<</sis3>>
She spoke quietly.
<<sis3>>Ever since you told me about what you plan on doing to me.<</sis3>>
Her eyes slowly lifted up to me.
<<sis3>>Sharing me with her, like I'm nothing but a set of holes for you to fuck.<</sis3>>
I leaned forward, taking her lips with mine. As I did, I pulled her panties to the side, and pressed the dildo, pushing it inside her. She moaned into my mouth as we shared the moment. After a few seconds, she pulled back.
<<sis3>>No say of my own...<</sis3>>
<<me>>Does that turn my little rapetoy on?<</me>>
<<sis3>>Yes mister.<</sis3>>
<<me>>Good.<</me>>
I pushed the dildo deep inside her, causing her to arch her back, as I began pumping it in and out of her tight hole. I swiped my screen, and presented the picture of <<nsub1>> sucking my cock.
<<me>>That's good baby.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/25.webp">\
We stayed there for a while, me pumping the plastic cock into her, as she moaned like a slut. After a while, I pushed it deep inside her, then let go of the dildo. I smiled as she moaned, even as it stayed inside her. I reached down, and undid my belt.
<<me>>Hands behind your back, baby.<</me>>
<<sis3>>Yyes miister...<</sis3>>
She said, her words slurring lightly as she recovered from her orgasm. She lazily brought her arms back, leaning forward to give me access, and I wrapped my belt around them tightly, making sure it wouldn't hurt her. Once secured, I pulled her back.
<<sis3>>Whaat are yoou goiing to doo to me misster?<</sis3>>
<<me>>The training continues.<</me>>
I said, swiping again, as a photo of <<nmom2>> popped up.
<<sis3>>Wha-<</sis3>>
She sat up, confused, before I wrapped my hand around her throat, and pulled her close to me, my other hand starting to pump the dildo again.
<<Button 'Take your training like a good rapetoy' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "bankw-1">>\
\
\
\
/* Location: Bank */<img class="leftimg" src="images/Side/Locations/Bank.png">\
<<cain>>Well, what do you think is next?<</cain>>
I sighed internally.
<<met>>I don't know, you're the one who told me I had to "bend someones will".<</met>>
It was <<ncain>>'s turn to sigh.
<<cain>>Exactly. Someone with power. Who has power in a bank?<</cain>>
<<met>>The manager? I guess, I don't know the hierarchy of a bank. And besides that, what am I supposed to do, just walk up to someone and say "Can I speak to the person in charge?" I don't know how well that will work here.<</met>>
<<cain>>That's exactly what you're supposed to do here. Or did you forget about one of the perks of Lust?<</cain>>
<<met>>Ah. Right, Adonis. Ok, let's give it a try.<</met>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/02.png"><<if not $mom1.scene.includes("1")>>I look around, and upon seeing the cashier, I stop.
<<met>>Wait, I talked with <<nmom1>>, and she didn't behave differently. I thought I was supposed to be super attractive to everyone now.<</met>>
<<cain>>I specifically said anyone you meet will be affected. Think of introductions like cement. You poured cement with anyone you've met before, and that's not going to change for a while. However, with new people, you're pouring a better kind of cement. So, basically, anyone who you already know, will have to warm up to your new abilities, unfortunately.<</cain>>
I frowned upon hearing this, but I understood his point. I looked back up, and spotted the most attractive cashier. Well, the only attractive one, but easily the most attractive woman in the building, and walk right up to her booth.<<else>>I look around, checking out each booth. Old man, old man, old woman... And then I stop, as I spot a young, redheaded woman. Easily the most attractive woman in the building. I steel myself, and walk up to her booth.<</if>> She looks quite bored sitting there, but as I approach, and she sees me, her body language completely changes. She stands up straight, jutting out her chest, and flashes me a smile.
<<bankc>>Hello sir, how can I help you today?<</bankc>>
As she says this, she looks me up and down. She clearly likes what she sees, however, her smile is momentarily replaced with a look of confusion.
<<me>>Yes, I'd like to speak to the manager, if that's possible.<</me>>
I see her deflate a little, her face showing obvious disappointment. Still, she didn't seem like she was giving up.
<<bankc>>Oh, Mr. Harding?<</bankc>>
She clears her through, shaking her head slightly, as if trying to sober herself up, before turning to look backwards, down a hallway behind the booths.
<<bankc>>Yes, he's here, but...<</bankc>>
Turning back, I saw the glint in her eye, causing her to smile again. She leaned forward, giving me a better look at her cleavage, and bit her lip, looking as beautiful as could be.
<<bankc>>I'm sure I can help you with <em>anything</em> you need.<</bankc>>
She said, almost whispering, making it sound incredibly sensual. As I looked down at the attractive redhead throwing herself at me, I-
<<cain>>Focus $player.name. You're here with a goal in mind.<</cain>>
I mentally shook my head, regaining my focus. He was right. Plus, it's not like she wouldn't find me attractive another time. I sighed, standing up straight.
<<me>>I really do need to talk to Mr. Harding. I'd appreciate it if you took me to him.<</me>>
She flashed me an adorable frown, before nodding. She walked around the counter, stealing a glance back at me dreamily for a quick moment, before turning back. I watched her as she walked towards the back, and I could see her shaking her head slightly, before looking back at me, showing me a coy smile. After an unfortunately short walk, we reached a closed office. She turned around.
<<bankc>>Here's his office. Please, if you need any other help, don't hesitate to ask me.<</bankc>>
I reached down, grabbing her chin, lifting it up, causing her to gasp softly.
<<me>>What was your name?<</me>>
<<bankc>><<nbankc>><</bankc>>
She whispered, biting her lip as she stared into my eyes.
<<me>>Thank you <<nbankc>>. You're excused.<</me>>
She nodded lightly.
<<bankc>>Yes sir.<</bankc>>
I smiled at that.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/03.png">\
<<me>>I like that. Now go back to work.<</me>>
She flashed a bashful smile, seemingly embarrassed, not at the word, but at how happy she felt. She nodded, then walked back down the hallway. As I watched her leave, she turned back to me, and I could see her pull on her skirt. She bit her lip again, and fought against her urge to show me too much. She still showed me enough, confirming I would be back to visit her. She turned the corner, and I looked back, knocking on the door. I heard a man telling me to come in, and I opened the door. Inside was a smaller looking man than I expected. I suppose when you picture power, even symbolic, you also picture size. But the man that stood to greet me, although with a confused look on his face, was a bit shorter than me, which suited me perfectly fine, considering why I was here.
<<bankm>>Oh. Hello, can I help you?<</bankm>>
<<met>>Ok, I've seen what it does to women, let's see what it does to men.<</met>>
<<me>>You're not going to offer me a seat?<</me>>
He stammered a bit, feeling flustered.
<<bankm>>Y-yes, of course, please.<</bankm>>
He stood up, motioning to the seat in front of him. As I took it, I swear I could see him... Almost bowing. He took his seat quickly, and smiled at me.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/01.png">\
<<bankm>>I'm sorry, I wasn't aware I had a meeting. How can I help you, Mr...<</bankm>>
He sat there, waiting for me to respond. I, on the other hand, was taking in the whole office. A fairly respectable place to work, it was decorated in a modern way. As I scanned around, I saw a picture of a woman at his desk. She looked incredible, and suddenly I knew the plan. I leaned forward, taking the picture frame, admiring it closer.
<<me>>I'm $player.name. You're Mr. Harding, right?<</me>>
He nervously chuckled.
<<bankm>>Yes, but please, call me $bankm.name.<</bankm>>
<<me>>Don't mind if I do. Who is this?<</me>>
<<bankm>>Oh, that's my wife, $bankw.name.<</bankm>>
He said, smiling proudly, which I figured was earned.
<<me>>Well damn $bankm.name, she's a fine piece of ass.<</me>>
That caught him off guard, and he cleared his throat, clearly feeling a bit awkward at my objectification of his wife.
<<met>>Best get used to it $bankm.name.<</met>>
<<bankm>>T-thanks $player.name. A-anyway, what can I help-<</bankm>>
<<me>>Hey, you got any other pics? She looks way too fucking hot.<</me>>
<<bankm>>I-I don't really have any here-<</bankm>>
<<me>>Oh cmon $bankm.name, what kind of man doesn't have some nice pics of his wife on his phone? Especially when she's got tits like these.<</me>>
<<bankm>>Well, I-I don't really have any like that...<</bankm>>
He said, almost sounding worried that he had offended me.
<<met>>Alright, seems like Adonis is doing it's job well.<</met>>
<<bankm>>Would you like to meet her? She's right across the hall.<</bankm>>
<<met>>Holy shit, it's doing very well. Manifesting Greed might be easier than I thought.<</met>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/02.png">\
<<me>>I'd love to meet her.<</me>>
He stands up, smiling awkwardly, as he leads me out of the room. I can see from his face he looks somewhat confused. After all, here he is, leading a man he doesn't even know, to his wife. Still, he keeps going, and we're suddenly looking at another door. It looks the same as $bankm.name's door, except for the name plate. <<nbankw>> Harding. $bankm.name opens the door, and we're greeted to the beautiful woman I saw in the picture in his office, although dressed a lot more professionally. She's on the phone, focused on that while she taps her pen on her paper. She briefly raises her finger, never looking at either of us, as she finishes her talk on the phone. Once shes done, she looks at $bankm.name, smiling. As she sees me, her face loses a bit of it's smile, and it's replaced with what I recognized as lust.
<<bankm>>Hey baby, just popping in to introduce-<</bankm>>
I cut $bankm.name off, stepping in front of him, and reaching out my hand, offering a handshake.
<<me>>My name is $player.name. A pleasure to meet you.<</me>>
I could see $bankw.name's eyes were fixed on me, and as she took my hand, I could feel her shudder slightly.
<<bankw>>I-Likewise, It's nice to meet you.<</bankw>>
I turn to $bankm.name, guiding him out of the room.
<<me>>Well you can leave now $bankm.name.<</me>>
He looked at me, confused.
<<bankm>>Wait, what?<</bankm>>
<<me>>Yeah, me and <<nbankw>> are just gonna have some fun.<</me>>
He furrowed his brows, more in confusion rather than anger.
<<bankm>>I don't think that-<</bankm>>
<<me>>Relax $bankm.name, I'm just trying to help out.<</me>>
As I said that, $bankm.name's face relaxed a bit, as Adonis was doing its job. After a few seconds, he nodded, and turned to the door, giving his wife one last look back before I shut the door behind him. Once it was shut, I heard <<nbankw>> gasp slightly, and I turned to her. She smiled sensually, lightly biting the pen she was recently tapping on the table. She cleared her throat, trying to regain some professional composure, placing her hands on her desk. I didn't know whether it was on purpose, but the effect was her breasts being pushed together, making them bulge out even more.
<<bankw>>So, $player.name, what can I do for you?<</bankw>>
I looked her up and down as she sat behind her desk. I smiled at her, and she once again bit her lip. I took a seat i front of her, never breaking eye contact.
<<Button 'Why dont you come here?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankw-2">>\
\
\
\
/* Location: Bank */I walked into the bank, inspecting every nook and cranny. I felt like I was on the top of the world. After all, I remember how positive <<nbankw>>'s response was to my prodding, and how utterly submissive $bankm.name became from just my presence, I felt like I was going to manifest Greed today.<img class="leftimg" src="images/Characters/Town/Bank/Cashier/04.png">
<<cain>>I wouldn't count your chickens just yet.<</cain>>
Before I could begin to response, I saw <<nbankc>> behind the counter. As she saw me, I could see her face break into happiness, before quickly getting mixed with worry. She quickly waved me over. Before I could even say anything to her, she blurted out.
<<bankc>>What did you do yesterday?<</bankc>>
She hissed, trying to sound alarmed, but not attract too much attention. As I went to answer, I heard a light chuckle from <<ncain>>.
<<me>>What do you mean?<</me>>
<<bankc>>After you left, I tried to talk to <<nbankw>>, but she could barely say anything. I made sure she was ok, and left. An hour later, I heard some fighting coming out of $bankm.name's office. What did you do?<</bankc>>
<<met>>Shit. This might not work.<</met>>
<<cain>>There you go again, counting poultry.<</cain>>
I ignored <<ncain>>, choosing to focus on <<nbankc>>.
<<me>>I just tried offering a solution. Here, let me see if I can help them out.<</me>>
I said, tapping on the counter and turning around, making my way to the offices. <<nbankc>>'s eyes went wide, and quickly walked over, trying to stop me.
<<bankc>>No, I don't think you should. They were still in a bad mood when they came in, and I heard them arguing again. You'll just-<</bankc>>
I reached up, and grabbed her chin, forcing her to look directly into my eyes, causing her to gasp.
<<me>>I think you should get into the habit of just letting me do what I want. After all...<</me>>
I traced my finger on her collar bone, causing her to moan lightly.
<<me>>I think you know that you'll be happy if you do.<</me>>
She started breathing shallowly, blushing as she did. She did, however, nod, and I let go of her, disappointment washing over her features. I stepped around her, entering the office hallway. However, as I left, I heard <<nbankc>> whisper to herself.
<<bankc>>What is wrong with you?<</bankc>>
I tucked that into a folder marked "TBD", then focused on my task. I walked past $bankm.name's office, as the door was open, showing an empty room. However, approaching <<nbankw>>'s door, I started hearing some raised voices. Not enough for anyone in the main part of the bank to hear, but still loud enough. I steeled myself a bit, before opening the door suddenly.
<<bankm>>You never mentioned any-<</bankm>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/07.png">Both of them turned to me as I entered, and my confidence immediately raised. Not for the attention, but from watching what Adonis instantly did to them. $bankm.name looked angry, which was a fair reaction after being told by his wife that she wanted another man to please her. His anger should have amplified as he saw me, but the aggression he had on his face just melted away. In fact, he almost smiled as he saw me.
<<nbankw>> was even better. When I walked in, she was clearly feeling very guilty. After all, before she met me, her marriage was probably very happy. Now, here she was, throwing a wrecking ball into it. She might have even begun to regret it. That changed when she saw me. Her guilt evaporated, replaced with a look that could only be described as a hungry lioness, and her pray stepped right onto a plate. The dynamic in the room had changed, and I was not going to let that go to waste. I walked in, and slapped $bankm.name on the back.
<<me>>Hey $bankm.name. I take it our girl here told you the news.<</me>>
I said, causing $bankm.name to wince slightly.
<<bankm>>H-hey $player.name. A-actually, we were having a private-<</bankm>>
I cut him off, walking right up to <<nbankw>>.
<<me>>You look like a good little whore right now.<</me>>
She moaned, followed by giggling like a school girl.
<<bankw>>Thank you...<</bankw>>
I turned back around, wrapping my arm around <<nbankw>> as I did, and suddenly, the room was tilted against $bankm.name.
<<me>>So, $bankm.name, you're on board, right?<</me>>
I reached down, grabbing a handful of <<nbankw>>'s ass, checking to see how far I could push $bankm.name before doing anything. $bankm.name clearly saw my hand slip down, and then heard the not subtle moan from his wife. He cleared his throat, and looked back at me.
<<bankm>>Yes. And me and my <em>wife</em> were just... discussing it.<</bankm>>
<<me>>What's there to discuss? Don't you want her to be happy?<</me>>
<<bankm>>She is happy, we are-<</bankm>>
He got cut off by <<nbankw>> moaning, as I played with her ass. After a moment, I let go of <<nbankw>>, causing her to pout, and walked over to $bankm.name, putting my arm around his shoulder.
<<me>>But she could be so much happier. And I'm willing to help with that.<</me>>
Suddenly I could see his eyes glaze over slightly, as he started to actually consider the idea, with the help of Adonis.
<<bankm>>W-well, I don't know if-<</bankm>>
<<me>>You don't really need to think about it so hard $bankm.name.<</me>>
I walked back over to <<nbankw>>, leaning on her desk beside her, and pulling her onto my lap, so she was grinding on my cock through my pants, causing her to moan louder than before.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/08.png">
<<me>>I mean, look how happy she is. This is what you want, isn't it? Her happiness?<</me>>
I reached up, and started undoing her blouse. As I did that, she started grinding on my lap even harder, pulling her skirt up, until she was basically in her underwear, moaning like a bitch in heat in front of her husband.
<<me>>Well $bankm.name?<</me>>
After a few seconds, where all that was heard was <<nbankw>> rubbing herself and moaning, he whispered out.
<<bankm>>Ok.<</bankm>>
That was all I needed to hear, as I reached up and grabbed <<nbankw>>'s hair, pushing her down on her knees.
<<me>>Time my bitch gets her bone.<</me>>
<<nbankw>> smiled, her head lost in the lust, as she reached up, unbuckling my pants.
<<bankm>>W-wait, not now, I don't want to see it.<</bankm>>
I sighed.
<<Button 'But you want to watch, dont you?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankw-3">>\
\
\
\
Of all the things I didn't expect, this was probably... Ok, not on the top ten list, because magic and witches and demons would have been number one. But this would have made the top twenty. Probably.
Still, a text from <<nbankm>> requesting my presence at his home? Sounds good to me. It's been a bit since I last saw <<nbankw>>. When I saw the text, I instantly got to work on writing the contract, but I figured it would be worth it. It took me a bit to get here, but standing in front of their house made me laugh a bit. Their house was huge. It wasn't a huge surprise, considering they both worked for a bank, running the branch. But it still made me laugh. I made my way to their front door.<<if $cainflag is 1>> Before I reached for the door handle, I stopped
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practice. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some supermodels throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>> I grabbed the door handle, and turned it. <<nbankm>> told me it was going to be open, and it was true. Inside, I was greeted by what looked to be a normal family home. Large, sure, but inviting. For a moment, I stopped, as a thought occurred. Did they have any children? It wasn't anything I thought before, but now that I was standing in their entrance, it had hit me.
<<met>>No, that's crazy. <<nbankm>> wouldn't have invited me if they had anyone else in the house.<</met>>
Just as I had recovered from the minor panic, <<nbankm>> turned from the corner, seeing me. He looked both pleased, and disappointed. Considering why I was here, it made sense.
<<bankm>><<nme>>. Welcome. Thank you for coming.<</bankm>>
<<me>>Of course. Thanks for having me.<</me>>
He pointed down the hallway, leading me to their living room. I still hadn't seen <<nbankw>>, even as <<nbankm>> motioned towards the couch. I took a seat, and he took one the opposite of me. He crossed his legs.
<<bankm>>I appreciate you coming here. We're in need of your help.<</bankm>>
<<me>>Oh? What seems to be the problem?<</me>>
<<bankm>>Well, ever since you came and...<</bankm>>
He paused, struggling to find the words.
<<bankm>>Helped <<nbankw>>...<</bankm>>
I fought back the urge to laugh.
<<bankm>>Well, we've been having trouble in the bedroom.<</bankm>>
He said, taking a deep breath, determined to get through it.
<<me>>What kind of trouble?<</me>>
<<bankm>><<nbankw>> just isn't...<</bankm>>
<<me>>She can't get our time out of her head?<</me>>
He nodded.
<<me>>That's understandable. I remember last time, she really was like a bitch in heat.<</me>>
<<nbankm>> shifted uncomfortably, before nodding.
<<me>>So I take it I'm here to fuck your bitch wife, and make her cum again?<</me>>
<<nbankm>> sighed, looking defeated, before nodding.
<<bankm>>Like I said, I just want to make her happy. And if she needs this... Needs you, to do it, then that's what has to happen.<</bankm>>
<<me>>You're a good man <<nbankm>>. Now, let's just discuss my fee.<</me>>
<<bankm>>Y-yes, you did mention more last time. I have around $200 on me, but-<</bankm>>
I raised my hand, cutting him off.
<<me>>Last time was very informal. I figured we could do it above board this time around.<</me>>
<<bankm>>What does that entail?<</bankm>>
<<me>>Well, instead of paying me each time, you could just hire me to be your wife's official bull.<</me>>
<<bankm>>Excuse me?<</bankm>>
I pulled out an envelope, and pulled out the contract I wrote, handing it to him.
<<me>>Let's be honest. Now that your wife has had a taste of good cock, she's never going to be pleased by you again. So, I wrote a contract here. The basic terms are fairly simple. They go into more detail there, but the general terms are a weekly payment program. That will cover the costs of travel, since I would have to be able to fuck your wife any time, and any place I want. You will make me a house key, obviously, so I can use the whore whenever it pleases me. On your part, I would recommend not trying to have sex with her. That would just make the problem worse, and then there will be extra costs. Make sense so far?<</me>>
<<nbankm>> was slowly going through the terms. After a moment, he slowly lowered it, and cleared his throat, swallowing deeply.
<<bankm>>This seems a bit extreme.<</bankm>>
<<me>>I would disagree. I mean, like you said, you want your wife to be happy, right?<</me>>
I grabbed my cock through my pants.
<<me>>Well she needs my cock for that. I just wanted to formalize it.<</me>>
He nodded lightly, before looking back to the paper.
<<me>>Say, do you and <<nbankw>> have any kids?<</me>>
The question made him wince.
<<bankm>>N-no. We were actually planning on starting one t... this year.<</bankm>>
I nodded.
<<me>>Ok, well, we can revisit the contract when, or if, that comes up.<</me>>
He looked up to me, confused.
<<bankm>>W-what do you mean?<</bankm>>
<<me>>Well, she obviously wouldn't want you to impregnate her. Not after all the fuckling we're gonna be doing. She's going to be my cumrag, through and through.<</me>>
<<bankm>>I don't think-<</bankm>>
<<me>>Hey, don't worry about it too much. Like I said, that's a conversation for another day. For now, just sign the contract, and I'll go fill the whore with my cock.<</me>>
<<bankm>>This doesn't...<</bankm>>
<<Button 'But its a great deal for you' 'Replay2' '.greedbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankw-4">>\
\
\
\
Walking up the path to <<nbankw>>’s house, it felt a little strange. I've been here before. Hell, I have a key. But now, I wasn't here to fill up <<nbankw>> with my cum. At least, I didn't think so. After all, she had invited me for a barbeque. I wasn't exactly sure what was happening, but I came to find out. After all, I wasn't entirely sure what I wanted from the two of them. I mostly saw <<nbankw>> as a series of holes for me to rut into. Thanks to Lust, she and <<nbankm>> seemed to be happy with that arrangement.
But then, what was this? Even as I got closer, I could hear the sounds of laughing from the backyard. Were they trying to befriend me? For some reason, that felt more strange than our existing arrangement. Still, I came, if nothing else to explain that maybe we should keep our relationship as purely sexual. I lifted my key, moving it towards the lock, unlocking it, before stepping in. There was no one inside, but I saw the lights guiding me to the back. I shrugged, making my way there. The voices got louder as I approached, with <<nbankw>> and <<nbankm>>s voices sounding familiar. However, there were a few that I couldn't place. I felt a weird feeling, but ignored it, slowly recognizing it as nervousness. It had become so unfamiliar after I met <<ncain>>.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/16.png">\
<<bankw>>Yeah, It's getting a bit out of-<</bankw>>
<<nbankw>> paused as she saw me, jumping up out of her seat, squealing as she did.
<<bankw>><<nme>>! You made it!<</bankw>>
She ran to me, and gave me a hug, pressing her tits against my chest. She gave me a slow, sensual kiss on my cheek.
<<bankw>>I missed you so much sir.<</bankw>>
She whispered, before turning to the group. I finally got a good look at them. There were 4 other people at the table, two couples staring up at me. On the left, there was a balding man with a bushy mustache, sitting beside who I assumed to be his wife, a busty blonde. On the other side was a tall, lanky man, who reminded me a lot of an anorexic Frankenstein. To his side was, again I assume, his wife, an equally busty latina. All four of them were staring up at me, with Lust having the usual effects, blowing away the previous nervousness.
<<bankw>>Everyone, this is my boytoy <<nme>>!<</bankw>>
She said, presenting you. The two men gave a look to the side, to who I now realized was <<nbankm>>, manning the barbeque. He gave a laugh, which seemed to give the two men some comfort, although there was some wariness remaining.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub2/02.png">\
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">Nice to meet you <<nme>>. I'm Andrew, this is my-</span><</say>>
The blonde cut him off, standing up, offering me her hand.
<<sub2>><<nsub2>>. Where did you find this one, <<nbankw>>?<</sub2>>
I took her hand, shaking it slowly, before wrapping my arm around <<nbankw>>s waist, a move that made the two men a bit more nervous.
<<bankw>>Oh, we met at work. Isn't he something?<</bankw>>
She asked, her hand squeezing my asscheek, out of sight from the group.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub3/02.png">\
<<sub3>>It's a pleasure to meet you <<nme>>. I'm <<nsub3>>. And do you bring all your customers home?<</sub3>>
She asked, adding a cheeky smile. Before <<nbankw>> could respond, the tall guy beside her cleared his throat.
<<sub3>>O-oh, yeah, this is my husband, Alonzo.<</sub3>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Nice to meet you.</span><</say>>
<<me>>The pleasure is all mine.<</me>>
I say, not taking my eyes off of <<nsub3>>, making her flush as she sat down.
<<bankw>>Well no, I don't take my customers home.<</bankw>>
<<nbankw>> spoke up, pushing me onto a seat, and taking the one beside it.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Wasn't <<nbankm>> sitting-</span><</say>>
<<bankw>>Oh, he won't mind, right hubby?<</bankw>>
<<nbankm>> looked back, seeing me in his seat, and shook his head.
<<bankw>>And come on, <<nme>> needs some food.<</bankw>>
She spoke at her husband, before taking my arm in hers, leaning on my shoulder and looking up at me.
<<bankw>>Are you hungry? He's not good at much, but he can cook well.<</bankw>>
<<me>>I could eat.<</me>>
<<bankw>>You heard the man, <<nbankm>>.<</bankw>>
<<bankm>>Yes baby.<</bankm>>
<<sub3>>So, he came by the bank. How did he end up here?<</sub3>>
<<nbankw>> smiled, and turned to me, looking me up and down with the face of a school girl with a crush.
<<bankw>>Oh, well he mentioned that he works with pools and hot tubs.<</bankw>>
<<sub2>>He's a pool boy, huh? That makes sense.<</sub2>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub2/03.png">\
She said, biting her lip as she leaned forward, showing off her ample cleavage.
<<bankw>>And, like I told you girls, our hot tub has been having issues. So he's been coming by occasionally...<</bankw>>
She leaned forward, until I could feel her breath on my ear.
<<bankw>>To clean my pipes.<</bankw>>
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">O-oh. I see. Is-is there a lot of money in that?</span><</say>>
<<me>>It's not all about the money, <span style="color: #b06bff;">Andrew</span>. It's about making sure my clients are satisfied.<</me>>
A low moan escaped from <<nbankw>>s throat.
<<bankw>>And he satisfies me every time.<</bankw>>
She said, in a husky voice. She licks her lips, before turning to the table.
<<bankw>>And our hot tub is broken again. So I figured I could have him fix it, and give him a well deserved dinner at the same time.<</bankw>>
Speaking of dinner, <<nbankm>> placed a plate in front of me. A steak, some potatoes, and some grilled vegetables. It smelled delicious.
<<bankw>>You want a drink?<</bankw>>
<<me>>I could have a beer.<</me>>
<<bankw>>You heard him hubby. Get our guest a drink.<</bankw>>
<<bankm>>Yes honey.<</bankm>>
He smiled, as he walked away.
<<sub2>>You know, we've been having some problems with our pool. Are-<</sub2>>
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">O-oh, babe, we don't need to talk-</span><</say>>
<<sub2>>Shush.<</sub2>>
She said, flashing her husband a glare, before her smile turned back to me.
<<sub2>>Do you think you might be able to look at it?<</sub2>>
<<me>>I'm sure I could find some time.<</me>>
<<sub2>><span style="color: #b06bff;">Andrew</span> works all day, so I'll have to keep you company in the mean time.<</sub2>>
<<me>>I'm sure I can find a way to fill your time.<</me>>
She moaned lightly, biting at a straw from her drink, giving me a saucy look.
<<bankw>><<nsub3>>, weren't you thinking of building a pool?<</bankw>>
<<sub3>>We were.<</sub3>>
That made <span style="color: #b06bff;">Alonzo</span> sit up.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">D-don't worry about that, I was planning on doing it myself.</span><</say>>
<<sub3>>Lon, don't be silly, if we have such a strong, willing man to help us out.<</sub3>>
<<me>>Are you in construction, <span style="color: #b06bff;">Alonzo</span>?<</me>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">well</span><</say>>
<<me>>Please, it would be my pleasure.<</me>>
I turned to <<nsub3>>.
<<me>>I can't turn away a customer. Especially when I could help them with anything they need.<</me>>
She gasped lightly.
<<sub3>>I have some things in mind.<</sub3>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub3/03.png">\
<<me>>I'll have <<nbankw>> pass my number along. To both of you.<</me>>
We shared a smile. After a second, her smile turned cheeky, and she leaned forward, reaching for the jug of water across the table.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Let me get th-</span><</say>>
<span style="color: #b06bff;">Alonzo</span> started, before getting pushed back by his wife. She flashed me a look, as she bent over the table, giving me a good look at her large, fat ass. I felt <<nbankw>>s hand on my cock, massaging it under the table through my pants. As she started, <<nbankm>> came back with a beer. I took it, opening it, and leaned back, making sure he got a good look at where his wife's hand was resting. He was surprised for a moment, before quickly turning to the group.
<<bankm>>Let's eat!<</bankm>>
<<linebreak>>
<<me>>That was pretty good <<nbankm>>.<</me>>
His eyes widened, surprised at the compliment, before recovering quickly.
<<bankm>>Thank you.<</bankm>>
<<bankw>>Like I said, he's good for some things.<</bankw>>
She leaned forward, resting her chin on my shoulder.
<<bankw>>Although I have something only you can fix right now.<</bankw>>
Her voice getting husky again. Before anyone could say anything, she stood up.
<<bankw>>Be right back.<</bankw>>
She said, walking into the house. <<nsub2>> and <<nsub3>> looked back at me, peppering me with questions. How old I was (A question that the answer seemed to excite them both), and if I had a girlfriend.
<<if $player.girlfriend is 0>><<me>>Oh, no, I'm single. Although always looking for some fun.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<<elseif $player.girlfriend is 1>><<me>>I am seeing someone.<</me>>
That seemed to disappoint both of them.
<<me>>But she's a very progressive girl. She doesn't mind when I see other women.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<<elseif $player.girlfriend gt 1>><<me>>I am seeing some girls.<</me>>
That seemed to confuse all of them, with some disappointment mixed into <<nsub3>> and <<nsub2>>s face.
<<me>>They all understand that I can't be tied down. I'm always open to meeting some new women.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<</if>>
<<me>>I-<</me>>
Before I could finish my sentence, <<nbankw>> walked back into the backyard, making all of us gape at her. She was wearing an incredibly risque swimsuit, if it could even be called that. The material was sheer, her nipples somewhat visible through the material.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/17.png">\
<<bankm>>Honey!<</bankm>>
<<nbankm>> exclaimed.
<<bankw>>Shut up.<</bankw>>
She said, giving a glare to her husband, before turning back to me, walking up behind me, and bringing her hands to my chest. She leaned forward, pressing her large tits against my neck, and spoke beside my ear.
<<bankw>>Like I said, <<nme>> came to fix our hot tub.<</bankw>>
<<bankm>>Wh-why are you wearing that then?<</bankm>>
<<bankw>>I'm going to help him, obviously.<</bankw>>
She leaned forward, giving my cheek a soft kiss, before taking my hand, and walking away, pulling me with her.
<<bankw>>Entertain our guests hubby. <<nme>> is going to clean my pipes.<</bankw>>
<<bankm>>Y-yes honey.<</bankm>>
I smiled, walking away with <<nbankw>>. She took me around a corner to their hot tub. It was already filled, bubbling away. She turned to me.
<<bankw>>You bitch needs her bone, sir.<</bankw>>
<<Button 'Bend over whore' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankw-5">>\
\
\
\
I walk into the bank quite confident with myself. It did make me smile when I thought back on when I first entered the building, with the goal of "dominating" someone with power. Even if it wasn't too long ago in the grand scheme of things, it did feel like ancient history. Still, I wasn't here for no reason. I was invited by <<nbankw>>, and considering what was waiting for me the last time I accepted one of her invitations, I was interested.<<if $bankc.loc is "bank">> I saw an excited look from <<nbankc>>, but before she could make a move to greet me, I put my hand up. I wasn't here for her, as I made my way to the offices.<</if>> As I approached <<nbankw>>'s office, I raised my hand to the knob, before hearing my name.
<<bankw>><<nme>>!<</bankw>>
I turned around, and saw <<nbankw>> approaching me from down the hallway, which I recognized to be <<nbankm>>s office. I took a moment to appreciate her. Ever since I had taken the roll of her bull, her outfits definitely got... Well, whorish is the word I'll use. They were still professional, but definitely verging on the edge of that, and inappropriate. I appreciated it, as she almost tackled me, grabbing my shirt and pulling me into a deep kiss. I gladly reciprocated, meeting her tongue with mine. She began moaning as we made out, lifting her leg and wrapping it around my waist. Not to be outdone, I slapped her ass hard, leaving my hand on her ass, massaging it, and grabbed her leg with my other hand, getting a feel of her legs. It only took a moment before I felt <<nbankw>> begin to rub her crotch against mine. However, before we pushed it any further, she broke our kiss, looking deeply into my eyes.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/24.webp">\
<<me>>How is my bitch doing?<</me>>
<<bankw>>Much better now sir.<</bankw>>
She said, smiling as I continued massaging her ass.
<<bankw>>Although now I have another problem sir.<</bankw>>
<<me>>Oh?<</me>>
<<bankw>>One I'm hoping you can solve.<</bankw>>
She said, rocking her hips once more, pushing her panties against my crotch one last time, before lowering her leg.
<<bankw>>Business first sir.<</bankw>>
She said, grabbing my arm, wrapping her own around it, and brought me down the hall to <<nbankm>>'s office. <<nbankw>> grabbed the handle, and opened it, revealing a tired looking <<nbankm>>, who looked up in surprise as she saw me and his wife.
<<bankm>>O-oh! <<nme>>. What-<</bankm>>
<<bankw>>Shush.<</bankw>>
<<nbankw>> quieted her husband, and brought me into the office, closing the door behind us. She pushed me gently onto the couch, and I followed along, letting her take control of the situation. Clearly, I was meant to be along for the ride, and I wasn't about to interfere.
<<bankw>>So, <<nme>>, you've been with us for a couple of weeks now, now?<</bankw>>
<<me>>Sure.<</me>>
<<bankw>>And you've been doing a fantastic job in that time.<</bankw>>
<<nbankw>> said, moaning lightly as she did, her legs spreading slightly.
<<bankw>>Which is why I suggested that-<</bankw>>
<<bankm>>Honey, I told you we would talk about it.<</bankm>>
<<nbankm>> interrupted <<nbankw>>, who didn't break eye contact with me. From the look in her eye, and the grin that slowly spread on her lips, this was all part of the plan.
<<bankw>>You're right honey.<</bankw>>
She said, turning around, bending forward and giving <<nbankm>> a kiss on his forehead. <<nbankm>> looked relieved.
<<bankw>>So let's talk about it.<</bankw>>
She took a step back, and kneeled in front of me, and started undoing my belt.
<<bankm>>H-honey, I think we-<</bankm>>
<<bankw>>I'm just getting ready for the chat.<</bankw>>
She said, not pausing for a moment as she pulled my pants down, and in one swift movement, pulled out my hard cock. She smiled, satisfied at getting it out, before flashing me a lustful look, only to quickly stand up, turning to face her husband.
<<bankw>>Sorry about that honey.<</bankw>>
She leaned back, grabbing my cock and, pulling her panties to the side, pushed the head of my cock inside her.
<<bankw>>Mmmmmaaaaaahhhh... That's better.<</bankw>>
She bounced on my lap a couple of times, her head facing the ceiling, moans escaping her lips, before finally turning down to face <<nbankm>>.
<<bankw>>Ok, let's chat.<</bankw>>
<<nbankm>>, clearly a bit uncomfortable, nodded slowly.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/25.webp">\
<<bankm>>I just... Don't know if it's a great idea honey.<</bankm>>
<<nbankw>> started bouncing on my cock, my cock slowly sliding out of her warm pussy, before getting enveloped again.
<<bankw>>Do you know what we're talking about <<nme>>?<</bankw>>
<<me>>Please, enlighten me.<</me>>
<<bankw>>Well I think-<</bankw>>
<<bankm>>Honey, we said we would talk about it first.<</bankm>>
<<nbankw>> paused for a moment, before looking back at me.
<<bankw>>I think you're so talented sir. I want you to work here.<</bankw>>
I tilt my head in confusion. <<nbankw>> smiled warmly, her bounces on my cock speeding up.
<<bankw>>Everything about you, sir, feels right. I want you in a position of power.<</bankw>>
I smile, and I reach up and begin massaging her breasts.
<<bankw>>If I could, I'd just have the cuck give you his job.<</bankw>>
<<bankm>>Honey, you-<</bankm>>
<<bankw>>But you probably wouldn't want it. It's a lot of paperwork sir, and you-<</bankw>>
She began bouncing faster, moans coming from her mouth.
<<bankw>>You would be wasted stuck in this office.<</bankw>>
I begin lifting my hips up, fucking into her.
<<bankw>>Fuuuccckkk, yyeeeeesssss!<</bankw>>
<<nbankw>> moaned, as I felt the walls of her pussy begin to twitch, doing their best to milk my cock as she was hit with an orgasm.
<<bankw>>YYYeeessss, yooouu'rrreee sooo biiggg siiiirrr!<</bankw>>
I kept fucking her as she came, enjoying the sensations of her pussy on my cock. After a minute, she finally caught her breath.
<<bankw>>L-like I said sir, everything you do is perfect...<</bankw>>
She said, leaning back into my chest, even as she continued bouncing lightly.
<<me>>So what's the job then?<</me>>
<<bankw>>Well, y-<</bankw>>
<<bankm>>We still need to discuss it.<</bankm>>
<<nbankm>> interrupted, which made <<nbankw>> roll her eyes, before looking back at her husband.
<<bankw>>That's true. We needed to discuss it.<</bankw>>
<<nbankw>> leaned forward, before standing up, her warm pussy slowly sliding off my hard cock, covered in her juices.
<<bankw>>Mmmmm.<</bankw>>
She moaned lightly, before stepping forward to the desk that <<nbankm>> was sitting behind. Her eyes were locked to her husbands, as she slowly bent forward, hands on the desk, offering her wet pussy. I smiled, understanding the message, and made my way behind her to the desk, and slowly pushed my cock inside her again.
<<bankw>>God, your cock is so fat sir.<</bankw>>
She looked back at me. I leaned forward, planting a sensual kiss on her lips. We stayed there for a few moments, my cock pressed against her cervix as I made out with her, until I pulled back, and began fucking her. She smiled, moaning, before turning back to <<nbankm>>.
<<bankw>>So let's discuss it.<</bankw>>
<<Button 'A frank discussion' 'Replay2' '.harem' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "bankw-1">>\
\
\
\
<img class="leftimg" src="images/Characters/Town/Bank/Wife/03.png">\
\<<me>>Why don't you come over here?<</me>>
I said, patting my lap, like I were calling a dog. I watched as <<nbankw>> looked at my lap. The emotions going through her face, as she realized what I was really asking of her. Still, as I watched her peel her top back, only if to cool down a bit, it let me get a nice look at her cleavage.
<<me>>Cmon <<nbankw>>. You know you want to. Be a good girl, and come here.<</me>>
As I said these things, <<nbankw>> nodded lightly, as if agreeing to what I was saying. She wanted to be a good girl for me. She slowly stood up, walking around the desk, and pausing slightly as she stared at my lap. After a moment, she turned around, letting me get a good look at her fat ass, constrained by the tight skirt. She slowly sunk down, and as I felt her warm ass connect with my lap, she took a shallow breath, before resting back. Without thinking, she wrapped her arm around my head, and looked deeply into my eyes.
<<bankw>>So, $player.name, what can I do for you?<</bankw>>
I reached up, and ran my hands on her legs, causing her to bite her lip again.
<<me>>Mmm, you're doing exactly what I want you to do right now. Being a good girl for me.<</me>>
As my hands ran up, I finally reached her ass, giving it a quick squeeze.
<<bankw>>I don't think you should be doing that. I'm a married woman.<</bankw>>
She said, sounding more playful than mad.
<<me>>A married woman, and yet here you are, sitting on another mans lap. What do you have to say for yourself?<</me>>
I squeezed her ass, causing her to moan slightly, as the blood was quickly rushing to my cock.
<<bankw>>I'm being a naughty girl, aren't I?<</bankw>>
<<me>>You are. You're being such a bad wife. But...<</me>>
I raise my hand, and slap her ass.
<<me>>I like my bitches naughty.<</me>>
She giggled at hearing me call her one of my bitches.
<<bankw>>I don't even know why I'm doing this, you're just...<</bankw>>
She trailed off, as she ran her fingers down my chest.
<<me>>I know why you're doing this.<</me>>
I started moving my hips, lightly pumping up into her. She could definitely feel my cock through my pants as I did.
<<me>>$bankm.name just doesn't please you, does he?<</me>>
She shook her head.
<<bankw>>No, $bankm.name is a good man.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/05.png">\
\<<me>>I'm sure he is. But you don't feel this way with him, do you?<</me>>
As I say that, I take my hand that was resting on her ass, and bring it up to her tits, and start gently massaging them. As I do, I start working her buttons, until I can see her black bra underneath.
<<bankw>>Noooo...<</bankw>>
She moans out, not stopping me at all, as I grope her large breasts.
<<me>>But he's a good man, right?<</me>>
<<bankw>>Y-yes, he is.<</bankw>>
<<me>>And he wants the best for you, doesn't he?<</me>>
<<bankw>>Mmmhhhmmm.<</bankw>>
She moans out, as she starts moving her hips to match mine. Her breath is slowly speeding up, and as I start massaging her tit a bit harder, I can tell she's getting close to cumming.
<<me>>So if he's such a good man, and he wants the best for you, he should want me to do this to you, right?<</me>>
<<bankw>>Yesss, he would, he's so good!<</bankw>>
She yelled out, barely paying attention to me, focusing entirely on getting herself to completion, with my help.
<<me>>That's why I'm here <<nbankw>>. I'm here because $bankm.name and I want you to be a good little bitch for me, and cum.<</me>>
As I say this, I feel <<nbankw>> start convulsing on top of me, moaning out loudly.
<<me>>That's a good girl. Cum for me.<</me>>
As I watched her twitch on my lap, I continued massaging her breasts, until finally she came down from her high. After a minute, she finally caught her breath, and looked into my eyes with pure lust. \
<img class="leftimg" src="images/Characters/Town/Bank/Wife/05.png">\
\I slapped her ass, playfully, and tilted my head, indicating that it was time for her to get off. She nodded, biting her lip as she attempted to. She tried standing, but her legs gave out under her, causing her to sit on her desk, her top basically off. I stood up, looking right at her. I reached up, and grabbed her chin. She raised her face, letting me handle her.
<<me>>You were a good bitch for me. Now, you need to go talk to $bankm.name. So he understands why you need me to... help you out. Understood?<</me>>
She nodded for me. I smiled, and pulled my phone out, snapping a quick photo of her. I turned around, exiting her office, and slowly made my way down the hall.
<<cain>>Well done. You even sent her to explain to $bankm.name why you need to cuck him. That will definitely be a bigger step to dominating him than just doing it yourself.<</cain>>
<<met>>Oh. Yeah, I guess that makes sense. I just figured it would be hot for $bankm.name to hear himself how she needs me to pleasure her sexually, since he's not doing a good enough job.<</met>>
<<cain>>Well those are some good instincts kid. A great first step.<</cain>>
As I heard <<ncain>> say that, I turned the corner, where <<nbankc>> was leaning against the wall, looking very conflicted. However, as she saw me, it melted away, and all that was left was a smile.
<<bankc>>O-oh, hello sir. I heard some... strange noises. What were you doing with <<nbankw>>?<</bankc>>
I reached up, cupping her face in my hand, and felt her push into it.
<<me>>I think you know exactly what I was doing there. No need to be coy <<nbankc>>.<</me>>
She swallowed hard, a mixture of the earlier confusion showing up, but with something else. However, I didn't let her dwell on it.
<<me>>I'll be heading out now <<nbankc>>. I'd recommend letting <<nbankw>> recover a bit.<</me>>
I walked past her, leaving her breathing shallowly. This was a good first step. For today, I should let the Hardings have that conversation.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankw-2">>\
\
\
\
<<me>>But you want to watch, don't you?<</me>>
I said, pushing Lust towards him. I could see him nod lightly, and the front of his pants get a bit tighter.
<<bankm>>Y-yeah, I do.<</bankm>>
I looked down at his wife, who was eagerly pulling at my pants, fishing my cock out of my pants.
<<me>>Why don't you get your tits out?<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/09.png">\
\She looked up, desire burning in her eyes. She nodded, taking her hands off my pants, and quickly pulling her bra off, until her tits came into view. I grunted, and she must have enjoyed that, as she doubled her efforts, standing briefly to pull her panties off. She grabbed them, balling them, and throwing them at her husband. She quickly got back on her knees, and finished pulling out my cock. When she did, I heard her gasp, breathing in the smell.
<<bankw>>Mmm, you're so big.<</bankw>>
She quickly took my cock into her mouth, moaning as she tasted it. She was clearly experienced, from the way she instantly put her tongue to work.
<<me>>I guess $bankm.name isn't so big, is he?<</me>>
She nodded, not wanting to take my cock out of her mouth. I chuckled, and looked at $bankm.name, who was rubbing his dick through his pants, entranced at the sight of his wife swallowing a strangers cock right in front of him. He was holding her panties up, close to his face, breathing in her scent.
<<me>>See $bankm.name? This is why you needed me to take care of her like this?<</me>>
I smiled down at her, running my hand through her hair, getting a low moan out of her.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/10.png">\
\<<me>>In fact, why don't you take a photo of this? You can hang it next to the picture of your wife in your office. I mean, she's basically already got her tits out in that one too.<</me>>
$bankm.name nodded, holding her panties in one hand tightly, and taking his phone out with his other. He pointed it towards us, and <<nbankw>> pulled my cock out of her mouth and posed with my cock, allowing her husband to get the best shot.
<<me>>Good. Send me that, and while you're at it, send me your wife's number as well.<</me>>
I looked down at <<nbankw>>.
<<me>>You're being a very good whore for me today. I think you deserve a bit more, don't you?<</me>>
She nodded fervently.
<<bankw>>I do. I want to feel you inside me so much.<</bankw>>
<<me>>Well you've earned it. Come here.<</me>>
I grabbed her hair, and pulled her over to the couch in her room. She crawled over, letting me lead her like her hair was her leash. I sat down, and patted my leg, and she stood up, straddling my lap. She grabbed my cock, pointing it towards her pussy.
<<bankw>>Mmmmm, it's so warm, and big.<</bankw>>
She leaned down, kissing me, I kissed her back, and felt her pussy envelop my cock as she sat down. She moaned into my mouth as she lowered herself, until I could feel her ass pressed up on my legs.
<<bankw>>Oh god, you're filling me up.<</bankw>>
I slapped her ass, hard.
<<me>>Cmon slut. Get me off.<</me>>
She moaned, flashing me fiery eyes.
<<bankw>>Yes sir.<</bankw>>
She licked her lips, and started rising up, before pressing down, doing her best to milk the cum out of me. She wasn't hiding her enjoyment either, as she was moaning like her life depended on it. After a minute, she reached down, trying to stabilize herself.
<<bankw>>Oh god, I'm so close. $bankm.name, he's so much better than you!<</bankw>>
I slapped her ass again.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/11.png">\
\<<me>>Tell him that to his face, slut.<</me>>
She nodded, spinning around, never once letting my cock leave her tight cunt.
<<bankw>>I'm so close to cumming $bankm.name. You've never made me feel this way.<</bankw>>
<<bankm>>I-I'm sorry.<</bankm>>
$bankm.name said, grunting. I looked around <<nbankw>>'s fat ass bouncing on my cock, and saw a wet patch form on $bankm.name's pants. He was literally cumming from his wife's humiliating words. Still, it was having a similar effect on me, and clearly on <<nbankw>>, who started shaking.
<<bankw>>Oh GoD, I'm C-CumMiNNgggg!<</bankw>>
She started twitching and shaking on top of me, as I felt her pussy tighten up, working as hard as it could to get me to cum. It was working, and I could feel myself getting close as <<nbankw>> starting coming down from her high. I slapped her ass hard again, enjoying the bright red hand mark I left on her bottom.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/12.png">\
\<<me>>Get off slut, I want to cover your face in my cum.<</me>>
She nearly tripped over herself, partly from her speed, and partly from how weak her legs felt after her orgasm. Still, she got down on her knees, and I started shooting my cum all over her chest. Rope after rope shooting out of my cock, covering <<nbankw>>. Once done, I collapsed back onto the couch that I had fucked <<nbankw>> on, catching my breath. I watched as she started grabbing my cum, and bringing it up to her mouth. At one point, she brought her cum covered tit, and sucked the cum right off of it. I chuckled, and stood up, pulling my pants up. I was about to leave, and let the couple come to a realization of what just happened without Adonis messing with their heads, when I heard <<ncain>>.
<<cain>>Damn. So close.<</cain>>
Oh, right. <<nbankw>>s immaculate work had nearly made me forget about my goal.
<<met>>Close? I got one more move.<</met>>
I walked back to $bankm.name, and shook his shoulder. He jolted out of the trance, and looked up to me. He smiled, lightly.
<<bankm>>T-thank you for helping <<nbankw>>.<</bankm>>
<<me>>Please, no need to thank me.<</me>>
I patted him on the shoulder.
<<me>>You can just pay me.<</me>>
$bankm.name looked at me, and for a moment, I thought he would refuse. However, his eyes fogged up for a moment, and suddenly he looked guilty.
<<bankm>>Oh, of course. You helped us out so much.<</bankm>>
He opened his wallet, and pulled out a couple of bills, quickly counting them.
<<bankm>>I only have $100, is that ok?<</bankm>>
I sighed, faking hesitation.
<<me>>I guess that will do. But you should bring more next time I see <<nbankw>>.<</me>>
He smiled brightly, as if I had just done him a favor, and shoved the money in my hand.
<<bankm>>Thank you so much $player.name.<</bankm>>
<<me>>You're welco-<</me>>
<img class="leftimg" src="images/Side/Misc/Greed Symbol.png">\
\As I said that, I could feel energy building up in my arm. I patted $bankm.name on the shoulder, and quickly left the office, leaving him with his cum covered wife. As I did, I felt the energy move down to my right hand, converging onto the symbol on my hand. All the energy concentrating in that spot felt like burning, until the energy dissipated as quickly as it appeared, and I looked down, seeing a new symbol on my hand.
<<cain>>Great job kid! I don't think anyone else has manifested Greed as quickly as you have, well done! And to use it so quickly too.<</cain>>
<<met>>Wait, what do you mean use it?<</met>>
<<cain>>The money he gave you. Human beings are very opposed to giving away money. In fact, in my experience, especially these days, people would rather give up their bodies than their money. But Greeds ability overcomes that.<</cain>>
<<met>>Oh, sweet. So they will just give me all their money?<</met>>
<<cain>>Well, not all of it. Not all at once. But, that's not the only thing the ability does. When you do manage to take all, or even most of their money, their... I guess I'll just come out with it, their soul comes up for auction.<</cain>>
I recoiled at no one, as I was talking to him in my head.
<<met>>What do you mean their soul?!<</met>>
<<cain>>It's nothing so horrible. It basically makes them your slave.<</cain>>
<<met>>You have a strange definition of the word horrible.<</met>>
He shrugged.
<<cain>>Well then don't buy anyone's soul. It's your decision.<</cain>>
I frowned, before inspecting the new crest on the back of my hand, fascinated at how it had changed.
<<met>>So does this mean I can only use Greed now?<</met>>
<<cain>>No, Lust is still in there. Try to use it, and it will replace the Greed crest. Like I said, that's just a binding.<</cain>>
<<met>>Cool. So, what's the other Greed ability?<</met>>
<<cain>>Oh, you're going to like it. It's called the mark of greed. Basically, you can apply a mark to someones soul, claiming it for yourself.<</cain>>
<<met>>What did I just-<</met>>
<<cain>>Hey, cool it. It's not unlike what your generation calls dibs. You aren't changing their soul at all. What it does do, however, is let you track the mark. So essentially, you'll know where anyone you've marked is at any time.<</cain>>
<<met>>Oh. That's a lot less extreme than it sounds.<</met>>
<<cain>>You really gotta stop counting your chickens, I told you already.<</cain>>
As I heard <<ncain>> chuckle at his own joke, I shook my head, making my way to the lobby of the bank. On the way, <<nbankc>> stopped me.
<<bankc>>So, did you fix everything?<</bankc>>
<<me>>I told you I would, didn't I?<</me>>
She nodded, suddenly worried that she had insulted me.
<<cain>>Hey, try the mark.<</cain>>
Finally, <<ncain>> had a good idea.
<<cain>>Hey.<</cain>>
I focused on the girl looking at me, and I suddenly felt energy build up in my body, and start to pool at my hand for only a moment, before dissipating. Suddenly, I could see <<nbankc>> even clearer.
<<me>>Hey, I gotta head out, but, give me your phone.<</me>>
I told <<nbankc>>, not giving her a chance to deny me. Not that she would, as she never looked happier as when she handed me her phone. I quickly punched in my number, then handed it back to her. She took it, and I turned towards the door.
<<bankc>>Call me!<</bankc>>
She called out, as I waved to her, not turning around. However, as I left the bank, I could still feel <<nbankc>>, and could feel that she was still in the bank. That would be useful.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankw-3">>\
\
\
\
I watched as Greed completely reorientated the way he was thinking. Before, he was thinking about the fact that signing the contract would effectively replace him in their bedroom, and potentially even more. But now...? He looked back down to the contract.
<<me>>If you would prefer to avoid doing it this way, we could do it in a per visit basis.<</me>>
He leaned back, inspecting the contract. All of the worry was gone, replaced with serious thought about the price.
<<me>>However...<</me>>
<<nbankm>> looked up at me, raising his brow.
<<me>>Well, your bitch wife, she's a horny slut, isn't she? If we do it per visit, I'm worried it might end up being far more than the weekly cost.<</me>>
<<nbankm>>'s eyes widened, as he thought about it.
<<bankm>>You might be right. We've had sex multiple times since you last slept with her, and she couldn't stop telling me how much better you are.<</bankm>>
<<me>>Is that so?<</me>>
He nodded, continuing as if he were telling me his coffee order.
<<bankm>>She even bought a large dildo. She told me that she had to imagine it was you in order to get even close to climax.<</bankm>>
I shook my head.
<<me>>Like I said, truly a whore. I just want to save you money.<</me>>
He nodded at this, and reached into his jacket, pulling out a pen. He set the contract down, and signed it. He stood up, returning it back to me.
<<me>>Great. I'll send you a copy of this when I get back home. So you have a copy of your cuck contract.<</me>>
<<bankm>>Thank you. I don't currently have a copy of our house key, but-<</bankm>>
<<me>>Why don't you go get that done now.<</me>>
I stood up.
<<me>>I'm going to go feed your wife my cock.<</me>>
<<bankm>>Sounds like a plan. Thank you again for everything <<nme>>.<</bankm>>
He brought his hand up, and I shook it, before he pointed down the hallway.
<<bankm>>Second door on the left.<</bankm>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/13.png">\
As I made my way there, I heard the sound of the front door opening. I made my way to the door, and opened it, getting hit with a wall of sex. Inside the bedroom was warm, and smelled of nothing but pussy. On the bed was <<nbankw>>, furiously shoving a large dildo, a bit smaller than my cock, into her needy hole.
<<me>>How's my bitch doing?<</me>>
Her head shot up, and ecstacy would accurately describe the look on her face. She threw the dildo on the ground, and got down to her knees, crawling over to me on all fours.
<<bankw>>I need your cock sir, please.<</bankw>>
She said, begging me. As she approached, she reached up to my belt buckle. I grabbed her hair, and pulled it lightly, before giving her a firm slap.
<<me>>That's a bad bitch. When your owner shows up, you don't do whatever you want. I don't care if you need to cum.<</me>>
I said, pressing my foot into her pussy, causing her to moan loudly.
<<bankw>>Please sir, I'm so close.<</bankw>>
<<me>>I don't care. I want to feel your throat. I'm going to fuck your face. And if you do a good enough job, I'll fuck your needy pussy. Is that understood.<</me>>
<<bankw>>Yes sir. Thank you.<</bankw>>
I let her go, and undid my own belt. I pulled my cock, slapping her face with it. She took the abuse happily, as she was finally in contact with it. After a moment, I walked to the couch in the corner of the room, and spread my legs. <<nbankw>> followed me, still on all fours, and settled between my knees.
<<me>>Good girl. Now, suck.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/14.png">\
She didn't waste a moment, taking my cock into her mouth, and letting out a loud groan. I grinned down at her, and leaned my head back, letting her take my cock deeper into her mouth. While she was starting, she was focusing on the tip, getting her tongue onto every square inch, wanting to enjoy the flavor. As she continued, she started getting deeper and deeper.
<<me>>That's a good bitch. I said I wanted your throat.<</me>>
<<nbankw>> nodded as well as she could, and tried going deeper. The rhythm continued for a while, as I just enjoyed the desperation in which she was trying to swallow more and more of my cock. It only took around twenty minutes before she was consistently able to press her nose into my hips. I groaned, and grabbed her hair, and using it like a handle, I started pumping into her mouth. While she was able to handle it herself, getting her throat fucked proved too much, and she began gagging. However, she didn't try to pull back, or stop me. I was already getting close to coming, so I wasn’t going to stop her either.
I continued fucking her face hard, until I started shooting my load, all the ropes going directly into her stomach, as I hilted my cock into her face. I laid there for a minute, letting her throat muscles milk any remaining cum, before pulling out. <<nbankw>> was non responsive. Not unconscious, just too lost in the pleasure that getting her face fucked by me was giving her. Considering how horny she was before I even walked in here, she was almost comatose. I slapped her, and she didn't stir. I sighed, and using her hair as a handle still, I pulled her over to the bed, and bent her over. I pressed my cock against her slit, mixing her pussy juices with her saliva still on my cock, and entered her. That finally made her stir, as she let out a deep, guttural moan, as the walls of her pussy tightened up around my cock. I didn't let her rest, pumping into her slowly.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/15.webp">\
<<bankw>>YYyeeeSSssSsss, FUuucccKK me Sirr. Use my pussyyyyyy.<</bankw>>
She yelled out, as I pumped into her. Just as she said that, I heard the door to the bedroom open, and <<nbankm>> walked in. Greed had clearly worn out, as I could see a mix of worry and lust, as he was seeing his wife coming harder than she ever had in her life.
<<linebreak>>
<<nbankw>> had once again passed out from the pleasure. I was feeling close, having used her pussy as a fleshlight for the last 30 minutes. <<nbankm>> had taken a seat in the corner, and was slowly rubbing his crotch. <<nbankw>> moaned, waking up again.
<<bankw>>Your cock is so fat sir.<</bankw>>
<<me>>Shut the fuck up slut. Who's whore are you?<</me>>
<<bankw>>Yours sir. My holes are yours.<</bankw>>
<<me>>What about your husband?<</me>>
<<bankw>>Fuck him. Your cock is all I need sir. Please, I need your cum.<</bankw>>
I was close to coming, and her admissions pushed me over the edge. I pulled out, and covered her back with my cum. I must have shot out more than ever before, before I finished. I stood up, catching my breath, as I felt a familiar energy building in my arm, before being released into <<nbankw>>. She was now marked. I stepped back, pulling my pants on, and turning to <<nbankm>>.
<<me>>Alright cuck. You have my info. Now clean the whore up.<</me>>
I grunted, not even paying attention to his response. I left the bedroom, stretching my back. I had fucked her quite well, and it had left me tired. As I approached the door, I saw an extra key. I grabbed it, figuring it was the spare <<nbankm>> went to get, and left. Still, if I wanted to, I could come over.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankw-4">>\
\
\
\
<<bankw>>God yes.<</bankw>>
She said, grabbing the hot tub with both hands as she bent forward, giving me a look behind her. I stepped forward, hands moving to my belt, when I noticed how visible her pussy was. I reached down, and rubbed her aching hole, causing her to moan loudly.
<<me>>You fucking whore. Your pussy is dripping.<</me>>
<<bankw>>I can't help it sir. My pussy has been wanting your fat cock to fill it since the moment I laid eyes on you.<</bankw>>
<<me>>And you just wanted to show it off? Your suit is already kind of transparent, but your slut juices are making it completely see through.<</me>>
<<bankw>>It's all for you sir.<</bankw>>
I smiled, as I undid my belt, my semi hard cock bouncing onto her ass. I leaned forward, and began humping at her ass, my cock lodged in between her ass cheeks, causing her to moan.
<<me>>Is that the only reason bitch?<</me>>
<<bankw>>Please sir.<</bankw>>
She gasped, pressing back into me.
<<bankw>>Fill my holes with your cock.<</bankw>>
I smiled, and stepped backwards, pulling her swimsuit, if it could even be called that, to the side, and pushed my cock forward. As I felt her warm hole stretch around me, she let out a loud moan.
<<bankw>>OooOoooohhhhhh.<</bankw>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/18.webp">\
I smiled, and began pumping into her wet insides. I reached down, and began playing with her large tits, massaging them.
<<me>>Is that the only reason?<</me>>
<<bankw>>W-what?<</bankw>>
She asked, lost in thought as she felt my cock split her open.
<<me>>You said this was all for me. But I could have come and filled your bitch holes with my cock any time.<</me>>
I said, pumping into her slowly, teasing her slightly.
<<bankw>>Everything I do is for you sir!<</bankw>>
She gasped, feeling my cock press against her womb.
<<me>>So why this?<</me>>
I grunt, pulling back quickly, before thrusting back again.
<<bankw>>Because you deserve more.<</bankw>>
She moans.
<<bankw>>You're such a man sir. You own me, you own my pussy, my ass, my mouth and throat.<</bankw>>
I could feel her tighten as she spoke.
<<bankw>>And my womb. You aren't just our bull. You're everything.<</bankw>>
<<me>>That's fucking right whore.<</me>>
I grunted, hilting into her pussy again, grabbing her hair as a leash to stabilize myself as I began pumping into her harder, causing her to moan louder.
<<bankw>>My womb is yours to breed sir. I've always wanted a family, and <<nbankm>> and I even spoke of trying this year.<</bankw>>
<<me>>Do you want me to breed you?<</me>>
<<bankw>>God yes!<</bankw>>
She moaned loudly.
<<bankw>>The idea of that cuck... No, you're going to be the father to my children sir. The cuck will take care of them.<</bankw>>
I grinned as she spoke, pulling on her nipples.
<<me>>You're going to do that to your husband?<</me>>
<<bankw>>He's a fucking cuck! You're a man. My bull.<</bankw>>
<<me>>And would <<nbankm>> be ok with that?<</me>>
<<bankw>>Who cares? I'll make him be ok with it. He loves me.<</bankw>>
I groaned, my balls tensing up.
<<me>>He's your husband slut.<</me>>
<<bankw>>I don't care. I-<</bankw>>
<<bankm>>H-honey, sir!<</bankm>>
<<nbankm>> walked around the corner, seeing me balls deep in his wife.
<<bankm>>Honey, you're moaning too loudly.<</bankm>>
He said, sounding alarmed. <<nbankw>> stopped, and looked back at me, then him. I felt her hand reach back, and pushed me away. I raised my eyebrow, but pulled out of her. She moaned as she felt my cock slide out of her. Once I was out, she walked over to <<nbankm>>, and kicked him in the balls.
<<bankw>>My bull is fucking me cuck.<</bankw>>
She hissed at <<nbankm>>, as he doubled over on the ground. After a few moments, he knelt up.
<<bankm>>P-please honey, just be a bit more quiet.<</bankm>>
<<nbankw>> glared at him, before shaking her head.
<<bankw>>Fine. But you'll be punished later.<</bankw>>
She growled at him, grabbing his chin and facing him towards me, before turning to me, smiling. She walked to the edge of the hot tub, and sat back on it, spreading her legs and pushing my cock back inside her, moaning loudly as I entered her again. After a moment, she opened her eyes, staring deeply into my eyes.
<<bankw>>I love you sir!<</bankw>>
She moaned, a slight whimper coming from <<nbankm>>. She wrapped her legs around my hips, and I began slowly pumping again, my orgasm quickly approaching again.
<<bankw>>I love you so much sir.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/19.webp">\
She leaned forward, taking my lips with hers, as we shared a sensual kiss as I fucked into her. After a moment, I slapped her ass, pulling my lips away.
<<bankw>>That's why I invited you here sir. Because I want to keep you for myself, but I know that's not what you want.<</bankw>>
<<me>>And what do I want slut?<</me>>
<<bankw>>To fuck my whore friends. Fill them with their cum. Make their husbands cuckolds, just like that pathetic cuck over there.<</bankw>>
I groaned.
<<me>>So you served them up for your owner to fuck.<</me>>
<<bankw>>Yes sir!<</bankw>>
She said, kissing my neck.
<<bankw>>You need a whole kennel of bitches.<<if hasVisited("BankC:6-1")>> <<nbankm>> told me about <<nbankc>>. How you domesticated the little dyke.<</if>><</bankw>>
<<me>>Good girl.<</me>>
I felt her insides tighten, and begin to twitch, as my thighs got covered in her juices, her orgasm overtaking her.
<<bankw>>T-thank... You siiIIiIiIRRrrrR!<</bankw>>
She moaned loudly, to the dismay of <<nbankm>>, who was watching his wife orgasm over my cock. I groaned, as her orgasm pushed me over the edge, as I began blasting rope into her.
<<me>>Such a fucking good bitch.<</me>>
I groaned, slapping her ass as I shot my cum directly inside of her.
<<bankw>>I am sir! I'll bring you all of my friends to fuck! You deserve to fuck them all!<</bankw>>
She moaned, her nails digging into my back.
<<bankw>>Fill them all with your warm cum sir!<</bankw>>
I groaned, as I felt my orgasm end. I sighed, and let go of <<nbankw>>, letting her fall onto the hot tub, then slide down onto the ground.
<<bankw>>Thank you for seeding your bitch slut.<</bankw>>
<<me>>You're welcome slut.<</me>><<if $fet.piss is 1>>
I groaned, before looking down at her.
<<me>>Your owner needs to piss whore. What are you going to do about it?<</me>>
She slowly opened her eyes, confusion in them. However, it only took a few seconds before she understood. She nodded, and slowly opened her mouth, sticking her tongue out. I smiled, petting her head, causing her to moan, as I placed the head of my cock onto her tongue, her mouth latching onto my cock. After a second, I sighed, letting my bladder go. The stream of piss entered her mouth, and she began swallowing.
<<me>>She makes a good urinal.<</me>>
I groaned, looking over to <<nbankm>>, who was watching his wife swallow my piss.
<<me>>She's an obedient bitch.<</me>>
We sat there for a minute, the only sounds were <<nbankw>> gulping every time I filled her mouth. After a few moments, I finished, and pulled my cock out. She smiled up at me.
<<me>>Good girl.<</me>><</if>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/20.webp">\
I smiled, before pulling my cock up, putting it back into my pants. I walked away, leaving the two of them on the ground.
<<bankw>>Come here cuck.<</bankw>>
I heard <<nbankw>> say.
<<bankw>>My bull left you some dessert.<</bankw>>
I shook my head, walking back to the table. The two men looked at me with what could be called fear, as they saw how their wives looked at me. Pure lust and desire.
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">I... Is <<nbankw>> ok?</span><</say>>
<<me>>Oh, she's great. Why?<</me>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">She was...</span><</say>>
He started, before trailing off.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">She was quite noisy.</span><</say>>
<<me>>Oh. Yeah, don't worry.<</me>>
I said, looking at both <<nsub3>> and <<nsub2>>.
<<me>>She loved every second of it.<</me>>
<<sub2>>Of... You fixing the hot tub?<</sub2>>
She asked, barely above a whisper.
<<me>>It's a very... involved procedure.<</me>>
I looked at them both again.
<<me>>Something I'll be sure to show you both.<</me>>
<<sub3>>Ok.<</sub3>>
<<nsub3>> said, out of breath. I smiled at her.
<<me>>Well ladies, <<nbankw>> will be giving you my number. You gals make sure to send me a text when you need me to satisfy any... needs you have.<</me>>
I said. All of them were speechless, so I made my way to the back door.
<<me>>Whoops.<</me>>
I said, reaching down and pulling my zipper up, before I left the backyard.
<<Button 'Finish Replay' 'Replays' '.contbut' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankw-5">>\
\
\
\
<<bankm>>I-I'm not sure it's a good idea to have <<nme>> be part of this discussion.<</bankm>>
<<bankw>>He's not.<</bankw>>
<<nbankw>> looked over her shoulder to me.
<<bankw>>He's just going to give your wife an orgasm while we talk, right?<</bankw>>
I nodded, slapping her ass, before driving my cock deep inside her.
<<bankw>>OooOohh. S-so, what did we neEed to talk about?<</bankw>>
<<nbankw>> asked innocently, even as she held back her moans from the feeling of my fucking into her.
<<bankm>>H-honey, I know that he's been...<</bankm>>
<<bankw>>What cuck?<</bankw>>
<<bankm>>I know you've liked having him at home-<</bankm>>
<<bankw>>That's not good enough.<</bankw>>
<<nbankw>> interrupted, before gripping the desk harder.
<<bankw>>I haven't "liked" having him.<</bankw>>
She looked back up at me.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/26.webp">\
<<bankw>>He's made me cum harder than you ever have.<</bankw>>
She turned back to <<nbankm>>, glaring at him.
<<bankw>>I can't believe I ever thought your tiny dick felt nice.<</bankw>>
<<nbankm>> gulped, nodding lightly, trying not to look hurt.
<<bankm>>E-either way, h-honey, just because-<</bankm>>
<<bankw>>Say it cuck.<</bankw>>
<<bankm>>Just be-because he's been making you... Cum harder than I ever have...<</bankm>>
<<bankw>>Good boy.<</bankw>>
I slapped her ass loudly, emphasizing the point as I began fucking her harder.
<<bankw>>Thank you sir! Slap my ass as much as you want. It's yours!<</bankw>>
<<bankm>>Ahem.<</bankm>>
<<nbankm>> cleared his throat.
<<bankm>>Even if that's the case honey, I don't think that means we should hire him<</bankm>>
<<nbankw>> groaned.
<<bankw>>Alright cuck, let's go through some easy questions. Who's cock is fatter?<</bankw>>
<<bankm>>H-his.<</bankm>>
<<bankw>>Who fucks your wifes holes better?<</bankw>>
I slapped her ass again, feeling my orgasm approaching.
<<bankm>>He does.<</bankm>>
<<bankw>>That's right. Who's cum tastes better?<</bankw>>
<<bankm>>I-<</bankm>>
<<bankw>>I guess you've never tasted your own, have you?<</bankw>>
<<nbankm>> turned bright red, as <<nbankw>> turned back to face me.
<<bankw>>He's cleaned my pussy plenty of times after you've filled it with your seed sir.<</bankw>>
<<bankm>>You- you said to do it...<</bankm>>
<<nbankm>> yelled out, before stopping as he realized how loud he was.
<<bankm>>You said it would lower the chance of pregnancy.<</bankm>>
<<nbankw>> laughed at that, and I grabbed onto her tits, as I fucked into her welcoming hole even harder.
<<bankw>>Alright, well, then I can tell you, his cum tastes better.<</bankw>>
She looked back at me.
<<bankw>>I would drink your seed any time you feed it to me sir.<</bankw>>
<<me>>Good whore.<</me>>
<<nbankw>> squealed lightly at the praise, before turning back to her husband.
<<bankw>>Speaking of... Who is the one who is going to impregnate me?<</bankw>>
<<nbankm>>'s eyes went wide at that, looking up at me, before kneeling at his desk, getting close to his wife as I pounded her into the desk.
<<bankm>>H-honey, you said this was just for fun-<</bankm>>
<<bankw>>I haven't slept with your tiny dick in <<if $DaysPlayed lte 30>>weeks<<elseif $DaysPlayed gt 30 && $DaysPlayed lte 60>>over a month<<else>>months<</if>><</bankw>>
<<nbankw>> interrupted, before moaning loudly.
<<bankw>>I think the real man in this relationship should breed me.<</bankw>>
I grunted as I felt my orgasm coming soon.
<<bankm>>But h-honey, what ab-<</bankm>>
<<bankw>>Shut the fuck up cuck!<</bankw>>
<<nbankw>> yelled at <<nbankm>>.
<<bankw>>And answer the question.<</bankw>>
<<nbankw>> began pushing back into me even harder, making the desk shake harder.
<<bankw>>Who is going to impregnate your wife?<</bankw>>
<<nbankm>> gulped again, and sat down, looking defeated.
<<bankm>><<nme>>.<</bankm>>
<<bankw>>What about <<nme>>?<</bankw>>
<<bankm>><<nme>> is going to... Impregnate you, honey.<</bankm>>
<<bankw>>That's right!<</bankw>>
She looked back at me, her face filled with lust.
<<bankw>>And which one of you is going to knock me up after that?<</bankw>>
<<bankm>>He is.<</bankm>>
<<bankw>>That's right.<</bankw>>
She looked up at me.
<<bankw>>Knock me up sir. Make me your cumdumpster.<</bankw>>
I grunted, fucking into her, before shooting my load.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/27.webp">\
<<bankw>>Yes! Watch cuck.<</bankw>>
<<nbankw>> grabbed her husband's shirt, making him look at her.
<<bankw>>You're going to raise his babies. So watch him fill me up.<</bankw>>
I groaned, shooting rope after rope into her womb, making small, shallow thrusts as I emptied as much of my balls as I could, while <<nbankw>> just moaned. Once I was down, I sat down on the chair, pulling my cock out, and watching as the cum slowly began sliding out of her gaping hole.
<<bankw>>So, if he's better than you in every way, shouldn't he be able to get a job here?<</bankw>>
<<nbankm>> sighed.
<<bankm>>Yes honey.<</bankm>>
<<bankw>>Good boy.<</bankw>>
She reached back, taking a large scoop of my cum with her fingers, and taking it into her mouth, before grabbing onto <<nbankm>>'s head, and pulling him into a deep kiss. <<nbankm>> fought for a moment, before acquiescing. They made out for a few moments, before <<nbankw>> pulled back, and turned to me, straddling me.
<<bankw>>There you are sir.<</bankw>>
<<me>>So what's my job?<</me>>
<<bankw>>Using your bitch in any way you want.<</bankw>>
<<nbankw>> leaned forward, whispering in my ear.
<<bankw>>Don't worry. One day, you'll be in <<nbankm>>'s chair. He'll do all the work for you, but you'll be his boss.<</bankw>>
I smiled, and slapped her ass.
<<if hasVisited("BankC: 6-1")>>
<<bankw>>And <<nbankm>> told me about <<nbankc>>. I'm not the only bitch in this building you're going to be fucking.<</bankw>>
<</if>><<me>>Good girl.<</me>>
She slowly got off my lap, and went over to her husband, sitting at the table, and spread her legs.
<<bankw>>Clean me up cuck.<</bankw>>
<<bankm>>Ok honey.<</bankm>>
I smiled, before walking out of the office.
<<Button 'Finish Replay' 'Replays' '.contbut' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "bankc-1">>\
\
\
\
/* Location: Bank */<img class="leftimg" src="images/Characters/Town/Bank/Cashier/04.png">\
Walking into the bank, my steps are deliberate. I've been here enough times to know where my goal is, and as I walk past the lobby, I spot her. <<nbankc>> is in her booth, talking to a man. From the way the guy is smiling at her, he's clearly here for a similar reason as me. However, I can tell by her customer service smile that it's not doing anything for her. After all, I'd seen her real smile enough to recognize it. And as if she read my mind, she spots me as I get into the line, her previous disinterested smile making way for real desire. The guy clearly notices the massive change in her demeanor, and follows her gaze. Upon seeing me, it's clear he deflates a bit, taking only a few moments to collect his papers, and walking away, giving me access to the booth, and <<nbankc>>'s undivided attention.
<<bankc>>Hey!<</bankc>>
She blurts out, clearly a little louder than she meant to, eliciting some looks from the old woman in the booth nearby, as well as a slight blush from her. She clears her throat, brushing a hair away from her face, trying to calm herself down.
<<bankc>>Are you here to do some banking? Or...<</bankc>>
She trailed off, looking back towards the hallway to <<nbankw>>'s office. She looked back at me, a bit less energetic than a moment before, clearly expecting that answer.
<<me>>Actually, I'm here for you.<</me>>
As I said that, her earlier gidiness reappeared, her smile covering her face.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/05.png">\
<<bankc>>Oh yeah? What could I help you with today, sir?<</bankc>>
She said, shuffling some papers at her desk, trying to claw back some level of professionalness, even as she leaned forward a bit, showing me her cleavage.
<<me>>Come on over to this side. I figured we could go for a walk. Maybe get something to eat.<</me>>
She almost jumped over the booth from excitement, before a thought clearly crossed her mind, one that deflated her.
<<bankc>>I don't think I should.<</bankc>>
I raised my brow, causing her to continue.
<<bankc>>I... I'm sorry if I was flirting with you. I don't even know if that's what I was doing. But you should know that... I'm a lesbian.<</bankc>>
She said, looking a bit ashamed as she said that, before adding something that was clearly an after thought.
<<bankc>>And I also have a girlfriend. I don't even know what I was thinking.<</bankc>>
That explains some of her stranger reactions to my powers. Although it's great to know they work on lesbians.
<<cain>>Well they wouldn't be very good powers if they couldn't.<</cain>>
<<ncain>> piped up. I mentally agreed with him, before turning my attention back to <<nbankc>>, who was clearly not enthused at having to tell me that. I, however, wasn't deterred. I leaned over, taking her chin, turning her to look at me directly, causing her now explainable confused feelings.
<<me>>Didn't I tell you to just leave everything to me?<</me>>
I said, trying to sound as smooth as I could, and from the fire in her eyes, she was taking it all in.
<<me>>Now come on over to this side, and we're going to get something to eat. Do you understand?<</me>>
I said, firmly. She nodded, grinning lightly.
<<bankc>>Yes sir.<</bankc>>
<<me>>Good girl.<</me>>
Clearly letting her new confusing feelings take control, she groggilly walked around the counter, telling the previous older lady she was taking her break. As we met up, I took her hand in mine, causing her to gasp lightly, before smiling like a school girl with a crush.
We walked for a bit in silence, before ending up in a park nearby. After the silence, she finally said something.
<<bankc>>I don't really know what I'm doing here.<</bankc>>
She said, rambling nervously. She clearly didn't know why she felt the way she did.
<<bankc>>I mean, I've never really...<</bankc>>
She trailed off, locking eyes with me as we walked, before looking away flustered.
<<bankc>>I've always just been into girls. You're the first one. Which sounds kind of dumb saying out loud, but I've been thinking about it since you first came into the bank, and...<</bankc>>
I stopped suddenly, and turned to her.
<<me>>And now you're here, on a date with me.<</me>>
She nodded, blushing as she did.
<<me>>Well then, come on then.<</me>>
I said, taking a seat at a bench. She sat beside me. I leaned back, and looked around. I knew this bench didn't get a lot of foot traffic, so I figured this spot would be good.
<<bankc>>So, you said we could get something to eat?<</bankc>>
She said, smiling at me.
<<Button 'Find something to fill her stomach with' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankc-2">>\
\
\
\
<<if $cainflag is 1>> I stopped for a moment, thinking about it.
<<met>>Are you sure I should be doing this?<</met>>
I felt <<ncain>> shrug again.
<<cain>>I told you. There's no sense in being careful right now. Worst case scenario, that little bag the witches gave you doesn't work. In which case, the church will figure out their Templar failed, and send another one. In that case, it's better for you to get some more practise. Maybe the witches can teach you anything at all, and then you have some method of fighting back.<</cain>>
<<met>>Ok, now hit me with the best case.<</met>>
<<cain>>The church falls apart, and no one comes after you ever again. You manifest all the sins, and die at an old age, balls deep in some super models throat, while wiping your drool with hundred dollar bills.<</cain>>
<<met>>Which do you think is more likely? Because I know which I would prefer.<</met>>
<<cain>>Just go get some practise.<</cain>>
<</if>>I had been making my way towards the bank, when through the use of the mark, I realized that <<nbankc>> was moving. It only took a few minutes before I realized where she had gone. She went to the park that we had our last date. Not only that, but on the exact bench that I had used her cute little throat last time.
<<me>>I guess this place brings good memories to both of us.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/08.png">\
I said, causing her to jump lightly in surprise. As she saw me, I saw her flash through multiple emotions, something that happened often when I saw her. Neutral, to happy, to confused, and finally settling on sadness.
<<bankc>>It... It's not a good memory. I cheated on <span class="BankGFText">Ali</span> here. I still haven't told her.<</bankc>>
She looked down, her fingers messing with a napkin in her hand, clearly lost in thought.
<<bankc>>I don't even know why I did it. It's just, every time I see you...<</bankc>>
She looked up at me, and her features melted lightly.
<<bankc>>Even now, I don't find men attractive, but you're just so... Different... I don't know what to do.<</bankc>>
I sighed, letting her say her piece. I figured I would let her vent a little before I took control. I walked in front of her, purposefully standing so her head was right in front of my crotch. She looked up, then back down at my pants, biting her lip, before shaking her head.
<<bankc>>N-no, we can't. I love <span class="BankGFText">Ali</span>. I've even been looking for rings. I can't do this-<</bankc>>
<<me>><<nbankc>>, shut up.<</me>>
I said with a deeper voice than either of us were expecting. She suddenly froze, her eyes glazing over faintly.
<<me>>Didn't I tell you before? You're going to be much more comfortable when you just leave me in charge.<</me>>
<<bankc>>But... I don't want to cheat on her again.<</bankc>>
She said, with no real pushback in her voice. It was filled with lust, and she was already primed to let me use her again. Still, I wasn't going to let this opportunity slip by.
<<me>>I told you, let me handle everything. I can even fix this problem. Give me your phone.<</me>>
She nodded, quickly put in her password, and handed me her phone.
<<me>>Good girl. Do you have any naughty pictures of <span class="BankGFText">Ali</span> here?<</me>>
That brought her back, and she nodded, biting her lip.
<<bankc>>I-I do, but I shouldn't-<</bankc>>
<<me>>Shut the fuck up.<</me>>
<<Button 'Suck it slut' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankc-3">>\
\
\
\
You walk up to the building, sizing it up. It's fairly nice, which I suppose isn't completely strange, considering <<nbankc>>'s job. I enter the building, getting buzzed in, and quickly go to <<nbankc>>'s apartment. I open the door, entering without knocking. I expected it, but it was still nice. I walked in, and looked around. It was decorated nice, although not to my taste. Still, considering I had lived my entire life amongst women, it was not unfamiliar. Entering the living room, I was greeted by <<nbankc>>, wearing sexy, revealing lingerie.
<<bankc>>Hello sir.<</bankc>>
She flashed me a smile, truly happy to see me. I walked over to her couch, taking a seat, without saying a word. She turned to face me, making sure she was displaying everything she could. I spread my legs. A moment later, she understood what I was saying, and she kneeled between my legs. I reached down, and pet her head.
<<me>>That's a good girl.<</me>>
She leaned into my hand, genuinely loving the feeling of just my hand. While continuing to pet her, I undid my pants, and pulled my cock. <<nbankc>> didn't hesitate, and leaned forward, taking my hardening member into her mouth. As she did, she moaned in pleasure.
<<me>>How does that feel? Natural, I hope?<</me>>
She nodded, her eyes closed, enjoying the taste of my cock.
<<me>>Wouldn't it feel great to be able to share this pleasure with... What was her name again?<</me>>
She opened her eyes, and looked down at my cock. Her tongue ran along the head one last time, before she pulled back.
<<bankc>><<nbankgf>>... sir.<</bankc>>
After saying her name, her face looked guilty. I sighed, then placed my hand on her head, pulling her back onto my cock. She opened her mouth, and took it back into her mouth.
<<me>><<nbankgf>>. You're happy, on your knees, sucking on my cock, aren't you?<</me>>
<<bankc>>Mmmhmmm.<</bankc>>
She moaned, nodding as she gave my cock pleasure with her tongue. As she answered, she tried taking me deeper.
<<me>>Well <<nbankgf>> would be happy sucking on my balls while you polish my cock. I want that for her, don't you.<</me>>
<<bankc>>Mmmhmmm.<</bankc>>
<<me>>Good.<</me>>
I pulled her head back, pulling her off my cock. She tried to fight me, wanting to keep tasting my cock, but I grabbed her hair, and pulled it, getting her to focus on me, even as a smile crept onto her face. I stood up, walking around her.
<<me>>Where's the bedroom?<</me>>
<<bankc>>That way sir.<</bankc>>
She pointed down the hall, and I followed until I found her and <<nbankgf>>'s bedroom. I let go of <<nbankc>>, pointing to the bed, as I walked to a dresser in front of it. I pulled out my phone, and set it up to point at the bed. Once I was happy with the angle, I turned around. <<nbankc>> was sitting on the bed, staring down at a small box in her hands, looking conflicted. I took another look at the box, and realized what it was.
<<me>>What's that?<</me>>
<<bankc>>It's... I bought it for <<nbankgf>>.<</bankc>>
She lifted her hand, letting me get a better look, confirming what it was when she opened it. A wedding ring.
<<me>>Congrats slut.<</me>>
<<bankc>>T-thanks... Sir...<</bankc>>
She brought the box back down, continuing to stare at it. I sighed, and sat down next to her.
<<me>>What's the problem?<</me>>
<<bankc>>Well, I... I was going to propose.<</bankc>>
I looked at her, and shrugged.
<<me>>Yeah, that's a bit obvious. So?<</me>>
<<bankc>>Now I don't know what to do. Because she's a lesbian, and I'm here, doing this with you.<</bankc>>
<<me>><<nbankc>>. You're a lesbian, and you love my cock, don't you?<</me>>
She nodded.
<<bankc>>But <<nbankgf>> isn't like me. She only likes women.<</bankc>>
I sighed, and grabbed the ring box. She tightened her grip for a moment, before letting me take it.
<<me>>Didn't I tell you before?<</me>>
I stood up, and walked to the dresser. Before I put the ring down, I had an idea, and instead picked up the phone.
<<me>>You should let me think for you. I have a plan to fix this all. Because I didn't care that you were a lesbian. And I don't care if she's a lesbian.<</me>>
I walked up to her, and rested my cock on her face.
<<me>>You're both just holes for me to fuck.<</me>>
<<Button 'Are you ready slut?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "bankc-5">>\
\
\
\
I gripped tight to the bag I had. Not out of fear, but excitement. Although it wouldn't be something I would get to experience first hand, at least not for a while, it was still a fun plan. I knocked on the door to <<nbankc>>'s apartment. I probably could have walked in, but I didn't want to risk <<nbankgf>> being there. Could I get away with it, thanks to Adonis from Lust? Probably. But I wanted to savor this.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/22.png">\
It only took a second before the door clicked open, and I was once again greeted by <<nbankc>> wearing an outfit she knew I would like.
<<bankc>>Thank you for coming sir.<</bankc>>
She said, smiling and moving out of the way, opening the door for me as she did. I nodded, and spit on her face, and continued walking in. It wasn't the first time I had been in here, so I didn't waste my time, taking a seat on the couch in the living room. I quickly undid my pants, and pulled them down, getting naked from the waist down, and spreading my legs wide. I didn't have to say anything, as <<nbankc>> quickly skipped over, a bright smile lighting up her face, as she kneeled between my knees, and rested her head on my thigh. I grabbed my cock, and lifted it slightly, as she leaned forward, until it was resting on her face. I sighed, and fully leaned back, enjoying the feeling of using this beautiful girls face as my cock rest.
<<bankc>>Thank you for gracing me with your spit sir.<</bankc>>
She said, her eyes closed as she enjoyed the warmth of my manhood resting on her face, before taking a deep breath in.
<<me>>It's what you deserve slut.<</me>>
She didn't respond, instead taking another deep breath in. I was content to sit there, letting her warm breath, and the occasional kiss and lick slowly fill my member with blood, until I was rock hard. After ten minutes, I finally spoke up.
<<me>>Like I said in the text, I finally solved the problem of your proposal.<</me>>
<<bankc>>Thaank you siir.<</bankc>>
She said, her words dragging slightly, as she was so focused on the smell of my cock.
<<me>>You're going to do it tonight.<</me>>
<<bankc>>What?!<</bankc>>
That managed to get her out of her spell, as her head jerked up.
<<me>>Slut, my cock is hanging.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/23.webp">\
Her eyes grew wide, before she lowered her head back down, placing my dick back onto her face, giving it a soft kiss.
<<bankc>>I'm sorry sir.<</bankc>>
I reached down, and pet her head.
<<me>>Don't let it happen again.<</me>>
She nodded, but her eyes were fixed on mine.
<<me>>Like I said, you're going to do it tonight. I have the whole plan done.<</me>>
She gulped, but nodded.
<<me>>The reason why I came was because I had some supplies to deliver. So to start, you can cook her a nice fancy meal.<</me>>
<<bankc>>I... I can't really cook sir.<</bankc>>
I sighed, and looked down at her. I grabbed her hair, and moved her head until it was directly in front of my cock, and pushed forward. In one quick thrust, I felt <<nbankc>>'s nose pressing against my pelvis, as the head of my cock entered her throat.
<<me>>There we go. Since you couldn't just shut up and listen to my plan, you can get a head start on the next part.<</me>>
I said, beginning to make quick, small thrusts into her, causing her to gag. Even as she did, her eyes tearing up, she didn't resist whatsoever as I began fucking her face.
<<me>>You're going to cook her something. I don't care what, because that's not what I care about. What I care about...<</me>>
I said, pulling out a small jar.
<<me>>Is what is going to go on top of the food. You're going to feed your girlfriend my cum, so when you propose, she will have my seed in her stomach.<</me>>
I felt her moan around my cock as I said that. I smiled, and began thrusting faster.
<<me>>Every part of her future marraige will be marked with my liquids. Her ring covered in my cum last time to match.<</me>>
I began slowing down slightly, as I felt my orgasm approach. I wasn't done explaining the plan. <<if $fet.piss is 0>>I reached into the bag, and pulled out a syringe, that had a tube attached to the end instead of a needle.<</if>>
<<if $fet.piss is 1>>\
<<me>>Once this jar is filled with cum, this jar...<</me>>
I said, pulling out a jar a little bigger.
<<me>>Will be filled with my piss. You and your new fiance will cheer and celebrate your new engagement while drinking champagne mixed with my piss.<</me>>
As I said that, I felt her hands reach up, and begin to massage my balls. Even as I felt it approaching, I sped up. After all, I was going to need more than one shot, as I pulled out a syringe, that had a tube attached to the end instead of a needle.
<</if>>\
<<me>>This one will also be filled with my cum. However, it's for this.<</me>>
I pulled out a strap-on, with the mold of my cock attached to it. I spun it around, to show off there was a spot where the syringe could connect to the cock.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/24.webp">\
<<me>>Tonight, you're going to fuck your new fiance, my future cock slut, with a dildo that was molded after my cock. And when you fuck an orgasm out of her, when her pussy is twitching around my cock, you're going to push the plunger, and your girlfriend will be filled with my cum. And through all of this, you'll be filming. Not just so I can see it, but so we can all watch it together, when she finally understands her true place in our relationship.<</me>>
I grunted, as I felt my climax approach, I began fucking <<nbankc>>'s face even harder, before pulling her off, and handing her the open jar, as I began to fill it with my load. She moaned, her face filled with disappointment as she had to watch my cock shoot my cum somewhere other than one of her slutty holes.
<<bankc>>That's great sir.<</bankc>>
She said, giving a kiss to the head of my cock, tasting the final remains of cum off my cock.
<<bankc>>Although... <<nbankgf>> does take birth control sir. So if you're hoping that it would impregnate her...<</bankc>>
<<me>>I figured.<</me>>
I sighed, before reaching into the bag.
<<me>>Which is why I brought these. Placebo pills, that look like birth control pills.<</me>>
I mentally thanked <<ncov4>> as I brought them out. It was included in the purchase I had made before. I didn't expect to use them, but I guess <<ncov4>> had been doing this for a while to know a degenerate when she sees one.
<<bankc>>Oh. Well, these won't work by tonight.<</bankc>>
I slapped her lightly.
<<me>>I know, you dumb little whore. It's not for tonight. You are going to replace her birth control, but I want to shoot my load directly into your slut fiance when I impregnate her.<</me>>
<<bankc>>Of course sir. She's going to love it.<</bankc>>
<<me>>Maybe. We'll see.<</me>>
I sighed, and looked over at the other empty jar, and the syringe.
<<me>>For now though, you have some work to do, don't you?<</me>>
She smiled brightly.
<<bankc>>Gladly!<</bankc>>
<<Button 'Later at home' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "bankc-1">>\
\
\
\
<<me>>Well, I was thinking I would feed you.<</me>>
She tilted her head, looking confused, before looking around.
<<bankc>>So like a picnic?<</bankc>>
<<me>>Of sorts.<</me>>
I say, wrapping my arm around her, pulling her close. <<nbankc>> moaned lightly, and we stared into each others eyes. I grabbed her hand, and slowly led it, until it was on my crotch.
<<me>>More specifically, I was going to give you something to drink.<</me>>
She finally broke eye contact, and looked down to where her hand was resting, then back at me.
<<bankc>>N-no, I told you, I'm a... a lesbian.<</bankc>>
She said, although with very little conviction, as I felt her hand tighten, and gasp lightly as she felt my hardening cock twitch. I ignored her, and leaned forward, taking her lips with mine. There was no push back, as I felt her tongue reach out to mine as she moaned. We made out on the bench, as she slowly started moving her hand over my pants. After a bit, I pulled back, and grabbed her hair lightly.
<<me>>Didn't I tell you to leave everything to me?<</me>>
I begin pushing her head down, and she nods, letting me do it. With my other hand, with her help, I pull out my cock, <<nbankc>> gasps again, before looking up at me. Her eyes are glazed over, lust clearly taking over, and she looks down at my cock. I press it against her face, and she takes a deep breath in, and shakes slightly as she does, moaning lightly.
<<me>>Does the lesbian like the smell of my cock?<</me>>
She nods, not taking her eyes off of it. After a moment, she pulls back enough to get my cock in her moan, causing me to moan.
<<me>>That's a good girl.<</me>>
I grunt, as <<nbankc>> begins to suck my cock. She clearly isn't very experienced with it, but the vision of this beautiful lesbian doing her best to please my cock is clearly working for me. It also helps that <<nbankc>> is letting me control her completely, as I use her hair as a leash to fuck this girls face.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/06.webp">\
<<bankc>>GGgkkkgghh-<</bankc>>
She gags as I push my cock deeper, but doesn't try to pull back. Over the course of a few minutes, I manage to get my cock deeper and deeper into <<nbankc>>'s throat, and before long, I can feel my orgasm coming.
<<me>>I'm close <<nbankc>>. Are you ready to swallow my cum?<</me>>
I'm not sure if <<nbankc>> can even hear me, as she continues doing her best to milk my cock. I lean my head back, and begin pumping my hips up, fucking <<nbankc>>'s face even harder, until I start cumming.
<<me>>Fuuucck, swallow my load, you slut.<</me>>
I grunt out, as I feel my cock beging shooting ropes of cum down <<nbankc>>'s throat, as I press her head down. <<nbankc>> begins to moan out as she swallows my cum, and I can see her fingers reach down under her skirt. I let her enjoy the sensation of swallow my cum, before finally finishing. After resting for a moment, I pull back on <<nbankc>>'s head, and she takes a deep breath. I stand up, putting my cock away, as <<nbankc>> continues fingering herself on the bench, her eyes glazed over, and her mascara running down her saliva and cum covered face. I reach down, and press my finger on her chin, forcing her to look up to me.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/07.png">\
<<me>>You were a good girl. Now thank me.<</me>>
<<bankc>>T-thank you siiiii-<</bankc>>
She said, before she breaks into a moan, as her orgasm hits her body. I watch her for a moment, before turning around.
<<me>>I'll call you.<</me>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankc-2">>\
\
\
\
<<nbankc>> smiled, and brought her hands up to my pants, and slowly pulled my cock out. She pressed it against her face.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/09.png">\
<<bankc>>Thank you sir.<</bankc>>
<<me>>I told you, shut up. I want to feel your throat while I look at pictures of your girlfriend.<</me>>
She nodded, and took my cock head into her mouth, sucking on the tip.
<<me>>That's a good little whore. Now, let's see.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/02.png">\
I groaned as I felt <<nbankc>> suckle on my cock, recreating our last date here. It would end in a similar way, but for now, I had to "solve" her problem. I looked through her gallery, until I found a picture of a girl. There were plenty of photos of girls, but <<nbankc>> had a lit of pictures of this one specifically. I take a hold of <<nbankc>>'s hair, and push my cock deeper in her mouth, causing her to gag lightly. I flipped the phone, showing her the screen.
<<me>>Is this your girlfriend?<</me>>
I felt <<nbankc>> try to pull back, but I held her firmly, pushing slightly deeper to make sure she understood the message. After gagging again, she nodded as much as she could with a cock in her mouth. I nodded, then pushed her even deeper.
<<me>>She's a hot slut. I understand why you want to lock her down.<</me>>
I started flipping through her gallery, looking for more pictures of her. I wasn't having much luck, and was getting annoyed. I decided to take out my annoyance on <<nbankc>>'s throat, pushing deeper and deeper, getting rougher as I did. She was taking it well, pushing back only when I felt her gag, but quickly letting me take control. I looked down, and saw her hand once again in her skirt, and figured she was fingering herself again. Only after a few minutes, did I finally find something else.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/03.png">\
<<me>>Fuck, she looks like such a whore.<</me>>
I commented, and pulled my cock out of <<nbankc>>'s throat. She coughed lightly, but I ignored it as I shook her head, trying to get her attention. I flipped the phone to show her the picture.
<<me>>Doesn't she look like a whore?<</me>>
She looked up at me confused.
<<bankc>>I mean, we went to the pool th-<</bankc>>
I slapped her face with my cock, causing her to gasp lightly.
<<me>>Tell me she looks like a whore, otherwise, you won't get to swallow my cum.<</me>>
Panic took over her face, and she looked back at the picture.
<<bankc>>She looks like such a whore, sir.<</bankc>>
<<me>>Why?<</me>>
<<bankc>>Her tits bulge out so much. Her bikini is so small, her nipples came out 3 times that day.<</bankc>>
<<me>>Good girl.<</me>>
I brought her back down, and she gladly swallowed my cock again.
<<me>>She was probably trying to get the attention of all the men there, like a whore would, right?<</me>>
She nodded, barely listening, getting lost in the pleasure she was giving herself, in addition to getting to suck on my cock again.
<<me>>She would probably love getting fucked like a good whore would, wouldn't she?<</me>>
She nodded again.
<<me>>I would love to fill a stupid slut like her with my cum. And you would love to lick my cum out of her pussy, wouldn't you?<</me>>
She wasn't even listening, as I roughly used her face as a fleshlight, her moans coming out quicker as she was reaching orgasm. I flipped through some of the pictures again, and finally found what I was looking for.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/04.png">\
<<me>>I'm going to solve your problems for you. You and <span class="BankGFText">Ali</span> can still get married, and have a wonderful life together.<</me>>
She moaned out, as her eyes rolled back. She was cumming, and I was close to feeding her again.
<<me>>You and <span class="BankGFText">Ali</span> can be my slutty lesbian sex slaves. Doesn't that sound great? Now swallow my cum.<</me>>
I started cumming, shooting my load directly down <<nbankc>>'s throat. I felt rope after rope shoot out, <<nbankc>> moaning with every shot. Finally, I finished, and slowly pulled my cock out, causing <<nbankc>> to collapse, a dumb grin on her face. I threw the phone on her.
<<me>>You're going to send me that photo of your slut girlfriend naked. And I'm going to use it to jerk off, and you're going to thank me.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/10.png">\<<bankc>>T-thaankyuu siirrr...<</bankc>>
She said, sounding cum drunk.
<<me>>I told you <<nbankc>>. I'm going to be in charge of your life, and you're going to be happy about it. Don't tell <span class="BankGFText">Ali</span> about this either. She deserves my cock as much as you do, doesn't she?<</me>>
She didn't answer verbally, just nodded and giggled, still recovering from her orgasm. I shook my head, chuckling, and left her there on the ground.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
<<elseif $replay is "bankc-3">>\
\
\
\
<<bankc>>Haaaahh. Yes sir.<</bankc>>
<<me>>Good. Now why don't you introduce yourself?<</me>>
I pointed the phone down to her, and moved my cock so the camera could see her face properly.
<<bankc>>I'm <span class="BankCText">$bankc.name Green</span>.<</bankc>>
<<me>>And what do you think about my cock.<</me>>
<<bankc>>It's incredible. I love having it in my mouth. I think nothing could taste better than this, but then I taste your pre-cum, and I know that being on my knees, suckling on it, is where I'm meant to be.<</bankc>>
<<me>>What a fucking whore.<</me>>
I smile, as <<nbankc>> is mesmerized by my cock being right in front of her, but not being able to suck it.
<<me>>But wait, <<nbankc>>, aren't you a lesbian?<</me>>
<<bankc>>I was. Or, I am. I don't find any other men attractive. Just you, and your perfect, fat cock. Sir.<</bankc>>
<<me>>And what do you think we're going to be doing here.<</me>>
That question finally made her look up at me, then directly into the camera.
<<bankc>>You came in, and let me suck on it, until it was hard. And then you brought me into my room.<</bankc>>
<<me>>Not just your room, right?<</me>>
That made her bite her lip, guilt briefly showing on her face, before lust quickly replaced it. She shook her head.
<<bankc>>No sir. It's a room I share with my girlfriend, <<nbankgf>>.<</bankc>>
<<me>>Your soon to be fiancee, isn't that right?<</me>>
I showed the ring box to the camera, before focusing back on <<nbankc>>.
<<bankc>>Yes sir.<</bankc>>
<<me>>Good. Sorry, I interrupted you earlier. Keep going.<</me>>
<<bankc>>Well, you brought me in, after letting me please your cock. So now, I think you're going to fuck me, with your fat, delicious cock, on me and my girlfriends bed.<</bankc>>
<<me>>That's right. Why don't you get ready for me?<</me>>
I said, quickly setting the camera back up on the dresser, then turned around, and saw <<nbankc>> on her hands and knees, looking back at me, as she spread her ass, letting me get a great shot of her pussy. I walked up to her, and pressed my cock against her pussy.
<<me>>Are you ready to lose your gold star, slut?<</me>>
<<bankc>>I am sir. Please, fuck me with your cock.<</bankc>>
I started pressing forward slowly, until my head entered her, causing her to gasp.
<<me>>How does it feel?<</me>>
<<bankc>>More, sir. Please, I want more.<</bankc>>
<<me>>Look at the dumb lesbian, begging for more cock on her and her girlfriends bed.<</me>>
<<bankc>>Please sir, I need it.<</bankc>>
<<me>>What about <<nbankgf>>?<</me>>
<<bankc>>She doesn't matter, please! I need your cock sir!<</bankc>>
I smirked, and pushed my cock forward, eliciting a long, low groan from <<nbankc>>, as she began to twitch, her orgasm hitting her already.
<<me>>What a needy slut.<</me>>
I said, slapping her ass, as I pulled my cock out, and pushed into her quickly.
<<me>>Are you ready to get fucked, whore?<</me>>
She didn't respond, but I took her twitching as a yes.
<<linebreak>>
<<bankc>>Yeessss, fuck me sir, you own my pussy!<</bankc>>
<<nbankc>> yelled out, as she was hit with her sixth climax. I had been fucking her hard for the last 40 minutes, and I had a great video. It was filled with her talking about how much <<nbankgf>> would love getting cock, and how they would be great sluts for me. There was even a comment about how she was excited to be bred at the same time. She was truly kinky once she was properly fucked.
<<me>>I'm about to cum slut.<</me>>
I groaned in her ear.
<<bankc>>Inside me, please. Let me bear your children.<</bankc>>
I grinned, glad to be getting this all on camera.
<<me>>Not yet. You haven't earned it.<</me>>
I pumped into her pussy hard, getting close to cumming. As I felt it coming, I pulled out, and reached for the camera, pointing the camera at <<nbankc>>, who quickly got off the bed, and onto her knees. She smiled up at me, opening her mouth. Pointing the camera at her, I handed the ring to her, confusing her. But as I continued pumping my cock, pointing it directly at her face, she got the message, and brought the ring beside her face, and I began cumming, pumping ropes of cum all over her face, shooting a couple of ropes directly on her ring, covering it in my cum, then finishing on her tongue.
<<me>>There we go slut. How does that taste?<</me>>
<<bankc>>Perfect, sir.<</bankc>>
<<me>>And are you going to propose to <<nbankgf>> with the ring covered in my cum.<</me>>
She paused, before nodding, as if she realized something.
<<bankc>>Of course sir. She's going to be your whore, as well as my wife. So your cum should play a part.<</bankc>>
I reached down, and pet her, causing her to grin up to me.
<<me>>Good girl. Now, clean up.<</me>>
I looked around, and pulled my pants on, and left <<nbankc>> to the cleaning. We had already spent quite a bit of time together, and I didn't want to be in there when <<nbankgf>> showed up. Not that I thought she wouldn't be affected by Lust, but because I wanted to take my time.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "bankc-5">>\
\
\
\
I stretched in my bed, resting, and waiting for my trophies to start coming in.
<<cain>>So do you even have a plan in place? Or just winging it?<</cain>>
I shrugged at <<ncain>>, who was sitting on my computer desk.
<<met>>More the former than the latter. I'll change some things if I think of them on the fly, but like you said, it's better to have a plan, no?<</met>>
<<ncain>> nodded at hearing that, and promptly disappeared as I felt a buzz on my phone. I smiled, and lifted it, before realizing something.
<<met>>Wait, what if she says no?<</met>>
This time, it was <<ncain>>'s time to shrug. Although I felt him do it, rather than seeing it.
<<cain>>Then you make a new plan.<</cain>>
<<met>>I guess. Although I do like the plan I already made, so-<</met>>
<<cain>>Remember what I said about counting chickens?<</cain>>
<<met>>Right.<</met>>
I nodded, and turned my phone on, and opened the text from <<nbankc>>.
<<cain>>Worrying for nothing.<</cain>>
I smiled, as I felt <<ncain>> go to his corner of my head, fading into the background, as I went through the texts from <<nbankc>>.
<img class="leftimg" style="width: 90%; float: none;" src="images/Characters/Town/Bank/Cashier/16.png">\
I smile, and pull my cock out, as the texts continue.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/17.png">\
I smile, as I watch the video. <<nbankc>> must have bought a chocolate cake, considering her insistance on being a bad cook. She smiled at the camera, and then called out to her living room.
<<bankc>>Hey babe, you ready for desert?<</bankc>>
<<bankgf>>Oooh, there's desert as well? Fancy!<</bankgf>>
I heard <<nbankgf>> call back, then the camera focused on the smaller jar filled with my cum, as she poured it over two slices of chocolate cake.
<<bankc>>It's chocolate cake, with a delicious salty drizzle.<</bankc>>
She said, making sure one slice got a bit more. Once there was none left, she tipped the jar over her mouth, letting a couple of drops fall onto her tongue, before licking inside the container.
<<bankc>>You'll love it. I spent an hour getting it out.<</bankc>>
<<bankgf>>Getting it out of what?<</bankgf>>
<<nbankc>> smirked at the camera.
<<bankc>>The bakery I got it was busy.<</bankc>>
<<bankgf>>Ah.<</bankgf>>
The video cut to a shot of <<nbankgf>> taking a bite with a large glob of cum on it.
<<bankc>>What do you think babe?<</bankc>>
<<bankgf>>It's delicious!<</bankgf>>
<<bankc>>What do you think about the salty sauce on top?<</bankc>>
<<bankgf>>When you said salty, I wasn't sure, but it tastes really good. What flavor is that? I don't think I've ever had it before.<</bankgf>>
<<bankc>>I'm not sure. But I'll make sure you get to taste it as much as you want!<</bankc>>
<<nbankgf>> blew <<nbankc>>a kiss. The video tilts to the slice in front of <<nbankc>>, where she uses her finger to dab a glob of cum, and points the camera at herself, before sucking on her finger, and winking.
<<me>>Fuck, this was a good plan.<</me>>
I mumble to myself, as the phone buzzes again.
<<if $fet.piss is 1>>\
<<bankgf>>Oh my god, I fucking love you!<</bankgf>>
The video starts with <<nbankgf>> staring at her ring, and taking a picture of it, posing with it.
<<bankc>>I'm getting the champagne!<</bankc>>
<<bankgf>>Oh my god, how long were you planning this?!<</bankgf>>
<<nbankgf>> asked, as <<nbankc>> walks over to the kitchen, pulling out a bottle of champagne, and pouring it into two different glasses, filling them halfway. She then puts it back in the fridge, and pulls out the jar I pissed into earlier. She opens it, and takes a sniff, moaning quietly, before tipping the jar into her mouth, taking a gulp of it. Once she swallowed, she got close to the camera, and whispered.
<<bankc>>You're going to have to let me drink that right from the tap next time sir.<</bankc>>
She kissed the camera, and then poured some of my piss into each of the glasses, before hiding it in the back of the fridge. The video cut, and then it was back in the living room. The girls clinked their glasses, before <<nbankgf>> leaned forward, kissing <<nbankc>>.
<img class="leftimg" style="width: 90%; float: none;" src="images/Characters/Town/Bank/Cashier/18.png">
<<bankgf>>I love you so much babe.<</bankgf>>
<<bankc>>I love you too. And I'm excited to share new experiences with you.<</bankc>>
<<nbankc>> pushed the bottom of <<nbankgf>>s glass up, getting her to take a sip. The video played as both of them finished their drink.
<<bankc>>Isn't the champagne so good?<</bankc>>
<<bankgf>>It's a lot more different than others I've tasted. But it's not bad.<</bankgf>>
<<bankc>>You'll get used to the taste, trust me.<</bankc>>
She said, leaning in and kissing her new fiancee. Finally, the video cuts out. Before I can react, I get another text.
<</if>>I smiled, and pressed the play button, as the scene start in front of me. <<nbankc>> had managed to get her phone recording in the same spot I had recorded our sex scene before. It started with <<nbankc>> staring right at the camera as she slowly pressed the dildo inside of <<nbankgf>>.
<<bankgf>>Ooohhhh fuck, that feels big babe.<</bankgf>>
<<nbankc>> leaned forward, and gave soft, intimate kisses to <<nbankgf>>s shoulders as she slowly pushed forward. As she was doing this, she didn't break eye contact with the camera.
<<bankc>>Don't worry babe. I'll make sure you're nice and stretched.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/07.webp">\
<<nbankc>> slowly started fucking <<nbankgf>>, as it became clear over the course of the video that she was enjoying it more and more. As I watched, I got another buzz from the phone. I quickly checked it.
I smiled, as I went back to the video. <<nbankc>> was definitely fucking her new fiancee faster as the video continued.
<<bankc>>You like that?<</bankc>>
She grunted out.
<<bankgf>>Yes! Fuck me babe!<</bankgf>>
<<bankc>>Yeah, you love that cock, you slut.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/20.png">\
<<bankgf>>W-wha-<</bankgf>>
<<nbankgf>> slowed down, before <<nbankc>> slapped her ass, and continued pumping into her.
<<bankc>>You love that cock, don't you?<</bankc>>
<<bankgf>>B-babe-<</bankgf>>
<<bankc>>Admit you love it!<</bankc>>
<<nbankc>> growled out again, slapping <<nbankgf>>s ass, eliciting a mixture of a yell and a moan.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/08.webp">\
<<bankgf>>I do! I love your cock!<</bankgf>>
<<bankc>>It feels natural inside you, doesn't it!<</bankc>>
<<bankgf>>W-what's gotten into you?<</bankgf>>
She moaned out, a smile very visible on her face as she asked, made wider as <<nbankc>> delivered another slap on her ass.
<<bankc>>It's like you're built for this cock, isn't it!<</bankc>>
<<bankgf>>Ye- Oh goooOOod, I'm cumming!<</bankgf>>
<<nbankgf>> moaned out, as her body tensed up, twitching all over. <<nbankc>> smirked at that, and lifted the syringe, and pressed down on the plunger.
<<bankc>>Take that cumshot you whore!<</bankc>>
She growled out, as she began pumping into her fiancee even harder, as my cum slowly flowed into her. From the video, <<nbankgf>>s moans got even louder. After a minute, <<nbankc>> stood up, her strapon slowly sliding out of <<nbankgf>>, covered in a mixture of her own juices, and my cum. <<nbankc>> walked over to the phone, picking it up, and whispering.
<<bankc>>Soon you'll be filling up this dumb slut yourself sir. I can't wait.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/21.png">\
She kissed the camera, and the video cut out. I smiled, happy with how the day went. Before long, another text was sent.
<<me>>Fuck, what a good little lesbo slut I fixed there.<</me>>
I smiled.
<<met>>She's right. Soon. I'll be depositing my load directly. I can't wait.<</met>>
I stood up, and walked over to my computer. I had an idea of what I wanted to do, but it was something that was going to have to be handled carefully. <<if $sis3.scene[0] gte 3>>I might even be able to get some help from <<nsis3>>, since this topic does include what she's studying. And since she's a good little rapeslut, she won't be against it.<<else>>It might be difficult to find what I'm looking for, at least for me. I'll have to think it over.<</if>> Regardless, I knew what the next step was. I sat down, and began doing some research, although the topic was something I had to be careful with. I didn't want to get put on any list. Just as I began researching, I got one last image.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/09.png">\
<<met>>Good whore. I'll have to reward her properly.<</met>>
<<cain>>Well, considering how much she loves you, it won't be difficult.<</cain>>
<<me>>I guess letting her watch will be good enough.<</me>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "assw-1">>\
\
\
\
One thing I hadn't been very interested in before was the nightlife in Livington. I was never much interested in going to clubs, or bars. I knew some people that went to them, and they sometimes invited me, but it just wasn't my sort of scene.
However, I was very different now. Knowing I could walk into the room, and all eyes would be on me, felt intoxicating. So that's how I found myself at the Parched Throat. It was a fairly popular bar, although I mostly knew about it because this is where <<nmom1>> and <<nmom2>> would go on dates on Thursday nights. <<if hasVisited("Mom2: 3-1")>>Thinking about this place reminded me of sending <<nmom2>> on the date night with a stomach full of my cum. <</if>>I didn't know what I was planning, really. I saw plenty of women who peaked my interest. And from the way they looked at me, I peaked theirs. Still, I was holding back. I knew I could have my pick, so I was going to choose the most attractive. Imagine my surprise when that woman ended up being someone I knew.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/04.png">\
<<nassw>> was sitting at the bar, slowly sipping a drink, and from what I remember of how she looked like when she was interested in me, was not having a great time with the guy that was talking to her. The guy was passibly attractive, although on the heavier side. He was chatting her ear off, and she was giving him a forced smile, and some one worded answers. I walked to the other end of the bar, and ordered a beer. I sipped it for a few minutes, watching, before I decided that I owed her some fun. After all, I said I would. I walked up to them, and the moment <<nassw>> saw me, her eyes lit up.
<<assw>><<nme>>! Oh my god, what are you doing here?<</assw>>
<<nassw>> jumped up, showing off her body in her tight dress. She wrapped her arms around me, pressing her body against mine.
<<me>>Just wanted to have some fun tonight. Now that you're here, I'd say that's a guarantee.<</me>>
<<nassw>> giggled at that, hitting my shoulder playfully.
<<asswf>>Ehem.<</asswf>>
The guy that was talking to her cleared his throat. I turned to him, and I could see him shrink a little as I did.
<<asswf>>How do you two know each other?<</asswf>>
<<nassw>> turned back to her friend, surprised at how quickly she forgot about him.
<<assw>>Oh! <<nme>> and I met each other the other day. I work for his mother.<</assw>>
<<me>>And I told her that I would take her out one of these days, didn't I?<</me>>
I reached down, grabbing her ass, squeezing. That caused her to giggle, and nodded.
<<assw>>You did! I'm glad you remember, I don't like getting teased.<</assw>>
The guy, clearly feeling left behind, cleared his throat again.
<<assw>>Oh, this is <span class="BankMText">Gary</span>. He works in the same building, but on another floor.<</assw>>
She turned back to me, and pointed at the guy.
<<me>>Well, <span class="BankMText">Gary</span>, I'm gonna take <<nassw>> off your hands for now. We're gonna go have some fun, aren't we?<</me>>
I squeezed her ass again, and <<nassw>> bit her lip, nodding lightly.
<<asswf>>Oh, but we're actually here together.<</asswf>>
<<me>>Good night <span class="BankMText">Gary</span>.<</me>>
I said, walking away with <<nassw>> beside me. As we got farther away, <<nassw>> sighed.
<<assw>>You have great timing, don't you?<</assw>>
<<me>>It didn't take a genius to see he was boring you. And besides,<</me>>
I turned towards the door.
<<me>>I told you last time, I would show you how bad I could be.<</me>>
<<assw>>You did say that, didn't you?<</assw>>
We walked out of the bar, and she led me to her car. I jumped into the passenger side.
<<me>>Your place or mine?<</me>>
<<assw>>Yours. I live a bit far, and I want to ride you as soon as possible.<</assw>>
<<me>>Huh. I would have figured you'd want to avoid <<nmom2>>. I don't think she'll take it too well to know you're planning on fucking her son.<</me>>
<<nassw>> laughed dryly at that. She got lost in thought for a moment, before looking up at me.
<<assw>>I respect <<nmom2>> in a lot of ways, but she of all people has no right talking about who I fuck.<</assw>>
I didn't know what she meant by that, but before I could ask any questions, she reached into my lap, and grabbed my hardening cock through my pants.
<<assw>>Now let's hope you're not all talk.<</assw>>
I grabbed her hand, and moved it up and down, feeling blood rushing down.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/05.png">\
<<assw>>Drive. Then I'll show you a good time.<</assw>>
She returned my lustful smile, and pulled her hand back, starting the car. It took only 10 minutes to get back to my house. I walked her in, and quietly led her to my room. Thankfully, it was fairly late, which meant most people were sleeping. I closed the door to my room behind her, and turned around, seeing her already in her underwear, her dress on the ground beside her.
<<assw>>Show me how naughty you can be.<</assw>>
I smiled, and pulled my shirt off.
<<Button 'Get on the bed' 'Replay2' '.lustbut' '$f to 1'>>
\
\
\
<<elseif $replay is "assw-2">>\
\
\
\
Looking up at the building, it was immediately apparent that this really wasn't your kind of place.
Sonar. The go to night club. Or, at least that's what you've been told. By not one, but many people. In fact, it's so popular that even <<nsis3>> sometimes comes here. Still, I was here, and not against new experiences. Especially when said experiences came along with <<nassw>>.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/10.png">\
<<assw>><<nme>>! You made it!<</assw>>
<<nassw>> was standing in the line, when she saw me, and ran over to me, shoving her tongue into my mouth the moment she reached me. I followed her example, and made out with her for a few seconds, grabbing and kneading her ass through her short dress, before she pulled back.
<<assw>>Fuck, you are too good at that.<</assw>>
<<me>>Better watch out. I might get a big head.<</me>>
At that, she smirked, reaching down and grabbing my cock through my pants.
<<assw>>Oh, we're gonna get that head big soon.<</assw>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/01.png">\
I shook my head, and noticed a girl standing behind <<nassw>>, looking at us with jealousy written all over her face. <<nassw>> noticed it as well, and jumped off me.
<<assw>>Speaking of which! <<nme>>, I want you to meet my friend, <<nasswgf>>.<</assw>>
<<nasswgf>> smiled at me, biting her lip a bit.
<<asswgf>>Hi.<</asswgf>>
I reached forward, offering my hand. She timidly took it, and I pulled her in a bit closer, looking her up and down.
<<assw>><<nasswgf>>, this is my friend <<nme>>.<</assw>>
<<me>>Hello <<nasswgf>>. Pleasure to meet you.<</me>>
<<assw>>Don't get ahead of yourself cowboy.<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/02.png">\
<<nasswgf>> and I looked at <<nassw>>, who walked up to the guy guarding the door, and spoke to him for a moment, before he opened the door for us. I shrugged, and let <<nasswgf>> walk in front of me, getting a nice look at her nice ass. We entered the club, the volume climbing as we got closer to the main room. I walked up to <<nassw>>, and wrapped my arm around her, causing her to smile a bit. She reached over to <<nasswgf>>, and pulled her over to my other side, giving me a beauty in each arm.
<<assw>>So, <<nme>>, <<nasswgf>> here and her boyfriend had a big fight, and broke up!<</assw>>
<<me>>What an idiot.<</me>>
<<assw>>That's what I said.<</assw>>
<<nasswgf>> blushed at our comments, before I heard a loud slap, looking back to see <<nassw>>'s hand on her friends ass.
<<assw>>She's built like a goddess! So tonight, let's show her a good time.<</assw>>
I nodded, and looked down at <<nasswgf>>, putting my hand under her chin, causing her to look up to me, gasping slightly.
<<me>>What do you say <<nasswgf>>? Wanna have some fun with me?<</me>>
She swallowed, before nodding.
<<asswgf>>Yeah, I do.<</asswgf>>
<<me>>Good girl.<</me>>
<<nasswgf>> blushed at that, and we entered the main room, our ears filling with music immediately. <<nassw>> grabbed my arm, and pulled both of us to the dance floor. I grabbed <<nasswgf>>'s hips, and brought her ass close to my crotch, as we began dancing. I reached over to <<nassw>>, but didn't find her. I looked around, and saw her walking to the bar, looking back at me and signaling she was going to get some drinks. I nodded, and focused all of my attention to <<nasswgf>>. We began grinding our bodies onto each other, and it wasn't too long before I could feel my blood rushing downstairs.
<<me>>You're fucking sexy, you know that?<</me>>
Even through the music, I heard <<nasswgf>> moan. She turned around, and ran her hands up my chest, before reaching up and leaning forward to kiss me. We made out on the dance floor, swaying as we did.
<<asswgf>>God, <<nassw>> was not wrong. Every time you touch me feels so good.<</asswgf>>
<<assw>>How about we get some privacy then?<</assw>>
<<nassw>> appeared again, a shot in each hand. She handed one to her friend, then the other to me. Almost. Before I could grab it, she quickly took it, swallowing it quickly.
<<assw>>Can't have anything interfering with our friend downstairs, can we?<</assw>>
She said, grabbing both me and <<nasswgf>> and pulling us towards the back of the club.
<<assw>>You need to fuck my friend until she's just a puddle of pussy juice.<</assw>>
She said, directly into my ear, instantly getting me hard. <<nasswgf>> seemed to just go along with her friend, as <<nassw>> led us into a private room. I wasn't sure when she booked it, or how much it cost, but closing the door behind her, she hugged her friend, bringing her closer to the couch.
<<asswgf>>I... I don't know if I should. Max still-<</asswgf>>
<<assw>>Max is a fucking moron who broke up with you. Now, bend over, and let <<nme>> make you a quivering mess.<</assw>>
<<Button 'You heard her, bend over' 'Replay2' '.lustbut' '$f to 1'>>
\
\
\
<</if>>\<<if $replay is "sub1-1">>\
\
\
\
I look at myself in the mirror, making some last minute checks. It felt a bit dumb, feeling nervous like this, considering everything that had happened. But I guess in my mind, <<nsub1>> was a girl that I had a crush on even before <<ncain>> showed up in my life, so those feelings were still there. Still, I looked down and was reminded of the new world I was living in.
<img class="rightimg" src="images/Characters/House/Roommate 3/18.webp">\
<<me>>That's a good whore. I really needed to cum before taking your friend out.<</me>>
I grunted, as I gripped onto <<nsis3>>'s head tighter, and pumped slowly into her tightening throat. She looked up at me, giving me as good a smile as she could, although her watery eyes betrayed how difficult this still was. I pulled my cock out, and pushed it against her face.
<<sis3>>Just treat her well. And if you need to rape my face to do it...<</sis3>>
She tapered off, leaning forward to kiss the underside of my shaft.
<<me>>I do need to. In fact, I think I might need to use your slutty holes before every date.<</me>>
I leaned down, pulling her hair tightly, causing her to moan.
<<me>>After all, it's good practice to masturbate before a date. So why shouldn't I use my rapeslut fleshlight to do it.<</me>>
She smiled up at me, and opened her mouth again, inviting me. I pressed my cock against her tongue, and positioned myself to begin pumping even harder.
<<linebreak>>
<<sub1>>No way you actually did that.<</sub1>>
<<me>>Word for word.<</me>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/04.png">\
<<sub1>>You called Ms. McKinnley a fucking idiot to her face?<</sub1>>
<<me>>I didn't even really mean to. It just came out.<</me>>
<<nsub1>> burst out laughing. The date had been going really well, which was definitely helped by the fact that me and <<nsub1>> had known each other basically our entire lives. And only being three years younger, she experienced a lot of the same things, especially bad teachers. And so, we found ourselves sitting in the corner of some cafe that was near our houses. It was fairly empty, so we had plenty of privacy.
<<sub1>>I would have paid anything to be a fly on that wall.<</sub1>>
<<me>>Shit, me too. She turned so red, I thought she was going to smack me right there and then.<</me>>
<<sub1>>Serves her right. You know she once docked marks off of an essay I wrote because, and I quote, "I read too much into the themes that the book was portraying."<</sub1>>
<<me>>That's why it just came out. That woman had no business being in a classroom... Or at least at the front of one, she might have benefitted from being a student again.<</me>>
<<nsub1>> laughed again, as I took a sip of my coffee, and admired how great <<nsub1>> looked.
<<sub1>>I'm glad we did this. Although I was definitely nervous.<</sub1>>
<<me>>Me too.<</me>>
<<sub1>>What helped you?<</sub1>>
<<me>><<nsis3>>. One of the few times I was glad she wouldn't shut her mouth.<</me>>
<<sub1>>Ha, me too. She actually gave me advice on what to wear.<</sub1>>
<<me>>She gave good advice. You look... Just phenomenal.<</me>>
<<sub1>>Why do I suspect you those weren't the first words to come to your mind.<</sub1>>
<<me>>Well I couldn't say those. Not here. Not in public.<</me>>
I said, leaning into her. She mirrored me, getting closer, as our voices got quieter.
<<sub1>>Well what if you whispered?<</sub1>>
<<me>>Then I would say you look fucking sexy.<</me>>
She bit her lip, and I looked her closely.
<<sub1>>Can I admit something to you?<</sub1>>
<<me>>Of course.<</me>>
<<sub1>>I...<</sub1>>
She trailed off, her cheeks turning a bright crimson.
<<sub1>>Nevermind, it's dumb.<</sub1>>
<<me>>Well now you've piqued my interest, you have to tell me.<</me>>
She looked around, making sure we were still alone, and leaned closer.
<<sub1>>I think you're pretty hot too.<</sub1>>
I tried to stifle my laugh.
<<me>>Was that it?<</me>>
<<sub1>>Well, I just... I remember, like a year ago, I was sleeping over at your house...<</sub1>>
<<me>>Oh?<</me>>
<<sub1>>It was pretty late, and I saw you coming out of the bathroom, right after a shower.<</sub1>>
Her eyes started dropping, looking at my body.
<<sub1>>You were shirtless, and wet, and... Well, it was a good night.<</sub1>>
Even as she was oggling me, I leaned forward. The date was going well, but it was ending soon, and I wanted it to end on a high note.
<<me>>Did you think about me that night?<</me>>
<<sub1>>That night, and a few others...<</sub1>>
She said, flashing me a cheeky smile.
<<me>>Oh yeah?<</me>>
<<Button 'What turns you on?' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sub1-2">>\
\
\
\
<<me>>Do you understand your assignment tonight?<</me>>
I said, pushing my cock back into <<nsis3>>'s pussy, feeling her warm hole stretch around my cock, as she whimpered underneath me.
<img class="rightimg" src="images/Characters/House/Roommate 3/19.webp">\
<<sis3>>Please mister, it hurts!<</sis3>>
She whined under me. I responded by slapping her ass, feeling her pussy tighten.
<<me>>I don't fucking care. Now answer me.<</me>>
I continued pumping into <<nsis3>>, as I felt my balls start to tighten in response to her twitching. We were both getting close to our respective orgasms, and as much as I enjoyed the roleplay, it was a bit too early for <<nsub1>> to catch me fucking her best friend. That would eventually happen. But I would have to build up to that. Tonight would be the day I started in earnest.
<<sis3>>Yes sir! Tonight, I'm your play thing. And then I'll make sure <<nsub1>> is alone for you.<</sis3>>
I grinned down at her.
<<me>>God, you're a disgusting slut. Letting your rapist find your best friend alone?<</me>>
I leaned forward, and grabbed her face, spitting in it. That pushed her over the edge, as her entire body began to stiffen and twitch, her orgasm racking her entire body. I pushed as far into her, and began unloading my cum directly into her womb.
<<me>>That's it slut. Take your rapists cum. Let your rapist impregnate you.<</me>>
I growled, as I shot my ropes inside her. After a minute, I fell onto my bed beside her, letting <<nsis3>> come down from her orgasm. Once she stopped shaking, she looked over at me with her classic post rape smile. I leaned forward, and took her lips with mine. We made out as I cuddled with her, before I pulled back.
<<sis3>>Thank you mister.<</sis3>>
<<me>>No problem. Now you better head out.<</me>>
I gave her one last peck on the lips.
<<me>>My girlfriend will be here any minute.<</me>>
<<linebreak>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/07.png">\
<<sub1>>Well? What did you think?<</sub1>>
<<nsub1>> asked, as I sat on the couch in the dark living room. Thankfully, <<nmom1>> and <<nmom2>> had left us alone to hang out, although not without a raised eyebrow from <<nmom1>> on why I was suddenly watching a movie with <<nsis3>> and <<nsub1>>, and <<if not $mom2.scene.includes(1) || not $mom2.scene.includes(2)>>a glare from <<nmom2>>. Thankfully, <<nsis3>> played her role quite well, making sure she wasn't suspicious.<<else>>a side look from <<nmom2>>.<</if>> They told us they were going to go visit some friends, so the house was empty, save for the three of us. I took my seat on the couch, and the girls sat down on either side of me. <<nsub1>> looked up at me, with an expectant look.
<<me>>Well... That was certainly a movie.<</me>>
I said, responding to <<nsub1>>s look. I didn't really care what we watched, so <<nsub1>> put on a movie she had watched recently. It was called Predestination, and it was... Well, it wasn't very good.
<<sub1>>Oh come on. You can't tell me the ending wasn't great.<</sub1>>
She smiled up at me. Honestly, for my part, I was fairly thankful the movie wasn't very good, as it meant I was able to focus on other things. Still, I didn't want to be rude, so I smiled down, and leaned forward.
<<me>>I like that you enjoyed it.<</me>>
<<nsub1>> flushed as I took her lips with mine, sharing a quick kiss. We parted, and she bit her lips, looking closely at me, before nodding slightly, and giving me another kiss. We shared a quick moment, before she pushed me off of her, her cheeks a deep red, then cleared her throat.
<<sub1>>S-so, <<nsis3>>, what did you think? You were pretty quiet over there.<</sub1>>
<<nsis3>>'s eyes shot open, her cheeks redder than <<nsub1>>s were, as she was surprised by the sudden question.
<<sis3>>O-oh. I-it was good. I thought the ending was great, like you said!<</sis3>>
She said, trying her best to not sound awkward. I felt <<nsub1>>'s hand lightly slap my shoulder.
<<sub1>>Sorry about that. I know this is new.<</sub1>>
She said, pointing at me then back to her.
<<sub1>>We don't have to do anything like that in front of you if it's embarassing.<</sub1>>
<<sis3>>N-no, it... It's fine!<</sis3>>
She yelped out, smiling shyly.
<<sub1>>Well I don't want to make you uncomfortable. I mean, you're so red right now.<</sub1>>
I smiled, and leaned over to <<nsub1>>.
<<me>>If she says it's fine...<</me>>
I leaned forward, taking her lips again, this time pushing my tongue into hers. She tried to put up some defense, but very quickly met my eager tongue with hers. I smiled, as I pulled my fingers out of <<nsis3>>s pussy, and moved them up to her mouth, as I made out with her best friend. I felt <<nsis3>>'s tongue clean her own pussy juices off of my fingers, before pulling them out, and ending the kiss with <<nsub1>>.
<<sub1>>Don't be such a brute!<</sub1>>
She said, chastising me, although with very little force. It was clear she enjoyed that as much as I did. I looked over to <<nsis3>>, who was licking her lips from any remaining pussy juice. Like I said, it was good the movie was bad. It let me focus on fingering <<nsis3>> to multiple orgasms, while <<nsub1>> wasn't paying attention.
<<me>>So what do you say <<nsis3>>? Another movie?<</me>>
Her eyes shot open, and she slowly shook her head.
<<sis3>>I-I think it's time we get ready for bed.<</sis3>>
<<linebreak>>
I heard a very light knock on my door, and pulled it open, to reveal <<nsis3>>.
<<sis3>><<nsub1>> is in the bathroom. She's brushing her teeth, so now would be the best time.<</sis3>>
I smiled, and then leaned forward. <<nsis3>> matched me, closing her eyes, and pushing out her lips. I, however, stopped short, causing her to open her eyes with confusion.
<<me>>Open your mouth.<</me>>
She was surprised for a moment, before obediently opening it, sticking out her tongue. I leaned forward again, and spit in her mouth.
<<me>>Savor that, slut.<</me>>
I walked past her, giving her ass a light slap.
<<me>>I'm gonna go use my other sex toy now.<</me>>
I walked away, but not before hearing a very loud gulp, and a very light moan. I smiled as I approached the bathroom, the door cracked open. I pushed it slightly, and saw <<nsub1>> fixing her hair. I smiled, and walked in, closing the door behind me. She looked at me through the mirror, and gave me a smirk.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/08.png">\
<<sub1>>Peeping on a girl in the bathroom? I don't know if I want to date a guy like that.<</sub1>>
She said, continuing with her routine. I walked up to her, and grabbed her ass, roughly, causing her to gasp.
<<me>>Is that what I am baby girl? Your boyfriend?<</me>>
I saw as her eyes glazed over slightly, before she opened her mouth slowly.
<<sub1>>Daddy.<</sub1>>
<<me>>That's right baby girl. I came in here not to peep. But because I know my little slut needs some punishment.<</me>>
<<sub1>>Why daddy?<</sub1>>
<<me>>I watched you finger your slut holes in a public place.<</me>>
I said, walking over to the toilet, and pushing the seat down, before sitting on top of it. <<nsub1>> looked at me with a pleading look.
<<sub1>>I'm sorry daddy.<</sub1>>
<<me>>I know baby girl. But now daddy has to make sure his little whore is properly trained.<</me>>
I pointed at my lap.
<<Button 'Bend over' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "sub1-3">>\
\
\
\
It was always a treat to visit the college. Even discounting the abilities from the Sins, it was filled with young, sexy women. But considering how those young, sexy women were constantly giving me "fuck me" eyes, it was definitely something I could get lost in.
But, having had these powers, even as little as I have, I found that simple trysts weren't as satisfying. Not to say they weren't fun, having these women begging to get mounted like the bitches in heat they truly are. It definitely was fun. But there was more fun to have here. And there she was. Exiting one of the buildings was <<nsub1>>, walking along with a guy and a girl. The guy didn't worry me. Even without Adonis, it was clear he wasn't anything close to competition. He looked like a traditional nerd. Skinny as a pole, bad skin, glasses. The girl on her other side didn't interest me either. Just not particularly attractive. Either way, I was looking for one in particular. I walk up to the group, and get the expected response from the two. The guy shrinks a bit, and the girl bites her lip. <<nsub1>>, however, lights up.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/11.png">\
<<sub1>><<nme>>! What are you doing here?<</sub1>>
<<me>>Just thought I would come visit my girlfriend after her class.<</me>>
I say, wrapping my arms around her, one to the back of her head, as I pull her into a deep kiss, which she very eagerly reciprocates. The other hand goes down to her ass, as I begin squeezing through her pants. We stay locked up for a few moments, before I finally break the kiss, a strand of saliva connecting our lips still, as she's catching her breath. I give one last peck on the lips, before grabbing the books she had in her hands, and putting my hand around her shoulders, pulling her away from her classmates. She's a bit fazed as I pull her away, before looking back at the two.
<<sub1>>O-oh, I'll see you guys on <<if $Day is 0>>Thursday<<elseif $Day is 3>>Monday<</if>>.<</sub1>>
She waved at them, before leaning into my shoulder, biting her lip, holding back a smile.
<<sub1>>So, girlfriend, huh?<</sub1>>
I give her ass a light swat.
<<me>>Well if I had told them that daddy wanted his little girl to choke on his cock, I don't think you would have appreciated that.<</me>>
I said, before feeling some warmth in my cheeks. Even with everything I had done, I still did think of <<nsub1>> as the girl I had a crush on before the Sins showed up.
<<me>>Besides, I would call you my girlfriend. We are dating, no?<</me>>
<<sub1>>Yeah.<</sub1>>
She said, almost embarrassed to say it. We walked for a while in silence, as we both tried to get past that establishment of our relationship. I felt a bit dumb, considering how many other girls I was sleeping with. Still, we walked, although at one point it felt like she started guiding me.
<<sub1>>So... Daddy wants to use his little girl to cum?<</sub1>>
She said, her hand slipping down, and grabbing my cock through my pants, giving it a squeeze.
<<me>>That's right.<</me>>
<<sub1>>Well good girls make sure their daddies balls are empty, don't they?<</sub1>>
<<me>>Fucking right.<</me>>
<<sub1>>I live nearby daddy. I would love to swallow your seed in my home.<</sub1>>
<<me>>The first of many.<</me>>
She giggled at that, giving my cock another quick squeeze.
<<linebreak>>
<<nsub1>> pulled the key out of her lock, opening the door to her house. I had been here before, although it was a long time ago, probably when I was 10. It was <<nsis3>>s birthday, and <<nsub1>>s parents invited her, and our entire family, to join them. Unsurprisingly, it looked fairly different. I was looking around the entrance, as <<nsub1>> took the books I had been carrying for her, and dropped them on a seat in the entrance, pulling me into the living room.
<<sub1>>Take a seat.<</sub1>>
She said, pushing me into the recliner on one side of the room. I raised my brow.
<<me>>Gonna do it here? In the public area?<</me>>
She had a naughty smile on as she leaned forward, getting right against my ear, and whispered huskily into it.
<<sub1>>Daddy is going to empty his balls into his little girls throat right here, on the living room couch.<</sub1>>
She backed up, and using her legs, spread mine. I reached down to my belt, undo-
<<sub1m>><<nsub1>>?<</sub1m>>
We both froze, our eyes growing as we heard a voice from another room. I quickly let go of my belt as a woman walked into the room.
<<sub1m>>I thought I heard you come in.<</sub1m>>
<<sub1>>Mom! Wh-what are you doing home?<</sub1>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/Mom/02.png">\
I looked up and down at <<nsub1m>>. Definitely a woman I had spilt a lot of cum to in my teenage years, she was in a lot of ways, the very definition of a trophy wife. She was insanely attractive, but her body was what always had me masturbating over her. Large, perfect tits, and a ridiculously large ass, that would put even <<nmom2>> to shame, and that was no small feat. Granted, it definitely wasn't all natural, but like I said, a trophy wife.
<<sub1m>>Our office had a gas leak, so I came home early. You...<</sub1m>>
She trailed off, as she finally realized I was there. It was a shame Adonis only worked on women that I hadn't met yet, as she squinted at me, clearly trying to remember who I was. She looked for a moment, before shaking her head.
<<sub1m>>Who's your friend?<</sub1m>>
<<sub1>>O-oh. Mom, this is <<nme>>. You guys already met, he's <<nsis3>>s brother.<</sub1>>
<<sub1m>>Oh! Is <<nsis3>> here?<</sub1m>>
She smiled brightly, before <<nsub1>> shook her head, confusing her.
<<sub1>>No, <<nme>> is my...<</sub1>>
She trailed off, looking down at me. I smiled, and stood up off the recliner, walking over to <<nsub1m>> and offering my hand.
<<me>>Nice to see you again, Mrs. Casey. I'm dating your daughter.<</me>>
<<sub1m>>Oh my god!<</sub1m>>
She smiled brightly at hearing that, and swatted my hand away, and stepped forward to hug me tightly, pushing her large breasts into my chest.
<<sub1m>><<nsub1>> didn't tell me she was dating a boy! And please, call me <<nsub1m>>!<</sub1m>>
I hugged her back, enjoying the feeling of my hard cock rubbing against her body.
<<sub1m>>O-oh my!<</sub1m>>
She said, blushing slightly, as she looked down at the bulge in my pants. For a quick moment, I saw lust in her eyes, before she pulled back.
<<sub1m>>I'm glad to know my daughter is dating such a...<</sub1m>>
She trailed off, her eyes wandering over my body, before looking back up.
<<sub1m>>Strong man.<</sub1m>>
She finished off, before the lust completely fading from her face as she smiled at her daughter.
<<sub1m>>What are you kids up to?<</sub1m>>
<<sub1>><<nme>> was gonna help me with some school work.<</sub1>>
<<nsub1>> blurted out, finding any excuse as to why she was alone with me.
<<sub1m>>Ok. You kids behave. I'm going to go do my yoga outside. If you need anything, call me!<</sub1m>>
She said, and walked out of the room, before popping her head in.
<<sub1m>>And <<nsub1>>, you know your dad doesn't like anyone sitting in his recliner.<</sub1m>>
<<sub1>>Yes mom.<</sub1>>
She said, grabbing my hand and pulling me up the stairs, stopping only to grab her books. Once we made it to her room, she hung her head, her ears bright red. I sat down on her bed, enjoying her embarrassment, before undoing my belt, and taking my pants off.
<<me>>Come on slut. I don't care if mommy embarrassed you, daddy needs your throat.<</me>>
That finally got her attention, as she looked up at me with my pants off, and laughed.
<<sub1>>Sorry daddy.<</sub1>>
She said, slowly getting down on all fours, and crawling over to me, her hips swaying with each movement. She got in between my legs, and reached up, slowly rubbing my cock up and down, pressing it against her face. After a few moments, she finally took my head into her mouth, slowly working her way down, until her nose was pressed firmly against my pelvis. I grabbed her hair, and layed back down on her bed, making thrusts into her throat.
<<me>>Finally.<</me>>
I sighed, making sharp thrusts, abusing the deepest part of her throat I could reach, never pulling more than an inch of my cock out her mouth. I fucked into her face for a couple of minutes, the only noise being heard was the sloppy squelching of her saliva pooling on my pelvis and legs, and the gags from her.
<<me>>We have a problem now baby girl.<</me>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/12.png">\
I let go of her head, and enjoyed watching as every inch of my cock slowly slid out of her mouth, until she finally took a deep gasp, followed by some coughs, until she finally looked up at me with puppy dog eyes, teary from the face fucking.
<<sub1>>Did I do something wrong daddy?<</sub1>>
I reached down, and slapped her lightly, causing her to fall to the ground. I sat up, and looked down at her.
<<me>>After all this waiting... I don't think your throat is going to be enough for me baby girl.<</me>>
She gasped, a small smile appearing on her lips.
<<sub1>>Daddy, I'm a virgin. I want to get married one day.<</sub1>>
She said, feigning disinterest. I reached down and slapped her a little harder, causing her to smile wider.
<<sub1>>You're right daddy. You deserve to use any hole I have.<</sub1>>
She said. She stood up and started taking off her clothes, until she was left in only her underwear. She slowly got onto the bed, bending over and presenting her ass. I reached down, and rubbed my finger up her panty covered pussy, a wet patch showing how much she was enjoying. I looked over at the window, and had an idea.
<<me>>Not here baby girl.<</me>>
I pointed to the window.
<<me>>Hands on the window sill, and bend.<</me>>
She cocked her head, before nodding, and walked over to the window, biting her lip as she began to bend over. Halfway down, she stopped, as she looked out the window.
<<me>>That's right baby. Daddy is going to take your virginity while watching mommy do her exercises.<</me>>
I walked over to her, and pressed against her pussy through her panties again, causing her to moan slightly.
<<sub1>>I don't know if-<</sub1>>
<<Button 'Bend over baby girl' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "assw-1">>\
\
\
\
She slowly backed up onto my bed, her hips swinging as much as they could, and I was momentarily mesmerized by how fucking beautiful her body was. She slowly bent down, and sat down, spreading her legs.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/06.png">\
<<assw>>Why don't you show mommy how naughty you can be.<</assw>>
I felt the blood rushing down to my cock as I watched her. I walked forward, undoing my belt. She reached up, putting her hand on mine, stopping me.
<<assw>>No no no. Mommy wants to feel your tongue on her pussy.<</assw>>
I tilted my head, then nodded. I slowly sunk down on my knees, giving her thighs kisses, until I was down at her panties.
<<assw>>That's a good boy. Eat mommy out.<</assw>>
<<me>>I thought I was going to show you how naughty I was. All I see here is a dirty slut of a mommy.<</me>>
<<assw>>You watch your mouth.<</assw>>
She grabbed my hair, pushing me down to her pussy. I gave her mount a kiss over her panties, before pulling them to the side.
<<assw>>Now tongue mommy's pussy.<</assw>>
I took a deep breath, getting her pussy's scent in. She smelled great, and I leaned forward, running my tongue up her slit, twirling around her clit for a second. She reached up, covering her mouth, as she let out a moan. I did it again, getting a taste of her. She was sweet, and from the way Lust had worked, was already very excited. I continued licking up and down, before slowly pushing my tongue deeper, getting more of her juices over me.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/07.webp">\
<<assw>>Y-yeess, that's a good boy.<</assw>>
I smirked, as I tongued her deeper, enjoying the way her face distorted to the pleasure I was giving her. Even as I was just starting, I could already feel her getting close to coming. I reached up, and pressed my thumb on her tight asshole, causing her to gasp, arching her back for a moment. I continued massaging it, as my tongue brought her pleasure, and suddenly her moans got louder, even through her hand, as I felt my face get covered in her sweet juices. I continued eating her out, letting her ride her orgasm. After a minute, she smiled down at me.
<<assw>>I've never been able to cum so fast before. You're such a good boy for mommy, aren't you? <</assw>>
<<me>>I am. But I promised I would show you how naughty I could be.<</me>>
<<assw>>Well then get up here. I want to feel my boys fat cock stretching my pussy.<</assw>>
I got up, and slowly undid my belt. When my cock fell out, <<nassw>> gasped lightly.
<<assw>>You're so hard. Did eating mommy's pussy get your cock this big?<</assw>>
<<me>>It did. And now mommy is going to have to fix that, isn't she?<</me>>
<<assw>>I don't want to leave my precious boy so uncomfortable and pent up.<</assw>>
She leaned forward, rubbing my cock.
<<assw>>So why don't you vent all of that aggression right in here.<</assw>>
She spread her pussy lips, her juices covering her thighs.
<<assw>>I'm so wet for you.<</assw>>
I leaned down, pressing my cock head against her pussy lips.
<<me>>Are you ready? Because once we do this, you're not going to be able to be with anyone other than me.<</me>>
<<nassw>> bit her lip, looking down at the way my cock was pressing against her. She could tell from the way she felt from just my tongue, there was some semblence of truth to my words. Still, she looked up at me, and nodded.
<<assw>>Fuck mommy hard. Ruin me for other men, and make me your cumslut.<</assw>>
I didn't need anything else, as I pushed my cock in as deep as I could, causing her to gasp again.
<<assw>>Oh, fuck!<</assw>>
She moaned out, as I felt her insides contract, as she was hit with another orgasm. I reached up, putting my hand over her mouth.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/08.webp">\
<<me>>Shush now mommy. We wouldn't want to get caught, would we?<</me>>
I said, looking right at her, as I began fucking her hard and deep, causing her to moan even louder, as she kept getting hit with waves of pleasure, my cock stretching her out even as she was cumming.
<<me>>God, you're such a tight slut, aren't you mommy?<</me>>
I grunted, speeding my thrusts up, as her eyes rolled into the back of her head. I could feel her tongue lolling out of her mouth from my hand, and I reached down with my other hand, and grabbed onto her breast, playing with it as I felt her juices all over my pelvis. I continued hammering into her, before I felt her pussy tighten again, pushing me closer to my climax.
<<me>>I'm gonna cum soon. Where do you want it?<</me>>
I asked, with no answer, as she was too entranced by the waves of pleasure. I grabbed her nipple, pulling it lightly, and took my hand away from her mouth.
<<me>>Slut?!<</me>>
I asked her, still no response. I sighed, and slapped her lightly, causing her to moan, and come back to focus.
<<assw>>Wha-whaat?<</assw>>
<<me>>Where does mommy want her sons cum?<</me>>
<<assw>>In my mouth!<</assw>>
She moaned out.
<<assw>>Cum in mommy's mouth, please. I need to taste my big, strong boys thick, potent seed.<</assw>>
She moaned out, and I pulled out, mounting her, and pushing my cock in her face. She opened her mouth, sticking her tongue out, and I began blasting her face with my load. I covered her in ropes of cum, aiming to cover her face, as well as letting her taste it. After I finished, I layed down beside her, allowing both of us to catch our breath. I layed there, enjoying the feeling, and realized this would be the best time. I felt the energy build up in my arm, and flow into <<nassw>>. She was now marked.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/09.png">\
<<assw>>Holy shit.<</assw>>
She said, breaking our silence.
<<me>>How'd I do?<</me>>
I asked, giving her a shit eating grin, causing her to laugh, slapping my shoulder.
<<assw>>Yeah, ok, I'll admit, you were not all talk. Not at all.<</assw>>
She said, smiling, giggling lightly.
<<me>>Damn right.<</me>>
<<assw>>Fuck, now what?<</assw>>
<<me>>What do you mean?<</me>>
<<assw>>Well to be honest, I figured this would be a one time thing.<</assw>>
<<me>>Oh. Well, if you want that-<</me>>
<<assw>>No. God no. I figured you would be an ok fuck, not give me multiple full body orgasms in such a short time.<</assw>>
<<me>>Then you can just call me. I do deliver, after all.<</me>>
<<nassw>> laughed at that.
<<assw>>Oh yeah? In 30 minutes, or it's free?<</assw>>
I laughed back, and we layed there for a few more minutes.
<<assw>>Ok, I have to go. Here, I'll leave you my number. We definitely have to do this again.<</assw>>
I nodded, putting her number in my phone, and watching her get dressed.
<<me>>You ok to drive?<</me>>
<<assw>>I should be. My legs might be a bit jelly, but they still function.<</assw>>
I nodded, and she winked back at me as she left my room.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>
\
\
\
<<elseif $replay is "assw-2">>\
\
\
\
I reach behind her, and grab her breasts through her shirt. Her legs giving out underneath her, and I suddenly have to hold up this girl as she moans loudly.
<<assw>>I've been telling you for years <<nasswgf>>.<</assw>>
I felt <<nassw>> hand begin to rub my cock through my pants, as I played with her friends tits.
<<assw>>Max doesn't fuck you like you deserve.<</assw>>
She reached into my pants, feeling my hard cock, and began unzipping my pants.
<<assw>>But <<nme>> can scratch that itch you've had.<</assw>>
She reached up with her other hand, and rubbed <<nasswgf>> right above her pelvis, where her womb was.
<<assw>>You've needed a man with a nice, fat cock, to make you into a mewling bitch.<</assw>>
<<nasswgf>> nodded, as I reached into her shirt, and began playing with her nipples directly.
<<asswgf>>I... I do... I need it.<</asswgf>>
<<assw>>Of course you do. Sexy women like us deserve to get a good fucking, don't we?<</assw>>
<<asswgf>>We do.<</asswgf>>
<<assw>>Then get on your knees, and thank the man who's going to make you cum.<</assw>>
<<nasswgf>>'s eyes snapped open, and she looked back at me, the girl from before completely gone. She nodded, and I let her go. I thought she would fall, as she wobbled a bit, but then slowly sunk to her knees, and placed her lips on your cock, giving it a kiss.
<<assw>>Isn't it beautiful?<</assw>>
<<asswgf>>He's so much bigger than Max.<</asswgf>>
<<assw>>He knows how to use it to. How to treat women like us.<</assw>>
She looked up to me.
<<assw>>Don't you cowboy?<</assw>>
<<me>>Open your mouth.<</me>>
I said firmly. <<nassw>> smirked.
<<assw>>You heard the man. He wants to feel your tongue.<</assw>>
<<nasswgf>> nodded, and took my cock into her mouth, moaning as she tasted it. I sighed, enjoying the feeling of a new slut on my cock.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/03.webp">\
<<assw>>Doesn't she look so fucking hot down there?<</assw>>
<<nassw>> whispered in my ear, wrapping her arms around my neck, pressing her tits on my back.
<<me>>She does.<</me>>
<<assw>>You're going to have to help her though.<</assw>>
She grabbed my hands, and placed them on <<nasswgf>>'s head, and pressed down, pushing her friend further down on my cock, causing her to gag.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/11.png">\
<<assw>>She's told me all about Max. She doesn't have any practise with a cock your size.<</assw>>
She smirked, and began pushing my hands faster, making her friend gag even more, as she got more of my cock.
<<assw>>You can be a little rougher with her. She doesn't know what she needs. But I do.<</assw>>
<<me>>You want me to fuck your friends face?<</me>>
I asked her.
<<assw>>I want you to fuck her throat.<</assw>>
I grunted, nodding, and began getting rougher with <<nasswgf>>, pushing her further and further each time.
<<assw>>There we go. Fuck the little sluts throat.<</assw>>
<<nassw>> moaned as I abused her friends face. It wasn't long before I could feel my orgasm coming. <<nassw>> must have noticed that though, as she stopped my hands, and pulled <<nasswgf>> off my cock. The girl coughed, trying to get her breath back, as <<nassw>> moved her body like a doll, until she was bent over.<<nassw>> reached down, and pulled down <<nasswgf>>s pants, and pulled her panties to the side.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/04.webp">\
<<assw>>Fuck her hard.<</assw>>
<<nassw>> groaned, and I stepped forward, unceremoniously pushing my cock into her disoriented friend, causing her to moan even louder.
<<assw>>How does he feel?<</assw>>
<<asswgf>>So fucking big.<</asswgf>>
<<assw>>Hear that? She loves it. Fuck her good.<</assw>>
I nodded, and grabbed <<nasswgf>>'s hips for leverage, and began pumping into her hot pussy. <<nasswgf>> did nothing but moan, as <<nassw>> leaned back, pushing her hand into her pants, fingering herself to the image of me fucking her friend hard.
<<me>>I'm close.<</me>>
I grunted, already getting close to coming from <<nasswgf>>s mouth. <<nassw>> smiled.
<<assw>>Cum inside the slut.<</assw>>
<<me>>I... Is that a good idea?<</me>>
I could feel my resolve breaking even as I continued pumping into her.
<<assw>>Let's ask her.<</assw>>
Leaned forward, getting close to <<nasswgf>>s drooling face.
<<assw>><<nme>> is gonna cum. You should thank him by letting him use your womb, isn't that right?<</assw>>
<<nasswgf>> was barely responding, but as she said that, she looked up at <<nassw>>.
<<asswgf>>Wha... I-<</asswgf>>
Before she could say anything else, <<nassw>> shoved her fingers that were in her pussy, covered in her juices, into <<nasswgf>>s mouth, pushing them knuckle deep, fucking her face with them.
<<assw>>Cum inside her.<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/05.png">\
I couldn't hold it any longer, and pulled on <<nasswgf>>s hips, hilting my cock as deep as I could, and began shooting my load deep inside her. I grunted as I shot rope after rope into this mewling girls womb, her pussy tightening as she was pushed by the warm cum into her own orgasm. After a minute, I sighed, pulling out of her, causing her to fall over. I watched as my cum dripped out of her pussy, before <<nassw>> stood up, wrapping her arms around my neck.
<<assw>>That's a good boy toy. Now, you should make yourself scarce. We can't really be fucking in this room.<</assw>>
<<me>>What?<</me>>
<<assw>>Not to mention, I don't think <<nasswgf>> will be too happy to find your cum inside her. But don't worry. I'll clean her all up. Now go.<</assw>>
She rushed me out of the room, only barely being able to get my pants on. I looked at the closed door, confused, and turned to the club. I wasn't really planning on dancing, so I figured I would call it a night here. Although <<nassw>> definitely owed me an explanation.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>
\
\
\
<</if>>\<<if $replay is "sub1-1">>\
\
\
\
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/05.png">\
<<sub1>>Fuuuuck, you're so dirty.<</sub1>>
She half moaned out, as Lust hit her. She smiled, and ran her finger on my hand.
<<me>>You just look so good. I need to know how to please you, don't I?<</me>>
She bit her lip, and moaned as she nodded.
<<sub1>>Well you're doing a good job. Because I love a nice, dominant man.<</sub1>>
<<me>>Oh? Daddy issues?<</me>>
She nodded. She whimpered lightly, and I noticed her arm moving lightly.
<<me>>That makes sense. I've met your dad. He didn't give you and your sisters the discipline you needed, huh?<</me>>
<<sub1>>No, he didn't. Sometimes I needed to be told I was a bad girl.<</sub1>>
I pushed my foot forward, pushing her legs apart. She didn't stop me, instead leaning back.
<<me>>So you need a man to tell you that you're being a dirty little slut right now.<</me>>
She gasped as I said that, nodding lightly.
<<sub1>>I'm so dirty sometimes.<</sub1>>
<<me>>How dirty?<</me>>
<<sub1>>Mmm, sometimes I think how hot it would be if you were my daddy.<</sub1>>
<<me>>Well if you were my little girl, I would make sure to spank you anytime you needed it.<</me>>
<<sub1>>Promise?<</sub1>>
<<me>>Do you want me to bend you over my knee right now?<</me>>
<<sub1>>But then everyone would see me daddy.<</sub1>>
<<me>>They would see a naughty little girl get the punishment she deserves.<</me>>
She moaned again, her hand moving faster. I lifted my foot, slowly tracing it up her leg, until I reached her hand in her pants. She smiled naughtily.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/06.webp">\
<<sub1>>You caught me daddy.<</sub1>>
<<me>>Such a bad girl.<</me>>
<<sub1>>So bad, for you.<</sub1>>
<<me>>Well I can't leave you like this. I'd be such a bad daddy if I didn't let my little girl cum, wouldn't I?<</me>>
<<nsub1>> moaned again, her breathing getting faster.
<<sub1>>Can I cum daddy?<</sub1>>
I pushed my foot against her hand, slowing her down.
<<me>>Not yet. I want to watch you a bit more.<</me>>
I released some pressure, and she began moving her hand again, as she spread her legs even more.
<<sub1>>Please daddy, let me cum.<</sub1>>
<<me>>What a dirty, slutty daughter you are, begging for daddy to let you cum.<</me>>
She nodded.
<<sub1>>I'm so dirty. You'll need to clean me later.<</sub1>>
<<me>>I can think of something to clean you with.<</me>>
She moaned at that.
<<sub1>>Please daddy, let me cum.<</sub1>>
I nodded.
<<me>>Cum for me baby girl.<</me>>
I groaned, and watched as she began twitching, trying her hardest to stay still as she rode her orgasm in the middle of the cafe we were in. She moaned quietly, her nipples poking through her shirt. After a few minutes, she finally pulled her hand out of her pants. Before she could do anything, I grabbed it, and sucked on her fingers, making her blush more than even when she was knuckle deep in her pussy.
<<me>>You taste good baby girl.<</me>>
She stumbled over her words, blushing brightly, before whispering.
<<sub1>>Thank you daddy.<</sub1>>
I smiled, and let her hand go. I stood up, and offered her my hand. She looked around, feeling embarrassed, but taking it. As I led her outside, her hand in mine, I let energy build up inside me, and then enter her hand. She had been marked. As we stepped outside, I turned to her, looking down.
<<me>>I had a good time.<</me>>
<<sub1>>I-I did too. I don't know-<</sub1>>
I leaned forward, cutting her off with a soft kiss. She melted into it, and we kissed for a few moments, before I pulled back.
<<me>>I'll text you, ok?<</me>>
She nodded, clearly excited.
<<sub1>>Ok. I'll be waiting.<</sub1>>
She looked around, and then whispered.
<<sub1>>Daddy.<</sub1>>
She reached up, giving me one last peck, and turned around, walking away quickly. I chuckled, and started walking home.
<<met>>I really should get a car. Although there's no way I can afford it with my work schedule.<<if hasVisited("BankW: 3-1")>> Maybe I should talk to <<nbankm>>. Maybe I can borrow one of his.<</if>><</met>>
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sub1-2">>\
\
\
\
<<nsub1>> bit her lip, looking intently at my lap, slowly making her way to it. Sensually, she lowered herself down to her knees, rubbing her finger up and down my leg, before moving forward, and placing her body on top of my legs.
<<sub1>>I understand daddy. Your little girl needs to be disciplined.<</sub1>>
I rubbed my fingers on her legs, reaching up to her short shorts, slowly pulling them off, revealing her underwear.
<<me>>That's right.<</me>>
With my other hand, I reached over and gripped onto her hair, pulling it swiftly, making her arch her back, and moan out.
<<me>>No girl of mine is going to be a whore like that in public.<</me>>
I reached down, and ran my fingers along her ass, causing her to gasp.
<<me>>Not without my permission.<</me>>
I said, quickly swatting her ass, causing her to gasp again.
<<sub1>>Gah! I'm sorry daddy!<</sub1>>
She cried out, quietly enough to not get caught by <<nsis3>>. Although I suspected <<nsis3>> was going to be able to hear this.
<<me>>That's ok baby girl. You don't have to apologize.<</me>>
I swatted her ass again.
<<me>>In fact, I want you to thank me.<</me>>
I swatted her ass again, causing her to moan out deeply.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/09.gif">\
<<sub1>>T-thank you daddy?<</sub1>>
She said, an obvious questioning tone at the end.
<<me>>Do you understand why you're thanking me?<</me>>
I said, slapping her ass again.
<<sub1>>Thank you daddy! No, I don't understand.<</sub1>>
<<me>>I'm training you baby girl. I'm making sure you don't turn out into such a whore.<</me>>
My hand dropped again, eliciting another gasp/moan.
<<sub1>>Yes! Thank you daddy!<</sub1>>
I smiled, before running my hand down her panties, feeling a wet spot in them.
<<me>>It feels like my baby girl needs more training. Good girls don't get wet when their daddy spanks them.<</me>>
I slapped her ass again, causing her to jump up, my hand firmly gripping her hair keeping her in place.
<<sub1>>Yes daddy! I'm sorry daddy! I'm sorry your little girl is such a slut daddy!<</sub1>>
<<me>>It's ok baby girl. It's why you're getting spanked.<</me>>
I slapped her ass again.
<<me>>To get all the whore out of you.<</me>>
I reached down again, and pushed my fingers under the bands of her panties, before slowly pushing them down, a strand of juices connecting her pussy to her panties quickly broke. I lowered them until they were around her ankles, then reached up and brushed her pussy with my fingers, causing her to jerk up again, pulling against my hand.
<<sub1>>Thank you daddy!<</sub1>>
She screamed out, louder than the previous ones. I slowly pushed my fingers inside, eliciting a long moan from <<nsub1>>.
<<me>>Such a slutty girl for daddy, enjoying his fingers so much.<</me>>
<<sub1>>I-I'm sorry daddy!<</sub1>>
I began slowly moving them in and out, causing her to moan again. I began fingering <<nsub1>>, before she started twitching on my lap immediately. Surprised, I looked down at her.
<<me>>Are you cumming slut?<</me>>
She didn't respond but for a moan, and I gripped her hair tighter, pulling on it, arching her back even more, until she was close to my face.
<<sub1>>T-thaaankk yoooouu dadddddddy!<</sub1>>
She moaned out. I sighed, and let her go, her body twitching on my lap. I slowly pushed her off, letting her land on the ground. I unzipped my pants, and pulled my hard cock out, before reaching down and grabbing onto her hair again, pulling her onto her knees, <<nsub1>> moaning the entire time. She clearly wasn't focused, so I slapped her. She was surprised by that, rubbing her cheek, before looking up at me with puppy dog eyes.
<<me>>Look what you caused baby girl.<</me>>
She looked down at my hard cock, and smiled lustfully, still rubbing her cheek. She looked back up at me.
<<sub1>>I'm sorry for that daddy.<</sub1>>
She slowly extended her other hand, until it was wrapped around my cock.
<<sub1>>A good girl should fix the problems she caused, right daddy?<</sub1>>
She ran her hand up and down. I sighed, shaking my hand, causing her to raise her brow.
<<me>>Not with your hand slut. Daddy wants to train your throat.<</me>>
She looked at my cock, then back at me hesitantly.
<<sub1>>I've never done anything like-<</sub1>>
I cut her off again with another slap to her other cheek.
<<me>>Daddy doesn't want back talk. Just his baby girls throat. Daddy is still training you.<</me>>
She looked up at me, still surprised from the second slap, before nodding lightly.
<<sub1>>Thank you daddy.<</sub1>>
She opened her mouth, and slowly wrapped her mouth around the head of my cock. I fought to keep a groan in, as I felt her warm mouth.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/10.png">\
<<me>>That's a good girl. Now get ready. I said I wanted your throat. And I'm going to get it.<</me>>
She looked up at me, a bit worried, before nodding. I grabbed onto her hair again, and began pushing my cock deeper into her mouth. I began slowly fucking it, getting deeper with each thrust, until I finally felt her throat. She kept trying to pull back, but I gripped onto her harder, and began pushing further in. I started fucking her throat, lighter than I would want, but as I said, she was clearly being trained, and I would have many sessions with her in the future.
<<me>>That's a good girl.<</me>>
I groaned out, causing her to smile up at me. Or, at least smile as well as she could. I leaned over to the counter, and grabbed my phone, pointing it at her face, and took a picture.
<<me>>That's it baby girl. Daddy is gonna feed you dinner very soon.<</me>>
I grunted, as I fucked into the willing girls throat. It didn't take me long, before finally pushing over the edge, and fulfilling my promise of having her swallow my cum. She struggled with it, but I didn't let go, pushing as deep as I could before shooting rope after rope of my cum directly down her throat.
<<me>>There we go. Take it slut.<</me>>
I groaned, and finally let go of her, enjoying watching my cock slowly exit her throat, then mouth. She began coughing, and I sat back, enjoying the feeling. After a moment, <<nsub1>> looked up at me with puppy dog eyes.
<<sub1>>Did I do good for you daddy?<</sub1>>
I smiled, and caressed her face.
<<me>>So good baby.<</me>>
She leaned into my hand, and we sat there, her on her knees between my legs. After a minute, she kissed my palm, then slowly stood up.
<<sub1>>What should I tell <<nsis3>> daddy?<</sub1>>
<<me>>Tell her we're dating.<</me>>
She smiled at that, nodding. I reached up, and gripped her hair tightly, causing her to moan again.
<<me>>But we'll know the truth. That I'm just training my slutty baby girl.<</me>>
She nodded again, and I leaned forward, giving her a quick peck, before pulling back.
<<me>>Now get cleaned up.<</me>>
<<sub1>>Yes daddy!<</sub1>>
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "sub1-3">>\
\
\
\
I put my hand on her back, and without any force, she slowly starts bending over.
<<me>>Good girl.<</me>>
I walk around her, and press my hard, saliva covered cock against her ass cheeks. I grab her hips, and pull her panties off, and ball them up. I bent over her, my cock pressed against her crack.
<<me>>Here baby girl. So mommy doesn't hear the whorish moans when daddy takes your virginity.<</me>>
I press her wet panties against her lips, and she looks up at me with puppy dog eyes again. After a moment, she opens her mouth, and takes her wet panties.
<<me>>Good girl.<</me>>
I groan, and stand up straight again, and begin sawing my dick between her cheeks, before pulling back, and pressing my cock against her wet pussy.
<<sub1>>Mmmhmmm.<</sub1>>
She moaned, and I pressed forward.
<<me>>That's it baby girl. Take daddy's cock inside you.<</me>>
I kept pushing, until my head finally pushed past her entrance, and we both groaned at the feeling. I grabbed her hips firmly, and began pushing deeper inside her, her moans getting louder as I did. I fucked her softly at first, but as I inched slowly inside her, I started speeding up.
<<me>>Doesn't this feel right baby girl?<</me>>
I groaned. She looked up at me, her panties still in her mouth, a smile on the edges of her lips as she nodded. I smiled at her, and then looked outside.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/Mom/03.png">\
<<me>>Mommy looks like such a slut sometimes, doesn't she?<</me>>
As I said that, I felt her insides tighten, causing me to gasp and her to moan.
<<me>>Oh, does that mean my baby girl agrees with me?<</me>>
She moaned, and I slapped her ass.
<<me>>You shouldn't speak about your mother that way slut.<</me>>
I pushed further in.
<<me>>Especially when daddy thinks about her all the time.<</me>>
Again, her pussy tightened. I smirked, and looked down at <<nsub1m>>.
<<me>>I mean, those fat tits. They're basically udders.<</me>>
I pistoned hard into her, causing her to jump up.
<<sub1>>MMMmmmmhhh.<</sub1>>
<<me>>I thought about them all the time when I was younger.<</me>>
I began fucking into her harder, as her pussy walls tightened with every word I said.
<<me>>Her mooing every time I fucked her like the cow she is.<</me>>
I leaned down, and gave her a soft kiss on her neck, causing her to moan.
<<me>>You were always there as well baby girl.<</me>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/13.webp">\
I could feel her pussy walls begin to twitch, pushing both of us closer to our climax.
<<me>>She would eat your pussy out when I came inside you.<</me>>
She groaned, as her body began to convulse, her orgasm hitting her.
<<me>>And sometimes I would make you eat daddy's cum out of her pussy.<</me>>
I grunted, as I was close to cumming.
<<me>>Would you like that baby girl? Make daddy happy by eating out the pussy that birthed you.<</me>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/14.png">\
She moaned again, getting hit with another orgasm. I pulled out, and began shooting my cum all over her back.
<<me>>Do you want daddy to make that happy for you baby girl?<</me>>
I groaned, painting her lower back white. Rope after rope covering her naked back. After a minute, I slapped her ass, and pulled her panties out of her mouth.
<<me>>If you give daddy the right answer, he'll use your slutty hole again.<</me>>
She looked up at me, lust and tears in her eyes.
<<sub1>>Yes daddy.<</sub1>>
I slapped her ass.
<<me>>Good girl.<</me>>
<<linebreak>>
I walked down the stairs of <<nsub1>>s house. It had been around an hour after the first cumshot, and there had been two more loads. One in her mouth, and the third one over her collapsed body. As I walked to the front door, I ran into <<nsub1m>>. She was covered in a sheen of sweat, wearing her tight yoga clothes.
<<sub1m>><<nme>>! You two manage to get some work done.<</sub1m>>
<<me>>We did. It left us tired, but it got done.<</me>>
I said, as she looked me up and down, enjoying what she was seeing.
<<me>>How was yoga?<</me>>
<<sub1m>>Good. I like getting stretched out.<</sub1m>>
I took a step forward.
<<me>>I couldn't agree more.<</me>>
<<sub1m>>You should join me next time then.<</sub1m>>
<<me>>Oh, I think I could pencil that in. Although you'll have to be hands on with me, I'm not to familiar with yoga.<</me>>
She leaned forward, whispering into my ear.
<<sub1m>>I'll make sure to get a feel for everything.<</sub1m>>
She jumped back, and quickly made her way up the stairs.
<<sub1m>>Get home safe <<nme>>! Thank you for helping my little girl out. I'll have to pay you back for that.<</sub1m>>
<<me>>I'll hold you to that.<</me>>
She walked around the corner, and I stood there thinking, before looking at a family picture hung on the wall.
<<met>>This place is gonna be a goldmine<</met>>
I thought, as I looked at <<nsub1>>, then to <<nsub1m>>, then to <<nsub1>>s two sisters.
<<met>>I'll have the entire family line drunk on my cum.<</met>>
I thought, as I walked out of the house.
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "asswgf-1">>\
\
\
\
<<met>>What am I even doing here?<</met>>
I asked myself, as I opened the door to the bar, narrowly missing a group of people exiting. I shook my head as I approached the bar.
<<cain>>I think I like this <<nassw>> girl.<</cain>>
<<ncain>> said, as I grabbed the beer that the bartender handed to me.
<<met>>Why?<</met>>
<<cain>>Because she's useful.<</cain>>
<<met>>How? By getting me to knock up her friends?<</met>>
<<cain>>It's not ideal, but she's helping push a very important idea into your mind.<</cain>>
I sipped my beer, and shook my head, annoyed that I would have to ask.
<<met>>What idea?<</met>>
<<cain>>That you aren't being judged. If you want to use the sins to knock up every girl in your vicinity, do it. It didn't stop you with <<nbankw>>, did it?<</cain>>
<<met>>That was different. I was trying to manifest Greed.<</met>>
<<if hasVisited("BankW: 3-1")>><<cain>>Oh, and showing up at their house, and fucking her brains out? You already manifested Greed, what's the excuse there?<</cain>>
<<else>><<cain>>Why does that matter? You still fucked a married woman. And you enjoyed every second of it.<</cain>><</if>>
I frowned, drinking more of the beer.
<<cain>>My point, <<nme>>, is that you are no longer noble. You can now take what you want. You shouldn't feel guilty about it. Revel in it.<</cain>>
I sighed. He wasn't wrong. <<nbankw>> was fun. <<if hasVisited("BankC: 1-1")>>Not to mention what I've been doing with <<nbankc>>.<<if hasVisited("BankC: 2-2")>>She has a girlfriend, and I've been enjoying that.<</if>><</if>>
<<cain>>Exactly. You enjoy these things. That's not only fine, it's great. So have fun.<</cain>>
<<met>>Fine. Whatever, I'm here anyway.<</met>>
I felt <<ncain>> shake his head, as I turned away from the bar, and finally took in the bar around me. The bar tended to be full every night, so it wasn't hard to find girls who caught my fancy. But, I was here for a reason. Might as well go for it.
I stepped away from the bar, and walked around. It took me only a few seconds before I managed to spot <<nasswgf>>, sitting with a guy that, as <<nassw>> said, did look a lot like me. I shrugged, and made my way over to their booth, and quickly sat beside <<nasswgf>>, to both of their surprise.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/06.png">\
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">Can we help-</span><</say>>
The guy began, before I wrapped my arm around <<nasswgf>>.
<<me>><<nasswgf>>! How's it going?<</me>>
The look on <<nasswgf>>'s face was definitely priceless, as it was obvious anxiety, mixed heavily with equal parts attraction.
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">O-oh, you two know each other?</span><</say>>
<<me>>Yeah, from-<</me>>
This time it was <<nasswgf>> who cut me off, worried I would reveal exactly how we met.
<<asswgf>>School!<</asswgf>>
She yelled out, louder than she probably meant to, as multiple people turned to give us looks. I smirked, and nodded.
<<me>>Yeah, me and <<nasswgf>> take some of the same classes. We're inseparable, aren't we?<</me>>
I said, pulling <<nasswgf>> in with my arm around her, and leaning in, taking her lips with mine, as I pushed my tongue forward. She whimpered, before quickly opening her mouth, our tongues tasting each other. After a few moments, the guy spoke up.
<<say '???' 'images/character icons/AssWGFBF.png'>><span class="BankMText">Excuse me! You ca-</span><</say>>
I pulled away from <<nasswgf>> quickly, our mouths still connected by a strand of saliva, and her eyes glazed over, before offering my free hand to the guy.
<<me>>You must be <<nasswgfbf>>, right?<</me>>
He looked at me, completely confused, then back at his supposed girlfriend, who was a bit floaty as she stared up at me. He nodded, unsure, and took my hand.
<<asswgfbf>>Y-yeah, I am. Her- <</asswgfbf>>
<<me>>She talks about you all the time.<</me>>
I lower the hand wrapped around her shoulder, reaching under her arm, and squeeze her right tit through her shirt, eliciting a moan.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/07.webp">\
<<me>>Seriously, she doesn't stop talking about you. You two have been dating for years, right?<</me>>
<<nasswgfbf>> barely hears me, as he spots my hand molesting his girlfriend's body, before looking back up at me.
<<asswgfbf>>Y-yeah, we... We met in high school.<</asswgfbf>>
<<me>>Oh, you guys are high school sweethearts? Why didn't you ever tell me that?<</me>>
I ask <<nasswgf>>, who is biting her lips, fighting back her moans as I continue playing with her tit.
<<asswgf>>I-it just- Mmmmm... Never came up.<</asswgf>>
<<me>>Well I want to know everything.<</me>>
I say, leaning in again, taking her lips once more, getting much less resistance, as <<nasswgf>>s tongue begins exploring my mouth eagerly. We both moan into each other, before I hear <<nasswgfbf>> pipe up.
<<asswgfbf>>H-hey, she's- That's my girlfriend dude.<</asswgfbf>>
He said, with very little authority. I smile, pulling back from the kiss, and look at him innocently.
<<me>>Oh, this?<</me>>
I ask, letting go of her right breast, before pushing my hand inside her blouse, and begin playing with her nipples directly.
<<asswgfbf>>Yeah. You... Don't do that.<</asswgfbf>>
<<me>>Oh come on man. It's just a little game we like to play together.<</me>>
I look back down at <<nasswgf>>.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/08.png">\
<<me>>Isn't that right <<nasswgf>>?<</me>>
She nods, barely listening, as I start pulling on her nipple roughly.
<<asswgf>>Y-yeah, we just like to play.<</asswgf>>
<<nasswgfbf>> kind of deflates as he hears that, and points at me.
<<asswgfbf>>W-what about the kissing?<</asswgfbf>>
<<me>>Oh, that's just how we say hi to each other. We're just great friends.<</me>>
I look back down at <<nasswgf>>. then back to her boyfriend.
<<me>>In fact, let me just properly greet her.<</me>>
I looked back down at <<nasswgf>>, and began making out with her, our tongues smashing against each other, trying to taste as much of each other as we could. We made out, while I played with her nipples, for a few minutes, before her moans began to get even louder, and she began shaking around me, getting an orgasm from our kissing and my hands. I kept playing with her body, slowing down, not trying to push her into another climax. Once she was finally done, I looked back at <<nasswgfbf>>.
<<me>>There we go. All properly greeted.<</me>>
<<asswgfbf>>You- You can't do that. She's my girlfriend dude, I-<</asswgfbf>>
Before I could say anything, <<nasswgf>> spoke up.
<<asswgf>><<nasswgfbf>>! <<nme>> is my friend. Don't be rude.<</asswgf>>
She said in a haze.
<<asswgfbf>>Wha- Babe, he was making out with-<</asswgfbf>>
<<asswgf>>Like he said, we just like to greet each other like that.<</asswgf>>
<<asswgfbf>>So you're making out every time you go to school?! And he's playing with your...<</asswgfbf>>
He didn't finish, instead just motioning to her chest.
<<me>>I'm sorry <<nasswgfbf>>, I didn't mean to cause any harm.<</me>>
<<asswgf>>No! He's being rude to you!<</asswgf>>
<<nasswgf>> said, her hand rubbing my thigh under the table, closing in on my cock. She turned to <<nasswgfbf>>.
<<asswgf>>Apologize!<</asswgf>>
<<asswgfbf>>I... You're kidding!<</asswgfbf>>
<<me>>Sorry.<</me>>
I looked over at <<nasswgf>>, and had an idea.
<<me>>I just came here to remind <<nasswgf>> of a project we have to do.<</me>>
I stood up, her hand in mine. She looked up at me confused.
<<Button 'The project might take all night' 'Replay2' '.lustbut' '$f to 1'>>
\
\
\
<<elseif $replay is "asswgf-2">>\
\
\
\
I knocked on the door, and waited. It was definitely unexpected to hear back from <<nasswgf>>, but remembering how tight her pussy got around my cock when her boyfriend called her to ask where she was, I guess maybe this was to be expected. She enjoyed cucking Max more than she expected. Which was great news for me, because I liked fucking her. Two birds with one stone.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/12.png">\
<<asswgf>>Hey!<</asswgf>>
<<nasswgf>> was dressed a lot more casually. One might even have called it defenseless. Before I could respond, she jumped towards me, wrapping her arms around me, and pressing her lips on mine, her tongue working its way into my mouth. We stood there, in her apartment hallway, making out, before finally she broke off the kiss, a strand of saliva still connecting our lips.
<<asswgf>>Oops.<</asswgf>>
She leaned forward, licking my chin up to my lips, collecting the strand of saliva, and gave me a quick peck.
<<asswgf>><<nasswgfbf>> said he doesn't like it when I make out with you. Don't want to leave any evidence.<</asswgf>>
I smiled, as she pulled me into her apartment.
<<me>>By all means. As long as it means we can keep doing it.<</me>>
She flashed me a lust filled smile, and pulled me into the living room, where I was surprised to see <<nasswgfbf>> sitting on a couch, staring at his phone. I raised my brow at <<nasswgf>>, who continued pulling me towards him, until we were both in front of him.
<<asswgf>>Ahem.<</asswgf>>
<<nasswgf>> cleared her throat, and crossed her arms, glaring down at him. <<nasswgfbf>> flinched, and looked up at me, then a pleading look to <<nasswgf>>. When no mercy came, he looked back at me.
<<asswgfbf>>H-hey <<nme>>.<</asswgfbf>>
<<asswgf>><<nasswgfbf>> has something to say to you.<</asswgf>>
<<me>>Oh yeah?<</me>>
I said, wrapping my arm around <<nasswgf>>, and grabbing her breast through her shirt, and began kneading it, causing a light moan to escape from <<nasswgf>>s mouth. <<nasswgfbf>> glared at my hand playing with his girlfriend's tit, but he sighed, and then looked down.
<<asswgfbf>>Ye-yeah. Sorry about last time.<</asswgfbf>>
<<nasswgf>> kicked the chair he was in again.
<<asswgf>>That's not good enough.<</asswgf>>
<<asswgfbf>>Babe, he-<</asswgfbf>>
<<asswgf>>I don't care!<</asswgf>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/13.webp">\
She cut him off, just as I pinched her nipple, causing her to moan loudly, her knees buckling slightly.
<<asswgf>>Do it properly!<</asswgf>>
<<asswgfbf>>Could he at least not do it in front of me?<</asswgfbf>>
He argued back.
<<asswgf>>I told you. This is just a game we play.<</asswgf>>
<<me>>Well if he doesn't want me to-<</me>>
<<nasswgfbf>> looked hopeful for a moment, before <<nasswgf>> turned towards me, and she started to make out with me again. She moaned loudly as our tongues tasted each other.
<<asswgf>>No. If we're going to be friends...<</asswgf>>
She turned back to her boyfriend.
<<asswgf>>He's going to have to get used to seeing this.<</asswgf>>
<<asswgfbf>>Fine!<</asswgfbf>>
He blurted out.
<<asswgfbf>><<nme>>, I'm sorry I got mad at you for making out with my girlfriend. I'm even sorry that I yelled at you for playing with her nipples while in front of me. Is that what you want?<</asswgfbf>>
<<nasswgf>> shuddered as I continued pulling on her nipple, her eyes closed, as a small orgasm hit her. After we watched her shake, she finally nodded, breathing shallowly.
<<asswgf>>Yeah. That was really good.<</asswgf>>
She opened her eyes and stared up at me dreamily, before turning back to <<nasswgfbf>>.
<<asswgf>>Me and <<nme>> have another project together. We're going to be in the bedroom, don't interrupt us.<</asswgf>>
She said, pulling me away. <<nasswgfbf>> stood up, anger in his face.
<<Button 'Sit down, and dont interrupt us' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "asswgf-3">>\
\
\
\
I sigh, knocking on the door to <<nasswgf>>s apartment building. I don't really know why I was here. I guess she was fun, and it certainly flipped some switches cucking her boyfriend.
<<cain>>What's wrong, don't like being called around?<</cain>>
I shrugged, as <<ncain>> piped up.
<<if $player.pride lt 1>><<cain>>You haven't even manifested Pride yet kid.<</cain>><</if>>
<<met>>What can I say? I don't like being summoned to fuck, I guess.<</met>>
<<cain>>Pot, meet kettle.<</cain>>
<<met>>Hey, I never once said it wasn't hypocritical.<</met>>
I said, as I heard footsteps coming from the other side of the door. I stood up straight as the door opened, and I saw <<nasswgf>> flashing me a smile.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/17.png">\
<<asswgf>>Finally.<</asswgf>>
<<me>>Alright, we're gonna have to talk about-<</me>>
I started, being cut off by her pulling me into her apartment.
<<asswgf>>Shush. Come here.<</asswgf>>
<<me>><<nasswgf>>, what-<</me>>
She pushed me into her living room, where I was met with a sight I didn't expect. On the living room couch was <<nasswgfbf>>, and across from him was an unfamiliar woman.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/02.png">\
<<me>>Hello.<</me>>
I said, my attention mostly on the attractive redhead. However, I couldn't miss the sudden shock on <<nasswgfbf>>s face, as it went pale. Still, my attention was mostly on-
<<asswgf>>I'm so sorry, <<nasswbfsis1>>! I totally forgot!<</asswgf>>
<<nasswgf>> spoke up, walking around me, approaching the girl.
<<asswgf>>I promised to work on a school project with my partner here.<</asswgf>>
<<asswgfbf>>N-no, it-<</asswgfbf>>
<<asswbfsis1>>That's fine...<</asswbfsis1>>
she spoke up, here eyes never leaving my own, desire very quickly appearing.
<<asswgf>>Oh, I'm being rude.<</asswgf>>
She said, walking back to me, wrapping my arm in hers, and walking me over.
<<asswgf>><<nasswbfsis1>>, this is <<nme>>. <<nme>>, this is <<nasswbfsis1>>.<</asswgf>>
<<me>>A pleasure to meet you.<</me>>
<<asswbfsis1>>It totally is.<</asswbfsis1>>
She said, before blushing, and shaking her head.
<<asswbfsis1>>A pleasure to meet you too, duh!<</asswbfsis1>>
<<asswgf>><<nasswbfsis1>> is <<nasswgfbf>>s baby sister.<</asswgf>>
She said, turning to me.
<<me>>Is that right? <<nasswgfbf>>, why didn't you tell me you had such a beautiful sister?<</me>>
I said, enjoying the sight of the girl turning even more crimson than before. I turned back to see how worried <<nasswgfbf>> had become.
<<asswgfbf>>B-babe, my sister is over, your project can wait a n-night, right?<</asswgfbf>>
<<nasswgf>> shot a quick glare to <<nasswgfbf>>.
<<asswgf>>So you want my school work to suffer then?<</asswgf>>
<<asswgfbf>>N-no. I don't-<</asswgfbf>>
<<asswgf>>Well that's what it sounded like last night.<</asswgf>>
<<nasswgfbf>> gave <<nasswbfsis1>> and me a side glance, looking a bit embarassed.
<<asswgfbf>>Babe, I didn't mean to-<</asswgfbf>>
<<asswgf>>I know what you meant to say.<</asswgf>>
<<nasswgf>> cut him off. Suddenly, she turned back to <<nasswbfsis1>> and myself, flashing us a smile.
<<asswgf>>Sorry. I don't want to drag you guys into our domestic squabbles. Anyways, <<nme>> is already here. So how about this?<</asswgf>>
She said, pulling me towards their hallway leading to their bedroom.
<<asswgf>>Me and <<nme>> will pump out a quick session, and then I'll come back and we can all hang out.<</asswgf>>
<<asswgfbf>>R-right now?!<</asswgfbf>>
<<nasswgfbf>> asked, being ignored by <<nasswgf>>, who was already making her way to the bedroom, out of sight of the siblings in the living room. I reached down, and slapped her ass loudly, eliciting an excited yelp from <<nasswgf>>.
<<me>>Don't worry <<nasswgfbf>>. I'll make sure to treat her the way she deserves.<</me>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/18.png">\
I didn't bother hearing a response, as I made my way to the bedroom. As I walked in, I was greeted to the sight of an undressing <<nasswgf>>. I smiled, and reached down to my belt.
<<me>>You're a naughty little whore, aren't you?<</me>>
<<asswgf>>Sorry daddy, was I a bad girl? Do I deserve a punishment?<</asswgf>>
She asked, pouting at me as she stuck her ass at me.
<<me>>I think you do. Now bend over. Daddy needs to fill you with his cum.<</me>>
<<asswgf>>But daddy, what if I get pregnant?<</asswgf>>
She asked, pouting even more as I pressed the head of my cock against her pussy lips, instantly getting drenched in her juices.
<<me>>Then you're going to carry daddys babies. Now shut the fuck up and take my cock.<</me>>
I said, grunting as I pushed forward harshly, hilting my cock entirely inside her, causing her to moan loudly. I could feel the walls of the pussy tighten around my cock, and I pushed her onto the bed, laying down on top of her as I began to slowly pump into her.
<<asswgf>>I-is that what you want daddy? For me to keep quiet? You don't want to be heard fucking me?<</asswgf>>
<<Button 'Get loud slut' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "asswgf-4">>\
\
\
\
<<asswgfbf>>H-hey man.<</asswgfbf>>
<<nasswgfbf>> answered the door with the exact amount of enthusiasm I expected. After all, like the text said, this wasn't exactly his idea. And seeing how sadistic <<nasswgf>> was becoming with her supposed boyfriend, I figured I was in for a fun time.
<<me>>Hey buddy!<</me>>
I said, slapping his shoulder and walking into the apartment, treating it much like I would my own.
<<me>>Thanks again for inviting me! Even if I don't really watch basketball, hanging out with one of my sluts boyfriends is good.<</me>>
<<asswgfbf>>W-well, I don't think you should call-<</asswgfbf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/21.png">\
As if on cue, <<nasswgf>> walked into the entrance hallway, wrapping her arms around my neck, leaning forward and taking my lips with hers. I reached down, placing my hands on her ass through the skirt she was wearing, squeezing her cheeks. She moaned into my mouth, before pulling back.
<<asswgf>>It's fine <<nasswgfbf>>. Just another inside joke between two great best friends, no?<</asswgf>>
<<me>>Absolutely!<</me>>
I said, slapping her ass loudly, eliciting another moan from her.
<<asswgfbf>>R-right.<</asswgfbf>>
<<nasswgf>> turns to her boyfriend, giving him an expectant look as I move towards the couch. As I sit down, <<nasswgfbf>> walks over and offers his hand to shake.
<<asswgfbf>>Hey man, I've apparently be-<</asswgfbf>>
He was interrupted by <<nasswgf>> clearing her throat. <<nasswgfbf>> bit his lip.
<<asswgfbf>>I was being an asshole to you. It was just dumb jealousy. But any man who is able to make my girlfriend happy is good in my books.<</asswgfbf>>
Although the words he said sounded sincere, the way he said them were stilted and forced. I was able to guess why. I shrugged, and took his hand, shaking it.
<<me>>Not a problem buddy.<</me>>
I said, as <<nasswgf>> smiled, walked over to the couch and sat right beside me, her body pressed against my side. I draped my arm around her, giving her ass another slap, earning a yelp from the girl.
<<me>>As far as I'm concerned, you're all right. After all, you do all the good boyfriend shit, so me and her can have plenty of fun.<</me>>
<<nasswgf>> moaned, her hands roaming my chest as I shook her boyfriend's hand.
<<asswgfbf>>Right.<</asswgfbf>>
<<me>>So, who's playing?<</me>>
<<asswgfbf>>The wa-<</asswgfbf>>
<<asswgf>>Mmm, you don't have to worry about that.<</asswgf>>
She said, leaning towards me, our lips locking again. I felt her tongue mash against mine.
<<asswgf>>MMmmmmmMMm.<</asswgf>>
<<nasswgf>> moaned, slowly kicking her feet up, until she straddled my lap. We continued making out, our tongues exchanging saliva, as I reached down and placed my hands on her ass again. We continued to make out for a while, before I reached up and undid one of the buttons on her blouse, reaching inside, getting my hand inside.
<<asswgf>>Oh fuck, yes, play with me <<nme>>.<</asswgf>>
<<nasswgf>> moaned as I reached under her bra, and began massaging her tits. I leaned forward and met her lips with mine again, wanting to taste her again as I began playing with her nipples. I slowly pulled on then, giving them light squeezes, causing her to moan and squeal on my lap. After a few minutes, <<nasswgfbf>> spoke up.
<<asswgfbf>>H-hey, shouldn't we be watching the game?<</asswgfbf>>
We kept making out for a few more seconds, before <<nasswgf>> pulled back.
<<asswgf>>You're so right.<</asswgf>>
She said, slowly getting off my lap. As she did, I saw a strand of her juices break off from my pants, revealing a wet spot on my pants.
<<asswgf>>Oh my god, <<nme>>, I am so sorry.<</asswgf>>
<<nasswgf>> said, leaning forward and giving the wet spot caused by her pussy juices a long, slow lick, as I felt her tongue run down my cock through my pants.
<<asswgfbf>>B-babe, I don't thin-<</asswgfbf>>
<<asswgf>>Didn't you say to watch the game?<</asswgf>>
She snapped at her boyfriend, before giving the wet spot a light kiss, my cock twitching from her lips through the pants.
<<asswgf>>Aren't you going to offer your guest a beer?<</asswgf>>
<<asswgfbf>>I... It can wait for th-<</asswgfbf>>
<<asswgf>>Now!<</asswgf>>
<<nasswgfbf>> nodded, standing up to head to the kitchen. As he did, <<nasswgf>> smirked looking at me, giving my lips a quick peck, before reaching into a basket beside the couch, and pulling out a blanket. As <<nasswgfbf>> walked back into the room, we both watched as <<nasswgf>> placed the blanket over my lap.
<<asswgf>>There we go.<</asswgf>>
<<asswgfbf>>Here you go.<</asswgfbf>>
<<nasswgfbf>> handed me the beer, before turning to his girlfriend.
<<asswgfbf>>I don't think he minds the... wet spot that much.<</asswgfbf>>
<<asswgf>>It's the least I can do to say sorry for my wet pussy staining his pants.<</asswgf>>
She said, her voice dusky. She leaned forward, kissing my neck.
<<asswgf>>God, you make my pussy so fucking wet for you baby.<</asswgf>>
<<nasswgfbf>> coughed. <<nasswgf>> gave him a quick glare, before leaning back, and reaching up to her hair, and began tying it into a ponytail.
<<asswgf>>Besides, I don't want to distract you two from the game.<</asswgf>>
<<asswgfbf>>W-what do you mean distract you.<</asswgfbf>>
<<nasswgf>> licked her lips, and slowly lowered herself onto her knees, running her hands down my legs, reaching down to the hanging blanket, lifting it.
<<asswgf>>Well I'm going to try and fix it.<</asswgf>>
<<asswgfbf>>What? How are you going to fix it?<</asswgfbf>>
<<nasswgf>> smiled at her boyfriend.
<<asswgf>>By sucking, of course.<</asswgf>>
She said, throwing the blanket over her head, the lump it caused moving slowly up to my lap. I felt her hands reach forward and start undoing my zipper.
<<asswgfbf>>I don't think you're going to be-<</asswgfbf>>
<<me>>Hey man, I think we should give the slut a chance to suck me off... My pants, I mean.<</me>>
<<nasswgfbf>> was speechless for a moment.
<<asswgfbf>>Babe, it's not-<</asswgfbf>>
<<asswgf>>Shut the fuck up and watch the game.<</asswgf>>
She snapped at her boyfriend and I felt her hands pull down on my pants, my cock lifting out of my pants. She moaned at seeing it.
<<asswgf>>Watch the game babe. I have to fix the mistake for our guest.<</asswgf>>
<<nasswgfbf>> swallowed deeply, nodding lightly as he turned toward the TV.
<<me>>Don't worry <<nasswgfbf>>. I think our girl is-<</me>>
I groaned loudly as I felt my cock enter her mouth, slowly sliding in. I leaned back, taking a sip of the beer, and placed my hand on top of <<nasswgf>>s head over the blanket, pushing down. As I did, a very audible gagging came from <<nasswgf>>, but that didn't stop either me or <<nasswgf>>, as I continued pushing my cock down her throat.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/22.webp">\
<<me>>Fuck, she's such a good fucking slut, isn't she?<</me>>
I asked, mostly rhetorically, as I began fucking <<nasswgf>>s face slowly, the noises very audible even through the basketball game from the TV. At one point, <<nasswgfbf>> raised the volume, hoping to drown out the gags of his girlfriend.
<<me>>It's a bit too loud.<</me>>
<<asswgfbf>>Y-yeah, I just thought having it a bit louder mi-<</asswgfbf>>
As he spoke, I felt my cock quickly slide out of <<nasswgf>>s throat, before she stuck her head out of the blanket, making sure to keep my dick hidden. Both of us looked at her, saliva and my precum covering her lips, and her mascara running a bit from getting teary from the deepthroat.
<<asswgf>>If our guest wants the volume lower, then you lower it, right fucking now!<</asswgf>>
<<nasswgfbf>> gulped, nodding.
<<asswgfbf>>Is e-everything going ok down there?<</asswgfbf>>
<<nasswgf>> smiled, looking up at me.
<<asswgf>>No, I think I may be making more of a mess.<</asswgf>>
<<asswgfbf>>W-well, then you should stop befo-<</asswgfbf>>
I cut him off, grabbing her ponytail tightly, causing her to moan lightly.
<<me>>It's ok <<nasswgfbf>>. I think the slut should finish what she's doing.<</me>>
<<asswgf>>God, yes sir.<</asswgf>>
She moaned, slowly sinking underneath the blanket again, my cock slowly entering her mouth, then throat.
<<me>>That's a good little whore.<</me>>
I groaned, causing <<nasswgfbf>> to whine for a second, before turning back to the TV. Over the course of the next 30 minutes, the most audible thing that could be heard were gags and moans as I continued fucking <<nasswgf>>s face. Over the course of the first two quarters, I ramped up the face fucking, until I was pumping my entire shaft into <<nasswgf>>s throat. Her noises were getting louder and less ignorable, until finally, I gripped her head through the blanket firmly, and hilted in her throat.
<<me>>There we go slut, swallow it all for me.<</me>>
I groaned as I started blasting ropes of my cum directly into her stomach. I kept pumping, shallow and slowly, making sure to keep my balls pressed against her chin.
<<me>>Here slut, get a taste.<</me>>
I grunted, pulling out my cock, and shooting the last few ropes into her mouth.
<<asswgf>>God, yes! Fill my mouth baby!<</asswgf>>
<<me>>Take it you fucking whore.<</me>>
<<asswgf>>MmmmMMMmm.<</asswgf>>
She moaned as she locked her mouth around the head of my cock, letting my load blast all over her tongue. After a minute, she finally let go, sitting up.
<<asswgf>>Did I do a good job?<</asswgf>>
She asked, sounding awkward. I only realized a moment later that she still had my cum in her mouth.
<<me>>I like my sluts messy.<</me>>
She giggled underneath the blanket, and for a moment, it was quiet, before a series of very loud gulps came out from underneath the blanket. After a moment, <<nasswgf>> crawled out, looking as messy as before. She smiled at me, and slowly got up, walking over to <<nasswgfbf>>, leaning forward. <<nasswgfbf>> leaned backwards.
<<asswgf>>You're not going to take a kiss from your girlfriend?<</asswgf>>
She asked, her face feigning being hurt.
<<asswgfbf>>W-well, you were...<</asswgfbf>>
<<asswgf>>I was just cleaning his pants baby.<</asswgf>>
She said, placing her hand on <<nasswgfbf>>s face, giving him a warm smile.
<<asswgf>>Now give me a kiss.<</asswgf>>
<<nasswgfbf>>, still unsure, succumbed to the pressure, and began kissing <<nasswgf>>. He looked surprised for a moment, as I realized <<nasswgf>> pushed her tongue in. They made out for a few moments, before she grabbed his cheeks, squeezing them, forcing his mouth open. She pulled back slightly, and spit into his mouth.
<<asswgf>>Swallow baby.<</asswgf>>
<<nasswgfbf>> nodded, a gulp coming from him. <<nasswgf>> smiled, and let go of him, the earlier warmth completely gone, as she walked back over to me, lifting the blanket slightly. She slowly moved her body so she was sitting directly on top of my cock.
<<asswgf>>Mmm, so comfortable.<</asswgf>>
I reached forward, and began playing with her tits through her clothes. She smiled, but pushed away my hands. I was confused, before I watched her lean down, reaching beneath her skirt, then lean further down. As she leaned back, I realized she had taken her panties off, and she held them up, letting both me and <<nasswgfbf>> look at the very wet patch on the crotch, before she threw them to <<nasswgfbf>>.
<<asswgfbf>>B-babe?<</asswgfbf>>
<<asswgf>>Don't you want your girlfriends wet panties?<</asswgf>>
She asked, reaching underneath her and grabbing my cock, giving it a soft stroke as it was rapidly hardening again. She lifted herself a bit, the blanket covering both of our laps, and I felt the head of my cock press against her pussy, getting covered in her juices immediately.
<<asswgfbf>>I don't think th-<</asswgfbf>>
<<asswgf>>MMm, <<nme>>, do you want my wet panties?<</asswgf>>
<<me>>I'd love them.<</me>>
<<asswgfbf>>Wai-<</asswgfbf>>
Before he could respond, <<nasswgf>> had reached over and handed me her panties.
<<asswgf>>Do you like them?<</asswgf>>
She asked, and I reached up and pressed them against my nose. She smelled delicious.
<<me>>Your pussy juices smell delicious.<</me>>
She bit her lips, and slowly lowered her hips, my cock spreading open her hole.
<<asswgf>>OOooohhhh, thhaaaank you baaabbbyyy!<</asswgf>>
She moaned loudly, until my cock was hilted in her pussy.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/23.webp">\
<<me>>So fucking tight.<</me>>
<<asswgf>>Always for you!<</asswgf>>
She moaned, as she began bouncing lightly on my cock, the blanket still covering us. I looked over to <<nasswgfbf>>.
<<me>>There's still half of the game left right?<</me>>
<<asswgfbf>>Yeah.<</asswgfbf>>
<<me>>Good. So I can take my time.<</me>>
I grunted, as I began pumping my hips up lightly to time it with her bounces.
<<linebreak>>
<<asswgf>>YES, GOD YES!<</asswgf>>
<<nasswgf>> was bouncing much more on my cock, her screams getting loud as she had her third orgasm.
<<me>>I didn't know the slut liked basketball so much.<</me>>
I grunted as I pumped up into her warm holes, my orgasm quickly approaching from the twitching walls of her pussy massaging my cock.
<<asswgf>>I DO! I LOVE IT SO MUCH!<</asswgf>>
<<me>>You take it so well, don't you whore?<</me>>
I groaned.
<<asswgfbf>>The game's almost over.<</asswgfbf>>
<<nasswgfbf>> said, barely audibly. He looked incredibly defeated.
<<me>>Don't worry <<nasswgfbf>>, I'm almost finished.<</me>>
<<asswgf>>INSIDE ME! FINISH INSIDE ME BABY! I WANT TO FEEL IT!<</asswgf>>
<<me>>How does that sound, <<nasswgfbf>>?<</me>>
He looked up at me, then to his girlfriend, who was lost in ecstasy as she bounced on my lap.
<<asswgf>>HE DOESN'T MATTER. INSIDE, PLEASE!<</asswgf>>
<<me>>Well, you heard the slut.<</me>>
I groaned, and reached up, grabbing her shoulders, and pumped one last time, pulling her closely. I could feel her cervix as I began shooting my load, pressing the head of my cock right against it, filling her womb directly with my cum.
<<asswgf>>FuuuuuUUuuuck, it's sooo waaaarmmm!<</asswgf>>
She moaned, as she began twitching again, another orgasm hitting her as my warm cum filled her baby room.
<<me>>Take it bitch.<</me>>
<<asswgf>>Gggyyyyaaaaassss, thhhaanks siiirr!<</asswgf>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/24.webp">\
She slurred out as I continued using her body as my personal cum dumpster. I grunted, finally shooting the last rope, letting her go as both of us caught out breaths. As we did, I heard a voice from the TV say the game was over. I smiled, and slowly pulled my cock out of <<nasswgf>>, doing my pants quickly. Once I was more properly dressed, I pushed <<nasswgf>> forward, letting her fall forward onto the floor. She fell with her ass up, her skirt covering her gaping pussy, but not long enough to cover the mixture of our juices running down her legs. I stood up, took one last breath, and smiled as I noticed a small trail of cum dripping down her thigh. I reached over to <<nasswgfbf>>.
<<me>>Thanks for having me man. This was fun.<</me>>
I handed him the bottle, and stepped over his still twitching girlfriend on the floor.
<<me>>Clean up the mess. I'm heading home.<</me>>
<<Button 'Finish Scene' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "asswgf-1">>\
\
\
\
<<asswgf>>Yeah.<</asswgf>>
<<nasswgf>> answered, taking my hand and standing up, her eyes filled with lust.
<<asswgfbf>>W-wait, I-<</asswgfbf>>
<<me>>Don't worry <<nasswgfbf>>. I'll make sure to be done with her by tomorrow morning, latest.<</me>>
I reach down, grabbing her ass with my hand, and wink at <<nasswgfbf>>, before turning to the door, leading <<nasswgf>> out, as she moans when I squeeze on her ass. As we step out, I take a deep breath.
<<asswgf>>So, what's the assignment?<</asswgf>>
<<me>>Do you have a car?<</me>>
She nodded, pointing towards the lot. We both walked to it, and got in, as I punched in my address to the GPS.
<<linebreak>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/09.png">\
I look down at the naked <<nasswgf>>, rubbing her pussy in my bed. I slowly take my pants off, my cock springing out.
<<asswgf>>God. It looks even bigger than last time.<</asswgf>>
I moved on top of her, as she shivered, the head of my cock resting right on her wet pussy.
<<me>>Is it bigger than your boyfriends?<</me>>
She nodded.
<<asswgf>>So much bigger. <<nasswgfbf>> doesn't even compare to this...<</asswgf>>
She trailed off, as she tried to wrap her small hand around my cock, barely able to manage it.
<<me>>Are you ready?<</me>>
<<asswgf>>Fuck me. Use me!<</asswgf>>
She nodded, and I pressed forward, her tight pussy welcoming me with its embrace.
<<asswgf>>Oooh g-godddd...<</asswgf>>
She moaned out as I continued pushing into her, inch after inch entering her, before I felt a familiar feeling pressing against the head of my cock. She looked down, in shock, as she rubbed her belly.
<<me>>You feel that? It's kissing your womb.<</me>>
She nodded, before smiling.
<<asswgf>>I was so mad at <<nassw>> when you left.<</asswgf>>
She rubbed her belly again, feeling the bump as my cock continued pushing on her cervix.
<<asswgf>>But feeling it again... It feels so right. Like you were meant to use my womb as nothing but a plaything.<</asswgf>>
I pulled my cock out a bit, before quickly pushing it back in, causing her to yelp, followed by a moan.
<<me>>Is that how you feel? Because I don't have a condom on.<</me>>
I bagan grinding my hips, rubbing my cock head against her cervix. She nodded, smiling.
<<asswgf>>I know. I've never wanted kids. Max has always had to use a condom, but with you...<</asswgf>>
I slapped her ass, eliciting a moan.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/10.webp">\
<<me>>You take my cock raw, don't you whore?<</me>>
She bit her lip, and nodded.
<<me>>Here you are, in my room, getting fucked. You have a boyfriend, don't you?<</me>>
I said, pumping into her faster.
<<asswgf>>He doesn't please me like you do!<</asswgf>>
She yelled out.
<<me>>Well that makes him a cuck, doesn't it?<</me>>
<<asswgf>>Yes! A cuck, with a tiny dick.<</asswgf>>
I pumped into her even faster, enjoying the feeling of her tight pussy contracting around my cock.
<<me>>Don't you love this guy? You guys have been together for years.<</me>>
I slowed down a bit, but <<nasswgf>> quickly wrapped her legs around my hips, pushing them into my hips, trying to fuck herself even harder.
<<asswgf>>Oh god! Yes! I love him so much! I'm going to marry him one day!<</asswgf>>
<<me>>But here you are, getting fucked like a whore.<</me>>
I growled, speeding back up, feeling my cum getting closer.
<<asswgf>>Your whore sir!<</asswgf>>
Before I could respond, her phone lit up, buzzing loudly. On the screen was an image of <<nasswgfbf>>, with the name "Babe".
<<me>>He's calling you slut. Pick up the phone.<</me>>
She nodded, moaning as she reached over. Once she grabbed the phone and answered, I pushed back in quickly, causing her to yelp.
<<asswgf>>A-ah. Hey b-babe... N-no, we went to his hOuUuuSsee... To finish the p-project.<</asswgf>>
I could feel my orgasm coming on, and I leaned forward, grabbing her hair, holding it tight like a leash.
<<asswgf>>N-no babe, it's go... gonna take all niiIiIIight... J-Just go ho-aaahhhh. mmmmmh... Just go home... No, we're just woooOOoorking...<</asswgf>>
As she continued, I felt it coming, and growled out.
<<me>>Take it, you whore!<</me>>
I grunted, as I pushed my cock deep inside her, and began blasting ropes of my cum directly into her womb.
<<asswgf>>Ooooh my god, yeeesss. It's so waaaarm...<</asswgf>>
I leaned down and took her lips, making out with her as I emptied my balls directly inside her. After a minute, I felt like I finished, and pulled back.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/11.png">\
<<asswgf>>O-oh, yeah baby... N-no, he was just... He was handing me a drink babe... Yeah, he made me some warm milk... It feels so hot inside me babe... He just filled me up...<</asswgf>>
I smirked, as I felt my cock start to get hard again. As I felt the blood rush, a familiar energy started building in my arm. I let it grow, and then discharged it into <<asswgf>>. She was now marked.
<<asswgf>>N-no babe, don't worry... How long will this take?<</asswgf>>
She looked up at me for the answer. I reached for her phone, and put it to my ear.
<<me>>Hey man, I'll take care of the bitch for tonight. You just go home and jerk off or something.<</me>>
<<asswgfbf>>Wha-<</asswgfbf>>
He couldn't say anything, before I hung up. <<nasswgf>> leaned over to her side, spreading her legs.
<<asswgf>>All night long?<</asswgf>>
<<me>>How about you get your mouth on my cock, and I'll send you back to your cuck with my cum in every hole.<</me>>
<<asswgf>>Yes si- Wait, every hole?<</asswgf>>
<<me>>I didn't stutter.<</me>>
She bit her lip, then nodded, sitting up to take my cock in my mouth.
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "asswgf-2">>\
\
\
\
<<me>>Don't worry. I'll make sure to take care of your girl.<</me>>
I said, patting him on the shoulder, as he slowly sinks back into his chair. I smiled as <<nasswgf>> continued pulling me away. Before we exited the room, <<nasswgf>> looked back at <<nasswgfbf>>.
<<asswgf>>And I'm serious. Don't interrupt us. We're gonna be pretty loud, the project is pretty...<</asswgf>>
She trailed off, biting her lip, smiling up at me.
<<me>>It's gonna be very physical. I'm gonna have to stretch her out.<</me>>
<<asswgfbf>>Wh-what?<</asswgfbf>>
<<asswgf>>Come on.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/14.png">\
She said, pulling me away and into their bedroom, where she pushed me onto the bed. She leaned down, and slowly worked off her pants, then her panties. She exitted the room.
<<asswgf>>Here babe. For you. I love you.<</asswgf>>
<<nasswgf>> walked back in, no panties to be seen, and closed the door behind her, clicking the lock.
<<asswgf>>I need that cock inside me.<</asswgf>>
She run towards the bed, and quickly bent over, spreading her ass, showing me her dripping pussy. I leaned over, pressing two fingers inside her, and pulling them out, tasting her juice.
<<me>>Did you walk out without anything on your lower body?<</me>>
I asked, as I pulled my pants off, my hard cock springing out of them, and rested it on her ass, placing one hand on her hip, and the other on her lower back.
<<asswgf>>No, I just popped my head around the corner.<</asswgf>>
I pressed the head of my cock against her pussy, and she moaned loudly.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/15.webp">\
<<me>>And you think he won't think that's weird?<</me>>
<<asswgf>>He definitely will. He knows you're in here to fuck my brains out.<</asswgf>>
She looked back, up at me, and pushed her hips back. I reciprocated, and entered her tight, wet pussy, causing her to moan again.
<<asswgf>>But Max is proud. He'll never admit that your cock is giving me mind altering orgasms. He thinks I'm mindlessly in love with him..<</asswgf>>
I started pumping into her slowly.
<<me>>And are you?<</me>>
<<asswgf>>I was. But then I felt your cock inside me, and I knew I was meant to be yours.<</asswgf>>
I slapped her ass, causing her to giggle.
<<asswgf>>So he's going to convince himself that we really are in here working on something for a class.<</asswgf>>
She moaned, getting louder with each thrust into her pussy.
<<asswgf>>And whenever you fill my body with your seed, he's just going to convince himself it isn't happening.<</asswgf>>
I began fucking her harder, feeling my orgasm approaching already. The entire scenario in the living room, including giving <<nasswgf>> and orgasm from her nipples right in front of her boyfriend, was already very hot.
<<asswgf>>And when I eventually show him a positive pregnancy test, he's going to convince himself it's his.<</asswgf>>
She looked up at me again.
<<asswgf>>So cum inside me. Fuck me like a whore. And know that I'll always have a cuck who will raise any children you give me.<</asswgf>>
I grunted as I started cumming. I bent over her, as she reached up and began playing with my hair, whispering in my ear.
<<asswgf>>Breed my asian pussy stud.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/16.webp">\
I groaned as I shot rope after rope as deep as I could, directly into her womb, pushing her over the edge, her pussy walls begining to twitch, milking me for every drop of my cum.
<<asswgf>>You cum so much.<</asswgf>>
She said, as I fell over on the bed beside her. She rolled over, so we were both facing the ceiling. She reached down, and began rubbing her stomach.
<<me>>Well if the cuck is going to be raising my children, then I better get to work making sure you're knocked up.<</me>>
She smiled, and leaned forward, kissing me deeply. Her hand slowly crept down, and grabbed my already hardening cock.
<<asswgf>>Do you mean now?<</asswgf>>
<<me>>I mean all night.<</me>>
<<asswgf>>Well then I guess I should go out and tell <<nasswgfbf>>.<</asswgf>>
I smiled, as she gave my cock a quick rub, before standing up. Her shirt was a mess, almost falling off, and there was cum dripping down her thighs, her legs soaked in our combined juices. I watched as she unlocked the door.
<<asswgf>>Hey honey. This project is actually going to take a while, so <<nme>> is gonna spend the night.<</asswgf>>
<<asswgfbf>>Oh. Should I get the couch ready?<</asswgfbf>>
<<asswgf>>If you want to. He's going to spend it with me in our bed. You can sleep wherever you want.<</asswgf>>
<<asswgfbf>>W-wait, wha-<</asswgfbf>>
<<asswgf>>Good night honey. And remember, don't interrupt us, no matter what you hear.<</asswgf>>
She quickly walked into the room, lapping some of the dripping cum with her finger, and sucking on it, closing the door behind her.
<<asswgf>>I'm ready for your baby batter. Any hole you want.<</asswgf>>
<<Button 'Go to sleep' 'Replay3' '.contbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "asswgf-3">>\
\
\
\
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/19.webp">\
<<asswgf>>YYYEeeeeEEsssSSSssssss dddaddddyyy!<</asswgf>>
She moaned out, as I felt her pussy begin to tense up, her back arching.
<<me>>Are you cumming already?<</me>>
I asked, chuckling a little. Sure, Lust definitely made women more sensitive, but even this was impressive. I let her ride out her orgasm as I made slow, methodical strokes into her pussy. Finally, after a couple minutes.
<<asswgf>>S-sorry. I jus-just... That was the right answer.<</asswgf>>
<<me>>You really want to be heard, huh?<</me>>
I said, slapping her ass, as my strokes into her tight, wet hole sped up.
<<asswgf>>I do!<</asswgf>>
<<me>>And I imagine that <<nasswbfsis1>> being here has something to do with it?<</me>>
<<asswgf>>Yes! She's for you!<</asswgf>>
I slapped her ass, and grabbed her hair, fucking her faster.
<<me>>Maybe you don't deserve a punshment then, slut.<</me>>
I asked, reaching down and grabbing her tits.
<<asswgf>>I do daddy. I need to be taught a lesson! Cum inside me daddy! Impregnate me!<</asswgf>>
I smiled, and slowed down again, making slow, deliberate pumps, causing her to moan, half in ecstacy, half in frustration.
<<me>>Why is she here then? I take it had something to do with your fight with <<nasswgfbf>>.<</me>>
She nodded.
<<asswgfbf>>Yes daddy. Ever since you've been giving me your cock, <<nasswgfbf>> has been a lot more obedient. But last night, he said something I didn't like.<</asswgfbf>>
<<me>>Oh?<</me>>
<<asswgfbf>>He wants me to be a stay at home mother while he makes his career.<</asswgfbf>>
<<me>>And?<</me>>
<<asswgfbf>>As if my goals aren't as important as his?<</asswgfbf>>
I gripped her hair tighter, and pumped into her hard, causing her to gasp and moan.
<<me>>And if I ask you to stay barefoot and pregnant in the kitchen?<</me>>
She moaned loudly, turning her head to flash me a smile.
<<asswgfbf>>Daddy knows what's best for me.<</asswgfbf>>
<<me>>Naughty whore.<</me>>
I slapped her ass, pumping into her again.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/20.webp">\
<<asswgfbf>>So naughty. Drown me in your load daddy.<</asswgfbf>>
<<me>>I'm not done. So what does <<nasswbfsis1>> have to do with anything?<</me>>
<<asswgf>>A lesson daddy.<</asswgf>>
I could feel my balls begin to tense up as I pumped into her wet, inviting hole.
<<me>>What lesson?<</me>>
<<asswgf>>That he should just be an obedient little cuck.<</asswgf>>
She growled, half moaning it out.
<<me>>And how does me fucking his little sister get that outcome?<</me>>
<<asswgf>>Because then he'll know. Every time he does something to piss me off, I'll invite someone he cares about over.<</asswgf>>
<<me>>Oh yeah?<</me>>
<<asswgf>>He'll learn his lesson with every whore you knock up.<</asswgf>>
<<me>>Fuck, I'm close.<</me>>
<<asswgf>>Cum inside me daddy. Impregnate me.<</asswgf>>
I grunted, and pushed my cock deep, pressing the head against her cervix, as I began shooting my load deep inside her.
<<asswgf>>God, yes! It's so fucking hot!<</asswgf>>
<<nasswgf>> yelled out, for our audience. I didn't stop her, as I held her closely, with her hair in one hand, and her perky breast in the other, as I shot rope after rope into her defenseless womb. After a minute, I sighed, and began kissing her neck.
<<asswgf>>I'm so full daddy.<</asswgf>>
She moaned, as I saw one of her hands reach down. I looked, and saw she was cradling her stomach, as it bulged out a little bit.
<<asswgf>>Mmmm, I can't wait until you actually knock me up daddy.<</asswgf>>
She said, rubbing her stomach and reaching up to kiss me. I met her lips with my own, making out as we stayed there. After a few moments, I finally pulled out.
<<asswgf>>Oh my fucking god, you stretch me out so good.<</asswgf>>
She moaned out, pressing her hand against her pussy, making her best effort to try to stop the cum from coming out. She smiled, and walked over to her closet, pulling out an oversized shirt, barely covering her ass and pussy in it. Before I could get dressed she walked out of the room. I followed her, and entered the living room as both <<nasswbfsis1>> and <<nasswgfbf>> stared at her. She didn't stop, just made her way to the kitchen. As I walked in, <<nasswbfsis1>>s eyes shot back to me, her cheeks rosy.
<<asswbfsis1>>What kind of project is it?<</asswbfsis1>>
<<me>>It's a mixture of physical ed and biology.<</me>>
<<asswbfsis1>>O-oh.<</asswbfsis1>>
I smiled, and walked over to the kitchen, to find something I didn't expect. <<nasswgf>> was in there, squatting, a cup right below her pussy, letting my cum drip out.
<<me>>What are you doing?<</me>>
She didn't respond, instead flashing me a grin.
<<asswgf>>Hey <<nasswbfsis1>>, do you want a snack?<</asswgf>>
<<asswbfsis1>>Oh, I-<</asswbfsis1>>
<<asswgf>>I have some delicious yoghurt you could try.<</asswgf>>
I shook my head, chuckling as I realized what her plan was.
<<asswbfsis1>>O-oh, well, I don't-<</asswbfsis1>>
<<asswgf>>Trust me, you'll love it. Won't she, <<nasswgfbf>>?<</asswgf>>
She asked, her question pointed. We both stood there for a few moments, the silence dragging on, before...
<<asswgfbf>>Yes babe.<</asswgfbf>>
<<asswgf>>That's right.<</asswgf>>
She smiled with satisfaction, bringing the cup up, and taking a smell of our combined juices, before walking out into the living room, and offering the cup to <<nasswbfsis1>>. She took it, looking up at <<nasswgf>>. She was wearing an incredibly revealing shirt, her hair a mess, with liquids pouring down her thighs. Then our eyes met, and she slowly took the cup.
<<asswbfsis1>>It's warm.<</asswbfsis1>>
She whispered, as she brought her nose down to smell it.
<<asswgf>>Trust me. Once you try it, you won't want to drink anything else.<</asswgf>>
She said, bringing her hand under the cup, pushing it up. <<nasswbfsis1>> took the hint, and opened her mouth, slowly letting my cum and <<nasswgf>>s pussy juices enter her mouth. She moaned as it touched her tongue.
<<asswgf>>That's a good girl.<</asswgf>>
<<nasswgf>>s eyes shot over to <<nasswgfbf>>.
<<asswgf>>Isn't she?<</asswgf>>
<<nasswgfbf>>s eyes froze, then looked down at his sister. He hesitated, before nodding.
<<asswgf>>Tell her.<</asswgf>>
<<nasswgf>> was making sure the lesson stuck, as <<nasswbfsis1>> was getting noisier as she swallowed our juices, moaning.
<<asswgfbf>>Sh-she's a g... Good girl.<</asswgfbf>>
<<asswgf>>Thank <<nme>>.<</asswgf>>
His eyes flicked over to mine, a look of defeat in his eyes.
<<asswgfbf>>Thank you.<</asswgfbf>>
<<asswgf>>For what?<</asswgf>>
<<asswgfbf>>For feeding my little sister.<</asswgfbf>>
<<asswgf>>That's right.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/03.png">\
She said, as <<nasswbfsis1>> finished the cup. I looked at her, clearly lost in the feelings she was having as my cum slid down her throat. <<nasswgf>> leaned forward, and gave her a quick kiss on the lips, her tongue sticking out quickly to pick up some of the cum on <<nasswbfsis1>>s lips. Her eyes shot open, in surprise.
<<asswgf>>Wouldn't want to waste any.<</asswgf>>
<<nasswbfsis1>> gulped one last time, before nodding lightly.
<<asswbfsis1>>Right.<</asswbfsis1>>
<<nasswgf>> suddenly turned around, wrapping her arms around <<nasswbfsis1>>s shoulders, giving her a hug, and looking over to me. Coincidentilly, <<nasswgfbf>> got a good look at her messy pussy as she did that.
<<asswgf>>Isn't she so cute, <<nme>>?<</asswgf>>
She asked, reaching back, pulling on <<nasswgfbf>>s hair, pulling him to her pussy. <<nasswgfbf>>, feeling defeated, began eating out <<nasswgf>>.
<<me>>Very cute.<</me>>
She blushed again.
<<asswgf>>And single, no?<</asswgf>>
<<asswbfsis1>>Ah- I-<</asswbfsis1>>
She stumbled over her words, and I walked over to her, leaning forward, getting close to her face.
<<me>><<nasswgf>> has my number. Send me a text, and I'll take you out.<</me>>
Her eyes were wide as I got close to her, before nodding lightly.
<<asswbfsis1>>T-that sounds good.<</asswbfsis1>>
<<me>>Good girl.<</me>>
I said, petting her, causing her to melt into my hand.
<<me>>For now, I'm gonna head out.<</me>>
I turned to <<nasswgf>>, and leaned forward, taking her lips in mine. We shared a passionate kiss, before I pulled back.
<<me>><<nasswgf>>, fun, as always.<</me>>
She flashed me a satisfied smile, as I walked out of the apartment.
<<Button 'Finish Scene' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "comb-1">>\
\
\
\
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/02.png">\
\Suddenly, I felt the back of my hand start burning, before ending just as quick. As if... A warning?
<<cain>>It was a warning. The sins are like any other muscle. You wouldn't suddenly try to run a marathon after laying on the couch for a year, your body would give out from under you. The sins are the same. They need to be honed to your body.<</cain>>
I could hear <<ncain>> say. Suddenly, I realized what I just said to <<ncomb>>. Oddly enough, she didn't look mad, just confused.
<<comb>>Did you say something?<</comb>>
She asked, sitting back down at her desk, and going right back to her paper work. She acted as if she didn't hear what I said.
<<cain>>Technically she didn't. When you make commands with any of the sins, you're... I guess the best way of saying it is you're speaking the sins language. So you were speaking in Lust. The language is very old, primordial. As such, modern humans, if they don't understand it, their brain sort of throws it out.<</cain>>
I mentally thanked <<ncain>> for the explanation, and looked down at the mark, before looking back at <<ncomb>>.
<<me>>Uh, yeah. I actually do feel a bit bad right now. Do you mind if I call Barry to take over for me? Just for today?<</me>>
<<ncomb>> looked up at me, worried. She came up to me, pressing the back of her hand on my forehead, exhibiting a strange warmth, especially contrasted to what had just happened.
<<comb>>You don't feel warm. If Barry can cover for you, that's fine, go home and get some rest.<</comb>>
I nodded, smiling at her. As I turned around, opening the door, she tapped my shoulder. I looked back, and saw her blushing again.
<<comb>>And hey, don't tell anyone about what I did, ok? And definitely don't show anyone that photo!<</comb>>
She said with an air of authority, although I could tell she was more asking me. As if what she did was her own choice. I nodded, blushing myself, before leaving the room. After a quick call to Barry, who agreed to cover my shift, I left the store, and headed home.
<<met>>So how would I be able to get <<ncomb>> to do... more things?<</met>>
<<cain>>Well it's both a muscle, as well as an effect on the person you use it on. So for the first part, you have to exercise it.<</cain>>
I smiled when I heard that.
<<cain>>Why do you think I chose you <<nme>>? Sure, there are plenty of horny degenerates. But you have the needs to be able to fully utilize all of the sins. So I expect you to use them in however way you want. You will get absolutely no judgment from me.<</cain>>
I nodded.
<<met>>Ok. Well, how do I... Well, you said all of the sins. How do I actually use them?<</met>>
<<cain>>You have to manifest them. For example, with Lust, you felt a lot of lust. First, with <<if $fet.inc eq "mother" or $fet.inc eq "mom">>your mom<<else>><span class="Mom1Text">$mom1.name</span><</if>>, and then afterwards with <<ncomb>>. All of the sins are inside of you, just... dormant. You gotta bring them out, by indulging in the sin.<</cain>>
<<met>>I can do that.<</met>>
I said to <<ncain>>, stepping off the bus, standing in front of my house.
<<cain>>I know you can.<</cain>>
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>It felt strange coming here. Like most people, I didn't have the best mental image of hospitals. I mean, most people only come here for negative reasons. Like when I broke a finger when I was a kid. Still, It's been a few days, and although it had been something I did with a goal in mind, it was fun. Considering what my life has become, I thought it was my imperative to keep the good times rolling.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/07.png">\
With that in mind, I walked through the main lobby, and headed to where the sign said she would be. Well, I had to guess, as it didn't exactly have her name. Up one quick elevator ride, and I exited onto a fairly sparce floor, offices taking up most of the space. Still, it felt fine, since this time, I wasn't trying to hide. Confidence from the fact that I knew the Priestess of Wrath wasn't here, thanks to the itch I didn't feel, unlike last time. I turned the corner, and smiled, as I spotted <<nhospad>>. She was busy talking with a younger looking guy, who was taking notes. If I had to guess, he was her assistant or something. I approached her, and she stuck her finger up to me, without looking.
<<hospad>>And talk to Horley. Make sure he understands, because they aren't submitting the reports.<</hospad>>
The guy nodded, looking stressed, and walked away quickly, head still down on his notes. <<nhospad>> turned to me, and I watched as her strict, professional expression melted.
<<hospad>><<nme>>? What are you doing here?<</hospad>>
She asked, even as her lips curled up slightly.
<<me>>Oh, well, I hurt myself.<</me>>
I took a step forward, getting closer to her, causing her to gasp.
<<me>>I was hoping that you might be able to kiss it better.<</me>>
She smiled at that, as I brought my hand up to her chin, and lifted it, leaning in to take her lips into mine.
<<hospad>>W-wait a second.<</hospad>>
She said, stopping me. She looked around, her cheeks flushing as she realized where we were. Although there wasn't anyone here at the moment, it was still exposed. She grabbed my arm, and pulled me into an office, which had her name on a plate attached to it. She pushed me inside, and closed the door behind her.
<<me>>Naughty naughty. Trying to get some privacy, huh?<</me>>
<<nhospad>> stood up straight, and straightened her clothes, taking a deep breath, before looking my way. She walked over to her desk, and sat in the chair behind it.
<<hospad>>I guess we should have this conversation. Please, sit.<</hospad>>
She pointed to the chairs placed on the otherside of the desk. I raised my brow, and walked over to the desk, sitting onto it.
<<me>>You sound quite serious <<nhospad>>. And here I thought we had a good time the other night.<</me>>
She sighed.
<<hospad>><<nme>>, what happened the other night...<</hospad>>
She paused.
<<hospad>>I've never done anything like that before. And frankly, I shouldn't have done that. Especially not with someone like...<</hospad>>
She trailed off, as she looked me up and down.
<<me>>Someone like?<</me>>
<<hospad>><<nme>>, I'm old enough to be your mother.<</hospad>>
I stared at her for a moment, before my laughter finally came out. Of all the things to be against.
<<hospad>>Laugh, if you want. I know there are some women who like that, but I'm not one of them.<</hospad>>
I finally managed to stop, wiping away a tear, and walked around the desk, sitting back down on it, right beside her. Even as I did, I could see her breathing get deeper.
<<hospad>>I mean, It's just strange, isn't it?<</hospad>>
She said, as I smiled down at her, silent. She shifted her shoulders, and continued.
<<hospad>>A one night fling is one thing, but we can't just keep going.<</hospad>>
I shrugged at that, thinking about it, before looking back down at her.
<<hospad>>I mean, dating someone as young as my d-<</hospad>>
I reached up, and slapped her lightly, stopping her mid sentence.
<<me>>I don't recall saying anything about dating.<</me>>
<<nhospad>> rubbed her cheek, and looked back up at me, her eyes glazing over a bit.
<<me>>I mean, do I look like the kind of man that would date a pet?<</me>>
I looked down at her, and saw her cheeks flush again. She opened her mouth, but her words got caught in her throat. I tilted my head, letting her respond.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/08.png">\
<<hospad>>No... sir.<</hospad>>
<<me>>Exactly. So that's the relationship we would have, <<nhospad>>. An owner, and his bitch.<</me>>
She bit her lip, then looked over at the door, then back at me. I sighed, standing up and standing over her, sitting back down on her desk, so her chair was in between my legs.
<<me>>If that's what you want, I can leave right now.<</me>>
I reached down, and gently cupped her chin. She melted into my hand, even as her eyes were glued onto mine, hanging off of my words.
<<me>>I'll go, and you can go back to your life. Your life of unending frustration from dealing with men who are beneath you.<</me>>
She whimpered lightly at hearing that.
<<me>>You can have that back. Or...<</me>>
Her eyes shined at the last word.
<<me>>You can open your mouth, and stick your tongue out. Accept that you might be above the rabble out there. But here, with me, you are nothing but a needy bitch, and I, your master. Ready to discipline you.<</me>>
Her eyes grew slightly at hearing that, and her eyes looked down, as she thought about the choice I had given her. I waited, until finally she looked up at me, and opened her mouth, sticking her tongue out. I leaned forward, and spit in her mouth, eliciting a moan from her.
<<me>>Good girl.<</me>>
<<Button 'Swallow' 'HospAd: 1-2' '.lustbut' '$player.lust += 1, $hospad.sub += 1'>>She nodded, and swallowed slowly, closing her eyes as she did. I wasn't sure if because she was unsure, or just savoring it, until she opened her eyes again, and stuck her tongue out again.
<<me>>Get my cock out slut.<</me>>
She didn't respond, but for reaching down to my waist, and undoing my belt, and pulling out my cock. I smiled, and reached down to her hair, running my fingers through it. She moaned, leaning into my hand.
<<me>>Are you ready slut?<</me>>
<<hospad>>Yes sir.<</hospad>>
She moaned out. I shook my head, confusing her.
<<me>>No, not to get your face fucked.<</me>>
I reached down, and pressed my thumbs on her lips, pushing past them, letting her suck on my thumb.
<<me>>I'm talking about understanding your spot truly.<</me>>
She raised her brow, but didn't stop suckling on my thumb.
<<me>>We're here, in your office. The place where you have the most power. Where you hold the lives of men and women all over the building in your hand.<</me>>
With my other hand, I motioned towards her chair.
<<me>>In your throne.<</me>>
I moved my hips forward, and rested my cock onto her face.
<<me>>And now I'm going to treat you like the sex toy you were always meant to be.<</me>>
I could feel her warm breath on my meat, feeling her take a deep breath in, getting my musk deep inside her.
<<me>>Are you ready to accept what you truly are?<</me>>
She moaned lightly, and I took my thumb out of her mouth. She leaned forward, placing a light kiss on my cock.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/09.webp">\
<<hospad>>Yes master.<</hospad>>
She whispered out. I smiled, and reached back to her hair, gripping it roughly, causing her to gasp.
<<me>>Good girl. Open your mouth.<</me>>
She followed instructions, and using her hair like a handle, I positioned her so the head of my cock rested on her tongue, and then pushed her head down.
<<hospad>>Gghgg.<</hospad>>
She gagged as I pushed my dick into her mouth. I didn't pay it much attention, as I continued pushing further, causing her to gag even more.
<<me>>Don't worry whore. I'll make sure to fuck your gag reflex away.<</me>>
I looked down at her, and caught her looking back at me, before her eyes rolled up as I continued pushing.
<<me>>After all, it wouldn't do well for a bitch to not be able to please her master properly, right?<</me>>
She didn't respond, so I pulled my cock out slowly, before stopping as the head was back on her tongue.
<<hospad>>N-no master.<</hospad>>
I smiled at her response, and started pushing my cock back in. As I did, I enjoyed as she nodded lightly, as if trying to hype herself up. Clearly it worked, as I managed to get my cock deeper. With my other hand, I reached down, firmly grasping the other side of her head.
<<me>>Well get ready whore. I'm about to start fucking your face properly.<</me>>
She looked up at me, and then back down at my cock, half of it already in her mouth. She took a second, then looked back up at me, and winked. I nodded, and began to piston my hips forward and backwards, gripping her head firmly, and started fucking her face properly. As I did, she kept gagging, but never pushed me away. As I kept going, I managed to get it deeper with each thrust.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/10.webp">\
<<me>>God, look at yourself, you fucking slut.<</me>>
I growled down at her, as I pistoned into her warm mouth.
<<me>>What would your employees think?<</me>>
She gagged in response, and reached around, putting her hands on my hips, pulling on me.
<<me>>Getting your face fucked in your office.<</me>>
I kept a steady pace going, even as I felt myself getting closer and closer to orgasm.
<<me>>And by a man half your age.<</me>>
That caused a reaction, as I felt her fingers dig into my hips. However, even as I did, she kept pulling me deeper into her.
<<me>>They would think you're nothing but a whore, right?<</me>>
She moaned out, and I pressed her head down, making small thrusts, as I felt myself push into her throat.
<<me>>That's all you are. A cumrag whore now. You'll never see this office as anything else than a room to get fucked in.<</me>>
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/D/02.png">\
I grunted, as I felt myself getting pushed over the edge. As I did, I spotted a photo on her desk. I grabbed it, and saw a picture of a young woman, who looked my age. I realized what she was going to say earlier, and grunted, as I began cumming into her throat.
<<me>>I'm cumming. Take your masters cum bitch.<</me>>
She moaned lightly, as I bagan shooting my cum directly into her stomach.
<<me>>Fuck. That's a good little bitch.<</me>>
I grunted, looking at the picture of the attractive woman, as I fucked her mother's face, and deposited my load in her stomach. I put the photo down, and pulled <<nhospad>> off my cock, and shot the final few ropes of my cum directly onto her gasping face.
<<me>>What do you say to your master?<</me>>
I grunted, as I shot my final rope of cum onto her. She was trying to catch her breath.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/11.webp">\
<<hospad>>T-thank you ma-master.<</hospad>>
<<me>>For?<</me>>
<<hospad>>For... fucking my face?<</hospad>>
I reached down, and slapped her lightly, causing her to gasp, then moan.
<<me>>That will do, I suppose. You still need some training.<</me>>
I stepped off of her desk, and grabbed some of her hair, wiping the mixture of my cum and her saliva off of my cock, before taking a picture of her in her state.
<<me>>Now, next time I see you, will you tell me that I'm too young for you?<</me>>
She shook her head, a smile forming on her lips, even as she was basking in the rough treatment she just received.
<<hospad>>No master.<</hospad>>
<<me>>In fact, I think I'm owed a thank you. For taking you as my bitch.<</me>>
<<hospad>>You're right.<</hospad>>
She opened her eyes, and looked up at me with nothing but desire.
<<hospad>>Thank you for taking your new bitch in, master.<</hospad>>
I reached down, and squeezed her tit.
<<me>>I'll be seeing you soon.<</me>>
I walked out of the room, letting her come back to reality, closing the door behind me. It was a good day.
<<Button 'Leave' 'Hospital' '.return2' '$Time += 1, $hospad.sub +=1, $hospad.percent += 2, $hospad.scene.deleteFirst(2), $hospad.scene.pushUnique(3), $scene to 0, $event.hospad to 0'>><<if $replay is "hospad-1">>\
\
\
\
<<met>>Ok, let's do this then.<</met>>
<<cain>>Trust me, this is the best approach.<</cain>>
<<met>>I believe you. I've watched spy movies, I understand the importance of intel.<</met>>
<<cain>>What's the issue then?<</cain>>
<<met>>I've never been good at doing research. Still...<</met>>
I sat down at my computer, and open the browser.
<<met>>I'm definitely more motivated in this case.<</met>>
<<cain>>Good man.<</cain>>
I felt a slap on my back, and shrugged it off. Still felt weird, knowing the sensation didn't come from the real world.
<<cain>>Where are you starting?<</cain>>
<<met>>I guess first move is social media. The hospital definitely has to have a page. From there, we just make connections.<</met>>
I opened up their Instagram page, and was immediately greeted with promising results.
<<met>>Like this.<</met>>
<<cain>>That's her, right? Priestess of Wrath?<</cain>>
<<met>>Yeah. If I found her already, I should be able to find other people to get to.<</met>>
<<cain>>I'll leave you to it then. <</cain>>
<<linebreak>>
<<cain>>I just don't think you should complain.<</cain>>
<<ncain>> said, as I walked through the doors of the Parched Throat.
<<met>>Well it's easy for you to say, you're a voice in my head.<</met>>
<<cain>>Her being easy to find is a plus for us.<</cain>>
<<met>>Sure, but it's fucking creepy. I'm getting rid of social media after that.<</met>>
I walked over to the bar, taking a seat at one of the few empty seats, as I looked around. The place is full at this time of night, ranging from college students, to the older ones. As for me, I'm looking for a specific person. After doing some research, we decided the best course of action, for both the mission of manifesting Wrath, as well as for my friend downstairs, was <span class="HospAdText">$hospad.name Whittaker</span>. She was an administrator at the hospital, and if my sleuthing on her social media pages told me anything, very single, and not happy about it. My main hope was that most men didn't like dating women in high powered jobs like her, because the alternative was she was crazy. Because looking like that, it made no sense how she was single.
Still, I wasn't looking to date this chick. I needed information, and the rest was just an added benefit. <<if hasVisited("AssW: 2-1") && not hasVisited("AssW: 3-1")>>As I looked around, I spotted a familiar face. <<nasswgf>> was sitting in a booth, talking to some guy, as she spotted me. Our eyes locked for a moment, and her eyes widened in shock, as well as what I suspected was a mix of fear and lust. She looked me up and down, before flinching in surprise as the guy she was with poked her hand. I chuckled, as I realized that was probably Max. <<nassw>> might be insane, but she clearly knew her friend. I shook my head, and stood up. <<else>>After a few moments, I decided it would be easier to find her if I looked around, so I moved into the crowd. <</if>>I enjoyed the feeling of the women looking over at me, desire burning in their eyes. But I was here with a mission, and only a moment later, did I find her.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/02.png">\
She was sitting in a booth, talking to some friends. They were a mixed group, some girls clearly younger than others. I suspected it was a group from her work. They were all fairly attractive, but I wasn't going to be distracted. I approached the table, and saw the eyes of all the girls light up, until I turned to <<nhospad>>.
<<me>>Hey. What's your name?<</me>>
I asked, facing her directly, offering my hand. She looked up at me, her jaw momentarily dropping, before she recovered.
<<hospad>><<nhospad>>. What's yours?<</hospad>>
<<me>><<nme>>. Care to join me?<</me>>
I asked, nodding over to an empty table, as she took my hand, shaking it.
<<hospad>>O-oh. I-<</hospad>>
She was about to accept, before looking around the table,
<<hospad>>I-I'm actually with my friends.<</hospad>>
I gripped her hand, and pulled her lightly. She followed my lead, standing up, and I faced her friends, putting on a smile.
<<me>>Sorry ladies, I'm going to be taking her for now.<</me>>
I winked at them, and took <<nhospad>> over to the empty table. I had to admit, it felt great having that much influence. I pulled the seat back, and offered it to her. She gladly accepted it, and I took the seat opposite of her.
<<me>>So, <<nhospad>>, what's a woman like you doing here?<</me>>
My question surprised her.
<<hospad>>W-what do you mean?<</hospad>>
<<me>>Well, you're gorgeous, but you're sitting with me here. No boyfriend?<</me>>
<<hospad>>No, I'm single.<</hospad>>
Her tone was mixed between excitement, and disappointment.
<<me>>Lawyer?<</me>>
I asked, knowing the answer.
<<hospad>>Not quite. I'm head administrator to Livington Mass.<</hospad>>
<<me>>Ah. And that scares men off.<</me>>
She sighed.
<<hospad>>That's been my experience. Most men don't like being with women who make more than them.<</hospad>>
<<me>>A shame.<</me>>
<<hospad>>Well, my work keeps me busy.<</hospad>>
<<me>>A shame for them, I mean. Although, I imagine that can't be fun for you.<</me>>
I lean forward, my hand tracing her arm, causing her to shiver.
<<me>>Must be hard, holding all that in.<</me>>
Her eyes flick up to mine, her eyes filled with desire.
<<hospad>>It is.<</hospad>>
<<me>>Do you need help with that?<</me>>
She bit her lip, and looked back to her friends, before back to my fingers tracing her arm.
<<hospad>>Aren't you forward.<</hospad>>
<<me>>Maybe I'm reading this wrong. But I don't think I am.<</me>>
She took a deep breath, and then let it go, before standing up, grabbing me by the arm.
<<hospad>>Come on, let's go.<</hospad>>
I smiled, and followed her lead, exiting the bar. We walked quickly to the parking lot, and when we got to her car, she turned around. I moved forward, pressing her body against mine, and gave her a kiss, which she quickly reciprocated. I reached down, grabbing her ass with my hand, causing her to moan. After a few seconds, she pushed me back lightly, and shook her head with a smile.
<<hospad>>What am I doing?<</hospad>>
I leaned forward, whispering to her.
<<class "lustbut">><<linkreplace "We both want this">><<me>>It's alright to want to do this. We both want to have fun.<</me>>
She moaned, running her hand down my chest, before pushing me away.
<<hospad>>Get in..<</hospad>>
She clicked her remote, unlocking the car.
<<linebreak>>
We barely entered her house, as she was all over me. She ran her hands up and down my body, and I wasn't shy about doing it, reaching up and grabbing her tits through her shirt. She pushed me away, and I hit the couch. Before I could say anything, <<nhospad>> had taken off her shirt, and started undoing her bra, letting her large breasts drop out. I could feel the blood rush down.
<<hospad>>Take your pants off.<</hospad>>
She growled at me, dropping down to her knees. I smiled, and stood there.
<<me>>No.<</me>>
That made her flinch, and she gave me an annoyed look.
<<hospad>>Excuse me?<</hospad>>
<<me>>You're not making orders here.<</me>>
I stepped forward, and grabbed her hair, not too hard, making her look up at me.
<<me>>Right now, you're going to follow them.<</me>>
She looked shocked, but didn't push back at all.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/03.png">\
<<me>>Now, strip, then take my pants off.<</me>>
She swallowed, and lightly nodded. On her knees, she pulled the rest of her outfit off, and reached up, unbuckling my belt, and slowly pulling my pants down, letting my cock spring out. She licked her lips, and leaned forward, trying to suck on it, before I pulled her hair again.
<<hospad>>Aahh. Wha-<</hospad>>
<<me>>Did I say you could suck it?<</me>>
She looked up at me, then back at my cock, as if she couldn't believe I was stopping her from using her mouth. Still, I had to cement a certain relationship here. After all, this was an information gathering mission.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/04.webp">\
<<me>>Suck on my balls. You're going to warm them up, while I explain what's going to happen.<</me>>
She nodded again, and lowered herself, my cock directly above her, resting on her face, as her mouth enveloped my balls.
<<me>>That's a good bitch.<</me>>
She shot me a look, and I smirked.
<<me>>That's right. You're my bitch right now.<</me>>
She groaned, as I felt her tongue lapping.
<<me>>Because that's what you need, isn't it? All those men, couldn't handle you. But I can, because I understand you.<</me>>
She moaned, as her tongue moved faster as I kept talking.
<<me>>You have too much power in your every day life. So you need a man to put you where you belong.<</me>>
She opened her eyes, lust filling them, as she slowly nodded as I continued.
<<me>>On your knees, worshipping balls, like the whore you are.<</me>>
She moaned out, closing her eyes, enjoying the sensation. I smiled, and leaned against the couch, enjoying her tongue. After a few minutes, I spoke up again.
<<me>>Has a man ever used your ass?<</me>>
That made her eyes shoot open, as her cheeks reddened. After no response, I pulled on her hair lightly, causing her to moan. After a few seconds, she slowly nodded.
<<me>>Good. Because I'm going to use it.<</me>>
I pulled her off, and threw her on the ground. After the initial shock, she looked up at me, smiling.
<<hospad>>You're going to fuck my ass?<</hospad>>
<<me>>That's right. Now, lead me to your bed.<</me>>
She nodded, licking her lips, and tried standing up. I lifted my foot, pushing her down again, earning me a confused look.
<<me>>Bitches walk on all fours. Don't they?<</me>>
Her eyes widened, and for a moment, I saw anger. That, however, melted, as she looked down the hallway, then back at me, desire burning in her eyes. She slowly got on all fours, and made her way down the hallway. I walked behind her, admiring her ass. After a few steps, I slapped it.
<<me>>Good girl.<</me>>
She looked back at me, smirking, and turned back, leading me to the master bedroom. As she did, I pointed at the bed, and she understood.
<<me>>Do you have lube?<</me>>
<<hospad>>Y-yeah, in the bedside table.<</hospad>>
She pointed, and I chuckled, pulling out the bottle.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/05.png">\
<<me>>Well? On all fours. And spread your holes.<</me>>
She swallowed, and nodded, getting her ass up, face down in her mattress, as she reached back. I watched her, enjoying her demeaning actions, as I squeezed the bottle, getting lube on my dick, and some on my hand. I walked up to her, and pressed the lube on her tight asshole.
<<hospad>>Aaah.<</hospad>>
She gasped. I pushed forward, penetrating her hole, getting lube inside of it. After a few seconds, I pressed my cock against her hole.
<<me>>How does that feel bitch?<</me>>
She looked back, and smiled, as she pressed her ass backwards, my cock pushing against her hole.
<<hospad>>Good.<</hospad>>
<<me>>Natural, no?<</me>>
I pushed forward, my cock pushing past her entrance, and entering her warm ass, making her moan.
<<hospad>>OooOohhh.<</hospad>>
I kept pushing forward, before slowly pulling, her hole resisting every move. I slapped her ass hard,
<<me>>I asked you a question bitch.<</me>>
<<hospad>>Yes sir! So natural.<</hospad>>
<<me>>That's right.<</me>>
I began pumping into her ass, the tight hole squeezing my cock.
<<me>>Because this is what you're built for.<</me>>
I slapped her ass, and leaned forward, grabbing her hair, pulling on it as a handle.
<<me>>You're not meant to be some hospital worker. You're meant to be mounted by a man, your holes used to pleasure him<</me>>
<<hospad>>God, yes!<</hospad>>
She yelled out, as I continued fucking her, speeding up as I felt my climax approaching.
<<me>>How does it feel? To finally fulfill your purpose.<</me>>
<<hospad>>Good, sir! So good!<</hospad>>
I slapped her ass again.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/06.webp">\
<<me>>I don't fucking care, because your pleasure isn't important. You're meant to get me off.<</me>>
I slapped her ass again.
<<me>>So tighten your ass, because I'm close.<</me>>
<<hospad>>Yes sir! Thank you sir! Please, use your bitch!<</hospad>>
I felt her ass tighten, and I felt my orgasm approach. I kept pumping into her, before pushing as deep as I could, and began shooting my load directly inside her.
<<hospad>>O-Oh gooOOOodD! It's so warm sir!<</hospad>>
<<me>>Shut up bitch, I'm cumming.<</me>>
I grunted, as I continued pumping my load into her ass. Rope after rope, shooting directly into her colon. After a minute, I finally let her go, pulling my cock out. She laid on the bed, catching her breath, and I laid down beside her.
<<hospad>>That was... Something.<</hospad>>
<<me>>Good though.<</me>>
<<hospad>>Yes. God yes. I just never...<</hospad>>
I reached up, pushing her hair out of her face.
<<me>>Let go control. I could tell.<</me>>
She laughed at that, and we both laid there, catching our breaths.
<<me>>So, your job really that bad?<</me>>
<<hospad>>No. Well, it keeps me busy. But it's satisfying.<</hospad>>
<<me>>That's good. I was actually there recently.<</me>>
She raised her brow.
<<hospad>>Nothing bad, I hope.<</hospad>>
<<me>>Not really. I was helped by this lady... What was her name... I think <<nbusid>>.<</me>>
That got an interesting reaction.
<<hospad>>Oh.<</hospad>>
She said, with a certain amount of distaste.
<<me>>What, don't like her?<</me>>
She looked at me, and frowned.
<<hospad>>Well... I shouldn't say anything.<</hospad>>
<<me>>Not like I'm gonna tell anyone. Besides, the whole point of this exercise was for you to destress, no?<</me>>
She bit her lip, smiling at me. I reached over, and traced her cheek with my finger.
<<me>>Go ahead and vent.<</me>>
<<hospad>>Well...<</hospad>>
She paused, looking away, before finally nodding.
<<hospad>>Everyone likes her.<</hospad>>
<<me>>And that's a bad thing?<</me>>
<<hospad>>Normally? No. But ever since she was hired, I just have such a bad feeling around her. Like she's just ready to stab me in the back.<</hospad>>
<<me>>Huh.<</me>>
<<hospad>>I don't know, maybe I'm just being a bitch. She's been having some problems with her sister, so maybe she's just been stressed.<</hospad>>
<<me>>What kind of problems?<</me>>
<<hospad>>Not sure. Apparently one time, her sister showed up, and they had an argument in her office.<</hospad>>
<<me>>Huh.<</me>>
Before I could say anything, she got up, stretching her arms.
<<hospad>>Sorry to do this to you stud, but I have work in the morning.<</hospad>>
<<me>>You're kicking me out?<</me>>
I asked with feigned sadness.
<<hospad>>'Fraid so.<</hospad>>
<<me>>Well at least give me your number. In case you need to destress again.<</me>>
She smiled, biting her lip, before nodding. She gave me her number, and then pushed me out of the house, barely giving me time to get dressed.
<<met>>That worked out, surprisingly.<</met>>
<<cain>>You doubted me?<</cain>>
<<met>>A little.<</met>>
<<cain>>One day, youngling, you'll realize that I've spent a long time downstairs. I know how to corrupt.<</cain>>
<<met>>Fair enough. Now what?<</met>>
<<cain>>Well, you found one weak link. Now try to find another one.<</cain>>
<<met>>The sister?<</met>>
<<cain>>Correct.<</cain>>
I nodded, and made my way home. Time for more research.
<<Button 'Finish replay' 'Replays' '.return2' '$replay to 0'>><</linkreplace>><</class>>\
\
\
\
<<elseif $replay is "hospad-2">>\
\
\
\
It felt strange coming here. Like most people, I didn't have the best mental image of hospitals. I mean, most people only come here for negative reasons. Like when I broke a finger when I was a kid. Still, It's been a few days, and although it had been something I did with a goal in mind, it was fun. Considering what my life has become, I thought it was my imperative to keep the good times rolling.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/07.png">\
With that in mind, I walked through the main lobby, and headed to where the sign said she would be. Well, I had to guess, as it didn't exactly have her name. Up one quick elevator ride, and I exitted onto a fairly sparce floor, offices taking up most of the space. Still, it felt fine, since this time, I wasn't trying to hide. Confidence from the fact that I knew the Priestess of Wrath wasn't here, thanks to the itch I didn't feel, unlike last time. I turned the corner, and smiled, as I spotted <<nhospad>>. She was busy talking with a younger looking guy, who was taking notes. If I had to guess, he was her assistant or something. I approached her, and she stuck her finger up to me, without looking.
<<hospad>>And talk to Horley. Make sure he understands, because they aren't submitting the reports.<</hospad>>
The guy nodded, looking stressed, and walked away quickly, head still down on his notes. <<nhospad>> turned to me, and I watched as her strict, professional expression melted.
<<hospad>><<nme>>? What are you doing here?<</hospad>>
She asked, even as her lips curled up slightly.
<<me>>Oh, well, I hurt myself.<</me>>
I took a step forward, getting closer to her, causing her to gasp.
<<me>>I was hoping that you might be able to kiss it better.<</me>>
She smiled at that, as I brung my hand up to her chin, and lifted it, leaning in to take her lips into mine.
<<hospad>>W-wait a second.<</hospad>>
She said, stopping me. She looked around, her cheeks flushing as she realized where we were. Although there wasn't anyone here at the moment, it was still exposed. She grabbed her arm, and pulled me into an office, which had her name on a plate attached to it. She pushed me inside, and closed the door behind her.
<<me>>Naughty naughty. Trying to get some privacy, huh?<</me>>
<<nhospad>> stood up straight, and straightened her clothes, taking a deep breath, before looking my way. She walked over to her desk, and sat in the chair behind it.
<<hospad>>I guess we should have this conversation. Please, sit.<</hospad>>
She pointed to the chairs placed on the otherside of the desk. I raised my brow, and walked over to the desk, sitting onto it.
<<me>>You sound quite serious <<nhospad>>. And here I thought we had a good time the other night.<</me>>
She sighed.
<<hospad>><<nme>>, what happened the other night...<</hospad>>
She paused.
<<hospad>>I've never done anything like that before. And frankly, I shouldn't have done that. Especially not with someone like...<</hospad>>
She trailed off, as she looked me up and down.
<<me>>Someone like?<</me>>
<<hospad>><<nme>>, I'm old enough to be your mother.<</hospad>>
I stared at her for a moment, before my laughter finally came out. Of all the things to be against.
<<hospad>>Laugh, if you want. I know there are some women who like that, but I'm not one of them.<</hospad>>
I finally managed to stop, wiping away a tear, and walked around the desk, sitting back down on it, but right beside her. Even as I did, I could see her breathing get deeper.
<<hospad>>I mean, It's just strange, isn't it?<</hospad>>
She said, as I smiled down at her, silent. She shifted her shoulders, and continued.
<<hospad>>A one night fling is one thing, but we can't just keep going.<</hospad>>
I shrugged at that, thinking about it, before looking back down at her.
<<hospad>>I mean, dating someone as young as my d-<</hospad>>
I reached up, and slapped her lightly, stopping her mid sentence.
<<me>>I don't recall saying anything about dating.<</me>>
<<nhospad>> rubbed her cheek, and looked back up at me, her eyes glazing over a bit.
<<me>>I mean, what kind of man would date a pet.<</me>>
I looked down at her, and saw her cheeks flush again. She opened her mouth, but her words got caught in her throat. I tilted my head, letting her respond.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/08.png">\
<<hospad>>He wouldn't.<</hospad>>
<<me>>Exactly. So that's the relationship we would have, <<nhospad>>. An owner, and his bitch.<</me>>
She bit her lip, then looked over at the door, then back at me. I sighed, standing up and standing over her, sitting back down on her desk, so her chair was in between my legs.
<<me>>If that's what you want, I can leave right now.<</me>>
I reached down, and gently cupped her chin. She melted into my hand, even as her eyes were glued onto mine, hanging off of my words.
<<me>>I'll go, and you can go back to your life. Your life of unending frustration from dealing with men who are beneath you.<</me>>
She whimpered lightly at hearing that.
<<me>>You can have that back. Or...<</me>>
Her eyes shined at the last word.
<<me>>You can open your mouth, and stick your tongue out. Accept that you might be above the rabble out there. But here, with me, you are nothing but a needy bitch, and I your master. Ready to discipline you.<</me>>
Her eyes grew slightly at hearing that, and her eyes looked down, as she thought about the choice I had given her. I waited, until finally she looked up at me, and opened her mouth, sticking her tongue out. I leaned forward, and spit in her mouth, eliciting a moan from her.
<<me>>Good girl.<</me>>
<<Button 'Swallow' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "hospad-3">>\
\
\
\
<<me>>Perfect.<</me>>
I mumbled to myself, as I walked out of the elevator. The floor was quiet, lights to the offices off, which meant that there was likely no one here. Hopefully <<nhospad>> still would be. I gripped the collar in my pocket, cursing myself for not marking her the last time we had been together. Still, no chance like the present. I made my way through the cubicles, larger and more open than those you'd see in a more standard business. It didn't take long before I was validated, as I noticed the lights to <<nhospad>>s office on. Looking around again, I smiled to myself, thankful I hadn't seen anyone else. Lust was powerful, but I didn't want to test it out too much yet. I popped my head into the doorway, peering through the crack, and spotted <<nhospad>>. Knee deep in paperwork.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/12.png">\
<<me>>Don't you look busy?<</me>>
I held back a chuckle from the yelp, <<nhospad>> nearly jumping out of her chair. Her face shot to the door, her shock melting away.
<<hospad>>$player.name[0]$player.name[1]-<</hospad>>
I tilted my head, causing her cheeks to redden, as she looked past me, seeing if anyone was in the hallways. After a moment, she subconsciously lowered her head.
<<hospad>>Master.<</hospad>>
I smiled, stepping into the room, closing the door behind me. I walked to the couch she had in front of her desk, and looked back at her.
<<me>>If your master enters the room, I don't think it's right to stay sitting, is it?<</me>>
Her eyes grew, before focusing on me, a smile appearing.
<<hospad>>You're right, master.<</hospad>>
She said, getting up from the chair, walking around her desk. She approached me, moving her body as much as she could, tempting me with her curves. As usual, she was wearing clothes that accentuated her body. As she reached me, she leaned forward, closing her eyes. I reached up, and grabbed her chin, stopping her.
<<me>>What are you doing?<</me>>
She opened her eyes, confusion filling them.
<<hospad>>I-I'm...<</hospad>>
She trailed off, not knowing what to do next. It was clear she needed this more than I thought. Still, I was here.
<<me>>I thought we cleared this up last time.<</me>>
I shook her head lightly.
<<me>>You and I... We aren't dating. I am not your boy toy.<</me>>
I squeezed her chin lightly, causing her to open her mouth.
<<me>>I am your master. What does that make you?<</me>>
She hesitated, swallowing deeply.
<<hospad>>Your bitch.<</hospad>>
<<me>>So what should a bitch present when her master arrives?<</me>>
Our eyes were locked, as she searched her memory for what I was referring to. It took only a few moments, before her tongue slowly slipped out.
<<me>>Good girl.<</me>>
I said, spitting on her tongue, and letting go of her chin. I looked back, and slowly sunk down onto the couch, as a slow //gulp// could be heard. I turned back just in time to see her swallow it, before opening her eyes, a lust filled smile greeting me.
<<me>>Sit.<</me>>
She nodded, leaning forward to take a seat on the couch beside me. I sighed, and reached up, grabbing her hair roughly, pulling her down onto her knees in front of me.
<<me>>The couch is for people. Pets sit on the ground.<</me>>
<<hospad>>Ahhh... Yes master.<</hospad>>
She moaned, accepting her spot between my legs. I let her go, and she sank down.
<<me>>That will do for now.<</me>>
I said, pulling out something from my pocket, and handing it to her. She held onto it, staring down at it.
<<me>>I figured you were due for a walk.<</me>>
I leaned forward, pulling her head up to look at me.
<<me>>Well?<</me>>
<<hospad>>Thank you...<</hospad>>
She said, looking back down at the collar, before slowly undoing it. Her hands were trembling as she lifted it, wrapping it around her neck, causing her entire body to shudder. Finally, she pushed one end through the strap, and slowly pulled on it, tightening it around her neck. When she was done, she slowly placed her hands onto the ground, and looked back up at me, eyes fully glazed over.
<<hospad>>...Master.<</hospad>>
<<me>>That's a good girl.<</me>>
I reached down, grabbing one of her large breasts through her clothes, massaging it lightly.
<<hospad>>Mmmmmm.<</hospad>>
<<me>>Now, is my bitch ready for her walk?<</me>>
I said, pulling out a leash, shaking it in front of her. She gulped, before looking up at me, then to her door. She stared at it for a few moments, before silently making her decision.
<<hospad>>Yes master.<</hospad>>
I reached down and attached the leash, a satisfying click emitting from the metal loop closing around the one around her neck. I stood up, pulling on the leash, and made my way to the door. I watch her slowly get up, and follow me to the door. I step towards her, and slap her.
<<me>>Bad girl.<</me>>
She rubs her cheek, and looks at me. The confident, powerful woman that normally inhabited this office was nowhere to be seen. The only person here was the meek, submissive girl who had just collared herself, as she looked at me with nothing but worry. Not of what I might do to her, but of how she had messed up.
<<hospad>>I'm sorry master.<</hospad>>
She grabbed my hand and began running her tongue on the back of it.
<<hospad>>What can your bitch do to improve?<</hospad>>
She asked, kissing my hand in between licks.
<<me>>Bitches are supposed to walk on all fours, aren't they?<</me>>
I ask, making <<nhospad>> pause. She gulped.
<<hospad>>Yes master.<</hospad>>
She said, nodding lightly, her knees bending, going further down, until her knees rested on the carpet. After another moment, she nodded again, and leaned forward, pressing both hands down on the carpet. I smiled, and leaned down, pulling her dress up quickly, before slapping her ass lightly.
<<me>>Good girl.<</me>>
I smiled, rubbing her ass in my hand, moving my fingers to her asshole, giving it a slow massage through her panties.
<<hospad>>Mmmmm, thannk you maaster.<</hospad>>
She half moaned out. I gave her ass one last swat, before getting up, unlocking the door. She flinched at the sound, and watched as the door opened, the outer office being revealed.
<<me>>Let's go.<</me>>
I said, giving the collar a quick tug. The tug seemed to unstick her, as her first unsteady step was made out of her private office, and into the public area. She slowly made her way, crawling on all fours, outside, her body trembling as it did. I smiled at every step.
<<me>>It's a beautiful night for a walk, isn't it, bitch?<</me>>
She shuddered again, feeling the carpet vividly on her fingers.
<<hospad>>Yes master. Thank you for taking your bitch on a walk.<</hospad>>
<<me>>Oh, it's my responsibility!<</me>>
I said, leaning down and ruffling her head, patting her. I paused.
<<me>>Although... I'm not really the kind of man that dresses up their pets.<</me>>
She finally met my eyes, as she realized what I meant.
<<me>>Strip.<</me>>
<<hospad>>Master, I-<</hospad>>
I reached down, grabbing her chin and forcing her to look at me.
<<Button 'Strip' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "hospad-2">>\
\
\
\
She nodded, and swallowed slowly, closing her eyes as she did. I wasn't sure if because she was unsure, or just savoring it, until she opened her eyes again, and stuck her tongue out again.
<<me>>Get my cock out slut.<</me>>
She didn't respond, but for reaching down to my waist, and undoing my belt, and pulling out my cock. I smiled, and reached down to her hair, running my fingers through it. She moaned, leaning into my hand.
<<me>>Are you ready slut?<</me>>
<<hospad>>Yes sir.<</hospad>>
She moaned out. I shook my head, confusing her.
<<me>>No, not to get your face fucked.<</me>>
I reached down, and pressed my thumbs on her lips, pushing past them, letting her suck on my thumb.
<<me>>I'm talking about understanding your spot truly.<</me>>
She raised her brow, but didn't stop suckling on my thumb.
<<me>>We're here, in your office. The place where you have the most power. Where you hold the lives of men and women all over the building in your hand.<</me>>
With my other hand, I motioned towards her chair.
<<me>>In your throne.<</me>>
I moved my hips forward, and rested my cock onto her face.
<<me>>And now I'm going to treat you like the sex toy you were always meant to be.<</me>>
I could feel her warm breath on my meat, feeling her take a deep breath in, getting my musk deep inside her.
<<me>>Are you ready to accept what you truly are?<</me>>
She moaned lightly, and I took my thumb out of her mouth. She leaned forward, placing a light kiss on my cock.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/09.webp">\
<<hospad>>Yes master.<</hospad>>
She whispered out. I smiled, and reached back to her hair, gripping it roughly, causing her to gasp.
<<me>>Good girl. Open your mouth.<</me>>
She followed instructions, and using her hair like a handle, I positioned her so the head of my cock rested on her tongue, and then pushed her head down.
<<hospad>>Gghgg.<</hospad>>
She gagged as I pushed my dick into her mouth. I didn't pay it much attention, as I continued pushing further, causing her to gag even more.
<<me>>Don't worry whore. I'll make sure to fuck your gag reflex away.<</me>>
I looked down at her, and caught her looking back at me, before her eyes rolled up as I continued pushing.
<<me>>After all, it wouldn't do well for a bitch to not be able to please her master properly, right?<</me>>
She didn't respond, so I pulled my cock out slowly, before stopping as the head was back on her tongue.
<<hospad>>N-no master.<</hospad>>
I smiled at her response, and started pushing my cock back in. As I did, I enjoyed as she nodded lightly, as if trying to hype herself up. Clearly it worked, as I managed to get my cock deeper. With my other hand, I reached down, firmly grasping the other side of her head.
<<me>>Well get ready whore. I'm about to start fucking your face properly.<</me>>
She looked up at me, and then back down at my cock, half of it already in her mouth. She took a second, then looked back up at me, and winked. I nodded, and began to piston my hips forward and backwards, gripping her head firmly, and started fucking her face properly. As I did, she kept gagging, but never pushed me away. As I kept going, I managed to get it deeper with each thrust.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/10.webp">\
<<me>>God, look at yourself, you fucking slut.<</me>>
I growled down at her, as I pistoned into her warm mouth.
<<me>>What would your employees think?<</me>>
She gagged in response, and reached around, putting her hands on my hips, pulling on me.
<<me>>Getting your face fucked in your office.<</me>>
I kept a steady pace going, even as I felt myself getting closer and closer to orgasm.
<<me>>And by a man half your age.<</me>>
That caused a reaction, as I felt her fingers dig into my hips. However, even as I did, she kept pulling me deeper into her.
<<me>>They would think you're nothing but a whore, right?<</me>>
She moaned out, and I pressed her head down, making small thrusts, as I felt myself push into her throat.
<<me>>That's all you are. A cumrag whore now. You'll never see this office as anything else than a room to get fucked in.<</me>>
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/D/02.png">\
I grunted, as I felt myself getting pushed over the edge. As I did, I spotted a photo on her desk. I grabbed it, and saw a picture of a young woman, who looked my age. I realized what she was going to say earlier, and grunted, as I began cumming into her throat.
<<me>>I'm cumming. Take your masters cum bitch.<</me>>
She moaned lightly, as I bagan shooting my cum directly into her stomach.
<<me>>Fuck. That's a good little bitch.<</me>>
I grunted, looking at the picture of the attractive woman, as I fucked her mother's face, and deposited my load in her stomach. I put the photo down, and pulled <<nhospad>> off my cock, and shot the final few ropes of my cum directly onto her gasping face.
<<me>>What do you say to your master?<</me>>
I grunted, as I shot my final rope of cum onto her. She was trying to catch her breath.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/11.webp">\
<<hospad>>T-thank you ma-master.<</hospad>>
<<me>>For?<</me>>
<<hospad>>For... fucking my face?<</hospad>>
I reached down, and slapped her lightly, causing her to gasp, then moan.
<<me>>That will do, I suppose. You still need some training.<</me>>
I stepped off of her desk, and grabbed some of her hair, wiping the mixture of my cum and her saliva off of my cock, before taking a picture of her in her state.
<<me>>Now, next time I see you, will you tell me that I'm too young for you?<</me>>
She shook her head, a smile forming on her lips, even as she was basking in the rough treatment she just received.
<<hospad>>No master.<</hospad>>
<<me>>In fact, I think I'm owed a thank you. For taking you as my bitch.<</me>>
<<hospad>>You're right.<</hospad>>
She opened her eyes, and looked up at me with nothing but desire.
<<hospad>>Thank you for taking your new bitch in master.<</hospad>>
I reached down, and squeezed her tit.
<<me>>I'll be seeing you soon.<</me>>
I walked out of the room, letting her come back to reality, closing the door behind me. It was a good day.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "hospad-3">>\
\
\
\
<<hospad>>Hhaaaahhh.<</hospad>>
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/13.png">\
She moaned, the effects of Lust hitting her quite strongly. I let go of her chin, and took a step back. For a moment, I thought I might have to do something.
<<hospad>><span style="font-size: 0.7em;">Yes master.</span><</hospad>>
<<me>>What's that?<</me>>
She looked up at me, pure adoration and lust in her eyes, as she reached backwards, pulling the zipper down on her dress.
<<hospad>>Yes master.<</hospad>>
I smiled, as her dress quickly came off, leaving her on all fours in just her underwear.
<<hospad>>A bitch shouldn't be wearing clothes.<</hospad>>
She moaned, undoing her bra strap, letting her tits fall down once no longer supported.
<<hospad>>Not when she's getting walked by her owner.<</hospad>>
She sat up straight, still on her knees, only to slowly pull down her panties. The long strand of wetness that connected her pussy to them told me that she was thoroughly enjoying every second of her treatment. She slowly shimmied her legs, and dropped the panties on the pile of clothes she had made, before getting back down on all fours. I leaned down, grabbing the clothes, taking a second to smell her panties, before nodding.
<<me>>Good girl. Let's go.<</me>>
I said, tugging on the leash.
<<hospad>>Mmmmmm. Yes master.<</hospad>>
She lowered her head, and continued following me while on her hands and knees. I walked around for a bit, before stopping.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/14.webp">\
<<me>>Why don't you lead me bitch.<</me>>
She looked up at me, and nodded, a smile on her face. As she passed me, she gave my leg a quick kiss, rubbing her body against me. Once she was in front of me, we continued, although with the added benefit of being able to watch <<nhospad>>s fat ass slowly crawl, her thighs getting covered in her juices. We reached the end, and she turned, making another turn at the end, and moving back towards the direction of her office. We were doing a lap, and I didn't want it to end yet.
<<me>>We don't have to go back yet bitch.<</me>>
I groaned, slapping her ass. She looked up at me, and understood, as she made a right into what looked to be a small break room. It had some tables, some seats, and a vending machine. Nicer than the one at Splashart, but a breakroom nonetheless. I noticed her hesitate for a second as we got onto the cold, hard tile of the breakroom. She didn't hesitate for long though, as it wasn't long before she was inside. I smiled, and walked over to one of the tables.
<<me>>Are you ok bitch?<</me>>
She looked up at me, almost drooling from how horny she was.
<<hospad>>No master.<</hospad>>
I leaned down, and caressed her face.
<<me>>What's wrong?<</me>>
<<hospad>>I'm in heat master.<</hospad>>
<<me>>Oh no. What can I do to help my bitch?<</me>>
She gulped.
<<hospad>>I need a good fucking, master.<</hospad>>
<<me>>Hmm.<</me>>
I stood back up, and leaned on the table.
<<me>>I think I might be able to help.<</me>>
I said, patting the table.
<<me>>Get.<</me>>
She nodded, smiling brightly, as she slowly raised herself up. I was happy to see that she wasn't trying to stand up, but only trying to get her upper body on the table. When she was up, she looked back at me. I reached down, and pushed a finger into her pussy.
<<hospad>>OOooooOaaaaAaahhhhhhhHHhh...<</hospad>>
She moaned lightly, my finger getting drenched immediately.
<<me>>Oh my, you aren't wrong.<</me>>
I said, beginning to finger <<nhospad>>.
<<me>>You're leaking like a little whore down there.<</me>>
<<hospad>>Yes! Yes, I am master! I'm such a whorish bitch.<</hospad>>
She moaned, already orgasming from my hand, her pussy tightening around my fingers.
<<me>>What should I do, bitch?<</me>>
<<hospad>>AAaaaAAaaaahhh~<</hospad>>
She moaned, riding out an orgasm.
<<me>>Should I plug it?<</me>>
<<hospad>>Yes!<</hospad>>
She snapped, looking back at me with nothing but desire.
<<me>>Well what should I plug your leaking hole with?<</me>>
<<hospad>>Your cock master!<</hospad>>
She moaned.
<<me>>Oh, I don't know about that. What kind of master would I be if I mounted a bitch in heat like you?<</me>>
<<hospad>>A good one, so good master!<</hospad>>
She responded, barely conscious from my moving fingers giving her pleasure.
<<me>>Is that what you want?<</me>>
<<hospad>>Yes master! Mount me!<</hospad>>
She groaned. I reached down, and pulled my cock out with my other hand. I stepped forward, pulling my fingers out. She looked back, ready to beg for my fingers, stopping as she saw my hard cock pressing against her pussy.
<<hospad>>Mount me! Breed your bitch, make me carry your litter!<</hospad>>
She said, her hips moving up and down, covering the head of my cock in her juices. I leaned forward, grabbing the leash with my pussy juice covered hand, and pulled on it, making her arch her back, pistoning inside at the same time.
<<hospad>>OHHhh GggoOOoDdd, YES!<</hospad>>
She moaned, the walls of her warm hole tightening again, another orgasm hitting her.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/15.webp">\
<<me>>Is this what you want?<</me>>
I groaned into her ear, as I began to slowly, but forcefully, fuck into her.
<<hospad>>FFFffFFuuuucckkk yeesSSSsss!<</hospad>>
She groaned loudly. As I held onto the leash, I reached forward, and grabbed one hand, then the other, and held them behind her back, holding her arching body by only the leash.
<<me>>Feet off the table, bitch.<</me>>
<<hospad>>yyesss mmmaaassterrr...<</hospad>>
She squeaked out, the collar choking her lightly, as I continued fucking her, her pussy covering my thighs in her juices as I continued fucking her deeply.
<<me>>And last time, you told me you were old enough to be my mother.<</me>>
I groaned into her ear, although I didn't think she could even hear me anymore, her pussy twitching non stop, as I felt my own orgasm rapidly approaching.
<<me>>And now here you are, begging me to breed you like a bitch in heat.<</me>>
<<hospad>>Yes! Master!<</hospad>>
She groaned.
<<me>>Is that what you want? You want me to pump my seed inside, bitch?<</me>>
<<hospad>>Ghhyyeeeee-<</hospad>>
She squeaked out again, nodding, not being able to say much more.
<<me>>Then take it, you fucking slut.<</me>>
I groaned, as I let go of the leash, and hilted deep inside her in one move, pushing her onto the table harshly, and began shooting my load, as I pushed her face into the table.
<<me>>Take your masters load, you fucking whore.<</me>>
<<hospad>>YYyYyYYYYyeeeEEAaAaAa!<</hospad>>
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/16.webp">\
She moaned, getting hit with another orgasm, as she felt each rope of my cum fill her insides. I continued pistoning my cock into her pussy, making sure every inch of it was covered in my cum. <<if $fet.piss is 1>>As I continued cumming, I heard something. I looked down, and noticed <<nhospad>> was cumming so hard she lost control of her bladder, and was pissing on the ground. I smiled, and continued fucking her, taking care to not get any on me. Once I finished cumming, I pulled out, and stepped back. I watched as <<nhospad>> slowly slid off the table, until she fell off of it, falling right into the puddle of piss.
<<me>>Hey, bitch.<</me>>
I said, nudging her with my foot. It took about a minute, until she was finally back in the land of the living.
<<hospad>>Thank you master.<</hospad>>
She said, a bright smile on her face. I smiled back.
<<me>>You made a mess bitch.<</me>>
I said. She sat up slightly, and her face flushed bright red as she realized what she was sitting in.
<<hospad>>I'm sorry master. I'll clean u-<</hospad>>
<<me>>Hold up.<</me>>
I said. She froze instantly, looking up at me. I reached down, and pointed my cock at her, and let go of my bladder.
<<hospad>>Wha- Master!<</hospad>>
She yelled.
<<me>>Don't move bitch!<</me>>
I growled back at her, causing her to freeze.
<<me>>Good girl.<</me>>
I said, as I continued pissing. I enjoyed every second, aiming first at her face, then her tits, then her pussy, before making my way back up. Before I finished, I pinched.
<<me>>Open your mouth.<</me>>
<<hospad>>Mmm.<</hospad>>
She made a noise, before reluctantly opening her mouth, sticking her tongue out. I smiled, and finished my stream by aiming directly into her mouth, slowly filling it.
<<me>>Good girl. Now, swallow.<</me>>
She paused, before nodding lightly, and small, quiet gulps filled the room. After the final gulp, she opened her mouth again, sticking her tongue out.
<<me>>Such a good girl.<</me>>
I said. Whatever reservation she had moments before, they were gone as the woman beamed up at me.
<<hospad>>Thank you master.<</hospad>>
I nodded, and grabbed the pile of clothes, and threw it onto the puddle off piss.
<<me>>You better clean up, bitch. You don't want anyone asking questions.<</me>>
<<hospad>>Yes master.<</hospad>>
She said, looking determined, as she lifted her dress and underwear, now soaked in our piss.
<<me>>Good girl.<</me>><<else>>Once I finished cumming, I pulled out, and stepped back, and gave her ass a slap.
<<hospad>>Mmmmm.<</hospad>>
She moaned as <<nhospad>> slowly slid off the table, until she fell off of it.
<<me>>Hey, bitch.<</me>>
I said, nudging her with my foot. It took about a minute, until she was finally back in the land of the living.
<<hospad>>Thank you master.<</hospad>>
She said, a bright smile on her face. I smiled back.
<<me>>You made a mess bitch.<</me>>
I said, throwing the pile of clothes onto the ground beside her.
<<hospad>>I'll do better next time master.<</hospad>>
<<me>>Yes you will.<</me>>
I said, reaching down, manhandling her breast, pulling on her nipple. As she moaned at my touch, I slowly built up energy, the familiar feeling of Greed, before sending into her. She was now marked.
<<me>>You better clean up, bitch. You don't want anyone asking questions.<</me>>
<<hospad>>Yes master.<</hospad>>
She said, looking determined, as she lifted her dress and underwear.
<<me>>Good girl.<</me>><</if>>
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>
\
\
\
<</if>><<if $replay is "dass-2">>\
\
\
\
<<dass>>I...<</dass>>
She mumbled, her eyes glued to my hardening cock, as she bit her lip.
<<me>>Well <span class="DAssText">Ms. Reyes</span>? You have work to do, don't you?<</me>>
I asked, lifting my hips slightly, accentuating what the job was.
<<dass>>Yes sir.<</dass>>
She breathed out, nodding as she did. She leaned forward, and grabbed my cock in her hand, gasped as it jumped slightly.
<<dass>>It's warm, sir.<</dass>>
<img class="rightimg" src="images/Characters/Town/College/DAss/07.webp">\
<<me>>Why don't you just do your job, and I'll get some paper work done.<</me>>
I said, sounding as casual as I could, grabbing some papers on the desk, and began reading them
<<dass>>Of course sir.<</dass>>
She responded, sounding as professional as I attempted to be, even as her hand began pumping up and down my shaft. I sat there, pretending to read paper, as she was transfixed on my hard cock. After a few minutes, I leaned over, and grabbed the picture of the dean on the desk. She looked insanely attractive, and I looked down at <<ndass>>.
<<me>>Do a better job <span class="DAssText">Ms. Reyes</span>. My wife does it far better than you.<</me>>
<img class="leftimg" src="images/Characters/Town/College/Dean/03.png">\
I said, showing her the picture. She nodded, looking worried.
<<dass>>Yes, I'm sorry sir. Your cock is very large, I've never had to handle one this size before.<</dass>>
<<me>>Is that an excuse, <span class="DAssText">Ms. Reyes</span>?<</me>>
She shook her head.
<<me>>That's good. I don't accept excuses from my employees.<</me>>
<<dass>>You're right sir.<</dass>>
She looked up at me, biting her lip as she continued pumping my cock.
<<dass>>She's beautiful sir.<</dass>>
<<me>>Huh?<</me>>
<<dass>>Your wife sir.<</dass>>
I nodded, as she leaned forward, rubbing the tip of my cock over her face as she continued pumping it.
<<me>>She is.<</me>>
<<dass>>I'm not surprised she's better than me sir.<</dass>>
I groaned, my climax beginning to build.
<<dass>>She looks like a competant woman. And so sexy.<</dass>>
I groaned.
<<me>>So sexy.<</me>>
<<dass>>I don't even know why you have your secretary jerking you off sir.<</dass>>
She began moving her hand faster.
<<dass>>When you could be with her. Bending over her large ass, and filling it.<</dass>>
<<me>>I could never bother my wife like that. She's busy at work. It's why I have unimportant girls like you doing this.<</me>>
She moaned as I said that.
<<dass>>You're right sir. Use lowly sluts like me to get your cum out.<</dass>>
She moaned, and I reciprocated, as I felt my orgasm closing in.
<<dass>>I'm basically just a sex toy right now.<</dass>>
<<me>>That's right.<</me>>
I grunted.
<<dass>>Are you close sir?<</dass>>
<<me>>I am.<</me>>
<<dass>>Thank you for using me sir.<</dass>>
She leaned forward, and I felt her tongue on my balls, as she planted a deep, slow kiss on them. That pushed me over the edge, as I began blowing my load all over the underside of the desk.
<img class="rightimg" src="images/Characters/Town/College/DAss/08.webp">\
<<me>>That's right <span class="DAssText">Ms. Reyes</span>. Do your fucking job, and kiss your boss' balls.<</me>>
I groaned, as rope after rope of cum coated the underside of the desk, shooting over <<ndass>>'s head. After I was finished, I sat back, enjoying the slowing hand of <<ndass>>, as she continued slowly kissing my balls. I sighed.
<<me>>That's enough <span class="DAssText">Ms. Reyes</span>. I came.<</me>>
She looked up at me, with a shy face.
<<dass>>Did I do good sir?<</dass>>
<<me>>You did your job <span class="DAssText">Ms. Reyes</span>.<</me>>
I pet her head, and we both sat there for a moment. <<ndass>> was enjoying my hand on her head. After a while, I spoke up.
<<me>>Alright, <<ndass>>, I figured you paid me back.<</me>>
She looked up to me with a smile, before her eyes shot open. She turned around, and looked at the desk, seeing the underside covered in my cum.
<<dass>>Shi-<</dass>>
Before she could finish her sentence, we both heard a buzz. It took me longer to realize that it was her phone. She pulled it out, answering the call with a professional tone, even as she ran her finger against the cum on the desk. She looked at her cum covered finger, before bringing it to her mouth, and sucking it clean.
<<dass>>Hello?<</dass>>
I could hear a voice from the other side, and she sat up straight.
<<dass>>Ah, right now maam.<</dass>>
She stood up, and began stuffing my cock into my pants, as I helped her.
<<dass>>Of course, I'm sorry maam. I'll have it ready for when you get here.<</dass>>
She paused.
<<dass>>When will that be maam?<</dass>>
Her eyes opened widely, and she began pushing me towards the door.
<<dass>>Right, yes. Yes, I'm fine maam. I just didn't sleep well. Ok, I'll see you in a few.<</dass>>
She hung up, and pointed at the door.
<<dass>>You have to leave. She'll be back in two minutes.<</dass>>
I smiled, and brought her close to me, leaning forward and taking her lips, giving her a deep kiss. After a quick moment, I gave her ass a quick swat.
<<me>>I'll be seeing you soon, ok?<</me>>
She smiled lightly, nodding.
<<dass>>Y-yeah...<</dass>>
She said, before quickly pushing me out.
<<dass>>Just leave.<</dass>>
I nodded, and left as inconspicuously as I could.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>><<if $replay is "dass-1">>\
\
\
\
<<met>>Ok, let's do this then.<</met>>
<<cain>>Trust me, this is the best approach.<</cain>>
<<met>>I believe you. I've watched spy movies, I understand the importance of intel.<</met>>
<<cain>>What's the issue then?<</cain>>
<<met>>I've never been good at doing research. Still...<</met>>
I sat down at my computer, and open the browser.
<<met>>I'm definitely more motivated in this case.<</met>>
<<cain>>Good man.<</cain>>
I felt a slap on my back, and shrugged it off. Still felt weird, knowing the sensation didn't come from the real world.
<<cain>>Where are you starting?<</cain>>
<<met>>I guess first move is social media. The college definitely has to have a page. From there, we just make connections.<</met>>
I opened up their Instagram page, and was immediately greeted with promising results.
<<met>>Like this.<</met>>
<<cain>>That's the dean, right?<</cain>>
<<met>>Yeah. If I keep going, I'll probably find out who the assistant is. Then, it should be easier.<</met>>
<<cain>>I'll leave you to it then. <</cain>>
<<linebreak>>
<<cain>>I just don't think you should complain.<</cain>>
<<ncain>> said, as I walked through the doors at Sonar. I could hear the music blaring even in the entrance.
<<met>>Well it's easy for you to say, you're a voice in my head.<</met>>
<<cain>>Her being easy to find is a plus for us.<</cain>>
<<met>>Sure, but it's fucking creepy. I'm getting rid of social media after that.<</met>>
I pushed the doors leading to the main chamber, getting hit with what felt like a solid wall of sound, as the bass of the music blaring broke through. I sighed, and straightened my outfit, looking around. Finding <<ndass>> was going to take a while, especially with how dark it was in here. It didn't help that the place was filled with beautiful women, who were all giving me looks of desire. Still, I focused. I was looking for <<ndass>>, who was the assistant to <<ndean>>. According to <<ncain>>, she's a likely weak link, so I was here because according to her friends, they were planning on "shutting Sonar down!" tonight.
I walked to the bar, and got a drink, as I surveyed the club, contemplating how these girls possibly could accomplish that. <<if hasVisited("AssW: 2-1") && not hasVisited("AssW: 3-1")>>As I looked around, I spotted a familiar face. <<nassw>> was sitting in a booth, talking to some guy, as she spotted me. Her eyes lit up, and she waved. I groaned, and ignored her wave, causing her to frown playfully. Before she could get up, one of her friends got her attention, and I quickly moved into the crowd, hoping to avoid her. <<else>>I took my drink, sipping it thoughtfully, before downing it quickly, and moving into the crowd. <</if>>The club was full, as it usually seemed. I got more than one girl coming up to me, asking me to join them, and a few just started grinding on me. I moved on though, until I finally found her.
<<ndass>>. She was surrounded by a few different girls. They were all fairly attractive, and my friend downstairs was definitely telling me to get more than one. I fought that urge, even as I didn't want to. It would be easier to get info from just her alone. I walked up to her group, and watched as Lust worked it's magic.
<<me>>Hey. I'm <<nme>>.<</me>>
I said, focusing entirely on <<ndass>>. I could see all the girls get excited, but my attention was on <<ndass>>, who was equally excited. I reached down, offering my hand. She took it.
<img class="leftimg" src="images/Characters/Town/College/DAss/03.png">\
<<dass>>H-hi. I'm <<ndass>>.<</dass>>
I held onto her hand, and pulled her up. She followed my lead, standing up, as I lead her onto the dance floor. I got a good look at her, wearing a tight dress, I could feel the blood rushing down.
<<me>>Let's dance <<ndass>>.<</me>>
She didn't respond but for a shy nod, as she was completely entranced by me. I did enjoy the looks of jealousy from her friends, but ignored them, as I pulled her onto the dance floor. I turned her around, and pulled her into me, until her body was pressed against mine, causing her to gasp. I reached around her, placing my hand on her stomach, and she reached back, placing her hand on my hair, as we danced. Well, calling it dancing was generous, as it was more akin to dry humping than any sort of dance move. Still, it was effective, as she was putty in my hands before the end of the second song.
<<me>>You want to have some more fun?<</me>>
She moaned, turning around. I looked down at her, and took her lips with mine. From the very positive response her tongue was giving me, she clearly did. She pulled back, and looked up at me, wrapping her arms around my neck.
<<dass>>I... I live close by.<</dass>>
She said. It was both a statement, as well as a question, one I answered by reaching around and grabbing her ass, causing her to moan again.
<<me>>Lead the way.<</me>>
She nodded, biting her lip, as she took her hand in mine, pulling me towards the door. I heard some boos from her friends, as well as a cheer or two, as she waved them away. Once we were out of the club, she looked up at me again, walking to her car.
<<dass>>Fuck. I don't normally do this.<</dass>>
I reached down at her, grabbing her hips, giving her a soft kiss.
<<class "lustbut">><<linkreplace "We both want this">><<me>>It's alright to want to do this. We both want to have fun.<</me>>
She moaned, running her hand down my chest, before pushing me away.
<<dass>>My cars right here.<</dass>>
We both walked to it, and she clicked her remote.
<<linebreak>>
We barely managed to get her door open, as I pounced on her, taking her lips again, throwing off my jacket as I did. She reached up, grabbing my shirt, pulling it off of me in one fluid motion. I reached up, getting a hold of her ass, and giving it a light slap. She pulled back, looking up and down at me.
<<dass>>My room is just down here.<</dass>>
She grabbed my hand, and led me down a hall. As we entered her room, I picked her up, giving her a deep kiss, as she wrapped her legs around my waist. My cock desperately wanted freedom, so I laid her down onto the bed. She let go of me, and I stood up, pulling down my pants, my cock springing out.
<<me>>Since you don't normally do this, I suppose it's my job to make sure you don't regret it, huh?<</me>>
I leaned over her, and ran my hand gently down her body, making her shiver in anticipation. I leaned forward, kissing her again, as I gently worked my hand under her dress, massaging her pussy. She moaned into my mouth, and I down with my other hand, pulling her dress up, giving me better access. I pulled her panties to the side, and gently pushed my finger in.
<<dass>>Mmmm- Oooh GooOdd!<</dass>>
She pulled away from my lips, as an orgasm overtook her body, her pussy tightening over my finger, as her juices shot out, covering my arm in them. I was surprised for a moment, but kept playing with her, letting my fingers ride her through her climax. After a minute, and catching her breath, she brought her hands up to her face in embarrassment.
<<dass>>I- I'm sorry. I haven't really...<</dass>>
She trailed off, causing me to raise my brow.
<<me>>You're a virgin?<</me>>
She opened her hands, letting her see through her fingers.
<<dass>>No, not that. I just haven't really done anything like that in a... Long time.<</dass>>
<<me>>Then I guess I succeeded.<</me>>
That made her close her hands again, as she nodded. I pulled my fingers away, getting a taste of her juices.
<<dass>>Don't do that!<</dass>>
She said, slapping my arm playfully, her cheeks redder than before, even in the low light.
<<me>>Why not? You taste great.<</me>>
<<dass>>I-<</dass>>
Her words got caught in her throat, before looking down, and her eyes widening.
<<dass>>You're still hard.<</dass>>
<<me>>Well... Yeah. No offense, but you aren't that good.<</me>>
That made her giggle, and slap my arm playfully again.
<<dass>>Shut up! I mean, that's something I can... fix.<</dass>>
<<me>>Oh yeah?<</me>>
I leaned down, kissing her again, before she pushed me on my side, then my back, and moving down between my knees. She took a good look at my cock, before taking it in her hand.
<<dass>>It's so warm.<</dass>>
She said, stroking it slowly, getting it closer to her face.
<<dass>>Does that feel good?<</dass>>
<<me>>It does.<</me>>
<<dass>>Good. I want to make you feel good.<</dass>>
She whispered, before taking my cock into her mouth, sucking on it.
<img class="rightimg" src="images/Characters/Town/College/DAss/04.webp">\
<<me>>That's a good girl.<</me>>
I muttered, causing her to smile, and start sucking harder, pushing my cock further into her warm mouth. She stared up at me, the entire time watching for any movement.
<<me>>That's it. You're gonna make me cum.<</me>>
She smiled, as she pushed my cock into her throat.
<<me>>Are you gonna be a good girl, and swallow my cum?<</me>>
She moaned, nodding as emphatically as she could with my cock deep in her mouth.
<<me>>You want to please me, don't you?<</me>>
Again she nodded, as I felt my cum rising. I reached up, placing my hand on her head, pushing my cock deeper, causing her to groan.
<<me>>You want to follow what I say, don't you?<</me>>
She moaned out, as I pushed her head down. She didn't resist at all, her eyes never breaking contact with mine, her look telling me she wanted nothing more than for me to use her face as a fleshlight. I complied, as I pumped her head up and down.
<<me>>I'm about to cum. Are you going to be a good, obedient girl?<</me>>
<img class="leftimg" src="images/Characters/Town/College/DAss/05.webp">\
She moaned out again, nodding. I grunted, as I shot my first rope directly down her throat. I leaned back, and kept pumping into her mouth as my cock shot my load. After a few pumps, I pulled out, and finished on her face, covering her mouth in my cum. As I did, she groaned.
<<dass>>Oh god, yes. Did that feel good for you?<</dass>>
I reached down, caressing her face.
<<me>>That felt fucking good.<</me>>
She smiled, and rested her head on my thigh, giving my softening shaft soft kisses.
<<me>>So, why is a beauty like you waiting so long for release. If you wanted to, you could have any guy you wanted.<</me>>
She giggled, her face not leaving my thigh.
<<dass>>I've just been super busy with work.<</dass>>
She said, in between kisses to my cock. As she continued, I could feel the blood rushing in again. Even then, I steered the direction.
<<me>>Where do you work?<</me>>
<<dass>>The college.<</dass>>
<<me>>Sweet. Can I brag that I scored with a professor?<</me>>
I said, jokingly. She giggled at that.
<<dass>>Sorry. I'm the assistant to the dean.<</dass>>
<<me>>And that keeps you busy?<</me>>
<<dass>>Yeah.<</dass>>
<<me>>Why? What do you do all day?<</me>>
<<dass>>I do her schedule, her meetings, checking her work, bringing her food, since she will work to exhaustion, make sure she isn't interrupted, things like that.<</dass>>
<<me>>She sounds like a real slave driver.<</me>>
<<dass>>No, she's... She's driven.<</dass>>
<<me>>Hey, no need to hold back with me.<</me>>
She finally opened her eyes, looking up at my, half her face still behind my cock. She inspected me, before closing her eyes again, and giving my balls a kiss.
<<dass>>No, she's a hard worker, and wants me to be one too. It's not a bad thing, just... it's a lot. And besides, it got better recently.<</dass>>
<<me>>Why?<</me>>
<<dass>>She had some problem with her husband, and it was stressing her out.<</dass>>
<<me>>He cheat on her?<</me>>
She shook her head, not breaking contact with my rapidly hardening cock.
<<dass>>That's what I thought at first, but when I asked, she made it clear it wasn't anything like that.<</dass>>
<<me>>Huh. Any idea what it was?<</me>>
<<dass>>I didn't really get into it. Besides...<</dass>>
She reached up to my cock, now hard, stroking it again.
<<dass>>Is that what you want? Or do you-<</dass>>
She stopped suddenly, and I looked down at her, as she looked up in surprise, before turning to guilt.
<<dass>>Oh, no.<</dass>>
<<me>>W-what?<</me>>
I ask, worried I had been found out.
<<dass>>Please don't hate me.<</dass>>
She said, letting go of my cock.
<<me>>What do you mean?<</me>>
<<dass>>You need to go.<</dass>>
<<me>>Oh.<</me>>
I looked down at my hard cock, and she looked at it as well.
<<dass>>I know, I'm sorry, I don't mean to kick you out like this.<</dass>>
She poked my cock, causing it to swing.
<<dass>>Trust me, I want nothing more than to drain your balls, and feel you inside me-<</dass>>
I groaned as I heard that, and she flinched.
<<dass>>S-sorry. M-my switch is flipped too. But I have work tomorrow, very early. And I never miss work<</dass>>
I sigh, and nod.
<<me>>Fine. But only if I can get your number.<</me>>
<<dass>>Deal. The way I see it, I owe you.<</dass>>
She giggled, and I got dressed, made more difficult by my cock. I tried going soft, but seeing <<ndass>>, it was a challenging task. After a minute, she walked me out, and we shared a quick kiss, before I left.
<<met>>That worked out, surprisingly.<</met>>
<<cain>>You doubted me?<</cain>>
<<met>>A little.<</met>>
<<cain>>One day, youngling, you'll realize that I've spent a long time downstairs. I know how to corrupt.<</cain>>
<<met>>Fair enough. Now what?<</met>>
<<cain>>Well, you found one weak link. Now try to find another one.<</cain>>
<<met>>On the husband?<</met>>
<<cain>>Correct.<</cain>>
I nodded, and made my way home. Time for more research.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>><</linkreplace>><</class>>\
\
\
\
<<elseif $replay is "dass-2">>\
\
\
\
It's been a few days, and although it had been something I did with a goal in mind, it was fun. Considering what my life has become, I thought it was my imperative to keep the good times rolling.
With that in mind, I walked off the elevator, entering the top floor of the staff section of the College. It wasn't completely unfamiliar. I had been here when finding the Priestess of Pride the first time around. This time, I wasn't trying to hide. I walked in with confidence, and made my way to where I remembered it being. The Deans office. I turned the corner, and smiled, as I spotted <<ndass>>. I walked up to the desk without her even noticing I was there. A small rap on the table got her attention.
<img class="leftimg" src="images/Characters/Town/College/DAss/06.png">\
Her first reaction was clear. She was annoyed. I imagined the dean got a lot of requests for meetings, so someone showing up unprompted was likely aggravating. She opened her mouth, about to say something, before she realized who I was. Her second reaction was cuter, as her face lit up with a large smile. She stood up, and again opened her mouth to say something. Then her third reaction, was flushed cheeks, as she looked around. While it wasn't the most public area, there were two different women looking our way. Each one was a secretary, I assumed, since they were each in their own desk area, guarding a respective door. However, none even half as attractive as the blushing beauty in front of me.
<<me>>Hey.<</me>>
<<dass>>Hey!<</dass>>
She again looked around, her face getting redder, as she realized she responded a bit too loudly.
<<dass>>What are you doing here?<</dass>>
I put both of my hands over my heart, and put on my hurt face.
<<me>>Oh. And here I thought we had a great night the other day.<</me>>
Apperently I was too convincing, as her face filled with worry.
<<dass>>We did!<</dass>>
Followed by more looks from the other women. She got quieter again, but not before flashing me a smile.
<<dass>>I had a lot of fun.<</dass>>
<<me>>Good. Because I just wanted to see you.<</me>>
I walked around her desk, and sat on it, getting close, her breath getting a bit deeper.
<<dass>>I wanted to see you too.<</dass>>
Her finger slowly moved towards me, running it down my hand, as she bit her lip.
<<me>>Well then it's good I'm here, no?<</me>>
I leaned forward, her eyes closing as I reached-
Here eyes shot open as one of the women further away coughed, making her realize where we were. She quickly stopped me.
<<dass>>I... I'm working right now.<</dass>>
She said, trying to find an excuse. I nodded, pulling away. Still, I smiled as I felt her finger on the back of my hand again.
<<me>>Oh come on. You work hard, I know that much. You can't take a break?<</me>>
Her breathing got deeper, as our eyes met. Her conviction was clearly crumbling.
<<me>>Besides. you owe me one, if you remember.<</me>>
I leaned forward again, hearing a whimper from her as our lips met. However, before I could push it any further, she pulled away, walking around me and pulling me into the deans office, closing the door, and leaning onto it. I took a look around, then turned to <<ndass>>, who was still at the door.
<<me>>Ooh, you're a naughty girl, aren't you?<</me>>
I asked, walking over to the desk in the room. It was a very intricate design, although heavy and wooden. I walked around it, and took a seat in the deans chair.
<<me>>Doing it in the boss' office huh?<</me>>
That managed to snap her out of her daze, as she finally registered where I was.
<<dass>>Wha- No, I just... I didn't want the other girls to see me.<</dass>>
She pushed away from the door, and walked over to me.
<<dass>>And get off of there.<</dass>>
I smiled at her, and pulled my cock out. However, I realized she couldn't see it due to the desk obstructing the view, so I moved backwards, so she could see it in all it's glory.
<<dass>>What...<</dass>>
She looked back at the door, her earlier blush returning, then back at me.
<<dass>>Put that away!<</dass>>
<<me>>Like I said <<ndass>>. You owe me one, don't you?<</me>>
<<ndass>>'s breathing slowed, as she watched me pump my cock, getting it harder right in front of her.
<<me>>So why don't you be a good secretary...<</me>>
I spread my legs further.
<<me>>And get your boss off.<</me>>
<<ndass>>'s eyes darted from mine, to my cock.
<<Button 'Get to work' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "random1-1">>\
\
\
\
<img class="rightimg" src="images/Characters/Misc/Random Girls/5.webp">\
Walking onto the college, I basked in the attention I was getting from the girls here. It felt great being somewhere filled with attractive, young women, who would jump for a chance to-
<<cain>>Alright, cool it a little. Here for a reason.<</cain>>
<<met>>Of course, of course, but there's no reason why we shouldn't be having try outs.<</met>>
As I said that, I walked past two girls, who stared at me, biting their pencils, trying to get my attention. When they turned around and flipped their skirts, they succeeded. It was only by the tug I felt coming from <<ncain>> that I kept moving.
<<cain>>So long as those tryouts are happening towards a focused goal, that's something I can get behind.<</cain>>
<<met>>Speaking of things I can get behind...<</met>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/6.webp">\
I spotted a girl sitting alone at a desk. She was focused on her book, and hadn't noticed me approaching her. I extended my hand, and cleared my throat.
<<me>>Hello.<</me>>
She looked up at me, and I watched as pure attraction covered her face, excitement as she, maybe subconsciously, spread her legs open a little.
<<me>>I was wondering if I could have a moment of your time.<</me>>
<<linebreak>>
<<me>>How does that taste slut?<</me>>
The girl on her knees moaned, as she stuffed more of my cock down her throat.
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Really good.</span><</say>>
<<me>>Well keep it up. Make me cum, and I'll not only give you a job, but you'll also get to swallow it.<</me>>
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Thank you sir!</span><</say>>
<img class="rightimg" src="images/Characters/Misc/Random Girls/7.webp">\
She moaned out, putting more enthusiasm on the blowjob I was getting. I leaned back, and grabbed her head, beginning to piston my hips up into her throat.
<<say 'School Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Ggaahgag.</span><</say>>
She didn't put up any resistance as I began fucking her face properly, and before long, I could feel my cock start to twitch.
<<me>>Is the slut ready for her meal?<</me>>
I grunted, as she nodded as well as she could, her hands massaging my balls.
<<me>>That's right. Your new favorite meal is right in there. Now be a good girl, and take my load.<</me>>
<<linebreak>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/8.webp">\
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Cum inside me daddy!</span><</say>>
<<me>>Shut the fuck up and tighten your pussy slut.<</me>>
I grunted as I continued fucking her. After I shot my load down the last ones throat, and told her I might call her, I found another girl., Apparently the college had a basketball team, and impressively enough, they even had a cheerleader squad. One of which I was fucking in the now empty locker room.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">I'm sorry daddy. You're so much bigger than my boyfriend.</span><</say>>
I slapped her ass, and continued fucking into her.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">You're gonna make me cum!</span><</say>>
<<me>>You like that, don't you?<</me>>
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Yes!</span><</say>>
<<me>>I'm gonna cum soon. Where do you want it?<</me>>
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">Inside me. I want to feel your cum inside me!</span><</say>>
She said, throwing her head back, as her pussy tightened around my cock, pushing me over the edge, as I pushed my cock deep inside her.
<<me>>Take my load you whore.<</me>>
I grunted out, as I felt my load shoot deep inside her, rope after rope coating her womb with my cum. She wasn't responding, as a low moan exitted her, her legs shaking lightly as her orgasm hit her. I pulled out and pushed back into her, thrusting a bit deeper each time, before finally pulling out and letting her go, as she tumbled onto the ground. I pointed my cock at her, and shot the last few ropes over her shaking body. I sighed, and looked around, finding her clean clothes she was going to change into. I reached down and grabbed her shirt, and used it to clean her juices off my cock, before throwing it onto her.
<<me>>Alright slut. I might call you. You might be able to make me some money.<</me>>
She smiled weakly, still recovering from her climax.
<<say 'School Girl' 'images/character icons/One Time/2.png'>><span style="color: #ff6bb5">T-tthank you daaaddy...</span><</say>>
I turned around, walking out of the locker room, making sure my pants were zipped up.
<<cain>>So?<</cain>>
<<met>>So, I think I got my sample here. And it's late enough. Time to taste test the girls from Sonar.<</met>>
<<Button 'Head to Sonar' 'Replay2' '.contbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "random1-1">>\
\
\
\
Entering the main room of Sonar, my ears were hit with the large wall of noise, and my eyes assaulted by the various different light shows that were moving along to said noise. I tried not to judge, but this place wasn't really my type of spot. Or, at least it wasn't before. But now?
<img class="leftimg" src="images/Characters/Misc/Random Girls/1.webp">\
Well, let's just say the free flowing alcohol, in combination with the powers of Lust, made the simple walk through the building a lot more appealing.
<<cain>>Need I say anything?<</cain>>
<<met>>No, you really don't.<</met>>
I said, standing in an uplifted area of the club, allowing me to get a good look around.
<<met>>Man on a mission.<</met>>
I found a couple of good targets, and made my way around.
<<linebreak>>
<<me>>Make sure you get this all in frame.<</me>>
<<say 'Club Guy' 'images/character icons/One Time/5.png'>><span style="color: #6b9aff">Y-yeah.</span><</say>>
The guy grunted, as I tightened my grip on his girlfriend's hair. I had found this nice couple, who seemed to be happy together, and was now fucking the girls face in the bathroom, while the guy recorded it all on his phone.
<<me>>Your girl is a properly trained whore, she loves my cock, don't you slut?<</me>>
<img class="rightimg" src="images/Characters/Misc/Random Girls/4.webp">\
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">It's fucking perfect.</span><</say>>
She said, admiring my cock that was covered in her spit.
<<me>>Which do you prefer, mine, or your boyfriends?<</me>>
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">Yours. God, yours, every day of the week.</span><</say>>
She said, rubbing my cock all over her face. I watched the boyfriend wince a little, even as he was rubbing his cock through his pants. It had only taken ten minutes after I introduced myself before I managed to convince them to let me cuck him. Well, I say I convinced them, but it was more like she convinced her boyfriend to let her choke on my cock.
<<say 'Club Girl' 'images/character icons/One Time/4.png'>><span style="color: #ff6bb5">Ggguguug.</span><</say>>
And choke on it she did, as she took it deeper and deeper with each stroke.
<<me>>Like I said, make sure this is all in frame. This slut might work for me one day, and I'll want to keep it as a memory.<</me>>
<<linebreak>>
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">I can't believe I'm doing this.</span><</say>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/3.webp">\
She grunted, as I fucked her from behind. This girl was apparently celebrating her last night of freedom. She was getting married the next day, and her friends thought it would be a good idea to bring her to the club. Just for fun. And now, for my pleasure.
<<me>>What would your future husband say if he saw you, bent over, getting fucked by a guy you don't even know?<</me>>
I felt her pussy tighten up as I said that, leaning in to grab her tits.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">He would break up with me!</span><</say>>
<<me>>Well maybe I should stop then.<</me>>
I said, pulling my cock out until just the head of it was inside of her.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">No!</span><</say>>
She slammed her hips back, her pussy tightening up again as my cock pressed against her cervix.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">You feel amazing inside me.</span><</say>>
<<me>>You're such a slut, aren't you?<</me>>
I reach down, grabbing her hair like a leash, and pumping into her harder.
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">Yes! I'm such a slut!</span><</say>>
<<me>>And I'm not even wearing a condom. Do you let your fiance fuck you raw?<</me>>
<<say 'Club Girl' 'images/character icons/One Time/3.png'>><span style="color: #b76bff">No. Only you. You fuck me like the slut I am!</span><</say>>
<<me>>Well I'm not going to pull out.<</me>>
The walls of her hole squeezed my cock at hearing that.
<<me>>You like that, don't you slut? Getting knocked up by a stranger on the eve of your wedding?<</me>>
She didn't respond except by moaning, as my words were pushing her over the edge. I grunted, and began firing my cum directly inside her, hilting my cock as deep as I could.
<<me>>Well the good news is that tomorrow night, you can pretend like he's the one that's impregnating you.<</me>>
I groaned at her, feeling each rope shoot into her womb. I leaned forward, and growled into her ear.
<<me>>When we both know it's me doing that.<</me>>
I leaned back, letting all of my cum exit, before pulling out. I walked around her, and grabbed her hair, as she was gasping, still experiencing her orgasm, and began cleaning my cock with it.
<<me>>But hey. Maybe it won't be a stranger in a club that knocked up you.<</me>>
I let go of her hair, and walked to the door of the private room.
<<me>>Maybe it will just be your boss.<</me>>
I exited the room as I heard her moan, her legs twitching one last time.
<<met>>Well that was fruitful.<</met>>
<<cain>>Here comes the hard part. Which do you want to choose? High risk, high reward? Or slow, but steady?<</cain>>
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>><<if $replay is "cov4-1">>\
\
\
\
I walked into the store, feeling a bit awkward as I did. It's funny how normal it became to walk in here when it was just to get lessons from <<ncov1>>, but now that I was looking for their products? I felt a bit out of place. Still, I continued on, looking through their supplies, although not having much luck. They did have some outfits, although they fell into either pure lingerie, or the more traditional stuff; nurses, librarians, even sexy office worker. I figured they wouldn't have anything like that, but since I was here, I figured it was worth at least asking. I approached the counter, where as usualy, <<ncov4>> sat as she leafed through a magazine, looking uninterested. Before I could say anything, she spoke up.
<img class="leftimg" src="images/Characters/Town/Coven/Count/03.png">\
<<cov4>>Looking for <<nsis2>>?<</cov4>>
<<me>>No, actually. I came looking for you.<</me>>
That finally made her put the magazine down, as her eyebrow lifted, inspecting me with a mischivious smirk.
<<cov4>>Oh yeah?<</cov4>>
<<me>>It's nothing like that. I need help with a... project at work. And this was the first place that I thought of when I realized what I would need.<</me>>
She tilted her head, leaning back a little, giving me a better look at her ample cleavage.
<<cov4>>And what does the big, bad, Lust mage want from little old me?<</cov4>>
She asked, her pitch slightly higher than usual, as she tilted her body to make her tits jiggle. I cleared my throat.
<<me>>I work at Splashart, the comic store. We're looking to hire some girls to wear cosplay, to attract more guys to come in.<</me>>
<<cov4>>Oh? Will the girls be dressing up as heroines with nice large dildos pressing right against their defenseless wombs?<</cov4>>
She asked, her words dripping with lust. I took a step back, as I felt my cock begin to harden, and cleared my throat again.
<<me>>N-no. They just need costumes. I imagine you guys sometimes buy those sorts of things. I just wanted to see if you guys had anything of the sort. Clearly I was wrong, so-<</me>>
<<cov4>>Well...<</cov4>>
She looked me up and down, thinking about something, before sighing, and standing up.
<<cov4>>Alright, I think we have those sorts of things. Come on.<</cov4>>
She turned around, and opened the door behind her. Since she opened it with no key, it led right into the backroom I had seen before. I followed her into it, and she pointed at the couch in the room.
<<cov4>>Sit here. I have to look through our inventory.<</cov4>>
<<me>>I can help if you want.<</me>>
<<cov4>>Trust me. It'll be faster if I do it myself.<</cov4>>
She said, pushing me lightly. I fell back onto the couch, and she smiled at me, as she made her way into one of the many backrooms. I waited for a couple of minutes, pulling out my phone to kill some time. After around 10, I called out to her.
<<me>><<ncov4>>! Are you sure I can't-<</me>>
<img class="rightimg" src="images/Characters/Town/Coven/Count/04.png">\
I shut up as <<ncov4>> walked out of the backroom, wearing a sexy nun outfit. It took me a few moments before I realized why it had looked so familiar. It was a costume from one of the main characters from one of the more popular manga that we sold. I stood up, smiling.
<<cov4>>Something like this?<</cov4>>
<<me>>Wh- Yes! That's perfect, holy crap. I didn't think you guys would have something like this.<</me>>
I said, walking up to her and looking closer, inspecting the details. It was surprisingly accurate.
<<cov4>>It's fairly new. As these sorts of things get more popular, we've had to stock up. After all, roleplaying has always been big in the bedroom.<</cov4>>
<<me>>Shit, that's great. Do you have others?<</me>>
<<cov4>>It only took so long because I couldn't decide which one to wear.<</cov4>>
She said, a smirk growing on her face.
<<cov4>>Not a ton of anime stuff, but we have plenty of heroine costumes.<</cov4>>
She took a step close to me, her voice getting quieter and breathy.
<<cov4>>You wouldn't believe how common a fantasy it is for men to be able to have their way with all of these women from their favorite movies. Usually with force.<</cov4>>
<<me>>O-oh. Well, I-<</me>>
<<cov4>>Or how common it is for women.<</cov4>>
She took another step towards me, her chest pressing against my own.
<<cov4>>To be dressed in a way that makes you feel so powerful, and strong. And then have that all ripped away from you. Have a man use you as nothing but a gutter slut.<</cov4>>
I could feel the blood rushing down. I reached up, my hand slowly tracing her arm, until I reached up to her neck, her head tilting up to provide access.
<<me>>How powerful do you feel right now.<</me>>
<<cov4>>Top of the world.<</cov4>>
I wrapped my hand around her neck, squeezing it lightly, eliciting a moan from <<ncov4>>.
<<me>>Well I'm just here to buy some costumes. I wouldn't want to interfere with your job.<</me>>
She smirked at me.
<<cov4>>Oh? How about this. You and me have some innocent fun, and I'll see what I can do about getting you any costume you need.<</cov4>>
That actually managed to attract my attention over the beautiful woman in front of me.
<<me>>Wait, really?<</me>>
<<cov4>>Really.<</cov4>>
She looked me up and down, and took a deep breath.
<<cov4>>I've never met a Lust mage before. I want to see if it's anything worth... tasting.<</cov4>>
She said, her tone filled with lust. I squeezed her throat again, causing her to smile widely.
<<class "lustbut">><<linkreplace "Show her its worth every second">><<me>>You've finally been beaten. And now look at you.<</me>>
<<ncov4>> didn't skip a beat, as she fell right into her role. She reached up, grabbing my arm and feigning any real attempt to pull me off of her.
<<cov4>>You won't get away with this. You'll be defeated.<</cov4>>
<<me>>You underestimate me. Which is how you've found yourself in this position. Free to do with as I please.<</me>>
I reached up, grabbing her tit through her thin outfit, causing her to moan.
<<cov4>>Unhand me, you scum.<</cov4>>
<<me>>You would do well to learn your place, slut.<</me>>
I said, throwing her onto the couch behind me.
<<cov4>>What are you going to do to me?<</cov4>>
I reached forward, grabbing her hair roughly, getting close to her face.
<<me>>I'm going to teach your body that you are no longer a hero.<</me>>
<<cov4>>N-no.<</cov4>>
<<me>>That you're just a whore.<</me>>
<<cov4>>Slap me.<</cov4>>
She whispered, giving me a wink.
<<me>>W-what?<</me>>
<<cov4>>Come on. A real villain would shut the heroine up with some force. So do it.<</cov4>>
I shrugged internally, as I let go of her, and slapped her lightly.
<<cov4>>No, come on, with some-<</cov4>>
I sighed, and slapped her harder, causing her to smile.
<<cov4>>D-don't hurt me. I'll do what you want.<</cov4>>
<<me>>Yes, you will slut.<</me>>
I reached down, unbuckling my belt, and pulling out my cock.
<<me>>But I don't care.<</me>>
I reached forward, slapping her again, causing <<ncov4>> to elicit a moan.
<<me>>You need to learn your place is with my cock inside you.<</me>>
I reached down, and ripped her panties off. I suspected that they were made for doing so, considering how easy it was.
<<cov4>>No! Please! Don't!<</cov4>>
<img class="leftimg" src="images/Characters/Town/Coven/Count/05.png">\
<<me>>Shut the fuck up!<</me>>
I pressed my cock against her pussy, and pushed forward, feeling her tight pussy squeeze around my cock. I reached up, and pulled at her costume roughly, pulling out her tits, and began kneading one roughly, as I slapped the other one.
<<cov4>>Oh god, you're so big!<</cov4>>
She moaned out, as I pulled her nipples.
<<me>>Don't worry whore. You'll get used to it.<</me>>
<<cov4>>No, please!<</cov4>>
She said, a tear beginning to fall down her face. I paused for a moment when I saw it, before I felt her push her hips towards me. Feeling her insides was all the encouragement I needed.
<<me>>It won't be long before your holes are the shape of my cock.<</me>>
<<cov4>>You're a monster.<</cov4>>
<<me>>And I'll parade you through the city streets you once defended.<</me>>
I reached forward, grabbing her throat again, feeling her pussy walls squeeze my cock again.
<img class="rightimg" src="images/Characters/Town/Coven/Count/06.gif">\
<<me>>And everyone will see that you were never a strong, powerful hero.<</me>>
I leaned down, and spat on her face, causing her to begin moaning deeply.
<<me>>You were always a super whore, just waiting to be fucked into your rightful place.<</me>>
<<cov4>>Ggggyeessss!<</cov4>>
She managed to get out, as her body began twitching underneath me. I continued pumping into her, riding her orgasm as her pussy walls convulsed around my cock. After a minute, she finally fell limp. I let her go, letting her catch her breath.
<<cov4>>Lord almighty, that was an effective use of Lust.<</cov4>>
She said, basking in her afterglow. I slowly pumped into her, my climax quickly approaching.
<<cov4>>Is this how you fucked <<nsis2>>?<</cov4>>
She asked. I froze, causing her to open her eyes, and smirk at my face. I tried to pull my cock out, but suddenly she wrapped her legs around my hips.
<<cov4>>Did you cum inside your own sister?<</cov4>><<if $fet.inc is 0>>
<<me>>She- We're not related!<</me>>
Was all I could get out.
<<cov4>>Oh, please. If there's anything a witch knows, it's that family isn't blood.<</cov4>><</if>>
<<me>>N-no, I didn't cum inside her.<</me>>
<<cov4>>Oh, so you finished on her tits?<</cov4>>
She asked, tightening her legs around me, my cock pushing back into her.
<<me>>I... I didn't...<</me>>
<<cov4>>Hey, you won't get any judgement from me.<</cov4>>
She said, leaning forward, whispering in my ear as she moved her hips forward and backwards, my own hips beginning to mirror hers.
<<cov4>>Besides, I'll even let you finish inside me. After all, what does the villain care if the heroine gets knocked up.<</cov4>>
I could feel my cock twitch at that, and so could she.
<<cov4>>Oh, you liked that one, didn't you? Does <<nsis2>>'s brother want to knock up her friend? So naughty.<</cov4>>
She licked my ear slowly.
<<cov4>>Maybe I want that too.<</cov4>>
I groaned at that, as I felt my hips move even faster.<<if hasVisited("Sis1: 3-2")>>
<<cov4>>And it's not like you're going steady with <<nsis2>>, right? I remember seeing you with another girl.<</cov4>>
<<me>>Fuck.<</me>>
I groaned out, more in pleasure than guilt.
<<cov4>>I could smell the Lust from her. Did you cum inside her?<</cov4>>
I heistated, before nodding.
<<cov4>>Good boy.<</cov4>><</if>>
<<me>>I-I'm cumming.<</me>>
<<cov4>>Let it all out inside me.<</cov4>>
She whispered in my ear.
<<cov4>>Breed me baby.<</cov4>>
<img class="rightimg" src="images/Characters/Town/Coven/Count/07.png">\
Her words pushed me over the edge, as I pushed deeply inside her, shooting out the largest cumshot I've ever had. I leaned forward, pulling her as close as I could, wanting to fill her womb as much as I could with my ropes of cum. After a minute, I finally finished, and leaned backwards, <<ncov4>> letting her legs go, my cock flopping out of her pussy. She leaned back on the couch, stretching her back, as she rubbed her belly.
<<cov4>>You really liked that, huh? I feel so full.<</cov4>>
<<me>>I don't... That was not what I was expecting.<</me>>
Suddenly, <<ncov4>> stood up, and looked down at me.
<<cov4>>Here you go.<</cov4>>
She handed me a small duffel bag, and I looked up at her.
<<cov4>>Costumes, as promised.<</cov4>>
<<me>>Oh.<</me>>
I inspected the bag, furrowing my brow,
<<me>>It's kinda small. I wasn't this bad.<</me>>
I said, chuckling. She smiled down at me.
<<cov4>>It's bigger on the inside. You were...<</cov4>>
She looked me up and down, and bit her lip.
<<cov4>>Worth tasting.<</cov4>>
I smiled, and stood up. I quickly got dressed, and took the bag. She pointed to the door, as she made her way to the room I remembered to be the bathroom. I opened the door, before turning back.
<<me>>If you ever want a repeat perfor-<</me>>
<<cov4>>Goodbye <<nme>>.<</cov4>>
She said, letting out a giggle, as I felt a push, ushering me out of the room, and closing the door in my face. I sighed.
<<me>>Magic.<</me>>
I looked down at the bag over my shoulder, and slowly opened it. It was, as she said, bigger on the inside, as I was able to see literal shelves inside, with different outfits on the shelves themselves. I sighed again.
<<me>>Magic.<</me>>
I closed the bag, and patted it, as I made my way out of the store. All I would need now is a general plan.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>><</linkreplace>><</class>>\
\
\
\
<</if>>\<<if $svers is 13>><span style="color: #FF8585">Not a bug, just change in the update system. Should only happen once. Please press the button again :)</span>
<</if>><<button [["Update to v0."+ $cvers +""|Room]]>>
<<for $savecheck to $svers; $svers lt $cvers; $savecheck += 1>>
<<if $savecheck is 13>>
<<set $story = {
mainstory: 0,
side1: 0,
side2: 0,
side3: 0,
}>>
<<set $fet ={
inc: 0,
piss: 0,
}>>
<<if $FetInc is 1>><<set $fet.inc to 1>><</if>>
<<unset $FetInc>>
<<if hasVisited("StoryPass1")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass2")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass3")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass4")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass5")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass6")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass7")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass8-Pride")>><<set $story.mainstory += 2>><</if>>
<<if hasVisited("StoryPass8-Wrath")>><<set $story.mainstory += 2>><</if>>
<<if hasVisited("StoryPass9")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass10")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass11")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass12")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass13")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass14")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("StoryPass15")>><<set $story.mainstory += 1>><</if>>
<<if hasVisited("Side1-1")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-2")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-3-1")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-3-2")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-4")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-5")>><<set $story.side1 += 1>><</if>>
<<if hasVisited("Side1-6")>><<set $story.side1 += 1>><</if>>
<<set $svers to $savecheck>>
<<if $cvers is 14>><<goto "Changelog">><</if>>
<<continue>>
<<elseif $savecheck is 14>>
<<set $location.sub1home to 2>>
<<set $sub1m = {
met: 0,
name: "Caroline",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("AssWGF: 1-2") && $asswgf.text lt 2>><<set $asswgf.phone to 1, $asswgf.text to 2, $tAssWGF to 0>><</if>>
<<set $event.side2 to 1>>
<<set $svers to $savecheck>>
<<continue>>
<<elseif $savecheck is 15>>
<<set $fet.sleepscene to 1>>
<<set $fanedition to 0>>
<<set $bankgf.wed to 0>>
<<if hasVisited("StoryPass17")>><<set $event.gen2 to 0>><</if>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 16>>
<<set $comf = {
name: "Barry",
text: 1,
}>>
<<set $comex = {
name: "Nathan",
text: 1,
}>>
<<if ndef $bankm.cuck>><<set $bankm.cuck to 0>><</if>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 17>>
<<set $sub2 = {
met: 0,
name: "Raegan",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $sub3 = {
met: 0,
name: "Anabel",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $asswbfsis1 = {
met: 0,
name: "Tess",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("Sub1: 2-1")>><<set $player.girlfriend to 1>><<else>><<set $player.girlfriend to 0>><</if>>
<<set $inv.collkey to 0>>
<<set $busids ={
met: 0,
name: "Sofia",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<if hasVisited("FamMix: 1-2") && $sis1.scene.includes(5)>><<set $sis1.scene.deleteFirst(5)>><</if>>
<<if hasVisited("FamMix: 1-2") && $sis2.scene.length lt 1>><<set $sis2.scene.pushUnique(5)>><</if>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 18>>
<<set $player.spells to 0>>
<<set $sis3.re to 0>>
<<set $coun1d ={
met: 0,
name: "Kailey",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $coun1df = {
met: 0,
name: "Savanah",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $coun1m = {
met: 0,
name: "Talia",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $coun1s = {
met: 0,
name: "Roselyn",
marked: 0,
scene: [1],
percent: 0,
phone: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $crim1 ={
met: 0,
name: "Mikaela",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $commish ={
met: 0,
name: "Claudia",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $commisha ={
name: "Fernando",
text: 1,
}>>
<<set $commishs ={
met: 0,
name: "Ashley",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
}>>
<<set $event.commish to 0, $event.commishs to 0, $event.crim1 to 0, $event.busids to 0, $event.busid to 0, $inv.sonarkey to 0>>
<<if ndef $event.mainstory>><<set $event.mainstory to 0>><</if>>
<<if ndef $location.midtown>><<set $location.midtown to 1, $location.brighttown to 1>><</if>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 19>>
<<set $oldinv to $inv>>
<<set $inv ={
image: [],
text: [],
keys: [],
keystext: [],
}>>
<<if $oldinv.phone is 1>><<invadd 'Phone'>><</if>>
<<if $oldinv.hexbag is 1>><<invadd 'Hex Bag'>><</if>>
<<if $oldinv.mold is 1>><<invadd 'Cock Mold'>><</if>>
<<if $oldinv.sis1p is 1>><<set $inv.image.pushUnique("images/Inventory/SPanties.png"), $inv.text.pushUnique("" + $sis1.name + "s panties")>><</if>>
<<if $oldinv.bankwkey is 1>><<invkeyadd 'Harding Home Keys'>><</if>>
<<if $oldinv.collkey is 1>><<invkeyadd 'College Keys'>><</if>>
<<if $oldinv.sonarkey is 1>><<invkeyadd 'Sonar Keycard'>><</if>>
<<unset $oldinv>>
<<if hasVisited("StoryPass19") && $story.mainstory lt 20>><<set $story.mainstory += 1>><</if>>
<<set $lHome = ["room", "bathroom", "momroom", "sis1room", "sis2room", "sis3room", "living", "kitchen"]>>
<<set $lSub = ["park", "bankwhome", "sub1home"]>>
<<set $lMid = ["comic", "hosp", "apart"]>>
<<set $lCollege = ["gym", "deans", "english", "business", "arts", "tech", "psych", "chem"]>>
<<set $lShop = ["store", "dealer"]>>
<<set $lDown = ["bank", "border", "stock", "hotel"]>>
<<set $lCity = []>>
<<set $lBright = ["sexshop", "sonar", "bar"]>>
<<set $lChurch = []>>
<<set $asswgfbf = {
name: "Max",
text: 1,
}>>
<<if ndef $location.midtown>><<set $location.midtown to 1, $location.brighttown to 1>><</if>>
<<set $svers to $savecheck>>
<<continue>>
<<elseif $savecheck is 20>>
<<set $store ={
shelf1: 0,
shelf2: 0,
}>>
<<set $lSub.pushUnique("sub2home"), $lSub.pushUnique("sub3home"), $lSub.pushUnique("sub4home"), $lSub.pushUnique("sub5home"), $lSub.pushUnique("sub6home"), $lSub.pushUnique("hospadhome")>>
<<if hasVisited("BankC: 6-2")>><<set $inv.keys.pushUnique("images/Inventory/BankC Key.png"), $inv.keystext.pushUnique("" + $bankc.name + "s apartment key")>><</if>>
<<if $lMid.includes("bankchome")>><<set $lMid.deleteFirst("bankchome"), $lMid.deleteFirst("asswhome"), $lMid.deleteFirst("asswgfhome"), $lMid.pushUnique("apart")>><</if>>
<<set $keys ={
coll: 0,
sonar: 0,
}>>
<<if $inv.keystext.includes("College Keys")>><<set $keys.coll to 1>><</if>>
<<if $inv.keystext.includes("Sonar Keycard")>><<set $keys.sonar to 1>><</if>>
<<set $set ={
re: 1,
wake: 1,
}>>
<<unset $fet.sleepscene>>
<<set $location.midtown ??= 1, $location.brighttown ??= 1>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 21>>
<<set $event.coun1d to 0, $event.busids to 0>>
<<set $location.midtown ??= 1, $location.brighttown ??= 1>>
<<unset $mom1.re, $mom2.re, $sis1.re, $sis2.re, $sis3.re, $comb.re, $comc.re, $bankc.re, $bankw.re, $bankm.re, $sub2.re, $sub3.re, $nun1.re, $assw.re, $crim1.re, $asswgf.re, $asswbfsis1.re, $busid.re, $busids.re, $commish.re, $commishs.re, $cov1.re, $cov2.re, $cov3.re, $cov4.re, $dean.re, $coun1d.re, $coun1df.re, $coun1m.re, $coun1s.re, $sub1.re, $sub1m.re, $bankgf.re, $hospad.re>>
<<set $mom1.re = [], $mom2.re = [], $sis1.re = [], $sis2.re = [], $sis3.re = [], $comb.re = [], $comc.re = [], $bankc.re = [], $bankw.re = [], $bankm.re = [], $sub2.re = [], $sub3.re = [], $nun1.re = [], $assw.re = [], $crim1.re = [], $asswgf.re = [], $asswbfsis1.re = [], $busid.re = [], $busids.re = [], $commish.re = [], $commishs.re = [], $cov1.re = [], $cov2.re = [], $cov3.re = [], $cov4.re = [], $dean.re = [], $coun1d.re = [], $coun1df.re = [], $coun1m.re = [], $coun1s.re = [], $sub1.re = [], $sub1m.re = [], $bankgf.re = [], $hospad.re = []>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 22>>
<<set $DNC to $sis1.name>>
<<set $location.midtown ??= 1, $location.brighttown ??= 1>>
<<if ndef $jour1>>
<<set $jour1 = {
met: 0,
name: "Stacy",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<</if>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 23>>
<<if $cvers is 23>><<goto "Changelog">><</if>>
<<set $location.midtown ??= 1, $location.brighttown ??= 1>>
<<set $commishas ={
met: 0,
name: "Ashley",
marked: 0,
scene: [1],
phone: 0,
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<set $commishs = {
met: 0,
name: "Eric",
marked: 0,
scene: [1],
percent: 0,
loc: "Home",
sub: 0,
text: 1,
re: [],
}>>
<<if hasVisited("ManifestSin: Wrath4")>><<set $commishas.met to 1, $commishas.phone to 1, $commishas.percent += 1, $tCommishaS to 0>><</if>>
<<set $bar ={
name: "Sid",
text: 1,
}>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 24>>
<<set $DNC to $sis1.name>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 25>>
<<set $DNC to $sis1.name>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 26>>
<<set $DNC to $sis1.name>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<<elseif $savecheck is 27>>
<<set $DNC to $sis1.name>>
<<set $svers to $savecheck>>
<<set $scene to 0>>
<<continue>>
<</if>>
<<set $svers to $savecheck>>
<</for>>
<</button>><<if visited("BankW_RM") gt 1>><<set _bankw to random(1,3)>><div style="text-align: center;"><img style="height: 371px; border-radius: 0.3em; filter: drop-shadow(0px 0px 5px black);" @src="'images/Characters/Town/Bank/Wife/Repeat/Intro'+ _bankw +'.webp'"></div>\
<<bankw>>Welcome sir. Your bitch needs her bone!<</bankw>>
<<nobr>><div class="repeatgrid">
<div class="repeatgrid1"><span id="bankmcuck"><<include "jasperwatchbutton">></span></div>
<div><<button "Handjob">><<goto "BankW: HJ">><<set $scene to 1, $bankw.hj to 1>><</button>></div>
<div><<button "Blowjob">><<goto "BankW: BJ">><<set $scene to 1, $bankw.bj to 1>><</button>></div>
<div><<button "Fuck Her">><<goto "BankW: Fuck">><<set $scene to 1, $bankw.fuck to 1>><</button>></div>
<div><<button "Anal">><<goto "BankW: Anal">><<set $scene to 1, $bankw.anal to 1>><</button>></div>
</div><</nobr>>
<<Button 'Leave' 'BankW' '.return2' '$f to 1'>><<else>><<set $bankm.watch to 0, $bankm.cuck to 0>><<nobr>>
<</nobr>>I approached the door, and pushed the key into the lock, feeling a satisfying click as the mechanism spun. The key officially worked! I entered the house, and made my way down the entrance hallway. I found the couple I was looking for in their living room. As I walked in, both of them had the usual reaction. <<nbankm>> looked a bit worried, not before looking at his wife, which amused me, as we both saw adoration in <<nbankw>>'s face.
<<bankw>>Sir!<</bankw>>
She jumped out of her chair, and took a step, before stopping, and getting down on all fours, crawling over to me. I leaned down, reaching over and grabbing onto her large breast hanging down, manhandling it through her outfit.
<<me>>That's a good little bitch.<</me>>
She smiled up to me, proud.
<<me>>Bitches don't walk on their feet when their master is home!<</me>>
<<nbankw>> nodded lightly, giving my hand soft pecks.
<<bankm>>What are you doing here?<</bankm>>
I flicked my eyes over to <<nbankm>>, who gulped as my eyes met him.
<<bankm>>...Sir?<</bankm>>
I nodded, and focused my attention on the drooling bitch.
<<me>>What do you mean?<</me>>
I stood up, grabbing a handful of <<nbankw>>'s hair, and using it as a leash, began to lead her on all fours down the hallway, towards what I remember was their bedroom.
<<me>>I'm your wifes bull now <<nbankm>>. We signed a contract and everything.<</me>>
<<bankm>>Ah... Yes. That.<</bankm>>
<<me>>And what kind of bull would I be if I left her to get all her pleasure from you? We both know you can't please her.<</me>>
He looked back down at his book, nodding, accepting my logic.
<<me>>Are you ready to get some cock slut?<</me>>
<<bankw>>So ready sir! I need your fat cock filling my holes.<</bankw>>
<<me>>Good girl. Anyway, <<nbankm>>, if you want to watch, feel free to join us. I'm gonna go use your wife's holes.<</me>>
I gripped tighter on <<nbankw>>'s hair, and pulled her into the bedroom. I didn't bother closing the door, and threw her onto her bed.
<<me>>Don't bother being quiet whore. I want your husband to know how much you love my cock.<</me>>
<<bankw>>I wouldn't be able to hold myself back anyways sir.<</bankw>>
She crawled towards me on the bed, and undid my belt, pulling my cock out, rubbing it up and down.
<<bankw>>Besides. I tell that cuck every day that his cock doesn't cut it anymore.<</bankw>>
I pet her hair.
<<me>>Good bitch.<</me>>
<<bankw>>Now, sir, how do you want me? Because your bitch needs her bone!<</bankw>>
<<Button 'Have fun with <<nbankw>>' 'BankW_RM' '.contbut' '$f to 1'>><</if>><div class="bigtextcenter" style="text-align: center;"><<if $set.wake is 0>><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>><<else>><<timed 300ms t8n>>The <<next>>next <<next>>morning...<</timed>><</if>></div>
<<if $set.wake is 1>><<set _bankw to random(1,3)>>
<br>
<br>
<<if _bankw is 1>>
<<timed 1300ms t8n>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/01.webp">
<<bankw>>Did you sleep well sir?<</bankw>><br>
<<nbankw>> asked, giving soft kisses to the shaft of my hardening cock.<br>
<br>
<<me>>Your holes were nice slut.<</me>><br>
<<bankw>>Are you hungry sir?<</bankw>><br>
<<me>>I could eat.<</me>><br>
She flashed me a smile, before reaching into the bedside table, and throwing something over to <<nbankm>>, who was sleeping on an uncomfortable looking cot at the side of the room. <br>
<br>
<<bankw>>Hey, cuck!<</bankw>><br>
<<nbankw>> growled, jostling <<nbankm>> awake.<br>
<br>
<<bankm>>Y-yes dear?<</bankm>><br>
<<bankw>>Our bull is hungry. Go make him some breakfast.<</bankw>><br>
<<bankm>>O-ok honey.<</bankm>><br>
<<bankw>>And go ahead and throw those out.<</bankw>><br>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/02.webp">
She said, pointing to what I now realized was an unopened box of condoms.<br>
<br>
<<bankw>>Now hurry up. Our bull is going to be working up a sweat filling up your wifes hungry holes.<</bankw>><br>
She said, crawling up and rubbing the head of my cock against her wet pussy, before slowly lowering herself, letting out a long, deep moan.<</timed>><br>
<<elseif _bankw is 2>>
<<timed 1300ms t8n>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/03.webp">
I stretch my arms, getting the kinks of sleep out, before looking down, and seeing <<nbankw>> asleep, with my cock in her mouth. I reach down, and slap her lightly, causing her to wake up. It takes her a second to get her bearings, before she begins sucking. I continue stretching, letting her suck on my cock, before she finally pulls back.<br>
<br>
<<bankw>>Thank for fucking my face all night long, sir.<</bankw>><br>
I smiled down at her.<br>
<br>
<<me>>It is what you deserve.<</me>><br>
I thought it up a while back. Before going to sleep, I bottomed out in <<nbankw>>s throat, fucked it until I fed her my cum right to her stomach, then went to sleep still throat deep. <<nbankw>> was happy to do it, and I had to say, I did feel rested. As <<nbankw>> continued sucking, I heard <<nbankm>> wake up.<br>
<br>
<<me>>How did you two sleep?<</me>><br>
<<nbankm>> looked at me, then his wife pleasuring my cock.<br>
<br>
<<bankm>>I woke up a few times. <<nbankw>> wasn't exactly quiet.<</bankm>><br>
<<nbankw>> slowly pulled my cock out, giving the head a soft kiss, before glaring at her husband.<br>
<br>
<<bankw>>Shut the fuck up cuck. That's more orgasms in one night than you've ever given me in a month.<</bankw>><br>
<<me>>Orgasms?<</me>><br>
<<nbankw>> turned to me, the glare towards <<nbankm>> completely gone, replaced with a loving whore.<br>
<br>
<<bankw>>Of course sir. It turns out that you liked pumping your hips while sleeping.<</bankw>><br>
She looked down at my cock, looking at it with pure devotion.<br>
<br>
<<bankw>>You were fucking my face in your sleep sir.<</bankw>><br>
She leaned down, and took my balls in her mouth, running her tongue around each one.<br>
<br>
<<bankw>>And each time you came, I came too. Knowing that even in your sleep, you know I'm nothing but a cum dumpster made to swallow your seed...<</bankw>><br>
She moaned loudly, shuddering from it.<br>
<br>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/04.webp">
<<me>>Well I'll gladly sleep with my cock in your throat any night.<</me>><br>
<<bankw>>Thank you sir. Now if you'll excuse me, I'm going to warm up my breakfast.<</bankw>><br>
She said, dipping down again, and taking both of my balls in her mouth, sucking and cradling them with her tongue.<br>
<br>
<<me>>Good whore.<</me>><br>
<</timed>>
<<elseif _bankw is 3>>
<<timed 1300ms t8n>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/05.webp">
<<bankm>>U-uhm, sir-<</bankm>><br>
<<bankw>>Oh god, I'm cumming!<</bankw>><br>
<<nbankw>> yelled out as I continued fucking her hard against the wall.<br>
<br>
<<me>>Wait!<</me>><br>
I yelled at <<nbankm>>, who nodded and stood back.<br>
<br>
<<me>>I'm about to cum, slut.<</me>><br>
<<bankw>>PLEASE, INSIDE ME SIR!<</bankw>><br>
<<nbankw>> begged as I gribbed her arms behind her back, pressing her fat tits against the wall.<br>
<br>
<<me>>Do you want me to knock you up, whore?<</me>><br>
<<bankw>>More than anything, please sir!<</bankw>><br>
<<bankm>>W-well, sir, I-<</bankm>><br>
<<bankw>>Shut the fuck up cuck.<</bankw>><br>
<<me>>You heard the whore.<</me>><br>
I grunted, hilting inside of her, pressing my cock against the entrance to her womb.<br>
<br>
<<me>>She wants a creampie.<</me>><br>
I groaned as I began shooting my load directly into <<nbankw>>s womb.<br>
<br>
<<bankw>>Yes! Thank you sir! Knock me up in front of the cuck!<</bankw>><br>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/Sleep/06.webp">
She moaned, her walls tightening as she felt the warmth of my cum enter her. I held onto her tightly, making small thrusts, and once I had shot it all out, I let her go. <<nbankw>> collapsed on the ground, twitching from the orgasm by creampie.<br>
<br>
<<me>>Alright cuck, what?<</me>><br>
<<bankm>>T-the closet sir.<</bankm>><br>
He said, pointing at the wall I was fucking <<nbankw>> on, only now realizing it was a built in closet.<br>
<br>
<<me>>Oh. Right.<</me>><br>
I said, stepping back, and watching as <<nbankm>> stepped around his orgasming wife, to put on a suit.<</timed>><br>
<</if>>
<br>
<<timed 1800ms t8n>>
<<if hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<Button 'Leave bed' 'StoryPass16' '.return2' '$scene to 1'>>
<<elseif hasVisited("StoryPass18") && not hasVisited("StoryPass19") && $event.mainstory is 3>>
<<Button 'Leave bed' 'StoryPass19' '.return2' '$scene to 1'>>
<<else>>
<<Button 'Leave bed' 'BankW' '.return2' '$f to 1'>>
<</if>><</timed>>
<<else>><<timed 2.7s>>
<<if hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<goto "StoryPass16">>
<<elseif hasVisited("StoryPass18") && not hasVisited("StoryPass19") && $event.mainstory is 3>>
<<set $scene to 1>>
<<goto "StoryPass19">>
<<else>>
<<goto "BankW">>
<</if>>
<<time>><<day>>
<</timed>><</if>><<if $bankm.watch is 0>>
<<class "repeatbut0">><<button "$bankm.name isn't watching">>
<<set $bankm.watch to 1>>
<<replace "#bankmcuck">>
<<include "jasperwatchbutton">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "$bankm.name is watching">>
<<set $bankm.watch to 0>>
<<replace "#bankmcuck">>
<<include "jasperwatchbutton">>
<</replace>>
<</button>><</class>>
<</if>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/01.png">\
<<if $bankw.hj is 1>>\
<<me>>Why don't you get your master off with your hand.<</me>>
<<nbankw>> nodded, biting her lip as she slowly crawled off the bed, onto her knees, and looked up at me with my cock resting right in front of her face. She reached up, and slowly wrapped her fingers around my cock, and gasped.
<<bankw>>Thank you, sir. for letting this bitch please you.<</bankw>>
<<if $bankm.watch is 1>><<nbankw>> began moving her hand up and down, slowly, then looked over at her husband, <<nbankm>>, who was sitting on a chair in the corner.
<<bankw>>Look how big his cock is honey.<</bankw>>
<<nbankm>> nodded, swallowing lightly.
<<bankw>>How did I ever think your small cock could please me.<</bankw>>
She leaned forward, taking a deep breath right against my cock. She smiled, and leaned back, pumping my shaft.
<<else>><<nbankw>> began moving her hand up and down, slowly, as she stared right up at me, inspecting me closely.<</if>>
<<bankw>>Does this feel good sir?<</bankw>>
<<me>>I've had better slut.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/HJ1.webp">\
She nodded, and moved her head forward, giving my balls a tender kiss.
<<bankw>>I'm sorry sir. I'll do better, so your bitch can earn the cum inside your balls.<</bankw>>
I nodded, smiling, before putting my hand on her head, pushing her back down.
<<me>>Why don't you put your mouth to better use, and put my balls in them.<</me>>
<<nbankw>> nodded, smiling, letting me guide her down until her mouth was once again on my balls, giving them soft kisses, before opening her mouth, and bringing them into her mouth.
<<me>>That's a good little bitch.<</me>>
She moaned in appreciation, her hand beginning to move faster.
<<me>>There we go. You're working so hard for your next meal aren't you?<</me>>
She nodded, bringing her second hand to my cock, slowly working her fingers on the head, as her other pumped at my shaft. I laid back on the bed, letting the slut slowly bring my orgasm closer and closer.
<<if $bankm.watch is 1>><<me>>I have to tell you, I'm almost jealous of you <<nbankm>>.<</me>>
<<nbankm>> flinched at hearing his name.
<<bankm>>W-why sir?<</bankm>>
<<me>>Well you have such a high quality whore living under the same roof as you.<</me>>
<<nbankm>> nodded, and smiled lightly at the sight of his wife cleaning my balls with her tongue.
<<bankm>>W-well, I wouldn't put it like that, but-<</bankm>>
<<me>>Yeah, I don't really care. Just shut up, and watch your wife work my cock with her hand, ok cuck?<</me>>
<<bankm>>Y-yes, sir.<</bankm>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/HJ2.webp">\
<</if>><<bankw>>Are you close sir?<</bankw>>
<<nbankw>> asked, pumping at my cock faster, a line of saliva still connecting my balls and her mouth.
<<me>>Yeah.<</me>>
<<bankw>>Are you going to cover my face in your cum sir?<</bankw>>
<<me>>Maybe.<</me>>
I looked down at her, her tits jiggling as she worked her hand up and down my shaft.
<<me>>Maybe I cover your udders in my seed.<</me>>
I leaned back down, just enjoying the handjob.
<<bankw>>Whatever you want sir. Your bitch would love your cum on anywhere you want it.<</bankw>>
<<me>>Well you're going to get it soon.<</me>>
I grunted, sitting back up, and pushing her hands off of me, as I stood over her, jerking myself off as I felt my climax approach.
<div id='container'> The question is, where do I want it?
<<class "lustbut">><<linkreplace "Finish on her tits">><<replace "#container">>\
<<me>>Get your tits out whore, I want to cover them in my cum.<</me>>
<<bankw>>Yes sir!<</bankw>>
<<nbankw>> exclaimed, as she <<set _shirt to random(1)>><<if _shirt is 0>>pulled her blouse up, and reached behind her, undoing her bra in one quick movement, her tits falling out.<<elseif _shirt is 1>>pulled down on her shirt, letting it stretch and pulling her large breasts out, squeezing them together.<</if>> I pointed my cock at her chest, pumping my cock.
<<bankw>>Please sir! Cover me in your seed!<</bankw>>
<<nbankw>> begged. I smirked, and began blasting my cum directly onto her chest, covering her large tits in my load.
<<me>>What do you say slut?<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/HJ3.webp">\
I grunted, shooting more ropes onto the large target she provided.
<<bankw>>Aaaahhh, thank you sir! For using my udders to cum onto.<</bankw>>
<<me>>It's what you deserve slut.<</me>>
I reached down, grabbing her hair, and rubbed my cock with it, cleaning the rest of my cum off, before letting her go. She smiled at me, her hair ruffled with my cum.
<<if $bankm.watch is 1>><<bankw>>Thank you sir!<</bankw>>
<<nbankw>> leaned back, and looked over to her husband, with something close to annoyance on her face.
<<bankw>>Hurry up and clean our bulls cum off my chest cuck!<</bankw>>
<<nbankw>> barked.
<<bankm>>Y-yes baby.<</bankm>>
<<bankw>>If you don't hurry up, I won't let you use a towel.<</bankw>>
<<nbankm>> nodded, and quickly ran to their bathroom, and came back with a towel. As <<nbankm>> cleaned up <<nbankw>>s tits clean of my cum, she smiled up at me.
<</if>><<bankw>>Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>>\
<</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Finish on her face">><<replace "#container">>\
<<me>>Get ready whore. I'm gonna cover your face in my seed.<</me>>
<<bankw>>Yes sir!<</bankw>>
<<nbankw>> exclaimed, as she stuck her tongue out, and closed her eyes, presenting her face.
<<me>>That's right slut. All your face is good for is a target for my cum.<</me>>
<<bankw>>Yes sir! Please, let it do it's purpose, and cover it in cum.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/HJ4.gif">\
I grunted, and began shooting my cum directly onto her face, making sure to cover every spot with my cum, to make sure she understood her worth.
<<me>>What do you say slut?<</me>>
I grunted, shooting more ropes, aiming the rest onto her tongue, letting her swallow her fill. After a few seconds, she swallowed slowly, enjoying the taste.
<<bankw>>Aaaahhh, thank you sir! For using my face as a targe to cum onto.<</bankw>>
<<me>>It's what you deserve slut.<</me>>
I reached down, grabbing her hair, and rubbed my cock with it, cleaning the rest of my cum off, before letting her go. She smiled at me, her hair ruffled with my cum.
<<if $bankm.watch is 1>><<bankw>>Thank you sir!<</bankw>>
<<nbankw>> leaned back, and looked over to her husband, with something close to annoyance on her face.
<<bankw>>Hurry up and clean our bulls cum off my face cuck!<</bankw>>
<<nbankw>> barked.
<<bankm>>Y-yes baby.<</bankm>>
<<bankw>>If you don't hurry up, I won't let you use a towel.<</bankw>>
<<nbankm>> nodded, and quickly ran to their bathroom, and came back with a towel. As <<nbankm>> cleaned up <<nbankw>>s face clean of my cum, she smiled up at me.
<</if>><<bankw>>Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>><</replace>><</linkreplace>><</class>></div><</if>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/01.png">\
<<if $bankw.bj is 1>>\
<<me>>Why don't you put your mouth to good use slut.<</me>>
<<nbankw>> smiled brightly, and nodded, getting off her back and quickly crawling over to the floor in front of me. She leaned forward, letting my cock rest directly onto her face, and took a deep breath.
<<bankw>>God, your cock smells so manly sir.<</bankw>>
She slowly ran her tongue from my balls to the tip of my cock.
<<bankw>>Thank you for letting a bitch like me taste it.<</bankw>>
I leaned down, and grabbed her hair roughly, making her look directly at me.
<<me>>Talking isn't what suits you whore. Get to sucking.<</me>>
She didn't need to be told twice, as I felt her tongue wrap around the head of my cock as I let go of her hair. I sighed, and laid back on her bed, and let her work her mouth to bring me please.
<<me>>That's better slut.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/BJ3.webp">\
She brought her hands up slowly, gently massaging my balls.
<<me>>All day, you have to pretend to be a busy, professional woman.<</me>>
<<nbankw>> moaned, as I felt her mouth get deeper with each stroke.
<<me>>But with me, you can just be what you were always meant to be. A cock sucking whore.<</me>>
<<nbankw>> moaned again, looking up at me with pure adoration, as she pushed herself harder, getting my cock deep in her throat. It only took a few more strokes before I felt her nose pressed against my pelvis.
<<me>>There we go. Where you belong. With your master's cock lodged deep in your throat.<</me>>
I looked down at her, and she winked up at me, her eyes teary as she struggled with my cock so deep.<<if $bankm.watch is 1>>
<<me>>Don't you think she looks perfect like this <<nbankm>>?<</me>>
<<nbankm>> flinched as I asked him, then began looking at his wife on her knees.
<<bankm>>I-I always think she looks perfect.<</bankm>>
<<me>>And that's why she's on her knees, with my cock in her throat.<</me>>
I groaned, as I pet her head, eliciting a moan from her.
<<me>>A dumb cuck like you doesn't know how to treat a stupid whore like her.<</me>>
<<bankm>>I-<</bankm>>
<<me>>You have to make sure they understand that their only worth is when their holes are being used.<</me>>
I looked down at <<nbankw>>.
<<me>>Now shut up and watch me use your wife's mouth.<</me>>
<<bankm>>Yes sir.<</bankm>>
<<me>>Aren't you going to thank me?<</me>>
<<bankm>>Thank you sir.<</bankm>>
<<me>>Thank me for what?<</me>>
<<bankm>>Thank you for using my wife's mouth sir.<</bankm>>
I nodded.<</if>>
<<me>>Now. Should I let my cock sucking bitch continue? Or should I take charge of her, and fuck her face?<</me>><div id='container'>
<<class "lustbut">><<linkreplace "Let her suck my cock">><<replace "#container">>
I thought about it for a moment, before leaning back on the bed, spreading my legs a bit more.
<<me>>Eh, if I have a dumb bitch sucking me off, I should just let her do all the work.<</me>>
<<nbankw>> moaned at that. She pulled my cock all the way out, coughing lightly as she took a deep breath.
<<bankw>>Lean back and enjoy my throat sir.<</bankw>>
She leaned forward, giving the head of my hard cock a slow, sensual kiss.
<<bankw>>A man with a cock like this shouldn't need to do anything.<</bankw>>
She licked the underside of the head.<<if $bankm.watch is 1>> She turned around to give <<nbankm>> a look.
<<bankw>>A man like this deserves to use all of my holes, doesn't he cuck?<</bankw>>
<<bankm>>Y-yes baby.<</bankm>>
<<nbankw>> scoffed, before turning back to my cock.<</if>>
<<bankw>>Women should be choking themselves with their cock. Because they deserve pleasure.<</bankw>>
She opened her mouth, and slid my entire cock down her mouth, then throat, until her nose was once again pressed against my pelvis, all in one motion. She then slowly pulled back, my cock getting pleasure from her entire mouth, before she started moving forward again once the head was just in her mouth.
<<me>>That's a good bitch.<</me>>
I groaned out, as I felt my cock begin to twitch as I could feel my climax approaching quickly. It not only felt great, but the pure worship that was coming across from <<nbankw>> was too much.
<<me>>I'm close slut.<</me>>
<<nbankw>> looked up at me, and nodded, my cock once again slowly sliding out of her throat. This time, she let go of my cock entirely, and placed it against her face, giving it soft kisses.
<<bankw>>Does my master want to cum in my throat, or mouth?<</bankw>>
<div id='container2'><<class "lustbut">><<linkreplace "Shoot it in her mouth">><<replace "#container2">>\
<<me>>Your mouth slut. I want you to taste it.<</me>>
<<bankw>>Thank you sir.<</bankw>>
She gave one last kiss to my cock.
<<bankw>>You're so generous to your bitch.<</bankw>>
She stuck the head of my cock into her mouth, and began running her tongue all over it, focusing on every part, her hand pumping my shaft.
<<me>>I'm coming slut!<</me>>
I grunted out, as I began shooting ropes of cum directly into her mouth. <<nbankw>> began moaning as she tasted my cum, her hand working my shaft even faster, trying to get all of my seed onto her tongue.
<<me>>That's a good bitch. Make sure to get a good taste.<</me>>
<<nbankw>> continued pumping my cock. After a minute, I finally relaxed. I looked down at <<nbankw>>, her eyes closed, her mouth full. However, I could see her tongue moving in her mouth.<<if $bankm.watch is 1>>
<<me>>Has your wife ever enjoyed your cum like that <<nbankm>>?<</me>>
<<nbankm>> shook his head. I smirked.<</if>>
<<me>>Enjoying the taste slut?<</me>>
<<nbankw>> flinched, and opened her eyes, nodding, her cheeks flushing. After a few seconds, she began slowly swallowing.
<<bankw>>Thank you sir. For letting this dumb bitch taste your seed.<</bankw>>
<<me>>You're welcome slut.<</me>>
<<bankw>>Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>>\
<</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Shoot it in her throat">><<replace "#container2">>\
<<me>>Your throat slut. I want to shoot it directly into your stomach.<</me>>
<<bankw>>Thank you sir.<</bankw>>
She gave one last kiss to my cock.
<<bankw>>You're so generous to your bitch.<</bankw>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/BJ1.webp">\
She took a deep breath, and slowly worked her mouth down my cock, pushing past her throat, until her chin was resting on my balls. She looked up at me, winked, and began moving her head up and down quickly, in short movements, basically fucking her face onto my cock. I groaned, enjoying the feeling.<<if $bankm.watch is 1>>
<<me>>God, your wife's throat is a treat <<nbankm>>.<</me>>
<<bankm>>I-I'm glad you like it sir.<</bankm>>
<<me>>She's such a fucking whore.<</me>>
I grunted, pumping faster into <<nbankw>>.
<<me>>I guess you've never been able to reach her throat, huh?<</me>>
I asked, looking over at the small tent in <<nbankm>>s pants. He flushed, crossing his legs, before clearing his throat.
<<bankm>>No sir.<</bankm>>
<<me>>Well that's why you hired me as your wifes bull.<</me>>
I grunted, pumping faster into <<nbankw>>s throat.
<<me>>So she could get the cock she deserves!<</me>>
I grunted.<</if>>
<<me>>I'm coming slut!<</me>>
I grunted out, as I began shooting ropes of cum directly into her stomach. <<nbankw>> began moaning as she felt the warm liquid hit her throat. She smiled, continuing to fuck her own face on my cock, milking ever single rope of cum out of my balls.
<<me>>That's a good bitch. Make sure to give as much pleasure to your bull.<</me>>
<<nbankw>> continued swallowing my cock. After a minute, I finally relaxed. I looked down at <<nbankw>>, her eyes closed, resting on my stomach, my cock slowly softening in her mouth.. However, I could feel her tongue working on my shaft.
<<me>>Enjoying the taste slut?<</me>>
<<nbankw>> flinched, and opened her eyes, nodding, her cheeks flushing. After a few seconds, she began slowly pulling back, until my cock was fully out of her throat..
<<bankw>>Thank you sir. For using this dumb bitch as your fleshlight.<</bankw>>
<<me>>You're welcome slut.<</me>>
<<bankw>>Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>>\
<</replace>><</linkreplace>><</class>></div><</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Fuck her face">><<replace "#container">>
I thought about it for a moment, and before I could come to a decision, I felt <<nbankw>>'s hands on mine. She grabbed them, and led them to her head, and looked up at me, a pleading look on her face.
<<me>>You are a well trained bitch, aren't you?<</me>>
I said, grabbing hold of <<nbankw>>'s hair roughly, and pumped hard into her throat quickly, causing her to gag slightly, before looking up at me.
<<me>>A good bitch knows that the only important thing...<</me>>
I pumped up into her throat again. This time, she fought back the gag.
<<me>>Is that her owners pleasure is what's important.<</me>>
I sit up, my hands grasping onto <<nbankw>>'s hair tightly, and then stand up. I spin around, until the back of <<nbankw>>'s head is pressed against the mattress, and I'm above her. I start slowly pumping down into her throat, getting farther down with each pump.
<<me>>Good girl. Take my cock.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/BJ1.webp">\
I begin fucking <<nbankw>>'s face harder, my cock getting covered in her saliva. It doesn't take long before <<nbankw>>s eyes roll back, and she reaches up, pressing her hands on my ass, and pushing me deeper into her throat. I smile, and continue pumping away, getting closer and closer to cumming.
<<me>>Hey, slut.<</me>>
I growl down at her. When she doesn't respond, I slap her cheek.She flinches, and she finally looks up at me, her eyes teary from the hard face fucking.
<<me>>I'm about to cum. Get ready to swallow.<</me>>
<<nbankw>> nodded, moaning deeply, as I hilted my cock as deep as I could, my balls resting on her chin. After a moment, I began shooting rope after rope directly down her throat.
<<me>>There we go whore. Finally putting yourself to good use.<</me>>
I grunted, as I felt her tongue reach out, licking along my shaft.
<<me>>Nothing but my cum rag, aren't you slut?<</me>>
I grunted as I pulled my cock out of her. She fell backwards, her body weak after the fucking her face received. I leaned down, and slapped her again.<<if $bankm.watch is 1>>
<<bankm>>Is she ok?<</bankm>>
<<nbankm>> stood up, and walked over to <<nbankw>>. She slowly came out of her daze, and <<nbankm>> smiled that she was ok. However, <<nbankw>> just frowned, before pushing him away, and looking up at my cock.
<<bankw>>Get the fuck back to your chair cuck. In here, only my owner gets to touch me.<</bankw>>
She said, with real anger in her voice.<<else>> She looked up at me, with a goofy smile.<</if>>
<<bankw>>Thank you for using my slutty throat<</bankw>>
<<me>>Open your mouth bitch.<</me>>
She did as I ordered, and I spit into it. She smiled, and swallowed again.
<<bankw>>Thank you sir! I deserve that. <</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>><</replace>><</linkreplace>><</class>></div><</if>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/01.png">\
<<if $bankw.anal is 1>><<if visited("BankW: Anal") lt 2>><<me>>Where's your lube slut. It's time I break in all your holes.<</me>><<else>><<me>>Get the lube slut. I want to feel your ass.<</me>><</if>>
<<nbankw>> smiled at that,<<if $bankm.watch is 1>> before glaring at <<nbankm>>.
<<bankw>>What are you waiting for cuck? Our bull wants to fuck your wifes ass. Get him the lube.<</bankw>>
<<nbankm>> swallowed loudly, before nodding, and walking over to a drawer off to the side, and coming back with a bottle. <<nbankw>> took the bottle roughly, then pointed back at the chair in the corner.
<<bankw>>Back to your chair cuck. Make sure to get a good view of our bull using my ass.<</bankw>>
<<nbankm>> nodded, before taking his chair. Then she turned to me, all anger or annoyance she was harboring for <<nbankm>> gone, instead pure worship.<<else>> and quickly crawled over to the bedside table, opening and pulling out a bottle, before handing it to me.<</if>>
<<bankw>>Here you go sir.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Anal1.webp">\
As I took the bottle, <<nbankw>> turned around, getting on her knees, and thrusting her ass high in the air, before pulling her ass cheeks apart, showing off her twitching asshole.
<<if visited("BankW: Anal") lt 2>><<bankw>>Be gentle sir. I've never...<</bankw>>
<<me>>You're telling me <<nbankm>> never used you like the three hole slut you are?<</me>>
<<bankw>>He wanted to sir, but I was always too nervous.<</bankw>>
I opened the bottle, and spread the liquid all over my cock. Once I was done, I put some more on my fingers, and began rubbing her asshole.
<<me>>And here you are, spreading your holes for me. I almost feel bad for your husband.<</me>>
<<if $bankm.watch is 1>><<bankw>>Don't sir!<</bankw>>
She glared over at <<nbankm>> in his chair.
<<bankw>>I'm thankful every day I didn't let your tiny cock defile my asshole.<</bankw>>
She then looked back at me, smiling.
<<bankw>>Now I can let our bull take my anal virginity.<</bankw>>
She looked back at <<nbankm>>.
<<bankw>>Thank him cuck.<</bankw>>
<<bankm>>Th-thank you sir.<</bankm>>
<<nbankw>> sighed, annoyed.
<<bankw>>For what, cuck?<</bankw>>
<<bankm>>Thank you for taking my wife's anal cherry sir.<</bankm>>
<<bankw>>Good cuck.<</bankw>><<else>><<bankw>>Don't sir! He wouldn't have done anything but take away my anal cherry. Now I get to give it to a man who deserves it!<</bankw>><</if>>
I continued lubing up her asshole, slowly pushing my fingers inside her, getting the lube further inside.\
\
<<elseif visited("BankW: Anal") gte 2>><<me>>You seem ready for my cock, huh slut?<</me>>
<<nbankw>> bit her lip, looking up at me with adoration.
<<bankw>>I always thought anal would hurt. But after you sir...<</bankw>>
I slapped her ass with my free hand, lubing up my cock with my other.
<<bankw>>I'll always let you use whatever hole you want. You own them all.<</bankw>>
<<me>>That's right whore.<</me>>
I put some more lube on my fingers, and began rubbing her asshole, pushing inside, to make sure it was all covered.
<<bankw>>Ooooh, you feel so good sir!<</bankw>>
<</if>>I stood up, and rested my cock on her ass cheeks, slowly sawing my cock up and down.
<<bankw>>I'm ready sir! Please, use my ass!<</bankw>>
I didn't need another word, as I lowered my cock, and pressed it against her asshole. It took more pressure than normal, before I finally entered her ass.
<<bankw>>Aaaaaauuuuhhhhhhhh...<</bankw>>
<<nbankw>> moaned out, as my cock finally entered, stretching her out. I slowly began pushing my cock deeper, before pulling back, then pushing back in. I wanted to make sure <<nbankw>> got adjusted to my size.
<<me>>How does that feel slut!<</me>>
I groaned into her ear, and turned to the side, kissing me.
<<bankw>>Like a proper three hole slut should sir. Please, use my holes!<</bankw>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/Repeat/Anal2.webp">\
I grunted, and began fucking her ass faster, <<nbankw>>'s moans getting louder and louder.
<<if $bankm.watch is 1>><<bankw>>How does it feel cuck?<</bankw>>
<<nbankw>> groaned out, as I continued pumping into her hole.
<<bankw>>Our bull is using a hole you've never even touched.<</bankw>>
<<bankm>>Baby-<</bankm>>
<<bankw>>A hole you don't deserve, with your tiny cock!<</bankw>>
<</if>><<me>>Your ass is so tight slut. I'm already close.<</me>>
<<bankw>>Fill me up. Fill my bowels with your seed sir!<</bankw>>
<<nbankw>> begged, as she began pushing back, getting deeper on my cock. It didn't take long with both of us pushing, that I managed to bottom out.
<<bankw>>Yeesss. Sir, that's where you belong. Using your dumb bitch.<</bankw>>
I smiled down at her.
<<me>>You really are a buttslut, aren't you?<</me>>
<<bankw>>Yours sir! Your buttslut. Whenever or wherever!<</bankw>>
<<me>>Well slut, are you ready to be filled?<</me>>
<<bankw>>Do it sir!<</bankw>>
I bottomed out in her ass, and began shooting my cum directly inside her, to her pleasure, as I felt the walls of her ass tighten up around my cock, her orgasm hitting her.
<<bankw>>Yes sir! Cum inside my ass!<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Anal3.webp">\
She groaned out, as I finished my orgasm. I held onto her closely, letting her enjoy her own climax, before pulling out. Her ass was gaping, trying to close, as my cum began to trickle out.
<<bankw>>Thank you sir.<</bankw>>
<<nbankw>> said, leaning over to me, and kissing my neck.
<<me>>You're welcome slut.<</me>><<if $bankm.watch is 1>>
<<nbankw>> slowly got up, and walked over to <<nbankm>>, before turning around, and bending over. She reached back, and spread her ass.
<<bankw>>Look at that cuck. Our bull fucked my ass. Aren't you jealous?<</bankw>>
<<bankm>>Y-yeah, bab-<</bankm>>
<<bankw>>Good. Because a pathetic cuck like you doesn't deserve it. Thank him for pleasing your wife's asshole.<</bankw>>
<<nbankm>> swallowed, before turning to me.
<<bankm>>Thank you for pleasing my wifes asshole sir.<</bankm>>
<<bankw>>Good cuck.<</bankw>>
She said, before walked back to the bed.
<</if>>
<<bankw>>Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>><</if>><img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/01.png">\
<<if $bankw.fuck is 1>><<me>>Bend over whore. I want to use your pussy.<</me>>
<<nbankw>> all but squeeled, as she turned around, and presented her large ass to me. I grabbed one of her cheeks, squeezing it, before delivering a light swat.
<<bankw>>Oh god, yes! Thank you sir!<</bankw>>
I got onto her marital bed, and rested my cock between her ass cheeks, sawing it up and down. <<nbankw>> looked back over her shoulder, shuddering in anticipation. I slapped her ass harder.
<<me>>Make sure to tighten your hole slut.<</me>>
I pulled back, and then pressed the head of my cock onto her pussy. She moaned at the feeling, and pushed back. I slapped her ass, causing her to squeek.
<<me>>You dumb little bitch. Did you hear what I said?<</me>>
She nodded, licking her lips.
<<bankw>>Yes sir! I'm sorry sir. Your bitch wants to get fucked.<</bankw>>
I slapped her ass again, pushing my cock head against her pussy, taking care not to penetrate.
<<me>>I don't give a fuck slut. What matters is my pleasure, not yours.<</me>>
I groaned down at her.
<<bankw>>Of course sir.<</bankw>>
I pushed my cock forward, and entered her warm wet hole, eliciting a long, deep moan from <<nbankw>>.
<<bankw>>OooOohhhh GGOooOOOdDD!<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Fuck1.webp">\
She moaned out, as I felt her hole twitch around my cock.
<<me>>Are you cumming already, you whore?<</me>>
<<bankw>>IIiii'mmm sooOOo sooOrrrRyyy sir!<</bankw>>
<<if $bankm.watch is 1>>I looked over at <<nbankm>>, who flinched.
<<me>>This is your fault you dumb cuck.<</me>>
<<bankm>>I-I'm sorry sir.<</bankm>>
I pushed deeper into his wifes pussy.
<<me>>I guess I shouldn't be too harsh. After all, you can't fuck her like I can.<</me>>
<<bankm>>I... I can't sir.<</bankm>>
<<me>>Alright, well just sit there, and watch me fuck your wife properly for once.<</me>>
<<nbankm>>nodded. <</if>><<nbankw>> moaned out. I shrugged, and continued pushing inside her, enjoying the twitching of her hole.
<<bankw>>Thank you sir!<</bankw>>
I leaned forward, and grabbed her hair, and arched her back as I bottomed out inside of her, causing her to yelp.
<<me>>You better get ready slut. I'm about to use your pussy, good and hard.<</me>>
I didn't wait for an answer, as I began pumping into her warm hole. I fucked her hard, the only sounds in the room were her moans, and the wet sounds as my thighs, covered in her juices, slammed against her ass.
<<me>>What do you say bitch?<</me>>
<<nbankw>> could barely register my question, her tongue lolling out of her mouth, too caught up in her own pleasure. After no response, I slapped her ass hard, my hand still gripping onto her hair like a leash.
<<bankw>>Aah! Thank you sir!<</bankw>>
<<me>>For what whore?<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Fuck2.webp">\
<<bankw>>For letting a dumb bitch like me...<</bankw>>
She got quiet again, her holes tightening, my thighs getting covered in a new layer of juices, as she began cumming again. I sighed, and slapped her ass again. Her ass was red from how much I was abusing it, although she didn't complain, based on how tight her hole got at each spank.
<<bankw>>For letting a dumb bitch like me please your cock!<</bankw>>
She moaned out.
<<me>>Good girl.<</me>>
I looked down at her bouncing ass, and I felt myself get closer.
<<me>>I'm going to cum slut. Where do you want it?<</me>>
<<nbankw>> could barely talk, her voice producing nothing but moans. I continued fucking her hard, and when I didn't get an answer, I started pulling out, only to be stopped. <<nbankw>> pushed her ass back onto my cock.
<<bankw>>P-Please... Sir! Cum inside me!<</bankw>>
She managed to get out. I smiled, and began pumping back into her harder than before.<<if $bankm.watch is 1>>
<<bankm>>W-well, <<nbankw>>, shouldn't we discuss that befor-<</bankm>>
<<bankw>>Shut the fuck up cuck!<</bankw>>
<<nbankw>> snapped at <<nbankm>>.
<<bankw>>If our bull wants to fill me with his cum, then you're going to thank him for it, got it!<</bankw>>
<<bankm>>H-honey, I just think-<</bankm>>
<<bankw>>You don't get a say in here any more cuck.<</bankw>>
<<nbankw>> moaned, pushing herself back onto my cock.
<<bankw>><<nme>>, our bull, is the master in this house.<</bankw>>
I slapped her ass, and she looked back with desire in her eyes.<</if>>
<<me>>You like that slut?<</me>>
I groaned, as I bottomed out inside her.
<<me>>You like feeling the head of my cock push against your cervix?<</me>>
<<bankw>>Y-yes! Please, cum inside me!<</bankw>>
I groaned, and hilted my cock, shooting my load directly into her womb.
<<bankw>>Yes! Seed me sir! Breed your bitch!<</bankw>>
I groaned out, as I continued pumping my cum inside her, feeling every rope exit my cock. She did too, evidenced by one last orgasm she was hit with at the same time. I held onto her tightly, keeping her close as we both rode out our respective orgasm. After a minute, I sighed, and fell over onto the bed.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/Repeat/Fuck3.webp">\
<<bankw>>Thank you sir. For giving me your cum.<</bankw>>
I saw her begin rubbing her lower stomach, where her womb was. I slapped her ass.
<<me>>You're lucky your twitching holes felt good slut.<</me>>
She smiled at that, then looked back at me.
<<bankw>>Thank you sir! Did you want to use me in any other way sir?<</bankw>>
<<Button 'Finish' 'BankW_RM' '.return2' '$scene to 0, $bankm.cuck += 1'>><</if>><<if $bankc.hj is 1>><<me>>Come on whore.<</me>>
I said, spreading my legs. <<nbankc>> crawls between my legs, sticking her tongue out.
<<me>>Hey!<</me>>
I snap, slapping her lightly. <<nbankc>> rubs her cheek, and rests her head on my thigh, looking up at me with puppy dog eyes.
<<bankc>>I'm sorry sir. May I please suck your cock.<</bankc>>
<<me>>That's better. I was worried all of our training was for nothing.<</me>>
<<bankc>>I will always need your training master.<</bankc>>
She smiled up at me, rubbing her cheek into my thigh.
<<bankc>>And your discipline.<</bankc>>
<<me>>I'm always happy to discipline one of my whores.<</me>>
I say, smirking down at her.
<<me>>Why don't you get my balls in your mouth. Warm your dinner up. Perfect for a lesbian slut like you.<</me>>
<<bankc>>Thank you master.<</bankc>>
She said breathlessly, leaning down, getting below my cock, letting it rest on her hair, and giving one of my balls a slow, sloppy kiss.
<<bankc>>You're too generous to me sir.<</bankc>>
She whispered, moving onto my other ball, giving it a sensual lick.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/hj1.webp">\
<<bankc>>Your balls taste delicious.<</bankc>>
<<me>>Shut the fuck up and get them in your mouth slut.<</me>>
She moaned at my words, not wanting to disobey as I felt her mouth envelop my balls.
<<bankc>>Mmmmm.<</bankc>>
I leaned my head back, enjoying the sensation of her tongue as they slowly moved around my balls.
<<me>>I hope you like the taste whore, because you're going to be tasting them often.<</me>>
<<bankc>>Mmmmm.<</bankc>>
<<nbankc>> moaned at hearing that.
<<me>>Alright whore. Keep my balls in your mouth, but I want to feel your hand on my cock.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/hj2.webp">\
She nodded, even as she was washing my balls with her tongue, and moved her hand onto my shaft, working it up and down slowly.
<<me>>That's a good girl. Warm your dinner, and then get it all out.<</me>>
I sighed, enjoying the sensation.<<if $fet.piss is 1>>
<<me>>And if you're a good girl, I'll even use your throat as a urinal.<</me>>
<<bankc>>Mmmm.<</bankc>>
<<me>>You want that slut? You want your master to piss in your throat?<</me>>
She nodded, as I felt her tongue speed up.<</if>>
<<me>>You're doing well. You must really want my cum.<</me>>
She nodded again, her hand speeding up.
<<me>>Well the question is, do you think you deserve to eat it right from the source?<</me>>
<<bankc>>Mmmmhhmmmm.<</bankc>>
<<me>>Hmmm.<</me>>
<div id='container'>Now where should I cum?
<<class "lustbut">><<linkreplace "Cum on her face">><<replace "#container">>\
<<me>>Nah, your tongue feels too good.<</me>>
She moaned in disappointment, even as both her hand and tongue sped up, as if trying to convince me. I was already feeling my balls start to contract.
<<me>>Don't worry whore. You'll make your master cum. But I think I'll just shower you in my cum.<</me>>
I groaned as she squealed, the vibrations feeling nice. She doubled her efforts again, getting me closer and closer, until I was about to cum.
<<me>>Get ready whore!<</me>>
I groaned, as I began shooting ropes of cum. As my cock was pointing up, and she was below it, each rope splattered all over her head. She began moaning loudly, enjoying the feeling of my seed on her.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/hj3.webp">\
<<me>>That's a good little lesbian bitch. Milk that cock, get my load all over you.<</me>>
She continued pumping my shaft up and down, as I shot ropes all over her. After a minute, I was finally finished.
<<me>>There we go. Off my balls whore.<</me>>
She nodded, and slowly took them out, giving each one a soft kiss. She looked up at me dreamily, scooping the cum that landed on her face into her mouth.
<<me>>Leave the cum in your hair.<</me>>
<<nbankc>> smiled at that.
<<bankc>>Thank you for marking me master. Did you want to use me in any other way sir?<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Feed her your seed">><<replace "#container">>\
<<me>>Tell you what. I'll let you earn swallowing my cum.<</me>>
I said, her eyes flashing up to me with eagerness.
<<me>>Take my balls out of your mouth.<</me>>
She smiled, taking them out and giving them both a soft kiss.
<<me>>Keep working on my cock with your hand. But I want you to explain what you want me to do to your fiancee.<</me>>
<<bankc>>Gladly sir.<</bankc>>
She smiled, pointing my cock directly at her face as she continued jerking me off.
<<bankc>>I want you to fuck the lesbian out of her.<</bankc>>
I groaned at that.
<<bankc>>I want you to fuck her hard enough to understand why she hasn't been able to make me cum ever since I felt this...<</bankc>>
She said, closing her eyes and taking a deep breath, smelling the head of my cock, pressing her nose right against it.
<<bankc>>Fat, delicious, piece of fuck meat inside me.<</bankc>>
She opened her eyes, and stuck her tongue.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/hj4.webp">\
<<bankc>>I want you to knock her up. Make her understand her womb belongs to you. And that her future wife's womb belongs to you as well.<</bankc>>
She said, as I groaned, and began firing my cum directly into her mouth, eliciting a moan.
<<me>>That's right whore. You are mine to impregnate.<</me>>
She continued pumping my shaft up and down, as I shot ropes all over her tongue. After a minute, I was finally finished. She let my cum hang in her mouth, her tongue moving slowly, getting a good taste. After a minute of this, she slowly swallowed, enjoying every gulp. Finally, she opened her eyes.
<<bankc>>Thank you for finishing in my mouth master. Did you want to use me in any other way sir?<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</replace>><</linkreplace>><</class>></div><</if>><<if $bankc.bj is 1>><<me>>I want to use your mouth whore.<</me>>
I said, leaning back on the couch, as <<nbankc>> stares up at me with pure lust.<<if $fet.piss is 1>>
<<bankc>>Does my master want to cum using his slaves throat...<</bankc>>
She smiled, biting her lip.
<<bankc>>Or maybe my master wants to empty his bladder in my stomach.<</bankc>>
<<me>>Maybe later whore. For now, I just want to cum in your throat.<</me>>
I groaned, causing her to smile brightly.<</if>>
<<bankc>>Of course. Thank you master, for letting this dumb lesbian whore swallow your cock.<</bankc>>
She said, leaning forward to kiss my cock, sticking out her tongue to get a taste of my precum.
<<me>>Get to it whore. Your mouth only has one use.<</me>>
She didn't respond, pressing her lips against the head of my cock, giving it a slow, sensual kiss. Breaking off, she stroked it up and down.
<<bankc>>To please your cock master.<</bankc>>
She leaned forward, placing my cock against her face, taking a deep breath in, getting my musk in her lungs.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/bj1.webp">\
<<bankc>>Thank you for teaching me that.<</bankc>>
She slid up from underneath it, and took the head of my dick into her mouth, running her tongue around it.
<<me>>That's better slut.<</me>>
I groaned, leaning back on her couch, letting her take control. After all, I didn't need to manhandle her. She knew her place was between my knees.
<<bankc>>God, your cock tastes amazing master.<</bankc>>
<<me>>Oh yeah?<</me>>
<<bankc>>i'm on the verge of cumming already master, just from tasting it.<</bankc>>
<<me>>Well how about this?<</me>>
I grab her head, and push down on it. She happily squealed as my cock pushed past her mouth, and popped into her throat with no resistance. Once there, I let her go.
<<me>>My little lesbian whore can cum all she wants, while she's milking her masters balls.<</me>>
The effect clearly worked, as her eyes rolled back immediately, her body beginning to shudder, moans escaping from her, the vibrations feeling great on my cock. Even through all of that, however, <<nbankc>> pushed forward, getting more of my cock into her warm, inviting mouth, until her nose was pressed against my pubes.
<<me>>There we go. What a good lesbian slut you are.<</me>>
I groaned, as she began making shallow movements, making sure to keep the majority of my cock down her throat.
<<me>>Mmm, your master is getting close to coming.<</me>>
That made her return to reality, her eyes flipping back to stare into mine.
<<me>>It's a shame I have to cum inside your throat, isn't it?<</me>>
<<nbankc>> stared up at me, confused, but never stopping her movements, her tongue sticking out of her mouth and licking my balls, getting them covered in her saliva.
<<me>>I would much rather cum inside your fiancee.<</me>>
<<nbankc>> nodded, but not being able to provide much movement with the log jammed into her throat, she slowly pulled it out, coughing as it finally slid out fully.
<<bankc>>When you finally teach her the pleasure of your cock, I'll happily suck all of your cum from her holes.<</bankc>>
She said, putting the head of my cock back in her mouth, her tongue covering it again.
<<bankc>>I can't wait until she's spitting your cum into my mouth sir.<</bankc>>
She moaned, and I echoed, getting closer to orgasm.
<<bankc>>I'll make sure to discipline her though. She'll love it so much, she'll never want to share.<</bankc>>
<<me>>Oh yeah?<</me>>
<<bankc>>Yes master. She'll be a cum drunk lesbian whore like I am in no time at all.<</bankc>>
I groaned, my balls tensing.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/bj2.webp">\
<<bankc>>You'll get your choice of which lesbian to cum inside of soon sir.<</bankc>>
<<me>>Oh fuck, swallow.<</me>>
<<nbankc>> didn't miss a beat, pushing the head of my cock in her mouth and forming a seal, as I began shooting rope after rope of my load directly into her throat.
<<me>>There's your reward slut. Make sure not to waste a drop.<</me>>
She obeyed, the seal around the head of my cock not breaking as she pumped at my cock with her hands. Gulp after gulp came from the small lesbian between my legs, until I finally finished.<<if $fet.piss is 1>> Cumming, that is.
<<me>>Stay there whore. Your master needs to take a piss.<</me>>
A small moan of happiness came from <<nbankc>>, as my piss started entering her mouth. As the torrent kept up, her cheeks filled, before a large gulp came, as my bladder contents went down her throat.
<<me>>You are a good urinal for your master, aren't you?<</me>>
<<nbankc>> groaned, the torrent slowing to a trickle. When I finally finished, I sighed, and <<nbankc>> took it as a signal, as she let go of the head of my cock, and looked up at me, opening her mouth wide, showing off the remaining yellow liquid in her mouth.
<<bankc>>Hank yoo hor tha rewar, aser-<</bankc>>
She tried to say, before closing her mouth and eyes, her tongue moving through the liquid, before one final gulp took it all down.<</if>>
<<bankc>>There. All finished master.<</bankc>>
She said, opening her mouth, showing it empty, before leaning in and giving my softening cock a slow kiss.
<<bankc>>I don't deserve a master half as generous as you.<</bankc>>
I leaned forward, and grabbed her hair roughly, spitting in her face, and pushing her to the floor.
<<me>>You're lucky you have me, whore.<</me>>
She giggled, smiling, telling me she couldn't agree more. She sat up, presenting her naked body.
<<bankc>>Did you want to use me in any other way sir?<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</if>><<if $bankc.fuck is 1>><<me>>Come here.<</me>>
I said, grabbing <<nbankc>>s hair, and pulling her roughly onto the couch, causing her to moan loudly.
<<bankc>>Ahh, thank you sir.<</bankc>>
She said, as I pushed two fingers into her pussy.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/fuck1.webp">\
<<bankc>>AAhhh, yesss.<</bankc>>
<<nbankc>> moaned as I fingered her wet hole.
<<me>>Aren't you a good little lesbian.<</me>>
<<bankc>>Yes sir. I'm always wet when I think of you.<</bankc>>
<<me>>That's a good bitch.<</me>>
<<bankc>>Always, for you.<</bankc>>
I smiled, and began fingering her faster.
<<me>>Are you still replacing <<nbankgf>>s birth control?<</me>>
<<bankc>>Yes sir!<</bankc>>
She said, shuddering as my fingers pistoned into her dripping hole.
<<bankc>>She's ready for your cock whenever you want to give it to her.<</bankc>>
She began pushing her hips against my fingers. I smiled, before pulling them out of her. She looked back at me, desperate, but smiled brightly as she saw me move behind her, the head of my cock pressing against her pussy. However, I began rubbing it up and down her slit, my cock head getting covered in her juices.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/fuck2.webp">\
<<bankc>>MMm, please sir, fuck my tight pussy.<</bankc>>
I slapped her ass hard, causing her to gasp.
<<me>>You were saying something, weren't you?<</me>>
<<nbankc>> nodded, before hanging her head.
<<bankc>>She's ready for you. All you have to do is ask, and my fiance will be yours to use however you want her.<</bankc>>
I smiled, and pressed my cock harder against her hole.
<<bankc>>And her womb is so defenseless sir. Ready for your thick, warm cum to rape her lesbian eggs, and knock her up!<</bankc>>
I grunted, pressing the head of my cock against her pussy, until I entered her tight hole.
<<bankc>>Aaahh, yes! Use my holes! They're yours.<</bankc>>
She moaned loudly as I hilted my cock inside of her, her pussy twitching around my cock even as I just pushed it in.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/fuck3.webp">\
<<bankc>>Everything is yours sir! My holes, my fiances...<</bankc>>
She moaned loudly.
<<bankc>>Our wombs, all of it.<</bankc>>
She looked back at me, pure lust in her eyes.
<<bankc>>I'm not taking birth control either sir. Are you going to knock me up?<</bankc>>
<<me>>Do me a favor, and just shut up.<</me>>
I said, reaching forward and hooking my fingers wet with her pussy juices into her mouth, and using her mouth as a handle as I began pistoning into her.
<<bankc>>Mmaaaahhhhh...<</bankc>>
She moaned, as her tongue ran along my fingers.
<<me>>That's a good slut. Lick your pussy juices off my fingers.<</me>>
I said, as I began fucking her harder.
<<me>>Clean off your owners hand.<</me>>
I slapped her ass hard, even as I felt my balls begin to tense up.
<<me>>You might just get your wish slut.<</me>>
I slapped her ass, and felt her push against me even harder.
<<me>>Im cumming slut, take my load.<</me>>
I grunted as I began shooting my cum directly into her womb, pressing my hips against her ass, making shallow pistons, trying to get it even deeper.
<<bankc>>Impregnate me sir!<</bankc>>
She moaned loudly as she felt my warm load fill her baby room. I continued blasting rope after rope, until I finished, and pulled out, sitting back down on the couch, enjoying the sight of my cum dripping down her thighs.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/fuck4.webp">\
<<bankc>>Thank you... for cumming inside me sir.<</bankc>>
I slapped her ass, causing her to moan.
<<bankc>>Did you want to use me in any other way sir?<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</if>><<if $bankc.anal is 1>><<me>>Come here.<</me>>
I said, patting my lap. <<nbankc>> smiled brightly, although was confused when I stopped her from sitting on my lap.
<<me>>I want to use your throat for a little bit.<</me>>
<<bankc>>Of course sir.<</bankc>>
She smiled, slowly sinking down to her knees, grabbing onto my cock.
<<bankc>>Your lesbian pet loves having her throat used by you, sir.<</bankc>>
<<me>>Then get to it.<</me>>
She nodded, giving my balls a quick kiss, tonguing my cock from the base to the head, before taking the head of my cock into her mouth. She suckled on the head for a bit, but when I placed my hand on her head, she got the message, and began taking it deeper.
<<me>>That's right, cover it all with your spit.<</me>>
I groaned as <<nbankc>> moaned, my cock slowly sinking into her mouth, before finally pushing into her throat. She grabbed my hand, and wrapped her hair around it.
<<me>>Does my little whore want to get her face fucked?<</me>>
<<bankc>>MMmhhhmmm.<</bankc>>
She tried to nod as much as she could, and I smiled warmly down to her, before beginning to fuck it slowly.
<<me>>That's it.<</me>>
She moaned again at my words, getting it as deep as she could. I sat there, fucking her head, before pulling on her roughly, pulling my cock out.
<<bankc>>S-sir?<</bankc>>
She asked, her face covered in sailva, her eyes teary from the intrusion into her throat. I smiled at her, slapping her.
<<me>>I told you to cover it in your saliva.<</me>>
She tilted her head.
<<me>>I want to use your ass slut.<</me>>
Her eyes went wide, before she shook her head lightly.
<<bankc>>I don't think I wa-<</bankc>>
I cut her off by slapping her, before pulling her onto the couch roughly with her hair, still wrapped around my hand.
<<me>>It doesn't matter what you want, isn't that right slut?<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/anal1.webp">\
I slapped her ass hard and spread her cheeks, getting a good look at her tight hole, pressing the head of my cock against it.
<<me>>Aren't you mine to use?<</me>>
I looked down at her, and saw a smile creep across her face. She slowly looked back at me, and nodded, before opening her mouth, sticking her tongue out.
<<me>>That's right.<</me>>
I leaned down, and spit into her mouth.
<<bankc>>Thank you sir.<</bankc>>
She said, swallowing my spit.
<<bankc>>Please, use my asshole sir.<</bankc>>
<<me>>That's right.<</me>>
I grunted, as I began pushing against the entrance to her ass. It was tight, as I struggled to push into it, <<nbankc>> was moaning.
<<bankc>>Use my ass sir!<</bankc>>
I pushed a bit more, and I felt her ass spread open, taking my cock inside her.
<<bankc>>OOoOohhh, FUuuUuckkk sirrr.<</bankc>>
I groaned as I felt the tight grip her asshole had on my cock, as I began pushing further.
<<bankc>>I-I don't think your cock will fit sir!<</bankc>>
<<nbankc>> groaned out. I slapped her ass.
<<me>>You lubed my entire cock, didn't you slut?<</me>>
<<bankc>>You're right sir!<</bankc>>
She moaned, and I felt her slowly push her ass back onto me, my cock entering her even deeper.
<<bankc>>I'm just a dumb lesbian slut sir.<</bankc>>
She moaned as I continued stretching her ass, until I finally bottomed out.
<<bankc>>You know what's right for me, and for my dumb slut lesbian fiance.<</bankc>>
I slapped her ass, before pulling out slowly.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/anal2.webp">\
<<bankc>>Oh god, your cock is so fat sir!<</bankc>>
<<me>>Take it!<</me>>
<<bankc>>Yes sir!<</bankc>>
She moaned, as I pressed back into her. I kept the pace going slowly for a while. As much as I enjoyed using her, I didn't want to break her, so she needed to get used to my cock. Still, over the course of ten minutes, I slowly sped up, until I was fucking her ass with some real speed.
<<bankc>>Yes! YES! Use me sir!<</bankc>>
I slapped her ass.
<<me>>How does that feel?!<</me>>
<<bankc>>It's about you sir! If you like my ass, that's all that matters!<</bankc>>
I smiled, as I felt my balls begin to tense up.
<<me>>I'm close slut.<</me>>
<<bankc>>Fill my bowels with your seed sir!<</bankc>>
<div id='container'>The question was, where did I want to cum?
<<class "lustbut">><<linkreplace "Make her taste her ass, and finish in her mouth">><<replace "#container">>\
<<me>>I don't think so slut.<</me>>
I groaned. <<nbankc>> moaned as I slowly pulled my cock out of her ass, yelping lightly as I pulled the head out.
<<bankc>>S-sir?<</bankc>>
<<me>>I don't want to cum in your ass slut.<</me>>
<<bankc>>Did you want to cover my face?<</bankc>>
I shook my head, and raised my cock.
<<me>>Why don't you open your mouth.<</me>>
She looked at my cock, and then back at me.
<<bankc>>Are you going to use my mouth to clean my ass off your cock sir?<</bankc>>
<<me>>You read my mind slut.<</me>>
<<nbankc>> smiled lustfully.
<<bankc>>You know just how to treat a whore like me sir.<</bankc>>
She leaned forward, licking the head of my cock, giving herself a taste.
<<bankc>>Please sir. Fuck my face.<</bankc>>
She said,sticking her tongue out. I didn't need to be told twice, as I pushed my cock into her mouth. I made sure to do it slowly, letting her taste every inch of her. <<nbankc>> had the same idea, as her tongue went into overdrive, cleaning every last inch of my cock with her tongue, until I finally felt her nose on my pelvis.
<<me>>That's a good girl. Now swallow it all.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/hj4.webp">\
I grunted, as I began blasting rope after rope directly into her throat. <<nbankc>> moaned loudly, her hands raising to my balls as she began massaging them, milking every single drop of my cum directly into her stomach. After a minute, I finally finished, and slowly pulled my cock out, looking down at <<nbankc>>, only just realizing the large puddle on the ground under her.
<<me>>Did tasting your own ass on my cock make you cum, slut?<</me>>
She nodded.
<<bankc>>Thank you sir. Did you want to use me in any other way?<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Listen to the lesbo for once, and fill her ass with my load">><<replace "#container">>\
<<me>>Is that what you want?<</me>>
<<bankc>>Please sir! Cum in my asshole! I want your cum in all of my holes.<</bankc>>
She moaned loudly, her asshole tightening up even more as her orgasm hit her. I looked down, and saw her squirting, a large wet spot forming on the couch as she covered it in her juices.
<<bankc>>I want all of my body to be stained in your seed sir!<</bankc>>
I groaned, as I continued fucking her hard, her tight asshole milking me.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/anal3.webp">\
<<bankc>>It's all a dumb slut like me deserves! To be filled with your cum!<</bankc>>
<<me>>Then take it slut!<</me>>
I began shooting my load into her ass.
<<bankc>>FfFfFFffffFFUUUUuUuUuuuUCccCCccCcKckkK!<</bankc>>
<<nbankc>> moaned loudly as she felt the warmth of my seed begin to hit her bowels. I gripped her hair tightly as I shot rope after rope directly into her ass. After a minute, I finally finished.<<if $fet.piss is 1>> As I felt my cock softening, I pushed into her ass more, and let go of my bladder.
<<bankc>>OooOoh! S-sir.<</bankc>>
<<me>>Shut the fuck up.<</me>>
<<nbankc>> moaned.
<<bankc>>Thank you for using my ass as your urinal sir.<</bankc>>
<<me>>That's right.<</me>>
I groaned as I filled her ass up even more. After another few seconds, I finally finished, and pulled my cock out.<</if>>
<<bankc>>I'm so full sir. Thank you.<</bankc>>
I slapped her ass.
<<bankc>>Did you want to use me in any other way sir??<</bankc>>
<<Button 'Finish' 'BankC_RM' '.return2' '$scene to 0'>><</replace>><</linkreplace>><</class>></div><</if>><div class="bigtextcenter" style="text-align: center;"><<if $set.wake is 0>><<timed 300ms t8n>>You <<next>>fall <<next>>asleep...<</timed>><<else>><<timed 300ms t8n>>The <<next>>next <<next>>morning...<</timed>><</if>></div>
<<if $set.wake is 1>><<set _bankc to random(1,2)>>
<br>
<br>
<<if _bankc is 1>>
<<timed 1300ms t8n>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/Sleep/1.gif">
<<bankc>>GGggGgHhhaaaak-<</bankc>><br>
<<nbankc>> gagged as I pushed my cock into her throat. I had just woken up in <<nbankc>>s bed, and looked down to see a hardon.<br>
<br>
<<me>>Be the good little lesbian cumrag you are, and just take my cock.<</me>><br>
I groaned, as I continued pumping my cock further down her throat. Granted, it didn't take her long to stop fighting me, but It's definitely something I plan on doing again.<br>
<br>
<<me>>Good girl.<</me>><br>
I got qa good grip on her hair, and continued using her throat like a sex toy, pumping my cock further and further.<br>
<br>
<<bankc>>GggHHhhYyyeee-<</bankc>><br>
<<me>>Shhhh, slut. I'm just getting your breakfast ready. Massage my balls.<</me>><br>
I didn't have to tell her twice, as her hands began gently tugging and squeezing, doing wonders on pushing me closer to my orgasm.<br>
<br>
<<me>>That's right. Milk my cock. Get ready to swallow my seed.<</me>><br>
<<bankc>>Mmmmmm.<</bankc>><br>
<<nbankc>> moaned, and I felt my balls tighten. I hilted as far as I could down her throat, and begun blasting rope after rope into her stomach.<br>
<br>
<<bankc>>MMmmmhhhhmmmm.<</bankc>><br>
<<me>>That's a good whore.<</me>><br>
I held onto her tightly, making shallow pumps into her throat, until I finally emptied my balls. I let go of her hair, and watched as she backed up, inch after inch of my cock sliding out of her gullet.<br>
<br>
<<bankc>>Thank-//Aahh//-Thank you sir-//haaah//For my breakfast.<</bankc>><br>
She said, gaining her breath back from the fucking I gave her throat.<<if $fet.piss is 1>><br>
<br>
<<me>>You're welcome slut. Now get your mouth on my cock again. I'll give you something to wash my cum down with.<</me>><br>
<<bankc>>Gladly sir.<</bankc>><br>
She smiled as she took my head back into her mouth, and moaned as she started tasting my piss hit her tongue.<<else>><br>
<br>
<<me>>You're welcome slut. Now why don't you go make me some breakfast. Least you could do.<</me>><br>
She smiled, kissing my balls one at a time, before stepping out of her bed, naked, and her way to the kitchen.<</if>><br>
<</timed>><br>
<<elseif _bankc is 2>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/Repeat/Sleep/2.gif">
<<bankc>>She's getting ready for you sir.<</bankc>><br>
<<nbankc>> was jerking my cock, as she held up her phone with her other hand. We had woken up together, and before we could do anything, <<nbankgf>> sent a message to <<nbankc>>.<br>
<br>
<<bankc>>She tells me all the time, she loves feeling it inside her sir.<</bankc>><br>
<<nbankc>> was talking about the dildo I made with the mold kit. It turns out, <<nbankgf>> had enjoyed it a lot more than expected. And so, here we were, as <<nbankc>> was stroking my cock while both of us were sexting her fiancee.<br>
<br>
<<bankc>>Once she gets the real thing, she's going to beg to be your cumdumpster sir.<</bankc>><br>
<<me>>Both of you can be my lesbian cumdumpsters together.<</me>><br>
<<nbankc>> smiled at me, giving me a gentle kiss, before pressing the microphone on her phone, turning on speech to text.<br>
<br>
<<me>>Why don't you send me a pic of you using it? I'm so horny.<</me>><br>
<<bankc>>That's right sir. Tell my fiancee to send you nudes.<</bankc>><br>
<<nbankc>> grunted, clearly enjoying the idea. It didn't take long before we got said picture.<br>
<br>
<<me>>Alright slut, time to do your job and swallow.<</me>><br>
<<bankc>>Yes! Thank you sir.<</bankc>><br>
<<nbankc>> lowered herself on the bed, and handed me the phone.<br>
<br>
<<bankc>>Please, masturbate with my throat to sex photos of my fiancee.<</bankc>><br>
I smiled, and gripped her hair tightly, pushing my cock down her throat, as I enjoyed the pictures that <<nbankgf>> was sending of her fucking herself with a plastic version of my cock. It didn't take long before I began shooting my load deep inside <<nbankc>>.<br>
<br>
<<bankc>>MMmmmmmmmMMm...<</bankc>><br>
<<nbankc>> moaned as I shot rope after rope directly to her stomach.<br>
<br>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/Repeat/Sleep/3.gif">
<<me>>I can't wait to properly fuck your fiance, you dumb lesbian slut.<</me>><br>
I grunted, before pulling her off, shooting the last few ropes onto her face.<br>
<br>
<<bankc>>I can't wait for that either sir.<</bankc>><br>
<<timed 1300ms t8n>>
<</timed>><br>
<</if>>
<br>
<<timed 1800ms t8n>>
<<if hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<Button 'Leave bed' 'StoryPass16' '.return2' '$scene to 1'>>
<<elseif hasVisited("StoryPass18") && not hasVisited("StoryPass19") && $event.mainstory is 3>>
<<Button 'Leave bed' 'StoryPass19' '.return2' '$scene to 1'>>
<<else>>
<<Button 'Leave bed' 'Apartment' '.return2' '$f to 1'>>
<</if>><</timed>>
<<else>><<timed 2.7s>>
<<if hasVisited("StoryPass15") && not hasVisited("StoryPass16") && hasVisited("Sis2: 3-2")>>
<<goto "StoryPass16">>
<<elseif hasVisited("StoryPass18") && not hasVisited("StoryPass19") && $event.mainstory is 3>>
<<set $scene to 1>>
<<goto "StoryPass19">>
<<else>>
<<goto "Apartment">>
<</if>>
<<time>><<day>>
<</timed>><</if>><<if $bankgf.watch is 0>>
<<class "repeatbut0">><<button "$bankgf.name isn't watching">>
<<set $bankgf.watch to 1>>
<<replace "#bankgfcuck">>
<<include "alizawatchbutton">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "$bankgf.name is watching">>
<<set $bankgf.watch to 0>>
<<replace "#bankgfcuck">>
<<include "alizawatchbutton">>
<</replace>>
<</button>><</class>>
<</if>><<set _bankc to random(1,3)>><div style="text-align: center;"><img style="height: 371px; border-radius: 0.3em; filter: drop-shadow(0px 0px 5px black);" @src="'images/Characters/Town/Bank/Cashier/Repeat/Intro'+ _bankc +'.webp'"></div>\
<<bankc>>Welcome master. Did you want to use my slutty, lesbian holes?<</bankc>>
<<nobr>><div class="repeatgrid">
<<if def $bankgf.watch>><div class="repeatgrid1"><span id="bankgfcuck"><<include "alizawatchbutton">></span></div><</if>>
<div><<button "Handjob">><<goto "BankC: HJ">><<set $scene to 1, $bankc.hj to 1>><</button>></div>
<div><<button "Blowjob">><<goto "BankC: BJ">><<set $scene to 1, $bankc.bj to 1>><</button>></div>
<div><<button "Fuck Her">><<goto "BankC: Fuck">><<set $scene to 1, $bankc.fuck to 1>><</button>></div>
<div><<button "Anal">><<goto "BankC: Anal">><<set $scene to 1, $bankc.anal to 1>><</button>></div>
</div><</nobr>>
<<Button 'Leave' 'Apartment' '.return2' '$f to 1'>><div id='container'>
<<class "lustbut">><<linkreplace "Choice1">><<replace "#container">>\
<</replace>><</linkreplace>><</class>>
<<class "lustbut">><<linkreplace "Choice2">><<replace "#container">>\
<</replace>><</linkreplace>><</class>></div><<if $Day eq 0>> /* Monday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'living'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'bathroom'>>
<<set $sis3.loc to 'chem'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'gym'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'tech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'chem'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'store'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'bathroom'>>
<<set $mom2.loc to 'living'>>
<<set $sis1.loc to 'living'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'store'>>
<<set $comb.loc to 'bar'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'sub5home'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sis1room'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 1>> /* Tuesday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'kitchen'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'hotel'>>
<<set $sis1.loc to 'kitchen'>>
<<set $sis2.loc to 'chem'>>
<<if $sis3.scene.includes(5)>>
<<set $sis3.loc to 'sis3room'>>
<<else>>
<<set $sis3.loc to 'living'>>
<</if>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'store'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'english'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'gym'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'sub2home'>>
<<set $sis1.loc to 'bathroom'>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'living'>>
<<set $bankw.loc to 'gym'>>
<<set $bankc.loc to 'gym'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'bar'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sis1room'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'bar'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 2>> /* Wednesday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'gym'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'bathroom'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'living'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'business'>>
<<set $bankw.loc to 'park'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'store'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'chem'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'assgfhome'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'bathroom'>>
<<set $sis1.loc to 'store'>>
<<set $sis2.loc to 'gym'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'bar'>>
<<set $asswgf.loc to 'assgfhome'>>
<<set $comb.loc to 'bar'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sis1room'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'assgfhome'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 3>> /* Thursday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'english'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<if $mom1.scene.includes(3) && $event.mom1 gt 3 && $Time is 1 && $Day is 3>><<set $mom1.loc to 'room'>><<else>><<set $mom1.loc to 'bathroom'>><</if>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'store'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'tech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'momroom'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'store'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'bar'>>
<<set $mom2.loc to 'bar'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'kitchen'>>
<<set $sis3.loc to 'sonar'>>
<<set $bankw.loc to 'gym'>>
<<set $bankc.loc to 'bar'>>
<<set $assw.loc to 'sonar'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sonar'>>
<<set $hospad.loc to 'gym'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sis1room'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 4>> /* Friday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'park'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'english'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'park'>>
<<set $bankw.loc to 'bank'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'hosp'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'living'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'sexshop'>>
<<set $sis3.loc to 'chem'>>
<<set $bankw.loc to 'store'>>
<<set $bankc.loc to 'bank'>>
<<set $assw.loc to 'border'>>
<<set $asswgf.loc to 'psych'>>
<<set $comb.loc to 'comic'>>
<<set $sub1.loc to 'mech'>>
<<set $hospad.loc to 'sub6home'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'gym'>>
<<set $mom2.loc to 'hotel'>>
<<set $sis1.loc to 'bar'>>
<<set $sis2.loc to 'chem'>>
<<set $sis3.loc to 'sonar'>>
<<set $bankw.loc to 'bar'>>
<<set $bankc.loc to 'store'>>
<<set $assw.loc to 'sonar'>>
<<set $asswgf.loc to 'bar'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sonar'>>
<<set $hospad.loc to 'sub6home'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sonar'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 5>> /* Saturday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'store'>>
<<set $mom2.loc to 'border'>>
<<set $sis1.loc to 'sis1room'>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'park'>>
<<set $bankc.loc to 'english'>>
<<set $assw.loc to 'store'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'sub4home'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'store'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'sub2home'>>
<<set $sis1.loc to 'living'>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'sub3home'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'store'>>
<<set $asswgf.loc to 'sexshop'>>
<<set $comb.loc to 'sub4home'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'sub5home'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'sub2home'>>
<<set $sis1.loc to 'border'>>
<<set $sis2.loc to 'living'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'sub3home'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'bar'>>
<<set $sub1.loc to 'store'>>
<<set $hospad.loc to 'sub5home'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'living'>>
<<set $mom2.loc to 'living'>>
<<set $sis1.loc to 'bar'>>
<<set $sis2.loc to 'sonar'>>
<<set $sis3.loc to 'living'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'bar'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'bar'>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>><<set $sub1.loc to 'living'>><<else>><<set $sub1.loc to 'sub1home'>><</if>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'bar'>><</if>>
<<set $sis2.loc to 'sonar'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<if $sub1.scene.includes(2) && $sis3.text gt 1>><<set $sub1.loc to 'sis3room'>><<else>><<set $sub1.loc to 'sub1home'>><</if>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<elseif $Day eq 6>> /* Sunday */
<<if $Time eq 0>> /* Morning */
<<set $mom1.loc to 'kitchen'>>
<<set $mom2.loc to 'bathroom'>>
<<set $sis1.loc to 'living'>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sis3room'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'store'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'church'>>
<</if>>
<<if $Time eq 1>> /* Noon */
<<set $mom1.loc to 'kitchen'>>
<<set $mom2.loc to 'living'>>
<<set $sis1.loc to 'bathroom'>>
<<set $sis2.loc to 'living'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'business'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'store'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<if $Time eq 2>> /* Afternoon */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'sub2home'>>
<<set $sis1.loc to 'living'>>
<<set $sis2.loc to 'bathroom'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'business'>>
<<set $assw.loc to 'bar'>>
<<set $asswgf.loc to 'stock'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'gym'>>
<</if>>
<<if $Time eq 3>> /* Evening */
<<set $mom1.loc to 'sub2home'>>
<<set $mom2.loc to 'sub2home'>>
<<set $sis1.loc to 'sis1room'>>
<<set $sis2.loc to 'chem'>>
<<set $sis3.loc to 'sonar'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'sonar'>>
<<set $assw.loc to 'sonar'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sonar'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<<if $Time eq 4>> /* Midnight */
<<set $mom1.loc to 'momroom'>>
<<set $mom2.loc to 'momroom'>>
<<if $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7>><<set $sis1.loc to 'room'>><<else>><<set $sis1.loc to 'sis1room'>><</if>>
<<set $sis2.loc to 'sis2room'>>
<<set $sis3.loc to 'sub1home'>>
<<set $bankw.loc to 'bankwhome'>>
<<set $bankc.loc to 'apart'>>
<<set $assw.loc to 'apart'>>
<<set $asswgf.loc to 'apart'>>
<<set $comb.loc to 'combhome'>>
<<set $sub1.loc to 'sub1home'>>
<<set $hospad.loc to 'hospadhome'>>
<</if>>
<</if>>
<<if $lHome.includes($sis1.loc) && $lHome.includes($sis2.loc) && $sis3.scene.includes(7) && $Time lt 4 && $event.sis3 gte 2 && not hasVisited("FamMix: 2-1")>>
<<set $sis1.loc to 'sis2room'>>
<<set $sis2.loc to 'sis2room'>>
<</if>>
<<if $assw.text is 8 && not hasVisited("Side3-1")>>
<<set $assw.loc to 'sonar'>>
<</if>>sub2 - Raegan - Friend of Charlotte (Met at bbq)
sub3 - Anabel - Friend of Charlotte (Sat noon and afternoon, Met at bbq)
sub4 - Friend of Natalie (Sat morn and noon)
sub5 - Friend of Lisa (Monday Evening, Saturday Noon/Afternoon)
sub6 - Friend of Lisa (Friday Afternoon/Evening)<<met>>Aaaahhhh.<</met>>
I mentally sighed, as I layed down on my bed. I always enjoyed this time, where I could just think about my life. It had gotten a lot busier, but I couldn't deny I enjoyed it. However, my reminiscing was interrupted by a soft knock on my door. I opened one of my eyes, inspecting my closed door, before smiling. I wonder who it would be this time.
<<me>>Come in.<</me>>
The door opened quickly, and closed just as fast, as I was greeted by <<nsis2>>. She had her back turned to me. I assumed she had her ear to the door, making sure we wouldn't be caught. It was early days still, but I couldn't help but think that one day, that wouldn't be necessary any-
<<sis2>>Hey.<</sis2>>
Her voice brought me out of my thoughts, and I smiled at her, as I turned on by lamp. She was still facing away from me.
<<me>>What's up?<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 2/07.png">\
I asked, as she finally turned around, giving me a soft smile. She was wearing lingerie, tame enough that she could argue was just her sleep wear, but from how it was affecting me downstairs, the true purpose was obvious. She slowly walked up to my bed, and sat down on the end, putting her hand on my shin. As she did, I couldn't help but notice she was acting a bit strange again.
<<sis2>>Just thought we could have some fun.<</sis2>>
<<me>>Oh did you?<</me>>
I sat up, putting on a flirty smile. As she looked up at me, she did her best effort to reciprocate it, but I couldn't help but notice that she wasn't fully into it.
<<me>>Is everything ok <<nsis2>>?<</me>>
<<sis2>>What do you mean?<</sis2>>
<<me>>I don't know. You've been acting a bit weird for a while now.<</me>>
I reached over to her, and placed my hand on top of hers.
<<me>>I felt like things were really good. I mean, after I learned you were a witch, and we had the talk.<</me>>
She smiled, her warmth returning, and she nodded lightly.
<<me>>But recently... I don't know, it feels like you're trying to build a wall between us again.<</me>>
<<sis2>>I...<</sis2>>
She started, before pursing her lips. After a moment, she started again.
<<sis2>>There's a lot of things about this world that you don't know about <<nme>>.<</sis2>>
She finally said, looking me in the eye.
<<me>>Like what?<</me>>
She shook her head.
<<sis2>>It's just...<</sis2>>
<<me>>What, am I in more danger?<</me>>
She shook her head, and brought her hand up to my chest.
<<sis2>>No. We're working hard to make sure that you're safe.<</sis2>>
<<me>>Well then what?<</me>>
She bit her lip, looking away from me. I sighed, but before I could say anything, <<nsis2>> pushed me back on the bed.
<<sis2>>All things that will come in time. For now though...<</sis2>>
She was on top of me, and leaned down, as we shared a kiss. We both made out for what felt like a while, before I felt her hand squeeze my cock.
<<sis2>>For now, we should just enjoy ourselves.<</sis2>>
I furrowed my brow.
<<me>>Seriously, if something is wrong-<</me>>
She covered my mouth with her hand.
<<sis2>>Nothing is wrong. I just want to have fun.<</sis2>>
She trailed off, leaning forward, and kissing again, as her other hand began rubbing my cock up and down. After another few moments, she came up for air.
<<sis2>>No... This is wrong.<</sis2>>
I furrowed my brow in worry. But as I did, she smiled down at me, licking her lips, and gripped my shirt as she leaned to the side, rolling over and pulling me with her, until I was on top of her.
<<sis2>>There we go. Doesn't that feel better?<</sis2>>
She asked, gripping my cock again, giving it a squeeze.
<<sis2>>Mounting me feels so natural, doesn't it?<</sis2>>
She asked, her voice getting husky. I looked down at her, returning her look.
<<sis2>>After all, the master takes his slave whenever he wants, doesn't he?<</sis2>>
I grunted, and reached up, feeling her breasts through her lingerie. She shook her head, and took one of my hands, pulling it up until it was around her neck, and moaned.
<<sis2>>Now squeeze.<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 2/08.png">\
I did as she asked, and began squeezing. Lightly at first, but as she looked up at me, I started putting more weight, her eyes daring me. The entire time, even as she struggled to take a breath, her hand only sped up, as she was massaging my cock through my underwear.
<<me>>Take them off slut. Your master wants your hands directly on his cock.<</me>>
She nodded, her smile growing, even as her eyes rolled back. She gripped on them, and slowly pulled them down off of me, before grabbing my cock with nothing in between. We sat there for a while, as I enjoyed the handjob she was giving me. As I felt myself getting closer, I pulled away from her. She took a deep breath, before looking at me.
<<sis2>>Did I do something wrong master?<</sis2>>
<<me>>No slut. I just want to use your hole to cum.<</me>>
<<sis2>>I'm so sorry master!<</sis2>>
She cried out, and grabbed my hand, bringing it up to her face.
<<sis2>>You should punish me sir.<</sis2>>
<<me>>I don't think-<</me>>
She cut me off, pressing her finger on my mouth.
<<sis2>>Punish me master.<</sis2>>
I nodded, and rubbed her cheek, before raising my hand, and bringing it back down. She moaned at that, and slowly spread her legs, before nodding, and lifting her head to the side, presenting her cheek again. I slapped her again, and reached down, ripping her panties off of her.
<<sis2>>Use it on me master.<</sis2>>
<<me>>Do you deserve it slut?<</me>>
I asked, slapping her again, causing her to moan.
<<sis2>>I don't. But please master.<</sis2>>
I sighed, slapping her again, before rubbing her cheek.
<<Button 'Spoil the slave' 'Sis2: 3-2' '.lustbut' '$player.lust += 1'>><<sis2>>OoooOOohh, yess-<</sis2>>
I reach down, and place my hand back on her neck, leaning down and pressing the head of my cock against her wet pussy.
<<me>>I'm such a generous master.<</me>>
I grunt, as I press forward, feeling her pussy resist slightly, before giving in, eliciting a long and deep moan from <<nsis2>>.
<<me>>Even though my slave is so naughty.<</me>>
I say, pushing my cock in quickly.
<<sis2>>So naughty master.<</sis2>>
She moans, placing one of her hands on top of the one I have on her neck.
<<sis2>>So punish her.<</sis2>>
I smirk, and begin fucking her slowly, but deeply, enjoying the tightness of her warm pussy. As I piston in and out of her, I start applying pressure, getting more and more moans out from her, even as it gets harder for her to breath. Still, even as I can feel my orgasm already approaching, I'm careful to not get too rough with her. Although I'm enjoying this more than I should, I still don't want to hurt her.
<img class="leftimg" src="images/Characters/House/Roommate 2/09.webp">\
Which is something that <<nsis2>> notices, and I feel her hand squeeze on mine. It feels like she's trying to get me to apply more pressure, so I do, and she smiles at that, even as I pump in and out of her hole, getting faster and faster.
<<me>>How's that feel whore?<</me>>
<<sis2>>S-So good master.<</sis2>>
I grunt, and fuck into her harder, as our legs begin to make sounds from the juices flowing from her.
<<sis2>>Slap me master.<</sis2>>
I bottom out inside her, causing both of us to grunt, and then deliver a slap to her already red cheek. She smiles again, and I start fucking her harder. The walls of her pussy are twitching, and I can feel how close she is to cumming.
<<me>>You dirty little slut. You like it when your master is punishing you?<</me>>
<<sis2>>Yes! Again, please!<</sis2>>
I slap her again, and I feel her walls tighten up, and beging to spasm, as she's brought over the edge of her orgasm. I'm fairly close, so I fuck into her even harder, and press down on her throat a bit more.
<<me>>You're being too loud whore. What if your master get's caught?<</me>>
<<sis2>>Iii'mmm sooorrrryy m-masteerrr.<</sis2>>
She moans out, as quietly as she can. I don't let that stop me, and push my cock deep, and begin to make small thrusts, pushing against her womb.
<<sis2>>I need to be punished master.<</sis2>>
She gasps out, lowering her hand to mine, and bringing it up to her cheek. I slap her again, and feel her walls twitch, trying to milk my cock.
<<sis2>>Harder!<</sis2>>
I slap her again, a bit harder, trying not to hurt her too much. She must have realized that, as she looks up at me, and glares.
<<sis2>>Harder! I need to be punished!<</sis2>>
She growls out, and I slap her again, and as her pussy tightens again, another orgasm hitting her, she manages to push me over the edge, as I begin shooting my cum directly inside her, my cock pressed as deep as I can get it.
<<sis2>>OooOohh god.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/10.png">\
She grunts out, feeling every rope of my cum filling her up.
<<sis2>>It's so warm.<</sis2>>
<<me>>Shut the fuck up and take it slut.<</me>>
She moans, and quiets down, as I feel every rope of cum blast from my cock, painting her insides white. After a minute, I finally pull out, and lay down beside her, as both of us are catching our breaths. I look over at her, and she looks better than when she came in.
<<me>>Did that get everything out of your system?<</me>>
She smiled lightly at that.
<<sis2>>Well, no. You got everything out of yours, and put it into mine.<</sis2>>
She giggled, as she ran her finger up her pussy lips, my cum already leaking out of her, and brought it up to her lips. As she took it into her mouth, she smiled again, before frowning.
<<me>>You going to tell me what that was all about?<</me>>
She looked up at me, almost surprised, before she nodded.
<<sis2>>Eventually. I just had something on my mind.<</sis2>>
She looked down at my softening cock, and gave it a light squeeze.
<<me>>And did it help?<</me>>
<<sis2>>Yeah, it did.<</sis2>>
<<me>>So?<</me>>
She smiled, and quickly leaned up and gave me a quick peck on the lips, before jumping out of my bed. She leaned down, grabbing her ripped panties off the floor, showing off her cute ass, and winked at me.
<<sis2>>It helped, but it didn't solve everything.<</sis2>>
Her teasing smile softened into a warm one, and she leaned down, giving me a more intimate kiss.
<<sis2>>I'll let you know when I get it all sorted.<</sis2>>
I gave her ass a soft swat, eliciting a light slap on my shoulder.
<<me>>Good. I don't want us to go back to where we were before.<</me>>
<<sis2>>We won't. I promise.<</sis2>>
With that, she gave my shoulder a rub, before quietly making her way out of her room.
<<Button 'Go to sleep' 'Sleep' '.contbut' '$sis2.percent += 2, $sis2.scene.deleteFirst(3), $sis2.scene.pushUnique(4), $sis2.sub +=1, $event.sis2 to 0, $scene to 0'>>I gripped tight to the bag I had. Not out of fear, but excitement. Although it wouldn't be something I would get to experience first hand, at least not for a while, it was still a fun plan. I knocked on the door to <<nbankc>>'s apartment. I probably could have walked in, but I didn't want to risk <<nbankgf>> being there. Could I get away with it, thanks to Adonis from Lust? Probably. But I wanted to savor this.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/22.png">\
It only took a second before the door clicked open, and I was once again greeted by <<nbankc>> wearing an outfit she knew I would like.
<<bankc>>Thank you for coming sir.<</bankc>>
She said, smiling and moving out of the way, opening the door for me as she did. I nodded, and spit on her face, and continued walking in. It wasn't the first time I had been in here, so I didn't waste my time, taking a seat on the couch in the living room. I quickly undid my pants, and pulled them down, getting naked from the waist down, and spreading my legs wide. I didn't have to say anything, as <<nbankc>> quickly skipped over, a bright smile lighting up her face, as she kneeled between my knees, and rested her head on my thigh. I grabbed my cock, and lifted it slightly, as she leaned forward, until it was resting on her face. I sighed, and fully leaned back, enjoying the feeling of using this beautiful girls face as my cock rest.
<<bankc>>Thank you for gracing me with your spit sir.<</bankc>>
She said, her eyes closed as she enjoyed the warmth of my manhood resting on her face, before taking a deep breath in.
<<me>>It's what you deserve slut.<</me>>
She didn't respond, instead taking another deep breath in. I was content to sit there, letting her warm breath, and the occasional kiss and lick slowly fill my member with blood, until I was rock hard. After ten minutes, I finally spoke up.
<<me>>Like I said in the text, I finally solved the problem of your proposal.<</me>>
<<bankc>>Thaank you siir.<</bankc>>
She said, her words dragging slightly, as she was so focused on the smell of my cock.
<<me>>You're going to do it tonight.<</me>>
<<bankc>>What?!<</bankc>>
That managed to get her out of her spell, as her head jerked up.
<<me>>Slut, my cock is hanging.<</me>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/23.webp">\
Her eyes grew wide, before she lowered her head back down, placing my dick back onto her face, giving it a soft kiss.
<<bankc>>I'm sorry sir.<</bankc>>
I reached down, and pet her head.
<<me>>Don't let it happen again.<</me>>
She nodded, but her eyes were fixed on mine.
<<me>>Like I said, you're going to do it tonight. I have the whole plan done.<</me>>
She gulped, but nodded.
<<me>>The reason why I came was because I had some supplies to deliver. So to start, you can cook her a nice fancy meal.<</me>>
<<bankc>>I... I can't really cook sir.<</bankc>>
I sighed, and looked down at her. I grabbed her hair, and moved her head until it was directly in front of my cock, and pushed forward. In one quick thrust, I felt <<nbankc>>'s nose pressing against my pelvis, as the head of my cock entered her throat.
<<me>>There we go. Since you couldn't just shut up and listen to my plan, you can get a head start on the next part.<</me>>
I said, beginning to make quick, small thrusts into her, causing her to gag. Even as she did, her eyes tearing up, she didn't resist whatsoever as I began fucking her face.
<<me>>You're going to cook her something. I don't care what, because that's not what I care about. What I care about...<</me>>
I said, pulling out a small jar.
<<me>>Is what is going to go on top of the food. You're going to feed your girlfriend my cum, so when you propose, she will have my seed in her stomach.<</me>>
I felt her moan around my cock as I said that. I smiled, and began thrusting faster.
<<me>>Every part of her future marraige will be marked with my liquids. Her ring covered in my cum last time to match.<</me>>
I began slowing down slightly, as I felt my orgasm approach. I wasn't done explaining the plan. <<if $fet.piss is 0>>I reached into the bag, and pulled out a syringe, that had a tube attached to the end instead of a needle.<</if>>
<<if $fet.piss is 1>>\
<<me>>Once this jar is filled with cum, this jar...<</me>>
I said, pulling out a jar a little bigger.
<<me>>Will be filled with my piss. You and your new fiance will cheer and celebrate your new engagement while drinking champagne mixed with my piss.<</me>>
As I said that, I felt her hands reach up, and begin to massage my balls. Even as I felt it approaching, I sped up. After all, I was going to need more than one shot, as I pulled out a syringe, that had a tube attached to the end instead of a needle.
<</if>>\
<<me>>This one will also be filled with my cum. However, it's for this.<</me>>
I pulled out a strap-on, with the mold of my cock attached to it. I spun it around, to show off there was a spot where the syringe could connect to the cock.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/24.webp">\
<<me>>Tonight, you're going to fuck your new fiance, my future cock slut, with a dildo that was molded after my cock. And when you fuck an orgasm out of her, when her pussy is twitching around my cock, you're going to push the plunger, and your girlfriend will be filled with my cum. And through all of this, you'll be filming. Not just so I can see it, but so we can all watch it together, when she finally understands her true place in our relationship.<</me>>
I grunted, as I felt my climax approach, I began fucking <<nbankc>>'s face even harder, before pulling her off, and handing her the open jar, as I began to fill it with my load. She moaned, her face filled with disappointment as she had to watch my cock shoot my cum somewhere other than one of her slutty holes.
<<bankc>>That's great sir.<</bankc>>
She said, giving a kiss to the head of my cock, tasting the final remains of cum off my cock.
<<bankc>>Although... <<nbankgf>> does take birth control sir. So if you're hoping that it would impregnate her...<</bankc>>
<<me>>I figured.<</me>>
I sighed, before reaching into the bag.
<<me>>Which is why I brought these. Placebo pills, that look like birth control pills.<</me>>
I mentally thanked <<ncov4>> as I brought them out. It was included in the purchase I had made before. I didn't expect to use them, but I guess <<ncov4>> had been doing this for a while to know a degenerate when she sees one.
<<bankc>>Oh. Well, these won't work by tonight.<</bankc>>
I slapped her lightly.
<<me>>I know, you dumb little whore. It's not for tonight. You are going to replace her birth control, but I want to shoot my load directly into your slut fiance when I impregnate her.<</me>>
<<bankc>>Of course sir. She's going to love it.<</bankc>>
<<me>>Maybe. We'll see.<</me>>
I sighed, and looked over at the other empty jar, and the syringe.
<<me>>For now though, you have some work to do, don't you?<</me>>
She smiled brightly.
<<bankc>>Gladly!<</bankc>>
<<Button 'Later at home' 'BankC: 5-2' '.contbut' '$Time += 1'>>I stretched in my bed, resting, and waiting for my trophies to start coming in.
<<cain>>So do you even have a plan in place? Or just winging it?<</cain>>
I shrugged at <<ncain>>, who was sitting on my computer desk.
<<met>>More the former than the latter. I'll change some things if I think of them on the fly, but like you said, it's better to have a plan, no?<</met>>
<<ncain>> nodded at hearing that, and promptly disappeared as I felt a buzz on my phone. I smiled, and lifted it, before realizing something.
<<met>>Wait, what if she says no?<</met>>
This time, it was <<ncain>>'s time to shrug. Although I felt him do it, rather than seeing it.
<<cain>>Then you make a new plan.<</cain>>
<<met>>I guess. Although I do like the plan I already made, so-<</met>>
<<cain>>Remember what I said about counting chickens?<</cain>>
<<met>>Right.<</met>>
I nodded, and turned my phone on, and opened the text from <<nbankc>>.
<<cain>>Worrying for nothing.<</cain>>
I smiled, as I felt <<ncain>> go to his corner of my head, fading into the background, as I went through the texts from <<nbankc>>.
<img class="leftimg" style="width: 90%; float: none;" src="images/Characters/Town/Bank/Cashier/16.png">\
I smile, and pull my cock out, as the texts continue.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/17.png">\
I smile, as I watch the video. <<nbankc>> must have bought a chocolate cake, considering her insistance on being a bad cook. She smiled at the camera, and then called out to her living room.
<<bankc>>Hey babe, you ready for desert?<</bankc>>
<<bankgf>>Oooh, there's desert as well? Fancy!<</bankgf>>
I heard <<nbankgf>> call back, then the camera focused on the smaller jar filled with my cum, as she poured it over two slices of chocolate cake.
<<bankc>>It's chocolate cake, with a delicious salty drizzle.<</bankc>>
She said, making sure one slice got a bit more. Once there was none left, she tipped the jar over her mouth, letting a couple of drops fall onto her tongue, before licking inside the container.
<<bankc>>You'll love it. I spent an hour getting it out.<</bankc>>
<<bankgf>>Getting it out of what?<</bankgf>>
<<nbankc>> smirked at the camera.
<<bankc>>The bakery I got it was busy.<</bankc>>
<<bankgf>>Ah.<</bankgf>>
The video cut to a shot of <<nbankgf>> taking a bite with a large glob of cum on it.
<<bankc>>What do you think babe?<</bankc>>
<<bankgf>>It's delicious!<</bankgf>>
<<bankc>>What do you think about the salty sauce on top?<</bankc>>
<<bankgf>>When you said salty, I wasn't sure, but it tastes really good. What flavor is that? I don't think I've ever had it before.<</bankgf>>
<<bankc>>I'm not sure. But I'll make sure you get to taste it as much as you want!<</bankc>>
<<nbankgf>> blew <<nbankc>>a kiss. The video tilts to the slice in front of <<nbankc>>, where she uses her finger to dab a glob of cum, and points the camera at herself, before sucking on her finger, and winking.
<<me>>Fuck, this was a good plan.<</me>>
I mumble to myself, as the phone buzzes again.
<<if $fet.piss is 1>>\
<<bankgf>>Oh my god, I fucking love you!<</bankgf>>
The video starts with <<nbankgf>> staring at her ring, and taking a picture of it, posing with it.
<<bankc>>I'm getting the champagne!<</bankc>>
<<bankgf>>Oh my god, how long were you planning this?!<</bankgf>>
<<nbankgf>> asked, as <<nbankc>> walks over to the kitchen, pulling out a bottle of champagne, and pouring it into two different glasses, filling them halfway. She then puts it back in the fridge, and pulls out the jar I pissed into earlier. She opens it, and takes a sniff, moaning quietly, before tipping the jar into her mouth, taking a gulp of it. Once she swallowed, she got close to the camera, and whispered.
<<bankc>>You're going to have to let me drink that right from the tap next time sir.<</bankc>>
She kissed the camera, and then poured some of my piss into each of the glasses, before hiding it in the back of the fridge. The video cut, and then it was back in the living room. The girls clinked their glasses, before <<nbankgf>> leaned forward, kissing <<nbankc>>.
<img class="leftimg" style="width: 90%; float: none;" src="images/Characters/Town/Bank/Cashier/18.png">
<<bankgf>>I love you so much babe.<</bankgf>>
<<bankc>>I love you too. And I'm excited to share new experiences with you.<</bankc>>
<<nbankc>> pushed the bottom of <<nbankgf>>s glass up, getting her to take a sip. The video played as both of them finished their drink.
<<bankc>>Isn't the champagne so good?<</bankc>>
<<bankgf>>It's a lot more different than others I've tasted. But it's not bad.<</bankgf>>
<<bankc>>You'll get used to the taste, trust me.<</bankc>>
She said, leaning in and kissing her new fiancee. Finally, the video cuts out. Before I can react, I get another text.
<</if>>I smiled, and pressed the play button, as the scene start in front of me. <<nbankc>> had managed to get her phone recording in the same spot I had recorded our sex scene before. It started with <<nbankc>> staring right at the camera as she slowly pressed the dildo inside of <<nbankgf>>.
<<bankgf>>Ooohhhh fuck, that feels big babe.<</bankgf>>
<<nbankc>> leaned forward, and gave soft, intimate kisses to <<nbankgf>>s shoulders as she slowly pushed forward. As she was doing this, she didn't break eye contact with the camera.
<<bankc>>Don't worry babe. I'll make sure you're nice and stretched.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/07.webp">\
<<nbankc>> slowly started fucking <<nbankgf>>, as it became clear over the course of the video that she was enjoying it more and more. As I watched, I got another buzz from the phone. I quickly checked it.
I smiled, as I went back to the video. <<nbankc>> was definitely fucking her new fiancee faster as the video continued.
<<bankc>>You like that?<</bankc>>
She grunted out.
<<bankgf>>Yes! Fuck me babe!<</bankgf>>
<<bankc>>Yeah, you love that cock, you slut.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/20.png">\
<<bankgf>>W-wha-<</bankgf>>
<<nbankgf>> slowed down, before <<nbankc>> slapped her ass, and continued pumping into her.
<<bankc>>You love that cock, don't you?<</bankc>>
<<bankgf>>B-babe-<</bankgf>>
<<bankc>>Admit you love it!<</bankc>>
<<nbankc>> growled out again, slapping <<nbankgf>>s ass, eliciting a mixture of a yell and a moan.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/08.webp">\
<<bankgf>>I do! I love your cock!<</bankgf>>
<<bankc>>It feels natural inside you, doesn't it!<</bankc>>
<<bankgf>>W-what's gotten into you?<</bankgf>>
She moaned out, a smile very visible on her face as she asked, made wider as <<nbankc>> delivered another slap on her ass.
<<bankc>>It's like you're built for this cock, isn't it!<</bankc>>
<<bankgf>>Ye- Oh goooOOod, I'm cumming!<</bankgf>>
<<nbankgf>> moaned out, as her body tensed up, twitching all over. <<nbankc>> smirked at that, and lifted the syringe, and pressed down on the plunger.
<<bankc>>Take that cumshot you whore!<</bankc>>
She growled out, as she began pumping into her fiancee even harder, as my cum slowly flowed into her. From the video, <<nbankgf>>s moans got even louder. After a minute, <<nbankc>> stood up, her strapon slowly sliding out of <<nbankgf>>, covered in a mixture of her own juices, and my cum. <<nbankc>> walked over to the phone, picking it up, and whispering.
<<bankc>>Soon you'll be filling up this dumb slut yourself sir. I can't wait.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/21.png">\
She kissed the camera, and the video cut out. I smiled, happy with how the day went. Before long, another text was sent.
<<me>>Fuck, what a good little lesbo slut I fixed there.<</me>>
I smiled.
<<met>>She's right. Soon. I'll be depositing my load directly. I can't wait.<</met>>
I stood up, and walked over to my computer. I had an idea of what I wanted to do, but it was something that was going to have to be handled carefully. <<if $sis3.scene[0] gte 3>>I might even be able to get some help from <<nsis3>>, since this topic does include what she's studying. And since she's a good little rapeslut, she won't be against it.<<else>>It might be difficult to find what I'm looking for, at least for me. I'll have to think it over.<</if>> Regardless, I knew what the next step was. I sat down, and began doing some research, although the topic was something I had to be careful with. I didn't want to get put on any list. Just as I began researching, I got one last image.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/09.png">\
<<met>>Good whore. I'll have to reward her properly.<</met>>
<<cain>>Well, considering how much she loves you, it won't be difficult.<</cain>>
<<me>>I guess letting her watch will be good enough.<</me>>
<<Button 'Plan the next step' 'Room' '.contbut' '$bankc.sub +=1, $bankc.percent += 2, $bankc.scene.deleteFirst(4), $bankc.scene.pushUnique(5), $scene to 0, $event.bankc to 0, $GallImg.pushUnique("images/Phone/Gallery/18.png"), $BackImg.pushUnique("images/Phone/Homescreens/18.png"), $NewGal to 1, $ImgAm += 1, $bankc.text to 6, $tBankC to 2'>><<if $sis3.scene.includes(3) && $event.sis3 gte 3 && $Time lt 4>>
<<SWait "Sis3: 3-1">>
<<elseif $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7 && $Time is 3>>
<<SWait "FamMix: 1-1">>
<<else>>
<<Wait "Room">>
<</if>><<if $player.lust gt 12 && not hasVisited("StoryPass7")>>
<<Sleep "StoryPass7">>
<<elseif hasVisited("StoryPass14") && $event.gen2 gte 4 && not hasVisited("Sis2: 3-1")>>
<<Sleep "Sis2: 3-1">>
<<elseif $sis1.scene[0] is 5 && $sis2.scene[0] is 4 && $event.sis1 gte 7 && ($Day lt 4 || $Day gt 5)>>
<<Sleep "FamMix: 1-1">>
<<elseif hasVisited ("ManifestSin: Pride6") && not hasVisited("ManifestSin: Pride7")>>
<<Sleep "ManifestSin: Pride7">>
<<else>>
<<Sleep "Sleep">>
<</if>><<cain>>I take it you've never done this before?<</cain>>
<<met>>Would it really suprise you to learn that I haven't?<</met>>
I ask <<ncain>>, as I'm mixing the powder from the cock mold kit I bought into warm water.
<<cain>>Well, just make sure to mix it well, but you're going to want to get your dick in there very quickly.<</cain>>
I nod, before pausing.
<<met>>Wait, have you done this?<</met>>
<<cain>>Kind of. Not of myself, of course, the technology wasn't there in my day. Keep mixing.<</cain>>
<<ncain>> says, prompting me back to reality. The mixture is about ready, so I put it down, lifting the plastic case.
<<cain>>But it's always funny to punish men downstairs like this. It's always funny to yell "Go fuck yourself" right before.<</cain>>
<<met>>Ooohhh.<</met>>
I shake my head, a grin appearing, before pouring the mixture in. Once it's ready, I pull my phone out, and after a quick viewing of a few photos I've collected, I push my cock in.
<<linebreak>>
<<cain>>This part is easier. Just mix the silicone.<</cain>>
I nod, as I mix the two bottles that came with the mix. I take a look to the side, making sure I have the adapter ready, and start pouring it in. Once it's properly set up, I push in what is effectively a thin tube through it. I researched whether this was possible, and found not only that it was, it was fairly simple. Finally, once the tube was secured, I fitted the adapter at the end.
<<met>>That should be good. Now I just have to wait until tomorrow, let it get set up.<</met>>
<<cain>>That's right.<</cain>>
<<met>>And since I have the mold ready, I can easily make more. I would just need to buy more of the silicone mix.<</met>>
<<Button 'Back to killing time' 'Room' '.return2' '$scene to 0'>><<nobr>>
<style>
#passages {
padding: 20px;
position: relative;
background-color: #0f1214;
left: 0%;
}
</style>
<</nobr>><table id="InfoTable" width=100%><tr><td>@@.return;<img class="imgbutR" src="images/Menu/Passage/.return.png">[[Back to Story|$return]]@@</td><td></td><td><<Button 'Return' 'Information' '.return2' '$f to 1'>></td></tr></table>
<div style="font-weight: bold; text-align: center; font-size: 30px;">Fetish Controls</div>
<div style="text-align: center;">If you have any fetishes you would like to avoid in this game, you can go ahead and turn them off below.</div>
<div id="FetishDiv"><<include "Fetishes">></div><div class="fetishgrid">
<div class="fetishgridcell">
Controls what the relationship is between <<nme>> and the people he lives with.<<if passage() is "StartFetishControl">> <span style="font-weight: 800">Note:</span> You will get a chance to change this in the intro, depending on what you choose for your relationship with a certain character. It can be changed later if you wish.<</if>>
<br>
<br>
<<if $fet.inc is 0>>
<<class "repeatbut0">><<button "Incest is off">>
<<set $fet.inc to 1>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "Incest is on">>
<<set $fet.inc to 0>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<</if>>
</div>
<div class="fetishgridcell">
Watersports is everything related to urine. Note, <<nme>> won't ever drink it, but if this is on, he will have others drink his.
<br>
<br>
<<if $fet.piss is 0>>
<<class "repeatbut0">><<button "Watersports is off">>
<<set $fet.piss to 1>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "Watersports is on">>
<<set $fet.piss to 0>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<</if>>
</div>
<div class="fetishgridcell">
If you want to skip the wakeup sexual scenes, turn this off.
<br>
<br>
<<if $set.wake is 0>>
<<class "repeatbut0">><<button "Wakeup sex scenes are off">>
<<set $set.wake to 1>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "Wakeup sex scenes are on">>
<<set $set.wake to 0>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<</if>>
</div>
<div class="fetishgridcell">
If you want to skip the random encounter scenes, turn this off.
<br>
<br>
<<if $set.re is 0>>
<<class "repeatbut0">><<button "Random encounter scenes are off">>
<<set $set.re to 1>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<<else>>
<<class "repeatbut1">><<button "Random encounter scenes are on">>
<<set $set.re to 0>>
<<replace "#FetishDiv">>
<<include "Fetishes">>
<</replace>>
<</button>><</class>>
<</if>>
</div>
</div><<nobr>><<set $GallPg = 4, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 19>><div class="grid-item GImg"><<link [img[$GallImg[18]]]>><<replace "#phone">><<set $ImgCh to 18>><<include "GallSel4">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 20>><div class="grid-item GImg"><<link [img[$GallImg[19]]]>><<replace "#phone">><<set $ImgCh to 19>><<include "GallSel4">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 21>><div class="grid-item GImg"><<link [img[$GallImg[20]]]>><<replace "#phone">><<set $ImgCh to 20>><<include "GallSel4">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 22>><div class="grid-item GImg"><<link [img[$GallImg[21]]]>><<replace "#phone">><<set $ImgCh to 21>><<include "GallSel4">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 23>><div class="grid-item GImg"><<link [img[$GallImg[22]]]>><<replace "#phone">><<set $ImgCh to 22>><<include "GallSel4">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 24>><div class="grid-item GImg"><<link [img[$GallImg[23]]]>><<replace "#phone">><<set $ImgCh to 23>><<include "GallSel4">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery3">><</replace>><</link>></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>></div>
<div class="grid-item">
<<if $ImgAm gte 25>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery5">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 19>>
<div class="grid-item GImg">[img[$GallImg[18]]]
</div><</if>>
<<if $ImgAm gte 20>>
<div class="grid-item GImg">[img[$GallImg[19]]]
</div><</if>>
<<if $ImgAm gte 21>>
<div class="grid-item GImg">[img[$GallImg[20]]]
</div><</if>>
<<if $ImgAm gte 22>>
<div class="grid-item GImg">[img[$GallImg[21]]]
</div><</if>>
<<if $ImgAm gte 23>>
<div class="grid-item GImg">[img[$GallImg[22]]]
</div><</if>>
<<if $ImgAm gte 24>>
<div class="grid-item GImg">[img[$GallImg[23]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<replace "#phone">><<set $ImgSel to $ImgCh>><<include "Gallery4">><</replace>><</link>>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery4">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><img src="images/Menu/Title.png" style="width: 100%">
<div style="font-weight: bold; text-align: center; font-size: 20px;">Changelog</div>
<div style="text-align: center;">If this is your first time here, be not afraid. This screen won't show up every time you load a save. It will if there is a large mechanic that is important, and the player needs to be alerted. As such, please check the version you are currently running below. If you would like to visit this screen in the future, it will be nested in the Information tab on the left side bar.</div>
<div style="text-align: center;"><<message 'V0.23 Changelog' btn>>Usual update, with some accessibility changes. If you look in the top right, on the sidebar, there is now a series of buttons. They will allow you to make the size of the font smaller, or bigger, to make it easier to read. The third button just resets it to the default. I'm also retroactively adding this to past versions, for obvious reasons, so if you're here with the public version, this won't be new for you.
<</message>></div>
<div style="text-align: center;"><<message 'V0.20 Changelog' btn>>Mostly background updates this time around. I improved the inventory, so things appear in the right place when you find them, no matter the order. I also really improved the tracker, making it way easier to add new scene indicators. Mostly behind the scenes, but this will make it far more likely I don't miss a scene when it should pop up.
<</message>></div>
<div style="text-align: center;"><<message 'V0.14 Changelog' btn>>Heads up, this version added a fetish customizer. In the left bar, click on information, and then Fetish Controls. You can change what fetish is on at any given time. I'd recommend checking it now!
<</message>></div>
<<if lastVisited("Room") is 1>><<Button 'Back to game' 'Room' '.return2' '$f to 1'>><<else>><<Button 'Return' 'Information' '.return2' '$f to 1'>><</if>><div style="font-weight: bold; text-align: center; font-size: 30px;">Fetish Controls</div>
<div style="text-align: center;">If you have any fetishes you would like to avoid in this game, you can go ahead and turn them off below.</div>
<div id="FetishDiv"><<include "Fetishes">></div>
<<Button 'Back to start menu' 'TitleScreen' '.return2' '$f to 1'>>I put my hand on her back, and without any force, she slowly starts bending over.
<<me>>Good girl.<</me>>
I walk around her, and press my hard, saliva covered cock against her ass cheeks. I grab her hips, and pull her panties off, and ball them up. I bent over her, my cock pressed against her crack.
<<me>>Here baby girl. So mommy doesn't hear the whorish moans when daddy takes your virginity.<</me>>
I press her wet panties against her lips, and she looks up at me with puppy dog eyes again. After a moment, she opens her mouth, and takes her wet panties.
<<me>>Good girl.<</me>>
I groan, and stand up straight again, and begin sawing my dick between her cheeks, before pulling back, and pressing my cock against her wet pussy.
<<sub1>>Mmmhmmm.<</sub1>>
She moaned, and I pressed forward.
<<me>>That's it baby girl. Take daddy's cock inside you.<</me>>
I kept pushing, until my head finally pushed past her entrance, and we both groaned at the feeling. I grabbed her hips firmly, and began pushing deeper inside her, her moans getting louder as I did. I fucked her softly at first, but as I inched slowly inside her, I started speeding up.
<<me>>Doesn't this feel right baby girl?<</me>>
I groaned. She looked up at me, her panties still in her mouth, a smile on the edges of her lips as she nodded. I smiled at her, and then looked outside.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/Mom/03.png">\
<<me>>Mommy looks like such a slut sometimes, doesn't she?<</me>>
As I said that, I felt her insides tighten, causing me to gasp and her to moan.
<<me>>Oh, does that mean my baby girl agrees with me?<</me>>
She moaned, and I slapped her ass.
<<me>>You shouldn't speak about your mother that way slut.<</me>>
I pushed further in.
<<me>>Especially when daddy thinks about her all the time.<</me>>
Again, her pussy tightened. I smirked, and looked down at <<nsub1m>>.
<<me>>I mean, those fat tits. They're basically udders.<</me>>
I pistoned hard into her, causing her to jump up.
<<sub1>>MMMmmmmhhh.<</sub1>>
<<me>>I thought about them all the time when I was younger.<</me>>
I began fucking into her harder, as her pussy walls tightened with every word I said.
<<me>>Her mooing every time I fucked her like the cow she is.<</me>>
I leaned down, and gave her a soft kiss on her neck, causing her to moan.
<<me>>You were always there as well baby girl.<</me>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub1/13.webp">\
I could feel her pussy walls begin to twitch, pushing both of us closer to our climax.
<<me>>She would eat your pussy out when I came inside you.<</me>>
She groaned, as her body began to convulse, her orgasm hitting her.
<<me>>And sometimes I would make you eat daddy's cum out of her pussy.<</me>>
I grunted, as I was close to cumming.
<<me>>Would you like that baby girl? Make daddy happy by eating out the pussy that birthed you.<</me>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/14.png">\
She moaned again, getting hit with another orgasm. I pulled out, and began shooting my cum all over her back.
<<me>>Do you want daddy to make that happy for you baby girl?<</me>>
I groaned, painting her lower back white. Rope after rope covering her naked back. After a minute, I slapped her ass, and pulled her panties out of her mouth.
<<me>>If you give daddy the right answer, he'll use your slutty hole again.<</me>>
She looked up at me, lust and tears in her eyes.
<<sub1>>Yes daddy.<</sub1>>
I slapped her ass.
<<me>>Good girl.<</me>>
<<linebreak>>
I walked down the stairs of <<nsub1>>s house. It had been around an hour after the first cumshot, and there had been two more loads. One in her mouth, and the third one over her collapsed body. As I walked to the front door, I ran into <<nsub1m>>. She was covered in a sheen of sweat, wearing her tight yoga clothes.
<<sub1m>><<nme>>! You two manage to get some work done.<</sub1m>>
<<me>>We did. It left us tired, but it got done.<</me>>
I said, as she looked me up and down, enjoying what she was seeing.
<<me>>How was yoga?<</me>>
<<sub1m>>Good. I like getting stretched out.<</sub1m>>
I took a step forward.
<<me>>I couldn't agree more.<</me>>
<<sub1m>>You should join me next time then.<</sub1m>>
<<me>>Oh, I think I could pencil that in. Although you'll have to be hands on with me, I'm not to familiar with yoga.<</me>>
She leaned forward, whispering into my ear.
<<sub1m>>I'll make sure to get a feel for everything.<</sub1m>>
She jumped back, and quickly made her way up the stairs.
<<sub1m>>Get home safe <<nme>>! Thank you for helping my little girl out. I'll have to pay you back for that.<</sub1m>>
<<me>>I'll hold you to that.<</me>>
She walked around the corner, and I stood there thinking, before looking at a family picture hung on the wall.
<<met>>This place is gonna be a goldmine<</met>>
I thought, as I looked at <<nsub1>>, then to <<nsub1m>>, then to <<nsub1>>s two sisters.
<<met>>I'll have the entire family line drunk on my cum.<</met>>
I thought, as I walked out of the house.
<<Button 'Leave' 'Suburb' '.contbut' '$sub1.sub += 1, $scene to 0, $sub1.percent += 2, $sub1.scene.deleteFirst(3), $sub1.scene.pushUnique(4), $Time += 1, $event.sub1 to 0, $location.sub1home to 1'>><div class="Portrait"><img src="images/Locations/Portraits/Sub1Home.png"><div class="PortraitText"><<nsub1>>'s House</div></div>
/* <<if hasVisited("BankW: 3-2")>><table width="100%" style ="margin-top: -0.4em; margin-bottom: 2em;"><tr><td></td><td></td><td></td><td><<Wait "BankW">></td><td><<Sleep "BankW_Sleep">></td><td></td><td></td><td></td></tr></table>\<</if>> */
<<nsub1>>s, my current girlfriend, and future cum slaves, house.
<<Button 'Return' 'Suburb' '.return2' '$f to 1'>><<set $scene to 0>><<if not hasVisited("Commish: 1-1")>><<cain>>I don't feel like I've done anything that deserves this level of skepticism.><</cain>>
I heard <<ncain>> say as I walked into the
<<cain>>What's really the worst thing that can happen?<</cain>><</if>>
Yoga scene with Gwen watching<<if $replay is "asswgf-2">>\
\
\
\
I got dressed as I looked back on the mess we made in the room. We had fucked for quite some time after she informed her boyfriend we would be using their bedroom.
<<asswgf>>Mmmhmmmm.<</asswgf>>
She moaned, but stayed awake. I looked down at her. She was fully naked, her hair a mess, and cum noticibly dripping out of her pussy and asshole, pooling underneath her. On her face and back there were plenty of dried cum as well. If she was on her back, I would likely be able to say the same thing about her chest. I shook my head, and walked to the door. I grabbed the handle, and realized that <<nasswgf>> hadn't locked the door.
<<met>>What a minx.<</met>>
I shook my head again, and exited, leaving the door cracked so anyone passing would be able to see the state of her. As I made my way to the front door, I was stopped when I heard <<nasswgfbf>>.
<<asswgfbf>>W-what kind of project is it?<</asswgfbf>>
I was surprised by him. He was sitting in the same chair as yesterday, although he had a coffee mug beside him.
<<me>>It's a really hard one, so she handles that for me. And it's going to take a while. So get used to seeing me.<</me>>
I say, opening the door and leaving.
<<Button 'Finish replays' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\I've been racking my mind about how to move on to the next step of my plan with <<nbankc>> and her new fiancee. Frankly, my plan needed sleeping pills, so I could have some fun with <<nbankgf>>. However, when I mentioned that to <<ncain>>, he said.
<<cain>>Well you can't really get the store bought ones. Those ones can do the job, but they won't work through something like what you're planning.<</cain>>
Which left me back on the planning phase.
<<met>>I imagine you might have some ideas on how to proceed.<</met>>
I say to <<ncain>>, who nods, although halfheartedly.
<<cain>>I can't really give specifics. I didn't talk to anyone about this towns drug supply when I was downstairs, so I don't have that info. However, the obvious spot to check is the correct one.<</cain>>
I sighed, and tilted my head in thought. My idea was to go to Sonar, and it seemed like <<ncain>> agreed.
<<cain>>Why are you apprehensive?<</cain>>
<<met>>I don't know... It's just, this is all new to me. It also feels like I'm just basing the idea off of TV shows I've watched before, which makes me feel dumb.<</met>>
<<ncain>> shrugged.
<<cain>>I get what you mean, but as you've said, it's new to you. You don't exactly have an in to that sort of stuff, so you go with what your gut tells you.<</cain>>
<<if $sis3.scene[0] gte 5>><<met>>Hmm. Well, it's not exactly the same, but... What about <<nsis3>>?<</met>>
<<cain>>Hmmm. You said she was going to school to get into the pharmaceutical industry.<</cain>>
<<met>>Yeah.<</met>>
<<cain>>It might work.<</cain>>
<<met>>Alternatively, I should just check out Sonar directly. But checking with <<nsis3>> can't hurt.<</met>><<else>><<met>>Well, I don't have to like it. But I guess I'll have to check Sonar.<</met>><</if>>
<<Button 'Leave' 'Room' '.contbut' '$scene to 0, $story.side2 += 1'>><<if hasVisited("Side2-2A")>><<set _drugchance to 12>><<elseif visited() lte 2>><<set _drugchance to random(9, 11)>><<else>><<set _drugchance to random(9, 12)>><</if>><<if _drugchance lt 12>><img class="rightimg" @src="'images/Characters/Misc/Random Girls/'+ _drugchance +'.webp'">\
The club is as lively as it ever was. Flashing lights, loud music, and hot women are to be found in every direction.
<<met>>However, what I'm looking for is nowhere to be found.<</met>>
<<cain>>Hey, just check back tomorrow.<</cain>>
<<met>>Well... I'm here, I'll dance for a bit.<</met>>
I thought at <<ncain>> as another girl looked at me with pure desire.
<<me>>What's the rush, right?<</me>>
<<if $Time is 3>><<Button 'Leave' 'Brighttown' '.contbut' '$scene to 0, $event.side2 to 0'>><<else>><<Button 'Head home and sleep' 'Sleep' '.contbut' '$scene to 0, $event.side2 to 0'>><</if>><<else>>\
The club is as lively as it ever it. Flashing lights, loud music, and hot women are to be found in every direction. However, today...
<<if hasVisited("Side2-2A")>><<cain>>That looks like the guy, no?<</cain>>
I nodded, even as I was the only one to hear <<ncain>>. I saw a guy standing off to the side, blending into the surroundings that fit the description that was given to me by <<nsis3>>.
<<met>>He fits the description.<</met>>
<<ncain>> must have felt my conflicted feelings.
<<cain>>What gives?<</cain>>
<<met>>I'm not sure I'm exactly happy that <<nsis3>> knows a guy like that.<</met>>
That got a chuckle from <<ncain>>, before he patted my back.
<<cain>>Just go talk to him, and see if he has what you need.<</cain>><<else>><<cain>>That guy looks a bit sketchy, no?<</cain>>
I look over to the guy that <<ncain>> was referring to. I looked him up and down, and raised my brow.
<<met>>Maybe? I don't know, he looks around the same as most other guys here.<</met>>
<<cain>>Are you sure? Look at what he's looking at.<</cain>>
I squinted, and watched the guy, and I soon realized what <<ncain>> was referring to.
<<met>>Every other guy here is looking to score with some chick.<</met>>
<<cain>>And he's obviously not trying to do that.<</cain>>
<<met>>Maybe he's gay.<</met>>
<<cain>>He's not looking at any of the men. At least, not sexually. He's selling.<</cain>>
<<met>>Are you sure?<</met>>
<<cain>>That he's a dealer? Almost certainly. I've spent a lot of time around them downstairs.<</cain>>
<<met>>Right.<</met>>
<<cain>>Just go talk to him, and see if he has what you need.<</cain>><</if>>
<<met>>Right.<</met>>
I nodded, and made my way over to him. I tried acting as non chalant as I could, ordering a beer at the bar. Half wanting some liquid courage, and half building it myself.
<<me>>Hey. I was told you might be holding.<</me>>
The guy looked me up and down, then turned away from me. I thought I had already failed, before I got his response.
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">What are you looking for?</span><</say>>
<<me>>I need something to sleep?<</me>>
That clearly caught the guy off guard.
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">You came to a night club to get some sleep?</span><</say>>
<<me>>Some deep sleep.<</me>>
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">Ahh.</span><</say>>
He looked around. For a moment I figured he thought I was a cop or something, but it seemed like he found what he was looking for, and turned back to me.
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">I got you. How many nights of deep sleep you looking for?</span><</say>>
<<me>>How much for three?<</me>>
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">Yeah, we can do that.</span><</say>>
<<me>>We?<</me>>
I ask, as a large man approached both of us. He was clearly older than either of us, and was successfully displaying to the world he was not to be messed with. Before I could say anything else, the man spoke up.
<<say 'Large man' 'images/character icons/AssWBg.png'>><span style="color: #ff886e">Hello sir. Would you mind coming with me?</span><</say>>
<<say 'Sketchy guy' 'images/character icons/One Time/6.png'>><span style="color: #ff6e6e">He's just looking fo-</span><</say>>
<<say 'Large man' 'images/character icons/AssWBg.png'>><span style="color: #ff886e">I'm aware of what he's looking for.</span><</say>>
He turns to me after quickly shutting down the other guy, pointing towards the back.
<<say 'Large man' 'images/character icons/AssWBg.png'>><span style="color: #ff886e">Sir.</span><</say>>
I follow the instructions, and make my way in the direction he pointed at. We make our way through the waves of people, and soon come to a door leading to an area I had never been to.
<<me>>What's this about?<</me>>
I ask, summoning the courage.
<<say 'Large man' 'images/character icons/AssWBg.png'>><span style="color: #ff886e">Boss asked to see you.</span><</say>>
He says curtly, confusing me.
<<me>>Wait, boss? I'm not in trouble?<</me>>
I ask, getting no response from the man, as he swipes a card at the door, getting a beep, and a large clunk as the door unlocks.
<<met>>Boss?<</met>>
<<cain>>What's the plan?<</cain>>
<<met>>Well I thought I was gonna get kicked out or something, but now I'm curious.<</met>>
I shrug internally, and walk through the door. It led to a staircase that looped back around to a room that had a view of the entire club. It was definitely in keeping with the rest of the clubs decorations, but the moment I entered, the sound of the music almost entirely cut out. I looked around at the nice office, feeling a bit awkward as it was empty, save for me and the man who brought me, who walked over to a small bar in the corner, and grabbed a glass, pouring something and bringing it to his mouth.
<<me>>Excuse me, who am I meeting?<</me>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/12.png">\
<<assw>>Not going to offer our guest a drink, <<nasswbg>>?<</assw>>
I spun around, as <<nassw>> walked into the room, taking a seat onto the couch in the middle of the room. She looked as great as she did the last time I saw her... In Sonar.
<<asswbg>>I'm not paid to make drinks, <span class="AssWText">Ms. Monroe</span>.<</asswbg>>
<<me>><<nassw>>? What are yo-<</me>>
I stopped, as she flashed me a dumb smile. I thought about the last time I was here. I did find it strange that we managed to get such a nice private room. And that we managed to fuck inside of it without anyone saying anything.
<<me>>You own Sonar?<</me>>
<<asswbg>>Burn a lot of brain cells getting there?<</asswbg>>
<<assw>>Be nice <<nasswbg>>. I didn't pick him out for his smarts.<</assw>>
She said, licking her lips.
<<me>>What's going on?<</me>>
<<assw>>Come take a seat <<nme>>.<</assw>>
She said, patting the couch cushion beside her.
<<Button 'Take a seat' 'Side2-3' '.contbut' '$event.side2 to 0, $story.side2 += 2'>><</if>><<sis3>>Hey <<nme>>.<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 3/20.png">\
<<nsis3>> says as I walk in to her room. She had her head buried in some books when I showed up. She bit her lip, and then looked at the door, confused. I look back at it, and realize why. I hadn't closed it.
<<me>>Not here for that. I actually had another question that I thought you might be able to help me out with.<</me>>
<<sis3>>Oh.<</sis3>>
After a momentary flicker of disappointment, <<nsis3>> straightened her back.
<<sis3>>What can I help with?<</sis3>>
<<me>>You learn about chemistry and stuff in your classes.<</me>>
She smiled at that description, then nodded, as I sat down on her bed.
<<sis3>>Sure. We need to have at least a basic understanding of the things we're going to be giving out to people.<</sis3>>
<<me>>Well, I'm looking for something specific.<</me>>
<<sis3>>Like what?<</sis3>>
<<me>>Sleeping pills.<</me>>
She squinted at me.
<<sis3>>You can find those on the shelf of the pharmacy, you don't really-<</sis3>>
<<me>>Well...<</me>>
I trail off, before standing up and approaching her. I looked back at the door, making sure to position myself between it and <<nsis3>>, before reaching down and placing my hand below her chin.
<<me>>I need very strong sleeping pills.<</me>>
<<sis3>>I... don't...<</sis3>>
She said, flustered at the change in my tone.
<<me>>Ones where I won't wake up no matter what's done to me.<</me>>
<<sis3>>Why... Oh...<</sis3>>
She said, her eyes widening at the realization.
<<sis3>>You... I mean...<</sis3>>
She stuttered, so I quieted her by sticking my thumb in her mouth.
<<me>>I figured my little rapeslut might know something about that. And if she did, maybe she might be willing to take some.<</me>>
She sucked on my thumb as I spoke, and as I mentioned her taking some, she nodded lightly, subconsciously. I took my thumb out of her mouth, letting her answer.
<<sis3>>We... Don't really have anything like that... At school... But I have heard of a guy selling something like that...<</sis3>>
<<me>>Where?<</me>>
<<sis3>>Sonar.<</sis3>>
<<me>>Why do you know that?<</me>>
<<sis3>>He sells a bunch of things, not just... That. I don't even know for sure if he has any.<</sis3>>
<<me>>Well, that will have to do. <</me>>
After a quick description of the guy, I nodded, and brought my thumb to my mouth, tasting her saliva.
<<sis3>>And you'll tell me if... You find any?<</sis3>>
<<me>>No.<</me>>
I said, causing her to slump a bit.
<<me>>Because where's the fun in telling you?<</me>>
She flushed as she understood what I was saying. I waved, and left her room.
<<cain>>Like you thought, Sonar.<</cain>>
<<met>>Yeah, but at least now I know what to look for.<</met>>
<<cain>>That should definitely speed it up.<</cain>>
<<Button 'Leave' 'Home' '.contbut' '$scene to 0'>><<me>>Alright, what's going on <<nassw>>?<</me>>
<<assw>>No need to dive right into business.<</assw>>
<<me>>Business?<</me>>
<<assw>>I thought we could talk a little first.<</assw>>
I shook my head in confusion, as two pairs of glasses were placed on the table in front of us, by <<nasswbg>>. <<nassw>> grabbed one of them.
<<assw>>I'm glad to hear that you don't think I'm that crazy after all.<</assw>>
She said, taking a sip of her drink. I leaned forward, and take the other one.
<<me>>What?<</me>>
<<assw>>You also think it would be hot to knock my friend up. <<nasswgf>> has been gushing on and on about you.<</assw>>
I could feel my cheeks get hotter.
<<me>>I don't-<</me>>
<<assw>>It's ok <<nme>>. I was confused at what I saw about you. Sure, you're an attractive enough guy...<</assw>>
She said, grabbing my chin, and turning my head left and right, inspecting it.
<<assw>>But there's plenty of those around here. But I think I get it now.<</assw>>
<<me>>Oh yeah?<</me>>
<<assw>>We're kindred souls <<nme>>.<</assw>>
<<me>>W-what?<</me>>
<<assw>>You and me <<nme>>. We're made for each other.<</assw>>
<<me>>I... Listen, I think you're hot, but-<</me>>
Before I could finish that sentence, <<nassw>> burst out into laughter.
<<assw>>Relax <<nme>>. I'm not confessing my love for you or anything.<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/13.png">\
She put her drink back down, and then quickly straddled my hip, her large breasts right in front of my face.
<<assw>>I just think we're meant to work together.<</assw>>
She leaned forward, giving me a quick peck on the lips.
<<me>>And what kind of work would that be?<</me>>
I ask, my hands slowly lifting up until they were resting on her ass cheeks.
<<assw>>The dirty kind. Like this.<</assw>>
She said, pulling out a small piece of plastic. As I looked at it, I realized it was a couple of pills.
<<assw>>What kind of naughty things are you going to do with these, <<nme>>?<</assw>>
<<me>>I...<</me>>
I trailed off, not knowing what to say.
<<assw>>Oh relax <<nme>>.<</assw>>
She said, pushing the pills into my front pocket.
<<assw>>I would never deny you anything like that. Free of charge.<</assw>>
She said, quickly dismounting me, reaching back for her drink. I felt a bit disoriented from everything.
<<me>>T-thanks <<nassw>>.<</me>>
She nodded, raising her drink.
<<me>>Have we talked enough to get to the meat of the issue?<</me>>
<<assw>>I suppose so.<</assw>>
<<me>>You own Sonar?<</me>>
That earned a chuckle from her.
<<assw>>No, that would be my aunt. Although she lets me run the place.<</assw>>
<<me>>Right.<</me>>
I said, trying to work everything out. That clearly frustrated her.
<<assw>>Come on <<nme>>, get to the good stuff.<</assw>>
I looked at her, then the pills that were now in my pocket.
<<me>>He was...<</me>>
<<assw>>One of mine.<</assw>>
<<me>>Is that smart?<</me>>
<<assw>>Is what smart?<</assw>>
<<me>>Selling drugs out of your own club?<</me>>
<<assw>>We have friends on the force.<</assw>>
That made me purse my lips, squinting at her.
<<assw>>Get there <<nme>>.<</assw>>
<<me>>Why are you telling me this? You barely know me.<</me>>
<<assw>>We've shared a bed <<nme>>.<</assw>>
She said casually, as if that explained everything.
<<me>>What do you want from me?<</me>>
<<assw>>Right now? Nothing.<</assw>>
<<me>>But eventually?<</me>>
<<assw>>I've been watching you for a while <<nme>>. Since we met, really.<</assw>>
I swallowed, trying to stay relaxed, even as I felt my hands tighten.
<<me>>And what did you learn?<</me>>
<<assw>>You're good with people.<</assw>>
She leaned into me, and started playing with my hair.
<<assw>>Great with women.<</assw>>
I reached up, grabbing her hand.
<<me>>What do you want <<nassw>>?<</me>>
She sighed, as if I ruined her fun.
<<assw>>I'm going to need some help with some... errends. You would be useful to have around.<</assw>>
<<me>>What kind of errands?<</me>>
<<assw>>I'll let you know when the time comes.<</assw>>
She sighed, standing up and walking over to the desk.
<<assw>>I'll be contacting you soon. It's nothing so bad, I promise. And in return, I'll help you out whenever you might need it.<</assw>>
I stood up and approached the table.
<<me>>And if I say no?<</me>>
She giggled at that.
<<assw>>Then so be it. No one will be breaking your legs or anything like that, <<nme>>.<</assw>>
Her face softened, her confidence replaced with earnesty.
<<assw>>I really just want your help.<</assw>>
As quickly as it had come, her confidence returned.
<<assw>>Although if you don't help, you'll have to pay for the next batch.<</assw>>
She said, nodding to my front pocket. I stood up straight, looking at her.
<<me>>And it's nothing bad?<</me>>
<<assw>>N- Well, you won't be doing anything bad.<</assw>>
I thought about it for a moment.
<<me>>I'll let you know.<</me>>
She smiled at me.
<<assw>>That's all I ask <<nme>>.<</assw>>
<<me>>So... Can I head out?<</me>>
<<assw>>If you want to.<</assw>>
She walked me to the door.
<<assw>>Have fun with those. And if said fun involves <<nasswgf>>, let me know. I'd like to be there.<</assw>>
<<me>>I... It's not for her.<</me>>
<<assw>>Maybe not this time. But the request is open.<</assw>>
She said, ushering me out of the door. I looked down at the staircase, making my way out, until I made it back to the dancefloor.
<<met>>The hell was that?<</met>>
<<cain>>Something to think about.<</cain>>
<<Button 'Go home and process this' 'Sleep' '.contbut' '$story.side2 += 1, $event.side2 to 0, $scene to 0'>><<bankc>>Sir!<</bankc>>
<<nbankc>> was surprised as I entered the bank, approaching her teller window. She looked around, flushing, embarrassed by how loud she was, before turning back to me.
<<bankc>>What can I help you with sir?<</bankc>>
<<me>>I'm here to explain the plan for tonight.<</me>>
I say, causing her to begin fidgeting in her chair. I did enjoy how much she was looking forward to this. She was a good slut.
<<bankc>>Of course! What sh-<</bankc>>
I bring my finger up, shushing her.
<<me>>I don't need your input. Matter of fact, follow me.<</me>>
I walk away from the teller window, looking back as I see her quickly putting a little sign on the window, and rushing over to me as I made my way into the back offices. I kept going until I reached <<nbankm>>s office, and opened it, causing <<nbankm>> to jump in surprise, followed by the satisfying look of submission.
<<bankm>><<nme>>? Is everything ok with <<nbankw>>?<</bankm>>
He asked, playing his part of loving husband.
<<me>>Yes <<nbankm>>, my cumrag is perfectly fine.<</me>>
I said, taking a seat on one of his chairs, and began undoing my pants, pulling my cock out.
<<bankm>>O-oh. Did you want me to go... Fetch her?<</bankm>>
<<me>>No... But-<</me>>
I chuckled.
<<me>>Good one.<</me>>
<<bankm>>Excuse me?<</bankm>>
<<me>>Fetch her? She's my bitch, so I figured it was a pun.<</me>>
<<bankm>>Ah. No, it wasn-<</bankm>>
<<nbankm>> was cut off by the sudden intrusion of <<nbankc>>, who's look of excitement changed into one of embarrassment again as she realized her boss was in the room.
<<bankc>>O-oh, <span class="BankMText">Mr. Harding</span>. Excu-<</bankc>>
<<me>>Don't worry about him slut. Put my cock in your throat.<</me>>
I said, <<nbankc>>s eyes going wide as she realized my dick was out. She looked at me, then at <<nbankm>>, then back at me.
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/12.webp">\
<<me>>Don't worry about the cuck <<nbankc>>. I want to feel the head of my cock inside your tight little throat.<</me>>
She gave one more look to <<nbankm>>, who was watching with a resigned look, before nodding, and kneeled in between my legs, swallowing my dick. I put my hand on her head, and pushed down, fast tracking the process.
<<me>>As for <<nbankw>>.<</me>>
I said, looking up at <<nbankm>>, who was watching in surprise as I began fucking one of his cashiers face in his office.
<<me>>While I would love to fill your whore wife with my cum, but you know how she is. An insatiable cum dumpster. <<nbankc>> here-<</me>>
I said, patting her head as she continued to deepthroat my cock.
<<me>>She's properly house trained. I'm only here for a quick conversation, not an hour long fuck with my bitch in heat. You understand?<</me>>
<<bankm>>Y-yes sir.<</bankm>>
<<me>>Good. Now why don't you go to the counter and cover for her for a bit. I just have to explain some stuff to this little slut, feed her my load, and she'll be right out.<</me>>
<<bankm>>O-of course.<</bankm>>
He nodded, and slowly made his way out of his office slowly, enjoying the sight of the lesbian choking on cock. Once we were finally alone, I firmly grabbed <<nbankc>>s hair, and began pistoning up into her, causing her to tear up, even as she let me molest her throat.
<<me>>Alright slut. Tonight is the night your slut fiancee will finally feel the pleasure of my cock.<</me>>
<<nbankc>> moaned at that, the vibrations feeling nice on my cock.
<<me>>That's right slut. It's a special night. But for that to happen, you're going to need these.<</me>>
I said, pulling the plastic wrapper with pills inside.
<<me>>You're going to put one of these in her drink when she gets home. Then you're going to text me, and by the time I show up, she'll be out like a light.<</me>>
<<nbankc>> began massaging my balls at that. I smirked and began pumping my hips faster, feeling my orgasm approaching.
<<me>>And you and I are going to have fun with her. Well, I'll be having fun. You'll be filming everything I do to your fiancee. How does that sound whore?<</me>>
I felt the vibrations as she moaned, looking up at me and nodding as well as she could with my cock deep in her throat.
<<me>>Good girl. Now get ready. Your master needs to come.<</me>>
<<nbankc>> moaned again as I began shooting my load directly into her stomach, continuing to pump into her face. I could feel every rope of cum shoot down her throat directly.
<<if $fet.piss is 1>><<me>>That's a good little whore.<</me>>
I sighed, as I finished. After a moment, I felt <<nbankc>> try to pull back. I grabbed onto her hair, holding her even as my cock softened.
<<me>>Stay there whore. I need to take a leak, and why waste a good urinal.<</me>>
I groaned, as I felt the liquid begin to flow down. <<nbankc>> was surprised, but closed her eyes, and accepted it. For the next minute, the only sounds were her gulping as I used her throat as my personal urinal.
<<me>>That's a good lesbian whore. Swallow your masters piss.<</me>>
She moaned, dutifully swallowing. Once I was done, I let her go, and pushed her to the ground, letting the final stream coat her work clothes.
<<me>>What do you say slut.<</me>>
<<bankc>>Thank you for using my holes to cum and piss sir.<</bankc>>
She sat up, giving my thigh a slow kiss.
<<bankc>>Your cumslut urinal is always ready for anything you give her.<</bankc>>
I leaned forward, and spit in her face.
<<me>>Good. Get her ready, and I'll be seeing you tonight.<</me>>
I said, leaving her on the ground, covered in my piss and spit.
<<bankc>>Thank you sir.<</bankc>><<else>><<me>>That's a good little whore.<</me>>
I sighed, as I finished. Once I was done, I let her go, and pushed her to the ground, letting the final rope coat her work clothes.
<<me>>What do you say slut.<</me>>
<<bankc>>Thank you for using my holes to cum sir.<</bankc>>
She sat up, giving my thigh a slow kiss.
<<bankc>>Your cumslut is always ready for anything you give her.<</bankc>>
I leaned forward, and spit in her face.
<<me>>Good. Get her ready, and I'll be seeing you tonight.<</me>>
I said, leaving her on the ground, covered in my cum and spit.
<<bankc>>Thank you sir.<</bankc>><</if>>
<<Button 'Later at <<nbankc>>s apartment' 'BankC: 6-2' '.contbut' '$Time to 3'>><<if visited("BankC: 6-2") is 1>><img class="leftimg" src="images/Characters/Town/Bank/Cashier/25.png">\
The door opened before I even knocked. Granted, I had told <<nbankc>> that I was on my way up in the lobby, but I did appreciate her enthusiasm. It was something that I was looking forward to, and considering her lingerie, so was she.
<<bankc>>Sir.<</bankc>>
She said, getting on her knees right in the front doorway, exposing herself to anyone that passed by. No one was, but it was nice. I guess that facefucking in front of her boss flicked some switch.
<<me>>Slut.<</me>>
I said, leaning down to spit in her face, before walking into the apartment. Before I reached down, <<nbankc>> opened her mouth, and I took her queue, aiming towards it. She smiled as I spit into her mouth, and moaned lightly as she swallowed it. I turned away from her, already feeling comfortable from the few times I had been here. I took off my jacket, and turned around to see <<nbankc>> kneeling right behind me. She must have crawled.
<<me>>Getting used to being on your knees?<</me>>
She blushed, and looked down, embarrassed.
<<bankc>>I just... I thought you would like it.<</bankc>>
She looked up at me, her cheeks still rosy, but her eyes more resolute.
<<bankc>>It makes sense I stay on my knees when my master is in my house.<</bankc>>
I smiled down, and leaned down. She opened her mouth, ready for my spit. I smiled, as I took her lips, and pushed my tongue inside, surprising her, even as she melted into the kiss. We made out for a few seconds, before I pulled away, eliciting a whimper from her.
<<me>>Are we all ready now?<</me>>
<<bankc>>Yes sir.<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/GF/10.png">\
She nodded, and I grabbed her hair, walking to her bedroom using it like a leash. She followed along, crawling, as I opened the door to her bedroom, and found exactly what I was looking for. On their bed, layed <<nbankgf>>, completely naked. I walked up to the foot of the bed, and inspected her, as <<nbankc>> crawled in front of me, and began undoing my belt. As I watched the sleeping girl, I smiled as I felt the warm tongue of her fiancee on the head of my hardening cock.
<<bankc>>Are you ready sir?<</bankc>>
<<me>>Very much so. But first, your phone.<</me>>
I said, extending my hand to her. She flinched, as she realized she left it on her bedside table. She quickly crawled over, grabbed it, and handed it to me. I open the camera, and point at my crotch. <<nbankc>> gladly taking her spot. I pointed the camera down at her, and began filming as she began suckling on my head again.
<<me>>What are you doing right now <<nbankc>>?<</me>>
She pulled my cock out of her mouth, giving a slow, loving kiss, before smiling and facing the camera.
<<bankc>>Getting my masters cock hard.<</bankc>>
<<me>>For what?<</me>>
<<bankc>>Because he has to teach my fiancees body what the pleasure of cock is like.<</bankc>>
I pan the camera up, and show <<nbankgf>> on the bed, before panning back down.
<<me>>Naughty girl. What did you do?<</me>>
<<nbankc>> leaned down, and began kissing my balls.
<<bankc>>Something bad. Slipped it in her drink.<</bankc>>
<<me>>And now?<</me>>
<<bankc>>Now it's time for my master to impregnate her. Hopefully she'll be nice and fully pregnant for our wedding.<</bankc>>
<<me>>Isn't she on birth control?<</me>>
<<bankc>>I replaced it for you master. I know how much you want to knock her dyke ass up.<</bankc>>
<<me>>You're doing this to your fiancee? Don't you love her?<</me>>
She pulled back, and looked seriously at the camera.
<<bankc>>I'm doing this because I do love her.<</bankc>>
Holding onto my cock, she crawled onto the bed, pulling me gently with her, until she was sitting beside her fiancee. She let go of my cock, and began slowly rubbing <<nbankgf>>s pussy.
<<bankc>><<nbankgf>> is a lesbian. She has never felt a cock inside here.<</bankc>>
<img class="rightimg" src="images/Characters/Town/Bank/Cashier/GF/11.png">\
She said, spreading <<nbankgf>>s pussy lips, presenting it to the camera, and leaned down, giving her clit a soft kiss as her pussy slowly got moist.
<<bankc>>If I don't help her, she'll never know what it feels like to fulfil her life purpose.<</bankc>>
<<me>>And what is her life purpose?<</me>>
She looked at the camera, as she slipped two fingers inside of her fiancee, and began pushing them in and out.
<<bankc>>To serve cock.<</bankc>>
She looked back down.
<<bankc>>Not just any cock though. Her master's cock. My master's cock.<</bankc>>
Her fingers began moving faster.
<<bankc>>To feel your cock shoot your seed directly into her lesbian womb, and carry your child.<</bankc>>
She continued fingering <<nbankgf>>, and moved up, kissing her nipples.
<<bankc>>And then do it again, and again. Become nothing but a breeding sow for her master.<</bankc>>
<<me>>Good girl.<</me>>
She smiled up at me, and then spread <<nbankgf>>s pussy lips again.
<<bankc>>Are you ready to help her fulfill her life purpose master.<</bankc>>
I leaned forward, and pressed my cock against her hole, as <<nbankc>> pulled her fingers out, and began spreading her juices all over my shaft.
<<bankc>>Do it master. Fuck her gold star like you did mine. Teach her body.<</bankc>>
I pushed forward, feeling the tight warmth of <<nbankgf>>s pussy walls.
<<me>>Oh fuck.<</me>>
I groaned, causing <<nbankc>> to smile.
<<bankc>>Does she please you master?<</bankc>>
I pushed forward, enjoying how tight she was.
<<me>>Fuck yes.<</me>>
<<bankc>>Go deeper master. It's your hole now.<</bankc>>
<<nbankc>> said, reaching down and pushing my ass forward, my cock entering <<nbankgf>> deeper and deeper, until I finally hilted, as I pressed against <<nbankgf>>s cervix. I pointed the camera at her face.
<<me>>You feel that whore. My cock is pressing right against your womb.<</me>>
<<bankc>>Her defenseless womb sir.<</bankc>>
<<nbankc>> began massaging <<nbankgf>>s stomach, as I began fucking her harder.
<<bankc>>Fill her with your baby batter sir.<</bankc>>
She looked up at her sleeping fiancee’s face.
<<bankc>>I want to walk down the aisle while she's carrying your child.<</bankc>>
I pushed my cock hard, hilting again.
<<bankgf>>Mmmm.<</bankgf>>
We both froze for a moment as we heard <<nbankgf>> moaning. As it became clear she didn't wake up, <<nbankc>> smiled at the camera.
<<bankc>>You hear that sir.<</bankc>>
I started pumping faster, my orgasm quickly approaching.
<<bankc>>Her body already knows the truth.<</bankc>>
I grunted, as I got closer and closer.
<<bankc>>Her body needs your cum inside her sir.<</bankc>>
I could feel my balls begin to clench.
<<bankc>>Fill her whore womb up sir. Breed your lesbian slut.<</bankc>>
I grunted, as I began shooting my load deep inside her.
<<bankc>>Yes!<</bankc>>
She looked down at her fiancee, and caressed her face.
<<bankc>>That's right baby. Your new master is seeding you right now. You're going to be such a good cum drunk lesbian whore. Just like me.<</bankc>>
She leaned down, and began making out with <<nbankgf>> as I continued blasting rope after rope into her defenseless womb. I continued pumping into her, until I felt every last rope enter her womb.<<if $fet.piss is 1>> After a few moments, I relaxed, and began pissing inside her.
<<me>>Aaahhh.<</me>>
I groaned, as <<nbankc>> looked at me, and then realized what I was doing. She smiled, and began massaging her womb through her stomach.
<<bankc>>That's right sir. Her womb is yours to cum and piss into.<</bankc>>
I sighed as I finished pissing, my cock pressed inside her. I opened my eyes, and looked down at <<nbankc>>.<</if>>
<<me>>Get ready whore. It's going to be your job to drink everything.<</me>>
<<bankc>>Oh, thank you sir!<</bankc>>
I slowly pulled my cock out, as it all began to flow out of her pussy. <<nbankc>> quickly jumped where I was, and began sucking on her fiancee’s gaping pussy.
<<me>>That's right whore. Drink it all down.<</me>>
<<Button 'Continue making movies with <<nbankgf>>' 'BankC: 6-2' '.contbut' '$Time += 1'>><<else>>I stretched my arms up, having finished getting dressed. I looked back at the scene behind me.
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/26.webp">\
<<bankc>>Mmmm.<</bankc>>
<<nbankc>> was eating out her fiancee again, for the fourth time of the night. It had been a good time, and most importantly, it was all recorded.
<<me>>Does she taste good?<</me>>
<<nbankc>> nodded.
<<bankc>>I've always loved eating her pussy. And now that it's filled with my masters cum<<if $fet.piss is 1>> and piss<</if>>, it tastes even better.<</bankc>>
I slapped <<nbankc>>s ass, causing her to moan.
<<me>>Anytime whore.<</me>>
I said, walking out of the bedroom.
<<bankc>>Wait, sir!<</bankc>>
She called out. I turned around, and got to enjoy the view of <<nbankc>> crawling out of her room on all fours.
<<bankc>>Follow me.<</bankc>>
She said, grabbing her hair and offering it, like a dog on a leash. I gladly took it, and let her lead me to the kitchen, as she reached into a drawer, and pulled out a key.
<<bankc>>Here sir.<</bankc>>
She said, giving it to me.
<<bankc>><<nbankgf>> is going away on a work trip soon. When she does leave, I want you to come whenever you want. Whether you want to sleep, or your slut to drain your balls, or if you even just want to put your feet on my back while you watch tv.<</bankc>>
She placed the key in my hand, closing my hand over it, and looked up with pure devotion.
<<bankc>>I'll text you sir. When she isn't here, it's your house more than mine.<</bankc>>
I looked down at the key, then to <<nbankc>>, petting her head.
<<me>>Good girl.<</me>>
She melted into my hand, before I pulled away, leaving her on her knees in her kitchen, making my way home.
<<Button 'Head out' 'Apartment' '.contbut' '$scene to 0, $bankc.percent += 2, $bankc.scene.deleteFirst(5), $bankc.scene.pushUnique(6), $event.bankc to 0, $bankc.sub +=1, $bankgf.met to 1, $bankgf.percent += 1, $inv.keys.pushUnique("images/Inventory/BankC Key.png"), $inv.keystext.pushUnique("" + $bankc.name + "s apartment key")'>><</if>><img class="leftimg" src="images/Characters/House/Roommate 3/20.png">\
<<sis3>>Hey!<</sis3>>
<<nsis3>> smiled at me as I walked into her room, her eyes flash with a recognizable desire, before quickly passing.
<<sis3>>Sorry, if you want to fool around, I'm going to school soon.<</sis3>>
She said, walking up to me, wrapping her arms around me, placing her head on my chest.
<<sis3>>I just showered and got dressed, so I can't get anything dirty.<</sis3>>
I smile back down at her, leaning forward, using my hand to push her chin up until our lips meet. She moans as they do, her tongue eagerly exploring my mouth, her body squirming. After a few moments, I pull back, caressing her cheek.
<<me>>That's not really up to you, is it?<</me>>
Her eyes widen as she hears that, the earlier desire slowly creeping back in. I slowly move my hand from her cheek to her hair, slowly grabbing it, getting a firm grip as she gasps lightly.
<<me>>After all, you're just a toy to rape when my cock is hard. Isn't that right?<</me>>
She's breathing shallowly, her eyes closing lightly, smiling at the feeling of my grip, before opening them again.
<<sis3>><<nme>>, I really do have class in-<</sis3>>
She starts, but is quickly shut up as my hand lands on her cheek. She's surprised, her hand reaching up to massage her now reddening face, even as she bites her lips, her eyes now fully glazed over, her switch clearly having flipped.
<<me>>I don't care. I want to fuck your pretty little whore face.<</me>>
I say, tracing her lips with my finger, her lips softly kissing it as it passes by, my other hand slowly but firmly pulling her down onto her knees, her legs bending as I do.
<<me>>Your big brother's cock is hard. And he has a perfect little rape toy just in the other room.<</me>>
It only takes a little force to get her to her knees. Still holding onto her hair tightly, I started undoing my pants with my other hand, until my cock sprang out, and I rested it on her face. She moaned as she felt the warmth, taking a deep breath, letting my musk enter her. I pull on her hair, causing her to gasp in desire, as I press my cock on her lips, earning a kiss from her lips, before parting, her warm mouth accepting my cock.
<<me>>That's a good little slut.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/21.gif">\
I said, starting to pump her head up and down the length of my cock.
<<me>>Now get ready. I want to use my rape toy's throat, not just that cute tongue of yours.<</me>>
<<nsis3>> moaned as I said that, as she looked up at me with pure lust in her eyes. I smiled down at her, and began pumping my cock in deeper.
<<me>>That's a good girl.<</me>>
I sighed, as I began fucking her face slowly.
<<me>>Besides, this is your responsibility.<</me>>
That didn't get much of a response, most of her mind being occupied by the feeling of my cock finally entering her throat, trying her hardest not to gag. Although I did manage to get a raised eyebrow.
<<me>>It's <<nsub1>>s fault my cock is hard.<</me>>
I say.
<<me>>She's such a hot little slut for me.<</me>>
I say, causing her to moan around my cock.
<<me>>How does it taste? The cock that was inside your best friend?<</me>>
That finally got her attention, as her eyes shot up to mine.
<<me>>Oh, she didn't tell you? I fucked the little whore.<</me>>
I said, causing her to pull back, placing her hands on my thighs, pushing me away. I pumped back into her throat a couple more times, before letting her go, a cough escaping, before she looked up at me with a serious look.
<<sis3>>You... You two had sex?<</sis3>>
I caressed her cheek.
<<me>>What's wrong, toy? You know I'm dating her, of course I would use her eventually, no?<</me>>
Her eyes squinted, as she went into thought. I was happy to let her think for a moment, until I grabbed my cock, and tapped it against her face, rubbing a mixture of her saliva and my pre cum on her face, getting her back to reality.
<<sis3>>I'm just surprised, is all.<</sis3>>
<<me>>Well I'm horny, so why don't you behave like a proper fleshlight.<</me>>
She looked up at me.
<<sis3>>I... I just don't really know what to think about it.<</sis3>>
I sighed, shaking my head, before delivering a slap to her cheek.
<<me>>You shouldn't think about it.<</me>>
I said softly.
<<me>>You're nothing but a series of holes right now. Your only thought should be milking the cum from my balls.<</me>>
She looked up at me in surprise as I pushed my cock back into her mouth, pushing deeply in one thrust, until my balls were resting on her chin. I wrap both of my hands around her hair, and pull her with my cock towards her bed, until she was sitting with her back on it, her head resting just on top of the mattress. The new position allowed me to angle my thrusts, letting me bottom out a little deeper.
<<me>>Now do your fucking job, and take it.<</me>>
I grunt, as I begin fucking her face harder. She places her hands on my thighs, but doesn't push on my legs, just trying to help me gain balance as I use her throat.
<<me>>But if you must think about it, then you should listen to your owner, shouldn't you?<</me>>
She moaned as I said that.
<<me>>Start fingering yourself.<</me>>
I grunted, making smooth, long thrusts, pulling back until just the head was in her mouth, before pushing back in.
<<me>>You're not the only one I'm training slut. Like I said, <<nsub1>> is a slut for me. Not unlike you, she needs some training to become what she's always meant to be. And that training will involve you soon.<</me>>
She moaned in confusion at that.
<<me>>I'm not the only one who's going to be raping you slut. <<nsub1>> is going to follow my orders.<</me>>
That finally brought her back to reality. I smiled as I felt her hands pushing up against my legs in a futile attempt to push me off. I don't let her, continuing to rape her face.
<<Button 'Tell her of her future' 'Sis3: 5-2' '.lustbut' '$player.lust += 1'>><<sis3>>MmmmmMMmmm...<</sis3>>
<<nsis3>> moans as the effects of Lust hit her. I continue pumping away, my balls already getting closer.
<<me>>You're a little fucking freak aren't you?<</me>>
I say, looking down at her as I sheathe my cock into her entirely, and stay there, letting my weight press on her, keeping my cock lodged deep in her throat. I let go of one of my hands, and begin caressing her hair, as I make slow, shallow pumps.
<<me>>Imagining it. Your big brother with his girlfriend. Both of them using you like the little rapeslut you are.<</me>>
<<sis3>>Mmmmm.<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 3/22.gif">\
She moans again. I smile, and reach down, pinching her nipple through her blouse.
<<me>>Are you fingering yourself slut?<</me>>
I slowly moved my hand inside her shirt, getting in direct contact, and pinched her nipple hard.
<<sis3>>MMmmhmmmhm!<</sis3>>
She tried screaming, the vibrations feeling great on my cock.
<<me>>Well slut? Your owner told you to finger yourself earlier. Are you following my orders?<</me>>
I ask her, looking down at her. Her eyes slowly make contact with mine, and she tries her hardest to nod, given the circumstances.
<<me>>Good. Because it's important that I train you for your future.<</me>>
I said, rubbing her nipple with my hand, as I start fucking her face again, my orgasm slowly approaching.
<<me>>Like I said, you're not the only one I'm training. You're being trained to be an obedient piece of rape meat. And you're doing a great job at it, you little whore.<</me>>
I said, pumping faster into her throat.
<<sis3>>Mmmm.<</sis3>>
I grinned.
<<me>><<nsub1>> is being trained to be an obedient little girl for her daddy. Me.<</me>>
I grunt, speeding my thrusts up.
<<me>>And she's doing a great job at it too.<</me>>
I smile, tilting my head.
<<me>>Maybe that's why you two have always gotten along. Both sluts in need of training.<</me>>
I smiled as she slowly nodded at that, moaning as I continued fucking her throat and playing with her nipple. I lean back, and look down, happy to see her fingers moving quickly.
<<me>>And one day soon, I'm going to bring <<nsub1>> into your bedroom.<</me>>
I said, pumping hard, causing her to gag with each thrust.
<<me>>And she's going to grab you by your rape leashes.<</me>>
I say, tightening my grip on her hair, emphasizing what I'm talking about.
<<sis3>>MMmm.<</sis3>>
<<me>>And the slut is going to force you to eat her ass.<</me>>
<<nsis3>> moaned at that, her body twitching slightly.
<<me>>And like the good rape slut you are, you're going to try and stop her. But she's going to force you to do it.<</me>>
I grunted, pumping hard into her throat, feeling my balls begin to tighten.
<<me>>And she's going to cum from your tongue inside her. And then, we're both going to rape you.<</me>>
<<nsis3>> moaned at that.
<<me>>And from then on, you're not just going to be my rape slut. You're going to be <<nsub1>>s rape slut. And every time you two spend time together, she'll rape you.<</me>>
I said, thrusting one last time.
<<me>>And you'll keep going back. Because you two are best friends. And what kind of best friend wouldn't rape her rape slut friend?<</me>>
I grunted as she arched her back, cumming from the words I was saying, pushing me over the edge, blasting ropes of cum directly into her stomach.
<<me>>Your friendship will forever change. Our relationship will change. As my girlfriend, she'll be your mistress.<</me>>
I continued shooting rope after rope directly into her throat. I looked back at her fingers, as I watched her pussy spray juices through her panties.
<<me>>That's right, you little whore. Squirt to the thought of fulfilling your role in life.<</me>>
I pulled my cock out, and shot the last few ropes onto her face, already ruined by her tears and saliva, now covered in my seed.
<<me>>Aaaahhhhh. That's better. Now, what do you say?<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/23.png">\
She was breathing hard, as she recovered from her orgasm.
<<sis3>>T-tha-<</sis3>>
She started, before coughing. After a few moments, she looked up at me.
<<sis3>>Thank you for raping me mister.<</sis3>>
I smiled, and kneeled in front of her, giving her a kiss on her cheek not covered in my cum.
<<me>>You're welcome.<</me>>
She smiled at me, and began pushing all of the cum on her face into her mouth.
<<me>>Are you excited for your future?<</me>>
She paused, looking up at me thoughtfully.
<<sis3>>I don't really know.<</sis3>>
I raise my brow at that.
<<sis3>>I'm just worried. About...<</sis3>>
<<me>>How your relationship will change with <<nsub1>>?<</me>>
She nodded.
<<me>>I guess I can just tell you this.<</me>>
I said, pinching her nipple lightly through her clothes again. She gasped again, and smiled at me.
<<me>>You're my toy now, which means your life has already changed. Do you like that change?<</me>>
She nodded, moaning lightly as I continued playing with her breast.
<<me>>Do you trust me?<</me>>
<<sis3>>Of course.<</sis3>>
<<me>>Then trust me again. You're going to make a wonderful toy for not only me, and <<nsub1>>, but for many others in the future.<</me>>
<<sis3>>Others?<</sis3>>
<<me>>All the women I fuck will see you as you are. A series of holes to bring them pleasure.<</me>>
She shuddered as I told her that, and I leaned forward, and gave her another soft kiss on the cheek.
<<me>>You'll love it. I promise.<</me>>
She nodded, giving me a warm smile as I let go of her nipple.
<<sis3>>I'll have to wash up again.<</sis3>>
<<me>>Here, I can help.<</me>>
I said, spitting on her face, and standing up, doing my belt up.
<<sis3>>Mmm. Thank you mister.<</sis3>>
<<me>>You're welcome slut.<</me>>
<<Button 'Leave her to clean up' 'Home' '.return2' '$scene to 0, $Time +=1, $sis3.scene.deleteFirst(5), $sis3.scene.pushUnique(6), $sis3.percent += 2, $sis3.text to 6, $tSis3 to 1, $NewMes to 1'>><<if $replay is "fam1">>\
\
\
\
<img class="rightimg" src="images/Characters/House/Roommate 1/21.webp">\
<<sis1>>Mmmm.<</sis1>>
A moan coming from <<nsis1>>s mouth around my cock made me groan. It had clearly taken effect, as I watched <<nsis2>> put her hand on the back of <<nsis1>>s head.
<<sis2>>That's right, choke on his cock. Bring pleasure to our boyfriend.<</sis2>>
<<nsis2>> looked at me, her hand still pumping <<nsis1>>s head, and smiled.
<<sis2>>Our master.<</sis2>>
She whispered, as she leaned forward, our tongues intertwining as I enjoyed the feeling of <<nsis1>>s throat around my cock. I leaned back until I fell onto the bed, bringing <<nsis2>> with me, my arm wrapped tightly around her.
<<sis2>>Do you like that sir?<</sis2>>
She pushed hard on <<nsis1>>s head, and held it down, her nose pressed against my pelvis. I groaned, as <<nsis1>> gagged on my cock, her tongue never stopping from gliding around my cock.
<<me>>I love it.<</me>>
<<sis2>>You hear that slut? My boyfriend likes your throat.<</sis2>>
<<nsis1>> moaned at hearing that, her eyes tilting up to meet mine. I smiled down at her, before <<nsis2>> pulled her off, my saliva covered cock slowly appearing. Once it was fully out, <<nsis2>> pushed her face down, until her lips were pressed against my balls.
<<sis2>>Why don't you do me a favor. You got his cock warmed up, why don't you warm my dinner up as well.<</sis2>>
<<nsis1>> glared at <<nsis2>>, but a moment later, her mouth opened, accepting one, then the other, enveloping my balls with her roving tongue.
<<sis2>>Please master, can I please suck on your cock?<</sis2>>
She crawled down to my cock, and grabbed it, placing it against her lips, and giving it a slow, deep, sensual kiss.
<img class="rightimg" src="images/Characters/House/Roommate 2/12.webp">\
<<sis2>>I'm so hungry for your cum sir. Please fill my stomach.<</sis2>>
I didn't respond, instead grabbing her hair, and pulling it down, earning a moan from her as my cock entered her mouth.
<<me>>Not good enough slut. Your sister did a better job than you.<</me>>
I grunted. We heard a satisfied sound coming from <<nsis1>>, as I continued pulling on her hair, until I entered her throat, and hilted my cock.
<<me>>That's a good slut.<</me>>
I groaned as I started fucking <<nsis2>>s face as I enjoyed <<nsis1>>s tongue on my balls. I was already close to cumming from <<nsis1>>s throat, but the combined assault was doing it's job.
<<me>>I'm close slut. Are you ready to fulfil your lifes goal? Act as nothing but a hole for me to cum into?<</me>>
A moan from both of the girls was all I needed to hear, as I grunted out while blowing my load deep inside of <<nsis2>>s throat.
<<me>>That's a good girl. Take your masters cum.<</me>>
I continued shooting my load into her throat, before pulling her off quickly, throwing her to the side.
<<me>>And now you slut. Swallow.<</me>>
I said, rubbing <<nsis1>>s cheek, who eagerly unlatched from my balls and took my cock head into her mouth, although not quick enough to avoid a thick rope covering her face.
<img class="leftimg" src="images/Characters/House/Roommate 1/21.webp">\
<<sis1>>Mmmmmmm.<</sis1>>
<<nsis1>> moaned as I filled her mouth with more and more cum as rope after rope covered her tongue. When I was finally done, I pushed <<nsis1>> away, although she fought to keep my cock in her mouth.
<<me>>That will do <<nsis1>>.<</me>>
It didn't seem she heard me, as she continue sucking the head, trying to get as much of my cum as she could.
<<me>>If you don't stop, I'll cum again, and I'll be too tired to fuck you properly.<</me>>
That finally got her to stop, and pull away from my cock.
<<sis1>>Sorry.<</sis1>>
She said with a bashful smile. As she did, <<nsis2>> crouched beside her, wrapping her arms around <<nsis1>>, and leaned forward, sticking her tongue out, licking the final rope of cum that had hit her in the face, causing <<nsis1>> to moan.
<<me>>Are you gonna share with your big sister?<</me>>
I asked, causing <<nsis2>> to smile brightly, as she quickly dipped down to <<nsis1>>s lips, this time getting a surprised mmph from her. Still, it only took a few seconds before <<nsis1>> leaned forward, and began properly sharing my cum with her sister. I smirked, and began rubbing my hardening cock.
<<me>>That's great girls.<</me>>
<<nsis2>> finally broke up the make out session between the two of them, and rested her head on <<nsis1>>s shoulder, both of them looking up at my cock.
<<sis2>>I think it's time we show our master his full gift.<</sis2>>
<<sis1>>Absolutely!<</sis1>>
<<me>>Oh?<</me>>
They both stood up, and took a few step away from me, and slowly disrobed, showing off their lingerie underneath.
<img class="rightimg" src="images/Characters/House/Roommate 1/22.png">\
<<me>>Oh fuck.<</me>>
<<sis2>>I think that's the point.<</sis2>>
<<sis1>>How do you want us sir?<</sis1>>
I grunted, and stood up, wrapping my arms around both of them. I leaned forward, kissing <<nsis1>>, before quickly switching to <<nsis2>>.
<img class="leftimg" src="images/Characters/House/Roommate 2/14.png">\
<<me>>On the bed, hands and knees, both of you.<</me>>
<<sis2>>Yes sir.<</sis2>>
They both moved away from me to my bed, and slowly bent open, showing their asses to me.
<<sis1>>I'm so wet for you sir.<</sis1>>
<<nsis1>> said, rubbing her pussy through her panties, which had a very visible wet patch.
<<sis2>>She got to taste your cock first sir. Please, fuck your little whore.<</sis2>>
<<nsis2>> said, pulling her panties to the side, showing me how wet she was.
<<sis1>>Wait, you said I could go first. Is that why?<</sis1>>
<<nsis1>> asked, eliciting a shit eating grin from <<nsis2>>.
<<sis1>>You fucking slut!<</sis1>>
She cried out, slapping her sister in the shoulder. I smiled at that, and walked over to <<nsis2>>, and pressed my cock against her wet juices, getting the head covered in them.
<<sis2>>OoooOoooh, yeeeaah sir...<</sis2>>
She moaned, and I pushed my cock in slowly, until her pussy gave away, and letting me feel her warm insides.
<img class="rightimg" src="images/Characters/House/Roommate 2/15.gif">\
<<sis2>>Oh god, yes! Fuck me sir!<</sis2>>
I reached down, and grabbed her hair in my fist roughly, slapping her ass hard.
<<me>>Shut the fuck up and take it whore.<</me>>
I grunted, fucking hard into her.
<<sis2>>Y-Yeah! FU-Fuck your wh-whore!<</sis2>>
<<me>>I guess you need something to do with your mouth.<</me>>
I look over at <<nsis1>>, who was watching intently, her fingers deep inside her pussy. She flinched when I looked at her. I reached over, and caressed her cheek.
<<me>>It's not <<nmom2>>, but we said we would fuck the whore together. Why don't you have her eat you out.<</me>>
She gulped at that, looking down at her sister getting fucked hard, moaning into the mattress that I was pressing her face into. After a second, she looked up at me bashfully, and nodded gingerly. She slowly crawled over to the position, and sat in front of <<nsis2>>. After a moment, she spread her legs, letting me get a good view at how wet she was.
<<me>>Ready?<</me>>
<<sis1>>Yes.<</sis1>>
She said, barely above a whisper. I pulled <<nsis2>> up by her hair, causing her to moan, until her ear was right beside my mouth.
<<me>>I finally found something for your whorish tongue to do. You see your big sisters pussy?<</me>>
<<sis2>>Yee-Yeesssss.<</sis2>>
She moaned.
<<me>>I don't even have to tell a slut like you what to do, right?<</me>>
She shook her head, as I felt her pussy walls tighten.
<<me>>Then get to work.<</me>>
I slowly lowered her onto <<nsis1>>, until I saw her gasp, her hands quickly grabbing the sides of <<nsis2>>s head.
<<sis1>>O-oh!<</sis1>>
<<me>>Is she doing a good job?<</me>>
She nodded quickly.
<img class="leftimg" src="images/Characters/House/Roommate 1/23.webp">\
<<sis1>>Ye-Oh my god- Yes, she's doing a good-<</sis1>>
She trailed off, as she arched her back and started twitching, cumming from <<nsis2>>s tongue.
<<sis1>>Gyyaaaahhh! Swallllloooww my cum you whooooore!<</sis1>>
As I heard that, I felt <<nsis2>>s pussy tighten again, her orgasm hitting hard as I felt my hips and legs get covered in her juices.
<<me>>Keep going. The slut loves it.<</me>>
<<sis1>>Of course she does! She's a natural born whore! I bet she imagined being in between my legs even more than I did, fucking slut!<</sis1>>
As she kept talking, I kept feeling her tighten. I kept fucking into her, until she finally finished.
<<me>>Alright whores. Switch.<</me>>
<<sis1>>Y-yes sir!<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 2/16.gif">\
She said, a wide smile on her face as she recovered from her orgasm. <<nsis2>> didn't respond, just by crawling onto the bed, moving to let <<nsis1>> take her position.
<<sis2>>Now let's see how good my big sister is at eating pussy.<</sis2>>
<<sis1>>Wh-Mmm!<</sis1>>
<<nsis2>> grabbed <<nsis1>>s head, and quickly brought it to her wet pussy, and letting out a long moan.
<<sis2>>O-Oooh yeesssss. Eat my pussy, you dyke bitch.<</sis2>>
I leaned down, and pulled down <<nsis1>>s panties, and quickly pressed my cock inside.
<<me>>That's a good whore.<</me>>
I slap her ass, leaving a nice red mark.
<<me>>Make your little sister cum with your tongue.<</me>>
I grunted as I started fucking into <<nsis1>>, hilting my cock into her with every stroke.
<<sis2>>Oh god, yes, she's gonna make me cum all over her tongue.<</sis2>>
<<me>>She better get used to it.<</me>>
I grunted, getting closer and closer to orgasm myself.
<<me>>She's going to get used to the taste.<</me>>
<<sis2>>They all will.<</sis2>>
I felt my cum rising.
<<sis2>><<nmom1>>, <<nmom2>>, <<nsis3>>. They're all going to eat me out.<</sis2>>
<<me>>All of them. You can have <<nmom2>> eat your asshole while <<nsis3>> eats your pussy.<</me>>
I felt <<nsis1>>s pussy tighten up as I said that, pushing her over the edge. I fucked into her pussy harder.
<<me>>The fucking whore is cumming while imagining that.<</me>>
<<sis2>>So am I!<</sis2>>
She yelled, humping at <<nsis1>>s face, cumming again. I could feel how close I was to cumming, and looked down at both of them.
<div id='container'>Who did I want to cum inside of?
<<class "harem">><<linkreplace "Cum inside <<nsis1>>">><<replace "#container">>\
<<me>>Are you ready to take my cum slut?<</me>>
<<nsis1>> pulled back from <<nsis2>>s pussy.
<<sis1>>Yes! Please, cum inside me!<</sis1>>
<<sis2>>No, please, cum inside me.<</sis2>>
<<nsis2>> complained, so I reached over and slapped her tit hard.
<<me>>Your big sister earned my cum. Don't ever question me slut.<</me>>
<<sis2>>I'm sorry sir.<</sis2>>
She pushed her chest out.
<<sis2>>I need more punishment.<</sis2>>
I pushed my cock far deep inside of <<nsis1>>, and started cumming, as I reached and slapped <<nsis2>>s tit. As I shot rope after rope inside of her womb, I kept slapping her tits, until they were red, and she began shaking again.
<<sis2>>Ttthhhhaank you ssssir!!<</sis2>>
She said, cumming while I was flooding her big sisters womb with my cum.
<img class="rightimg" src="images/Characters/House/Roommate 1/24.gif">\
<<sis1>>Oooh god, it's so warm.<</sis1>>
I grunted, continuing to push against her cervix, until every drop of my cum had left.
<<me>>You took that like a good whore.<</me>>
I said, kissing her on her cheek as I leaned over her. <<nsis1>> reached behind her, caressing my face.
<<sis1>>Thank you sir.<</sis1>>
She reached down to her stomach.
<<sis1>>You cum so much sir. If I didn't take birth control, I might have gotten pregnant.<</sis1>>
I slapped her ass, as I slowly pulled out.
<<me>>Oh trust me. We're going to revisit that one day.<</me>>
<<nsis1>> looked back at me, lust in her eyes.
<<sis1>>Promise?<</sis1>>
<<me>>Promise.<</me>>
I slapped her ass.
<<me>>Now get ready. Because I'm already getting hard.<</me>>
<<Button 'Have fun for the rest of the night' 'Replay3' '.contbut' '$f to 1'>><</replace>><</linkreplace>><</class>>
<<class "harem">><<linkreplace "Cum inside <<nsis2>>">><<replace "#container">>\
<<me>>Get your ass down here whore. I want to fill you up.<</me>>
<<nsis2>> didn't need to be told twice, letting go of <<nsis1>>s head, and bending over the bed like she was a few minutes before.
<<sis2>>Oh god, thank you sir!<</sis2>>
I slapped her ass hard.
<<me>>Are you ready to take my cum slut?<</me>>
<<sis2>>Yes! Please, cum inside me! Impregnate your sex slave!<</sis2>>
<<sis1>>N-no, please sir, cum inside me!<</sis1>>
<<nsis1>> complained, so I reached over and slapped her tit hard.
<<me>>Your little sister earned my cum. Don't ever question me slut.<</me>>
<<sis1>>I'm sorry sir.<</sis1>>
She pushed her chest out.
<<sis1>>I need more punishment.<</sis1>>
I pushed my cock far deep inside of <<nsis2>>, and started cumming, as I reached and slapped <<nsis1>>s tit. As I shot rope after rope inside of her womb, I kept slapping her tits, until they were red, and she began shaking again.
<img class="rightimg" src="images/Characters/House/Roommate 2/17.gif">\
<<sis1>>Ttthhhhaank you ssssir!!<</sis1>>
She said, cumming while I was flooding her little sisters womb with my cum.
<<sis2>>Oooh god, it's so warm.<</sis2>>
I grunted, continuing to push against her cervix, until every drop of my cum had left.
<<me>>You took that like a good whore.<</me>>
I said, kissing her on her cheek as I leaned over her. <<nsis2>> reached behind her, caressing my face.
<<sis2>>Thank you sir.<</sis2>>
She reached down to her stomach.
<<sis2>>You cum so much sir. If I didn't take birth control, I might have gotten pregnant.<</sis2>>
I slapped her ass, as I slowly pulled out.
<<me>>You just said to impregnate you.<</me>>
<<nsis2>> shrugged.
<<sis2>>I don't know. The idea of you getting me knocked up?<</sis2>>
She trailed off, biting her lip.
<<me>>Oh trust me. We're going to revisit that one day.<</me>>
<<nsis2>> looked back at me, lust in her eyes.
<<sis2>>Promise?<</sis2>>
<<me>>Promise.<</me>>
I slapped her ass.
<<me>>Now get ready. Because I'm already getting hard.<</me>>
<<Button 'Have fun for the rest of the night' 'Replay3' '.contbut' '$f to 1'>><</replace>><</linkreplace>><</class>></div>\
\
\
\
<<elseif $replay is "fam2">>\
\
\
\
<<sis3>>Mmmm.<</sis3>>
She kissed <<nsis2>> for a moment, before quickly realizing that the tongue she was swapping spit did not belong to me. I sighed, and stepped forward, grabbing her hands as they reached up to the blindfold/muff combo.
<<sis3>>MMMmmMMMmm!<</sis3>>
<<nsis3>> fought a little against my hands, but considering how much smaller she was and the effects of Lust hitting her, I was quickly able to wrap my belt around her arms.
<<sis3>>MMMM!<</sis3>>
I heard her yelp, and looked over to see <<nsis2>> pinching <<nsis3>>s nipple. I shook my head, and finished binding her up, before stepping back. <<nsis2>> clearly got into the mood, as she stepped back, giving <<nsis3>> a slap to her face, and pushed her into the bed. I gave her a look.
<<sis2>>Sorry. I got a bit too excited.<</sis2>>
I couldn't say anything, as <<nsis3>> spoke up.
<<sis3>>D-daddy?! Who is that?<</sis3>>
I looked over at <<nsis2>>.
<<me>>Well? Shut her up.<</me>>
She smiled, nodding, as she stepped forward and placed her hand over <<nsis3>>s mouth. I grabbed my phone, and pressed the button.
<<me>>I told you, didn't I? I'm training you, to be shared with my girlfriends.<</me>>
<<sis3>>MMmmmMM!<</sis3>>
She mumbled into <<nsis2>>s hands. I nodded to her, and she lifted her hand.
<<sis3>>I... Why did they slap me?<</sis3>>
<<me>>To discipline you baby.<</me>>
I said, walking over to the bed, and pet her hair.
<<me>>After all, what was it you keep telling yourself?<</me>>
I asked, letting the question hang for a moment. She gulped.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
I smiled, and leaned forward, grabbing her thigh, spreading it.
<<me>>That's right baby. So what do you say?<</me>>
She paused again, and I let it hang again.
<<sis3>><span style="font-size: 0.7em;">Thank you...</span><</sis3>>
<<me>>What's that?<</me>>
She gulped, and spread her legs more, giving whoever it was access to her holes.
<<sis3>>Thank you for using me.<</sis3>>
<<me>>Good girl.<</me>>
I let go of the button, and looked over to <<nsis2>>, who was breathing hard, staring at her little sister's holes.
<<me>>Well? The little slut is thanking you. What are you going to do?<</me>>
<<nsis2>> didn't answer, just swallowed deeply, before slowly getting on her knees between <<nsis3>>s legs. She reached up and slowly ran her finger along <<nsis3>>s thigh, causing her to shudder. She liked that reaction, and leaned forward, giving her pussy a quick lick.
<<sis3>>MMMmmmmm.<</sis3>>
<<nsis3>> moaned, which seemed to break the floodgates, as <<nsis2>> dove in, her tongue entering <<nsis3>>.
<<sis3>>OoooOOooHHHhhhhh, daddy!<</sis3>>
I clicked the button.
<<me>>How does that feel baby girl?<</me>>
<<sis3>>I-it feels good daddy!<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 2/21.webp">\
<<me>>That's right baby. You're daddy's rape toy.<</me>>
She moaned louder at that, and I watched as <<nsis2>> reached up, and began playing with <<nsis3>>s nipples.
<<me>>Which mean you're his girlfriends rape toy.<</me>>
I leaned forward, kissing her forehead.
<<sis3>>D-daddy! I'm...<</sis3>>
<<me>>Is her tongue making you cum?<</me>>
<<sis3>>Y-yes daddy! I'm so close!<</sis3>>
<<me>>What do you say then?<</me>>
<<sis3>>Thank you for raping me!<</sis3>>
<<me>>Mistress.<</me>>
<<sis3>>Thank you for raping me, mistress!<</sis3>>
As she said that, <<nsis2>> pinched <<nsis3>>s nipples hard, twisting them, causing <<nsis3>>s back to arch, as she began cumming on her older sister's face.
<<me>>That's right, cum on your mistress' tongue.<</me>>
<<sis3>>GgggYyyyyEESSSS!!! Thank yoouuu missstreesSS!<</sis3>>
I let go of the button, and enjoyed the scene, as <<nsis2>> continued eating out <<nsis3>>. After a few minutes, she finally finished shaking, <<nsis2>> let go.
<<me>>Well? How does your little sister taste?<</me>>
Her eyes flicked up to me, and all I could see was hunger.
<<sis2>>She tastes sweet.<</sis2>>
She almost groaned.
<<me>>Well why don't you return the favor?<</me>>
I said, giving <<nsis3>>s nipple a quick pinch, earning a moan from the girl.
<<me>>Doesn't she deserve to know what you taste like?<</me>>
<<nsis2>> grunted, seemingly drunk off of <<nsis3>>s juices. <<nsis2>> stood up, quickly pulling her pants off, and getting on the bed. I made a note of how wet <<nsis2>>s panties were, and watched as <<nsis2>> straddled <<nsis3>>s head. I clicked the button.
<<me>>Daddy's girlfriend liked raping you baby.<</me>>
<<sis3>><span style="font-size: 0.7em;">Thank youuuu...</span><</sis3>>
<<nsis3>> moaned out, still recovering from her orgasm.
<<me>>But now she wants to rape your face.<</me>>
I let go of the button as <<nsis3>> gasped lightly, and extended her tongue. <<nsis2>> grinned, and slowly lowered her hips until she felt her tongue.
<img class="rightimg" src="images/Characters/House/Roommate 2/22.webp">\
<<sis2>>That's right you little slut.<</sis2>>
<<nsis2>> groaned as she felt <<nsis3>>s tongue. She leaned forward, and grabbed her tiny tits, and began gyrating her hips. I clicked the button.
<<me>>Now daddy and his girlfriend are going to rape you. I'm going to put the phone down. Listen to your words while we use your holes. Make sure we enjoy raping you.<</me>>
I tossed the phone on the bed, and undid my pants, my cock rock hard as I pressed it against her pussy lips.
<<sis2>>Use your rape toy.<</sis2>>
<<nsis2>> moaned, as I pushed forward, stretching her pussy.
<<me>>Our rape toy.<</me>>
<<sis2>>God yes!<</sis2>>
<<nsis2>> moaned, leaning forward, and we began making out while I used <<nsis3>>s pussy, while <<nsis2>> got her pussy eaten. We stayed in that position, and in a way, it felt like we were almost fucking each other, with <<nsis3>> acting as a sex toy we shared. I continued pounding <<nsis3>> as <<nsis2>> got her first orgasm, twisting <<nsis3>>s her nipples as she squirted all over her little sister's face. It didn't take long for her to cum a second time, and then reach her third orgasm, and for me to approach mine.
<img class="leftimg" src="images/Characters/House/Roommate 3/28.webp">\
<<me>>I'm close.<</me>>
<<sis2>>Are you going to fill the slut up.<</sis2>>
<<me>>Of course.<</me>>
<<sis2>>Mmmm, is daddy going to knock up his rape slut?<</sis2>>
I groaned, my balls tensing up.
<<me>>She's mine to impregnate.<</me>>
<<sis2>>That's right.<</sis2>>
She groaned, her back tensing.
<<sis2>>Fill her up. Fill her with daddy's seed.<</sis2>>
I groaned, and hilted inside of her.
<<sis2>>Do it!<</sis2>>
I grunted, and began shooting my load as deep as I could. I pressed the head of my cock against her womb, filling it directly with my cum.
<<sis3>>MMMMmmmMmmMm!<</sis3>>
<<nsis3>> moaned loudly, pushing <<nsis2>> over the edge, cumming from her tongue for the third time as I filled her with my load.
<<me>>That's it, take my load.<</me>>
<<sis2>>Take it! You're daddy's little fleshlight!<</sis2>>
She said, as we both finished our collective orgasm. After a minute, I pulled out my cock. As I did, <<nsis2>> slowly got off, and kneeled between <<nsis3>>s legs.
<<sis2>>I'll clean her up.<</sis2>>
<<me>>Mmm, then she should do the same.<</me>>
I said, moving onto the bed, until my cock was pressed onto <<nsis3>>s face, who smiled up at me.
<<sis3>>Dddaaaddddyyyy.<</sis3>>
She slurred, her orgasm still hitting her. I aimed my cock, pressing it against her lips. I was glad to see it didn't take long for her to open her mouth, and take my cock. I felt her tongue begin cleaning her own pussy juices mixed with my cum. I fought the urge to fuck her face, quickly pulling out my cock once it was cleaned. I stood up, watching <<nsis2>> in her own world, slowly swallowing the mixture of pussy and my cum out of <<nsis3>>. I let her tongue her little sister for a minute more, before patting her head, causing her to come back to reality.
<<me>>I think it's time you left.<</me>>
<<sis2>>O-oh. Yeah, sorry. It's just...<</sis2>>
I raised my eyebrow, letting her finish.
<<sis2>>I didn't expect to... Enjoy that, as much as I did.<</sis2>>
I kneeled beside her, leaning forward, giving her a deep kiss.
<<me>>I had fun too.<</me>>
She bit her lip, and gave me a quick peck.
<<sis2>>I love you.<</sis2>>
<<me>>I love you too.<</me>>
We both smiled at each other, before we stood up.
<<sis2>>Ok, time to go.<</sis2>>
I watched her get dressed, and give the naked <<nsis3>> one last look, before exiting the room. Once she was gone, I grabbed the phone, pausing the audio recording. I carefully undid the belt, massaging her arms as I did. I lifted her, resting her against my shoulder, before pulling off the blindfold/muff combo. She squinted her eyes, her eyes having gotten used to the darkness, before looking up at me, and giving me a goofy smile.
<<sis3>>Daddy!<</sis3>>
She said softly, reaching up for me, before her eyes went wide, and she looked around the room. When she realized we were alone she looked up at me. I didn't want to say anything, wanting her thoughts, so I let her start.
<<sis3>>Was I good to rape tonight daddy?<</sis3>>
I smiled at her reaction, and leaned down, taking her lips with mine. I kissed her slowly, deeply, noting the taste of <<nsis2>>s pussy in her mouth. Finally, I pulled back.
<<me>>I came really hard baby.<</me>>
She smiled, before looking bashful.
<<sis3>>And... mistress?<</sis3>>
<<me>>She loved raping your holes baby.<</me>>
She smiled at that.
<<sis3>>Good. I'm only useful when someone is using one of my holes.<</sis3>>
<<me>>Good girl.<</me>>
We sat there for a while, me holding her and massaging her. She rested her eyes. After ten minutes, she spoke up.
<<sis3>>So... Who was she?<</sis3>>
<<me>>Hmm.<</me>>
I took a second, pretending to be in thought, before answering.
<<me>>If you want to know, I guess you'll have to ask.<</me>>
<<sis3>>Can I at least get a hint daddy?<</sis3>>
I smiled, enjoying the casual use of the title.
<<me>>Ok.<</me>>
She smiled, looking up at me with curiosity.
<<me>>She's someone you know.<</me>>
<<sis3>>Can... Have I met her just once, or-<</sis3>>
<<me>>She's someone you know well.<</me>>
<<nsis3>> nodded, and looked lost in thought.
<<me>>Daddy has a new rule for you.<</me>>
She looked up at me, her eyes twinkling.
<<me>>If you think you know who it was, you have to go up to her, and ask her straight up if it was her pussy you ate.<</me>>
<<nsis3>>s cheeks went bright red, her eyes darting down. She brought her fingers to her lips, seemingly remembering the taste of <<nsis2>>s pussy.
<<me>>Penny for your thoughts?<</me>>
She gulped, then looked up at me.
<<sis3>>Last time, you had those pictures.<</sis3>>
I nodded.
<<sis3>>You called me the family rape toy.<</sis3>>
I nodded again.
<<sis3>>Was... Was that <<nsis1>>? Or <<nsis2>><</sis3>>
I smiled, and kissed her forehead.
<<me>>I guess you'll have to approach your sisters, and ask them if it was their pussy you ate.<</me>>
Her cheeks burned up again, reaching her ears.
<<me>>Did you like the taste.<</me>>
Her fingers reached up to her lips again, and she licked them.
<<sis3>>I did...<</sis3>>
<<me>>Well then...<</me>>
I leaned forward, getting right against her ear, and whispered.
<<me>>I guess you have something to ask your big sisters, don't you?<</me>>
She nodded, smiling lightly. I leaned back, holding her for a while longer, before sending her back to her room.
<<Button 'Finish Scene' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "fam1">>\
\
\
\
<img class="leftimg" src="images/Characters/House/Roommate 1/19.png">\
I certainly didn't expect to see <<nsis1>> in my room when I walked in, sitting on my bed in the robe she wears before night time. It had been a while since I last spoke to her, and the topic we talked about was a sensitive one. She had been avoiding me since then. I think. It was hard to tell, <<nsis1>> worked a lot, so I didn't get to see her too often anyway.
What I expected even less was to find <<nsis2>> sitting across from her in my desk chair, in her night time robe. She had been acting strange as well, and I couldn't tell exactly why. And the last time we were together she talked about solving something.
<<me>>Uhm... Hey girls.<</me>>
<<sis1>>Hey <<nme>>.<</sis1>>
<<sis2>>Hi.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/11.png">\
I looked between the two girls, not knowing what to say. Thankfully, <<nsis1>> broke the silence.
<<sis1>>I thought about your question a lot you know.<</sis1>>
She said, laying back onto my bed, her legs hanging off the side of it.
<<sis2>>You know, when you asked her to help you seduce our entire family.<</sis2>>
I felt my throat dry up as <<nsis2>> spoke up. However, as I looked over at her, she just offered a supportive smile. That also made <<nsis1>> chuckle.
<<sis1>>Yeah. That.<</sis1>>
It took me a few attempts before I could get any sound out.
<<me>>Why are you here then?<</me>>
I said, pointing to <<nsis2>>.
<<sis2>>Well this conversation involves me, doesn't it? I'm one of the ones she's supposed to help you seduce.<</sis2>>
<<sis1>>She's right you know.<</sis1>>
<<nsis1>> said, still laying on the bed.
<<me>>S-sure, but... Did she...<</me>>
<<sis1>>He's wondering if I asked you.<</sis1>>
<<sis2>>Ah.<</sis2>>
They both got quiet. I couldn't exactly tell what <<nsis1>> was thinking, but <<nsis2>> was clearly enjoying seeing me squirm.
<<me>>Ok, how did this ambush happen?<</me>>
I ask, trying to cut through the awkwardness I was feeling.
<<sis1>>Not an ambush. Or not an intentional one.<</sis1>>
She sat up, and patted the spot beside her. I walked over to it, and sat down.
<<sis1>>I thought long and hard about what you told me. After all, it wasn't something minor.<</sis1>>
I nodded, and let her continue.
<<sis1>>When it was just me, it was a decision that was easy to make. And when you showed me what you got <<nmom2>> to do, that was even easier.<</sis1>>
<<sis2>>Who knew my professional, proper big sister was such a closet perv.<</sis2>>
<<me>><<nsis2>>, come on.<</me>>
I said, getting a thankful look from a blushing <<nsis1>>.
<<sis1>>Right, well, it was easy. And then you told me you weren't going to stop. And I was...<</sis1>>
She huffed, trying to find the right word.
<<sis2>>Hurt.<</sis2>>
<<nsis2>> spoke up, her knees now pressed against her chest.
<<sis1>>Exactly. And the more I thought about it, the more I realized my answer was no.<</sis1>>
I felt my heart drop.
<<sis1>>And then <<nsis2>> confronted me.<</sis1>>
Wait, what?
<<sis2>>Kelsey told me.<</sis2>>
I squinted at her, before my eyes went wide at the realization.
<<sis2>>Yeah. You and <<nsis1>> at the Hardware Store.<</sis2>>
<<sis1>>In hindsight, that was dumb.<</sis1>>
<<nsis1>> giggled.
<<sis1>>And so we talked. She told me how you two got together. I told her about our time together. And about... <<nmom2>> as well.<</sis1>>
<<sis2>>So naughty.<</sis2>>
I rolled my eyes at <<nsis2>>, and turned back to <<nsis1>>.
<<me>>I'm sorry. I didn't mean to hurt you.<</me>>
I turned to <<nsis2>>.
<<me>>Or you. I didn't really think about it, which was selfish.<</me>>
I turned back to <<nsis1>>, taking her hand.
<<me>>I understand why you would say no. I lied to you, and-<</me>>
<<nsis1>> brought a finger to my lips.
<<sis1>>Let me finish.<</sis1>>
I nodded.
<<sis1>>We talked about everything. And the more we talked, the more we talked about you, the more I saw how much <<nsis2>> cares about you.<</sis1>>
<<sis2>>And I saw my normally serious big sister turn into a blushing girl with her first crush. <</sis2>>
<<sis1>>Shush.<</sis1>>
<<nsis1>> threw one of my pillows to her, earning her a giggle from <<nsis2>>.
<<sis1>>I realized that I... I love you <<nme>>. You're one of my best friends. And at the end of the conversation, <<nsis2>> helped me realize that I wasn't jealous of the time you two shared. Or will share. Because I know she loves you, and I love her.<</sis1>>
<<sis2>>And I do love you both too.<</sis2>>
<<nsis2>> said, getting off the chair and sitting on the ground in front of us, grabbing both of our knees, squeezing.
<<sis1>>So the answer is yes.<</sis1>>
<<me>>Re-<</me>>
<<sis1>>But! I need something from you.<</sis1>>
<<me>>Anything.<</me>>
<<nsis1>> smiled at my response.
<<sis1>>I just need honesty.<</sis1>>
I looked down at <<nsis2>>, who shook her head.
<<sis1>>You told me about <<nmom1>> and <<nsis3>>. And obviously I know about <<nmom2>>. But I think you aren't going to stop there.<</sis1>>
Before I could say anything, she leaned forward, placing a passionate kiss on my lips. I reciprocated, and we made out on my bed, before she pushed me back.
<<sis1>>You can't lie to us. That's what I want. Your honesty.<</sis1>>
<<me>>You have it. Ask me anything, and I'll give you the truth.<</me>>
She nodded.
<<sis1>>Who else are you involved with?<</sis1>>
I swallowed at that response. It was probably a longer list than she expected.
<<me>>That's... A complicated question.<</me>>
<<sis1>>How?<</sis1>>
<<me>>It depends on what you mean by involved. Because you know I plan on making some sex slaves.<</me>>
I could see her blush at my admittance to that, and a quick look at <<nsis2>>, making her blush even more.
<<sis1>>R-right.<</sis1>>
<<sis2>>Such a perv.<</sis2>>
<<nsis2>> said to <<nsis1>>, earning her another pillow to the face. As <<nsis2>> giggled, she responded.
<<sis2>>Hey, not judging. I'm excited to have some sex slaves.<</sis2>>
<<sis1>>Y-yeah...<</sis1>>
She said, her ears getting redder, before turning back to me.
<<sis1>>I guess I mean girlfriends...<</sis1>>
She looked down in embarrassment.
<<sis1>>Because we... We'll be sharing... Your sex slaves, right?<</sis1>>
She asked, before looking up at me with questioning eyes. I leaned forward, taking her lips this time, making out with her. She moaned deeply into my mouth, as I put my hand on her thigh. After a few moments, I pulled back.
<<me>>Our sex slaves, <<nsis1>>.<</me>>
I looked down at <<nsis2>>, who was biting her lip.
<<me>>All of our sex slaves.<</me>>
<<sis1>>Good.<</sis1>>
I smiled at both of them, before l thought about it.
<<me>>Well, I already have some girls that are definitely in the sex slave category.<</me>>
<<nsis1>> smiled at that, biting her lip, as I heard a moan from <<nsis2>>.
<<me>>As for girlfriends... I said I would be honest.<</me>>
<<nsis1>> nodded.
<<me>><<nsis3>> and I have fooled around a bit.<</me>>
<<nsis1>> looked surprised at that.
<<sis1>>Really?!<</sis1>>
<<me>>Yeah. Is that ok?<</me>>
<<sis1>>Yes, I just... Didn't expect that.<</sis1>>
<<me>>Well, our relationship... It's a bit...<</me>>
Both <<nsis1>> and <<nsis2>> raised their brows at my pause.
<<if $sis3.scene[0] lt 3>><<me>>Early.<</me>>
<<sis1>>And you plan on continuing it.</sis1>>
I looked at her firmly.
<<me>>Yes. But I'll make sure to include you when it's time.<</me>>
<<nsis1>> smiled lightly at that, before nodding.<<else>>\
\
<<me>>Complicated.<</me>>
<<sis1>>How so?<</sis1>>
<<me>>Uhm... Well, she has... Certain tastes...<</me>>
<<sis1>>Tastes?<</sis1>>
<<sis2>>He means it's not just my big sister who's a perv.<</sis2>>
<<sis1>>O-oh!<</sis1>>
She said, the blush coming back in force. She paused for a second, before looking up at me.
<<sis1>>What... Kind of tastes?<</sis1>>
She asked, trying to be nonchalant about it.
<<me>>Uhm... I think that would be better to show you, rather than tell you.<</me>>
<<sis1>>Right.<</sis1>>
I nodded, even as <<nsis2>> was grinning widely.
<<sis2>>My baby sister, a perv like us.<</sis2>>
<<sis1>>Do you want another pillow?<</sis1>>
I laughed.
<<if $sub1.scene[0] gte 2>><<me>>Admittedly, I've got more.<</me>>
<<sis1>>Who?<</sis1>>
She asked, sounding curious.
<<me>><<nsub1>>.<</me>>
<<sis1>>Wait, really?!<</sis1>>
She asked, surprised at that. Both of us, however, were surprised by <<nsis2>>, who moaned lightly.
<<sis2>>I can't blame you there. She's too fucking sexy.<</sis2>>
We were both left speechless at that, causing <<nsis2>> to blush for the first time.
<<sis2>>What? I'm allowed to like what I like.<</sis2>>
<<me>>I'm not... I'm happy, just surprised.<</me>>
<<sis2>>Well, how far have you gotten with her?<</sis2>>
<<if $sub1.scene[0] eq 2>><<me>>We've gone on a date. It went well though.<</me>>
<<sis1>>And you like her?<</sis1>>
<<me>>I have. For a while.<</me>>
<<sis1>>Well that's convenient. I've always liked her too.<</sis1>>
This time, me and <<nsis2>> gave a surprised look to <<nsis1>>. She looked at both of us, confused, before her eyes went wide.
<<sis1>>I meant she's a nice girl. Not like her.<</sis1>>
<<nsis1>> said, swinging a pillow at <<nsis2>>, causing both of us to laugh.
<<elseif $sub1.scene[0] gte 3>><<me>>We've slept together.<</me>>
<<sis2>>Nice.<</sis2>>
<<nsis2>> said, causing <<nsis1>> to shake her head, before turning to me.
<<sis1>>And you like her?<</sis1>>
<<me>>I have. For a while.<</me>>
<<sis1>>Well that's convenient. I've always liked her too.<</sis1>>
This time, me and <<nsis2>> gave a surprised look to <<nsis1>>. She looked at both of us, confused, before her eyes went wide.
<<sis1>>I meant she's a nice girl. Not like her.<</sis1>>
<<nsis1>> said, swinging a pillow at <<nsis2>>, causing both of us to laugh.<</if>><</if>><</if>><<if $dass.scene[0] gt 1>>
<<me>>There's also another girl. I don't think either of you know her. <<ndass>> <span class="DAssText">Reyes</span>.<</me>>
Both of them looked away, trying to remember if they ever met her.
<<sis2>>I don't think I know her.<</sis2>>
<<sis1>>I think... Does she work at the college?<</sis1>>
<<me>>Yeah. She's the deans assistant. You know her?<</me>>
<<sis1>>No, but I've heard of her.<</sis1>>
<<me>>Good things?<</me>>
<<sis1>>She's a hard worker. That's all I know.<</sis1>>
<<me>>Ah.<</me>>
<<nsis1>> grabbed my hand, squeezing it.
<<sis1>>I trust you though. If you want to bring her in, then I'll welcome her with open arms.<</sis1>>
<<sis2>>And I with open legs.<</sis2>>
<<sis1>>Oh my god, shut up.<</sis1>>
<<nsis1>> laughed loudly, throwing my last pillow at <<nsis2>>, who at this point had gotten enough experience to be able to dodge them.<</if>>
<<me>>That's it.<</me>>
<<sis2>>For now, right?<</sis2>>
I sighed, and grabbed both of their hands.
<<me>>Yeah. But I need to know that you're both ok with this. Truly.<</me>>
<<sis2>>I am. I knew this would happen eventually. I'm happy that the girls I love are going to be the core of...<</sis2>>
She paused, and chuckled, shaking her head.
<<sis2>>Your harem.<</sis2>>
<<sis1>>You knew this would happen eventually?<</sis1>>
<<nsis2>>s eyes went wide momentarily.
<<sis2>>Well <<nme>> is just so charismatic.<</sis2>>
<<nsis1>> shook her head, rolling her eyes, before looking back at me, bringing my hand up, and giving it a kiss.
<<sis1>>I'm also ok with it. I love you, and you love me. That's all I need. Everything else is a cherry on top.<</sis1>>
I smiled at both of them. We sat there for a while, before it became increasingly obvious it was getting awkward.
<<me>>Are you guys ok?<</me>>
<<sis2>>It's the first time. I let <<nsis1>> go first.<</sis2>>
<<me>>What?<</me>>
<<nsis1>> got off the bed, and quickly kneeled where <<nsis2>> was. <<nsis2>>, at the same time, got onto the bed, on the other side of where <<nsis1>> was sitting.
<<sis2>>One thing that we both agreed to was that your cock was something we couldn't live without.<</sis2>>
<<nsis1>>s hands went up to my pants, and quickly undid them. She pulled them down, along with my underwear, in one swift movement, my cock springing free.
<<sis1>>Oh yes...<</sis1>>
<<nsis1>> moaned, pressing her face on the underside of my dick, her tongue extending to my balls, as she looked up at me. I groaned as I felt this, and I watched as <<nsis2>> placed her hand on my cock.
<<sis2>>Come now <<nsis1>>. I let you go first, but if you delay it, I'm going to take it for myself.<</sis2>>
<<sis1>>Don't you dare.<</sis1>>
<<nsis1>> responded, before taking my cock into her mouth, making me groan again as I felt her warm tongue run along my shaft.
<<me>>Fuck yeah.<</me>>
<<sis2>>Do you like having <<nsis1>> suck on your cock?<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 1/20.webp">\
<<me>>I do.<</me>>
I responded. Suddenly, I felt a familiar energy surrounding me. My eyes opened, and I realized it was the spell <<nsis2>> cast the first time we fooled around, giving us privacy.
<<me>><<nsis2>>?<</me>>
<<sis2>>Use Lust on us.<</sis2>>
<<me>>W-what? Why?<</me>>
<<sis2>>Because we both need to get past the barrier.<</sis2>>
<<me>>What barrier?<</me>>
<<sis2>>I'm bisexual, and clearly so is <<nsis1>>. But I want us to all fool around with each other. I want her to eat my pussy, and I want her to sit on my face. But it's still a bit awkward between us. But when we did it, and I imagine when you two did it, you used Lust. Once we get past that, it will be easier.<</sis2>>
<<me>>Oh fuck.<</me>>
I groaned as I heard <<nsis2>> admit all that. I pictured the two girls fooling around with each other.
<<sis2>>It's one thing to fuck us at the same time, but don't you want to come home and see us fucking each other?<</sis2>>
<<me>>Yeah.<</me>>
<<sis2>>Then do it.<</sis2>>
<<Button 'Use Lust on both of them' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<<elseif $replay is "fam2">>\
\
\
\
<<sis2>>Come on already, I'm curious.<</sis2>>
<<nsis2>> yelled from her bed. She was with <<nsis1>> in her bed, to both my surprise, and glee. They weren't doing... Well, they were having sex, but their hands were definitely not in places sisters should have them, as <<nsis1>> pinched <<nsis2>>s nipple through her top.
<img class="rightimg" src="images/Characters/House/Roommate 1/26.webp">\
<<sis1>>Hmm, have I not been giving you enough attention?<</sis1>>
<<nsis2>> smiled at <<nsis1>>, and leaned forward, sharing a kiss between the two of them. I smiled, even as I was sitting on her desk chair. I had come in twenty minutes earlier, telling them I had an idea for tonight. I was still finalizing it, so they were fine to hang out. The two were watching things on their phones, sharing videos, laughing. Normal sisterly behavior, if it wasn't for the occasional moan that came from them, a hand moving away from the others erogenous zone as I looked up at them.
<<sis2>>I can't help it. The last time <<nme>> told us he had a plan, we sent him some naughty photos.<</sis2>>
<<sis1>>You never did tell us how it went. With <<nsis3>>.<</sis1>>
I smiled, standing up, and sitting on the bed, leaning back into it, resting my back on their legs.
<<me>>I would say it went well.<</me>>
<<sis2>>How well?<</sis2>>
<<me>>Well enough that I need one of you guys.<</me>>
<<nsis2>> sighed, seeming disappointed.
<<sis2>>If you want a nude, you can just ask.<</sis2>>
<<sis1>>Y-yeah. You can have as many pictures as you want.<</sis1>>
<<nsis1>> said, a bit embarrassed, but excitement still beneath that.
<<me>>Oh, no, not a nude.<</me>>
That made both of them sit up, looking down at me.
<<sis1>>W-wait, like...<</sis1>>
<<sis2>>In person?<</sis2>>
<<nsis2>> finished the sentence that <<nsis1>> had trailed off.
<<me>>Yep.<</me>>
The two of them looked at each other, and excitement slowly bubbled up. I smiled, before wincing a bit.
<<me>>Just one though. It needs to be a bit gradual.<</me>>
I said, as both of them deflated a bit, sharing a look. It was clear they were both interested, but they also didn't want to take the chance from the other. I felt a bit bad, leaving this decision to them, but I figured if I was going to form a fully fledged harem, then I couldn't be choosing favorites. Hell, I didn't even know who I would pick if I did. And I had thought about it a lot.
<<sis2>>So... How do you wanna pick? Flip a coin?<</sis2>>
<<nsis1>> straightened up, then looked at <<nsis2>>.
<<sis1>>No, it's ok. You do it.<</sis1>>
<<sis2>>Well, no, I don't want to... I want to do this, but I know you want to do it as well.<</sis2>>
<<sis1>>I know.<</sis1>>
<<nsis1>> smiled warmly at her sister, caressing her face, leaning forward and kissing <<nsis2>> tenderly. After a moment, she pulled back.
<<sis1>>I'm not just giving this up.<</sis1>>
She looked at me, flashing me a smirk.
<<sis1>>I just want to have first dibs on <<nmom2>>.<</sis1>>
<<nsis2>> shot up, shock on her face, a smile on top.
<<sis2>>Excuse me?! When was this decided?<</sis2>>
<<me>>That was actually the plan before...<</me>>
<<sis1>>Before the harem officially formed.<</sis1>>
I felt <<nsis2>>s legs move out from under me, as she kneeled beside <<nsis1>>, giving her sister her full attention.
<<sis2>>Well tell me everything!<</sis2>>
<<sis1>>Oh?<</sis1>>
<<nsis1>> said, looking innocent.
<<sis1>>Are you interested?<</sis1>>
<<sis2>>Of course I am, what were you two pervs planning?<</sis2>>
<<sis1>>Well now I'm wondering how much it's worth to you.<</sis1>>
<<nsis1>> slowly spread her legs, biting her lip. <<nsis2>> flashed her a smile.
<<sis2>>MMmm, does my big sister to feel my tongue inside her?<</sis2>>
<<sis1>>I want my little sister to earn it.<</sis1>>
<<nsis2>> moaned as she pushed me off of <<nsis1>>s legs, and laid down in front of her.
<<me>>Alright, <<nsis2>>, it's going down tonight, so I'll text you when to be ready.<</me>>
<<sis2>>Mmmhmmm.<</sis2>>
She responded, followed by <<nsis1>> moaning.
<<sis1>>Mmmm, that's a good girl. Earn your big sisters secrets.<</sis1>>
I smiled, and briefly thought about joining in, before discarding the thought. Plans needed to be finalized.
<<linebreak>>
<img class="leftimg" src="images/Characters/House/Roommate 3/26.png">\
<<sis3>>You texted me daddy?<</sis3>>
I heard a low whisper from the door. I looked up, and saw <<nsis3>> standing innocently at the door, looking wary, even if I could tell she was excited for whatever was about to happen. Her switch was already flipped, and I was ready to keep pushing it. I smiled, and sent a quick text to <<nsis2>>, before sitting up. I patted the spot beside me. <<nsis3>> grinned, and skipped to the bed, jumping onto the bed, bouncing a bit before turning to face me.
<<sis3>>Did daddy need his little rapeslut to drain his balls?<</sis3>>
She asked, biting her lip. I smiled, staying quiet, and stood up, confusing her.
<<sis3>>Is everything ok da-<</sis3>>
I reached up, and put my finger on her lips, quieting her, before pushing my thumb into her mouth. She melted a bit, sucking on it.
<<me>>Daddy needs you to shut your mouth, until spoken to. Can you do that for me princess?<</me>>
Continuing to suck on my thumb, she nodded. I nodded back at her, pulling my thumb out of her mouth, giving it a quick taste, before walking over to my desk I picked up a piece of paper, and walked over to <<nsis3>>. I unlocked my phone, pressed a few buttons, then handed the paper to her. She read it quickly, then looked up at me in confusion, seeing me hold the phone in front of her.
<<sis3>>Uh... Wha-<</sis3>>
<<me>>Read out loud please.<</me>>
<<nsis3>> raised her brow, before shrugging, and looking at the paper.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
She looked up at me, and I nodded, putting my phone down, then walking back to my desk. I opened the drawer, and pulled out the contraption I had been working on. I turned around, showing it to <<nsis3>>, who looked at it in confusion. I walked up to her, and lifted one of my hands, which had a blindfold in it. She looked up at me as I slowly lowered it, but didn't make any move to stop me. Once it was firmly on her eyes, I tightened it a bit, and stood back.
<<me>>Can you see?<</me>>
<<sis3>>Uhm-<</sis3>>
She said, before pulling one corner down a bit.
<<sis3>>Now it's completely dark.<</sis3>>
<<me>>Good.<</me>>
I smiled, before picking up the other object, which was a pair of earmuffs I picked up at the Hardware Store. They were definitely a lot more sensual than the ones I saw online, being lined with fur, but very effective when I did try them. Still, I wasn't finished when I bought them, repurposing an old pair of earphones. I lowered them slowly on <<nsis3>>s head. She flinched in surprise when it touched her, but she quickly lifted her head, and I placed them over her ears. I secured them as best as I could, before standing up.
<<me>>Can you hear me?<</me>>
<<nsis3>> didn't respond, which was exactly what I was hoping would happen. Next, I grabbed the phone, and pressed a button on the screen.
<<me>>Can you hear me?<</me>>
Again, she jumped, flinching from the sudden noise.
<<sis3>><span style="font-size: 1.3em; font-weight: 700;">Yeah, I can.</span><</sis3>>
<<me>>A bit quieter.<</me>>
<<sis3>>Oh. Right, sorry daddy.<</sis3>>
<<me>>It's ok. Now sit there for a second.<</me>>
<<nsis3>> nodded, and I looked at her for a second, before pressing a button on my phone again, causing her to jump again. In moments, however, I could see her cheeks turn red, as I put on the audio recording I made of the script I gave her. Right now, all she could hear was herself reading the script, on repeat. Once I was sure she was ok, I walked over to my door, opening it carefully. I poked my head out into the hallway, and kneeling beside my door was <<nsis2>>.
<<sis2>>A-are you... She ready?<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 2/20.png">\
<<nsis2>> asked. I smiled, nodding, and letting her into the room, enjoying the nervousness she had. She slowly walked in, and gasped lightly when she saw <<nsis3>>, stopping. I put my hand on her back, pushing her forward a bit, earning me a thankful nod from her, as I closed the door behind her.
<<sis2>><span style="font-size: 0.7em;">So that's what you were fiddling with?</span><</sis2>>
She asked, whispering.
<<me>>Yeah. She can't hear a thing right now.<</me>>
<<sis2>>O-oh.<</sis2>>
She said, squinting a bit.
<<sis2>><span style="font-size: 0.7em;">Are those the ones from the Hardware Store? Because they're good, but they're not perfect.</span><</sis2>>
I smiled, and leaned forward, giving her a quick kiss. I could feel her worry melt a bit, and I noticed something.
<<me>>I know. Which is why I altered them a bit. I ripped apart some old earphones.<</me>>
<<sis2>><span style="font-size: 0.7em;">What did you do?</span><</sis2>>
<<me>>I put them in the ear muffs. So she's listening to something right now.<</me>>
I said, causing her to straighten her back.
<<sis2>>Yeah, that should do it.<</sis2>>
She said, tilting her head. As she did, I realized something.
<<me>>You smell different.<</me>>
<<sis2>>O-oh, yeah. That was <<nsis1>>s idea. It wouldn't work if she knew who it was based on our smell.<</sis2>>
<<me>>Huh.<</me>>
I had to give it to them, it was smart. I didn't really think about that, which in hindsight, would have ruined the surprise. I smiled, and looked down at her.
<<me>>Do you want to hear what she's listening to?<</me>>
<<sis2>>I don't think now is the best time to show me a new song.<</sis2>>
She said, smirking. I grinned at her, and put the audio on speaker.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
<<nsis2>>s eyes went wide, her eyes darting to <<nsis3>>.
<<sis2>>Holy fuck.<</sis2>>
<<me>>Do you like it?<</me>>
I asked, wrapping my arms around her waist, giving her neck a kiss from behind.
<<sis2>>That's what she's into?<</sis2>>
<<me>>Can you believe it?<</me>>
<<sis2>>It's so fucking wrong.<</sis2>>
She said, her smile widening.
<<me>>That's not even all.<</me>>
I told her, putting my finger to my lips, telling her to be quiet, before lifting the phone, and pressing a button that simultaneously paused the recording, and sent my audio.
<<me>>How do you feel baby?<</me>>
She didn't flinch this time, her smile growing. As I let go of the button, the recording played again.
<<sis3>>Defenseless, daddy. Like anyone could take advantage of me.<</sis3>>
I smiled at her response, and looked down at <<nsis2>>, who looked like a hungry lioness staring at a big plate of meat.
<<me>>Well? How do you feel?<</me>>
<<sis2>>Like I want to take advantage of the little slut.<</sis2>>
<<me>>Well, let's not get ahead of ourselves.<</me>>
I click the button.
<<me>>Alright baby. Why don't you strip for daddy. I want to see what I'm about to use.<</me>>
<<sis3>>Mmm, I don't think I should be naked for you daddy.<</sis3>>
I let go of the button.
<<sis2>>Disobedient, isn't she?<</sis2>>
<<me>>It's ok. She just needs to be disciplined.<</me>>
I lower my arms, and step away from <<nsis2>>, who nods, her eyes transfixed on <<nsis3>>. She steps forward gingerly, to her smiling sister on my bed. She bites her lip, raising her hand, and giving her cheek a quick swat. I watched <<nsis3>>s face. She looked confused for a second, before rubbing her cheek, and looking up at who she thinks is me.
<<sis3>>I'm sorry daddy. I'll do better.<</sis3>>
She said, slowly standing up. I walked back over to <<nsis2>>, wrapping my arms around her waist again, and we both watched <<nsis3>> slowly strip in front of us. While I enjoyed the sight of her naked, the real pleasure was feeling <<nsis2>>s breath quicken as her bra came undone, showing us her cute tits.
<<me>>Isn't she something?<</me>>
<<sis2>>Yeah, she is.<</sis2>>
Then, she turned around, and slowly bent forward, pulling her panties down slowly, a string of her pussy juice breaking off as she pulled them off.
<<sis2>>She's so wet.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 3/27.png">\
<<me>>Because she knows daddy is about to rape her.<</me>>
<<sis2>>And what do you think she'll think when she realizes daddy isn't alone?<</sis2>>
<<me>>Like a well trained rapeslut...<</me>>
I said, reaching forward, running my finger up her slit, causing her to gasp. I lifted my finger up to <<nsis2>>s mouth.
<<me>>She might start cumming immediately.<</me>>
She leaned forward, taking my finger into her mouth, moaning as she tasted <<nsis3>>s pussy juices.
<<me>>So how about we train the little slut.<</me>>
<<sis2>>Nyess pleathe.<</sis2>>
<<nsis2>> responded with my finger still in her mouth.
<<me>>First things first.<</me>>
I pulled my phone up, and pressed the button.
<<me>>Tell daddy what you are.<</me>>
<<sis3>>I'm daddys sex toy.<</sis3>>
She moaned, turning around to face us as I let go of the button.
<<sis3>>I exist to drain daddys balls of all of his thick, hot cum.<</sis3>>
She said, moaning, her fingers reaching down, rubbing her pussy as she spoke.
<<sis3>>And if I don't want to, daddy should slap me, and hurt me, until I act like the cumslut I was born to be.<</sis3>>
She moaned, and leaned back, spreading her legs slightly. Both <<nsis2>> and I looked down, watching as she spread her pussy lips, her pink insides begging to be stretched.
<<sis3>>He should stretch my holes, and abuse them with his cock.<</sis3>>
She moaned as she slipped a finger inside her.
<<sis3>>And when daddy wants to cum, his rapesluts womb is his to fill.<</sis3>>
She began fingering herself faster.
<<sis3>>And if he knocks me up, then I'll carry daddys rape baby.<</sis3>>
I smiled, and before I could do anything, <<nsis2>> reached forward, pressing her lips against <<nsis3>>s. I sighed.
<<Button 'Use Lust on both of them' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<set $Time to 4>><img class="leftimg" src="images/Characters/House/Roommate 1/19.png">\
I certainly didn't expect to see <<nsis1>> in my room when I walked in, sitting on my bed in the robe she wears before night time. It had been a while since I last spoke to her, and the topic we talked about was a sensitive one. She had been avoiding me since then. I think. It was hard to tell, <<nsis1>> worked a lot, so I didn't get to see her too often anyway.
What I expected even less was to find <<nsis2>> sitting across from her in my desk chair, in her night time robe. She had been acting strange as well, and I couldn't tell exactly why. And the last time we were together she talked about solving something.
<<me>>Uhm... Hey girls.<</me>>
<<sis1>>Hey <<nme>>.<</sis1>>
<<sis2>>Hi.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/11.png">\
I looked between the two girls, not knowing what to say. Thankfully, <<nsis1>> broke the silence.
<<sis1>>I thought about your question a lot you know.<</sis1>>
She said, laying back onto my bed, her legs hanging off the side of it.
<<sis2>>You know, when you asked her to help you seduce our entire family.<</sis2>>
I felt my throat dry up as <<nsis2>> spoke up. However, as I looked over at her, she just offered a supportive smile. That also made <<nsis1>> chuckle.
<<sis1>>Yeah. That.<</sis1>>
It took me a few attempts before I could get any sound out.
<<me>>Why are you here then?<</me>>
I said, pointing to <<nsis2>>.
<<sis2>>Well this conversation involves me, doesn't it? I'm one of the ones she's supposed to help you seduce.<</sis2>>
<<sis1>>She's right you know.<</sis1>>
<<nsis1>> said, still laying on the bed.
<<me>>S-sure, but... Did she...<</me>>
<<sis1>>He's wondering if I asked you.<</sis1>>
<<sis2>>Ah.<</sis2>>
They both got quiet. I couldn't exactly tell what <<nsis1>> was thinking, but <<nsis2>> was clearly enjoying seeing me squirm.
<<me>>Ok, how did this ambush happen?<</me>>
I ask, trying to cut through the awkwardness I was feeling.
<<sis1>>Not an ambush. Or not an intentional one.<</sis1>>
She sat up, and patted the spot beside her. I walked over to it, and sat down.
<<sis1>>I thought long and hard about what you told me. After all, it wasn't something minor.<</sis1>>
I nodded, and let her continue.
<<sis1>>When it was just me, it was a decision that was easy to make. And when you showed me what you got <<nmom2>> to do, that was even easier.<</sis1>>
<<sis2>>Who knew my professional, proper big sister was such a closet perv.<</sis2>>
<<me>><<nsis2>>, come on.<</me>>
I said, getting a thankful look from a blushing <<nsis1>>.
<<sis1>>Right, well, it was easy. And then you told me you weren't going to stop. And I was...<</sis1>>
She huffed, trying to find the right word.
<<sis2>>Hurt.<</sis2>>
<<nsis2>> spoke up, her knees now pressed against her chest.
<<sis1>>Exactly. And the more I thought about it, the more I realized my answer was no.<</sis1>>
I felt my heart drop.
<<sis1>>And then <<nsis2>> confronted me.<</sis1>>
Wait, what?
<<sis2>>Kelsey told me.<</sis2>>
I squinted at her, before my eyes went wide at the realization.
<<sis2>>Yeah. You and <<nsis1>> at the Hardware Store.<</sis2>>
<<sis1>>In hindsight, that was dumb.<</sis1>>
<<nsis1>> giggled.
<<sis1>>And so we talked. She told me how you two got together. I told her about our time together. And about... <<nmom2>> as well.<</sis1>>
<<sis2>>So naughty.<</sis2>>
I rolled my eyes at <<nsis2>>, and turned back to <<nsis1>>.
<<me>>I'm sorry. I didn't mean to hurt you.<</me>>
I turned to <<nsis2>>.
<<me>>Or you. I didn't really think about it, which was selfish.<</me>>
I turned back to <<nsis1>>, taking her hand.
<<me>>I understand why you would say no. I lied to you, and-<</me>>
<<nsis1>> brought a finger to my lips.
<<sis1>>Let me finish.<</sis1>>
I nodded.
<<sis1>>We talked about everything. And the more we talked, the more we talked about you, the more I saw how much <<nsis2>> cares about you.<</sis1>>
<<sis2>>And I saw my normally serious big sister turn into a blushing girl with her first crush. <</sis2>>
<<sis1>>Shush.<</sis1>>
<<nsis1>> threw one of my pillows to her, earning her a giggle from <<nsis2>>.
<<sis1>>I realized that I... I love you <<nme>>. You're one of my best friends. And at the end of the conversation, <<nsis2>> helped me realize that I wasn't jealous of the time you two shared. Or will share. Because I know she loves you, and I love her.<</sis1>>
<<sis2>>And I do love you both too.<</sis2>>
<<nsis2>> said, getting off the chair and sitting on the ground in front of us, grabbing both of our knees, squeezing.
<<sis1>>So the answer is yes.<</sis1>>
<<me>>Re-<</me>>
<<sis1>>But! I need something from you.<</sis1>>
<<me>>Anything.<</me>>
<<nsis1>> smiled at my response.
<<sis1>>I just need honesty.<</sis1>>
I looked down at <<nsis2>>, who shook her head.
<<sis1>>You told me about <<nmom1>> and <<nsis3>>. And obviously I know about <<nmom2>>. But I think you aren't going to stop there.<</sis1>>
Before I could say anything, she leaned forward, placing a passionate kiss on my lips. I reciprocated, and we made out on my bed, before she pushed me back.
<<sis1>>You can't lie to us. That's what I want. Your honesty.<</sis1>>
<<me>>You have it. Ask me anything, and I'll give you the truth.<</me>>
She nodded.
<<sis1>>Who else are you involved with?<</sis1>>
I swallowed at that response. It was probably a longer list than she expected.
<<me>>That's... A complicated question.<</me>>
<<sis1>>How?<</sis1>>
<<me>>It depends on what you mean by involved. Because you know I plan on making some sex slaves.<</me>>
I could see her blush at my admittance to that, and a quick look at <<nsis2>>, making her blush even more.
<<sis1>>R-right.<</sis1>>
<<sis2>>Such a perv.<</sis2>>
<<nsis2>> said to <<nsis1>>, earning her another pillow to the face. As <<nsis2>> giggled, she responded.
<<sis2>>Hey, not judging. I'm excited to have some sex slaves.<</sis2>>
<<sis1>>Y-yeah...<</sis1>>
She said, her ears getting redder, before turning back to me.
<<sis1>>I guess I mean girlfriends...<</sis1>>
She looked down in embarrassment.
<<sis1>>Because we... We'll be sharing... Your sex slaves, right?<</sis1>>
She asked, before looking up at me with questioning eyes. I leaned forward, taking her lips this time, making out with her. She moaned deeply into my mouth, as I put my hand on her thigh. After a few moments, I pulled back.
<<me>>Our sex slaves, <<nsis1>>.<</me>>
I looked down at <<nsis2>>, who was biting her lip.
<<me>>All of our sex slaves.<</me>>
<<sis1>>Good.<</sis1>>
I smiled at both of them, before l thought about it.
<<me>>Well, I already have some girls that are definitely in the sex slave category.<</me>>
<<nsis1>> smiled at that, biting her lip, as I heard a moan from <<nsis2>>.
<<me>>As for girlfriends... I said I would be honest.<</me>>
<<nsis1>> nodded.
<<me>><<nsis3>> and I have fooled around a bit.<</me>>
<<nsis1>> looked surprised at that.
<<sis1>>Really?!<</sis1>>
<<me>>Yeah. Is that ok?<</me>>
<<sis1>>Yes, I just... Didn't expect that.<</sis1>>
<<me>>Well, our relationship... It's a bit...<</me>>
Both <<nsis1>> and <<nsis2>> raised their brows at my pause.
<<if $sis3.scene[0] lt 3>><<me>>Early.<</me>>
<<sis1>>And you plan on continuing it.</sis1>>
I looked at her firmly.
<<me>>Yes. But I'll make sure to include you when it's time.<</me>>
<<nsis1>> smiled lightly at that, before nodding.<<else>>\
\
<<me>>Complicated.<</me>>
<<sis1>>How so?<</sis1>>
<<me>>Uhm... Well, she has... Certain tastes...<</me>>
<<sis1>>Tastes?<</sis1>>
<<sis2>>He means it's not just my big sister who's a perv.<</sis2>>
<<sis1>>O-oh!<</sis1>>
She said, the blush coming back in force. She paused for a second, before looking up at me.
<<sis1>>What... Kind of tastes?<</sis1>>
She asked, trying to be nonchalant about it.
<<me>>Uhm... I think that would be better to show you, rather than tell you.<</me>>
<<sis1>>Right.<</sis1>>
I nodded, even as <<nsis2>> was grinning widely.
<<sis2>>My baby sister, a perv like us.<</sis2>>
<<sis1>>Do you want another pillow?<</sis1>>
I laughed.
<<if $sub1.scene[0] gte 2>><<me>>Admittedly, I've got more.<</me>>
<<sis1>>Who?<</sis1>>
She asked, sounding curious.
<<me>><<nsub1>>.<</me>>
<<sis1>>Wait, really?!<</sis1>>
She asked, surprised at that. Both of us, however, were surprised by <<nsis2>>, who moaned lightly.
<<sis2>>I can't blame you there. She's too fucking sexy.<</sis2>>
We were both left speechless at that, causing <<nsis2>> to blush for the first time.
<<sis2>>What? I'm allowed to like what I like.<</sis2>>
<<me>>I'm not... I'm happy, just surprised.<</me>>
<<sis2>>Well, how far have you gotten with her?<</sis2>>
<<if $sub1.scene[0] eq 2>><<me>>We've gone on a date. It went well though.<</me>>
<<sis1>>And you like her?<</sis1>>
<<me>>I have. For a while.<</me>>
<<sis1>>Well that's convenient. I've always liked her too.<</sis1>>
This time, me and <<nsis2>> gave a surprised look to <<nsis1>>. She looked at both of us, confused, before her eyes went wide.
<<sis1>>I meant she's a nice girl. Not like her.<</sis1>>
<<nsis1>> said, swinging a pillow at <<nsis2>>, causing both of us to laugh.
<<elseif $sub1.scene[0] gte 3>><<me>>We've slept together.<</me>>
<<sis2>>Nice.<</sis2>>
<<nsis2>> said, causing <<nsis1>> to shake her head, before turning to me.
<<sis1>>And you like her?<</sis1>>
<<me>>I have. For a while.<</me>>
<<sis1>>Well that's convenient. I've always liked her too.<</sis1>>
This time, me and <<nsis2>> gave a surprised look to <<nsis1>>. She looked at both of us, confused, before her eyes went wide.
<<sis1>>I meant she's a nice girl. Not like her.<</sis1>>
<<nsis1>> said, swinging a pillow at <<nsis2>>, causing both of us to laugh.<</if>><</if>><</if>><<if $dass.scene[0] gt 1>>
<<me>>There's also another girl. I don't think either of you know her. <<ndass>> <span class="DAssText">Reyes</span>.<</me>>
Both of them looked away, trying to remember if they ever met her.
<<sis2>>I don't think I know her.<</sis2>>
<<sis1>>I think... Does she work at the college?<</sis1>>
<<me>>Yeah. She's the deans assistant. You know her?<</me>>
<<sis1>>No, but I've heard of her.<</sis1>>
<<me>>Good things?<</me>>
<<sis1>>She's a hard worker. That's all I know.<</sis1>>
<<me>>Ah.<</me>>
<<nsis1>> grabbed my hand, squeezing it.
<<sis1>>I trust you though. If you want to bring her in, then I'll welcome her with open arms.<</sis1>>
<<sis2>>And I with open legs.<</sis2>>
<<sis1>>Oh my god, shut up.<</sis1>>
<<nsis1>> laughed loudly, throwing my last pillow at <<nsis2>>, who at this point had gotten enough experience to be able to dodge them.<</if>>
<<me>>That's it.<</me>>
<<sis2>>For now, right?<</sis2>>
I sighed, and grabbed both of their hands.
<<me>>Yeah. But I need to know that you're both ok with this. Truly.<</me>>
<<sis2>>I am. I knew this would happen eventually. I'm happy that the girls I love are going to be the core of...<</sis2>>
She paused, and chuckled, shaking her head.
<<sis2>>Your harem.<</sis2>>
<<sis1>>You knew this would happen eventually?<</sis1>>
<<nsis2>>s eyes went wide momentarily.
<<sis2>>Well <<nme>> is just so charismatic.<</sis2>>
<<nsis1>> shook her head, rolling her eyes, before looking back at me, bringing my hand up, and giving it a kiss.
<<sis1>>I'm also ok with it. I love you, and you love me. That's all I need. Everything else is a cherry on top.<</sis1>>
I smiled at both of them. We sat there for a while, before it became increasingly obvious it was getting awkward.
<<me>>Are you guys ok?<</me>>
<<sis2>>It's the first time. I let <<nsis1>> go first.<</sis2>>
<<me>>What?<</me>>
<<nsis1>> got off the bed, and quickly kneeled where <<nsis2>> was. <<nsis2>>, at the same time, got onto the bed, on the other side of where <<nsis1>> was sitting.
<<sis2>>One thing that we both agreed to was that your cock was something we couldn't live without.<</sis2>>
<<nsis1>>s hands went up to my pants, and quickly undid them. She pulled them down, along with my underwear, in one swift movement, my cock springing free.
<<sis1>>Oh yes...<</sis1>>
<<nsis1>> moaned, pressing her face on the underside of my dick, her tongue extending to my balls, as she looked up at me. I groaned as I felt this, and I watched as <<nsis2>> placed her hand on my cock.
<<sis2>>Come now <<nsis1>>. I let you go first, but if you delay it, I'm going to take it for myself.<</sis2>>
<<sis1>>Don't you dare.<</sis1>>
<<nsis1>> responded, before taking my cock into her mouth, making me groan again as I felt her warm tongue run along my shaft.
<<me>>Fuck yeah.<</me>>
<<sis2>>Do you like having <<nsis1>> suck on your cock?<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 1/20.webp">\
<<me>>I do.<</me>>
I responded. Suddenly, I felt a familiar energy surrounding me. My eyes opened, and I realized it was the spell <<nsis2>> cast the first time we fooled around, giving us privacy.
<<me>><<nsis2>>?<</me>>
<<sis2>>Use Lust on us.<</sis2>>
<<me>>W-what? Why?<</me>>
<<sis2>>Because we both need to get past the barrier.<</sis2>>
<<me>>What barrier?<</me>>
<<sis2>>I'm bisexual, and clearly so is <<nsis1>>. But I want us to all fool around with each other. I want her to eat my pussy, and I want her to sit on my face. But it's still a bit awkward between us. But when we did it, and I imagine when you two did it, you used Lust. Once we get past that, it will be easier.<</sis2>>
<<me>>Oh fuck.<</me>>
I groaned as I heard <<nsis2>> admit all that. I pictured the two girls fooling around with each other.
<<sis2>>It's one thing to fuck us at the same time, but don't you want to come home and see us fucking each other?<</sis2>>
<<me>>Yeah.<</me>>
<<sis2>>Then do it.<</sis2>>
<<Button 'Use Lust on both of them' 'FamMix: 1-2' '.lustbut' '$player.lust += 2'>><<if visited("FamMix: 1-2") is 1>><img class="rightimg" src="images/Characters/House/Roommate 1/21.webp">\
<<sis1>>Mmmm.<</sis1>>
A moan coming from <<nsis1>>s mouth around my cock made me groan. It had clearly taken effect, as I watched <<nsis2>> put her hand on the back of <<nsis1>>s head.
<<sis2>>That's right, choke on his cock. Bring pleasure to our boyfriend.<</sis2>>
<<nsis2>> looked at me, her hand still pumping <<nsis1>>s head, and smiled.
<<sis2>>Our master.<</sis2>>
She whispered, as she leaned forward, our tongues intertwining as I enjoyed the feeling of <<nsis1>>s throat around my cock. I leaned back until I fell onto the bed, bringing <<nsis2>> with me, my arm wrapped tightly around her.
<<sis2>>Do you like that sir?<</sis2>>
She pushed hard on <<nsis1>>s head, and held it down, her nose pressed against my pelvis. I groaned, as <<nsis1>> gagged on my cock, her tongue never stopping from gliding around my cock.
<<me>>I love it.<</me>>
<<sis2>>You hear that slut? My boyfriend likes your throat.<</sis2>>
<<nsis1>> moaned at hearing that, her eyes tilting up to meet mine. I smiled down at her, before <<nsis2>> pulled her off, my saliva covered cock slowly appearing. Once it was fully out, <<nsis2>> pushed her face down, until her lips were pressed against my balls.
<<sis2>>Why don't you do me a favor. You got his cock warmed up, why don't you warm my dinner up as well.<</sis2>>
<<nsis1>> glared at <<nsis2>>, but a moment later, her mouth opened, accepting one, then the other, enveloping my balls with her roving tongue.
<<sis2>>Please master, can I please suck on your cock?<</sis2>>
She crawled down to my cock, and grabbed it, placing it against her lips, and giving it a slow, deep, sensual kiss.
<img class="rightimg" src="images/Characters/House/Roommate 2/12.webp">\
<<sis2>>I'm so hungry for your cum sir. Please fill my stomach.<</sis2>>
I didn't respond, instead grabbing her hair, and pulling it down, earning a moan from her as my cock entered her mouth.
<<me>>Not good enough slut. Your sister did a better job than you.<</me>>
I grunted. We heard a satisfied sound coming from <<nsis1>>, as I continued pulling on her hair, until I entered her throat, and hilted my cock.
<<me>>That's a good slut.<</me>>
I groaned as I started fucking <<nsis2>>s face as I enjoyed <<nsis1>>s tongue on my balls. I was already close to cumming from <<nsis1>>s throat, but the combined assault was doing it's job.
<<me>>I'm close slut. Are you ready to fulfil your lifes goal? Act as nothing but a hole for me to cum into?<</me>>
A moan from both of the girls was all I needed to hear, as I grunted out while blowing my load deep inside of <<nsis2>>s throat.
<<me>>That's a good girl. Take your masters cum.<</me>>
I continued shooting my load into her throat, before pulling her off quickly, throwing her to the side.
<<me>>And now you slut. Swallow.<</me>>
I said, rubbing <<nsis1>>s cheek, who eagerly unlatched from my balls and took my cock head into her mouth, although not quick enough to avoid a thick rope covering her face.
<img class="leftimg" src="images/Characters/House/Roommate 1/21.webp">\
<<sis1>>Mmmmmmm.<</sis1>>
<<nsis1>> moaned as I filled her mouth with more and more cum as rope after rope covered her tongue. When I was finally done, I pushed <<nsis1>> away, although she fought to keep my cock in her mouth.
<<me>>That will do <<nsis1>>.<</me>>
It didn't seem she heard me, as she continue sucking the head, trying to get as much of my cum as she could.
<<me>>If you don't stop, I'll cum again, and I'll be too tired to fuck you properly.<</me>>
That finally got her to stop, and pull away from my cock.
<<sis1>>Sorry.<</sis1>>
She said with a bashful smile. As she did, <<nsis2>> crouched beside her, wrapping her arms around <<nsis1>>, and leaned forward, sticking her tongue out, licking the final rope of cum that had hit her in the face, causing <<nsis1>> to moan.
<<me>>Are you gonna share with your big sister?<</me>>
I asked, causing <<nsis2>> to smile brightly, as she quickly dipped down to <<nsis1>>s lips, this time getting a surprised mmph from her. Still, it only took a few seconds before <<nsis1>> leaned forward, and began properly sharing my cum with her sister. I smirked, and began rubbing my hardening cock.
<<me>>That's great girls.<</me>>
<<nsis2>> finally broke up the make out session between the two of them, and rested her head on <<nsis1>>s shoulder, both of them looking up at my cock.
<<sis2>>I think it's time we show our master his full gift.<</sis2>>
<<sis1>>Absolutely!<</sis1>>
<<me>>Oh?<</me>>
They both stood up, and took a few step away from me, and slowly disrobed, showing off their lingerie underneath.
<img class="rightimg" src="images/Characters/House/Roommate 1/22.png">\
<<me>>Oh fuck.<</me>>
<<sis2>>I think that's the point.<</sis2>>
<<sis1>>How do you want us sir?<</sis1>>
I grunted, and stood up, wrapping my arms around both of them. I leaned forward, kissing <<nsis1>>, before quickly switching to <<nsis2>>.
<img class="leftimg" src="images/Characters/House/Roommate 2/14.png">\
<<me>>On the bed, hands and knees, both of you.<</me>>
<<sis2>>Yes sir.<</sis2>>
They both moved away from me to my bed, and slowly bent open, showing their asses to me.
<<sis1>>I'm so wet for you sir.<</sis1>>
<<nsis1>> said, rubbing her pussy through her panties, which had a very visible wet patch.
<<sis2>>She got to taste your cock first sir. Please, fuck your little whore.<</sis2>>
<<nsis2>> said, pulling her panties to the side, showing me how wet she was.
<<sis1>>Wait, you said I could go first. Is that why?<</sis1>>
<<nsis1>> asked, eliciting a shit eating grin from <<nsis2>>.
<<sis1>>You fucking slut!<</sis1>>
She cried out, slapping her sister in the shoulder. I smiled at that, and walked over to <<nsis2>>, and pressed my cock against her wet juices, getting the head covered in them.
<<sis2>>OoooOoooh, yeeeaah sir...<</sis2>>
She moaned, and I pushed my cock in slowly, until her pussy gave away, and letting me feel her warm insides.
<img class="rightimg" src="images/Characters/House/Roommate 2/15.gif">\
<<sis2>>Oh god, yes! Fuck me sir!<</sis2>>
I reached down, and grabbed her hair in my fist roughly, slapping her ass hard.
<<me>>Shut the fuck up and take it whore.<</me>>
I grunted, fucking hard into her.
<<sis2>>Y-Yeah! FU-Fuck your wh-whore!<</sis2>>
<<me>>I guess you need something to do with your mouth.<</me>>
I look over at <<nsis1>>, who was watching intently, her fingers deep inside her pussy. She flinched when I looked at her. I reached over, and caressed her cheek.
<<me>>It's not <<nmom2>>, but we said we would fuck the whore together. Why don't you have her eat you out.<</me>>
She gulped at that, looking down at her sister getting fucked hard, moaning into the mattress that I was pressing her face into. After a second, she looked up at me bashfully, and nodded gingerly. She slowly crawled over to the position, and sat in front of <<nsis2>>. After a moment, she spread her legs, letting me get a good view at how wet she was.
<<me>>Ready?<</me>>
<<sis1>>Yes.<</sis1>>
She said, barely above a whisper. I pulled <<nsis2>> up by her hair, causing her to moan, until her ear was right beside my mouth.
<<me>>I finally found something for your whorish tongue to do. You see your big sisters pussy?<</me>>
<<sis2>>Yee-Yeesssss.<</sis2>>
She moaned.
<<me>>I don't even have to tell a slut like you what to do, right?<</me>>
She shook her head, as I felt her pussy walls tighten.
<<me>>Then get to work.<</me>>
I slowly lowered her onto <<nsis1>>, until I saw her gasp, her hands quickly grabbing the sides of <<nsis2>>s head.
<<sis1>>O-oh!<</sis1>>
<<me>>Is she doing a good job?<</me>>
She nodded quickly.
<img class="leftimg" src="images/Characters/House/Roommate 1/23.webp">\
<<sis1>>Ye-Oh my god- Yes, she's doing a good-<</sis1>>
She trailed off, as she arched her back and started twitching, cumming from <<nsis2>>s tongue.
<<sis1>>Gyyaaaahhh! Swallllloooww my cum you whooooore!<</sis1>>
As I heard that, I felt <<nsis2>>s pussy tighten again, her orgasm hitting hard as I felt my hips and legs get covered in her juices.
<<me>>Keep going. The slut loves it.<</me>>
<<sis1>>Of course she does! She's a natural born whore! I bet she imagined being in between my legs even more than I did, fucking slut!<</sis1>>
As she kept talking, I kept feeling her tighten. I kept fucking into her, until she finally finished.
<<me>>Alright whores. Switch.<</me>>
<<sis1>>Y-yes sir!<</sis1>>
<img class="rightimg" src="images/Characters/House/Roommate 2/16.gif">\
She said, a wide smile on her face as she recovered from her orgasm. <<nsis2>> didn't respond, just by crawling onto the bed, moving to let <<nsis1>> take her position.
<<sis2>>Now let's see how good my big sister is at eating pussy.<</sis2>>
<<sis1>>Wh-Mmm!<</sis1>>
<<nsis2>> grabbed <<nsis1>>s head, and quickly brought it to her wet pussy, and letting out a long moan.
<<sis2>>O-Oooh yeesssss. Eat my pussy, you dyke bitch.<</sis2>>
I leaned down, and pulled down <<nsis1>>s panties, and quickly pressed my cock inside.
<<me>>That's a good whore.<</me>>
I slap her ass, leaving a nice red mark.
<<me>>Make your little sister cum with your tongue.<</me>>
I grunted as I started fucking into <<nsis1>>, hilting my cock into her with every stroke.
<<sis2>>Oh god, yes, she's gonna make me cum all over her tongue.<</sis2>>
<<me>>She better get used to it.<</me>>
I grunted, getting closer and closer to orgasm myself.
<<me>>She's going to get used to the taste.<</me>>
<<sis2>>They all will.<</sis2>>
I felt my cum rising.
<<sis2>><<nmom1>>, <<nmom2>>, <<nsis3>>. They're all going to eat me out.<</sis2>>
<<me>>All of them. You can have <<nmom2>> eat your asshole while <<nsis3>> eats your pussy.<</me>>
I felt <<nsis1>>s pussy tighten up as I said that, pushing her over the edge. I fucked into her pussy harder.
<<me>>The fucking whore is cumming while imagining that.<</me>>
<<sis2>>So am I!<</sis2>>
She yelled, humping at <<nsis1>>s face, cumming again. I could feel how close I was to cumming, and looked down at both of them.
<div id='container'>Who did I want to cum inside of?
<<class "harem">><<linkreplace "Cum inside <<nsis1>>">><<replace "#container">>\
<<me>>Are you ready to take my cum slut?<</me>>
<<nsis1>> pulled back from <<nsis2>>s pussy.
<<sis1>>Yes! Please, cum inside me!<</sis1>>
<<sis2>>No, please, cum inside me.<</sis2>>
<<nsis2>> complained, so I reached over and slapped her tit hard.
<<me>>Your big sister earned my cum. Don't ever question me slut.<</me>>
<<sis2>>I'm sorry sir.<</sis2>>
She pushed her chest out.
<<sis2>>I need more punishment.<</sis2>>
I pushed my cock far deep inside of <<nsis1>>, and started cumming, as I reached and slapped <<nsis2>>s tit. As I shot rope after rope inside of her womb, I kept slapping her tits, until they were red, and she began shaking again.
<<sis2>>Ttthhhhaank you ssssir!!<</sis2>>
She said, cumming while I was flooding her big sisters womb with my cum.
<img class="rightimg" src="images/Characters/House/Roommate 1/24.gif">\
<<sis1>>Oooh god, it's so warm.<</sis1>>
I grunted, continuing to push against her cervix, until every drop of my cum had left.
<<me>>You took that like a good whore.<</me>>
I said, kissing her on her cheek as I leaned over her. <<nsis1>> reached behind her, caressing my face.
<<sis1>>Thank you sir.<</sis1>>
She reached down to her stomach.
<<sis1>>You cum so much sir. If I didn't take birth control, I might have gotten pregnant.<</sis1>>
I slapped her ass, as I slowly pulled out.
<<me>>Oh trust me. We're going to revisit that one day.<</me>>
<<nsis1>> looked back at me, lust in her eyes.
<<sis1>>Promise?<</sis1>>
<<me>>Promise.<</me>>
I slapped her ass.
<<me>>Now get ready. Because I'm already getting hard.<</me>>
<<Button 'Have fun for the rest of the night' 'Sleep' '.contbut' '$scene to 0, $sis1.percent += 2, $sis1.scene.deleteFirst(5), $sis1.scene.pushUnique(6), $event.sis1 to 0, $sis1.sub +=1, $sis2.percent += 2, $sis2.scene.deleteFirst(4), $sis2.scene.pushUnique(5), $event.sis2 to 0, $sis2.sub +=1'>>\
\
<</replace>><</linkreplace>><</class>>
<<class "harem">><<linkreplace "Cum inside <<nsis2>>">><<replace "#container">>\
<<me>>Get your ass down here whore. I want to fill you up.<</me>>
<<nsis2>> didn't need to be told twice, letting go of <<nsis1>>s head, and bending over the bed like she was a few minutes before.
<<sis2>>Oh god, thank you sir!<</sis2>>
I slapped her ass hard.
<<me>>Are you ready to take my cum slut?<</me>>
<<sis2>>Yes! Please, cum inside me! Impregnate your sex slave!<</sis2>>
<<sis1>>N-no, please sir, cum inside me!<</sis1>>
<<nsis1>> complained, so I reached over and slapped her tit hard.
<<me>>Your little sister earned my cum. Don't ever question me slut.<</me>>
<<sis1>>I'm sorry sir.<</sis1>>
She pushed her chest out.
<<sis1>>I need more punishment.<</sis1>>
I pushed my cock far deep inside of <<nsis2>>, and started cumming, as I reached and slapped <<nsis1>>s tit. As I shot rope after rope inside of her womb, I kept slapping her tits, until they were red, and she began shaking again.
<img class="rightimg" src="images/Characters/House/Roommate 2/17.gif">\
<<sis1>>Ttthhhhaank you ssssir!!<</sis1>>
She said, cumming while I was flooding her little sisters womb with my cum.
<<sis2>>Oooh god, it's so warm.<</sis2>>
I grunted, continuing to push against her cervix, until every drop of my cum had left.
<<me>>You took that like a good whore.<</me>>
I said, kissing her on her cheek as I leaned over her. <<nsis2>> reached behind her, caressing my face.
<<sis2>>Thank you sir.<</sis2>>
She reached down to her stomach.
<<sis2>>You cum so much sir. If I didn't take birth control, I might have gotten pregnant.<</sis2>>
I slapped her ass, as I slowly pulled out.
<<me>>You just said to impregnate you.<</me>>
<<nsis2>> shrugged.
<<sis2>>I don't know. The idea of you getting me knocked up?<</sis2>>
She trailed off, biting her lip.
<<me>>Oh trust me. We're going to revisit that one day.<</me>>
<<nsis2>> looked back at me, lust in her eyes.
<<sis2>>Promise?<</sis2>>
<<me>>Promise.<</me>>
I slapped her ass.
<<me>>Now get ready. Because I'm already getting hard.<</me>>
<<Button 'Have fun for the rest of the night' 'Sleep' '.contbut' '$scene to 0, $sis1.percent += 2, $sis1.scene.deleteFirst(5), $sis1.scene.pushUnique(6), $event.sis1 to 0, $sis1.sub +=1, $sis2.percent += 2, $sis2.scene.deleteFirst(4), $sis2.scene.pushUnique(5), $event.sis2 to 0, $sis2.sub +=1'>>\
\
<</replace>><</linkreplace>><</class>></div><<else>><<sis1>>Time to wake up.<</sis1>>
<<nsis1>> tapped my shoulder, waking me up. I stretched my legs before I finally realized that <<nsis1>> had changed.
<<me>>You leaving?<</me>>
<<sis1>>Yes. I have to go to work.<</sis1>>
<<me>>Oh. Yeah, right.<</me>>
She giggled at that, and leaned forward, our lips meeting. We shared a soft, but passionate kiss, before she broke it.
<<sis1>>Our worlds changed last night. The world didn't.<</sis1>>
<<me>>Yeah. I just didn't think about it.<</me>>
<<sis1>>Can't blame you.<</sis1>>
She reached down, squeezing my hard cock, finally alerting me to it's presence.
<<me>>Oh come on, don't do that if you have to leave.<</me>>
<<sis1>>Relax <<nme>>. There's someone else who can take care of you.<</sis1>>
We both look over to the other side of the bed, where <<nsis2>> was still sound asleep.
<<sis1>>Have fun babe.<</sis1>>
<<me>>I will.<</me>>
I said, smiling down at <<nsis2>>, before turning to <<nsis1>>.
<<me>>Love you.<</me>>
That surprised her, but her features quickly melted into warmth.
<<sis1>>I love you too.<</sis1>>
We both leaned forwards, our lips meeting again, this time our tongues more active. I broke it off this time, causing <<nsis1>> to whimper lightly.
<<me>>Head to work.<</me>>
She huffed, before smirking, leaving the room. I shook my head, then pointed my attention to <<nsis2>>, getting close to her, and caressing her cheek, causing her to stir.
<<me>>Wakey wakey.<</me>>
She yawned, and stretched, before opening her eyes, smiling at me.
<<sis2>>Any eggs and bakey in my future.<</sis2>>
<<me>>Maybe. But right now your master has something else to feed you.<</me>>
<<sis2>>Oh?<</sis2>>
We both looked down at my dick, and she smiled.
<<sis2>>Cream filled sausage. My favorite.<</sis2>>
<<me>>You'll have to earn the cream.<</me>>
I said, spreading my legs as <<nsis2>> crawled down between my legs, taking my cock in her mouth.
<<me>>Oh, I've been meaning to ask you something.<</me>>
I said, groaning as she got deeper on my shaft.
<<me>>I've been using Greed energy to help track people.<</me>>
I said, feeling a bit sheepish as I admitted to what amounted to stalking.
<<me>>Would you be opposed to me applying it to you?<</me>>
That made her pause, looking up at me.
<<me>>I take it that's a no?<</me>>
She slowly slid my cock out of her mouth, before sitting up.
<<sis2>>What are you talking about?<</sis2>>
<<me>>I... Greed energy, to mark people?<</me>>
<<nsis2>> squinted at me, tilting her head.
<<sis2>>Mark people?<</sis2>>
<<me>>Yeah?<</me>>
I said, confused by her reaction.
<<sis2>>Ok, show me.<</sis2>>
I nodded, then felt the energy build up in my arm. Unlike other times, it was very clear that <<nsis2>> was focusing on the buildup as well, inspecting it closely. After I felt it built up, I released it, the energy entering <<nsis2>>. She was now marked.
<<sis2>>Well?<</sis2>>
<<nsis2>> asked, leading to my confused face.
<<me>>Well what? It's done.<</me>>
<<sis2>>What's done?<</sis2>>
<<me>>The mark. It's applied.<</me>>
<<sis2>>What exactly does this mark do?<</sis2>>
<<me>>I can sense the location of where someone who has it applied is.<</me>>
Her eyes went wide, before squinting.
<<sis2>>Like a tracking spell?!<</sis2>>
<<me>>Yeah. If you want, I can try to remove it, but-<</me>>
I tried to explain, only to be cut off by her jumping off the bed, hastily putting on her clothes.
<<sis2>>Stay here.<</sis2>>
<<me>>Where-<</me>>
I couldn't get the question out as <<nsis2>> sprinted out of the room. I stood up, and got dressed. I wanted to follow her, but listened to what she said, and sat on my computer as I heard her footsteps going to the front door, followed by said door slamming.
<<linebreak>>
It was around 20 minutes before I got a call.
<<sis2>>Ok, where am I?<</sis2>>
I shook my head, and closed my eyes. I focused on the mark.
<<me>>You're at... In the bathroom?<</me>>
I said, confused by the location I was getting.
<<me>>I didn't hear you come in.<</me>>
I didn't hear a response, save for my door bursting open.
<<sis2>>How did you do that?!<</sis2>>
She asked excitedly.
<<me>>I... The mark, I told you.<</me>>
<<sis2>>Come with me.<</sis2>>
<<Button '<<nsis2>> takes me to the Hardware Store' 'StoryPass17' '.contbut' '$sis2.marked to 1'>>\
<</if>><img class="rightimg" src="images/Characters/Town/Coven/Count/08.png">\
<<cov4>>Hey kiddo.<</cov4>>
<<ncov4>> smiled at <<nsis2>> as we both entered. As she spotted me, she raised her brow.
<<cov4>>Did you explain every-<</cov4>>
Before <<ncov4>> could finish her sentence, <<nsis2>> reached behind the counter and flipped a switch, turning off the open sign. She turned around to face the backroom door, pushing a key into the lock. As the several large tumblers began clicking, <<nsis2>> looked to the cashier, who was responding with a confused face.
<<sis2>>It's important. Come.<</sis2>>
For what seemed to be the first time, <<ncov4>> stood up straight, completely focused on <<nsis2>>.<<if $story.side1 gte 6>> Even when we fooled around in the backroom, it still didn't feel like I had her full attention.<</if>>
<<cov4>><<nsis2>>, what's wrong?<</cov4>>
<<nsis2>> turned her head, giving me a look, before turning back to the unusually alert cashier, as the final clicks from the door set into place.
<<sis2>>I'm not sure. I just know it's important.<</sis2>>
She opened the door, and walked in, <<ncov4>> close behind. I followed suit, and closed the door behind me, as I was able to witness a strange surge of energy emitting from <<nsis2>>, before quickly dissipating.
<img class="leftimg" src="images/Characters/Town/Coven/Ass/04.png">\
<<me>>What-<</me>>
<<sis2>>Shush.<</sis2>>
<<nsis2>> shut me up. It had been that way the entire way to the Hardware Store. She had rushed over here so quickly, I almost had trouble keeping up. After a few moments, <<ncov3>> popped out of one of the rooms, yawning.
<<cov3>>Where's the fire little one?<</cov3>>
She said, her eyes barely opening as she was still in the process of waking up. <<ncov2>> was next, popping out of a room. Unlike <<ncov3>>, she walked into the common area, and took a seat. Finally, <<ncov1>> showed up from down the hall.
<img class="rightimg" src="images/Characters/Town/Coven/Bruise/05.png">\
<<cov1>>You called a meeting?<</cov1>>
<<sis2>>All of you, check me for spells.<</sis2>>
That instantly had all of them alert, <<ncov3>>s eyes shooting open, and <<ncov2>> sitting up. <<ncov1>> stepped forward, her eyes filled with worry.
<<cov1>>Did you come in contact with another coven?<</cov1>>
<<sis2>>No. Just... All of you, check for anything as thoroughly as you can.<</sis2>>
<img class="leftimg" src="images/Characters/Town/Coven/Lead/05.png">\
I didn't know exactly what was happening, as all four of them surrounding her. Their energies were calm, but they brushed against <<nsis2>>s own, moving along each other but never once mixing; like water and oil. I didn't want to interrupt anything, so I took a seat on one of the couches as they continued doing their check ups. After a few minutes, <<ncov2>> was the first one to finish, her energy slowly retracting into her body. Once complete, she <<if $player.dec is "wrath">>walked over to me, and took a seat directly beside me.<<else>> walked over to the couch she was on before, and took a seat.<</if>>
<<cov2>>Well I can't find anything, but that's not exactly surprising.<</cov2>>
She said, facing the girls, but for what felt like my benefit. I turned my eyes back to the group, and continued waiting. <<ncov1>> was the next one to finish. She didn't say anything, just stepped off to the side. After another 10 minutes, I finally felt <<ncov3>> finish, her eyes opening slowly, and walked over to <<ncov1>>, wrapping her arm around <<ncov1>>s arm. Finally, it was just <<nsis2>> and <<ncov4>>. I sat there, watching.
<<linebreak>>
It was an hour later when <<ncov4>> finally finished. She slowly opened her eyes, and looked at <<nsis2>>.
<<cov4>>You're clean <<nsis2>>. What's going on?<</cov4>>
<<nsis2>> didn't answer, and instead walked over to me. I sat up, and before I could stand up, <<nsis2>> placed her hand on my shoulder.
<<sis2>>Actually, you should probably stay sitting for this.<</sis2>>
<<me>>Stay sitting for wh-<</me>>
Before I could finish my sentence, everything when black. No, that wasn't right. I mean, I couldn't see anything, but it wasn't just my sight. Every sense was just suddenly turned off. I couldn't hear at all. The sudden loss of smell felt strange, as I hadn't ever completely shifted from smelling something to not smelling anything. I panicked, grabbing the seat I was in. Thankfully I could still feel my sense of touch. Before I could panic even more, I heard <<nsis2>> again.
<<sis2>><<nme>>, relax. This is just a blinding spell. It's the magical equivalent of putting a bag over your head.<</sis2>>
<<me>>--- ---- -<</me>>
I tried to respond, but even my own voice didn't reach my ears, which was alarming.
<<sis2>>It will wear off in a minute. Just hold on. Please trust me.<</sis2>>
I felt her squeeze my shoulder, and I reached up, grabbing her hand. She took it, and squeezed it again. I nodded, and tried my best at relaxing in this state. Then, her hand was gone, and I was left in the black void. I sat there, and waited, until true to her word, the my senses quickly faded back in.
<<me>>Ah, god. That was fucking weird.<</me>>
I said, getting my bearings back, before I realized all four of the witches were standing in front of me, looking down at me.
<<cov4>>Find <<nsis2>>.<</cov4>>
<<me>>Wh-what?<</me>>
<<cov1>><<nsis2>> said you would be able to. Find her.<</cov1>>
<<me>>I... Uhm, ok.<</me>>
I said, standing up. I closed my eyes, and felt the bond from the Mark. I let it guide me, and opened my eyes. I walked down the hall, and opened the door leading to <<ncov1>>s office. Except, it wasn't there. Instead, I saw the hallway I was in. Literally, I could see myself down the hallway, opening the door. I turned to look down the hall, and noticed the door at the end was open, with myself in the doorway.
<<me>>Woah. That's weird.<</me>>
<<ncov2>> snapped her fingers.
<<cov2>>Hey. Come on, find her.<</cov2>>
<<me>>O-oh, right. Sorry.<</me>>
I said, grinning as I walked through the door, ending up at the end of the same hallway I just came through. I walked down, and then opened another door, which led to the door that <<ncov3>> had walked out of an hour earlier. I walked through it, then back down the hallway, to another door, which lead to another door. I went through multiple doors, each leading to the same hallway, before I reached for the door to <<ncov1>>s office. I opened it, and took a step in, only realizing that I had entered the office and not the hallway again. I looked around, a bit disoriented, before I spotted <<nsis2>> sitting on the couch.
<<me>>Found her.<</me>>
I said, as the four witches followed closely behind me. They all had strange looks on their faces. <<ncov1>> had disbelief. <<ncov2>> had confusion. <<ncov3>> looked impressed, a small smile on her lips. FInally, <<ncov4>> looked almost mad.
<<cov1>>How did you do that?<</cov1>>
<<me>>I... I don't know, I just used Greed.<</me>>
<<ncov1>> shook her head.
<<cov1>>No, that...<</cov1>>
<<ncov1>> looked almost at a loss of words at my response. <<ncov3>> picked up the slack.
<<cov3>><<nme>>, that isn't how it works.<</cov3>>
<<me>>What do you mean?<</me>>
I looked over at <<nsis2>>.
<<me>>I've used Lust before. You didn't say anything then.<</me>>
<<cov1>>She means that's literally not what Greed does.<</cov1>>
<<ncov1>> seemed to recover from the earlier shock.
<<cov1>>The reason we didn't say anything when you used Lust was because you used it normally.<</cov1>>
<<ncov1>> walked over to the couch, sitting down.
<<cov1>>We've covered this, although not directly I suppose.<</cov1>>
She pointed to the couch in front of her. I took the seat that I had been using during our lessons in the past, although it felt different now.
<<cov1>>We use the energy created by the sins in order to use spells. But we have to channel that energy in specific ways in order to get intended results. The pure energy of each sin does... Well, as advertised. So when you used Lust on <<nsis2>>,<<if $story.side1 gte 6>> or on <<ncov4>> for that matter,<</if>> that was the expected results. Acute sexual attraction.<</cov1>>
<<me>>Right. And Greed...?<</me>>
<<ncov1>> sighed, folding her hands in her lap.
<<cov1>>Greed is a bit different than other sins. The other sins... They generally express outwardly. Sexual attraction, anger, hunger, arrogance, apathy, desire. So using the pure energy of a sin tends to get predictable results. But Greed, with an almost 100% success rate, has almost no effect on others. You understand?<</cov1>>
<<me>>I'm not sure.<</me>>
<<cov1>>Let me put it this way. People don't actively fight against the intended effect of most sins. People generally love fulfilling the desire of each sin. People like lazing around, they love having sex, eating food, being angry.<</cov1>>
<<me>>Ok.<</me>>
<<cov1>>So the reason why Greed doesn't work, is because we want things. Greed does not make people want to give things away. They want to keep things. Like I said, as advertised. As a result, the desire of wanting others things from the caster of the Greed energy conflicts with the deep seated desire to want to keep their things.<</cov1>>
I sat there, thinking about what was just told to me. After a few moments, I shook my head.
<<me>>No, wait. I used Lust to...<</me>>
I paused, feeling embarrassed about what I was about to admit.
<<cov1>>All of us in here, with the exception of <<nsis2>>, have been around for... a while. Trust me when I say, not one of us will judge you.<</cov1>>
I cleared my throat.
<<me>>Ahem. Right. OK, well, I used Lust to sleep with a mans wife, with his permission.<</me>>
<<cov1>>And you're thinking that conflicts?<</cov1>>
I nodded.
<<cov1>><<nme>>, the concept of marriage has been around for, relative to the entire history of the human race, a blink of an eye. Built in deep in our genetic code is the desire for sex. The idea of having it with only one person...? That's not deep enough in our code. Lust in much deeper. So you basically tapped into the deeper layer.<</cov1>>
<<me>>That... makes sense... I guess.<</me>>
<<cov1>>The desire to keep our things is just as deeply buried into the human code.<</cov1>>
<<cain>>I told you, Greed is second to Lust, and only barely.<</cain>>
<<ncain>> piped up. I sat back, and processed this.
<<cov1>><<nsis2>> told us that she felt Greed energy building up before you...<</cov1>>
She trailed off.
<<me>>Marked her.<</me>>
<<ncov1>> raised her brow at that.
<<cov1>>Why do you say marked her.<</cov1>>
<<me>>It's what-<</me>>
I stopped mid sentence, as I realized that this was all from <<ncain>>. He felt my worry, and reassured me.
<<cain>>It's fine. If anything, it will just reenforce the idea that I'm a powerful demon.<</cain>>
I nodded, which <<ncov1>> noticed.
<<cov1>>Did <<ncain>> tell you that?<</cov1>>
I nodded again, this time directing it towards her this time. She sighed, and sat there inspecting me.
<<cov1>>Can you show it to us?<</cov1>>
<<me>>The mark?<</me>>
<<cov1>>The process, yes.<</cov1>>
<<me>>I... I can, but I would mark one of you in the process.<</me>>
<<cov3>>Ooh, me, I volunteer.<</cov3>>
<<ncov1>> shook her head.
<<cov1>>No, he's not using it on you until we're sure there's no side effect.<</cov1>>
She looked at me.
<<cov1>>I take it <<nsis2>> isn't the only one you've marked.<</cov1>>
I shook my head.
<<cov1>>Right.<</cov1>>
<<ncov1>> bit her lip, getting deep in thought. We sat there as she thought about it, before <<ncov4>> spoke up.
<<cov4>>Can you mark <<nsis2>> again?<</cov4>>
All eyes turned to me with that question.
<<me>>I don't know. I've never tried it twice on one person.<</me>>
<<ncov4>> looked at <<ncov1>>, shrugging. After a few seconds, <<ncov1>> nodded.
<<cov1>>If <<nsis2>> is willing.<</cov1>>
<<sis2>>Yeah, I don't mind.<</sis2>>
I nodded, and stood up, as <<nsis2>> walked in front of me. I closed my eyes, and tried to let the energy build up. It didn't come as naturally as when I marked her the first time, as the energy resisted. However, I focused on it, and completed the steps, letting the energy dissipate and enter <<nsis2>>.
<<me>>There.<</me>>
The four witches inspected <<nsis2>> closely.
<<cov3>>Crazy. I saw it go inside, but I can't sense it even a little. Only the buildup.<</cov3>>
<<cov2>>How do you feel <<nsis2>>?<</cov2>>
<<sis2>>Fine. I mean, not any different.<</sis2>>
<<cov4>>And <<nme>>? Do you feel any difference having done it twice?<</cov4>>
I closed my eyes, and focused on the bond.
<<me>>It feels the same.<</me>>
<<cov1>><<nsis2>>, you're staying here for today. Just as a precaution.<</cov1>>
<<sis2>>Right.<</sis2>>
<<me>>And what about me?<</me>>
<<cov1>>You... Can leave.<</cov1>>
<<me>>Oh. Ok.<</me>>
<<ncov1>> turned to me.
<<cov1>>Sorry, that was harsher than it was meant. We just want to make sure <<nsis2>> is ok.<</cov1>>
I nodded at that.
<<me>>I can get behind that. Let me know if there's anything I can do.<</me>>
<<cov3>>Can you remove it?<</cov3>>
<<ncov3>> asked.
<<me>>I've never tried before.<</me>>
<<cov2>>No time like the present.<</cov2>>
<<me>>Right.<</me>>
I closed my eyes. I tried inspecting the bond between us. First, I tried severing it. After a few minutes of trying, I inspected the bond closer. The energy connecting us was fluid, but I wasn't even close to making a dent in it. Next, I tried pulling the bond from her, trying to disconnect it from her end. The bond, however, was connected deeply inside of her, so it didn't work. I figured maybe I might be able to reverse the spell, so I tried building up energy in my arm. It resisted like the first time, but as I built up more and more in my arm, it fought me more and more, until I got to the cusp of enough energy, where it stopped flowing entirely, no matter how much I tried. After 30 minutes of testing, I sighed.
<<me>>It doesn't look like it.<</me>>
<<cov4>>Well then I'll show you out.<</cov4>>
I nodded, and turned to <<nsis2>>.
<<me>>Sorry about this. I didn't realize it was such a big deal.<</me>>
<<sis2>>Don't worry.<</sis2>>
<<nsis2>> leaned forward, giving me a deep kiss. I stepped forward, taking her in my arms, reciprocating. After a few moments, we pulled apart.
<<me>>I'll see you later?<</me>>
<<sis2>>You can bet on it.<</sis2>>
I smiled, and left the room, following <<ncov4>>. I almost expected to have to walk through all of the different doors we took to get here, but <<ncov4>> made her way directly to the exit, opening it and stepping out. I followed her, and walked from behind the counter. Before I turned around, <<ncov4>> was already back in her usual spot, leaning on the counter, reading some magazine.
<<me>>She's gonna be fine, right?<</me>>
<<ncov4>> stopped, and looked at me.
<<cov4>>We'll make sure of it.<</cov4>>
I nodded, and turned around, making my way to the exit.
<<Button 'Go on with your day' 'Brighttown' '.return2' '$scene to 0, $Time += 1, $story.mainstory += 1, $event.gen2 to 0'>><<if $replay is "fam1">>\
\
\
\
<<sis1>>Time to wake up.<</sis1>>
<<nsis1>> tapped my shoulder, waking me up. I stretched my legs before I finally realized that <<nsis1>> had changed.
<<me>>You leaving?<</me>>
<<sis1>>Yes. I have to go to work.<</sis1>>
<<me>>Oh. Yeah, right.<</me>>
She giggled at that, and leaned forward, our lips meeting. We shared a soft, but passionate kiss, before she broke it.
<<sis1>>Our worlds changed last night. The world didn't.<</sis1>>
<<me>>Yeah. I just didn't think about it.<</me>>
<<sis1>>Can't blame you.<</sis1>>
She reached down, squeezing my hard cock, finally alerting me to it's presence.
<<me>>Oh come on, don't do that if you have to leave.<</me>>
<<sis1>>Relax <<nme>>. There's someone else who can take care of you.<</sis1>>
We both look over to the other side of the bed, where <<nsis2>> was still sound asleep.
<<sis1>>Have fun babe.<</sis1>>
<<me>>I will.<</me>>
I said, smiling down at <<nsis2>>, before turning to <<nsis1>>.
<<me>>Love you.<</me>>
That surprised her, but her features quickly melted into warmth.
<<sis1>>I love you too.<</sis1>>
We both leaned forwards, our lips meeting again, this time our tongues more active. I broke it off this time, causing <<nsis1>> to whimper lightly.
<<me>>Head to work.<</me>>
She huffed, before smirking, leaving the room. I shook my head, then pointed my attention to <<nsis2>>, getting close to her, and caressing her cheek, causing her to stir.
<<me>>Wakey wakey.<</me>>
She yawned, and stretched, before opening her eyes, smiling at me.
<<sis2>>Any eggs and bakey in my future.<</sis2>>
<<me>>Maybe. But right now your master has something else to feed you.<</me>>
<<sis2>>Oh?<</sis2>>
We both looked down at my dick, and she smiled.
<<sis2>>Cream filled sausage. My favorite.<</sis2>>
<<me>>You'll have to earn the cream.<</me>>
I said, spreading my legs as <<nsis2>> crawled down between my legs, taking my cock in her mouth.
<<me>>Oh, I've been meaning to ask you something.<</me>>
I said, groaning as she got deeper on my shaft.
<<me>>I've been using Greed energy to help track people.<</me>>
I said, feeling a bit sheepish as I admitted to what amounted to stalking.
<<me>>Would you be opposed to me applying it to you?<</me>>
That made her pause, looking up at me.
<<me>>I take it that's a no?<</me>>
She slowly slid my cock out of her mouth, before sitting up.
<<sis2>>What are you talking about?<</sis2>>
<<me>>I... Greed energy, to mark people?<</me>>
<<nsis2>> squinted at me, tilting her head.
<<sis2>>Mark people?<</sis2>>
<<me>>Yeah?<</me>>
I said, confused by her reaction.
<<sis2>>Ok, show me.<</sis2>>
I nodded, then felt the energy build up in my arm. Unlike other times, it was very clear that <<nsis2>> was focusing on the buildup as well, inspecting it closely. After I felt it built up, I released it, the energy entering <<nsis2>>. She was now marked.
<<sis2>>Well?<</sis2>>
<<nsis2>> asked, leading to my confused face.
<<me>>Well what? It's done.<</me>>
<<sis2>>What's done?<</sis2>>
<<me>>The mark. It's applied.<</me>>
<<sis2>>What exactly does this mark do?<</sis2>>
<<me>>I can sense the location of where someone who has it applied is.<</me>>
Her eyes went wide, before squinting.
<<sis2>>Like a tracking spell?!<</sis2>>
<<me>>Yeah. If you want, I can try to remove it, but-<</me>>
I tried to explain, only to be cut off by her jumping off the bed, hastily putting on her clothes.
<<sis2>>Stay here.<</sis2>>
<<me>>Where-<</me>>
I couldn't get the question out as <<nsis2>> sprinted out of the room. I stood up, and got dressed. I wanted to follow her, but listened to what she said, and sat on my computer as I heard her footsteps going to the front door, followed by said door slamming.
<<linebreak>>
It was around 20 minutes before I got a call.
<<sis2>>Ok, where am I?<</sis2>>
I shook my head, and closed my eyes. I focused on the mark.
<<me>>You're at... In the bathroom?<</me>>
I said, confused by the location I was getting.
<<me>>I didn't hear you come in.<</me>>
I didn't hear a response, save for my door bursting open.
<<sis2>>How did you do that?!<</sis2>>
She asked excitedly.
<<me>>I... The mark, I told you.<</me>>
<<sis2>>Come with me.<</sis2>>
<<Button 'Finish Replay' 'Replays' '.contbut' '$f to 1'>>\
\
\
\
<</if>>\<<me>>Hey, watch it!<</me>>
I said, as a man bumped into me as he exited the now busy SplashArt comics. A quick sorry from him, and I made my way inside, seeing a sight that did make me happy. The store was relatively busy, filled with fans of comics, manga, board games, etc. Anything remotely nerdy, they were here. I couldn't help but feel a bit of pride as I watched a couple of the men in question surrounding one of the girls I had hired. What she was dressed as was beyond me. What wasn't was the way that outfit hugged her curves, and showed off her assets. The plan was doing well.
<<comf>>Hey dick.<</comf>>
I heard <<ncomf>> behind me. I put on my best look of innocence as I pointed at myself.
<<comf>>Yeah, you.<</comf>>
<<me>>Hey <<ncomf>>.<</me>>
<<comf>>Don't "Hey <<ncomf>>" me. You did this.<</comf>>
I looked around at the busy store, then flashed him a smile.
<<comf>>No, no, don't brag. It's busy as hell now. We had a good things going. We showed up, and barely had to do any work, and now-<</comf>>
<<ncomf>> was cut off as one of the beauties popped behind the counter, placing her hand on his shoulder.
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Hey <<ncomf>>, I'm going on break.</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Hey <<ncomf>>, I'm going on break.</span><</say>><</if>>
Her eyes moved from <<ncomf>>, to me.
<img class="rightimg" src="images/Characters/Misc/Random Girls/12.png">\
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Hey <<nme>>! It's good seeing you again. When are you working next?</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Hey <<nme>>! It's good seeing you again. When are you working next?</span><</say>><</if>>
She asked, biting her lip as she bent over the counter, giving me a good look at her cleavage, although her outfit made no attempt to hide her assets.
<<me>>Here and there. I'm focused on other projects.<</me>>
<<if $player.cosplay is 1>><<say 'Cosplay Girl' 'images/character icons/One Time/1.png'>><span style="color: #ffa86e">Too bad! I had fun in our interview. Hoping we could do a repeat.</span><</say>><<else>><<say 'Cosplay Girl' 'images/character icons/One Time/4.png'>><span style="color: #ffa86e">Too bad! I had fun in our interview. Hoping we could do a repeat.</span><</say>><</if>>
<<me>>Some day.<</me>>
The girl pouted, but ended up flashing a smile, winking at <<ncomf>> before going into the break room.
<<comf>>Anyway, I'm really glad you stepped up and convinced <<ncomb>>. You have a good head on your shoulders.<</comf>>
I laughed as <<ncomf>> gave me a serious look.
<<comf>>How did you even convince all these girls to work here?<</comf>>
<<me>>Trade secret.<</me>>
I said, slapping the counter.
<<me>><<ncomb>> in?<</me>>
<<comf>>Eat me.<</comf>>
<<me>>You're a fickle man <<ncomf>>.<</me>>
I said, waving as I made my way to the back offices. <<ncomb>> was almost always in. I approached her office, and made to knock before hearing something, stopping me.
<<comb>>No <<ncomex>>... I don't want to talk about this anymore... I don't care, you signed the papers.<</comb>>
<<ncomb>> sounded unusually angry, although I couldn't hear the other side of the conversation, which meant she was on the phone. I didn't want to interrupt, so I stood there.
<<cain>>I'm sure you're not just eaves dropping.<</cain>>
<<met>>I've never dropped an eave in my life.<</met>>
<<cain>>Sure.<</cain>>
<<met>>Shh. I'm eaves dropping.<</met>>
I quieted <<ncain>>.
<<comb>>Alright, well you just go ahead and do that. I'm sure that will go over great in court.<</comb>>
She said as I heard a thump as the phone hit the table, followed by a long sigh. I waited a second, and then knocked. I heard the chair move slightly, before her voice.
<<comb>>Yeah?<</comb>>
<<me>>Everything ok?<</me>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/09.png">\
<<ncomb>> looked stunning as usual, even if a bit tired, and I doubt it was due to the higher amount of business.
<<comb>>You heard that?<</comb>>
<<me>>A bit.<</me>>
<<comb>>Well here's some advice then.<</comb>>
She said, offering a smile.
<<comb>>Don't marry the first guy that proposes.<</comb>>
<<me>>I... I don't think that will be a problem for me.<</me>>
She laughed at that, leaning back in her chair.
<<comb>>Yeah, I guess it's a bit different.<</comb>>
<<me>>What's the problem.<</me>>
She sighed, a bit lost in thought, before looking up at me. She narrowed her eyes, then shrugged.
<<comb>>My ex. He used to own this place, you know that?<</comb>>
I nodded.
<<me>>Yeah. And I also know it was in the red until you took over.<</me>>
She laughed at that, nodding.
<<comb>>He was all too happy to give me the sinking ship. But now that that I've plugged the holes, and it's sailing straight, he's back with his hand out.<</comb>>
<<me>>And what are you going to do?<</me>>
<<comb>>I already did it. Told him to see me in court.<</comb>>
<<me>>Ah.<</me>>
<<comb>>It's going to be fun to see him try to explain why he wanted nothing to do with it before, but now that it's profitable, he's owed a piece.<</comb>>
I smiled, and sat down. I leaned back, and inspected her tired face.
<<me>>Hey <<ncomb>>. You want to grab a coffee?<</me>>
That certainly surprised her, by the way she froze. She slowly looked at me, and had a pained expression.
<<comb>>Y-yeah, I guess this was coming.<</comb>>
She said, and cleared her throat, sitting up straight in her chair, facing me directly.
<<comb>><<nme>>, I know I haven't... Set the best example. Regarding what... We've done in this office.<</comb>>
She said, trying her best to not sound awkward. I continued listening to her, sitting casually.
<<comb>>That was a mistake. You're my employee. It was irresponsible, and innapropriate of me.<</comb>>
She said, before taking a deep breath.
<<comb>>Not to mention... Hell, I'll just come out and say it. I'm old enough to be your mother.<</comb>>
She said, slumping a little as she said that.
<<comb>>You should find a nice girl your own age. To, you know? Go on dates. Or coffee.<</comb>>
I continued watching her, and my indifference clearly worried her.
<<comb>>Are... Do you understand?<</comb>>
<<me>>Sure.<</me>>
<<comb>>Great! So we can forget about past mistake then?<</comb>>
<<me>>I mean, I can. But you don't actually want that, so...<</me>>
She sighed, hanging her head.
<<comb>>No, I do.<</comb>>
<<me>>No, you don't.<</me>>
<<Button 'Rid her stress' 'ComB: 2-2' '.lustbut' '$player.lust += 1'>><<me>>I realize I'm young, but I'm also not stupid.<</me>>
I say, standing up, walking around the desk, and sitting on it, to her side. <<ncomb>> gasped at that.
<<me>>I respect the hell out of you <<ncomb>>.<</me>>
I say, placing my hand on her shoulder, causing her to gasp lightly. I left it there, my thumb making circles.
<<me>>You have so much on your shoulders. Even this shop, you put in so much work. You're here all the time. Aren't you tired?<</me>>
<<comb>>I...<</comb>>
<<me>>I just want to help you. It's why I set up the cosplay girls, and happily manage them.<</me>>
<<comb>>I appreciate that.<</comb>>
She said breathlessly.
<<me>>Well you should rely on me more. Not just with work. In life.<</me>>
<<comb>>You're so young though.<</comb>>
I lean forward, close to her ear.
<<me>>I can help you. Take the weight off your back. Don't you want that?<</me>>
I whispered, causing her to shudder, as her eyes closed.
<<comb>>I... I've always worked hard.<</comb>>
<<me>>You have.<</me>>
I say, kissing her neck, causing her to moan.
<<comb>>And you've done really well with the girls.<</comb>>
<<me>>I did it for you.<</me>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/10.webp">\
I say, my hand slowly moving, until it was resting over her breast. I began massaging, causing a gasp.
<<comb>>You're so responsible.<</comb>>
<<me>>I'm glad you see that. I'm going to give you a massage now.<</me>>
<<comb>>Ok.<</comb>>
She pushed her chest out, letting me get better access to her tits. However, I stood up, letting her go. Her eyes opened, and she looked up me with puppy dog eyes.
<<me>>Stand up.<</me>>
<<comb>>Wh-<</comb>>
I kneeled beside her, and met her lips with mine, pushing my tongue onto her mouth. She groaned in surprise, before quickly reciprocating. After a minute, I pulled back.
<<me>>I told you, I want to help you. You're always in charge aren't you?<</me>>
She bit her lip as she nodded lightly.
<<me>>I need you to trust me. Let yourself go. Let me take charge. Ok?<</me>>
She thought about it for a moment, before nodding again. She stood up, and I followed her up.
<<me>>Now bend over.<</me>>
<<comb>>Wha-<</comb>>
She started, before I cut her off by grabbing her ass through her skirt, causing her to moan.
<<me>>You're not in charge here. Bend over, and I'll take your stress away.<</me>>
<<comb>>Y... Yes...<</comb>>
She said, placing her hands on her desk, pushing her ass out. I walked behind her, and started undoing my belt.
<<me>>I know your life didn't go exactly the way you wanted it to <<ncomb>>. I know you need to control what you can.<</me>>
I held my cock in my hands, as I reached under her skirt, and begin rubbing her pussy through her panties, causing her to moan.
<<me>>But everyone needs a way to let it all go. Otherwise, it just ends up hurting you.<</me>>
I speed up with my fingers.
<<me>>You want me to help you let it go?<</me>>
I said, pulling her panties to the side, and playing with her pussy directly.
<<comb>>God yes.<</comb>>
<<me>>Good girl.<</me>>
I say, pressing my cock against her pussy, and pushed in, entering her.
<<comb>>Oooohhhh, ggyyyeeeesssss.<</comb>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/11.gif">\
She moaned out as I slowly pushed forward.
<<me>>This is what you need <<ncomb>>.<</me>>
<<comb>>You're so biiiig.<</comb>>
<<me>>You need to just follow what I say.<</me>>
She nodded, as I began fucking her.
<<me>>Are you going to do that?<</me>>
<<comb>>Yes!<</comb>>
She moaned, pushing back against me as I fucked her.
<<me>>Good. I like my women obedient.<</me>>
Her pussy walls tightened as she heard that.
<<me>>You like that? You like being my woman?<</me>>
<<ncomb>> moaned, continuing to push back against my cock, moaning. I shook my head, and gave her ass a slap as I fucked her.
<<me>>Good girls answer their man.<</me>>
<<comb>>Yes! I like that!<</comb>>
She said.
<<me>>Good. Say what I am.<</me>>
<<comb>>My man!<</comb>>
She grunted.
<<me>>That's right.<</me>>
I said, fucking her faster.
<<me>>I own this pussy!<</me>>
<<comb>>Yes!<</comb>>
She moaned as our hips met faster and faster, getting messier as her juices covered both of us.
<<me>>Are you going to cum?<</me>>
<<comb>>I'm so close.<</comb>>
I stopped fucking her, causing her to whine, pushing her ass backwards. I leaned forward, grabbing her hair.
<<me>>You're going to cum without my permission?<</me>>
<<comb>>W-wha...<</comb>>
She moaned out, trying to fuck back into me, not being able to from the grip I have on her.
<<comb>>Please...<</comb>>
<<me>>That's right. Beg me.<</me>>
She looked back up at me, her eyes filled with pure desire.
<<comb>>Please. Let me cum. I'm so close.<</comb>>
<<me>>Sir.<</me>>
<<comb>>Please sir! Let your woman cum.<</comb>>
I smiled, and began fucking her hard. It only took a couple of strokes before I felt her begin to twitch underneath me, her back arching.
<<me>>See how good it can feel if you just let go.<</me>>
I said, my orgasm rapidly approaching.
<<me>>Give control over to me.<</me>>
I said, pulling my cock out, and began blasting ropes all over her back, covering her work clothes in my cum.
<<me>>How does that feel?<</me>>
<<comb>>AAhhAhhhh!<</comb>>
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/12.gif">\
She moaned as she continued coming, feeling the warmth of my cum pushing her over to another orgasm. I continued shooting rope after rope all over her skirt and blouse. After a minute, I finally finished, and looked down at my conquest.
<<me>>It feels better, doesn't it?<</me>>
I ask, stapping to the side, and rubbing her head.
<<comb>>Yes sir.<</comb>>
<<me>>Good girl.<</me>>
I said, leaning forward and stealing a kiss, before standing up quickly.
<<me>>I'm going to head out. But if you ever need another massage... Or to destress.... Well, you have my number.<</me>>
<<comb>>Yes sir.<</comb>>
She mumbled, still enjoying the afterglow of the orgasm. I walked out, taking one last look at her bent over the desk, covered in my cum, before leaving.
<<Button 'Let her sit with her thoughts' 'Midtown' '.contbut' '$comb.percent += 2, $comb.scene.deleteFirst(2), $comb.scene.pushUnique(3), $Time += 1, $comb.sub +=1, $event.comb to 0, $scene to 0'>><<set $sis2.text to 3>><img class="leftimg" src="images/Characters/House/Roommate 1/25.png">\
I walked into the living room, sharing a quick glance with <<nsis1>>. She flashed me a smile, quickly looking over to <<nmom2>> who was sitting at the table on the other side of the room, before giving her lips a lick. I walked over to the couch, taking a seat beside her.
<<me>>What are we watching?<</me>>
I asked loudly as I took a seat, trying to sound casual. <<nsis1>> was caught off guard, but quickly recovered.
<<sis1>>I don't know, something a friend told me about. Kinda boring though.<</sis1>>
She said, giving the TV a squint, as it showed a show with a man in the woods.
<<sis2>>Hey!<</sis2>>
<<nsis2>> was a lot less subtle than me, as she walked into the room, her cheeks getting a rosy tint as she saw the two of us sitting on the couch.
<<sis2>>Are you guys having fun wi-<</sis2>>
<<nsis1>> cleared her throat loudly, her eyes quickly flicking over to <<nmom2>>, then back to <<nsis2>>, giving her a stern glare.
<<sis2>>Ah. I... What are we watching?<</sis2>>
That made me chuckle as <<nsis2>> sat down close, but with a noticible distance between her and us. <<nsis1>> rolled her eyes.
<<sis1>>You two are too alike.<</sis1>>
<<sis2>>Why do you say that?<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 2/19.png">\
She asked, her smile betraying the fact that the statement made her happy. I fought the growing smile on my face, and shook my head.
<<me>>No reason.<</me>>
<<sis2>>So? What's up?<</sis2>>
<<sis1>>Hmm?<</sis1>>
<<sis2>>He texted me to meet him here.<</sis2>>
<<nsis2>> asked quietly, earning me a raised eyebrow from <<nsis1>>, both of them looking at me.
<<sis1>>Yeah, what's up?<</sis1>>
<<me>>I need help.<</me>>
<<sis1>>With what?<</sis1>>
<<nsis1>> flashed concern. I smiled at her.
<<me>>Nothing bad. Something... Good, I hope.<</me>>
I smiled, which made <<nsis2>> speak up.
<<sis2>>Oh, I have a guess.<</sis2>>
<<me>>Oh?<</me>>
<<sis2>>That smile is the same one I saw...<</sis2>>
<<nsis2>> looked over her shoulder to <<nmom2>>, who was fully caught up in her work.
<<sis2>>It's the same smile you had when you were watching my big sister throat your fat cock.<</sis2>>
I coughed, not expecting such crass language in the current context, even as I felt blood flow downstairs.
<<sis1>>Oh!<</sis1>>
<<nsis1>> exclaimed, even as her cheeks flushed.
<<sis1>>Is this about <<nsis3>>?<</sis1>>
I nodded.
<<me>>Like I said, I've been working with her, and I think I can get her to join our fun.<</me>>
I paused, as <<nsis1>> and <<nsis2>> shared a look.
<<me>>As long as that's still ok with you guys.<</me>>
<<sis1>>Yes.<</sis1>>
<<nsis1>> half chuckled, and ran her hand on my cheek, before quickly pulling it back as she remembered where she was. After a quick check on <<nmom2>>, she smiled at me.
<<sis1>>I'm ok with it. I just didn't know what to expect, really. But I still feel the same way.<</sis1>>
I saw her other hand reach over to <<nsis2>>, who accepted it with hers.
<<sis1>>If anything, I'm even more for it.<</sis1>>
The two of them shared a look, one that took me a second to understand. It was a shared bond, even closer than siblings.
<<sis1>>I feel like we've talked more these last few days than we have in the last 5 years.<</sis1>>
<<sis2>>Y-yeah. Me too.<</sis2>>
<<nsis2>> responded, her eyes glancing away, clearly a bit embarrassed with the moment, but her hand only tightened around <<nsis1>>s.
<<sis1>>So, if we can share that with <<nsis3>>, I think I'd like that.<</sis1>>
<<me>>Good.<</me>>
I said, feeling a strange warmth. Even if I was only thinking with my dick, it still felt nice.
<<sis2>>W-well, I am also fine with it.<</sis2>>
<<nsis2>> quickly spoke up, wanting to pass the awkwardness she was feeling.
<<sis2>>And I won't deny, <<nsis3>> has shown up in a fantasy or two since you mentioned her.<</sis2>>
<<me>>Really?<</me>>
I asked, causing her to shrug non-chalantly.
<<sis2>>If I'm going to be a good girlfriend, I figured I should get along well with the rest of the harem.<</sis2>>
<<me>>Fuck. I really want to kiss you right now.<</me>>
<<sis2>>Do it pussy.<</sis2>>
<<nsis1>> scoffed at that, shaking her head as she smiled.
<<sis1>>You're so alike.<</sis1>>
<<sis2>>Anyway, what's the plan, and how can we help?<</sis2>>
<<me>>Right. Ok, so, you guys just need to send me some nudes.<</me>>
<<sis1>>Ha!<</sis1>>
That made <<nsis1>> burst out, before she quickly covered her mouth.
<<sis2>>That's it?<</sis2>>
<<me>>That's all.<</me>>
<<mom2>><<nme>>, stop bothering the girls.<</mom2>>
<<nmom2>> spoke up, <<nsis1>>s outburst finally catching her attention. I felt <<nsis1>> tense up beside me, as her mouth began to curl down. Before she could say anything, I stood up quickly, patting <<nsis1>>s leg.
<<me>>Sorry <<nmom2>>.<</me>>
I said. She continued looking at the three of us, before finally looking back to her work. I smiled down at <<nsis1>>.
<<me>>Calm down. Plans are in motion.<</me>>
She sighed, before nodding.
<<me>>So, send those pictures, and I'll report back. Enjoy the show.<</me>>
<<sis1>>I will.<</sis1>>
<<sis2>>So? What are we watching?<</sis2>>
<<nsis2>> asked as she scooted closer to <<nsis1>>, taking a proper seat and facing the TV.
<<Button 'Leave the girls to their bonding' 'LivingRoom' '.return2' '$scene to 0, $event.sis1 to 0, $event.sis2 to 0'>>Popping into the bar, I took a deep breath, getting a feel for the environment. It was always a bit different, considering the variables. Different people showed up, and drank numerous types of alcohols, which affected them in various ways. And as such, I liked coming in. Unlike Sonar, I could actually hear myself talk. Or, more importantly, I liked hearing women talk.
<<cain>>Talk, huh?<</cain>>
<<met>>Don't huh me.<</met>>
<<cain>>Hey, just saying, it's hard to talk when they have a certain someones phallus in-<</cain>>
I shook my head, waving off <<ncain>>s attempt at a joke, as I approached the bartender, getting a beer.
<<cain>>I just respect honesty.<</cain>>
<<met>>Sure, but there's value in being a little more tactful.<</met>>
<<cain>>I can read your mind, kid. There's nothing tactful about what you think about these women you sleep with.<</cain>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/13.png">\
Before I could get my barb back in, I noticed someone. Sitting in the back corner, nursing a drink silently, was <<ncomb>>. It was an odd sight, seeing such a beautiful woman in a bar, not being bothered. But as if someone was reading my mind, she was approached.
<<cain>>Hey, don't blame me.<</cain>>
I mentally shushed him, as I watched a man approach <<ncomb>>. He was fairly well put together. Definitely older, at least than me, although it's possible that he was the same age as <<ncomb>>. He was also fairly handsome, although it amused me how little I cared about that. And as such, I leaned against the wall, nursing my beer, as the man tried hitting on <<ncomb>>. To give him some credit, she didn't look bored. No, I recognized what boredom looked on her face, due to a 15 minute unprompted explanation that <<ncomf>> gave to her about some property he liked, and tried to get her into, so they could sell it at the store. A lot fo talk about primarchs, and chaos, and teleporting through hell, and I finally saw <<ncomb>> break, telling <<ncomf>> to get back to work.
No, I could recognize boredom, and the man wasn't boring her. Unfortunately for him, I could also recognize attraction, and he was failing in that endeavour. And so, I made my move. Call me a simp, but white knighting is both effective, and fun, with Lust in tow.
<<cain>>Simp.<</cain>>
<<met>>Ok, you are thousands of years old, <<ncain>>.<</met>>
<<ncain>> shrugged through a smile, as he faded back into the background. I approached the table.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">I'd love to show it to you. It's right on the water, so I get plenty of sun-</span><</say>>
I patted him on the shoulder, as I pulled out a chair, joining them at the table. The man looked at the hand on his shoulder, then at me. The slight anger at getting interrupted was quickly swept away by the effects of Lust. And <<ncomb>>? Well, I was getting a first hand look at attraction now.
<<me>>Sorry bud, I don't think that's the route to take with this one.<</me>>
I said, putting my beer on the table.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Excus-</span><</say>>
<<comb>>O-oh! Hey!<</comb>>
She asked, smiling wildly, leaning towards me, her cleavage showing.
<<me>>See that?<</me>>
I say, leaning over to the guy.
<<me>>That's what interest looks like.<</me>>
The guy glared at me, which was fairly impressive, considering Lust was working on him.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Listen kid, why don't you take your beer, and find some girl that's willing to listen to your stories about some cool party you went to, and leave the adults to-</span><</say>>
<<me>>Hey <<ncomb>>, how are you doing tonight?<</me>>
<<comb>>O-oh. I'm good, you know...<</comb>>
She said, trailing off, her cheeks picking up a bit of blush, as she looked down at her drink, swirling it around.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">You know this kid?</span><</say>>
<<comb>>Yeah, I-<</comb>>
<<me>>Know me?<</me>>
I said, pushing my chair around the table, getting close to her, and leaning forward, licking her ear. <<ncomb>> let out a small gasp.
<<me>>She's a bit embarrassed, but this kid might have ruined her for other men.<</me>>
The man sccowled at me, but seeing <<ncomb>>s reaction clearly took the wind out of his sails.
<<say '???' 'images/character icons/One Time/7.png'>><span style="color: #b6ff9c">Whatever. If you're ever interested in a real man, you can call me.</span><</say>>
He said, putting his card on the table.
<<me>>Oh, well if your next girl is dissapointed that the little blue pill didn't stop you from busting in under a minute, she can call me.<</me>>
I said, reaching over the table, putting an invisible card down, before turning my hand up, flipping him off. The guy shook his head, and walked away. It was only a moment later I heard a small giggle from <<ncomb>>.
<<comb>>You really didn't have to do that.<</comb>>
<<me>>Yeah, but it was fun.<</me>>
I said, leaning forward again, planting a soft kiss on her neck, eliciting a moan from her.
<<me>>Besides, what else am I going to do when another man tries to hit on my woman.<</me>>
<<comb>><<nme>>...<</comb>>
She moaned out, shaking her head.
<<comb>>God, I don't know what it is about you.<</comb>>
<<me>>I told you. I claimed you. You're mine now.<</me>>
I said, standing up, offering her my hand.
<<me>>Your body is aware of it.<</me>>
She swallows, staring at my hand.
<<me>>Or do I need to teach it that lesson again?<</me>>
Her breathing is shallow, and she licks her lip. A moment later, she takes her drink, downing it in one swift motion, before standing up, and taking my hand.
<<comb>>It needs another lesson.<</comb>>
<<me>>Good. I'm in the mood for one.<</me>>
I turned around, her hand in mine, and pulled her towards the entrance. I opened the door, letting her walk through it, as I caught the eye of the guy hitting on her. He glared at me again.
<<cain>>You should do the mature thing.<</cain>>
<<met>>You're right.<</met>>
I reached down, giving <<ncomb>>s ass a slap. She paused for a moment, looking back at me, and grabbed me by the collar, and pulled me through the door. I smiled, and flipped the guy off one last time.
<<cain>>Good boy.<</cain>>
I smiled, as <<ncomb>> pushed me against a wall leading to the parking lot.
<<comb>>I guess the lessons begun.<</comb>>
I smiled, and wrapped my arms around her, grabbing a handful of her ass.
<<me>>No, just marking my property.<</me>>
I could hear what sounded not unlike a growl coming from <<ncomb>>s throat, as she embraced me, our tongues dancing with each other as we made out. I continued kneading her ass, before I finally let go, and pushed her back.
<<comb>>Where to?<</comb>>
<<me>>Your house. Your bed. You need to understand that I own all of you.<</me>>
<<comb>>Ok.<</comb>>
She half moaned out, turning around, pulling me to her car.
<<Button 'Her house' 'ComB: 3-2' '.contbut' '$comb.sub += 1'>>Walking up the path to <<nbankw>>’s house, it felt a little strange. I've been here before. Hell, I have a key. But now, I wasn't here to fill up <<nbankw>> with my cum. At least, I didn't think so. After all, she had invited me for a barbeque. I wasn't exactly sure what was happening, but I came to find out. After all, I wasn't entirely sure what I wanted from the two of them. I mostly saw <<nbankw>> as a series of holes for me to rut into. Thanks to Lust, she and <<nbankm>> seemed to be happy with that arrangement.
But then, what was this? Even as I got closer, I could hear the sounds of laughing from the backyard. Were they trying to befriend me? For some reason, that felt more strange than our existing arrangement. Still, I came, if nothing else to explain that maybe we should keep our relationship as purely sexual. I lifted my key, moving it towards the lock, unlocking it, before stepping in. There was no one inside, but I saw the lights guiding me to the back. I shrugged, making my way there. The voices got louder as I approached, with <<nbankw>> and <<nbankm>>s voices sounding familiar. However, there were a few that I couldn't place. I felt a weird feeling, but ignored it, slowly recognizing it as nervousness. It had become so unfamiliar after I met <<ncain>>.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/16.png">\
<<bankw>>Yeah, It's getting a bit out of-<</bankw>>
<<nbankw>> paused as she saw me, jumping up out of her seat, squealing as she did.
<<bankw>><<nme>>! You made it!<</bankw>>
She ran to me, and gave me a hug, pressing her tits against my chest. She gave me a slow, sensual kiss on my cheek.
<<bankw>>I missed you so much sir.<</bankw>>
She whispered, before turning to the group. I finally got a good look at them. There were 4 other people at the table, two couples staring up at me. On the left, there was a balding man with a bushy mustache, sitting beside who I assumed to be his wife, a busty blonde. On the other side was a tall, lanky man, who reminded me a lot of an anorexic Frankenstein. To his side was, again I assume, his wife, an equally busty latina. All four of them were staring up at me, with Lust having the usual effects, blowing away the previous nervousness.
<<bankw>>Everyone, this is my boytoy <<nme>>!<</bankw>>
She said, presenting you. The two men gave a look to the side, to who I now realized was <<nbankm>>, manning the barbeque. He gave a laugh, which seemed to give the two men some comfort, although there was some wariness remaining.
<img class="rightimg" src="images/Characters/Town/Suburb/Sub2/02.png">\
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">Nice to meet you <<nme>>. I'm Andrew, this is my-</span><</say>>
The blonde cut him off, standing up, offering me her hand.
<<sub2>><<nsub2>>. Where did you find this one, <<nbankw>>?<</sub2>>
I took her hand, shaking it slowly, before wrapping my arm around <<nbankw>>s waist, a move that made the two men a bit more nervous.
<<bankw>>Oh, we met at work. Isn't he something?<</bankw>>
She asked, her hand squeezing my asscheek, out of sight from the group.
<img class="leftimg" src="images/Characters/Town/Suburb/Sub3/02.png">\
<<sub3>>It's a pleasure to meet you <<nme>>. I'm <<nsub3>>. And do you bring all your customers home?<</sub3>>
She asked, adding a cheeky smile. Before <<nbankw>> could respond, the tall guy beside her cleared his throat.
<<sub3>>O-oh, yeah, this is my husband, Alonzo.<</sub3>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Nice to meet you.</span><</say>>
<<me>>The pleasure is all mine.<</me>>
I say, not taking my eyes off of <<nsub3>>, making her flush as she sat down.
<<bankw>>Well no, I don't take my customers home.<</bankw>>
<<nbankw>> spoke up, pushing me onto a seat, and taking the one beside it.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Wasn't <<nbankm>> sitting-</span><</say>>
<<bankw>>Oh, he won't mind, right hubby?<</bankw>>
<<nbankm>> looked back, seeing me in his seat, and shook his head.
<<bankw>>And come on, <<nme>> needs some food.<</bankw>>
She spoke at her husband, before taking my arm in hers, leaning on my shoulder and looking up at me.
<<bankw>>Are you hungry? He's not good at much, but he can cook well.<</bankw>>
<<me>>I could eat.<</me>>
<<bankw>>You heard the man, <<nbankm>>.<</bankw>>
<<bankm>>Yes baby.<</bankm>>
<<sub3>>So, he came by the bank. How did he end up here?<</sub3>>
<<nbankw>> smiled, and turned to me, looking me up and down with the face of a school girl with a crush.
<<bankw>>Oh, well he mentioned that he works with pools and hot tubs.<</bankw>>
<<sub2>>He's a pool boy, huh? That makes sense.<</sub2>>
<img class="rightimg" src="images/Characters/Town/Suburb/Sub2/03.png">\
She said, biting her lip as she leaned forward, showing off her ample cleavage.
<<bankw>>And, like I told you girls, our hot tub has been having issues. So he's been coming by occasionally...<</bankw>>
She leaned forward, until I could feel her breath on my ear.
<<bankw>>To clean my pipes.<</bankw>>
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">O-oh. I see. Is-is there a lot of money in that?</span><</say>>
<<me>>It's not all about the money, <span style="color: #b06bff;">Andrew</span>. It's about making sure my clients are satisfied.<</me>>
A low moan escaped from <<nbankw>>s throat.
<<bankw>>And he satisfies me every time.<</bankw>>
She said, in a husky voice. She licks her lips, before turning to the table.
<<bankw>>And our hot tub is broken again. So I figured I could have him fix it, and give him a well deserved dinner at the same time.<</bankw>>
Speaking of dinner, <<nbankm>> placed a plate in front of me. A steak, some potatoes, and some grilled vegetables. It smelled delicious.
<<bankw>>You want a drink?<</bankw>>
<<me>>I could have a beer.<</me>>
<<bankw>>You heard him hubby. Get our guest a drink.<</bankw>>
<<bankm>>Yes honey.<</bankm>>
He smiled, as he walked away.
<<sub2>>You know, we've been having some problems with our pool. Are-<</sub2>>
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">O-oh, babe, we don't need to talk-</span><</say>>
<<sub2>>Shush.<</sub2>>
She said, flashing her husband a glare, before her smile turned back to me.
<<sub2>>Do you think you might be able to look at it?<</sub2>>
<<me>>I'm sure I could find some time.<</me>>
<<sub2>><span style="color: #b06bff;">Andrew</span> works all day, so I'll have to keep you company in the mean time.<</sub2>>
<<me>>I'm sure I can find a way to fill your time.<</me>>
She moaned lightly, biting at a straw from her drink, giving me a saucy look.
<<bankw>><<nsub3>>, weren't you thinking of building a pool?<</bankw>>
<<sub3>>We were.<</sub3>>
That made <span style="color: #b06bff;">Alonzo</span> sit up.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">D-don't worry about that, I was planning on doing it myself.</span><</say>>
<<sub3>>Lon, don't be silly, if we have such a strong, willing man to help us out.<</sub3>>
<<me>>Are you in construction, <span style="color: #b06bff;">Alonzo</span>?<</me>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">well</span><</say>>
<<me>>Please, it would be my pleasure.<</me>>
I turned to <<nsub3>>.
<<me>>I can't turn away a customer. Especially when I could help them with anything they need.<</me>>
She gasped lightly.
<<sub3>>I have some things in mind.<</sub3>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub3/03.png">\
<<me>>I'll have <<nbankw>> pass my number along. To both of you.<</me>>
We shared a smile. After a second, her smile turned cheeky, and she leaned forward, reaching for the jug of water across the table.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">Let me get th-</span><</say>>
<span style="color: #b06bff;">Alonzo</span> started, before getting pushed back by his wife. She flashed me a look, as she bent over the table, giving me a good look at her large, fat ass. I felt <<nbankw>>s hand on my cock, massaging it under the table through my pants. As she started, <<nbankm>> came back with a beer. I took it, opening it, and leaned back, making sure he got a good look at where his wife's hand was resting. He was surprised for a moment, before quickly turning to the group.
<<bankm>>Let's eat!<</bankm>>
<<linebreak>>
<<me>>That was pretty good <<nbankm>>.<</me>>
His eyes widened, surprised at the compliment, before recovering quickly.
<<bankm>>Thank you.<</bankm>>
<<bankw>>Like I said, he's good for some things.<</bankw>>
She leaned forward, resting her chin on my shoulder.
<<bankw>>Although I have something only you can fix right now.<</bankw>>
Her voice getting husky again. Before anyone could say anything, she stood up.
<<bankw>>Be right back.<</bankw>>
She said, walking into the house. <<nsub2>> and <<nsub3>> looked back at me, peppering me with questions. How old I was (A question that the answer seemed to excite them both), and if I had a girlfriend.
<<if $player.girlfriend is 0>><<me>>Oh, no, I'm single. Although always looking for some fun.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<<elseif $player.girlfriend is 1>><<me>>I am seeing someone.<</me>>
That seemed to disappoint both of them.
<<me>>But she's a very progressive girl. She doesn't mind when I see other women.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<<elseif $player.girlfriend gt 1>><<me>>I am seeing some girls.<</me>>
That seemed to confuse all of them, with some disappointment mixed into <<nsub3>> and <<nsub2>>s face.
<<me>>They all understand that I can't be tied down. I'm always open to meeting some new women.<</me>>
Both of their eyes seemed to flash at that, their minds racing.
<</if>>
<<me>>I-<</me>>
Before I could finish my sentence, <<nbankw>> walked back into the backyard, making all of us gape at her. She was wearing an incredibly risque swimsuit, if it could even be called that. The material was sheer, her nipples somewhat visible through the material.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/17.png">\
<<bankm>>Honey!<</bankm>>
<<nbankm>> exclaimed.
<<bankw>>Shut up.<</bankw>>
She said, giving a glare to her husband, before turning back to me, walking up behind me, and bringing her hands to my chest. She leaned forward, pressing her large tits against my neck, and spoke beside my ear.
<<bankw>>Like I said, <<nme>> came to fix our hot tub.<</bankw>>
<<bankm>>Wh-why are you wearing that then?<</bankm>>
<<bankw>>I'm going to help him, obviously.<</bankw>>
She leaned forward, giving my cheek a soft kiss, before taking my hand, and walking away, pulling me with her.
<<bankw>>Entertain our guests hubby. <<nme>> is going to clean my pipes.<</bankw>>
<<bankm>>Y-yes honey.<</bankm>>
I smiled, walking away with <<nbankw>>. She took me around a corner to their hot tub. It was already filled, bubbling away. She turned to me.
<<bankw>>You bitch needs her bone, sir.<</bankw>>
<<Button 'Bend over whore' 'BankW: 4-2' '.lustbut' '$player.lust += 1'>>I sigh, knocking on the door to <<nasswgf>>s apartment building. I don't really know why I was here. I guess she was fun, and it certainly flipped some switches cucking her boyfriend.
<<cain>>What's wrong, don't like being called around?<</cain>>
I shrugged, as <<ncain>> piped up.
<<if $player.pride lt 1>><<cain>>You haven't even manifested Pride yet kid.<</cain>><</if>>
<<met>>What can I say? I don't like being summoned to fuck, I guess.<</met>>
<<cain>>Pot, meet kettle.<</cain>>
<<met>>Hey, I never once said it wasn't hypocritical.<</met>>
I said, as I heard footsteps coming from the other side of the door. I stood up straight as the door opened, and I saw <<nasswgf>> flashing me a smile.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/17.png">\
<<asswgf>>Finally.<</asswgf>>
<<me>>Alright, we're gonna have to talk about-<</me>>
I started, being cut off by her pulling me into her apartment.
<<asswgf>>Shush. Come here.<</asswgf>>
<<me>><<nasswgf>>, what-<</me>>
She pushed me into her living room, where I was met with a sight I didn't expect. On the living room couch was <<nasswgfbf>>, and across from him was an unfamiliar woman.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/02.png">\
<<me>>Hello.<</me>>
I said, my attention mostly on the attractive redhead. However, I couldn't miss the sudden shock on <<nasswgfbf>>s face, as it went pale. Still, my attention was mostly on-
<<asswgf>>I'm so sorry, <<nasswbfsis1>>! I totally forgot!<</asswgf>>
<<nasswgf>> spoke up, walking around me, approaching the girl.
<<asswgf>>I promised to work on a school project with my partner here.<</asswgf>>
<<asswgfbf>>N-no, it-<</asswgfbf>>
<<asswbfsis1>>That's fine...<</asswbfsis1>>
she spoke up, here eyes never leaving my own, desire very quickly appearing.
<<asswgf>>Oh, I'm being rude.<</asswgf>>
She said, walking back to me, wrapping my arm in hers, and walking me over.
<<asswgf>><<nasswbfsis1>>, this is <<nme>>. <<nme>>, this is <<nasswbfsis1>>.<</asswgf>>
<<me>>A pleasure to meet you.<</me>>
<<asswbfsis1>>It totally is.<</asswbfsis1>>
She said, before blushing, and shaking her head.
<<asswbfsis1>>A pleasure to meet you too, duh!<</asswbfsis1>>
<<asswgf>><<nasswbfsis1>> is <<nasswgfbf>>s baby sister.<</asswgf>>
She said, turning to me.
<<me>>Is that right? <<nasswgfbf>>, why didn't you tell me you had such a beautiful sister?<</me>>
I said, enjoying the sight of the girl turning even more crimson than before. I turned back to see how worried <<nasswgfbf>> had become.
<<asswgfbf>>B-babe, my sister is over, your project can wait a n-night, right?<</asswgfbf>>
<<nasswgf>> shot a quick glare to <<nasswgfbf>>.
<<asswgf>>So you want my school work to suffer then?<</asswgf>>
<<asswgfbf>>N-no. I don't-<</asswgfbf>>
<<asswgf>>Well that's what it sounded like last night.<</asswgf>>
<<nasswgfbf>> gave <<nasswbfsis1>> and me a side glance, looking a bit embarassed.
<<asswgfbf>>Babe, I didn't mean to-<</asswgfbf>>
<<asswgf>>I know what you meant to say.<</asswgf>>
<<nasswgf>> cut him off. Suddenly, she turned back to <<nasswbfsis1>> and myself, flashing us a smile.
<<asswgf>>Sorry. I don't want to drag you guys into our domestic squabbles. Anyways, <<nme>> is already here. So how about this?<</asswgf>>
She said, pulling me towards their hallway leading to their bedroom.
<<asswgf>>Me and <<nme>> will pump out a quick session, and then I'll come back and we can all hang out.<</asswgf>>
<<asswgfbf>>R-right now?!<</asswgfbf>>
<<nasswgfbf>> asked, being ignored by <<nasswgf>>, who was already making her way to the bedroom, out of sight of the siblings in the living room. I reached down, and slapped her ass loudly, eliciting an excited yelp from <<nasswgf>>.
<<me>>Don't worry <<nasswgfbf>>. I'll make sure to treat her the way she deserves.<</me>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/18.png">\
I didn't bother hearing a response, as I made my way to the bedroom. As I walked in, I was greeted to the sight of an undressing <<nasswgf>>. I smiled, and reached down to my belt.
<<me>>You're a naughty little whore, aren't you?<</me>>
<<asswgf>>Sorry daddy, was I a bad girl? Do I deserve a punishment?<</asswgf>>
She asked, pouting at me as she stuck her ass at me.
<<me>>I think you do. Now bend over. Daddy needs to fill you with his cum.<</me>>
<<asswgf>>But daddy, what if I get pregnant?<</asswgf>>
She asked, pouting even more as I pressed the head of my cock against her pussy lips, instantly getting drenched in her juices.
<<me>>Then you're going to carry daddys babies. Now shut the fuck up and take my cock.<</me>>
I said, grunting as I pushed forward harshly, hilting my cock entirely inside her, causing her to moan loudly. I could feel the walls of the pussy tighten around my cock, and I pushed her onto the bed, laying down on top of her as I began to slowly pump into her.
<<asswgf>>I-is that what you want daddy? For me to keep quiet? You don't want to be heard fucking me?<</asswgf>>
<<Button 'Get loud slut' 'AssWGF: 3-2' '.lustbut' '$player.lust += 1'>>Dinner Scene with oblivious husband, using pride to basically mush all of their minds
Eventual decision to keep Gwen as the airhead, or have her be herselfApproaching the entrance to the Hardware Store, I hear the door automatically click open as I grip the handle of the store, despite the open sign noticably being off. I head inside, thinking I would spot <<ncov4>> in her usual spot. However, the store was earily quiet. I look back, wondering who unlocked the front door for me, just as <<nsis2>> opened the back door.
<<me>><<nsis2>>!<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 2/18.png">\
She jumped, surprised to see me. Although it seemed her surprise stemmed more from the fact that she looked exhausted. Beautiful, as well, as she flashed me a warm smile.
<<sis2>><<nme>>.<</sis2>>
I walked up to her, giving her a tight hug.
<<sis2>>Calm down. Everything is fine.<</sis2>>
I loosened my grip, and took a step back, still holding her with my hands.
<<me>>Is that true? You look...<</me>>
I trailed off, causing a slap to hit me in the shoulder.
<<me>>I was going to say stunning, you didn't let me finish.<</me>>
<<sis2>>Oh, shut up.<</sis2>>
She giggled, leaning forward, our lips meeting. We shared a quick kiss, before she pushed me away.
<<sis2>>Alright, come on, you have class.<</sis2>>
<<me>>Are you sure you're ok?<</me>>
<<sis2>>I am. I look like this because I didn't sleep. <<ncov1>>, <<ncov3>>, and <<ncov4>> kept me awake all night.<</sis2>>
<<me>>Why?<</me>>
<<sis2>>They went through my energy streams with a fine tooth comb. They wanted to make sure I was fine, but I think <<ncov3>> was more excited by the concept of tracking magic without a tell.<</sis2>>
<<me>>Is... Is it that rare?<</me>>
<<nsis2>> looked right at my eyes, focusing past her exhaustion.
<<sis2>>It's unheard of, <<nme>>.<</sis2>>
<<me>>O-oh.<</me>>
<<sis2>>So be happy that you're with <<ncov2>> today. Because <<ncov3>> is going to want to get a better look at your cast at some point. And she can be very... Focused.<</sis2>>
I felt a bit of unease at the way she spoke those words, before her smile returned.
<<me>>Still, you couldn't have slept?<</me>>
She shrugged.
<<sis2>>Resting energy streams are less active. They wanted them pumping at full strength, find any irregularities.<</sis2>>
<<me>>And there were none.<</me>>
<<sis2>>Not one. I can't tell if that relieved or annoyed <<ncov1>> and <<ncov4>>. It just excited <<ncov3>><</sis2>>
I rubbed her arms up and down, massaging them.
<<me>>Good. I would...<</me>>
I said, losing my voice for a moment.
<<me>>I would hate it if I had hurt you.<</me>>
She smiled up at me, and put her hand on mine as it rested on her shoulder.
<<sis2>>You didn't.<</sis2>>
We shared a moment, before she cleared her throat.
<<sis2>>But now, I'm going home, and sleeping for a week straight.<</sis2>>
<<me>>Want me to walk you home?<</me>>
<<sis2>>Ha!<</sis2>>
She laughed, patting my shoulder as she walked around me.
<<sis2>>You're not getting out of todays lesson.<</sis2>>
<<me>>She's just so serious.<</me>>
<<sis2>>She is... But she's really... She's good people. She spent the entire night there with me, even though she didn't need to.<</sis2>>
She said, her eyes softening again. She paused, before looking back up at me.
<<sis2>>Now get in there. I'll see you later.<</sis2>>
I waved her off, and turned towards the door, slotting my key in.
<<cov2>>There you are.<</cov2>>
<img class="rightimg" src="images/Characters/Town/Coven/Bruise/06.png">\
<<ncov2>> said, standing up from the couch, and making her way down the hall. Her commanding presence left no wonder in what I was to do, so I followed.
<<me>>Sorry. Just wanted to make sure everything was ok with <<nsis2>>.<</me>>
She stopped for a moment, looking at me over her shoulder, nodding almost imperceptibly, before beginning her march down the hallway.
<<cov2>>They were looking over her all night. If the three of them couldn't find anything wrong with her, then it doesn't exist.<</cov2>>
She said, her voice softening as she approached the end of the sentence.
<<me>>I'm sure you helped as well.<</me>>
<<cov2>>Heh.<</cov2>>
She turned to me.
<<cov2>>I know where my strengths lie. And what they were doing, I could not have helped in the least. I can do a lot of things. A lot of them really well. But I'm not built for that.<</cov2>>
<<me>>Maybe. But just being there meant a lot to her. So thank you for that.<</me>>
She smiled lightly, a tinge of rose entering her cheeks, before the serious witch I was more familiar came back, pointing to the door directly beside us with her thumb.
<<cov2>>Inside.<</cov2>>
I nodded, flashing her a smile, before entering the...
<<me>>Woah.<</me>>
<<cov2>>Welcome to product testing.<</cov2>>
She said, her voice echoing, as we entered a room that really stretched the bounds of what my brain could accept. The room was absolutely massive, the size of a large arena, although with none of the flair. It honestly felt like a developer room in a video game. The walls were perfectly grey, made of what seemed like plastic tiles. All along the walls, floors, and ceilings, the plastic tiles covered the room, giving the entire place a grid. Next were the lights. There were none, and yet somehow the entire place was perfectly lit up, not a single corner darker than any other spot in the room. Standing in this room just felt... Wrong.
<<me>>What the hell is this?<</me>>
<<ncov2>> stood up straight, shooting me a look.
<<cov2>>I told you, product testing.<</cov2>>
I shot her a look back.
<<me>>You guys test your... products in here?<</me>>
<<cov2>>Yes, of course. We can't sell anything without personally testing it.<</cov2>>
My mind immedietely pictured the beauty in front of me wearing one of the many lingeries I had seen in the store before.
<img class="leftimg" src="images/Characters/Town/Coven/Bruise/07.png">\
<<me>>That's... Awesome. Although I figured the testing would be done higher up the pipeline.<</me>>
<<cov2>>Higher? Kid, we are the entire pipeline. We make everythin....g....<</cov2>>
She trailed off, her eyes going wide, the earlier light shade of red dwarfed by the pure crimson that covered her cheeks, stretching up to her ears.
<<cov2>>NO!<</cov2>>
She looked up at me.
<<cov2>>WE MAKE THINGS. SPELL THINGS. WITCH THINGS.<</cov2>>
She yelled, seemingly having lost control of her volume. I chuckled at her embarrassment.
<<cov2>>Th-the bag! That hides your aura! We make those. And other things. More dangerous things, that sometimes need testing.<</cov2>>
<<me>>That makes a lot more sense.<</me>>
I said, her reaction forcing a chuckle out of me. She stood there for a few moments, trying to get past the embarrassment.
<<cov2>>Just... Circulate your energy, come on.<</cov2>>
<<me>>Sure, sure.<</me>>
I shook my head, then closed my eyes, letting the energy in, the natural pathways in my body getting filled with energy. After a minute, I opened my eyes, to see <<ncov2>> staring at me, her eyebrow raised.
<<cov2>>I know I saw it already, but still. That was fast.<</cov2>>
She said under her breath.
<<cov2>>Alright, time to start.<</cov2>>
She said, causing me to flinch a bit. I raised my arms, ready to defend myself. That clearly confused her.
<<cov2>>What are you doing?<</cov2>>
<<me>>Defensive stance?<</me>>
I said, the end of that sentence turning into a question.
<<cov2>>We-We're not fighting.<</cov2>>
<<me>>Oh. Then what are we doing here?<</me>>
<<cov2>>Laps.<</cov2>>
<<me>>Laps? Like... Like gym class?<</me>>
<<cov2>>Yeah. You can maintain your aura when standing still. But you need to learn to control it when you can barely stand.<</cov2>>
<<me>>Wha- Barely stand?!<</me>>
She nodded.
<<cov2>>Come on.<</cov2>>
She said, pointing towards the center of the room. I looked around, shrugging internally, before beginning to jog.
<<me>>How many laps?<</me>>
I only got a laugh back. Fuck.
<<linebreak>>
<<cov2>>You're doing surprisingly well.<</cov2>>
<<ncov2>> said, jogging beside me. She had joined me after my second lap, only to smack my shoulder with a riding crop. Apperently it was only then when she first felt a leak. On my sixth lap, I couldn't even complain anymore, as the air entering my lungs felt like acid.
<<me>>When...//hah//...do I...//hah//...stop?<</me>>
I asked, only having the energy to ask for when it will end. I expected another laugh. It was clear that <<ncov2>> enjoyed this. Not just my suffering, but the exercise. Joining me on my second lap, she finally stopped keeping up with me by the third. That's when she sped up. Having been a couple of laps behind, apperently she felt it was necessary to catch up. Which is why by the time I had finished my fifth lap, she had caught up, now five laps herself. Then she matched my pace.
That's not what I got.
Time almost felt like it slowed down, the force of her fist pressing into my ribcage. My ribcage doing it's best, but failing under the sheer pressure her knuckles exerted. And so, they cracked. Her fist didn't stop. It was a strange feeling. I had never felt my insides before, but now I could. Accutely. Painfully. The wind rushing as I sailed through the air was nice, although it did not make up for the crash into the wall, as I felt multiple other bones strain, fighting to stay together. In the end, I was on the ground, back to the wall, barely able to breathe.
<<cov2>>Calm down.<</cov2>>
<<ncov2>> said. I almost didn't hear her, from how composed she was. As if she hadn't just broken my body.
<<me>>What-AAaarggghhhhh.<</me>>
I groaned. I tried to yell, but that was just painful.
<<cov2>><<nme>>, you're leaking aura right now. I need you to contain it.<</cov2>>
She said, matter of factly. I stared at her, trying to convey my anger with my eyes, since clearly my mouth wasn't able to.
<<cov2>>Every second of aura leaked is another chance that a Templar can find you. Contain it.<</cov2>>
It took everything in my power to focus on the message, and not the messenger. I took my focus off of her, and tried. I could feel the energy streams opening, a deluge of aura steaming from all over my body. But only just. The pain I was feeling was overwhelming.
<<cov2>>Another chance for a Templar to find Emily, and us. CONTAIN IT!<</cov2>>
I tried again, but as I felt the pain flare up, overwhelming my ability to concentrate, I heard a dissapointed sigh. <<ncov2>> stood up.
<<cov2>>Well that was pitiful. We're done for today, you can leave.<</cov2>>
She said, turning around to walk away, leaving me laying there on the floor, groaning in pain. I sat there, minute after minute, wondering if this was where I was going to die. But as each minute passed, the pain lessened. Slowly, but surely. I looked down, a rip in my shirt showing the massive bruising, likely internal bleeding, fading away. My lungs, filled with what felt like acid. Then with water. Then, finally, air. All in the span of twenty minutes.
I laid there for another ten. Even though the pain was gone physically, my brain still hadn't registered it. Still, I couldn't just stay here. I stood up, slowly, testing my body, making sure the pain truly was gone, even if the memory was still very fresh. I looked around, feeling strangely exposed in the large, and made my way back to the familiar hallway. Making my way to the entrance, I flinched as I saw <<ncov2>>. She didn't see me, here eyes focused... somewhere far away. Still, as I looked at her, the fear quickly evaporated, making way for the anger.
<<me>>What the fuck was that?!<</me>>
I yelled. She blinked, but didn't look at me.
<<me>>Seriously, what's your fucking damage?!<</me>>
<<cov2>>You're standing, aren't you?<</cov2>>
She asked, not looking at me. The anger in me swelled at her lack of concern.
<<me>>Oh, well that's just great! You break my fucking ribs, leaving me in a pool of my own blood, and then I'm the asshole for being pissed.<</me>>
<<cov2>>Hey!<</cov2>>
She was on her feet quicker that I could react, her eyes locked onto mine.
<<cov2>>Did you think this would all be easy? You could just come in here, waltz through all your lessons, everything would be fun and games? Well it's not!<</cov2>>
I didn't back down.
<<me>>What the fuck does that mean? When did I say it was going to be easy? I found out about all this bullshit by almost fucking dying at the hands of some Templar. I never once thought this would be easy. I did think that my own fucking allies wouldn't try to kill me!<</me>>
That seemed to soften her up, as a sliver of guilt appeared on her face.
<<cov2>>W-well, like I said, you're standing.<</cov2>>
<<me>>Oh, go fuck yourself. If this is how you guys train, then it's no fucking wonder that your last mage-<</me>>
The wind was knocked out of me as I felt my back hit the wall, although I couldn't do anything to remedy it, as <<ncov2>>s elbow was pressed firmly on my throat. Her eyes, once faraway, were now focused on mine, hot rage burning behind them.
<<cov2>>Don't say another fucking word.<</cov2>>
I coughed as the pressure was released slightly. The anger, however, remained.
<<me>>Or what, <<ncov2>>? You gonna kill me?<</me>>
<<cov2>>Shut the fu-<</cov2>>
<<cov1>><<ncov2>>! Let him go!<</cov1>>
<<ncov1>> yelled, appearing beside both of us. The womans eyes blinked, surprised at the sudden appearence of her friend, tossing the glare her way. After a few moments of them staring at each other, she let me go, turning around and marching down the hallway.
<<cov1>>Are you ok <<nme>>?<</cov1>>
I coughed, trying to regain my breath. After a moment, I responded.
<<me>>No thanks to her. Did you know she was going to fucking break my bones?<</me>>
Her shocked face told me she didn't. She sighed, her hand covering her face.
<<cov1>>That wasn't exactly the plan.<</cov1>>
<<me>>I should fucking hope not.<</me>>
She sighed again, and walked over to one of the couches, tapping the spot beside her.
<<cov1>>Come here.<</cov1>>
I huffed, anger still brewing in me, but as I looked down at <<ncov1>>, I shook my head, and took a seat.
<<cov1>>I know you're angry. She definitely went to far, and I'll be having a talk with her.<</cov1>>
<<me>>Good.<</me>>
<<cov1>>But! I want you to know, as much as it doesn't... didn't feel like it. What she did, she did out of love.<</cov1>>
<<me>>Ok, I may be new to all this, but I can't believe that that wa-<</me>>
<<cov1>>The last mage we trained was her brother.<</cov1>>
My train of thought stopped.
<<me>>W-what?<</me>>
<<cov1>>A long time ago, when <<ncov2>> was still a fairly new witch, her brother, <span class="Cov4Text">Jacob</span>, showed signs of magic as well. So we taught him. And he was good. Even better than <<ncov2>>. But...<</cov1>>
I sat there, taking the information in.
<<cov1>>It wasn't even a fight with a templar. Some drunkard pulled a knife out, and stabbed <span class="Cov4Text">Jacob</span>. We were so sure of his abilities. But he got hurt. Badly. He would have been fine, but he couldn't control his aura. And the Templars found him.<</cov1>>
<<me>>Oh.<</me>>
I said, thinking about what she said in the product testing room.
<<cov1>>She wasn't... Ok, she was trying to hurt you, but-<</cov1>>
<<me>>God fucking damn it.<</me>>
I said, standing up.
<<me>>I get it.<</me>>
<<ncov1>> smiled up at me.
<<me>>I'm not happy.<</me>>
I said, pointing at her.
<<me>>God damn it.<</me>>
<<cov1>>Are you sure?<</cov1>>
<<me>>Yeah, I just have all this anger. Two seconds ago, it was righteous anger, and now it's not, but it's still there.<</me>>
That made her laugh, which did help calm me down.
<<cov1>>I'll talk to her. She might have done it for the right reason, but she went over the line.<</cov1>>
<<me>>Fine, fine.<</me>>
I said, the anger dissapaiting faster than I expected.
<<cov1>>So... Same time tomorrow?<</cov1>>
That made me chuckle, shaking my head.
<<me>>Yeah, sure.<</me>>
<<cov1>>Good.<</cov1>>
<<Button 'Leave the Hardware Store' 'Brighttown' '.contbut' '$scene to 0, $Time += 1, $story.mainstory += 1'>>I wasn't exactly sure what I was doing. I had some information from <<ndass>> that something was off, but still, it was a far call from trying to break into the deans office. Granted, breaking in was a strong word. The hope was she left her door unlocked, but still, as I sat in the bathroom, I was getting more anxious. Still, if nothing else, I had a decent excuse. After all, I lived with one of the faculty. I had a believable excuse.
It didn't stop the nervousness as I walked out into the empty halls. It was eerily quiet. Which suited what my goals was, but was unerving.
<<cain>>You're not exactly breaking into Fort Knox here.<</cain>>
<<ncain>> spoke up, appearing beside me as I walked down the hall. Even now, it was strange how... Embedded into my mind he was. If anyone else had shown up like him, I definitely would have been shocked. But for him, he's just... Always there. Even if he's not there.
<<met>>Well I'm still not supposed to be here.<</met>>
<<cain>>You would think you would be a bit more comfortable with these sorts of things by now.<</cain>>
<<met>>I'm not exactly familiar with... "These sorts of things."<</met>>
He chuckled as I raised my fingers to make quotation marks, even as I didn't speak out loud.
<<cain>>Well I don't think it will hurt to-<</cain>>
<<met>>Wait.<</met>>
I said, cutting him off. I crouched down beside the wall, as I turned my head, trying to listen. With varied success, as I heard <<ncain>> chuckle.
<<cain>>What is this, a movie? Why are you crouching?<</cain>>
<<met>>I... Shut up, I'm trying to listen!<</met>>
I thought, trying to suppress the heat that was entering my cheeks. Shrugging it off, I was glad when <<ncain>> went back into my head, letting me listen. The halls were quiet, but as I kept my ears open, I could hear the soft sound of music coming from down the halls. It made me nervous, but I figured it might be worth trying to find out the source. Trying my best to move quietly, and thinking I was thankful <<ncain>> wasn't watching me move as he would have laughed again, I made my way to the noise. As I got closer I realized it was coming from the gym. I felt it was strange, as the gym did close when the college did, but I kept going. As I saw the entrance, I realized what the noise was. There, at the door, was a janitors cart with a radio playing music softly.
<<cain>>There's the noice Bond. Move in for the kill.<</cain>>
<<met>>Shut up!<</met>>
He chuckled again, as an idea crept up.
<<met>>It might be helpful. The janitor probably has keys, right.<</met>>
<<cain>>And you're thinking you could get a copy.<</cain>>
<<met>>Yeah. Not a bad idea, no?<</met>>
<<ncain>> sighed.
<<cain>>Not bad, I guess. Although, I would recommend trying to see if the deans office is unlocked first. If you don't need to expose yourself, then you should avoid it.<</cain>>
<<met>>Yeah, that's sma-<</met>>
I was cut off by a grunt coming from inside the gym.
<<met>>What, is he working out midshift?<</met>>
<<cain>>Boss makes a penny and what not.<</cain>>
<<met>>Ha. Yeah, fair enou-<</met>>
<<say '???' 'images/character icons/One Time/Janitor.png'>>You like that, don't you?<</say>>
I stopped in my tracks.
<<cain>>Or maybe our dear janitor is getting a different kind of workout.<</cain>>
<<met>>No way.<</met>>
I say, getting closer to the door. I peek inside, and my eyes widen.
<<cain>>Oh buddy.<</cain>>
The janitor was naked, his outfit on the floor beside him. He was kneeled over one of the workout machines, sniffing the seat, his dick in his hands.
<<met>>Oh, well that's fucking gross.<</met>>
<<cain>>Hmm.<</cain>>
I start to walk away, before getting stopped by <<ncain>>.
<<cain>>Well hold on now.<</cain>>
<<met>>What do you mean hold on. I don't want any of this.<</met>>
<<cain>>Ok, get over the old man dick, and think rationally.<</cain>>
<<met>>What do you mean?<</met>>
<<cain>>What did you suggest two seconds ago?<</cain>>
I paused, thinking back.
<<met>>What, getting his ke-<</met>>
I stop, and look back at the door.
<<met>>Oh.<</met>>
<<cain>>You don't just need to borrow the keys. With this, he'll give you the spares happily.<</cain>>
<<met>>I... Fuck it.<</met>>
I thought, pulling out my phone. I pointed it to the janitor, and began filming.
<<say 'Janitor' 'images/character icons/One Time/Janitor.png'>>Yeah, you little minx, take my cock!<</say>>
I tried to hold my disgust as the old man continued jerking himself off as he continued licking the seat. After a minute, and a very disgusting ending, I stepped back.
<<met>>Well, I may not be as quick as you, but let it never be said that I'm dumb.<</met>>
I thought at <<ncain>>, as I made an email, attached the video, and set it to autosend to <<nmom1>> in an hour.
<<cain>>Now you're getting it.<</cain>>
<<met>>Yeah, yeah, let's go blackmail this old perv.<</met>>
<<linebreak>>
I gripped the handle, and was slightly satisfied as it didn't turn.
<<cain>>Never let anyone tell you blackmail doesn't work.<</cain>>
I shook my head as I pushed the key into the door. The whole thing went down fairly quickly. The old man was incredibly embarrassed. Even if I hadn't told him that I had set an email to autosend in case he tried something, I think he would have acquiesced purely from shame.
<<met>>I think the moral issue is more relevant, but I digress.<</met>>
I looked around the office.<<if hasVisited("DAss: 1-2")>> I had been here before, with <<ndass>>. She had swallowed my cum in here, and here I was, breaking in. Oh well, in for a penny.<</if>>
<<met>>Alright, let's see.<</met>>
I sat down at the chair, and opened the laptop. My worries melted, as it opened up, no password in sight.
<<cain>>Too much trust in old perverts.<</cain>>
<<ncain>> chuckled, as I went through the files. I spent a good 30 minutes, with not much luck. Until I found an email between her and her husband, in the deleted section of her email.
<div style="background-color: #dae5ed; font-family: Roboto; color: black; padding: 3em">$dean.name,
I know you're mad about my moving of the funds, but I do hope you'll look at these numbers, and see that it will work out in the end.
<<linebreak>>
Isaac,
Call me. Right now.</div>
<<met>>Hmm.<</met>>
I downloaded the file attached, and... Well, they were numbers and words. I wouldn't be able to make sense of this at all.
<<met>>If only I had a banker's wife on a leash attached to my cock.<</met>>
I smiled, as I made a copy of the file, and closed everything, trying to leave no place.
<<cain>>I have to imagine a leash on your cock would not feel nice.<</cain>>
<<linebreak>>
<<me>>About time. Alright, what do they mean?<</me>>
I asked <<nbankm>>, as he walked back into the living room.
<<bankm>>Sorry sir. It would have been easier with...<</bankm>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/21.webp">\
He trailed off as his eyes drifted to his wife between my legs, my cock lodged deep in her throat. I had a firm grip on her hair, and spent the last 40 minutes watching TV while fucking <<nbankw>>s face.
<<me>>Oh, right, sorry.<</me>>
I said, pulling on <<nbankw>>s hair, slowly pulling my cock out. As I finally got it all out, she took a deep breath, her eyes teary, her makeup messy, and her face covered in saliva. She was catching her breath, but even through all that, she looked back at <<nbankm>>.
<<bankw>>When my bull needs to use my throat, there is no other job more important.<</bankw>>
She glared at him, before turning to me.
<<bankw>>I'm sorry sir. I'll make sure to correct him tonight.<</bankw>>
<<me>>That's a good bitch. Now, back in your throat.<</me>>
<<bankw>>Thank you sir.<</bankw>>
She said, slowly taking my cock back into her mouth, pushing it into her throat, her tongue moving along my cock. I grabbed her hair again, and began pumping into her face again.
<<me>>You heard your wife, cuck. Now, what does it mean.<</me>>
<<bankm>>Essentially, it's a ledger showing money being moved.<</bankm>>
<<me>>Hmm. Ok, well, there's gotta be something interesting there.<</me>>
<<bankm>>Well, somewhat.<</bankm>>
He said, putting his laptop on the table. Throughout the conversation, the constant //gluk-gluk// of <<nbankw>>s throat being invaded.
<<bankm>>The money did come from a personal account. At first. Money going out, and then after a while, more money going in. The interesting part is the last time, the money didn't come from a personal account. It came out of the business account for the college. And when it came from there, the amount was substantially bigger.<</bankm>>
<<me>>Huh.<</me>>
<<bankm>>Now, I don't have enough information to-<</bankm>>
<<me>>Oh fuck, hold on.<</me>>
I grabbed <<nbankw>>s head with both hands, and thrusted forward.
<<me>>Swallow it all you dumb fucking whore.<</me>>
I grunted as I began blasting my load directly down <<nbankw>>s throat.
<<me>>That's a good little bitch.<</me>>
I continued pumping into her throat as I came.
<<me>>God, <<nbankm>>, your wife swallows cock like a fucking pro.<</me>>
<<bankm>>T-thank you sir.<</bankm>>
I grunted as I finished, shooting my last rope, before leaning back.
<<me>>Gah. Anyway, what were you saying?<</me>>
I said casually, as if I hadn't just used his wife's throat as a personal cum dumpster.
<<bankm>>O-oh. Right, like I said, I don't have enough information to know if the money transfers are illegal. It's certainly suspect, but you need more.<</bankm>>
<<me>>What do you need?<</me>>
I said, patting <<nbankw>>s hair.
<<bankm>>The other side of this transaction.<</bankm>>
<<me>>Ok, well, do you know who's on the other side.<</me>>
<<bankm>>Yes, that was what took so long. The account leads to one Kevin Lee.<</bankm>>
He paused. I kept staring at him, and shrugged.
<<bankm>>Kevin Lee is a council member.<</bankm>>
<<me>>Oh. Ok.<</me>>
I sat back, enjoying the feeling of my softening cock in the mouth of <<nbankw>>. I nodded, then looked at him.
<<me>>Alright, good job <<nbankm>>.<</me>>
He smiled, his back straight, pride in his face.
<<me>>You've earned a reward.<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/22.webp">\
I said, kicking his wife off of me, and I stood up.
<<bankm>>O-oh. I-<</bankm>>
His eyes wandered down to his wife on the ground. Before he could say anything, I leaned down, grabbing her by the hair, and began walking to his bedroom.
<<me>>Come on. You get to watch me cum in your wifes ass.<</me>>
<<bankm>>O-oh. Right.<</bankm>>
He stood up, and followed me, and his crawling wife who was moaning.
<<bankm>>Thank you sir.<</bankm>>
<<Button 'Sleep' 'BankW_Sleep' '.contbut' '$inv.image.pushUnique("images/Inventory/College Keys.png"), $inv.text.pushUnique("College Keys"), $keys.coll to 1, $scene to 0'>><<me>>As far as hints go, there have been better ones.<</me>>
I thought, as I went through social media.
<<cain>>If everything was easy, then it wouldn't be fun to solve.<</cain>>
I looked over to <<ncain>>, sitting on my desk, who was... filing his fingers.
<<me>>That's a weird thing to say, considering who you are. You literally brought the sins to me. Aren't they supposed to make my life easier. And stop filing your fingers... Your bones. It gives me fingernails on chalkboard vibes.<</me>>
<<ncain>> laughed at that, tossing the file over his shoulder.
<<cain>>Sure, but they come with their own problems, isn't that right.<</cain>>
<<me>>I guess.<</me>>
I shook my head as I pressed on.
<<cain>>Besides, how hard can it be. You have her name, <span class="BusiDText">$busid.name Solis</span>, you know she has a sister. You've found more with less before.<</cain>>
<<me>>I know, but usually... I don't know, she doesn't have anything. If <<nbusid>> has a sister, it's nowhere on her social media.<</me>>
<<cain>>Maybe they're just not close.<</cain>>
<<me>>Which is what makes it annoying. Because now I have to go through her friends list, and search their...<</me>>
I trailed off, as I had a thought.
<<cain>>Verbalize. I know you don't like it when I read your mind.<</cain>>
<<me>>Well, like you said. Maybe they aren't close. Maybe they don't share a name.<</me>>
<<cain>>Hmm. Different mothers, or married?<</cain>>
<<me>>Hmm. Well, <<nhospad>> said little sister, right? If she's younger, I doubt she's married.<</me>>
<<cain>>Fair point.<</cain>>
<<me>>Although I don't know how to proceed from there then.<</me>>
<<ncain>> tilted his head, mirroring my own tilt, as we sat there, thinking of how to proceed.
<<cain>>I think you're just gonna have to brute force it.<</cain>>
<<me>>Ugh, yeah, I think so.<</me>>
I shook my head, as I started going through <<nbusid>>s social media, and began finding family members. It was harder, as I had to find them, and then cross check shared contacts. Thankfully it didn't take too long, as I could cross off a lot of them, until I found one.
<<cain>>You found her?<</cain>>
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/02.png">\
<<me>>I think so. <span style="color: #80ff91">$busids.name Contreras</span>.<</me>>
<<cain>>Why do you think it's her.<</cain>>
<<me>>Because of this.<</me>>
I say, turning the screen to <<ncain>>.
<div style="background-color: #dae5ed; font-family: Roboto; color: black; padding: 3em"><img src="images/character icons/BusiDS.png" style="border-radius: 1em;height: 10%;width: 10%;float: left;margin-right:1em"><span style="font-weight: bold; font-size: 1.3em">$busids.name Contreras</span>
<<linebreak>>
Honestly, I'd have to give the Livington station jail to be a 2/5. Would not recommend.
</div>
<<cain>>Right. The argument.<</cain>>
I shrugged.
<<me>>That's my best guess. It would also explain why she's not mentioned in <<nbusid>>s socials.<</me>>
<<cain>>She didn't happen to mention why she went to jail.<</cain>>
<<me>>No luck. She just mentioned it was a one night stay.<</me>>
<<cain>>Huh. So, what are you thinking?<</cain>>
I sighed, as I digested what I was about to say.
<<me>>That I actually have a new avenue of investigation.<</me>>
<<cain>>Don't leave me in suspense.<</cain>>
I pulled up a page, and showed it to him again.
<<cain>><span style="color: #80ff8c;">Fernando Solis</span>. Oh. He's-<</cain>>
<<me>>A cop.<</me>>
That made <<ncain>> chuckle.
<<cain>>You know what this means, right?<</cain>>
I sighed, leaning back on my chair.
<<me>>Investigating a cop.<</me>>
<<cain>>Doesn't that sound like fun?<</cain>>
<<me>>Not really.<</me>>
<<if hasVisited("Side2-3")>><<cain>>Look at you. First with <<nassw>>, now with <<nbusid>>. Dipping your toes in both the criminal and law enforcement pool.<</cain>>
<<me>>Yeah, I'm //super// excited.<</me>><</if>>
I stared at my computer for a while more, before <<ncain>> tapped me on the shoulder.
<<cain>>Alright, don't despair.<</cain>>
<<me>>I just don't like the idea of going to prison.<</me>>
<<cain>>You're not gonna go to prison. Not if we make a plan.<</cain>>
<<linebreak>>
I walked into the police station, feeling as stiff as could be. I was here to commit a crime. How did it come to this?
<<cain>>Can you relax? Look, the plan is already going according to plan.<</cain>>
I felt <<ncain>> pointing towards the front counter. He was right, it was going according to plan, so far. At the counter stood a beautiful older woman. If it weren't the fact that she was wearing a uniform, I would have already hit on her. Still, that was the goal.
<<met>>Right. Let's hope the rest of the plan goes swimmingly.<</met>>
I walked up to the counter, and the woman didn't look up from the ledger she was going through.
<<say 'Cop' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Good evening, if you have a complaint to file, please-</span><</say>>
She started, before looking up at me, as the effects of Lust took over. After a moment, her serious face was replaced with a professional, but much happier one.
<<say 'Cop' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Hello sir. How may I help you?</span><</say>>
<<me>>Hi, I'm <<nme>>. What's your name?<</me>>
<<say 'Cop' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Officer Bradshaw.</span><</say>>
<<me>>Officer is an interesting first name.<</me>>
She laughed at that, before biting her lip, sizing me up.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Well, my name is Jessica... But you can call me Jess if you want.</span><</say>>
<<me>>It's a pleasure to meet you Jess.<</me>>
I said, extending my hand to her. She blushed, but took it, shaking it.
<<me>>Alright, so onto business. I'm here because I was thinking of becoming a cop.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Oh? We're always looking for... Applicants.</span><</say>>
She said, her eyes wandering down a bit.
<<me>>That's good to hear. I was wondering if I could get a tour of your station.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">O-oh...</span><</say>>
She said, looking around. The station was fairly small, so there wasn't anyone else around.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">I... If you want a tour, you should probably come back a-</span><</say>>
<<me>>And here I was hoping to get a tour from the hottest cop in the city.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">O-oh!</span><</say>>
She blushed, brushing a hair behind her ear. She was clearly not used to this kind of treatment, and in addition to the effects of Lust.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">I... Don't know if-</span><</say>>
<<me>>How about this Jess.<</me>>
I said, leaning into the window, whispering. She mimicked me.
<<me>>You give me a tour, and we can maybe have some fun. How does that sound? My guess if finding guys who aren't intimidated by your job is a bit hard.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">it is.</span><</say>>
She admitted, barely above a whisper.
<<me>>That must be so hard. Not being able to get any... Release.<</me>>
She melted at my words.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">So hard.</span><</say>>
<<me>>I can fix that Jess. I can give you what you need.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Y-yeah, ok.</span><</say>>
She smiled, nodding. She backed up from the desk, and opened a door to the side.
<<me>>That's a good girl.<</me>>
I said, wrapping my arm around her waist.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Mmmm.</span><</say>>
She moaned, enjoying my touch.
<<me>>So, why don't you give me the tour?<</me>>
<<linebreak>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">We shouldn't be in here.</span><</say>>
She said in between her moans, as I played with her tits through her uniform.
<<me>>What's wrong Jess? Never thought about fooling around in the boss' office?<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">It's so wrong!</span><</say>>
She said, excitement on her lips. I pushed her into the office.
<<me>>You never imagined your boss in here, giving you some naughty order?<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">God no.</span><</say>>
I paused for a moment, before she continued.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">The chief is a 60 year old man with a bulging gut.</span><</say>>
I smiled.
<<me>>Well you have a new chief for tonight. Me.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Oh?</span><</say>>
<<me>>And for my first order. Get your clothes off.<</me>>
<img class="rightimg" src="images/Characters/Misc/Random Girls/13.webp">\
She moaned, before saluting.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Yes sir.</span><</say>>
She began to slowly strip out of her uniform, until she was naked. I smiled, and pulled out the desk chair, taking a seat.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Your next order, sir?</span><</say>>
<<me>>I'm going to need Officer Bradshaw to polish my nightstick.<</me>>
I grunted, pulling my cock out. Jess sank to her knees, her eyes locked onto my cock, as she slowly lowered her mouth.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Sir yes sir.</span><</say>>
I grunted as I felt her mouth over my cock. I leaned back, enjoying her mouth.
<<cain>>Not to ruin the moment, but we came here with a goal.<</cain>>
<<met>>Right.<</met>>
I took a hold of Jess' head, and began fucking it. Although I did enjoy her mouth, and the sensation of having an authority such as a cop slobbering on my cock definitely scratched an itch I didn't know I had, <<ncain>> was right.
<<met>>Nicholson was definitely right about this.<</met>>
I thought, as I began delicately looking through the desk. The plan we had made did require some luck, but it was the best we had. The most important part was the chief she mentioned. An old guy, who had next to zero online presence. Which, we hoped would-
<<cain>>Bingo.<</cain>>
<<ncain>> spoke up, as I found a sticky note underneath the mousepad. An old man, probably technologically illiterate, in an empty station thanks to it being late at night, manned by a female officer? Everything was going according to plan.
<<me>>Fuck yeah.<</me>>
<img class="leftimg" src="images/Characters/Misc/Random Girls/14.webp">\
I grunted, and a moan from Jess brought me back to reality.
<<me>>You're doing really good Officer Bradshaw. Your chief loves your throat.<</me>>
She moaned again, as I began typing in the username, then password, unlocking the laptop. It was a difficult balance. One hand on Jess' head, to make sure she wouldn't surface suddenly meant that I could work with only one hand. Still, I made sure to take my time, pumping slowly into the cops throat, until I finally found it.
<<met>>There we go. <span style="color: #80ff91">$busids.name Contreras</span><</met>>
I opened up her file, and began going through it. After a few moments, I found it. Misdemeanor possession of a controlled and dangerous substance.
<<cain>>Looks like we were right.<</cain>>
<<met>><span style="color: #80ff91">$busids.name</span> must have taken something from the hospital.<</met>>
I leaned back, happy I found what I was looking for, and fucking the face of the officer that was supposed to stop me. It was satisfying.
<<cain>>Any mention of the uncle?<</cain>>
<<met>>Hmmm....<</met>>
I went through the file, with little success. I looked around, and found a rolodex.
<<met>>Jesus this guy is old.<</met>>
I smirked, as I went through it, until finally...
<<met>>Fernando Solis.<</met>>
I copied the number down, and then went through his desk phones history, until I finally found it. Two weeks ago, and incoming call from Fernando Solis, the night <span style="color: #80ff91">$busids.name</span> was arrested.
<<met>>This cannot be going this well.<</met>>
I smirked, as I made a copy of the file, and the phone logs. Having what I need, I sat back.
<<me>>The chief is about to cum in your mouth officer Bradshaw. What do you say?<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">MmmmMm.</span><</say>>
She moaned, as I continued using her face. I could feel my balls tighten, and I shot my load down her throat. Rope after rope, until I pulled out, shooting the last few ropes directly into her mouth.
<img class="rightimg" src="images/Characters/Misc/Random Girls/15.webp">\
<<me>>That's it Bradshaw. Do your duty, and swallow your chiefs load.<</me>>
She moaned as I continued cumming. After a minute, I finally pulled out.
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Did I do good sir?</span><</say>>
She asked in a haze.
<<me>>You did. And if you continue to please your chief like that, a promotion is in your future.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Thank you sir!</span><</say>>
<<me>>Now kiss my balls as thank you for the meal, and get back to work.<</me>>
She smirked, and leaned down, placing a slow, sensual kiss on my balls, before looking up to me.
<<me>>How was that?<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">Better than I thought.</span><</say>>
<<me>>Well you definitely sold me.<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">On what?</span><</say>>
<<me>>I'm definitely going to become a cop.<</me>>
She smiled proudly, even if some of my cum was on her chin.
<<me>>I'm going to head out, it's late. But I'll definitely see you again, yeah?<</me>>
<<say 'Jessica' 'images/character icons/One Time/FCop.png'>><span style="color: #5280ff">I hope so!</span><</say>>
<<linebreak>>
I walked out of the station, balls lighter, and phone heavier... Kind of.
<<met>>Wow.<</met>>
<<cain>>Yeah, I'm not going to lie, that should not have gone that well.<</cain>>
<<met>>W-what the hell? This is where you say it was all part of the plan.<</met>>
<<ncain>> shrugged as I made my way down the road.
<<cain>>It was all part of the plan. But no plan survives first contact with the enemy.<</cain>>
<<met>>I think I prefer you cocky.<</met>>
<<cain>>I don't know what to say.<</cain>>
<<met>>Well, at least it went well. Now, onto...<</met>>
I sighed, as I thought about the next step.
<<met>>Onto the next step.<</met>>
<<Button 'Go home' 'LocationHub' '.contbut' '$Time to 4, $scene to 0'>><<bankw>>God yes.<</bankw>>
She said, grabbing the hot tub with both hands as she bent forward, giving me a look behind her. I stepped forward, hands moving to my belt, when I noticed how visible her pussy was. I reached down, and rubbed her aching hole, causing her to moan loudly.
<<me>>You fucking whore. Your pussy is dripping.<</me>>
<<bankw>>I can't help it sir. My pussy has been wanting your fat cock to fill it since the moment I laid eyes on you.<</bankw>>
<<me>>And you just wanted to show it off? Your suit is already kind of transparent, but your slut juices are making it completely see through.<</me>>
<<bankw>>It's all for you sir.<</bankw>>
I smiled, as I undid my belt, my semi hard cock bouncing onto her ass. I leaned forward, and began humping at her ass, my cock lodged in between her ass cheeks, causing her to moan.
<<me>>Is that the only reason bitch?<</me>>
<<bankw>>Please sir.<</bankw>>
She gasped, pressing back into me.
<<bankw>>Fill my holes with your cock.<</bankw>>
I smiled, and stepped backwards, pulling her swimsuit, if it could even be called that, to the side, and pushed my cock forward. As I felt her warm hole stretch around me, she let out a loud moan.
<<bankw>>OooOoooohhhhhh.<</bankw>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/18.webp">\
I smiled, and began pumping into her wet insides. I reached down, and began playing with her large tits, massaging them.
<<me>>Is that the only reason?<</me>>
<<bankw>>W-what?<</bankw>>
She asked, lost in thought as she felt my cock split her open.
<<me>>You said this was all for me. But I could have come and filled your bitch holes with my cock any time.<</me>>
I said, pumping into her slowly, teasing her slightly.
<<bankw>>Everything I do is for you sir!<</bankw>>
She gasped, feeling my cock press against her womb.
<<me>>So why this?<</me>>
I grunt, pulling back quickly, before thrusting back again.
<<bankw>>Because you deserve more.<</bankw>>
She moans.
<<bankw>>You're such a man sir. You own me, you own my pussy, my ass, my mouth and throat.<</bankw>>
I could feel her tighten as she spoke.
<<bankw>>And my womb. You aren't just our bull. You're everything.<</bankw>>
<<me>>That's fucking right whore.<</me>>
I grunted, hilting into her pussy again, grabbing her hair as a leash to stabilize myself as I began pumping into her harder, causing her to moan louder.
<<bankw>>My womb is yours to breed sir. I've always wanted a family, and <<nbankm>> and I even spoke of trying this year.<</bankw>>
<<me>>Do you want me to breed you?<</me>>
<<bankw>>God yes!<</bankw>>
She moaned loudly.
<<bankw>>The idea of that cuck... No, you're going to be the father to my children sir. The cuck will take care of them.<</bankw>>
I grinned as she spoke, pulling on her nipples.
<<me>>You're going to do that to your husband?<</me>>
<<bankw>>He's a fucking cuck! You're a man. My bull.<</bankw>>
<<me>>And would <<nbankm>> be ok with that?<</me>>
<<bankw>>Who cares? I'll make him be ok with it. He loves me.<</bankw>>
I groaned, my balls tensing up.
<<me>>He's your husband slut.<</me>>
<<bankw>>I don't care. I-<</bankw>>
<<bankm>>H-honey, sir!<</bankm>>
<<nbankm>> walked around the corner, seeing me balls deep in his wife.
<<bankm>>Honey, you're moaning too loudly.<</bankm>>
He said, sounding alarmed. <<nbankw>> stopped, and looked back at me, then him. I felt her hand reach back, and pushed me away. I raised my eyebrow, but pulled out of her. She moaned as she felt my cock slide out of her. Once I was out, she walked over to <<nbankm>>, and kicked him in the balls.
<<bankw>>My bull is fucking me cuck.<</bankw>>
She hissed at <<nbankm>>, as he doubled over on the ground. After a few moments, he knelt up.
<<bankm>>P-please honey, just be a bit more quiet.<</bankm>>
<<nbankw>> glared at him, before shaking her head.
<<bankw>>Fine. But you'll be punished later.<</bankw>>
She growled at him, grabbing his chin and facing him towards me, before turning to me, smiling. She walked to the edge of the hot tub, and sat back on it, spreading her legs and pushing my cock back inside her, moaning loudly as I entered her again. After a moment, she opened her eyes, staring deeply into my eyes.
<<bankw>>I love you sir!<</bankw>>
She moaned, a slight whimper coming from <<nbankm>>. She wrapped her legs around my hips, and I began slowly pumping again, my orgasm quickly approaching again.
<<bankw>>I love you so much sir.<</bankw>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/19.webp">\
She leaned forward, taking my lips with hers, as we shared a sensual kiss as I fucked into her. After a moment, I slapped her ass, pulling my lips away.
<<bankw>>That's why I invited you here sir. Because I want to keep you for myself, but I know that's not what you want.<</bankw>>
<<me>>And what do I want slut?<</me>>
<<bankw>>To fuck my whore friends. Fill them with your cum. Make their husbands cuckolds, just like that pathetic cuck over there.<</bankw>>
I groaned.
<<me>>So you served them up for your owner to fuck.<</me>>
<<bankw>>Yes sir!<</bankw>>
She said, kissing my neck.
<<bankw>>You need a whole kennel of bitches.<<if hasVisited("BankC:6-1")>> <<nbankm>> told me about <<nbankc>>. How you domesticated the little dyke.<</if>><</bankw>>
<<me>>Good girl.<</me>>
I felt her insides tighten, and begin to twitch, as my thighs got covered in her juices, her orgasm overtaking her.
<<bankw>>T-thank... You siiIIiIiIRRrrrR!<</bankw>>
She moaned loudly, to the dismay of <<nbankm>>, who was watching his wife orgasm over my cock. I groaned, as her orgasm pushed me over the edge, as I began blasting rope into her.
<<me>>Such a fucking good bitch.<</me>>
I groaned, slapping her ass as I shot my cum directly inside of her.
<<bankw>>I am sir! I'll bring you all of my friends to fuck! You deserve to fuck them all!<</bankw>>
She moaned, her nails digging into my back.
<<bankw>>Fill them all with your warm cum sir!<</bankw>>
I groaned, as I felt my orgasm end. I sighed, and let go of <<nbankw>>, letting her fall onto the hot tub, then slide down onto the ground.
<<bankw>>Thank you for seeding your bitch slut.<</bankw>>
<<me>>You're welcome slut.<</me>><<if $fet.piss is 1>>
I groaned, before looking down at her.
<<me>>Your owner needs to piss whore. What are you going to do about it?<</me>>
She slowly opened her eyes, confusion in them. However, it only took a few seconds before she understood. She nodded, and slowly opened her mouth, sticking her tongue out. I smiled, petting her head, causing her to moan, as I placed the head of my cock onto her tongue, her mouth latching onto my cock. After a second, I sighed, letting my bladder go. The stream of piss entered her mouth, and she began swallowing.
<<me>>She makes a good urinal.<</me>>
I groaned, looking over to <<nbankm>>, who was watching his wife swallow my piss.
<<me>>She's an obedient bitch.<</me>>
We sat there for a minute, the only sounds were <<nbankw>> gulping every time I filled her mouth. After a few moments, I finished, and pulled my cock out. She smiled up at me.
<<me>>Good girl.<</me>><</if>>
<img class="rightimg" src="images/Characters/Town/Bank/Wife/20.webp">\
I smiled, before pulling my cock up, putting it back into my pants. I walked away, leaving the two of them on the ground.
<<bankw>>Come here cuck.<</bankw>>
I heard <<nbankw>> say.
<<bankw>>My bull left you some dessert.<</bankw>>
I shook my head, walking back to the table. The two men looked at me with what could be called fear, as they saw how their wives looked at me. Pure lust and desire.
<<say 'Andrew' 'images/character icons/SubH1.png'>><span style="color: #b06bff;">I... Is <<nbankw>> ok?</span><</say>>
<<me>>Oh, she's great. Why?<</me>>
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">She was...</span><</say>>
He started, before trailing off.
<<say 'Alonzo' 'images/character icons/SubH2.png'>><span style="color: #b06bff;">She was quite noisy.</span><</say>>
<<me>>Oh. Yeah, don't worry.<</me>>
I said, looking at both <<nsub3>> and <<nsub2>>.
<<me>>She loved every second of it.<</me>>
<<sub2>>Of... You fixing the hot tub?<</sub2>>
She asked, barely above a whisper.
<<me>>It's a very... involved procedure.<</me>>
I looked at them both again.
<<me>>Something I'll be sure to show you both.<</me>>
<<sub3>>Ok.<</sub3>>
<<nsub3>> said, out of breath. I smiled at her.
<<me>>Well ladies, <<nbankw>> will be giving you my number. You gals make sure to send me a text when you need me to satisfy any... needs you have.<</me>>
I said. All of them were speechless, so I made my way to the back door.
<<me>>Whoops.<</me>>
I said, reaching down and pulling my zipper up, before I left the backyard.
<<Button 'Head out' 'BankW' '.contbut' '$bankw.percent += 2, $Time += 1, $bankw.scene.deleteFirst(4), $bankw.scene.pushUnique(5), $event.bankw to 0, $bankw.sub +=1, $bankm.sub +=1, $scene to 0, $sub2.met to 1, $sub2.percent += 2, $sub3.met to 1, $sub3.percent += 2'>>I walk into the bank quite confident with myself. It did make me smile when I thought back on when I first entered the building, with the goal of "dominating" someone with power. Even if it wasn't too long ago in the grand scheme of things, it did feel like ancient history. Still, I wasn't here for no reason. I was invited by <<nbankw>>, and considering what was waiting for me the last time I accepted one of her invitations, I was interested.<<if $bankc.loc is "bank">> I saw an excited look from <<nbankc>>, but before she could make a move to greet me, I put my hand up. I wasn't here for her, as I made my way to the offices.<</if>> As I approached <<nbankw>>'s office, I raised my hand to the knob, before hearing my name.
<<bankw>><<nme>>!<</bankw>>
I turned around, and saw <<nbankw>> approaching me from down the hallway, which I recognized to be <<nbankm>>s office. I took a moment to appreciate her. Ever since I had taken the roll of her bull, her outfits definitely got... Well, whorish is the word I'll use. They were still professional, but definitely verging on the edge of that, and inappropriate. I appreciated it, as she almost tackled me, grabbing my shirt and pulling me into a deep kiss. I gladly reciprocated, meeting her tongue with mine. She began moaning as we made out, lifting her leg and wrapping it around my waist. Not to be outdone, I slapped her ass hard, leaving my hand on her ass, massaging it, and grabbed her leg with my other hand, getting a feel of her legs. It only took a moment before I felt <<nbankw>> begin to rub her crotch against mine. However, before we pushed it any further, she broke our kiss, looking deeply into my eyes.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/24.webp">\
<<me>>How is my bitch doing?<</me>>
<<bankw>>Much better now sir.<</bankw>>
She said, smiling as I continued massaging her ass.
<<bankw>>Although now I have another problem sir.<</bankw>>
<<me>>Oh?<</me>>
<<bankw>>One I'm hoping you can solve.<</bankw>>
She said, rocking her hips once more, pushing her panties against my crotch one last time, before lowering her leg.
<<bankw>>Business first sir.<</bankw>>
She said, grabbing my arm, wrapping her own around it, and brought me down the hall to <<nbankm>>'s office. <<nbankw>> grabbed the handle, and opened it, revealing a tired looking <<nbankm>>, who looked up in surprise as she saw me and his wife.
<<bankm>>O-oh! <<nme>>. What-<</bankm>>
<<bankw>>Shush.<</bankw>>
<<nbankw>> quieted her husband, and brought me into the office, closing the door behind us. She pushed me gently onto the couch, and I followed along, letting her take control of the situation. Clearly, I was meant to be along for the ride, and I wasn't about to interfere.
<<bankw>>So, <<nme>>, you've been with us for a couple of weeks now, now?<</bankw>>
<<me>>Sure.<</me>>
<<bankw>>And you've been doing a fantastic job in that time.<</bankw>>
<<nbankw>> said, moaning lightly as she did, her legs spreading slightly.
<<bankw>>Which is why I suggested that-<</bankw>>
<<bankm>>Honey, I told you we would talk about it.<</bankm>>
<<nbankm>> interrupted <<nbankw>>, who didn't break eye contact with me. From the look in her eye, and the grin that slowly spread on her lips, this was all part of the plan.
<<bankw>>You're right honey.<</bankw>>
She said, turning around, bending forward and giving <<nbankm>> a kiss on his forehead. <<nbankm>> looked relieved.
<<bankw>>So let's talk about it.<</bankw>>
She took a step back, and kneeled in front of me, and started undoing my belt.
<<bankm>>H-honey, I think we-<</bankm>>
<<bankw>>I'm just getting ready for the chat.<</bankw>>
She said, not pausing for a moment as she pulled my pants down, and in one swift movement, pulled out my hard cock. She smiled, satisfied at getting it out, before flashing me a lustful look, only to quickly stand up, turning to face her husband.
<<bankw>>Sorry about that honey.<</bankw>>
She leaned back, grabbing my cock and, pulling her panties to the side, pushed the head of my cock inside her.
<<bankw>>Mmmmmaaaaaahhhh... That's better.<</bankw>>
She bounced on my lap a couple of times, her head facing the ceiling, moans escaping her lips, before finally turning down to face <<nbankm>>.
<<bankw>>Ok, let's chat.<</bankw>>
<<nbankm>>, clearly a bit uncomfortable, nodded slowly.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/25.webp">\
<<bankm>>I just... Don't know if it's a great idea honey.<</bankm>>
<<nbankw>> started bouncing on my cock, my cock slowly sliding out of her warm pussy, before getting enveloped again.
<<bankw>>Do you know what we're talking about <<nme>>?<</bankw>>
<<me>>Please, enlighten me.<</me>>
<<bankw>>Well I think-<</bankw>>
<<bankm>>Honey, we said we would talk about it first.<</bankm>>
<<nbankw>> paused for a moment, before looking back at me.
<<bankw>>I think you're so talented sir. I want you to work here.<</bankw>>
I tilt my head in confusion. <<nbankw>> smiled warmly, her bounces on my cock speeding up.
<<bankw>>Everything about you, sir, feels right. I want you in a position of power.<</bankw>>
I smile, and I reach up and begin massaging her breasts.
<<bankw>>If I could, I'd just have the cuck give you his job.<</bankw>>
<<bankm>>Honey, you-<</bankm>>
<<bankw>>But you probably wouldn't want it. It's a lot of paperwork sir, and you-<</bankw>>
She began bouncing faster, moans coming from her mouth.
<<bankw>>You would be wasted stuck in this office.<</bankw>>
I begin lifting my hips up, fucking into her.
<<bankw>>Fuuuccckkk, yyeeeeesssss!<</bankw>>
<<nbankw>> moaned, as I felt the walls of her pussy begin to twitch, doing their best to milk my cock as she was hit with an orgasm.
<<bankw>>YYYeeessss, yooouu'rrreee sooo biiggg siiiirrr!<</bankw>>
I kept fucking her as she came, enjoying the sensations of her pussy on my cock. After a minute, she finally caught her breath.
<<bankw>>L-like I said sir, everything you do is perfect...<</bankw>>
She said, leaning back into my chest, even as she continued bouncing lightly.
<<me>>So what's the job then?<</me>>
<<bankw>>Well, y-<</bankw>>
<<bankm>>We still need to discuss it.<</bankm>>
<<nbankm>> interrupted, which made <<nbankw>> roll her eyes, before looking back at her husband.
<<bankw>>That's true. We needed to discuss it.<</bankw>>
<<nbankw>> leaned forward, before standing up, her warm pussy slowly sliding off my hard cock, covered in her juices.
<<bankw>>Mmmmm.<</bankw>>
She moaned lightly, before stepping forward to the desk that <<nbankm>> was sitting behind. Her eyes were locked to her husbands, as she slowly bent forward, hands on the desk, offering her wet pussy. I smiled, understanding the message, and made my way behind her to the desk, and slowly pushed my cock inside her again.
<<bankw>>God, your cock is so fat sir.<</bankw>>
She looked back at me. I leaned forward, planting a sensual kiss on her lips. We stayed there for a few moments, my cock pressed against her cervix as I made out with her, until I pulled back, and began fucking her. She smiled, moaning, before turning back to <<nbankm>>.
<<bankw>>So let's discuss it.<</bankw>>
<<Button 'A frank discussion' 'BankW: 5-2' '.harem' '$f to 1'>><<asswgfbf>>H-hey man.<</asswgfbf>>
<<nasswgfbf>> answered the door with the exact amount of enthusiasm I expected. After all, like the text said, this wasn't exactly his idea. And seeing how sadistic <<nasswgf>> was becoming with her supposed boyfriend, I figured I was in for a fun time.
<<me>>Hey buddy!<</me>>
I said, slapping his shoulder and walking into the apartment, treating it much like I would my own.
<<me>>Thanks again for inviting me! Even if I don't really watch basketball, hanging out with one of my sluts boyfriends is good.<</me>>
<<asswgfbf>>W-well, I don't think you should call-<</asswgfbf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/21.png">\
As if on cue, <<nasswgf>> walked into the entrance hallway, wrapping her arms around my neck, leaning forward and taking my lips with hers. I reached down, placing my hands on her ass through the skirt she was wearing, squeezing her cheeks. She moaned into my mouth, before pulling back.
<<asswgf>>It's fine <<nasswgfbf>>. Just another inside joke between two great best friends, no?<</asswgf>>
<<me>>Absolutely!<</me>>
I said, slapping her ass loudly, eliciting another moan from her.
<<asswgfbf>>R-right.<</asswgfbf>>
<<nasswgf>> turns to her boyfriend, giving him an expectant look as I move towards the couch. As I sit down, <<nasswgfbf>> walks over and offers his hand to shake.
<<asswgfbf>>Hey man, I've apparently be-<</asswgfbf>>
He was interrupted by <<nasswgf>> clearing her throat. <<nasswgfbf>> bit his lip.
<<asswgfbf>>I was being an asshole to you. It was just dumb jealousy. But any man who is able to make my girlfriend happy is good in my books.<</asswgfbf>>
Although the words he said sounded sincere, the way he said them were stilted and forced. I was able to guess why. I shrugged, and took his hand, shaking it.
<<me>>Not a problem buddy.<</me>>
I said, as <<nasswgf>> smiled, walked over to the couch and sat right beside me, her body pressed against my side. I draped my arm around her, giving her ass another slap, earning a yelp from the girl.
<<me>>As far as I'm concerned, you're all right. After all, you do all the good boyfriend shit, so me and her can have plenty of fun.<</me>>
<<nasswgf>> moaned, her hands roaming my chest as I shook her boyfriend's hand.
<<asswgfbf>>Right.<</asswgfbf>>
<<me>>So, who's playing?<</me>>
<<asswgfbf>>The wa-<</asswgfbf>>
<<asswgf>>Mmm, you don't have to worry about that.<</asswgf>>
She said, leaning towards me, our lips locking again. I felt her tongue mash against mine.
<<asswgf>>MMmmmmmMMm.<</asswgf>>
<<nasswgf>> moaned, slowly kicking her feet up, until she straddled my lap. We continued making out, our tongues exchanging saliva, as I reached down and placed my hands on her ass again. We continued to make out for a while, before I reached up and undid one of the buttons on her blouse, reaching inside, getting my hand inside.
<<asswgf>>Oh fuck, yes, play with me <<nme>>.<</asswgf>>
<<nasswgf>> moaned as I reached under her bra, and began massaging her tits. I leaned forward and met her lips with mine again, wanting to taste her again as I began playing with her nipples. I slowly pulled on then, giving them light squeezes, causing her to moan and squeal on my lap. After a few minutes, <<nasswgfbf>> spoke up.
<<asswgfbf>>H-hey, shouldn't we be watching the game?<</asswgfbf>>
We kept making out for a few more seconds, before <<nasswgf>> pulled back.
<<asswgf>>You're so right.<</asswgf>>
She said, slowly getting off my lap. As she did, I saw a strand of her juices break off from my pants, revealing a wet spot on my pants.
<<asswgf>>Oh my god, <<nme>>, I am so sorry.<</asswgf>>
<<nasswgf>> said, leaning forward and giving the wet spot caused by her pussy juices a long, slow lick, as I felt her tongue run down my cock through my pants.
<<asswgfbf>>B-babe, I don't thin-<</asswgfbf>>
<<asswgf>>Didn't you say to watch the game?<</asswgf>>
She snapped at her boyfriend, before giving the wet spot a light kiss, my cock twitching from her lips through the pants.
<<asswgf>>Aren't you going to offer your guest a beer?<</asswgf>>
<<asswgfbf>>I... It can wait for th-<</asswgfbf>>
<<asswgf>>Now!<</asswgf>>
<<nasswgfbf>> nodded, standing up to head to the kitchen. As he did, <<nasswgf>> smirked looking at me, giving my lips a quick peck, before reaching into a basket beside the couch, and pulling out a blanket. As <<nasswgfbf>> walked back into the room, we both watched as <<nasswgf>> placed the blanket over my lap.
<<asswgf>>There we go.<</asswgf>>
<<asswgfbf>>Here you go.<</asswgfbf>>
<<nasswgfbf>> handed me the beer, before turning to his girlfriend.
<<asswgfbf>>I don't think he minds the... wet spot that much.<</asswgfbf>>
<<asswgf>>It's the least I can do to say sorry for my wet pussy staining his pants.<</asswgf>>
She said, her voice dusky. She leaned forward, kissing my neck.
<<asswgf>>God, you make my pussy so fucking wet for you baby.<</asswgf>>
<<nasswgfbf>> coughed. <<nasswgf>> gave him a quick glare, before leaning back, and reaching up to her hair, and began tying it into a ponytail.
<<asswgf>>Besides, I don't want to distract you two from the game.<</asswgf>>
<<asswgfbf>>W-what do you mean distract you.<</asswgfbf>>
<<nasswgf>> licked her lips, and slowly lowered herself onto her knees, running her hands down my legs, reaching down to the hanging blanket, lifting it.
<<asswgf>>Well I'm going to try and fix it.<</asswgf>>
<<asswgfbf>>What? How are you going to fix it?<</asswgfbf>>
<<nasswgf>> smiled at her boyfriend.
<<asswgf>>By sucking, of course.<</asswgf>>
She said, throwing the blanket over her head, the lump it caused moving slowly up to my lap. I felt her hands reach forward and start undoing my zipper.
<<asswgfbf>>I don't think you're going to be-<</asswgfbf>>
<<me>>Hey man, I think we should give the slut a chance to suck me off... My pants, I mean.<</me>>
<<nasswgfbf>> was speechless for a moment.
<<asswgfbf>>Babe, it's not-<</asswgfbf>>
<<asswgf>>Shut the fuck up and watch the game.<</asswgf>>
She snapped at her boyfriend and I felt her hands pull down on my pants, my cock lifting out of my pants. She moaned at seeing it.
<<asswgf>>Watch the game babe. I have to fix the mistake for our guest.<</asswgf>>
<<nasswgfbf>> swallowed deeply, nodding lightly as he turned toward the TV.
<<me>>Don't worry <<nasswgfbf>>. I think our girl is-<</me>>
I groaned loudly as I felt my cock enter her mouth, slowly sliding in. I leaned back, taking a sip of the beer, and placed my hand on top of <<nasswgf>>s head over the blanket, pushing down. As I did, a very audible gagging came from <<nasswgf>>, but that didn't stop either me or <<nasswgf>>, as I continued pushing my cock down her throat.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/22.webp">\
<<me>>Fuck, she's such a good fucking slut, isn't she?<</me>>
I asked, mostly rhetorically, as I began fucking <<nasswgf>>s face slowly, the noises very audible even through the basketball game from the TV. At one point, <<nasswgfbf>> raised the volume, hoping to drown out the gags of his girlfriend.
<<me>>It's a bit too loud.<</me>>
<<asswgfbf>>Y-yeah, I just thought having it a bit louder mi-<</asswgfbf>>
As he spoke, I felt my cock quickly slide out of <<nasswgf>>s throat, before she stuck her head out of the blanket, making sure to keep my dick hidden. Both of us looked at her, saliva and my precum covering her lips, and her mascara running a bit from getting teary from the deepthroat.
<<asswgf>>If our guest wants the volume lower, then you lower it, right fucking now!<</asswgf>>
<<nasswgfbf>> gulped, nodding.
<<asswgfbf>>Is e-everything going ok down there?<</asswgfbf>>
<<nasswgf>> smiled, looking up at me.
<<asswgf>>No, I think I may be making more of a mess.<</asswgf>>
<<asswgfbf>>W-well, then you should stop befo-<</asswgfbf>>
I cut him off, grabbing her ponytail tightly, causing her to moan lightly.
<<me>>It's ok <<nasswgfbf>>. I think the slut should finish what she's doing.<</me>>
<<asswgf>>God, yes sir.<</asswgf>>
She moaned, slowly sinking underneath the blanket again, my cock slowly entering her mouth, then throat.
<<me>>That's a good little whore.<</me>>
I groaned, causing <<nasswgfbf>> to whine for a second, before turning back to the TV. Over the course of the next 30 minutes, the most audible thing that could be heard were gags and moans as I continued fucking <<nasswgf>>s face. Over the course of the first two quarters, I ramped up the face fucking, until I was pumping my entire shaft into <<nasswgf>>s throat. Her noises were getting louder and less ignorable, until finally, I gripped her head through the blanket firmly, and hilted in her throat.
<<me>>There we go slut, swallow it all for me.<</me>>
I groaned as I started blasting ropes of my cum directly into her stomach. I kept pumping, shallow and slowly, making sure to keep my balls pressed against her chin.
<<me>>Here slut, get a taste.<</me>>
I grunted, pulling out my cock, and shooting the last few ropes into her mouth.
<<asswgf>>God, yes! Fill my mouth baby!<</asswgf>>
<<me>>Take it you fucking whore.<</me>>
<<asswgf>>MmmmMMMmm.<</asswgf>>
She moaned as she locked her mouth around the head of my cock, letting my load blast all over her tongue. After a minute, she finally let go, sitting up.
<<asswgf>>Did I do a good job?<</asswgf>>
She asked, sounding awkward. I only realized a moment later that she still had my cum in her mouth.
<<me>>I like my sluts messy.<</me>>
She giggled underneath the blanket, and for a moment, it was quiet, before a series of very loud gulps came out from underneath the blanket. After a moment, <<nasswgf>> crawled out, looking as messy as before. She smiled at me, and slowly got up, walking over to <<nasswgfbf>>, leaning forward. <<nasswgfbf>> leaned backwards.
<<asswgf>>You're not going to take a kiss from your girlfriend?<</asswgf>>
She asked, her face feigning being hurt.
<<asswgfbf>>W-well, you were...<</asswgfbf>>
<<asswgf>>I was just cleaning his pants baby.<</asswgf>>
She said, placing her hand on <<nasswgfbf>>s face, giving him a warm smile.
<<asswgf>>Now give me a kiss.<</asswgf>>
<<nasswgfbf>>, still unsure, succumbed to the pressure, and began kissing <<nasswgf>>. He looked surprised for a moment, as I realized <<nasswgf>> pushed her tongue in. They made out for a few moments, before she grabbed his cheeks, squeezing them, forcing his mouth open. She pulled back slightly, and spit into his mouth.
<<asswgf>>Swallow baby.<</asswgf>>
<<nasswgfbf>> nodded, a gulp coming from him. <<nasswgf>> smiled, and let go of him, the earlier warmth completely gone, as she walked back over to me, lifting the blanket slightly. She slowly moved her body so she was sitting directly on top of my cock.
<<asswgf>>Mmm, so comfortable.<</asswgf>>
I reached forward, and began playing with her tits through her clothes. She smiled, but pushed away my hands. I was confused, before I watched her lean down, reaching beneath her skirt, then lean further down. As she leaned back, I realized she had taken her panties off, and she held them up, letting both me and <<nasswgfbf>> look at the very wet patch on the crotch, before she threw them to <<nasswgfbf>>.
<<asswgfbf>>B-babe?<</asswgfbf>>
<<asswgf>>Don't you want your girlfriends wet panties?<</asswgf>>
She asked, reaching underneath her and grabbing my cock, giving it a soft stroke as it was rapidly hardening again. She lifted herself a bit, the blanket covering both of our laps, and I felt the head of my cock press against her pussy, getting covered in her juices immediately.
<<asswgfbf>>I don't think th-<</asswgfbf>>
<<asswgf>>MMm, <<nme>>, do you want my wet panties?<</asswgf>>
<<me>>I'd love them.<</me>>
<<asswgfbf>>Wai-<</asswgfbf>>
Before he could respond, <<nasswgf>> had reached over and handed me her panties.
<<asswgf>>Do you like them?<</asswgf>>
She asked, and I reached up and pressed them against my nose. She smelled delicious.
<<me>>Your pussy juices smell delicious.<</me>>
She bit her lips, and slowly lowered her hips, my cock spreading open her hole.
<<asswgf>>OOooohhhh, thhaaaank you baaabbbyyy!<</asswgf>>
She moaned loudly, until my cock was hilted in her pussy.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/23.webp">\
<<me>>So fucking tight.<</me>>
<<asswgf>>Always for you!<</asswgf>>
She moaned, as she began bouncing lightly on my cock, the blanket still covering us. I looked over to <<nasswgfbf>>.
<<me>>There's still half of the game left right?<</me>>
<<asswgfbf>>Yeah.<</asswgfbf>>
<<me>>Good. So I can take my time.<</me>>
I grunted, as I began pumping my hips up lightly to time it with her bounces.
<<linebreak>>
<<asswgf>>YES, GOD YES!<</asswgf>>
<<nasswgf>> was bouncing much more on my cock, her screams getting loud as she had her third orgasm.
<<me>>I didn't know the slut liked basketball so much.<</me>>
I grunted as I pumped up into her warm holes, my orgasm quickly approaching from the twitching walls of her pussy massaging my cock.
<<asswgf>>I DO! I LOVE IT SO MUCH!<</asswgf>>
<<me>>You take it so well, don't you whore?<</me>>
I groaned.
<<asswgfbf>>The game's almost over.<</asswgfbf>>
<<nasswgfbf>> said, barely audibly. He looked incredibly defeated.
<<me>>Don't worry <<nasswgfbf>>, I'm almost finished.<</me>>
<<asswgf>>INSIDE ME! FINISH INSIDE ME BABY! I WANT TO FEEL IT!<</asswgf>>
<<me>>How does that sound, <<nasswgfbf>>?<</me>>
He looked up at me, then to his girlfriend, who was lost in ecstasy as she bounced on my lap.
<<asswgf>>HE DOESN'T MATTER. INSIDE, PLEASE!<</asswgf>>
<<me>>Well, you heard the slut.<</me>>
I groaned, and reached up, grabbing her shoulders, and pumped one last time, pulling her closely. I could feel her cervix as I began shooting my load, pressing the head of my cock right against it, filling her womb directly with my cum.
<<asswgf>>FuuuuuUUuuuck, it's sooo waaaarmmm!<</asswgf>>
She moaned, as she began twitching again, another orgasm hitting her as my warm cum filled her baby room.
<<me>>Take it bitch.<</me>>
<<asswgf>>Gggyyyyaaaaassss, thhhaanks siiirr!<</asswgf>>
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/24.webp">\
She slurred out as I continued using her body as my personal cum dumpster. I grunted, finally shooting the last rope, letting her go as both of us caught out breaths. As we did, I heard a voice from the TV say the game was over. I smiled, and slowly pulled my cock out of <<nasswgf>>, doing my pants quickly. Once I was more properly dressed, I pushed <<nasswgf>> forward, letting her fall forward onto the floor. She fell with her ass up, her skirt covering her gaping pussy, but not long enough to cover the mixture of our juices running down her legs. I stood up, took one last breath, and smiled as I noticed a small trail of cum dripping down her thigh. I reached over to <<nasswgfbf>>.
<<me>>Thanks for having me man. This was fun.<</me>>
I handed him the bottle, and stepped over his still twitching girlfriend on the floor.
<<me>>Clean up the mess. I'm heading home.<</me>>
<<Button 'Leave' 'Apartment' '.contbut' '$asswgf.percent += 1, $asswgf.scene.deleteFirst(4), $asswgf.scene.pushUnique(5), $event.asswgf to 0, $asswgf.sub +=1, $scene to 0, $Time += 1'>><img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/19.webp">\
<<asswgf>>YYYEeeeeEEsssSSSssssss dddaddddyyy!<</asswgf>>
She moaned out, as I felt her pussy begin to tense up, her back arching.
<<me>>Are you cumming already?<</me>>
I asked, chuckling a little. Sure, Lust definitely made women more sensitive, but even this was impressive. I let her ride out her orgasm as I made slow, methodical strokes into her pussy. Finally, after a couple minutes.
<<asswgf>>S-sorry. I jus-just... That was the right answer.<</asswgf>>
<<me>>You really want to be heard, huh?<</me>>
I said, slapping her ass, as my strokes into her tight, wet hole sped up.
<<asswgf>>I do!<</asswgf>>
<<me>>And I imagine that <<nasswbfsis1>> being here has something to do with it?<</me>>
<<asswgf>>Yes! She's for you!<</asswgf>>
I slapped her ass, and grabbed her hair, fucking her faster.
<<me>>Maybe you don't deserve a punshment then, slut.<</me>>
I asked, reaching down and grabbing her tits.
<<asswgf>>I do daddy. I need to be taught a lesson! Cum inside me daddy! Impregnate me!<</asswgf>>
I smiled, and slowed down again, making slow, deliberate pumps, causing her to moan, half in ecstacy, half in frustration.
<<me>>Why is she here then? I take it had something to do with your fight with <<nasswgfbf>>.<</me>>
She nodded.
<<asswgf>>Yes daddy. Ever since you've been giving me your cock, <<nasswgfbf>> has been a lot more obedient. But last night, he said something I didn't like.<</asswgf>>
<<me>>Oh?<</me>>
<<asswgf>>He wants me to be a stay at home mother while he makes his career.<</asswgf>>
<<me>>And?<</me>>
<<asswgf>>As if my goals aren't as important as his?<</asswgf>>
I gripped her hair tighter, and pumped into her hard, causing her to gasp and moan.
<<me>>And if I ask you to stay barefoot and pregnant in the kitchen?<</me>>
She moaned loudly, turning her head to flash me a smile.
<<asswgf>>Daddy knows what's best for me.<</asswgf>>
<<me>>Naughty whore.<</me>>
I slapped her ass, pumping into her again.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/F/20.webp">\
<<asswgf>>So naughty. Drown me in your load daddy.<</asswgf>>
<<me>>I'm not done. So what does <<nasswbfsis1>> have to do with anything?<</me>>
<<asswgf>>A lesson daddy.<</asswgf>>
I could feel my balls begin to tense up as I pumped into her wet, inviting hole.
<<me>>What lesson?<</me>>
<<asswgf>>That he should just be an obedient little cuck.<</asswgf>>
She growled, half moaning it out.
<<me>>And how does me fucking his little sister get that outcome?<</me>>
<<asswgf>>Because then he'll know. Every time he does something to piss me off, I'll invite someone he cares about over.<</asswgf>>
<<me>>Oh yeah?<</me>>
<<asswgf>>He'll learn his lesson with every whore you knock up.<</asswgf>>
<<me>>Fuck, I'm close.<</me>>
<<asswgf>>Cum inside me daddy. Impregnate me.<</asswgf>>
I grunted, and pushed my cock deep, pressing the head against her cervix, as I began shooting my load deep inside her.
<<asswgf>>God, yes! It's so fucking hot!<</asswgf>>
<<nasswgf>> yelled out, for our audience. I didn't stop her, as I held her closely, with her hair in one hand, and her perky breast in the other, as I shot rope after rope into her defenseless womb. After a minute, I sighed, and began kissing her neck.
<<asswgf>>I'm so full daddy.<</asswgf>>
She moaned, as I saw one of her hands reach down. I looked, and saw she was cradling her stomach, as it bulged out a little bit.
<<asswgf>>Mmmm, I can't wait until you actually knock me up daddy.<</asswgf>>
She said, rubbing her stomach and reaching up to kiss me. I met her lips with my own, making out as we stayed there. After a few moments, I finally pulled out.
<<asswgf>>Oh my fucking god, you stretch me out so good.<</asswgf>>
She moaned out, pressing her hand against her pussy, making her best effort to try to stop the cum from coming out. She smiled, and walked over to her closet, pulling out an oversized shirt, barely covering her ass and pussy in it. Before I could get dressed she walked out of the room. I followed her, and entered the living room as both <<nasswbfsis1>> and <<nasswgfbf>> stared at her. She didn't stop, just made her way to the kitchen. As I walked in, <<nasswbfsis1>>s eyes shot back to me, her cheeks rosy.
<<asswbfsis1>>What kind of project is it?<</asswbfsis1>>
<<me>>It's a mixture of physical ed and biology.<</me>>
<<asswbfsis1>>O-oh.<</asswbfsis1>>
I smiled, and walked over to the kitchen, to find something I didn't expect. <<nasswgf>> was in there, squatting, a cup right below her pussy, letting my cum drip out.
<<me>>What are you doing?<</me>>
She didn't respond, instead flashing me a grin.
<<asswgf>>Hey <<nasswbfsis1>>, do you want a snack?<</asswgf>>
<<asswbfsis1>>Oh, I-<</asswbfsis1>>
<<asswgf>>I have some delicious yoghurt you could try.<</asswgf>>
I shook my head, chuckling as I realized what her plan was.
<<asswbfsis1>>O-oh, well, I don't-<</asswbfsis1>>
<<asswgf>>Trust me, you'll love it. Won't she, <<nasswgfbf>>?<</asswgf>>
She asked, her question pointed. We both stood there for a few moments, the silence dragging on, before...
<<asswgfbf>>Yes babe.<</asswgfbf>>
<<asswgf>>That's right.<</asswgf>>
She smiled with satisfaction, bringing the cup up, and taking a smell of our combined juices, before walking out into the living room, and offering the cup to <<nasswbfsis1>>. She took it, looking up at <<nasswgf>>. She was wearing an incredibly revealing shirt, her hair a mess, with liquids pouring down her thighs. Then our eyes met, and she slowly took the cup.
<<asswbfsis1>>It's warm.<</asswbfsis1>>
She whispered, as she brought her nose down to smell it.
<<asswgf>>Trust me. Once you try it, you won't want to drink anything else.<</asswgf>>
She said, bringing her hand under the cup, pushing it up. <<nasswbfsis1>> took the hint, and opened her mouth, slowly letting my cum and <<nasswgf>>s pussy juices enter her mouth. She moaned as it touched her tongue.
<<asswgf>>That's a good girl.<</asswgf>>
<<nasswgf>>s eyes shot over to <<nasswgfbf>>.
<<asswgf>>Isn't she?<</asswgf>>
<<nasswgfbf>>s eyes froze, then looked down at his sister. He hesitated, before nodding.
<<asswgf>>Tell her.<</asswgf>>
<<nasswgf>> was making sure the lesson stuck, as <<nasswbfsis1>> was getting noisier as she swallowed our juices, moaning.
<<asswgfbf>>Sh-she's a g... Good girl.<</asswgfbf>>
<<asswgf>>Thank <<nme>>.<</asswgf>>
His eyes flicked over to mine, a look of defeat in his eyes.
<<asswgfbf>>Thank you.<</asswgfbf>>
<<asswgf>>For what?<</asswgf>>
<<asswgfbf>>For feeding my little sister.<</asswgfbf>>
<<asswgf>>That's right.<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/BFSis1/03.png">\
She said, as <<nasswbfsis1>> finished the cup. I looked at her, clearly lost in the feelings she was having as my cum slid down her throat. <<nasswgf>> leaned forward, and gave her a quick kiss on the lips, her tongue sticking out quickly to pick up some of the cum on <<nasswbfsis1>>s lips. Her eyes shot open, in surprise.
<<asswgf>>Wouldn't want to waste any.<</asswgf>>
<<nasswbfsis1>> gulped one last time, before nodding lightly.
<<asswbfsis1>>Right.<</asswbfsis1>>
<<nasswgf>> suddenly turned around, wrapping her arms around <<nasswbfsis1>>s shoulders, giving her a hug, and looking over to me. Coincidentilly, <<nasswgfbf>> got a good look at her messy pussy as she did that.
<<asswgf>>Isn't she so cute, <<nme>>?<</asswgf>>
She asked, reaching back, pulling on <<nasswgfbf>>s hair, pulling him to her pussy. <<nasswgfbf>>, feeling defeated, began eating out <<nasswgf>>.
<<me>>Very cute.<</me>>
She blushed again.
<<asswgf>>And single, no?<</asswgf>>
<<asswbfsis1>>Ah- I-<</asswbfsis1>>
She stumbled over her words, and I walked over to her, leaning forward, getting close to her face.
<<me>><<nasswgf>> has my number. Send me a text, and I'll take you out.<</me>>
Her eyes were wide as I got close to her, before nodding lightly.
<<asswbfsis1>>T-that sounds good.<</asswbfsis1>>
<<me>>Good girl.<</me>>
I said, petting her, causing her to melt into my hand.
<<me>>For now, I'm gonna head out.<</me>>
I turned to <<nasswgf>>, and leaned forward, taking her lips in mine. We shared a passionate kiss, before I pulled back.
<<me>><<nasswgf>>, fun, as always.<</me>>
She flashed me a satisfied smile, as I walked out of the apartment.
<<Button 'Leave' 'Apartment' '.contbut' '$asswbfsis1.met to 1, $asswbfsis1.percent += 2, $asswgf.percent += 2, $asswgf.scene.deleteFirst(3), $asswgf.scene.pushUnique(4), $event.asswgf to 0, $event.asswbfsis1 to 0, $asswgf.sub +=1, $scene to 0'>><<cain>>I still think it can't hurt doing a bit more research.<</cain>>
<<ncain>> said as I opened the door to the Livington city hall. The building was fairly large, and although I had never been there in person, it looked a lot like the style of something like Grand Central Station. There was probably a name for the style, but I never claimed to be an architect.
<<met>>I don't exactly disagree, but I'm not jumping right in. Just doing some recon, you know?<</met>>
<<cain>>I get it, and I'm not saying it won't work, just that more information is better.<</cain>>
I mentally agreed with him as I asked the man at the front where I could find Councillor Lee. He pointed me down one of the hallways, and I made my way.
<<met>>Like I said, I'm not planning on doing something right now.<</met>>
<<ncain>> scoffed as we got closer to an office. The plaque beside it told me I was in the right place, and I opened it.
<<met>>See?<</met>>
<<cain>>Lucky break.<</cain>>
<<ncain>> shrugged, as I walked into the waiting area, and spotted an incredibly attractive woman sitting at a desk, talking on the phone, who I assumed to be the secretary.
<<met>>It's not exactly rocket science. Most men are going to have female secretaries.<</met>>
<<cain>>It's kinda rocket science.<</cain>>
<<met>>Huh?<</met>>
<<cain>>Downstairs rocket, you know?<</cain>>
<<met>>Ooh, BOOOO!!!<</met>>
I shook my head as <<ncain>> dropped what was certainly his worst joke by far.
<<cain>>Everyones a critic.<</cain>>
<<met>>Nah, you don't need to be a critic to recognize that was a bad.<</met>>
<<cain>>Oh, just get to work.<</cain>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Secretary/02.png">\
<<ncain>> waved me off as he went to the back of my mind. I watched the busty woman for a moment.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">No sir, I'm afraid that wouldn't quite work.</span><</say>>
She said, fully focused on the phone and the computer screen in front of her. She hadn't noticed me yet, which was just fine for me.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">He has some time on <<print $Week[($Day + 2) % 7]>>. Would that work for you?
...
Perfect. I'll jot you down at-</span><</say>>
She was finalizing the call when she finally looked over at me, and Lust doing its magic, she was instantly transfixed. I flashed her a smile, and I saw her tremble for a moment as she bit her lip. After a moment, I pointed at the phone.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">Uh, yes, sorry sir, I... I'm here. I'll put you down for <<print $Week[($Day + 2) % 7]>> at 2. Would that be all? Ok, have a good day.</span><</say>>
She said, hastily putting the phone in its receiver, and quickly sitting up straight.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">Hello sir! Is there anything I can help you with?</span><</say>>
She asked, sounding excited. It still didn't get old, I thought as I walked up to her, and extended my hand.
<<me>>Actually, yes. I'm <<nme>>. What's your name?<</me>>
<<coun1s>><<ncoun1s>>, sir.<</coun1s>>
She took my hand, and I lifted it, kissing the back of it slowly, causing her to take a shallow breath.
<<me>>Pleasure to meet you, <<ncoun1s>>.<</me>>
I said, leaning on her desk, and leaning forward slightly.
<<me>>This is Councillor Lee's office, right?<</me>>
<<coun1s>>Y-yes, it is.<</coun1s>>
She said, mimicing me, leaning forwards, giving me ample view at her cleavage.
<<me>>How did he manage to score such a beautiful woman like you?<</me>>
<<coun1s>>O-ooh, I...<</coun1s>>
She stumbled over her words, flustered.
<<coun1s>>He- he's just my boss, you know?<</coun1s>>
<<me>>Of course, of course. But there's no way you're single.<</me>>
<<coun1s>>I...<</coun1s>>
She paused for a second, looking me up and down, before seemingly making a decision.
<<coun1s>>I can be.<</coun1s>>
I smiled at that response.
<<me>>I will definitely get back to you on that.<</me>>
Her eyebrows raised, clearly excited by the prospect.
<<me>>But right now, I'm here just to see the councillor.<</me>>
<<coun1s>>Oh, right, of course.<</coun1s>>
She flashed a smile, before realizing something.
<<coun1s>>I'm so sorry, <<nme>>, but he's busy ri-<</coun1s>>
Right as she spoke, I heard some yelling come from the door behind her getting louder, as it approached the door, and suddenly it opened.
<<say '???' 'images/character icons/Coun1D.png'>><span style="color: #cd82ff">I don't care! You're the one who made that decision.</span><</say>>
A young woman came out of the office, yelling back into it, surprising both <<ncoun1s>> and myself. A second after, an older man walked out, who I recognized from the council website as <span style="color: #9782ff">Kevin Lee</span>.
<<coun1>>Honey, be reasonable!<</coun1>>
<<say '???' 'images/character icons/Coun1D.png'>><span style="color: #cd82ff">Trust me, this is me being reasonable. Just because you decided to-</span><</say>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/02.png">\
The girl cut off as our eyes met, and in that moment, we both got a good look. <<ncoun1s>> was incredibly beautiful. A full figure, thick waist, large breasts, and very made up. The girl, on the other hand, was petite, very pale. Still, she was incredibly cute in her own way. Clearly, the way we were each looking at each other, we both liked what we saw.
<<coun1>><<ncoun1d>>, let's just talk about it.<</coun1>>
<<ncoun1d>> was suddenly brought back to reality, all of the anger she felt moments ago was gone, and looked back at the councilor.
<<coun1d>>I...<</coun1d>>
Her eyes flicked back to me, before she turned back to what I was quickly coming to the conclusion was her father.
<<coun1d>>I'm done talking about it. I'm gonna be at <<ncoun1df>>s.<</coun1d>>
<<coun1>>Fine. We'll pick this back up tomorrow. Be safe, ok?<</coun1>>
<<coun1d>>Whatever.<</coun1d>>
<<ncoun1d>> blew her father off, and turned to leave, giving me one final look before leaving. Once she was gone, <<ncoun1>> sighed. After a second, he stood up straight, and almost flinched as he spotted me, but quickly recovered. Might be a smaller town, but he was still a politician.
<<coun1>>Hello sir, I'm sorry you had to witness that.<</coun1>>
He said, turning to <<ncoun1s>>.
<<coun1>>Did I have a meeting?<</coun1>>
<<coun1s>>Oh, actually-<</coun1s>>
I stepped forward, putting my hands up.
<<me>>It's clearly not a good time. Please, go to your office, and take a breath. I'll speak with <<ncoun1s>>.<</me>>
<<coun1>>I appreciate it, but I always have time for my-<</coun1>>
<<me>>It's ok <span style="color: #9782ff">Mr. Lee</span>.<</me>>
<<coun1>>Please, call me <<ncoun1>>.<</coun1>>
<<me>>Of course, <<ncoun1>>. Like I said, I'll just talk with <<ncoun1s>>.<</me>>
He nodded, and flashed me a friendly smile.
<<coun1>>Very well. Have a good day, mister...<</coun1>>
<<me>>Just call me <<nme>>.<</me>>
<<coun1>>Of course, have a good day <<nme>>.<</coun1>>
We nodded, and he made his way back into his office, leaving me with his busty secretary. I looked down at her, and she looked up at me with hopeful eyes. I thought it over for a second, and made a decision.
<<me>>I take it <<ncoun1d>> was...<</me>>
<<coun1s>><<ncoun1>>s daughter.<</coun1s>>
<<me>>I figured. They don't get along?<</me>>
<<coun1s>>Not really. <<ncoun1>> divorced her mother a couple of years ago, and he recently remarried.<</coun1s>>
<<me>>And she doesn't like her stepmother?<</me>>
<<coun1s>>Well, it doesn't help that they're basically the same age.<</coun1s>>
<<me>>Damn.<</me>>
I said, chuckling. Who knew <<ncoun1>> had it in him.
<<me>>Alright, that's all I need.<</me>>
<<coun1s>>O-oh. Did you want to book an appointment?<</coun1s>>
<<me>>No, that won't be necessary.<</me>>
I leaned forward, placing my hand on her chin, lifting it, getting close to her lips with mine.
<<me>>But don't worry. I'll be back, for you. I will need your number.<</me>>
<<ncoun1s>> shuddered, and I met our lips, pushing my tongue into her mouth, her tongue happily accepting it. I made out with the busty secretary, and reached down, groping one of her tits, before standing up.
<<me>>You look like you would be fun to play with.<</me>>
<<coun1s>>Y-yes sir...<</coun1s>>
She said breathlessly. I stood up, and walked towards the door.
<<me>>No need to be single either.<</me>>
She nodded, her eyes glazed over, and I walked out.
<<cain>>You got lucky.<</cain>>
<<met>>Oh, I'm planning on it.<</met>>
<<cain>>And you said my jokes were bad.<</cain>>
<<ncain>> said, giving me a thumbs down.
<<linebreak>>
I was sitting in a booth at the Parched Throat, enjoying a drink. The rest of the day had been just as productive. I found <<ncoun1d>>s social media quite quickly, and it didn't take much to find out what her favorite pastime was.
<<cain>>There she is.<</cain>>
<<ncain>> said, and I looked over to where he was pointing, seeing <<ncoun1d>>. Still, I had a plan, and I had to stick to it.
<<cain>>If only you planned this much when the plan doesn't directly involve your dick.<</cain>>
<<met>>Ok, well, let's not get crazy, it's not like this is a meticulous plan.<</met>>
<<cain>>Still.<</cain>>
I shrugged, and continued relaxing, making sure to play the part. A handsome man, a-
<<cain>>Humble too.<</cain>>
<<met>>Shush.<</met>>
Like I was thinking. A handsome man, taking an entire booth to himself. I had gotten quite a few looks. Desire from women, jealousy from men, but not one person made a move to make me leave. And so, I waited. Thankfully, it didn't take too long, as <<ncoun1d>> walked past, doing a double take as she saw me. Her smile proved the plan was going gangbusters.
<<cain>>Gangbusters? What are you, 80 years old?<</cain>>
<<met>>Shut it.<</met>>
I spoke to <<ncain>>, as <<ncoun1d>> made her way to my table. And not alone either.
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/03.png">\
<<coun1d>>Hey!<</coun1d>>
I turned to her, acting casual, and flashed her and her friend a smile. Her friend was a taller blonde, and definitely my type. But not the plan tonight.
<<me>>Oh. Hey! I know you, right?<</me>>
<<coun1d>>Yeah!<</coun1d>>
She said, excited, before calming down a bit.
<<coun1d>>I mean, kinda? You were at my dads office today.<</coun1d>>
<<me>>Your dad... Oh, you mean councilor Lee!<</me>>
<<coun1d>>Yes!<</coun1d>>
<<me>>Right, right! Witnessed the bloodbath.<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/Friend/02.png">\
Her cheeks gained a rosy hue, and she looked down, embarrassed.
<<coun1d>>Y-yeah. Sorry about that!<</coun1d>>
<<me>>Don't apologize. Nothing sexier than a strong woman.<</me>>
I said, turning her rosy hue to crimson. Seeing this, her friend jumped in.
<<coun1df>>Hey, I'm <<ncoun1df>>.<</coun1df>>
<<me>>A pleasure.<</me>>
I said, standing up, and offering them a place at the booth, both of them hopping in. As <<ncoun1d>> walked past, I wrapped my arm around her, and then wrapped my other around <<ncoun1df>>.
<<me>>Can I get you ladies a drink?<</me>>
<<coun1d>>Y-yes, please!<</coun1d>>
<<coun1df>>Some shots sound fun!<</coun1df>>
I nodded, and seated them, before making my way to the bar. I got a couple of shots taken to the table, and made my way, sitting in between them. I turned to <<ncoun1d>>.
<<me>><<ncoun1d>>, right?<</me>>
<<coun1d>>Yeah. I didn't catch your name.<</coun1d>>
<<me>><<nme>>.<</me>>
I said as the shots arrived.
<<linebreak>>
<<coun1d>><<ncoun1df>> is gonna be so mad at me.<</coun1d>>
<<ncoun1d>> said as we walked into a rather large house. I had my hand on <<ncoun1d>>s ass, massaging it.
<<me>>Just tell her I'm more than happy to have fun with her, one on one, some other time.<</me>>
I said, before turning to her, and leaning forward, taking her lips in mine. She moaned, wrapping her arms around my neck, and we made out in the entrance. After a minute, I pulled back.
<<me>>For tonight though, I know what I want.<</me>>
I looked her up and down.
<<me>>Let's get going. I'm just about ready.<</me>>
I said, grabbing her hand, and putting it on my crotch, letting her feel my hardening cock.
<<coun1d>>Oh my god, you're so-<</coun1d>>
Before she could finish, we were suddenly interrupted.
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Manager/02.png">\
<<say '???' 'images/character icons/Coun1M.png'>><span style="color: #82ffb2">You're home quite late.</span><</say>>
<<ncoun1d>> sighed, annoyance on her face.
<<coun1d>>Yeah, well I'm an adult, <<ncoun1m>>, so why don't you go away?<</coun1d>>
<<coun1m>>No need for-<</coun1m>>
Stopped as she finally got a good look at me. She had an... Interesting reaction. Definitely attracted to me, but she seemed like an extreme professional. Still, Lust made it hard to resist.
<<coun1m>>Who's your friend?<</coun1m>>
She asked, a smile crossing her face. <<ncoun1d>> sighed.
<<coun1d>>And like I said, <<ncoun1m>>, I'm an adult, so I-<</coun1d>>
I cut her off.
<<me>>I'm <<nme>>. Are you Mrs. Lee?<</me>>
<<coun1m>>Oh, goodness, no. I'm Mr. Lee's chief of staff.<</coun1m>>
<<me>>Well it's a pleasure regardless.<</me>>
That finally managed to crack her shell, her cheeks flushing slightly, her smile warm.
<<coun1m>>Likewise.<</coun1m>>
She took me in for a second or two, before turning back to <<ncoun1d>>.
<<coun1m>>He seems nice enough, so I'll leave you two alone.<</coun1m>>
<<coun1d>>God, why do-<</coun1d>>
<<ncoun1d>> started, anger in her voice, before she paused, processing <<ncoun1m>>s words.
<<coun1d>>W-wait, that's it?<</coun1d>>
<<coun1m>>Like you said, you're an adult.<</coun1m>>
She took a small step forward, and ran her hand down my button down.
<<coun1m>>I hope to see you again, <<nme>>.<</coun1m>>
She said, before turning around, walking down one of the hallways. I turned back to <<ncoun1d>>, wrapping my hand around her waist.
<<me>>Where were we?<</me>>
<<ncoun1d>> seemed to be shocked, before turning back to me, and remembering why I was here.
<<coun1d>>O-oh, right.<</coun1d>>
She said, but didn't move.
<<me>>I'm down to have fun right here, but I'm guessing you'd prefer a bit more privacy?<</me>>
<<coun1d>>Yeah. Yes, come on.<</coun1d>>
She said, her smile coming back, and she led me to her room. It was a fairly cute room, although it didn't seem very lived in. Still, all we would need was the bed. As we entered, I walked over to the bed and took a seat, rubbing my crotch.
<<me>>Why don't you put on a show?<</me>>
I asked, and she smiled, as she walked over to me, and stood right in front of me, slowly pulling her shirt over her head.
<<coun1d>>God, you're so fucking hot, you know that?<</coun1d>>
<<me>>You're pretty fucking sexy as well.<</me>>
She smiled, and reached back, pulling her bra off, turning around, and dropped it.
<<me>>Come on, don't hide the goods.<</me>>
<<coun1d>>Well well, aren't you excited?<</coun1d>>
I reached forward, and pulled her to me. She turned around, and I got a face full of her tits. I leaned forward, kissing her stomach, and giving it a quick lick.
<<me>>Like I said, I like strong women.<</me>>
<<coun1d>>Mmmmm.<</coun1d>>
<<me>>There's nothing hotter than when they get on their knees and service me.<</me>>
<<coun1d>>Is that what you want?<</coun1d>>
She asked, looking down at me, as I reached up and began rolling her nipple in my fingers.
<<coun1d>>My cute little mouth wrapped around your cock?<</coun1d>>
<<me>>That. And then I'm going to bend you over...<</me>>
I said, pulling her down slowly, kissing her stomach, then her tits, then her neck, and finally her lips, before she was on her knees between me.
<<me>>Well, I don't want to ruin the surprise.<</me>>
She ran her hand over my bulge, moaning as she felt my cock.
<<me>>Now get my cock out.<</me>>
<<coun1d>>Mmm, yes please.<</coun1d>>
She moaned, slowly opening my pants up, before pulling my cock out, letting it spring out.
<<coun1d>>It's so hot.<</coun1d>>
<<me>>I can think of somewhere warmer that I want it in.<</me>>
She grabbed my cock, and pressed it against her face.
<<coun1d>>You're going to ruin my holes with this meatstick.<</coun1d>>
<<me>>You have no idea.<</me>>
I said, grabbing her hair, and pushing it into her mouth, slowly feeling her warm mouth open up.
<<me>>That's a good girl.<</me>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/04.webp">\
She moaned as my cock slid down her tongue, until it pressed against the back of her mouth. She pulled back, before pushing it back in, sucking on the head of my cock.
<<coun1d>>God, it tastes incredible.<</coun1d>>
<<me>>You're going to want to taste the shaft.<</me>>
I said. She smiled, and lowered her head, before I stopped her.
<<me>>No no, not like that.<</me>>
She looked confused, before realizing, and looking at the head of my cock.
<<coun1d>>I don't think it can fit.<</coun1d>>
<<me>>Don't worry. I'll help you.<</me>>
I said, grabbing her head. She opened her mouth, sticking her tongue out, and I placed the head of my cock onto it. She moaned as she tasted it, and I smiled, pushing it in. Slowly, until I was pressed against her throat.
<<me>>Are you ready?<</me>>
She looked up at me, worried.
<<me>>Don't you worry. You're going to love it.<</me>>
I said, pushing my cock against her throat, until finally popping through, causing her to gag.
<<me>>Now be a good girl, and let me fuck your face.<</me>>
I said, as I began pumping into her. Slowly getting my cock further down her gullet. I continued fucking her cute face, but after 20 minutes, I had only half of it in. I pulled her off.
<<coun1d>>Oh fuck.<</coun1d>>
She said, coughing, taking a deep breath. After a few moments, she looked at my cock, reverence on her face.
<<coun1d>>Why did that feel so good?<</coun1d>>
She asked, giving my cock a soft kiss, moaning as she did.
<<me>>Because you're meant to be there. On your knees...<</me>>
I patted her head, and she smiled up at me, looking at me with new eyes.
<<me>>Pleasuring me.<</me>>
She looked back at my cock, acceptance crossing her features. I smiled, and grabbed her head, standing up.
<<me>>But now-<</me>>
I lifted her, moans coming from her, and I positioned her on her bed, her ass in the air.
<<me>>Now I want to use your other hole.<</me>>
I reached forward, and rubbed her pussy through her panties, feeling how wet she was.
<<coun1d>>OOohooOOHO, fuUUuck!<</coun1d>>
She grunted, as she began twitching on the bed. I smiled, continuing to rub as her panties started getting soaked through. After a minute, I pulled back, and tasted her juices.
<<me>>Sweet.<</me>>
<<coun1d>>Oh my fucking god!<</coun1d>>
She half moaned.
<<me>>Are you ready?<</me>>
I asked, pulling her panties to the side, and rubbing the head of my cock onto her lower lips, mixing her saliva with her pussy juices.
<<coun1d>>I... I don't... I'm not on birth control.<</coun1d>>
<<me>>So?<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/05.webp">\
She bit her lip, clearly trying to make a decision. It didn't take her more than a few seconds.
<<coun1d>>O-ok. Just pull out, ok?<</coun1d>>
I sighed.
<<me>>No.<</me>>
<<coun1d>>W-what?<</coun1d>>
<<me>>I'm just letting you know.<</me>>
I stepped onto the bed, and mounted her, my cock pressed against her pussy, a deep moan coming from <<ncoun1d>>.
<<me>>When I fuck sluts, I don't pull out.<</me>>
I grabbed her hair, and wrapped it around my hand, getting a good grip.
<<me>>I like blowing my load deep inside their wombs.<</me>>
<<coun1d>>I... I'm not on birth control.<</coun1d>>
<<me>>I heard you.<</me>>
I pressed my cock against her pussy again, not yet penetrating.
<<me>>If you don't want to risk it, I'll back off, and leave.<</me>>
She looked up at me, then back at my cock, biting her lip.
<<me>>You can hear about it all when I fuck your friend, <<ncoun1df>>. She looks like a slut who will take my load.<</me>>
<<coun1d>>Oh god.<</coun1d>>
<<me>>So? What do you say?<</me>>
She bit her lip, before turning her head, directly on the bed.
<<coun1d>><span style="font-size: 10px">Ok.</span><</coun1d>>
<<me>>What's that?<</me>>
<<coun1d>>Ok.<</coun1d>>
I smiled, then leaned forward, pressing my body against hers, whispering in her ear, my cock still not inside.
<<me>>Not good enough.<</me>>
<<coun1d>>H-huh?<</coun1d>>
<<me>>Beg me to cum inside you.<</me>>
Her eyes flashed of pure desire, her flip completely flipped.
<<coun1d>>Fuck my tight little pussy. Fill me up with your seed.<</coun1d>>
I smiled, and pushed my cock, slowly, until the head slid inside her.
<<coun1d>>OOHOOHohooHOohhohhh, FFfFfffUUUuuUuccKKkKk-<</coun1d>>
She yelled, as she started cumming from the feeling. I smiled, and gripped her hair tightly, using it to pull her towards me, my cock slowly spreading her open. The walls of her pussy were twitching wildly.
<<coun1d>>FILL ME UP! BREED ME!<</coun1d>>
She yelled out, and I pistoned my hips forward, hilting inside her.
<<coun1d>>OoOOOhHH GOD!<</coun1d>>
She groaned, and I began fucking her hard. She hadn't even finished her orgasm as I fucked her into her third one, pistoning hard into her pussy.
<<me>>You're a tight little slut, aren't you?<</me>>
<<coun1d>>Mhmhmmmhhmm.<</coun1d>>
She groaned, barely conscious as I used her small body, using her pussy as a tool to jerk my cock. I continued manhandling her, and after a few minutes, I could feel my own climax approaching.
<<me>>Are-<</me>>
I started, before hearing the creak of the floor. I looked around, and noticed the door was cracked. <<ncoun1d>> definitely closed it, so I looked closer, and saw someone looking inside. The person saw, and our eyes met. It took me a second to realize it was <<ncoun1m>>. I smiled, and looked back down at <<ncoun1d>>, and began fucking her even harder.
<<me>>Are you ready slut?<</me>>
I groaned, loud enough for our audience to hear. Thankfully, <<ncoun1d>> was basically unconscious from the repetitive orgasms that my cock was giving her. I looked back at <<ncoun1m>>, looking her right in the eye.
<<me>>I'm about to fill your little womb with my seed.<</me>>
I heard a moan from the door.
<<me>>I'm about to knock you up slut.<</me>>
I slapped <<ncoun1d>>s ass, keeping eye contact with <<ncoun1m>>.
<<me>>Here it comes!<</me>>
I groaned, as I began blasting my load.
<<me>>There we go, take my fucking load slut.<</me>>
I groaned, filling <<ncoun1d>>s pussy with my cum, even as I was staring directly at <<ncoun1m>>.
<<me>>You like that?<</me>>
I groaned, and saw <<ncoun1m>> nod at the door. I looked down, and saw movement in her skirt. I smiled.
<<me>>There we go, get bred bitch.<</me>>
I said, pulling out, and shooting the last few ropes directly onto <<ncoun1d>>s ass. I sighed, and let her hips go, her limp body falling into the bed, the only movement from her was her twitching legs. I smiled as I watched my cum slowly leak out of her, and I stood up. I made my way to the door, and opened it, seeing <<ncoun1m>> on her knees, her cheeks completely red, her hand in her skirt moving quickly. I stepped forward, and grabbed my softening cock, placing it directly on her face.
<<me>>Did you like watching me breed the little bitch?<</me>>
She didn't respond, her body beginning to twitch as her hand in her skirt was moving fast.
<<me>>Why don't you clean her pussy off my cock, and then cum.<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Manager/03.png">\
She nodded, her tongue sticking out, and slowly running it up my cock. It only took one lick, her eyes rolling back, as she began cumming right there on the floor. I stepped forward, and placed my balls on her chin.
<<me>>This house is overflowing with sluts for me to use, huh?<</me>>
I asked her, not expecting an answer, just enjoying the feeling of her cumming while my balls were resting on her face. After a couple of minutes, her eyes snapped open. She seemed frozen for a moment, before reaching up and grabbing my cock, taking it off her face, although not before giving it a few pumps.
<<coun1m>>I... I don't know what cam-<</coun1m>>
<<me>>Shut it.<</me>>
She looked up at me, surprised. She was clearly not used to being in this position. Not just sexually, but submissively.
<<me>>You saw a man you wanted to serve. Nothing wrong with that.<</me>>
I looked down at her body, and reached down, grabbing one of her breasts through her shirt, eliciting a moan.
<<me>>And I'll gladly let you serve me.<</me>>
She swallowed, nodding.
<<me>>But not tonight.<</me>>
<<coun1m>>Right.<</coun1m>>
She said, awkwardly standing up. As she did, she turned away, I grabbed her ass.
<<me>>I will give you what you need though. Be ready for me.<</me>>
She didn't turn around, but she nodded.
<<coun1m>>Yes... Sir.<</coun1m>>
<<me>>Good girl.<</me>>
I let go of her ass, and slapped it hard, causing her to yelp, but understand, walking away. I smiled, and turned back to <<ncoun1d>>.
<<met>>Success.<</met>>
<<cain>>Not yet.<</cain>>
<<met>>Why you gotta be so negative?<</met>>
I asked, as I slowly exited the room. The hallways were thankfully empty.
<<cain>>The plan is going well, but it's not a success yet. We both know you can fuck any woman unconscious if you try.<</cain>>
<<met>>I guess. Still, it was fun.<</met>>
<<cain>>I'm sure. But now, search, and be careful.<</cain>>
I nodded, as I looked around the house. I made sure to listen carefully for any movement, but it seemed fairly empty. It took only a couple minutes before I found what I was looking for. <<ncoun1>>s office. I opened it, and made my way to the computer, opening it. I began looking through the files, trying to focus on anything that <<nbankm>> mentioned would be important. It was a bit tougher, since I was preoccupied with fucking his wifes asshole as he explained. Still, I finally started making some progress, before I heard some footsteps going down the hallway.
<<met>>Fuck.<</met>>
<<cain>>Relax. This is the magic of planning.<</cain>>
He said, slapping my back.
<<cain>>You know what to do.<</cain>>
I nodded, and closed my eyes. I felt Lust energy begin to build up, but as it did, I started forming it. Making the structure slowly, before carving, or dissolving, channels into it. It took only a few seconds before it was ready, which felt good. I had practised this since the day <<ncov3>> taught it to me, and it had been quick learning. I let the energy flow, and felt the spell activate. It was still weird, feeling the energy flow, but it was so unlike how I used Lust, or Greed. Still, I looked at myself, and saw my hand become transparent. I could still see it, but as I felt before, others couldn't. I calmed down, and waited. The footsteps got closer, and I realized I had left the computer on. I quickly put it to sleep, as the door opened. A larger man peeked in, looking around. He turned the light on, and looked around again. The more time passed, the better I felt, as he wasn't catching me. Nothing but relief as he turned the light back off, and closed the door. I waited until he walked back down the hallway, and opened the computer again.
<<met>>Can I say success now?<</met>>
<<cain>>I'll allow it.<</cain>>
I shook my head, chuckling. I went back through the PC, and finally found what I was looking for. I made a copy, and pocketed it. I put everything back how it was, and slowly made my way back to <<ncoun1d>>s room. I opened the door slowly, happy to see she was still sleeping. I wrote a quick note, placing it on her table, and got dressed. I got what I wanted, and then some, and now it was time to get out.
<<me>>Pure success.<</me>>
<<Button 'Head home, and get some sleep' 'Sleep' '.return2' '$scene to 0, $coun1d.met to 1, $coun1s.met to 1, $coun1df.met to 1, $coun1m.met to 1, $coun1s.phone to 1, $coun1d.phone to 1, $coun1d.text to 2, $coun1d.percent += 1, $coun1df.percent += 1, $coun1s.percent += 1, $coun1m.percent += 1, $NewCon to 1, $NewMes to 1, $tCoun1S to 0, $tCoun1D to 1, $event.coun1d to 0, $event.gen1 to 0'>><<cain>>I'm just saying, don't get cocky just because we got absurdly lucky.<</cain>>
<<met>>I'm not cocky. Trust me when I say I fully realize the danger of this plan.<</met>>
I said as I opened the door to the Livington city hall. The building was fairly large, and although I had never been there in person, it looked a lot like the style of something like Grand Central Station. There was probably a name for the style, but I never claimed to be an architect.
<<cain>>And yet here we are.<</cain>>
I stopped by the front desk, asking the stocky man behind the counter where I would be able to find the office of <span style="color: #80ff8c;">Fernando Solis</span>. A quick point towards a hallway, leading to an elevator, and I was on my way up.
<<met>>Like I said, I'm not here to actually do anything.<</met>>
<<cain>>Scoping the place out isn't exactly a solid plan.<</cain>>
<<met>>I didn't hear you make other suggestions.<</met>>
I responded, finally quieting <<ncain>>.
<<met>>Exactly. Social media, town websites, it can only get me so far.<</met>>
I thought, even as I realized how much information I had already gathered in the past. And how it led me here. As the elevator doors slowly slid open, a quiet //ding// ringing, telling me I was on the right floor. The floor that held the offices of the Commissioner of Police of Livington.
<<cain>>Well? Go on then.<</cain>>
<<met>>Eat me.<</met>>
I said, taking a step forward, looking around. I turned left, and made my way down the hall, until I finally found it.
<<met>>At least he's not the commissioner.<</met>>
I said, earning me a chuckle from <<ncain>>, as I read the sign on the door. Assistant Commissioner, <span style="color: #80ff8c;">Fernando Solis</span>. Still, if there was one thing that I was confident in, it was what I was going to find on the other side of the door. I twisted the handle, and entered, smiling as I was right.
<<cain>>Men get female secretaries, duh.<</cain>>
I ignored <<ncain>>s comment, as I inspected the girl sitting on the other side of the desk. She seemed young, but I suppose that shouldn't be a surprise. Either way, I knew I could at least have some fun with info extraction. I stepped inside into the small waiting area, and before the girl looked at me, we both heard a yell coming from the door behind her.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/Secretary/02.png">\
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c"><<ncommishas>>! Call <<ncommish>>, tell her I'll be a little behind to the meeting!</span><</say>>
<<commishas>>Ok!<</commishas>>
She called back, spinning in her chair, her hand moving to the phone.
<<commishas>>Hello sir, just take a seat and-<</commishas>>
She froze as she finally got a look at me, and I smiled at her.
<<me>><<ncommishas>>, right?<</me>>
I asked, sitting on the edge of her desk. She nodded lightly, her smile soft on her face.
<<commishas>>Y-yeah. I'm <<ncommishas>>.<</commishas>>
She mumbled, before flushing a bit.
<<commishas>>I mean, yeah. You knew that. Duh.<</commishas>>
She stumbled through her sentence, and I extended my hand.
<<me>>Hello <<ncommishas>>. I'm <<nme>>.<</me>>
She nodded, taking my hand, utterly transfixed on me. I bent over, giving the back of her hand a slow kiss, a move I would have found completely cringy before a certain someone messed with my soul. Ignoring the grumbles of said person, I focused on the look of excitement on her face.
<<me>>You have to tell me. How did the commissioner get so lucky to hire a woman as beautiful as you?<</me>>
Her cheeks turned a deep red as I continued holding onto her hand, running my thumb on the back of it.
<<commishas>>O-oh, I... I was the lucky one.<</commishas>>
She said, completely unconvincingly.
<<me>>I can't believe that.<</me>>
She giggled, turning away for a second, before turning back, completely different. She was no longer the innocent secretary of a few moments before. She was looking at me like an attractive woman would at a party. Comfortable, and ready to flirt.
<<commishas>>Well I guess I did get the top of my class.<</commishas>>
<<me>>That a girl.<</me>>
She smiled, leaning forward. She licked her lips, flashing me a confident smile.
<<commishas>>Please, tell me, how can I help you today sir?<</commishas>>
<<me>>Here I was, hoping to get some time with the man behind the door. Little to know I would enjoy the gatekeeper so much more.<</me>>
She laughed at that.
<<commishas>>Well you have me here.<</commishas>>
She flashed me a suggestive look.
<<commishas>>What can I do for you?<</commishas>>
She licked her lips. I-
<<cain>>Focus.<</cain>>
<<met>>I... I know!<</met>>
I thought at <<ncain>>, before focusing back on the girl.
<<me>>Well, for now I had some questions.<</me>>
<<commishas>>Just questions?<</commishas>>
<<me>>For now.<</me>>
She raised her brow.
<<commishas>>I'll hold you to that.<</commishas>>
<<me>>I'll let you hold something alright.<</me>>
She laughed at that, shaking her head.
<<commishas>>That was a bad one.<</commishas>>
<<me>>Honest though.<</me>>
<<commishas>>Oh?<</commishas>>
Her eyes wandered down my body, resting on my crotch, before flicking back up.
<<me>>I-<</me>>
<<cain>>Focus.<</cain>>
I sighed.
<<met>>Ok, that one was fair.<</met>>
<<me>>Let's table that for now.<</me>>
<<commishas>>Fine. For now.<</commishas>>
<<me>>Anyways, I actually had some questions, and you might have the answers.<</me>>
<<commishas>>Let's find out.<</commishas>>
<<me>>How long have you worked for <<ncommisha>>?<</me>>
<<commishas>>A few years now. He plucked me right out of college, told me I had pontential.<</commishas>>
<<me>>Oh?<</me>>
<<commishas>>Down boy. Nothing like what you're thinking of.<</commishas>>
<<me>>So you know him well then?<</me>>
<<commishas>>I'd like to think so. When do these questions get hard?<</commishas>>
<<me>>Let's see. Have you ever heard of the name <span style="color: #80ff91">$busids.name Contreras</span>.<</me>>
From her response, I knew I had hit paydirt. She instantly tensed up, sitting a little straighter than before, her flirtatious smile shrinking, professionality creeping back in.
<<commishas>>I- No, I don't think I recognize that name.<</commishas>>
She said, trying to act casual. Granted, she did recover fairly well for the curveball.
<<me>>Are you sure?<</me>>
I asked, pulling her hand back up to my lips, giving it another kiss, before moving up, kissing her arm. Slowly, I made my way up, until I reached her neck, causing her to moan lightly.
<<commishas>>Mmmm. M-maybe I have.<</commishas>>
<<me>>That's a good girl.<</me>>
I said, reaching to her chin, and facing her towards me. Our faces were one an inch apart, her eyes glazed over with desire.
<<me>>How is she related to <<ncommisha>>?<</me>>
<<commishas>>I-I shouldn't.<</commishas>>
<<me>>Oh, <<ncommishas>>, you want to tell me, don't you?<</me>>
I leaned forward, kissing her chin, causing another moan to slip out.
<<me>>Don't you want me to be happy?<</me>>
I kissed her cheek, before whispering in her ear.
<<me>>I'm so generous when I'm happy.<</me>>
<<commishas>>I...<</commishas>>
<<me>>Don't you want me to be generous with you?<</me>>
<<commishas>>She's... She's his daughter...<</commishas>>
Oh.
<<me>>Father?<</me>>
<<commishas>>Yeah.<</commishas>>
She half moaned into my ear.
<<commishas>>He fathered her with his mistress.<</commishas>>
<<me>>That's such good info <<ncommishas>>.<</me>>
<<commishas>>Did I do good?<</commishas>>
<<me>>You di-<</me>>
Before I could finish, the door to the office behind her opened. I stood up, backing up from the desk.
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c"><<ncommishas>>, did you get a confirmation from-</span><</say>>
The man stopped, as he spotted me. For <<ncommishas>>s part, she almost yelped, surprised by him, seemingly forgetting where she was a moment ago.
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c">Oh. Hello.</span><</say>>
The man looked puzzled, flashing a quick look to <<ncommishas>>, who looked a bit guilty.
<<commishas>>O-oh, this is-<</commishas>>
<<me>><<nme>>. It's a pleasure to meet you, <span style="color: #80ff8c ">Mr. Solis</span>.<</me>>
I said, putting my hand forwards. I wasn't sure, but I figured it was as good a guess as any.
<<commisha>>Right.<</commisha>>
He said, straightening up, and flashing me a smile.
<<commisha>>Please, call me <<ncommisha>>.<</commisha>>
<<me>>Of course.<</me>>
<<commisha>>How can I help you <<nme>>? I wasn't aware of any meetings for right now.<</commisha>>
<<me>>Oh, no, I don't have anything scheduled. I was just talking to <<ncommishas>> here to get something in the books. I didn't mean to ambush you like this.<</me>>
<<commisha>>I appreciate that.<</commisha>>
He said, looking genuinely appreciative.
<<commisha>><<ncommishas>>, did you get the message to <<ncommish>>?<</commisha>>
Her eyes went wide, quickly reaching for the phone.
<<commishas>>I-I'm sorry <span style="color: #80ff8c">Mr. Solis</span>. I was...<</commishas>>
She flashed me a quick look, before looking back at her boss.
<<commishas>>Apologies sir. I'll call her office now.<</commishas>>
<<commisha>>You do that.<</commisha>>
He said, his eyes staring down at her. It was clear this wasn't a common occurrence for her. Whoops.
<<cain>>I don't think you mean that.<</cain>>
<<commisha>>Well, <<nme>>, I'm afraid I'm fully booked up today, so we'll have to schedule something for a later time. <</commisha>>
<<me>>Of course, I wasn't expecting it anyway.<</me>>
<<commisha>>Have a good day.<</commisha>>
He said, shaking my hand, and walking to the door.
<<commishas>>A-actually, sir, I spoke to her office, they said she-<</commishas>>
<img class="rightimg" src="images/Characters/Town/CityHall/Commish/02.png">\
As she spoke up, the door opened, an older woman walking in. I had to take her in. She was clearly a powerful woman from the way <<ncommisha>> shrunk slightly, and her expression, showing she was clearly annoyed. Still, that wasn't what I was looking at. Her body was very curvy, a perfect hourglass shape, with her clothes clearly tight enough to show it off.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">There you are. We had a meeting, did we not, <<ncommisha>>?</span><</say>>
She spoke, an edge of anger in it. God she was hot.
<<commisha>>Y-yes ma'am. I'm sorry, I was wrapping up something else, time got away from me.<</commisha>>
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">Then make sure to contact my office, so I don't have to hunt you d-</span><</say>>
<<me>>I'm sorry ma'am, It's my fault.<</me>>
Both of their eyes snapped to me, and I could tell that was the right decision. <<ncommisha>> looked very grateful for taking her ire, although with a mix of guilt. From her quick words, it seemed like she was a woman with a bit of a hot streak. However, the anger in her eyes melted as she took me in.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">And you are?</span><</say>>
<<me>><<nme>>.<</me>>
I put my hand up, and she took it slowly. It was funny how... Unsure she looked in the moment.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">It's nice to meet you, <<nme>>.</span><</say>>
<<me>>The pleasure is mine. Although, I don't have your name yet.<</me>>
<<commish>><<ncommish>>.<</commish>>
<<me>>Oh.<</me>>
I took a step back, causing her to raise her eyebrow.
<<me>>Apologies. I didn't expect the commissioner to look...<</me>>
I trailed off. Her eyes squinted for a second, and her eyes wandered down my body.
<<commish>>Like what?<</commish>>
<<me>>I expected an old man, not a beautiful woman such as yourself.<</me>>
I said, causing <<ncommisha>> to let out what almost sounded like a yelp, as he shot me a look that was a mix of incredulity, and worry.
<<commish>>Hmm.<</commish>>
She grunted, looking me up and down one more time, before grinning slightly.
<<commish>>Well I guess I can't fault you <<ncommisha>>.<</commish>>
He turned to <<ncommish>>, his eyes wide.
<<commish>>Don't let it happen again.<</commish>>
He nodded in disbelief. She turned from him to me, and took a step forward.
<<commish>>We can have a meeting in your office. And <<nme>>?<</commish>>
<<me>>Yes ma'am?<</me>>
<<commish>>If you need something done, why don't you call my office. I'm sure I'll be able to find time for you.<</commish>>
<<me>>Of course.<</me>>
She flashed me another grin, before walking past <<ncommishas>>, who seemed frozen. As she entered the office, <<ncommisha>> approached me.
<<commisha>>I appreciate that <<nme>>. You have an open invitation from both of us. I'll leave you with <<ncommishas>>, and we can have a proper meeting.<</commisha>>
<<me>>Of course. Good luck in there.<</me>>
He laughed at that, shaking my hand, before entering his office and closing the door.
<<commishas>>Fffffuuuuuuuccckkkk.<</commishas>>
<<ncommishas>> deflated, the tension leaving her body.
<<commishas>>How did you do that? She scares the bejesus out of me!<</commishas>>
<<me>>I'm used to powerful women.<</me>>
I tapped the table.
<<me>>Thanks for the help <<ncommishas>>.<</me>>
<<commishas>>Did you want me to book an appointment?<</commishas>>
<<me>>Not yet.<</me>>
<<commishas>>O-oh.<</commishas>>
<<me>>I will take your number through.<</me>>
She looked up at me from the desk, looking hopeful.
<<commishas>>Yeah?<</commishas>>
<<me>>I said I would be generous.<</me>>
<<commishas>>You did!<</commishas>>
<<me>>I'll call you. Soon.<</me>>
<<commishas>>Ok!<</commishas>>
She exclaimed, quickly shrinking as she looked back at the office. When she didn't get a response, she waved at me as I left.
<<linebreak>>
I leaned back on the bar, as the music blasted around me.
<<met>>No matter how many times I come here, It just isn't my kind of place.<</met>>
Just as I thought that, a pair of girls walked past me, wearing... Barely anything at all. Flashing me a suggestive look, they walked away, their hips swaying as they did.
<<met>>But I'm all about growth.<</met>>
<<cain>>Yeah, I'm sure something is growing.<</cain>>
<<met>>Don't worry, I'm focused.<</met>>
I said, looking around. It wasn't a place that made it easy to see people, so I had to focus on my search. I walked around for a bit, with little luck.
<<met>>Maybe she's not here.<</met>>
<<cain>>Maybe she's not. Maybe you just haven't found her.<</cain>>
<<met>>Maybe she doesn't even exis-<</met>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/03.png">\
I cut my joke off as I spotted her near one of the back walls. I casually walked my way towards her, watching her. A guy was chatting her up, but it was fairly obvious she wasn't interested. Not to him, as he was holding what I imagined was not his first beer.
<<cain>>So what's the plan? Operation White Knight?<</cain>>
<<met>>Well it sounds worse when you say it like that.<</met>>
I chuckled as I got closer. I put my hand on his shoulder.
<<me>>Hey bud. Let me buy you a beer.<</me>>
The guy turned around, looking annoyed.
<<say 'Drunk guy' 'images/character icons/One Time/Drunk Guy.png'>><span style="color: #8eb3f6">I'mm busyy here dude, so-</span><</say>>
<<me>>And she clearly wishes you were somewhere else, so just take the free drink.<</me>>
I said, gripping his shoulder tightly, as he turned around to get a good look at me. The effects of Lust started working, and he opened to say something, before grabbing the ten dollar bill I was holding. He clicked his tongue as he left. I shook my head, and looked at my target.
<<me>>You-<</me>>
<<busids>>Not interested, take it-<</busids>>
She started, rolling her eyes, before turning to face me. Her face changed immediately, standing a bit straighter.
<<me>>And here I was, about to regale you with my life story.<</me>>
She giggled at that, brushing her hair behind her ear.
<<busids>>I... Thanks for that.<</busids>>
<<me>>No problem. The guy clearly couldn't read the room. <<nme>>.<</me>>
I said, offering my hand. She looked at it, before nodding, taking it.
<<busids>>Nice to meet you <<nme>>. <<nbusids>>.<</busids>>
<<me>>Would you like a drink, <<nbusids>>?<</me>>
<<busids>>I...<</busids>>
She hesitated, looking around for a moment. She bit her lip, and looked up at me.
<<busids>>Ok.<</busids>>
She said, sounding cuter than I thought would be possible in this environment. I took her hand, and made my way to an empty booth. I flagged down a girl that worked for Sonar, and ordered two drinks, before taking a seat beside her.
<<me>>So, you come for the great music, or the company?<</me>>
<<busids>>O-oh. I have... Some business here.<</busids>>
<<me>>Oh? What kind?<</me>>
I asked, purely to make conversation as the drinks arrived. I handed her one, and began sipping on the other one.
<<busids>>Nothing exciting.<</busids>>
She said, taking a large swig of her drink, before turning to me, leaning her face on her hand.
<<busids>>What about you? What brings you here?<</busids>>
<<me>>I like buying drunk guys drinks.<</me>>
She giggled at that.
<<busids>>Then you're in the right place. I can't get in and out of here without getting one of those.<</busids>>
<<me>>Can't blame them. I'm sober, and you're still the most attractive woman in here.<</me>>
She flushed at that, biting her lip as I said that.
<<busids>>Aren't you a charme-<</busids>>
<img class="rightimg" src="images/Characters/Town/Brighttown/Sonar/Crim1/02.png">\
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80"><<nbusids>>! I'm glad I could catch you!</span><</say>>
I heard, as <<nbusids>>s face instantly soured. We both turned, and watched as a rather attractive woman took a seat at the booth, opposite from us.
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80">And you brought a friend.</span><</say>>
She almost growled, as she looked me up and down.
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80">And isn't he a hunk.</span><</say>>
<<busids>>What do you want, <<ncrim1>>?<</busids>>
The other girl feigned offense, putting her hand to her chest.
<<crim1>>Oh my, is that how you talk to someone who's been trying to help you?<</crim1>>
<<busids>>You haven't been trying-<</busids>>
She said, the words sounding venomous as they came out. She stopped, glancing at me, before turning back to <<ncrim1>>.
<<busids>>You were trying to take advantage of me.<</busids>>
<<ncrim1>> brushed it off, turning to me.
<<crim1>>I'm <<ncrim1>>. What's your name?<</crim1>>
She asked, her voice sounding almost melodic.
<<me>>We were actually talking.<</me>>
I said, trying to turn her down. Her wide smile showed me that backfired.
<<crim1>>I'm sure you were looking for something more with this one.<</crim1>>
She said, tilting her head to <<nbusids>>.
<<crim1>>But you don't have to deal with her.<</crim1>>
She scooted down the bench, getting closer to me.
<<crim1>>There's a whole bunch of girls here that would be willing to have fun with a man such as yourself.<</crim1>>
<<me>>Yeah?<</me>>
I responded with no enthusiasm.
<<crim1>>Of course. I can even arrange it, if you'd like.<</crim1>>
<<met>>I see.<</met>>
I thought, understanding what she was offering.
<<me>>I'm not interested.<</me>>
I felt <<nbusids>>s hand touch my arm as I said that, flashing me a relieved look.
<<crim1>>Hmmm.<</crim1>>
She said, turning her attention back to <<nbusids>>.
<<crim1>>You don't have much time left, huh?<</crim1>>
<<ncrim1>> said to <<nbusids>>, earning her a glare. <<ncrim1>>s smile grew wide again.
<<crim1>>If you ask nicely, I'll even let your friend be the first to-<</crim1>>
<<busids>>I've already given my payment to <<nasswbg>>.<</busids>>
I flinched. I knew that name.
<<crim1>>Oh, my sweet <<nbusids>>. What could you have possibly given to pay it off, huh?<</crim1>>
<<nbusids>> didn't answer, pursing her lips.
<<crim1>>This one isn't the girl for you.<</crim1>>
She said, turning back to me.
<<crim1>>She'll just drag you down. It's not too late to make a better decision.<</crim1>>
<<me>>Oh yeah?<</me>>
I scanned the crowd, spotting a familiar face.
<<crim1>>I might even be willing to take you in. You seem like good fun.<</crim1>>
<<me>>I don't like paying for what you're selling.<</me>>
She chuckled at that, before running her finger over her lips, thinking about it.
<<crim1>>Maybe I could make an exception. As long as we come to a certain... arrangement.<</crim1>>
<<me>>Oh? I'd imagine your boss wouldn't like that.<</me>>
<<crim1>>What she doesn't know, won't hurt her.<</crim1>>
She said, running her finger up my arm. I smiled at her.
<<me>>Oh? Let's ask her then.<</me>>
I said, looking up at the woman standing at the head of the table.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/14.png">\
<<me>>Hey <<nassw>>.<</me>>
<<ncrim1>> straightened up, fear on her face, as she looked back at <<nassw>>.
<<assw>><<nme>>. It's good seeing you again.<</assw>>
<<me>>Would you believe me if I said I feel the same way.<</me>>
She looked down at <<ncrim1>>, the friendly face she showed me gone, the cold business woman taking her place.
<<crim1>>M-ma'am, I-<</crim1>>
<<assw>>What I don't know, huh?<</assw>>
<<ncrim1>> froze, as <<nassw>> tilted her head.
<<assw>>I don't think I gave you the right to steal from me, <<ncrim1>>.<</assw>>
<<ncrim1>> shook her head.
<<crim1>>N-no, ma'am, it's not-<</crim1>>
<<nassw>> placed her hand on <<ncrim1>>s head, brushing her head. A smile spread on <<nassw>>s face, although it didn't feel at all like the one she showed me.
<<assw>>Sshh, sshh. We can talk about it later.<</assw>>
She snapped her fingers, pointing to the other side of the booth. <<ncrim1>> stood up, immediately moving out of the way. <<nassw>>s warm smile returned as she took the seat.
<<assw>>What brings you to my lovely establishment, <<nme>>? I do hope you thought about our last chat.<</assw>>
<<me>>Just wanted to relax. And I was doing just that.<</me>>
I said, giving <<nbusids>> a smile. She looked worried, her eyes flicking back and forth from me and <<nassw>>.
<<me>>When your girl interrupted us.<</me>>
<<nassw>> pouted.
<<assw>>Boo.<</assw>>
<<me>>While I appreciate the help, I did want to get back to it.<</me>>
<<nassw>> sighed.
<<assw>>Very well. Way to make a girl feel unwelcome.<</assw>>
<<busids>>W-wait.<</busids>>
All eyes turned to <<nbusids>>, who looked just as surprised at the words that had left her mouth. Still, she swallowed, and kept going.
<<busids>><span class="AssWText">Ms. Monroe</span>. I...<</busids>>
Her eyes snapped to me, then back to <<nassw>>.
<<busids>>I had some... Business with you.<</busids>>
<<assw>>Oh?<</assw>>
She said, her eyebrow raising. She turned to <<nasswbg>>, who leaned in, whispering something into her ear. After a moment, <<nassw>> nodded.
<<assw>>So, <<nasswbg>> tells me you brought us a present?<</assw>>
<<nbusids>> gulped.
<<busids>>T-to cover my debt.<</busids>>
<<nassw>> inspected <<nbusids>>, her eyes momentarily glancing at <<ncrim1>>, before going back to <<nbusids>>.
<<assw>>Well?<</assw>>
She asked <<nasswbg>>, who leaned into her ear.
<<assw>>Interesting. And where did you get it?<</assw>>
<<busids>>I...<</busids>>
She trailed off.
<<assw>>Well, <span style="color: #80ff91">Ms. Contreras</span>, lucky for you, we accept all forms of currency.<</assw>>
<<busids>>Yeah?! So my debt-<</busids>>
<<assw>>Is almost paid off.<</assw>>
<<nbusids>> sunk at those words.
<<busids>>A-almost?<</busids>>
<<assw>>Even at the full street value, it still doesn't cover it all.<</assw>>
<<busids>>I... I don't...<</busids>>
I was sitting back, letting the conversation go on. I could follow along from context clues. Turns out <<nbusids>> didn't steal from the hospital for nothing. I felt bad for her, when I saw <<ncrim1>> smirk on the other side of the table. I frowned.
<<me>>How much is a favor from me worth?<</me>>
I asked, surprising all of the women at the table. <<nbusids>> and <<ncrim1>> looked confused, but <<nassw>> smiled, leaning on the table, her head resting on her hand.
<<assw>>Mmm, I don't know why I like that so much about you, <<nme>>.<</assw>>
I didn't respond.
<<assw>>One favor?<</assw>>
She sighed.
<<assw>>That should cover it.<</assw>>
<<me>>Good.<</me>>
I said, giving a wink to <<ncrim1>>, who was looking at her boss with a confused look.
<<assw>>Well then, <span style="color: #80ff91">Ms. Contreras</span>, it would seem our business is complete.<</assw>>
<<nbusids>> gasped, looking at <<nassw>>, then back at me.
<<assw>>I'll be contacting you soon, <<nme>>.<</assw>>
She said, standing up. She paused, before shivering.
<<assw>>Now I'm excited.<</assw>>
With that, she walked away, <<ncrim1>> quickly following her. <<nasswbg>> stepped forward, offering me a keycard. I took it, and he walked away. I looked at it for a moment. It was black, with the logo of the club in gold on it, and nothing else. They did have style, if nothing else.
<<busids>>Who are you?<</busids>>
I turned back to <<nbusids>>, who looked equally happy and afraid.
<<me>>Honestly? Nobody.... Yet.<</me>>
She continued staring at me.
<<me>>Anyway, where were we? I told you you're beautiful, and you were about to tell me I'm handsome, no?<</me>>
She flinched at that, before laughing. Loudly. Even over the music. She continued laughing, and I let her go on. As much as I think I got good jokes, she was clearly relieved. And I still had a plan.
<<busids>>I think we need more drinks!<</busids>>
She said, wiping a tear from her eyes.
<<linebreak>>
<<busids>>S-sorry, it's a bit small.<</busids>>
She said, as I carried her into her apartment building. She wasn't lying. Even with her wrapped around me, I could see her bed, kitchen, and bathroom, from the entrance. I shrugged, and leaned forward, taking her lips with mine, our tongues entwining. I walked in, her ass in my hands as her legs were wrapped around my waist. I kicked the door close behind us, as I continued making out with her, before pulling back.
<<me>>If there's a bed, I reckon I'll be a happy man.<</me>>
She bit her lip, nodding, pointing towards one of the doors. I smiled, and lifted her, throwing her over my shoulder, eliciting laughter.
<<me>>Good girl.<</me>>
She moaned, as I opened the door she pointed to, to find a bed... And not much else. The apartment really was small. Still, I wasn't lying before, as I tossed her onto it.
<<busids>>Mmmm, it's been too long.<</busids>>
She said, watching as I slowly pulled my shirt off, a moan coming from her as she saw my naked chest.
<<me>>Well I'm here to please.<</me>>
I said, slowly pulling my belt off. Before I could, she put her hand on top of mine.
<<busids>>I...<</busids>>
<<me>>Is everything ok?<</me>>
<<busids>>Yes!<</busids>>
She said, her other hand moving to my crotch, feeling my rapidly hardening cock.
<<busids>>I just... I'm kind of...<</busids>>
She trailed off, and I let her continue. After a moment, she looked up at me.
<<busids>>I have certain... Fantasies...<</busids>>
<<me>>Oh.<</me>>
I said, half sighing, half chuckling.
<<me>>Ok, hit me.<</me>>
She paused.
<<busids>>Well... My last boyfriend... He broke up with me... He said it was weird...<</busids>>
I frowned at that.
<<me>><<nbusids>>. I don't want to sound like a fucking dweeb when I say this, it's just honest. You're a very attractive woman. There is a very small list of fetishes that would turn me off, coming from you.<</me>>
She nodded, before stealing herself.
<<busids>>W-well, I kinda... I like to pretend that my partner... is, like... My father...<</busids>>
She said, blushing so hard, her ears turned red.
<<me>>I... Is that it?<</me>>
I asked.
<<busids>>And I'm not actually attracted to my dad!<</busids>>
She said, quickly.
<<busids>>He wasn't even there when I was growing up, it's just-<</busids>>
I put my finger on her lips.
<<me>>Baby girl, if you wanted daddy to fuck you, all you had to do was ask.<</me>>
I said, slowly lowering my finger, spreading her lips. She stared up at me, letting me open her mouth.
<<me>>Well? Daddy's cock is hard. What are you going to do about it?<</me>>
I asked, her breathing much shallower than before.
<<busids>>I... I want to suck it daddy.<</busids>>
<<me>>Good girl.<</me>>
I said, putting my hands down.
<<me>>Get daddy's cock out.<</me>>
She nodded, in a daze, looking down at my crotch. She undid my pants, and slowly pulled them down, my cock springing out. She gasped, and slowly wrapped her hand around the base of it.
<<busids>>It's so hard daddy.<</busids>>
She said, her voice getting higher.
<<me>>What are you waiting for, baby girl? Daddy wants to feel your tongue.<</me>>
<<busids>>Yes daddy.<</busids>>
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/04.gif">\
She said, taking my cock into her mouth, moaning as she did. I sighed, and placed my hand on her head, putting my head back. I didn't push her, content with letting her move at her own pace. I don't know what was wrong with her last boyfriend, but I was glad for it. I could be her daddy.
<<me>>Does it taste good baby girl?<</me>>
She slowly slid it out of her mouth, giving it one final lick.
<<busids>>So good daddy.<</busids>>
<<me>>Like you were born for being daddy's special cock sucker.<</me>>
She moaned at hearing that.
<<me>>Back in your mouth baby girl.<</me>>
I grabbed one of her hands, bringing them to my balls.
<<me>>And massage daddy's balls. I want you to swallow all of your brothers and sisters.<</me>>
<<busids>>Oh god.<</busids>>
She groaned, taking my cock back in her mouth with more gusto, holding the base of my cock with one hand, and the other one slowly massaging my balls.
<<me>>That's it baby girl.<</me>>
<<busids>>Am I doing a good job daddy?<</busids>>
<<me>>You could use some training.<</me>>
I saw her pout as she looked up at me, flashing me puppy dog eyes.
<<me>>Don't worry baby. Daddy will make sure you get lots of practise.<</me>>
She moaned at that, her hand starting to stroke my cock.
<<me>>That's it baby. I'm getting close.<</me>>
She pulled her mouth off, putting both hands on my cock, jerking me off.
<<busids>>I want your cum daddy.<</busids>>
<<me>>I want to give it to you baby.<</me>>
She kept jerking me off.
<<busids>>Are you going to cover your little girls face in your seed daddy?<</busids>>
<<me>>I am, baby. You're working daddy's cock so well.<</me>>
<<busids>>Cum on me daddy. I want it so bad.<</busids>>
I grunted, and began shooting my load onto her face.
<<me>>Open your mouth baby. Daddy wants to fill your stomach.<</me>>
She listened, as she aimed my cock directly towards her tongue, covering it in my cum immediately. I shot rope after rope, emptying my balls into her mouth. Every couple of ropes, she gulped it all down, loudly, letting her face get a couple of ropes in the meantime. By the time I was finished, her face was covered.
<<busids>>You cum so much daddy.<</busids>>
<<me>>All the better to impregnate good little girls with.<</me>>
I grunted. Her eyes shot open.
<<busids>>Daddy...<</busids>>
She moaned.
<<me>>Why don't you bend over for daddy?<</me>>
I asked. She was breathing hard, as she stood up. She looked down, only just noticing she was still fully dressed. She quickly pulled her clothes off, grabbing my hand, placing it on her tits, before lowering it.
<<busids>>Are you going to knock me up daddy?<</busids>>
She brought my hand down again, to her pussy, as I felt it literally dripping in arousal.
<<busids>>Make me carry my little sister?<</busids>>
<<me>>Bend over baby girl.<</me>>
I growled.
<<linebreak>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/05.gif">\
<<busids>>Knock me up daddy!<</busids>>
<<nbusids>> moaned loudly as I pistoned deep into her pussy. We had been fucking for the last hour, and she had taken my last two loads happily.
<<me>>Take daddys cock.<</me>>
<<busids>>Fuck me daddy! Your cock is gonna-<</busids>>
She said, as she began twitching, the walls of her pussy spasming, pushing me over the edge.
<<me>>God, I'm cumming!<</me>>
I grunted, as I pushed my cock as deep as I could, and began shooting my third load directly into her womb, pressing the head of my cock right against her cervix.
<<busids>>MmmaAAaaaakeee meee a mmoommyyyy, dddaaaddddyyy!!!<</busids>>
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/06.gif">\
She moaned as she felt my warm seed entering her. I continued shooting my load inside her, making shallow thrusts, trying to fill her up as much as I could. After a minute, we both fell over onto her bed, covered in sweat.
<<busids>>J-jesus.<</busids>>
She moaned. I chuckled, causing her to laugh, pushing me to laughter. We both laid there for a while. Eventually, she turned around, facing me.
<<busids>>That was really good.<</busids>>
<<me>>I'm glad I was good enough.<</me>>
<<busids>>N-no, not-<</busids>>
<<me>>Oh, I wasn't?<</me>>
I asked, causing her to laugh again.
<<busids>>Ok, mr. Ego. You were good.<</busids>>
She said, inching towards me, putting her hand on my chest.
<<busids>>Really fucking good. But that wasn't what I was talking about.<</busids>>
<<me>>The roleplay then?<</me>>
<<busids>>Yeah... Thanks for going along with it.<</busids>>
<<me>>Please, that did just as much for me than it did for you.<</me>>
She looked up at me.
<<busids>>Really?<</busids>>
<<me>>Yeah, really. You aren't the only one with daddy issues.<</me>>
<<busids>>Oh? You?<</busids>>
<<me>>Uhm, well. Kind of. Mommy issues, really.<</me>>
She looked up at me, tilting in her head. I sighed.
<<me>>I don't have a dad. I was raised by my moms.<</me>>
<<busids>>Oh... Then, what-<</busids>>
<<if $fet.inc is 1>><<me>>Well, I say moms, but... My actual mom, she's great. Her wife though... She's a piece of work.<</me>><<else>><<me>>Well, I say moms, but... I was adopted, and it was very clear that only one of them wanted me. She's great, but her wife... She's a real piece of work.<</me>><</if>>
<<busids>>Thank you for sharing that.<</busids>>
<<me>>Hah. So, there. I regaled you with my life story.'<</me>>
She laughed at that, before getting quiet.
<<busids>>I guess I owe you mine now. Especially after everything you did tonight.<</busids>>
I shrugged.
<<me>>You don't owe me anything.<</me>>
She smiled, kissing me.
<<busids>>In case you couldn't tell... I have daddy issues.<</busids>>
<<me>>Whaaaat.<</me>>
<<busids>>Shut up.<</busids>>
She giggled, before getting serious again.
<<busids>>My father... He and my mom met, and she totally fell for him. Turns out he was married. Unfortunately, she found out only after getting pregnant.<</busids>>
I listened to her, not wanting to interrupt.
<<busids>>He comes from a... Well connected family. He's a cop, and quickly climbed the ranks, so when my mom tried to get him to... I don't know, do anything, she just got shut down.<</busids>>
<<me>>Fuck.<</me>>
<<busids>>Yeah. Eventually, it became clear he wanted nothing to do with us. So my mom just raised me herself. She did a really good job.<</busids>>
She said, getting quiet. I rubbed her shoulders.
<<busids>>She died last year.<</busids>>
I sighed.
<<me>>I'm sorry.<</me>>
<<busids>>Thanks.<</busids>>
She coughed, and shook her body.
<<busids>>Anyway, I... I didn't really know what to do. I made a bad decision, getting a loan from <<ncrim1>>. She made it seem like she was just trying to help me, but...<</busids>>
<<me>>You were never supposed to get out of the debt.<</me>>
<<busids>>Exactly. She used it to try and... Get me to join her business.<</busids>>
<<me>>And the drugs?<</me>>
Her eyes fluttered up to mine, and held them there for a moment, before shrugging, staring at my chest. I felt her begin to trace circles on it.
<<busids>>I have a... Half sister.<</busids>>
<<me>>Oh?<</me>>
<<busids>>She works at a hospital. So I... reached out to her. She didn't seem interested... Which is fine. For the best really. Made it easier to steal the drugs.<</busids>>
She chuckled weakly.
<<busids>>I probably sound terrible right now.<</busids>>
<<me>>You sound like you survived. And as far as I'm concerned, no one was hurt.<</me>>
She flashed me a warm smile.
<<busids>>Thanks.<</busids>>
She cleared her throat.
<<busids>>Anyway, that's where I got it. Want to hear the funniest part?<</busids>>
<<me>>Ha ha funny, or ironic funny.<</me>>
<<busids>>The latter.<</busids>>
<<me>>Drats.<</me>>
She giggled again.
<<busids>>She actually turned me into the cops.<</busids>>
<<me>>Your sister?<</me>>
<<busids>>Yep.<</busids>>
<<me>>That's... Not even ironically funny.<</me>>
<<busids>>No, but my father using his connections to get me out of trouble is.<</busids>>
<<me>>Oh?<</me>>
<<busids>>If you're hoping for a nice family reunion, don't hold your breath. I didn't even see him. Just a call, telling me not to do that again.<</busids>>
<<me>>Fuck me.<</me>>
<<busids>>Yep.<</busids>>
We laid there for a while, just holding each other, hearing each other breathe, until I spoke up.
<<me>>Do you... Want me to do something?<</me>>
<<busids>>Huh?<</busids>>
<<me>>I have... Connections. Skills. You saw it.<</me>>
She thought about it.
<<busids>>With <span class="AssWText">Ms. Monroe</span>.<</busids>>
<<me>>And others.<</me>>
She got quiet. I let it settle for a while.
<<me>>If not, it's fine. I don't want... I don't know, I'm not trying to rescue you or anything...<</me>>
She smirked at that.
<<busids>>Like with the drunk guy.<</busids>>
<<me>>Well I was trying to get into your pants.<</me>>
<<busids>>Oh, well that's noble.<</busids>>
<<me>>I already got into them, so...<</me>>
I said, trailing off. I figured I'd let her think about it, so I laid there. About 10 minutes of silence later, she spoke up.
<<busids>>You think you can do it?<</busids>>
<<me>>I do.<</me>>
She thought about it again. Only a minute later, she nodded.
<<busids>>Ok.<</busids>>
I nodded back.
<<me>>Ok.<</me>>
We laid there, until we fell asleep.
<<Button 'Fall asleep' 'Sleep' '.contbut' '$scene to 0, $commish.met to 1, $commishas.met to 1, $crim1.met to 1, $busids.met to 1, $commishas.phone to 1, $busids.phone to 1, $busids.text to 2, $busids.percent += 1, $crim1.percent += 1, $commish.percent += 1, $commishas.percent += 1, $NewCon to 1, $NewMes to 1, $tCommishaS to 0, $tBusiDS to 1, $keys.sonar to 1, $event.busids to 0, $event.gen1 to 0'>><<invkeyadd "Sonar Keycard">><<SleepAltLoc>>I sighed, standing outside of the Hardware store, as I felt light dread at the idea of entering. However, the fact that the cover story for the place was a sex toy shop, it took only a couple of weird looks before I bit the bullet and walked in.
<<cov4>>Finally.<</cov4>>
<<ncov4>> said from the counter, reading another magazine, something that seemed to be second nature to her.
<<cov4>>Here I was worried I'd have to get <<ncov2>> to bring you back herself.<</cov4>>
<<me>>A pleasure as always, <<ncov4>>.<</me>>
<<cov4>>Isn't it, though?<</cov4>>
I sighed, and moved towards the backroom, pushing my key in, waiting for all of the clicks to finish, before walking through.
<<cov4>>Have fun.<</cov4>>
I heard just as the door closed fully. Shaking my nerves off, I looked around. Last time, <<ncov2>> met me right at the entrance, but now... The place was empty.
<<me>>Hello?<</me>>
I called out, my voice not bouncing much off the walls, leaving the room unnaturally quiet. Shrugging, I made my way down the hall. I had been here enough times to know... Well, at least I remembered what rooms were where. But as I reached for the handle to product testing, a thought occurred. When they had me test the mark on <<nsis2>>, the rooms were... Scrambled wouldn't be correct. More like wrapped into themselves, like some weird mobius strip. Still, I gripped the handle, and twisted.
<<me>>Huh.<</me>>
I said, as I opened the door, revealing a room that... Did not fit. I mean, product testing didn't fit. Both in terms of physical space, and design, but the spectacle of it all made it work. This was like watching a movie that changed genres in the middle, as I stepped inside what looked to be a mixture of a woodshop, and a mechanic shop. It was large, fitting a whole host of rather mundane looking tools, but not absurdly. I could see the other three walls from the entrance.
<<cov3>>Oh, <<nme>>!<</cov3>>
I spotted <<ncov3>> stand up from one of the benches she was working on, quickly taking off what looked to be welding goggles.
<<cov3>>Oh, shoot, I was supposed to meet you at the lobby, huh?<</cov3>>
<<me>>Were you?<</me>>
She tilted her head, furrowing her brow, before realization hit her.
<<cov3>>Oh, you thought you were going to see <<ncov2>> again.<</cov3>>
<<me>>Yeah, kinda.<</me>>
<<cov3>>And you still came?<</cov3>>
<<me>>Well I didn't appreciate her tactics, <<ncov1>> explained it.<</me>>
<<cov3>>Brave.<</cov3>>
She said, her eyes looking past me, clearly getting lost in a memory.
<<cov3>>But no!<</cov3>>
She clapped loudly. I watched as the sound moved slowly, like a wave, wrapping around every surface in the room. As it did, I saw the tools she was using on the bench disappear, only for them to reappear when the wave reached hooks on the wall, appearing hung properly.
<<cov3>>Today, you're with me!<</cov3>>
<<me>>Ok, I'll give you that one, that was cool.<</me>>
<<cov3>>Yes it was, and a good example of what we're going to do today.<</cov3>>
I stood up straighter, excitement building.
<<me>>Am I finally going to learn a spell?<</me>>
<<cov1>>If it was up to me, this would have waited.<</cov1>>
I jumped from the voice behind me, turning to see <<ncov1>> sitting on a particularly comfy looking couch that definitely wasn't there before.
<<me>>H-hey <<ncov1>>. When did you get here?<</me>>
<<cov1>>Just now. <<ncov3>> told me you were here.<</cov1>>
I turned around to <<ncov3>>.
<<me>>When?<</me>>
<<cov3>>Magic is complicated business.<</cov3>>
She said, smiling widely, grabbing at the air in front of her with both of her hands. In one quick motion, she pulled back, a chair spawning from seemingly nowhere.
<<cov3>>But sometimes it's simpler than it looks.<</cov3>>
She said, as I felt... Something akin to a poke. I focused on my new senses, and felt a small tendril of magical energy leading from <<ncov3>>.
<<me>>You... You poked her?<</me>>
<<ncov3>> shrugged, nodding.
<<cov3>>Take a seat.<</cov3>>
I raised my brow at the two of them, before resigning to my fate. The cushion, while small, was very comfortable.
<<cov3>>The answer is yes.<</cov3>>
She said, pulling another chair from thin air, and sitting down a couple feet before me. Before I could respond, a table appeared, dropping from a foot up, landing right in between us. <<ncov3>> patted the table, before sitting back in her seat.
<<me>>Yes, I'm learning a spell?<</me>>
<<cov3>>Yes!<</cov3>>
<<me>>Fuck yeah.<</me>>
<<cov3>>Fuck yeah!<</cov3>>
<<ncov3>> responded, matching my energy.
<<me>>So what am I learning!? Fireball? Or-or what you do, spawning things?!<</me>>
<<cov3>>Invisibility.<</cov3>>
She said, matter of factly, her previous energy tempered.
<<me>>Oh.<</me>>
<<cov3>>I'd figure most guys would like invisibility.<</cov3>>
She leaned forward, her smile getting dangerously flirtatious. At that moment, I realized, again, how attractive the woman in front of me was. I guess the events of the past few weeks numbed me to them.
<<me>>Oh, well...<</me>>
I coughed, clearing my throat.
<<me>>Maybe before <<ncain>> came along. But now...<</me>>
Her smile only brightened at that admission, her tongue slowly licking it, making her lips look very kissable.
<<cov3>>We've been keeping tabs. You've gotten used to using Lust energy, haven't you?<</cov3>>
<<me>>I... Well, yes.<</me>>
I said, feeling my cheeks burning slightly.
<<cov3>>Well-<</cov3>>
She sat back.
<<cov3>>If it makes you feel better, it wasn't my choice.<</cov3>>
<<cov1>>You're lucky we're doing this at all.<</cov1>>
<<ncov1>> spoke up.
<<cov3>>Can the peanut gallery please hush?<</cov3>>
She said, sticking her tongue out to her fellow witch, who scoffed, before sitting back on her couch.
<<cov3>>She is a bit right though. This lesson does have a purpose.<</cov3>>
I felt some energy begin to build up around her.
<<cov3>>Pay attention. Closely.<</cov3>>
I nodded, and focused all of my senses on her. I watched as her energy slowly grew, building up. It felt familiar, until the energy began... Not dissipating.
<<me>>What is that?<</me>>
<<cov3>>Spells are complicated works. They require specific channels of magic, each needing to be completed at different moments in time-<</cov3>>
I continued inspecting what she was doing, as I realized why it looked and felt strange. Her magical energy was solidifying, for a lack of a better word, as each channel was then carved out.
<<cov3>>In different amounts, and various densities.<</cov3>>
I continued watching, as it started to look somewhat familiar.
<<me>>That looks...<</me>>
<<cov3>>Go on.<</cov3>>
I could hear her smiling as she spoke.
<<me>>It looks like a computer chip.<</me>>
Of sorts. It definitely had its similarities, but it felt more like a fusion of magic and computer engineering. The usual straight gold lines on green board were, here, a lot more curved, creating shapes, and what looked to be some type of script. Still, the resemblance was obvious. The energy finished solidifying, the channels all carved out in seemingly random channels, before more energy began building up. However, unlike the last batch, this energy flowed naturally into the built structure, until it was full. As it filled, the energy all fused together, and I watched as it wrapped around her body, slowly fading her away from reality.
<<cov3>>Correct.<</cov3>>
Her voice said, coming from where she was sitting.
<<me>>Ok, why did it look like that?<</me>>
<<cov3>>Because unlike Templars, we keep innovating.<</cov3>>
<<me>>So... What am I supposed to take away from that?<</me>>
I asked, as <<ncov3>> suddenly appeared right beside me, leaning against the table.
<<me>>Should I go take a computer science course at the college?<</me>>
<<cov3>>Ha!<</cov3>>
<<ncov3>> laughed at that, slapping my shoulder.
<<cov3>>No, no. The purpose of that wasn't to teach you the intricacies of how that worked. It was to show you what a spell actually looks like.<</cov3>>
She said, her face suddenly filled with curiosity.
<<cov3>>Which begs the question. How the fuck did your use of energy on <<nsis2>> cause a tracking spell?<</cov3>>
<<me>>Oh!<</me>>
I said, thinking back on when I did it. She had a fair point. I didn't do anything even remotely close to the intricate nature of the spell she casted. I just felt the energy build up, and once it reached a certain point, the energy just entered the person.
<<me>>I don't know.<</me>>
<<cov3>>Neither do I.<</cov3>>
She admitted, her eyes flashing with interest.
<<cov3>>Which is why today, you're learning to cast a proper spell.<</cov3>>
<<linebreak>>
I held the energy in my arm carefully, feeling the energy slowly condensing.
<<cov3>>That's it. Don't try to force it. It will just buck you. Instead, just direct it slowly.<</cov3>>
I nodded, as I tried doing what she told me to. It definitely was good advice, as when I tried forcing it before, it hurt. Not actual pain, more akin to shoving your hand in ice cold water. Pure shock. And even when you tried not to force it, it was almost second nature. Like getting told to drop a glass, and not try to catch it. Sometimes your body just moved by itself. Still, I had been making progress. In the three hour lesson, I managed to get the energy to solidify. It was very messy, and as explained by <<ncov3>>, wasn't good enough for even mid tier spells. But for simple invisibility, it would suffice.
<<me>>I-I think that's it.<</me>>
I said, slowly pulling back on the flow of energy, letting the structure stand on its own.
<<cov3>>It's... a pass.<</cov3>>
I sighed in relief.
<<cov3>>You're going to need a lot more training, but for today, it will suit our purpose. Now you carve.<</cov3>>
<<me>>How? Wouldn't that be forcing it?<</me>>
<<cov3>>Good question!<</cov3>>
She said, smiling brightly.
<<cov3>>Carving it doesn't require force like you would think. Carving isn't the best description, but it's what stuck.<</cov3>>
She shrugged.
<<cov3>>I would say a better description would be, you're dissolving it. The energy doesn't like staying in this form. Which is why you can't set up spells in this manner ahead of time, because even the best made structures would dissipate within the hour.
So, what you're doing is controlled demolition. You're speeding up the dissolution of tracks along the structure.<</cov3>>
<<me>>How?<</me>>
<<cov3>>It's your energy, just in solid form. You can reach out, and control it. Even if it doesn't feel like it now.<</cov3>>
I furrowed my brow, and looked at my structure.
<<cov3>>Stop.<</cov3>>
I looked back at her quickly.
<<me>>What?<</me>>
<<cov3>>You were about to dissolve the entire structure. Dissolving small channels requires a lot of concentration, before you get better at it. So, focus on making a single hole in the middle. The size of a needle.<</cov3>>
I looked back at my structure. A needle. Ok. I focused, and began slowly reaching out. The structure, as shoddily built as it was compared to <<ncov3>>s, still felt immovable as my energy approached it. But as it got closer, it started... Morphing. Like stone, to clay, moldable. I resisted the urge to control it, like <<ncov3>> said, and instead reached out to a small point in the middle, and allowed it to begin to flow. It took a moment, but slowly, it flowed back into me. I opened my eyes, and smiled as I saw the hole...
But then it kept growing. Slowly, until it was an inch in diameter, where it stopped.
<<cov3>>Wow. Ok, that was a definite pass.<</cov3>>
<<me>>Wait, really?<</me>>
<<cov3>>The structure still exists. That is a phenomenal success for the first attempt.<</cov3>>
I smiled, looking back at the structure.
<<linebreak>>
<<cov3>>You can let it flow a bit quicker.<</cov3>>
<<me>>It just feels like...<</me>>
I started, as I poured energy into the channels I had carved. Significantly less complicated than the ones that <<ncov3>> showed all those hours ago, but still functional, according to her. But as I poured energy into it, the structure started softening it.
<<cov3>>You're worried you'll dissolve it?<</cov3>>
<<me>>Yeah.<</me>>
<<cov3>>Magical energy is surprisingly intuitive. It should be, considering how human its nature is. It comes from the sins, something in every one of us. So focus on what you want it to do. Not dissolve. You want it to fill the channels. Picture something in your everyday life.<</cov3>>
I nodded, and focused on that idea. Filling a glass jar with water. The water will fill it, but never affect the glass.
<<cov3>>Good!<</cov3>>
She said, as I realized the energy filling was no longer affecting the structure at all, sturdy as it was before.
<<cov3>>What did you picture?<</cov3>>
<<me>>Glass jar.<</me>>
<<cov3>>When I was taught, I used waterskins.<</cov3>>
She smiled.
<<me>>Waterskins... LIke, made of leather?<</me>>
<<cov3>>Focus.<</cov3>>
I shook my head, and did as she told me. The energy flowed, and slowly filled it up, until it was full. When it filled, the energy all fused together.
<<me>>N-now what?<</me>>
<<cov3>>Reach out. Feel it with your sense.<</cov3>>
<<me>>...It feels weird. Solid, but not solid.<</me>>
<<cov3>>Now, just take it in.<</cov3>>
I did as she said, and allowed the energy to begin to flow up to me, until it was incorporated back to my natural energy.
<<cov3>>Congrats. You've just learnt your first spell.<</cov3>>
I opened my eyes, and looked down at my hands. I could see them, but they were semi transparent. Like someone lowered the opacity to 50%.
<<me>>Holy shit.<</me>>
<<cov3>>How does that feel?<</cov3>>
<<me>>Natural. Is that normal?<</me>>
<<cov3>>Yes. Although, you're going to need to practice this, every day.<</cov3>>
She said, sitting down in the chair she had brought out those many hours before.
<<cov3>>Alright. I showed you mine. Time to show me yours.<</cov3>>
<<me>>W-what?!<</me>>
<<linebreak>>
<<cov3>>Keep going!<</cov3>>
<<me>>I... I'm going to burst!<</me>>
<<cov3>>I'm almost done, don't stop!<</cov3>>
<<cov1>>Ok, stop.<</cov1>>
I groaned, as I let the energy I had been holding onto dissolve.
<<me>>Fuck.<</me>>
<<cov1>>Are you ok?<</cov1>>
<<me>>Y-yeah. I just never let it build up, and then held it. It just felt like pressure.<</me>>
<<cov1>>And are you happy?<</cov1>>
<<cov3>>Depends. Can you let him cast it on me?<</cov3>>
<<cov1>>No.<</cov1>>
<<ncov3>> sighed.
<<cov3>>Then I guess I'm happy.<</cov3>>
She said, sitting up, pulling her notebook with her.
<<cov3>>That certainly was something.<</cov3>>
She said, biting on her pencil.
<<cov1>>That's our cue to leave.<</cov1>>
<<me>>H-huh?<</me>>
<<cov1>>She's in research mode. Watch.<</cov1>>
She looked directly at the witch biting on the pencil, who had begun to pace as she read her notebook.
<<cov1>><<ncov3>>!<</cov1>>
She yelled, getting no reaction.
<<cov1>>She's going to be buried in that book for a week. So for now, head home. It's late.<</cov1>>
I checked my watch, and realized how long I had spent there. I nodded, and made my way out of the workshop, reaching the sex shop.
<<cov4>>You have a good time?<</cov4>>
<<me>>I... Am too tired to respond. Good night <<ncov4>>.<</me>>
<<cov4>>Good night.<</cov4>>
<<Button 'Leave' 'Brighttown' '.return2' '$player.spells += 1, $scene to 0, $event.mainstory to 0, $story.mainstory += 1'>><<me>>Isn't she a hot slut?<</me>>
<<nsis3>> moaned, and I had to cover her mouth to try to quiet her down, as the combination of Lust and me pumping her pussy with her dildo was hitting her hard.
<<me>>She is, isn't she?<</me>>
I felt <<nsis3>>s tongue against my hand, as her back arched again, her entire back spasming lightly as she was hit with another orgasm.
<<me>>That's a good girl. Cum to your mommy.<</me>>
She moaned again, my hand not slowing down even a little, her pussy welcoming the dildo. I kept fucking her with it as she rode her orgasm. Finally, she calmed down, and I moved my hand back down to her throat, placing a bit of pressure, and slowing down my pumping to a crawl, but never stopping it.
<<sis3>>M-mister...<</sis3>>
<img class="rightimg" src="images/Phone/Homescreens/9.png">\
She said, almost a question, as she looked up at me confused. I looked down at her with a neutral look, before swiping again, showing her the picture I had of <<nmom2>>, bent over with my handprint on her ass.
<<me>>I told you baby. I'm training you.<</me>>
I nodded towards the picture.
<<me>><<nsub1>> wouldn't be the only one. You knew that.<</me>>
She looked down at the picture of <<nmom2>>. I leaned forward, licking her ear sensually, before whispering.
<<me>>Don't you want to be a good rape slut for her?<</me>>
As I said that, I began moving my hand again, pushing the dildo deep inside of her, causing her to gasp.
<<me>>But more importantly, don't you want to be a good rapeslut for me?<</me>>
She bit her lip as a moan escaped.
<<sis3>>Y-yes mister.<</sis3>>
<<me>>I think we need to move past that name for me then.<</me>>
<<nsis3>> looked up at me, lust quickly taking over again as her pussy walls stretched around her dildo.
<<me>>Call me daddy.<</me>>
<<sis3>>Daddy...<</sis3>>
She muttered, her eyes flitting down, feeling the taste on her tongue. After a moment, she looked back up at me.
<<sis3>>Yes daddy.<</sis3>>
<<me>>And if daddy wants you to be a good rapeslut for him, what do you say?<</me>>
<<sis3>>Anything for daddy.<</sis3>>
I smiled, giving her a quick peck, then grabbed her face and pointed it towards the picture of <<nmom2>>.
<<me>>Daddy wants to watch you be a good rapeslut for mommy.<</me>>
She gasped, her body twitching slightly.
<<sis3>>I belong to you daddy.<</sis3>>
She said, licking her lips.
<<me>>Would you eat mommy's pussy?<</me>>
<<sis3>>No daddy.<</sis3>>
I paused, worried that I had pushed too much.
<<sis3>>Mommy would have to force me.<</sis3>>
I smiled in relief.
<<me>>Of course. I'll make sure mommy treats you properly.<</me>>
<img class="leftimg" src="images/Phone/Homescreens/21.png">\
I continued pumping the dildo, my hand covered in her juices as I kept at it. With my other hand, I swiped forward, this time to a picture of <<nsis1>> and <<nsis2>> together.
<<sis3>>Daddy...<</sis3>>
She moaned, her body tensing up again.
<<me>>What's wrong baby?<</me>>
<<sis3>>Th-this is... Wrong daddy...<</sis3>>
<<me>>I know.<</me>>
I said, leaning forward to kiss the back of her neck, causing her to moan.
<<me>>But my little rapeslut wants it, doesn't she?<</me>>
She moaned in response.
<img class="rightimg" src="images/Phone/Homescreens/22.png">\
<<me>>Just like me. I want you to be what you were born to be.<</me>>
I swiped the phone again, showing the pictures that <<nsis1>> and <<nsis2>> sent me.
<<me>>Don't you want to be the family rapetoy?<</me>>
<<sis3>>OooOh GooOod-<</sis3>>
She moaned, as her body began twitching again. I tightened my hold on her throat, causing her to moan louder, and making her to orgasm while looking at pictures of her older sisters naked. I sped up my other hand even more, juices squirting onto my hand even more than before as her third orgasm hit her even harder than the two before it.
<<me>>That's right slut. Cum. Picture your big sisters raping you.<</me>>
<<sis3>>Y-daddy-<</sis3>>
<<me>>Your big, serious sister <<nsis1>>, forcing you under her desk to eat her pussy while she does her paperwork.<</me>>
<<nsis3>> didn't stop moaning, but I saw her begin to nod lightly as her orgasm was hitting her.
<<me>>And <<nsis2>> bending you over, fucking her with her strapon.<</me>>
<<sis3>>FFfffFuuuuUUcCckkkK-<</sis3>>
<<me>>That's a good girl, cum for daddy.<</me>>
I continued pumping the cock into her pussy, until she finally stopped twitching on top of me. I slowly pulled the dildo out of her, light mewls coming from her. I lifted it, inspecting the whole scene. It, and my hand, were drenched. I lifted it to her mouth, and pushed it in, with zero resistance. I saw her tongue start to move, but as I watched, it was clear she was still out of it.
<<me>>Does that taste good baby?<</me>>
<<sis3>>Yyeesss dadddyy...<</sis3>>
<<me>>Good girl.<</me>>
We laid there for a while, until she finally regained her senses.
<<sis3>>D-daddy...<</sis3>>
<<me>>Yes baby?<</me>>
<<sis3>>Where did you get those pictures?<</sis3>>
<<me>>Why do you ask baby?<</me>>
She sat there quietly for a while, and I was fine with letting her think. After all, that was a fairly... Intense session. After a while, I figured it was time to guage her thoughts.
<<me>>Are you jealous?<</me>>
That finally got her attention, as she turned to look at me. She watched me for a while, and again, I let her. I was worried for a moment I would have to speak up again, before-
<<sis3>>You told me there would be others.<</sis3>>
<<me>>I did.<</me>>
<<sis3>>I guess I shouldn't be so surprised.<</sis3>>
She said, a small smile appearing. She grabbed my hand, and brought it up to her mouth, and began licking her juices off of it.
<<sis3>>You already claimed me.<</sis3>>
<<me>>And you're ok with that?<</me>>
She continued licking my hand, and again went into thought. At least this time I could enjoy the feeling of her tongue.
<<sis3>>I am.<</sis3>>
She looked up at me, lowering my hand, her gaze steady.
<<sis3>>You told me to trust you.<</sis3>>
She lifted me hand again, and kissed it.
<<sis3>>And I do. Even though you come into my room...<</sis3>>
She placed one of her hands on her throat, and for the first time I saw a light bruise begin to appear. I frowned, and reached over to look at it.
<<me>>Fu-<</me>>
She grabbed my hand quickly, and brought my attention to her face.
<<sis3>>It's ok daddy. Even though you come into my room and do these things to me... I trust you. And I love you.<</sis3>>
She leaned forward, and kissed me deeply.
<<me>>Still, I went too far.<</me>>
<<sis3>>That's ok. You just need practise.<</sis3>>
She smiled, and I shook my head, giving her a light kiss.
<<sis3>>Whenever you need it. Whenever you think I need to be trained. And when you think I'm ready for the next step, I'll follow your lead.<</sis3>>
I leaned forward, and hugged her tightly.
<<me>>I love you baby.<</me>>
She hugged me back.
<<sis3>>I love you too daddy.<</sis3>>
She pulled away, and looked down at the bulge in my pants.
<<sis3>>Does daddy need to use his rapetoy?<</sis3>>
She giggled as she flicked it gently. I sighed.
<<me>>No, I think I should hold back for now.<</me>>
I sat up, and ran my fingers down her leg.
<<sis3>>Ok.<</sis3>>
<<me>>Just know, that all of this...<</me>>
I said, pointing at... Well, the whole scenario.
<<me>>I want us both to enjoy it.<</me>>
She sat up, and gave me a kiss.
<<sis3>>I know. That's why I feel so safe with you. Even when I can't breathe. You're doing it for me.<</sis3>>
<<me>>Well I won't lie, I get something out of it.<</me>>
<<sis3>>Not tonight, apperently.<</sis3>>
She said, flicking my bulge. I chuckled.
<<me>>Just for now.<</me>>
I stood up, and looked back at <<nsis3>>.
<<sis3>>I love you too.<</sis3>>
She said, before I could. I smiled, nodded, and left the room.
<<if $Time lt 4>><<Button 'Leave her with her thoughts' 'Home' '.return2' '$scene to 0, $Time +=1, $sis3.scene.deleteFirst(6), $sis3.scene.pushUnique(7), $sis3.percent += 2'>><<else>><<Button 'Leave her with her thoughts, and go to bed' 'Sleep' '.return2' '$scene to 0, $Time +=1, $sis3.scene.deleteFirst(6), $sis3.scene.pushUnique(7), $sis3.percent += 2'>><</if>><<widget "recheck">>
<<set State.variables[_args[1]] = []>>
<<if State.variables[_args[0]].includes($mom1.loc) && $mom1.marked is 1 && $mom1.re.includes(_args[2])>><<set State.variables[_args[1]].pushUnique("mom1")>><</if>>
<<if State.variables[_args[0]].includes($mom2.loc) && $mom2.marked is 1 && $mom2.re.includes(_args[2]) && $mom2.scene[0] gte 5>><<set State.variables[_args[1]].pushUnique("mom2")>><</if>>
<<if State.variables[_args[0]].includes($sis1.loc) && $sis1.marked is 1 && $sis1.re.includes(_args[2]) && $sis1.scene[0] gte 6>><<set State.variables[_args[1]].pushUnique("sis1")>><</if>>
<<if State.variables[_args[0]].includes($sis2.loc) && $sis2.marked is 1 && $sis2.re.includes(_args[2])>><<set State.variables[_args[1]].pushUnique("sis2")>><</if>>
<<if State.variables[_args[0]].includes($sis3.loc) && $sis3.marked is 1 && $sis3.re.includes(_args[2]) && $sis2.scene[0] gte 8>><<set State.variables[_args[1]].pushUnique("sis3")>><</if>>
<<if State.variables[_args[0]].includes($sub1.loc) && $sub1.marked is 1 && $sub1.re.includes(_args[2]) && $sub1.scene[0] gte 4>><<set State.variables[_args[1]].pushUnique("sub1")>><</if>>
<<if State.variables[_args[0]].includes($comb.loc) && $comb.marked is 1 && $comb.re.includes(_args[2])>><<set State.variables[_args[1]].pushUnique("comb")>><</if>>
<<if State.variables[_args[0]].includes($bankc.loc) && $bankc.marked is 1 && $bankc.re.includes(_args[2]) && $bankc.scene[0] gte 6>><<set State.variables[_args[1]].pushUnique("bankc")>><</if>>
<<if State.variables[_args[0]].includes($bankw.loc) && $bankw.marked is 1 && $bankw.re.includes(_args[2]) && $bankw.scene[0] gte 5>><<set State.variables[_args[1]].pushUnique("bankw")>><</if>>
<<if State.variables[_args[0]].includes($assw.loc) && $assw.marked is 1 && $assw.re.includes(_args[2]) && $story.side2 gte 4>><<set State.variables[_args[1]].pushUnique("assw")>><</if>>
<<if State.variables[_args[0]].includes($asswgf.loc) && $asswgf.marked is 1 && $asswgf.re.includes(_args[2]) && $asswgf.scene[0] gte 5>><<set State.variables[_args[1]].pushUnique("asswgf")>><</if>>
<<if State.variables[_args[0]].includes($dass.loc) && $dass.marked is 1 && $dass.re.includes(_args[2])>><<set State.variables[_args[1]].pushUnique("dass")>><</if>>
<<if State.variables[_args[0]].includes($hospad.loc) && $hospad.marked is 1 && $hospad.re.includes(_args[2])>><<set State.variables[_args[1]].pushUnique("hospad")>><</if>>
<</widget>><<sis3>>Hi mister.<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 3/24.png">\
<<nsis3>> spoke in her innocent, girly voice, immedietely setting the mood. Granted, most of the time we spent together these days involved our little roleplay. Still, even as I walked in to her room and closed the door behind me, it did make me think about what <<nsis1>> was talking about. It felt strange, but it did feel like we were closer.
<<me>>Come here.<</me>>
I said, spreading my legs. She flashed me a knowing smirk, and walked over to me, her hips swaying far more than normal. Before she could get down on her knees, I stopped her, and sat her down between my legs. She seemed surprised for a moment, before leaning back into me as I wrapped my arms around her.
<<sis3>>You're being gentle today.<</sis3>>
She said, lightly sighing as she settled into my embrace. I leaned forward, kissing her head.
<<me>>Is that a problem?<</me>>
<<sis3>>No, it's just unexpected.<</sis3>>
<<me>>Well if it makes you feel better, I'm not here just to hug.<</me>>
I felt her ass wiggle a little, my cock pressing into it from behind, followed by a giggle.
<<sis3>>I hope not.<</sis3>>
<<me>>Do me a favor, go get your dildo.<</me>>
I felt her tense up slightly, and looking down, I could see her ears start to blush.
<<sis3>>I- I know we've fooled around, but a girl still needs a bit of-<</sis3>>
I cut her off, reaching up and grasping her neck firmly, eliciting a moan from her.
<<me>>You don't get to say no to me baby.<</me>>
<<sis3>>But mister-<</sis3>>
<<me>>A rapeslut does what she's ordered to do. Otherwise she gets punished.<</me>>
I growled into her ear.
<<sis3>>Aaahhmmmm. O-ok mister.<</sis3>>
She said, slowly sliding off the bed. She looked up at me, pouting, before slowly crawling over to her bedside table, and slowly opening the bottom drawer, pulling out a purple dildo. She crawled back, getting back into position, before handing it to me. I inspected it. It was a smooth purple, traditional style dildo. Granted, I wasn't exactly the dildo expert. The only thing I knew for sure...
<<me>>When did you get this?<</me>>
She looked away, embarrassed again, before a quick squeeze on her throat caused her to answer.
<<sis3>>A... A while ago...<</sis3>>
<<me>>Well I couldn't help but notice that it's about the same size as my cock.<</me>>
I saw her nod lightly, before looking back up at me, staring me right in the eye, biting her lip.
<<sis3>>A little smaller mister. I wanted to make sure you could use all of my slutty hole, but I still wanted...<</sis3>>
She trailed off, her earlier confidence crumbling as she continued with the sentence.
<<me>>Wanted what?<</me>>
<<sis3>>I wanted to be a good rape for you mister.<</sis3>>
I smiled, my hand releasing her throat and moved to her chest, pinching her nipple through her dress.
<<sis3>>MmmmmmMMmmM.<</sis3>>
<<me>>Is that so?<</me>>
<<sis3>>It's important that I make raping me as pleasurable for my rapist as possible mister.<</sis3>>
She said in between moans. I raised the dildo up, and pressed it against her lips. She was surprised, but quickly acquiesed.
<<me>>You are a good rapeslut, aren't you?<</me>>
She nodded, moaning as she sucked on the head of her own dildo, my other hand rubbing her breasts through her outfit.
<<me>>That's good. You should always make sure you're fun to rape. That's what's most important, right?<</me>>
Again, she nodded, moaning lightly as I pushed the dildo further into her mouth, saliva begining to drip out of the sides.
<<me>>Good girl.<</me>>
I said, leaning forward and kissing her head again, pulling the dildo out of her mouth.
<<me>>The reason I came here was because I wanted to help you.<</me>>
<<sis3>>Help me?<</sis3>>
<<me>>Embrace your future.<</me>>
I smiled, and pulled my phone out. We both watched as I pulled up a picture of Gwen, then set it down on her bedside table.
<img class="rightimg" src="images/Phone/Homescreens/15.png">\
<<me>>Isn't she pretty?<</me>>
<<sis3>>She is mister.<</sis3>>
<<me>>She's the girl I fuck when I don't feel like raping your slutty little holes.<</me>>
I said, moving the dildo down her body. I felt her shudder with excitement as I passed by her nipple, then her stomach, until I reached the bottom of her dress.
<<sis3>>She's so lucky mister.<</sis3>>
She reached down, grabbing the hem of her dress, and slowly pulled it up, her eyes not leaving the picture of her best friend, as I flipped to the next one.
<<sis3>>So lucky.<</sis3>>
She whispered, biting her lip lightly as the picture of her naked popped on screen. I slowly moved the dildo up her thigh, until I reached her panties, pressing the head against them.
<<sis3>>Oh god...<</sis3>>
<<nsis3>> moaned as I pulled the plastic cock back, already with a layer of her juices, even through her panties.
<<me>>You're so wet already slut. Does my girlfriend turn you on that much?<</me>>
<<sis3>>I...<</sis3>>
She started, before stopping. I pressed the dildo back against her pussy.
<<me>>Come on baby. Be honest.<</me>>
<<sis3>>I don't know what it is mister.<</sis3>>
She spoke quietly.
<<sis3>>Ever since you told me about what you plan on doing to me.<</sis3>>
Her eyes slowly lifted up to me.
<<sis3>>Sharing me with her, like I'm nothing but a set of holes for you to fuck.<</sis3>>
I leaned forward, taking her lips with mine. As I did, I pulled her panties to the side, and pressed the dildo, pushing it inside her. She moaned into my mouth as we shared the moment. After a few seconds, she pulled back.
<<sis3>>No say of my own...<</sis3>>
<<me>>Does that turn my little rapetoy on?<</me>>
<<sis3>>Yes mister.<</sis3>>
<<me>>Good.<</me>>
I pushed the dildo deep inside her, causing her to arch her back, as I began pumping it in and out of her tight hole. I swiped my screen, and presented the picture of <<nsub1>> sucking my cock.
<<me>>That's good baby.<</me>>
<img class="leftimg" src="images/Characters/House/Roommate 3/25.webp">\
We stayed there for a while, me pumping the plastic cock into her, as she moaned like a slut. After a while, I pushed it deep inside her, then let go of the dildo. I smiled as she moaned, even as it stayed inside her. I reached down, and undid my belt.
<<me>>Hands behind your back, baby.<</me>>
<<sis3>>Yyes miister...<</sis3>>
She said, her words slurring lightly as she recovered from her orgasm. She lazily brought her arms back, leaning forward to give me access, and I wrapped my belt around them tightly, making sure it wouldn't hurt her. Once secured, I pulled her back.
<<sis3>>Whaat are yoou goiing to doo to me misster?<</sis3>>
<<me>>The training continues.<</me>>
I said, swiping again, as a photo of <<nmom2>> popped up.
<<sis3>>Wha-<</sis3>>
She sat up, confused, before I wrapped my hand around her throat, and pulled her close to me, my other hand starting to pump the dildo again.
<<Button 'Take your training like a good rapetoy' 'Sis3: 6-2' '.lustbut' '$player.lust += 1'>><<nobr>>
<<set _renumber to random(0, $RanEnMid.length - 1)>>
<<set $ranenplay to $RanEnMid[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">><<asswgf>>Come on <<nasswgfbf>>!<</asswgf>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/F/25.png">\
I heard <<nasswgf>> as I walked through midtown. I turned around, and saw her, standing near a car, thumbing through her phone. It only took another second before she got annoyed again.
<<asswgf>>I don't have all day!<</asswgf>>
She said, as I saw <<nasswgfbf>> walking towards the car, his hands and arms cartoonishly filled with different bags. He was struggling a bit as he reached the car.
<<asswgfbf>>Sorry babe. I wanted to make sure I wouldn't drop anything.<</asswgfbf>>
<<asswgf>>Good thing you didn't!<</asswgf>>
I stepped forward, and slapped <<nasswgf>>s ass.
<<asswgf>>Hey! Wha-<</asswgf>>
She turned to glare at me, before the anger dissipated.
<<asswgf>>Oh my god! <<nme>>! You surprised me!<</asswgf>>
She smiled brightly, her hands going up to wrap around my neck as she pulled me into a deep kiss, one I didn't fight. I kept my hand on her ass as I made out with her, before <<nasswgfbf>> finally interrupted us, clearing his throat.
<<asswgfbf>>H-hey <<nme>>. You think you could help me-<</asswgfbf>>
<<asswgf>>Hey! We're doing something here!<</asswgf>>
She snapped at <<nasswgfbf>>, before turning back to me with no anger.
<<asswgf>>You're going to love the things I bought today. Well, that <<nasswgfbf>> bought. I got them for you.<</asswgf>>
<<asswgfbf>>B-babe, you mean for me?<</asswgfbf>>
She scoffed at that.
<<asswgf>>Why the fuck would I care about that? I want <<nme>> to see me.<</asswgf>>
She turned to me, biting her lips.
<<asswgf>>I look like a proper whore in some of these.<</asswgf>>
She reached down, rubbing her stomach.
<<asswgf>>And proper whores should be filled. So whenever you feel like it, just come by.<</asswgf>>
<<asswgfbf>>W-well, I-<</asswgfbf>>
<<asswgf>>Whenever!<</asswgf>>
She said, cutting off her boyfriend, before glaring at him.
<<asswgf>>Get it all in the car already!<</asswgf>>
<<asswgfbf>>Y-yes babe.<</asswgfbf>>
I shook my head, and began walking away.
<<asswgf>>Bye <<nme>>.<</asswgf>>
I waved back at her, and left.<<if not $GallImg.includes("images/Phone/Gallery/25.png")>><<set $tempasswgf to 1>><</if>>
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Midtown' 'Midtown' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnShop.length - 1)>>
<<set $ranenplay to $RanEnShop[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">><<sis1>>Hey babe.<</sis1>>
<<nsis1>> wrapped her arms around me, pushing her body against mine as our lips met. My hands naturally drifted to her waist, then ass, as we made out with each other. After a minute, we finally broke apart.
<<sis1>>What are you doing down here?<</sis1>>
<<me>>Mmm, nothing much. Just thought I'd take a look around.<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 1/28.png">\
She smiled at me, before pushing me away playfully, as she began to pose.
<<sis1>>Well what do you think?<</sis1>>
She ran her hands up and down her dress, showing off all of her curves.
<<me>>It looks fantastic. Although-<</me>>
<<sis1>>If you say I'd look better without it, I'm throwing a shoe at me.<</sis1>>
I paused.
<<me>>Well you got me in a box here.<</me>>
She giggled at that, before wrapping her arms around me again.
<<me>>I can't help that you look amazing naked.<</me>>
She purred at that, as she pressed her body against me, my cock starting to harden.
<<sis1>>I guess the feeling is mutual, so you're safe... For now.<</sis1>>
<<me>>Hey, I'll gladly take mine off if-<</me>>
<<sis1>>Ok, cool it horndog.<</sis1>>
She said, pushing me away, grabbing the bags she had, before winking.
<<sis1>>I'll see you soon.<</sis1>>
She blew a kiss, before leaving the shop.
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Shopping' 'Shopping' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnDown.length - 1)>>
<<set $ranenplay to $RanEnDown[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">><<assw>>Fancy seeing you here!<</assw>>
I heard from behind me. At the outside patio of a small restaurant, I saw <<nassw>> sitting.
<<me>>Oh. Hey <<nassw>>, what are you doing here?<</me>>
<<assw>><<if $Time is 0>>Breakfast<<elseif $Time is 1>>Lunch<<elseif $Time is 2>>An afternoon snack<</if>>.<</assw>>
She looked down, prompting me to follow, to where she had a plate of food.
<<assw>>Care to join me?<</assw>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/15.png">\
She said, before a smile crossed her face. Her legs slowly spread.
<<assw>>Or maybe you'd like to eat something else?<</assw>>
<<me>>Oh, are you offering?<</me>>
I said, falling into flirtatious mode by accident.
<<assw>>Well you seemed to enjoy it on our first date.<</assw>>
<<me>>I wasn't the only one.<</me>>
<<assw>>No, you weren't.<</assw>>
She said, a glint in her eye, as she leaned forward, her cleavage showing.
<<assw>>The offer is always there for you, stud.<</assw>>
I cleared my throat.
<<me>>Ahem. Maybe next time.<</me>>
She smirked.
<<assw>>So long as you admit there will be a next time.<</assw>>
I shook my head, and walked away.
<<assw>>I'll be seeing you soon!<</assw>>
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Downtown' 'Downtown' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnCity.length - 1)>>
<<set $ranenplay to $RanEnCity[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'City Hall' 'City Hall' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnBright.length - 1)>>
<<set $ranenplay to $RanEnBright[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">><<me>>What a surprise.<</me>>
I said, as I slapped the ass of the girl in front of me. She turned around, fury on her face, before she realized who it was.
<<bankc>>Sir!<</bankc>>
<img class="leftimg" src="images/Characters/Town/Bank/Cashier/27.png">\
She stepped forward, before looking behind her.
<<bankc>>Did you want to slap my ass again.<</bankc>>
<<me>>No slut.<</me>>
I said, wrapping my arm around her waist, and grabbing a handful of her ass.
<<bankc>>Mmmm.<</bankc>>
She moaned as I began playing with her ass.
<<bankc>>What were you doing down here sir?<</bankc>>
<<me>>Just looking around. I was also thinking of looking for a slut to use.<</me>>
Her eyes looked up at mine, half filled with desire, and half with worry.
<<bankc>>If you need a slut to milk you dry...<</bankc>>
She smiled, reaching down and massaging my crotch.
<<bankc>>You know I'm always here. Or, if you want to use my dumb slut fiances holes, I'll gladly put something in her drink again.<</bankc>>
I slapped her ass.
<<me>>Maybe next time. For now, go back to whatever you were doing slut. I'll be over to use you soon.<</me>>
<<bankc>>Thank you sir. I can't wait.<</bankc>>
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Brighttown' 'Brighttown' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnSub.length - 1)>>
<<set $ranenplay to $RanEnSub[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">><<bankw>>Hello sir!<</bankw>>
<<nbankw>> yelled out to me as she was jogging past. I wasn't expecting to see her out here, but it was a nice surprise.
<<me>>Hey <<nbankw>>. Out for a jog?<</me>>
<img class="leftimg" src="images/Characters/Town/Bank/Wife/23.png">\
I asked, looking her up and down, enjoying the tight clothes she was in, something she noticed as she posed a bit.
<<bankw>>Of course. I want to keep my body in tip top shape.<</bankw>>
She took a step forward, pressing her large breasts on my chest.
<<bankw>>You deserve to fuck only the most beautiful sluts.<</bankw>>
I smiled, grabbing a hold of her ass, before feeling something.
<<me>>And what is that?<</me>>
SHe blushed a little, before looking around.
<<bankw>>Like I said, I'm trying to keep my body as useable for you baby.<</bankw>>
She said, and reached back into her pants, and began moaning. My eyes went wide, and I looked around, realizing what she was doing. Not seeing anyone, I looked back in time, to see her presenting a butt plug.
<<bankw>>I made the cuck buy it. He spends every morning you aren't gracing our bed tongueing my asshole, until it's lubed enough to fit this in.<</bankw>>
She smiled, giving the butt plug a lick, covering it in saliva.
<<bankw>>And I make him acknowledge he's stretching his wife's asshole for our bull to fuck.<</bankw>>
She reached back, moaning again as she slowly inserted back inside her. Once done, I leaned forward, taking her lips with mine. I fondled her ass as we made out on the street, massaging the buttplug, wanting to give her some pleasure.
<<me>>That's a good slut.<</me>>
<<bankw>>Thank you sir.<</bankw>>
I smiled, and let her go, slapping her ass.
<<me>>Now get going.<</me>>
She giggled.
<<bankw>>Yes sir.<</bankw>>
I watched her ass jiggle as she jogged away, flashing me a smile as she went.
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Suburb' 'Suburb' '.contbut' '$scene to 0'>><<nobr>>
<<set _renumber to random(0, $RanEnColl.length - 1)>>
<<set $ranenplay to $RanEnColl[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Random scene with <<nmom1>>!
<<elseif $ranenplay is "mom2">>Random scene with <<nmom2>>!
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">>Random scene with <<nsis3>>!
<<elseif $ranenplay is "sub1">><<me>>Hey baby girl.<</me>>
said, walking up behind <<nsub1>> as she was talking to a guy. I didn't spend a lot of time on the campus, but sometimes I liked to walk through, and I could feel <<nsub1>> through the mark. <<nsub1>> was surprised, but the moment she saw me, she lit up.
<<sub1>>Hi dad-<</sub1>>
<img class="leftimg" src="images/Characters/Town/Suburb/Sub1/15.png">\
She stopped mid sentence, her cheeks going crimson as she turned back to the guy.
<<sub1>>I-I'll see you later Isaac!<</sub1>>
Grabbing my arm, she quickly sped away from him, until we were around the corner, in what looked to be an alley. It was still on campus, but it was definitely more private.
<<sub1>>Hi daddy!<</sub1>>
She said, wrapping her arms around my neck, and reaching up for a kiss. I leaned forward, and took her lips with mine. We made out, our tongues dancing around, before I felt her moan. It was due to the fact that I pushed my hand down the front of her pants, and began rubbing her pussy.
<<sub1>>Daddy, I don't think that's a good idea.<</sub1>>
<<me>>Shhh, baby girl.<</me>>
I said, pushing my fingers inside of her. I began fingering her slowly.
<<me>>You don't have to think when daddy is here.<</me>>
I began pushing my fingers in deeper.
<<sub1>>OOooOooohhhh.<</sub1>>
She moaned out.
<<sub1>>In fact, when daddy is here, his baby girl should only have one thought in her head.<</sub1>>
I began teasing her clit as my fingers pushed further.
<<me>>How can my dumb whore holes please my daddy now?<</me>>
She smiled through a moan.
<<sub1>>OooOOkkk, daddy.<</sub1>>
<<me>>Good girl.<</me>>
I pulled my fingers out, and brought them to her face.
<<me>>Open.<</me>>
She did as she was told, and I shoved my fingers into her mouth, deep enough to make her gag.
<<me>>Clean your whore juice off of daddys fingers.<</me>>
She fought through the gags, before I felt her tongue slowly moving, her lips wrapping around the base of my fingers to suck her own juices off of her. I finger fucked her face for a few moments, before finally pulling out, leaving her in a horny daze.
<<me>>Good girl. Now, go to class.<</me>>
<<sub1>>O-ok daddy.<</sub1>>
I slapped her ass as we went our separate ways.
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'College' 'College' '.contbut' '$scene to 0'>><<if $replay is "busids-1">>\
\
\
\
<<cain>>I'm just saying, don't get cocky just because we got absurdly lucky.<</cain>>
<<met>>I'm not cocky. Trust me when I say I fully realize the danger of this plan.<</met>>
I said as I opened the door to the Livington city hall. The building was fairly large, and although I had never been there in person, it looked a lot like the style of something like Grand Central Station. There was probably a name for the style, but I never claimed to be an architect.
<<cain>>And yet here we are.<</cain>>
I stopped by the front desk, asking the stocky man behind the counter where I would be able to find the office of <span style="color: #80ff8c;">Fernando Solis</span>. A quick point towards a hallway, leading to an elevator, and I was on my way up.
<<met>>Like I said, I'm not here to actually do anything.<</met>>
<<cain>>Scoping the place out isn't exactly a solid plan.<</cain>>
<<met>>I didn't hear you make other suggestions.<</met>>
I responded, finally quieting <<ncain>>.
<<met>>Exactly. Social media, town websites, it can only get me so far.<</met>>
I thought, even as I realized how much information I had already gathered in the past. And how it led me here. As the elevator doors slowly slid open, a quiet //ding// ringing, telling me I was on the right floor. The floor that held the offices of the Commissioner of Police of Livington.
<<cain>>Well? Go on then.<</cain>>
<<met>>Eat me.<</met>>
I said, taking a step forward, looking around. I turned left, and made my way down the hall, until I finally found it.
<<met>>At least he's not the commissioner.<</met>>
I said, earning me a chuckle from <<ncain>>, as I read the sign on the door. Assistant Commissioner, <span style="color: #80ff8c;">Fernando Solis</span>. Still, if there was one thing that I was confident in, it was what I was going to find on the other side of the door. I twisted the handle, and entered, smiling as I was right.
<<cain>>Men get female secretaries, duh.<</cain>>
I ignored <<ncain>>s comment, as I inspected the girl sitting on the other side of the desk. She seemed young, but I suppose that shouldn't be a surprise. Either way, I knew I could at least have some fun with info extraction. I stepped inside into the small waiting area, and before the girl looked at me, we both heard a yell coming from the door behind her.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/Secretary/02.png">\
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c"><<ncommishas>>! Call <<ncommish>>, tell her I'll be a little behind to the meeting!</span><</say>>
<<commishas>>Ok!<</commishas>>
She called back, spinning in her chair, her hand moving to the phone.
<<commishas>>Hello sir, just take a seat and-<</commishas>>
She froze as she finally got a look at me, and I smiled at her.
<<me>><<ncommishas>>, right?<</me>>
I asked, sitting on the edge of her desk. She nodded lightly, her smile soft on her face.
<<commishas>>Y-yeah. I'm <<ncommishas>>.<</commishas>>
She mumbled, before flushing a bit.
<<commishas>>I mean, yeah. You knew that. Duh.<</commishas>>
She stumbled through her sentence, and I extended my hand.
<<me>>Hello <<ncommishas>>. I'm <<nme>>.<</me>>
She nodded, taking my hand, utterly transfixed on me. I bent over, giving the back of her hand a slow kiss, a move I would have found completely cringy before a certain someone messed with my soul. Ignoring the grumbles of said person, I focused on the look of excitement on her face.
<<me>>You have to tell me. How did the commissioner get so lucky to hire a woman as beautiful as you?<</me>>
Her cheeks turned a deep red as I continued holding onto her hand, running my thumb on the back of it.
<<commishas>>O-oh, I... I was the lucky one.<</commishas>>
She said, completely unconvincingly.
<<me>>I can't believe that.<</me>>
She giggled, turning away for a second, before turning back, completely different. She was no longer the innocent secretary of a few moments before. She was looking at me like an attractive woman would at a party. Comfortable, and ready to flirt.
<<commishas>>Well I guess I did get the top of my class.<</commishas>>
<<me>>That a girl.<</me>>
She smiled, leaning forward. She licked her lips, flashing me a confident smile.
<<commishas>>Please, tell me, how can I help you today sir?<</commishas>>
<<me>>Here I was, hoping to get some time with the man behind the door. Little to know I would enjoy the gatekeeper so much more.<</me>>
She laughed at that.
<<commishas>>Well you have me here.<</commishas>>
She flashed me a suggestive look.
<<commishas>>What can I do for you?<</commishas>>
She licked her lips. I-
<<cain>>Focus.<</cain>>
<<met>>I... I know!<</met>>
I thought at <<ncain>>, before focusing back on the girl.
<<me>>Well, for now I had some questions.<</me>>
<<commishas>>Just questions?<</commishas>>
<<me>>For now.<</me>>
She raised her brow.
<<commishas>>I'll hold you to that.<</commishas>>
<<me>>I'll let you hold something alright.<</me>>
She laughed at that, shaking her head.
<<commishas>>That was a bad one.<</commishas>>
<<me>>Honest though.<</me>>
<<commishas>>Oh?<</commishas>>
Her eyes wandered down my body, resting on my crotch, before flicking back up.
<<me>>I-<</me>>
<<cain>>Focus.<</cain>>
I sighed.
<<met>>Ok, that one was fair.<</met>>
<<me>>Let's table that for now.<</me>>
<<commishas>>Fine. For now.<</commishas>>
<<me>>Anyways, I actually had some questions, and you might have the answers.<</me>>
<<commishas>>Let's find out.<</commishas>>
<<me>>How long have you worked for <<ncommisha>>?<</me>>
<<commishas>>A few years now. He plucked me right out of college, told me I had pontential.<</commishas>>
<<me>>Oh?<</me>>
<<commishas>>Down boy. Nothing like what you're thinking of.<</commishas>>
<<me>>So you know him well then?<</me>>
<<commishas>>I'd like to think so. When do these questions get hard?<</commishas>>
<<me>>Let's see. Have you ever heard of the name <span style="color: #80ff91">$busids.name Contreras</span>.<</me>>
From her response, I knew I had hit paydirt. She instantly tensed up, sitting a little straighter than before, her flirtatious smile shrinking, professionality creeping back in.
<<commishas>>I- No, I don't think I recognize that name.<</commishas>>
She said, trying to act casual. Granted, she did recover fairly well for the curveball.
<<me>>Are you sure?<</me>>
I asked, pulling her hand back up to my lips, giving it another kiss, before moving up, kissing her arm. Slowly, I made my way up, until I reached her neck, causing her to moan lightly.
<<commishas>>Mmmm. M-maybe I have.<</commishas>>
<<me>>That's a good girl.<</me>>
I said, reaching to her chin, and facing her towards me. Our faces were one an inch apart, her eyes glazed over with desire.
<<me>>How is she related to <<ncommisha>>?<</me>>
<<commishas>>I-I shouldn't.<</commishas>>
<<me>>Oh, <<ncommishas>>, you want to tell me, don't you?<</me>>
I leaned forward, kissing her chin, causing another moan to slip out.
<<me>>Don't you want me to be happy?<</me>>
I kissed her cheek, before whispering in her ear.
<<me>>I'm so generous when I'm happy.<</me>>
<<commishas>>I...<</commishas>>
<<me>>Don't you want me to be generous with you?<</me>>
<<commishas>>She's... She's his daughter...<</commishas>>
Oh.
<<me>>Father?<</me>>
<<commishas>>Yeah.<</commishas>>
She half moaned into my ear.
<<commishas>>He fathered her with his mistress.<</commishas>>
<<me>>That's such good info <<ncommishas>>.<</me>>
<<commishas>>Did I do good?<</commishas>>
<<me>>You di-<</me>>
Before I could finish, the door to the office behind her opened. I stood up, backing up from the desk.
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c"><<ncommishas>>, did you get a confirmation from-</span><</say>>
The man stopped, as he spotted me. For <<ncommishas>>s part, she almost yelped, surprised by him, seemingly forgetting where she was a moment ago.
<<say '???' 'images/character icons/CommishA.png'>><span style="color: #80ff8c">Oh. Hello.</span><</say>>
The man looked puzzled, flashing a quick look to <<ncommishas>>, who looked a bit guilty.
<<commishas>>O-oh, this is-<</commishas>>
<<me>><<nme>>. It's a pleasure to meet you, <span style="color: #80ff8c ">Mr. Solis</span>.<</me>>
I said, putting my hand forwards. I wasn't sure, but I figured it was as good a guess as any.
<<commisha>>Right.<</commisha>>
He said, straightening up, and flashing me a smile.
<<commisha>>Please, call me <<ncommisha>>.<</commisha>>
<<me>>Of course.<</me>>
<<commisha>>How can I help you <<nme>>? I wasn't aware of any meetings for right now.<</commisha>>
<<me>>Oh, no, I don't have anything scheduled. I was just talking to <<ncommishas>> here to get something in the books. I didn't mean to ambush you like this.<</me>>
<<commisha>>I appreciate that.<</commisha>>
He said, looking genuinely appreciative.
<<commisha>><<ncommishas>>, did you get the message to <<ncommish>>?<</commisha>>
Her eyes went wide, quickly reaching for the phone.
<<commishas>>I-I'm sorry <span style="color: #80ff8c">Mr. Solis</span>. I was...<</commishas>>
She flashed me a quick look, before looking back at her boss.
<<commishas>>Apologies sir. I'll call her office now.<</commishas>>
<<commisha>>You do that.<</commisha>>
He said, his eyes staring down at her. It was clear this wasn't a common occurrence for her. Whoops.
<<cain>>I don't think you mean that.<</cain>>
<<commisha>>Well, <<nme>>, I'm afraid I'm fully booked up today, so we'll have to schedule something for a later time. <</commisha>>
<<me>>Of course, I wasn't expecting it anyway.<</me>>
<<commisha>>Have a good day.<</commisha>>
He said, shaking my hand, and walking to the door.
<<commishas>>A-actually, sir, I spoke to her office, they said she-<</commishas>>
<img class="rightimg" src="images/Characters/Town/CityHall/Commish/02.png">\
As she spoke up, the door opened, an older woman walking in. I had to take her in. She was clearly a powerful woman from the way <<ncommisha>> shrunk slightly, and her expression, showing she was clearly annoyed. Still, that wasn't what I was looking at. Her body was very curvy, a perfect hourglass shape, with her clothes clearly tight enough to show it off.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">There you are. We had a meeting, did we not, <<ncommisha>>?</span><</say>>
She spoke, an edge of anger in it. God she was hot.
<<commisha>>Y-yes ma'am. I'm sorry, I was wrapping up something else, time got away from me.<</commisha>>
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">Then make sure to contact my office, so I don't have to hunt you d-</span><</say>>
<<me>>I'm sorry ma'am, It's my fault.<</me>>
Both of their eyes snapped to me, and I could tell that was the right decision. <<ncommisha>> looked very grateful for taking her ire, although with a mix of guilt. From her quick words, it seemed like she was a woman with a bit of a hot streak. However, the anger in her eyes melted as she took me in.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">And you are?</span><</say>>
<<me>><<nme>>.<</me>>
I put my hand up, and she took it slowly. It was funny how... Unsure she looked in the moment.
<<say '???' 'images/character icons/Commish.png'>><span style="color: #ff6e63">It's nice to meet you, <<nme>>.</span><</say>>
<<me>>The pleasure is mine. Although, I don't have your name yet.<</me>>
<<commish>><<ncommish>>.<</commish>>
<<me>>Oh.<</me>>
I took a step back, causing her to raise her eyebrow.
<<me>>Apologies. I didn't expect the commissioner to look...<</me>>
I trailed off. Her eyes squinted for a second, and her eyes wandered down my body.
<<commish>>Like what?<</commish>>
<<me>>I expected an old man, not a beautiful woman such as yourself.<</me>>
I said, causing <<ncommisha>> to let out what almost sounded like a yelp, as he shot me a look that was a mix of incredulity, and worry.
<<commish>>Hmm.<</commish>>
She grunted, looking me up and down one more time, before grinning slightly.
<<commish>>Well I guess I can't fault you <<ncommisha>>.<</commish>>
He turned to <<ncommish>>, his eyes wide.
<<commish>>Don't let it happen again.<</commish>>
He nodded in disbelief. She turned from him to me, and took a step forward.
<<commish>>We can have a meeting in your office. And <<nme>>?<</commish>>
<<me>>Yes ma'am?<</me>>
<<commish>>If you need something done, why don't you call my office. I'm sure I'll be able to find time for you.<</commish>>
<<me>>Of course.<</me>>
She flashed me another grin, before walking past <<ncommishas>>, who seemed frozen. As she entered the office, <<ncommisha>> approached me.
<<commisha>>I appreciate that <<nme>>. You have an open invitation from both of us. I'll leave you with <<ncommishas>>, and we can have a proper meeting.<</commisha>>
<<me>>Of course. Good luck in there.<</me>>
He laughed at that, shaking my hand, before entering his office and closing the door.
<<commishas>>Fffffuuuuuuuccckkkk.<</commishas>>
<<ncommishas>> deflated, the tension leaving her body.
<<commishas>>How did you do that? She scares the bejesus out of me!<</commishas>>
<<me>>I'm used to powerful women.<</me>>
I tapped the table.
<<me>>Thanks for the help <<ncommishas>>.<</me>>
<<commishas>>Did you want me to book an appointment?<</commishas>>
<<me>>Not yet.<</me>>
<<commishas>>O-oh.<</commishas>>
<<me>>I will take your number through.<</me>>
She looked up at me from the desk, looking hopeful.
<<commishas>>Yeah?<</commishas>>
<<me>>I said I would be generous.<</me>>
<<commishas>>You did!<</commishas>>
<<me>>I'll call you. Soon.<</me>>
<<commishas>>Ok!<</commishas>>
She exclaimed, quickly shrinking as she looked back at the office. When she didn't get a response, she waved at me as I left.
<<linebreak>>
I leaned back on the bar, as the music blasted around me.
<<met>>No matter how many times I come here, It just isn't my kind of place.<</met>>
Just as I thought that, a pair of girls walked past me, wearing... Barely anything at all. Flashing me a suggestive look, they walked away, their hips swaying as they did.
<<met>>But I'm all about growth.<</met>>
<<cain>>Yeah, I'm sure something is growing.<</cain>>
<<met>>Don't worry, I'm focused.<</met>>
I said, looking around. It wasn't a place that made it easy to see people, so I had to focus on my search. I walked around for a bit, with little luck.
<<met>>Maybe she's not here.<</met>>
<<cain>>Maybe she's not. Maybe you just haven't found her.<</cain>>
<<met>>Maybe she doesn't even exis-<</met>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/03.png">\
I cut my joke off as I spotted her near one of the back walls. I casually walked my way towards her, watching her. A guy was chatting her up, but it was fairly obvious she wasn't interested. Not to him, as he was holding what I imagined was not his first beer.
<<cain>>So what's the plan? Operation White Knight?<</cain>>
<<met>>Well it sounds worse when you say it like that.<</met>>
I chuckled as I got closer. I put my hand on his shoulder.
<<me>>Hey bud. Let me buy you a beer.<</me>>
The guy turned around, looking annoyed.
<<say 'Drunk guy' 'images/character icons/One Time/Drunk Guy.png'>><span style="color: #8eb3f6">I'mm busyy here dude, so-</span><</say>>
<<me>>And she clearly wishes you were somewhere else, so just take the free drink.<</me>>
I said, gripping his shoulder tightly, as he turned around to get a good look at me. The effects of Lust started working, and he opened to say something, before grabbing the ten dollar bill I was holding. He clicked his tongue as he left. I shook my head, and looked at my target.
<<me>>You-<</me>>
<<busids>>Not interested, take it-<</busids>>
She started, rolling her eyes, before turning to face me. Her face changed immediately, standing a bit straighter.
<<me>>And here I was, about to regale you with my life story.<</me>>
She giggled at that, brushing her hair behind her ear.
<<busids>>I... Thanks for that.<</busids>>
<<me>>No problem. The guy clearly couldn't read the room. <<nme>>.<</me>>
I said, offering my hand. She looked at it, before nodding, taking it.
<<busids>>Nice to meet you <<nme>>. <<nbusids>>.<</busids>>
<<me>>Would you like a drink, <<nbusids>>?<</me>>
<<busids>>I...<</busids>>
She hesitated, looking around for a moment. She bit her lip, and looked up at me.
<<busids>>Ok.<</busids>>
She said, sounding cuter than I thought would be possible in this environment. I took her hand, and made my way to an empty booth. I flagged down a girl that worked for Sonar, and ordered two drinks, before taking a seat beside her.
<<me>>So, you come for the great music, or the company?<</me>>
<<busids>>O-oh. I have... Some business here.<</busids>>
<<me>>Oh? What kind?<</me>>
I asked, purely to make conversation as the drinks arrived. I handed her one, and began sipping on the other one.
<<busids>>Nothing exciting.<</busids>>
She said, taking a large swig of her drink, before turning to me, leaning her face on her hand.
<<busids>>What about you? What brings you here?<</busids>>
<<me>>I like buying drunk guys drinks.<</me>>
She giggled at that.
<<busids>>Then you're in the right place. I can't get in and out of here without getting one of those.<</busids>>
<<me>>Can't blame them. I'm sober, and you're still the most attractive woman in here.<</me>>
She flushed at that, biting her lip as I said that.
<<busids>>Aren't you a charme-<</busids>>
<img class="rightimg" src="images/Characters/Town/Brighttown/Sonar/Crim1/02.png">\
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80"><<nbusids>>! I'm glad I could catch you!</span><</say>>
I heard, as <<nbusids>>s face instantly soured. We both turned, and watched as a rather attractive woman took a seat at the booth, opposite from us.
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80">And you brought a friend.</span><</say>>
She almost growled, as she looked me up and down.
<<say '???' 'images/character icons/Crim1.png'>><span style="color: #fffb80">And isn't he a hunk.</span><</say>>
<<busids>>What do you want, <<ncrim1>>?<</busids>>
The other girl feigned offense, putting her hand to her chest.
<<crim1>>Oh my, is that how you talk to someone who's been trying to help you?<</crim1>>
<<busids>>You haven't been trying-<</busids>>
She said, the words sounding venomous as they came out. She stopped, glancing at me, before turning back to <<ncrim1>>.
<<busids>>You were trying to take advantage of me.<</busids>>
<<ncrim1>> brushed it off, turning to me.
<<crim1>>I'm <<ncrim1>>. What's your name?<</crim1>>
She asked, her voice sounding almost melodic.
<<me>>We were actually talking.<</me>>
I said, trying to turn her down. Her wide smile showed me that backfired.
<<crim1>>I'm sure you were looking for something more with this one.<</crim1>>
She said, tilting her head to <<nbusids>>.
<<crim1>>But you don't have to deal with her.<</crim1>>
She scooted down the bench, getting closer to me.
<<crim1>>There's a whole bunch of girls here that would be willing to have fun with a man such as yourself.<</crim1>>
<<me>>Yeah?<</me>>
I responded with no enthusiasm.
<<crim1>>Of course. I can even arrange it, if you'd like.<</crim1>>
<<met>>I see.<</met>>
I thought, understanding what she was offering.
<<me>>I'm not interested.<</me>>
I felt <<nbusids>>s hand touch my arm as I said that, flashing me a relieved look.
<<crim1>>Hmmm.<</crim1>>
She said, turning her attention back to <<nbusids>>.
<<crim1>>You don't have much time left, huh?<</crim1>>
<<ncrim1>> said to <<nbusids>>, earning her a glare. <<ncrim1>>s smile grew wide again.
<<crim1>>If you ask nicely, I'll even let your friend be the first to-<</crim1>>
<<busids>>I've already given my payment to <<nasswbg>>.<</busids>>
I flinched. I knew that name.
<<crim1>>Oh, my sweet <<nbusids>>. What could you have possibly given to pay it off, huh?<</crim1>>
<<nbusids>> didn't answer, pursing her lips.
<<crim1>>This one isn't the girl for you.<</crim1>>
She said, turning back to me.
<<crim1>>She'll just drag you down. It's not too late to make a better decision.<</crim1>>
<<me>>Oh yeah?<</me>>
I scanned the crowd, spotting a familiar face.
<<crim1>>I might even be willing to take you in. You seem like good fun.<</crim1>>
<<me>>I don't like paying for what you're selling.<</me>>
She chuckled at that, before running her finger over her lips, thinking about it.
<<crim1>>Maybe I could make an exception. As long as we come to a certain... arrangement.<</crim1>>
<<me>>Oh? I'd imagine your boss wouldn't like that.<</me>>
<<crim1>>What she doesn't know, won't hurt her.<</crim1>>
She said, running her finger up my arm. I smiled at her.
<<me>>Oh? Let's ask her then.<</me>>
I said, looking up at the woman standing at the head of the table.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/14.png">\
<<me>>Hey <<nassw>>.<</me>>
<<ncrim1>> straightened up, fear on her face, as she looked back at <<nassw>>.
<<assw>><<nme>>. It's good seeing you again.<</assw>>
<<me>>Would you believe me if I said I feel the same way.<</me>>
She looked down at <<ncrim1>>, the friendly face she showed me gone, the cold business woman taking her place.
<<crim1>>M-ma'am, I-<</crim1>>
<<assw>>What I don't know, huh?<</assw>>
<<ncrim1>> froze, as <<nassw>> tilted her head.
<<assw>>I don't think I gave you the right to steal from me, <<ncrim1>>.<</assw>>
<<ncrim1>> shook her head.
<<crim1>>N-no, ma'am, it's not-<</crim1>>
<<nassw>> placed her hand on <<ncrim1>>s head, brushing her head. A smile spread on <<nassw>>s face, although it didn't feel at all like the one she showed me.
<<assw>>Sshh, sshh. We can talk about it later.<</assw>>
She snapped her fingers, pointing to the other side of the booth. <<ncrim1>> stood up, immediately moving out of the way. <<nassw>>s warm smile returned as she took the seat.
<<assw>>What brings you to my lovely establishment, <<nme>>? I do hope you thought about our last chat.<</assw>>
<<me>>Just wanted to relax. And I was doing just that.<</me>>
I said, giving <<nbusids>> a smile. She looked worried, her eyes flicking back and forth from me and <<nassw>>.
<<me>>When your girl interrupted us.<</me>>
<<nassw>> pouted.
<<assw>>Boo.<</assw>>
<<me>>While I appreciate the help, I did want to get back to it.<</me>>
<<nassw>> sighed.
<<assw>>Very well. Way to make a girl feel unwelcome.<</assw>>
<<busids>>W-wait.<</busids>>
All eyes turned to <<nbusids>>, who looked just as surprised at the words that had left her mouth. Still, she swallowed, and kept going.
<<busids>><span class="AssWText">Ms. Monroe</span>. I...<</busids>>
Her eyes snapped to me, then back to <<nassw>>.
<<busids>>I had some... Business with you.<</busids>>
<<assw>>Oh?<</assw>>
She said, her eyebrow raising. She turned to <<nasswbg>>, who leaned in, whispering something into her ear. After a moment, <<nassw>> nodded.
<<assw>>So, <<nasswbg>> tells me you brought us a present?<</assw>>
<<nbusids>> gulped.
<<busids>>T-to cover my debt.<</busids>>
<<nassw>> inspected <<nbusids>>, her eyes momentarily glancing at <<ncrim1>>, before going back to <<nbusids>>.
<<assw>>Well?<</assw>>
She asked <<nasswbg>>, who leaned into her ear.
<<assw>>Interesting. And where did you get it?<</assw>>
<<busids>>I...<</busids>>
She trailed off.
<<assw>>Well, <span style="color: #80ff91">Ms. Contreras</span>, lucky for you, we accept all forms of currency.<</assw>>
<<busids>>Yeah?! So my debt-<</busids>>
<<assw>>Is almost paid off.<</assw>>
<<nbusids>> sunk at those words.
<<busids>>A-almost?<</busids>>
<<assw>>Even at the full street value, it still doesn't cover it all.<</assw>>
<<busids>>I... I don't...<</busids>>
I was sitting back, letting the conversation go on. I could follow along from context clues. Turns out <<nbusids>> didn't steal from the hospital for nothing. I felt bad for her, when I saw <<ncrim1>> smirk on the other side of the table. I frowned.
<<me>>How much is a favor from me worth?<</me>>
I asked, surprising all of the women at the table. <<nbusids>> and <<ncrim1>> looked confused, but <<nassw>> smiled, leaning on the table, her head resting on her hand.
<<assw>>Mmm, I don't know why I like that so much about you, <<nme>>.<</assw>>
I didn't respond.
<<assw>>One favor?<</assw>>
She sighed.
<<assw>>That should cover it.<</assw>>
<<me>>Good.<</me>>
I said, giving a wink to <<ncrim1>>, who was looking at her boss with a confused look.
<<assw>>Well then, <span style="color: #80ff91">Ms. Contreras</span>, it would seem our business is complete.<</assw>>
<<nbusids>> gasped, looking at <<nassw>>, then back at me.
<<assw>>I'll be contacting you soon, <<nme>>.<</assw>>
She said, standing up. She paused, before shivering.
<<assw>>Now I'm excited.<</assw>>
With that, she walked away, <<ncrim1>> quickly following her. <<nasswbg>> stepped forward, offering me a keycard. I took it, and he walked away. I looked at it for a moment. It was black, with the logo of the club in gold on it, and nothing else. They did have style, if nothing else.
<<busids>>Who are you?<</busids>>
I turned back to <<nbusids>>, who looked equally happy and afraid.
<<me>>Honestly? Nobody.... Yet.<</me>>
She continued staring at me.
<<me>>Anyway, where were we? I told you you're beautiful, and you were about to tell me I'm handsome, no?<</me>>
She flinched at that, before laughing. Loudly. Even over the music. She continued laughing, and I let her go on. As much as I think I got good jokes, she was clearly relieved. And I still had a plan.
<<busids>>I think we need more drinks!<</busids>>
She said, wiping a tear from her eyes.
<<linebreak>>
<<busids>>S-sorry, it's a bit small.<</busids>>
She said, as I carried her into her apartment building. She wasn't lying. Even with her wrapped around me, I could see her bed, kitchen, and bathroom, from the entrance. I shrugged, and leaned forward, taking her lips with mine, our tongues entwining. I walked in, her ass in my hands as her legs were wrapped around my waist. I kicked the door close behind us, as I continued making out with her, before pulling back.
<<me>>If there's a bed, I reckon I'll be a happy man.<</me>>
She bit her lip, nodding, pointing towards one of the doors. I smiled, and lifted her, throwing her over my shoulder, eliciting laughter.
<<me>>Good girl.<</me>>
She moaned, as I opened the door she pointed to, to find a bed... And not much else. The apartment really was small. Still, I wasn't lying before, as I tossed her onto it.
<<busids>>Mmmm, it's been too long.<</busids>>
She said, watching as I slowly pulled my shirt off, a moan coming from her as she saw my naked chest.
<<me>>Well I'm here to please.<</me>>
I said, slowly pulling my belt off. Before I could, she put her hand on top of mine.
<<busids>>I...<</busids>>
<<me>>Is everything ok?<</me>>
<<busids>>Yes!<</busids>>
She said, her other hand moving to my crotch, feeling my rapidly hardening cock.
<<busids>>I just... I'm kind of...<</busids>>
She trailed off, and I let her continue. After a moment, she looked up at me.
<<busids>>I have certain... Fantasies...<</busids>>
<<me>>Oh.<</me>>
I said, half sighing, half chuckling.
<<me>>Ok, hit me.<</me>>
She paused.
<<busids>>Well... My last boyfriend... He broke up with me... He said it was weird...<</busids>>
I frowned at that.
<<me>><<nbusids>>. I don't want to sound like a fucking dweeb when I say this, it's just honest. You're a very attractive woman. There is a very small list of fetishes that would turn me off, coming from you.<</me>>
She nodded, before stealing herself.
<<busids>>W-well, I kinda... I like to pretend that my partner... is, like... My father...<</busids>>
She said, blushing so hard, her ears turned red.
<<me>>I... Is that it?<</me>>
I asked.
<<busids>>And I'm not actually attracted to my dad!<</busids>>
She said, quickly.
<<busids>>He wasn't even there when I was growing up, it's just-<</busids>>
I put my finger on her lips.
<<me>>Baby girl, if you wanted daddy to fuck you, all you had to do was ask.<</me>>
I said, slowly lowering my finger, spreading her lips. She stared up at me, letting me open her mouth.
<<me>>Well? Daddy's cock is hard. What are you going to do about it?<</me>>
I asked, her breathing much shallower than before.
<<busids>>I... I want to suck it daddy.<</busids>>
<<me>>Good girl.<</me>>
I said, putting my hands down.
<<me>>Get daddy's cock out.<</me>>
She nodded, in a daze, looking down at my crotch. She undid my pants, and slowly pulled them down, my cock springing out. She gasped, and slowly wrapped her hand around the base of it.
<<busids>>It's so hard daddy.<</busids>>
She said, her voice getting higher.
<<me>>What are you waiting for, baby girl? Daddy wants to feel your tongue.<</me>>
<<busids>>Yes daddy.<</busids>>
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/04.gif">\
She said, taking my cock into her mouth, moaning as she did. I sighed, and placed my hand on her head, putting my head back. I didn't push her, content with letting her move at her own pace. I don't know what was wrong with her last boyfriend, but I was glad for it. I could be her daddy.
<<me>>Does it taste good baby girl?<</me>>
She slowly slid it out of her mouth, giving it one final lick.
<<busids>>So good daddy.<</busids>>
<<me>>Like you were born for being daddy's special cock sucker.<</me>>
She moaned at hearing that.
<<me>>Back in your mouth baby girl.<</me>>
I grabbed one of her hands, bringing them to my balls.
<<me>>And massage daddy's balls. I want you to swallow all of your brothers and sisters.<</me>>
<<busids>>Oh god.<</busids>>
She groaned, taking my cock back in her mouth with more gusto, holding the base of my cock with one hand, and the other one slowly massaging my balls.
<<me>>That's it baby girl.<</me>>
<<busids>>Am I doing a good job daddy?<</busids>>
<<me>>You could use some training.<</me>>
I saw her pout as she looked up at me, flashing me puppy dog eyes.
<<me>>Don't worry baby. Daddy will make sure you get lots of practise.<</me>>
She moaned at that, her hand starting to stroke my cock.
<<me>>That's it baby. I'm getting close.<</me>>
She pulled her mouth off, putting both hands on my cock, jerking me off.
<<busids>>I want your cum daddy.<</busids>>
<<me>>I want to give it to you baby.<</me>>
She kept jerking me off.
<<busids>>Are you going to cover your little girls face in your seed daddy?<</busids>>
<<me>>I am, baby. You're working daddy's cock so well.<</me>>
<<busids>>Cum on me daddy. I want it so bad.<</busids>>
I grunted, and began shooting my load onto her face.
<<me>>Open your mouth baby. Daddy wants to fill your stomach.<</me>>
She listened, as she aimed my cock directly towards her tongue, covering it in my cum immediately. I shot rope after rope, emptying my balls into her mouth. Every couple of ropes, she gulped it all down, loudly, letting her face get a couple of ropes in the meantime. By the time I was finished, her face was covered.
<<busids>>You cum so much daddy.<</busids>>
<<me>>All the better to impregnate good little girls with.<</me>>
I grunted. Her eyes shot open.
<<busids>>Daddy...<</busids>>
She moaned.
<<me>>Why don't you bend over for daddy?<</me>>
I asked. She was breathing hard, as she stood up. She looked down, only just noticing she was still fully dressed. She quickly pulled her clothes off, grabbing my hand, placing it on her tits, before lowering it.
<<busids>>Are you going to knock me up daddy?<</busids>>
She brought my hand down again, to her pussy, as I felt it literally dripping in arousal.
<<busids>>Make me carry my little sister?<</busids>>
<<me>>Bend over baby girl.<</me>>
I growled.
<<linebreak>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/05.gif">\
<<busids>>Knock me up daddy!<</busids>>
<<nbusids>> moaned loudly as I pistoned deep into her pussy. We had been fucking for the last hour, and she had taken my last two loads happily.
<<me>>Take daddys cock.<</me>>
<<busids>>Fuck me daddy! Your cock is gonna-<</busids>>
She said, as she began twitching, the walls of her pussy spasming, pushing me over the edge.
<<me>>God, I'm cumming!<</me>>
I grunted, as I pushed my cock as deep as I could, and began shooting my third load directly into her womb, pressing the head of my cock right against her cervix.
<<busids>>MmmaAAaaaakeee meee a mmoommyyyy, dddaaaddddyyy!!!<</busids>>
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/06.gif">\
She moaned as she felt my warm seed entering her. I continued shooting my load inside her, making shallow thrusts, trying to fill her up as much as I could. After a minute, we both fell over onto her bed, covered in sweat.
<<busids>>J-jesus.<</busids>>
She moaned. I chuckled, causing her to laugh, pushing me to laughter. We both laid there for a while. Eventually, she turned around, facing me.
<<busids>>That was really good.<</busids>>
<<me>>I'm glad I was good enough.<</me>>
<<busids>>N-no, not-<</busids>>
<<me>>Oh, I wasn't?<</me>>
I asked, causing her to laugh again.
<<busids>>Ok, mr. Ego. You were good.<</busids>>
She said, inching towards me, putting her hand on my chest.
<<busids>>Really fucking good. But that wasn't what I was talking about.<</busids>>
<<me>>The roleplay then?<</me>>
<<busids>>Yeah... Thanks for going along with it.<</busids>>
<<me>>Please, that did just as much for me than it did for you.<</me>>
She looked up at me.
<<busids>>Really?<</busids>>
<<me>>Yeah, really. You aren't the only one with daddy issues.<</me>>
<<busids>>Oh? You?<</busids>>
<<me>>Uhm, well. Kind of. Mommy issues, really.<</me>>
She looked up at me, tilting in her head. I sighed.
<<me>>I don't have a dad. I was raised by my moms.<</me>>
<<busids>>Oh... Then, what-<</busids>>
<<if $fet.inc is 1>><<me>>Well, I say moms, but... My actual mom, she's great. Her wife though... She's a piece of work.<</me>><<else>><<me>>Well, I say moms, but... I was adopted, and it was very clear that only one of them wanted me. She's great, but her wife... She's a real piece of work.<</me>><</if>>
<<busids>>Thank you for sharing that.<</busids>>
<<me>>Hah. So, there. I regaled you with my life story.'<</me>>
She laughed at that, before getting quiet.
<<busids>>I guess I owe you mine now. Especially after everything you did tonight.<</busids>>
I shrugged.
<<me>>You don't owe me anything.<</me>>
She smiled, kissing me.
<<busids>>In case you couldn't tell... I have daddy issues.<</busids>>
<<me>>Whaaaat.<</me>>
<<busids>>Shut up.<</busids>>
She giggled, before getting serious again.
<<busids>>My father... He and my mom met, and she totally fell for him. Turns out he was married. Unfortunately, she found out only after getting pregnant.<</busids>>
I listened to her, not wanting to interrupt.
<<busids>>He comes from a... Well connected family. He's a cop, and quickly climbed the ranks, so when my mom tried to get him to... I don't know, do anything, she just got shut down.<</busids>>
<<me>>Fuck.<</me>>
<<busids>>Yeah. Eventually, it became clear he wanted nothing to do with us. So my mom just raised me herself. She did a really good job.<</busids>>
She said, getting quiet. I rubbed her shoulders.
<<busids>>She died last year.<</busids>>
I sighed.
<<me>>I'm sorry.<</me>>
<<busids>>Thanks.<</busids>>
She coughed, and shook her body.
<<busids>>Anyway, I... I didn't really know what to do. I made a bad decision, getting a loan from <<ncrim1>>. She made it seem like she was just trying to help me, but...<</busids>>
<<me>>You were never supposed to get out of the debt.<</me>>
<<busids>>Exactly. She used it to try and... Get me to join her business.<</busids>>
<<me>>And the drugs?<</me>>
Her eyes fluttered up to mine, and held them there for a moment, before shrugging, staring at my chest. I felt her begin to trace circles on it.
<<busids>>I have a... Half sister.<</busids>>
<<me>>Oh?<</me>>
<<busids>>She works at a hospital. So I... reached out to her. She didn't seem interested... Which is fine. For the best really. Made it easier to steal the drugs.<</busids>>
She chuckled weakly.
<<busids>>I probably sound terrible right now.<</busids>>
<<me>>You sound like you survived. And as far as I'm concerned, no one was hurt.<</me>>
She flashed me a warm smile.
<<busids>>Thanks.<</busids>>
She cleared her throat.
<<busids>>Anyway, that's where I got it. Want to hear the funniest part?<</busids>>
<<me>>Ha ha funny, or ironic funny.<</me>>
<<busids>>The latter.<</busids>>
<<me>>Drats.<</me>>
She giggled again.
<<busids>>She actually turned me into the cops.<</busids>>
<<me>>Your sister?<</me>>
<<busids>>Yep.<</busids>>
<<me>>That's... Not even ironically funny.<</me>>
<<busids>>No, but my father using his connections to get me out of trouble is.<</busids>>
<<me>>Oh?<</me>>
<<busids>>If you're hoping for a nice family reunion, don't hold your breath. I didn't even see him. Just a call, telling me not to do that again.<</busids>>
<<me>>Fuck me.<</me>>
<<busids>>Yep.<</busids>>
We laid there for a while, just holding each other, hearing each other breathe, until I spoke up.
<<me>>Do you... Want me to do something?<</me>>
<<busids>>Huh?<</busids>>
<<me>>I have... Connections. Skills. You saw it.<</me>>
She thought about it.
<<busids>>With <span class="AssWText">Ms. Monroe</span>.<</busids>>
<<me>>And others.<</me>>
She got quiet. I let it settle for a while.
<<me>>If not, it's fine. I don't want... I don't know, I'm not trying to rescue you or anything...<</me>>
She smirked at that.
<<busids>>Like with the drunk guy.<</busids>>
<<me>>Well I was trying to get into your pants.<</me>>
<<busids>>Oh, well that's noble.<</busids>>
<<me>>I already got into them, so...<</me>>
I said, trailing off. I figured I'd let her think about it, so I laid there. About 10 minutes of silence later, she spoke up.
<<busids>>You think you can do it?<</busids>>
<<me>>I do.<</me>>
She thought about it again. Only a minute later, she nodded.
<<busids>>Ok.<</busids>>
I nodded back.
<<me>>Ok.<</me>>
We laid there, until we fell asleep.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "busids-2">>\
\
\
\
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/07.png">\
Walking into the Parched Throat, I looked around at the crowd. It was the usual people. Not to say I recognized them, but the groups were represented. Mostly younger, probably college kids. The higher up in age, the less there were. Still, I didn't dally, as I made my way to the reason I was here. An invitation from the bartender, <<nbusids>>. As I approached, I decided to just watch for a while. She was clearly busy, handling both drink requests, as well as trying to turn down the drunk guys trying to flirt with her as nicely as possible. After all, they were still going to be tipping. It reminded me a lot of how we first met, actually. And so I sat there, watching for a minute, before she finally saw me down at the end.
<<busids>><<nme>>!<</busids>>
She called out, walking over to my seat.
<<busids>>When did you get here?<</busids>>
She said, leaning on the bar in front of me, smiling.
<<me>>Couple minutes ago.<</me>>
I said, returning the smile.
<<busids>>Why didn't you say anything? I invited you!<</busids>>
She said, giggling.
<<me>>I don't know. I liked watching you work.<</me>>
I leaned forward, making her blush as our faces got close.
<<busids>>W-well, I invited you as, you know, to say thank you!<</busids>>
She said, backing up, visibly flustered.
<<busids>>So, what are you having?<</busids>>
<<me>>How original is "The bartender" as an answer?<</me>>
<<busids>>Not at all.<</busids>>
She paused, before biting her lips.
<<busids>>But it did sound better that time.<</busids>>
She blushed.
<<busids>>But she's off the menu.<</busids>>
<<me>>Hmm. I like my chances. But for now, I'll just take a beer.<</me>>
<<linebreak>>
<<busids>>Close to a year now. <<nbar>>, the guy who owns the bar, took pity on me and hired me.<</busids>>
I laughed.
<<me>>Oh, yeah, I'm sure it was nothing but pity when he hired a beautiful girl to tend at his bar.<</me>>
<<busids>>Well it was! I was terrible! It's been a year, and I can only barely make mixed drinks.<</busids>>
I looked down the bar, which was now significantly less busy now that <<nbusids>> was replaced by a guy after she clocked out.
<<me>>Something tells me your skills aren't the main seller.<</me>>
<<busids>>Oh shut up.<</busids>>
She said, slapping my shoulder, before taking a gulp of her own beer. We shared a smile, as the silence lingered. After a few moments, she finally spoke up.
<<busids>>I know I invited you, but...<</busids>>
She bit her lip.
<<busids>>You really helped me out there, with <span class="AssWText">Ms. Monroe</span>.<</busids>>
She winced for a moment.
<<busids>>You said you would do her a favor. What kind of-<</busids>>
I put my hand on her knee, stopping her.
<<me>>Nothing you have to worry about. Me and <<nassw>>s relationship is... Abnormal. But she told me it was nothing untoward. And I believe her.<</me>>
<<busids>>S-still, I didn-<</busids>>
<<me>>Hey. I'm serious. As much as it felt like I did it on a whim, I think that it would have happened eventually. At least this way, you also get something out of it.<</me>>
She nodded, taking another sip of her drink.
<<busids>>Well, I can't state it enough, I'm thankful.<</busids>>
It was her turn this time, as I felt her hand run up my leg.
<<busids>>Does daddy want to feel how thankful I am?<</busids>>
I smiled, leaning back.
<<me>>Mmm, I do think that nothing pairs with a beer better than my baby girl's throat.<</me>>
She smirked at that, her hand squeezing on my thigh, before looking around.
<<busids>>It's a bit crowded here. Follow me.<</busids>>
<<me>>After you.<</me>>
She stood up, finishing her drink quickly. I went to do the same, before being stopped as she leaned in closely.
<<busids>>Wait daddy. Finish it when you're in my throat.<</busids>>
I smiled, and nodded as she grabbed my hand, bringing me behind the bar, then into a backroom. I was content to follow her, beer in hand, and after a staircase going up, then another door, we finally entered what looked to be a breakroom. Small, but functional. <<nbusids>> smiled, and guided me to the couch, pushing me down, before walking back to the door, letting out an audible click as the lock engaged.
<<busids>>Wouldn't want anyone to walk into you fooling around with me daddy.<</busids>>
I smiled, and spread my legs.
<<me>>This is why I love you baby girl. You deserve a reward.<</me>>
<<busids>>Mmm, what were you thinking daddy?<</busids>>
I reached down to my pants, and slowly lowered my zipper, noise cutting through the noise from downstairs. <<nbusids>> bit her lip, shaking her hips, before slowly approaching me.
<<busids>>Mmm, are you going to feed me something?<</busids>>
<<me>>Anything for you baby girl.<</me>>
I said, as my hard cock sprung out of my underwear. <<nbusids>> bit her lip as she gazed at it lustfully, before kneeling in between my legs. With one hand, she grabbed it at the base, giving it a soft squeeze, before pulling her hand slightly up.
<<me>>Your hand feels nice, baby girl.<</me>>
She bit her lip again, before reaching to my hand with the beer in it, and bringing it to my lips.
<<busids>>You just relax daddy. Your little girl is going to milk your cock.<</busids>>
I groaned as she quickly leaned down, taking the tip of my dick into her mouth, her tongue running over it, tasting the precum.
<<me>>Ahhh, good girl.<</me>>
I said, taking a sip as she slowly took my cock further and further into her mouth, before I felt it pushing against the entrance to her throat, before pushing past it.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/08.gif">\
<<me>>That's it baby. Milk daddy's balls.<</me>>
She was happy to follow those commands as she let out a happy squeal, before she began moving her head up and down faster. I leaned back, and slowly let <<nbusids>> work my cock to an orgasm. It didn;'t take very long as she pressed her nose against my pelvis. I grabbed onto her head, and groaned.
<<me>>Here's your reward, daddy's baby batter.<</me>>
She moaned as I began blasting my load directly into her stomach, her chin pressed against my balls. Rope after rope shot out, her tongue and throat never stopping, trying to give me as much pleasure as she can. I let her continue, until I had finally finished. I let go of her hair, but she stayed there, my cock deep in her throat for a while, until she finally backed up, revealing my softening cock inch by inch, covered in her saliva.
<<busids>>I'm so full daddy. Thank you for feeding me.<</busids>>
As she said that, she leaned forward, giving my balls a slow kiss. As I watched her do that, I could feel my dick hardening again. She grinned, and continued worshiping my balls, until I was ready to go. She looked up, and feigned surprise.
<<busids>>Oh, daddy. Do you need more relief?<</busids>>
I leaned down, and caressed her face.
<<me>>I do, baby girl. But I don't think your throat is going to be enough.<</me>>
<<busids>>Oh! Does daddy want to stretch his little girl's pussy?<</busids>>
I smiled down at her, standing up. She squealed as she got onto her knees on the couch beside me, and gave me a look back.
<<busids>>Stretch my hole daddy. Use your little girl to cum.<</busids>>
<<Button 'Gladly' 'Replay2' '.contbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "busids-2">>\
\
\
\
<<busids>>Your cock is so fat inside me daddy!<</busids>>
<<nbusids>> groaned out as I pushed my cock inside her.
<<me>>Our bodies are just perfect for each other, baby girl. You feel so tight around my cock.<</me>>
<<busids>>Maybe this is what I was always meant to be, daddy.<</busids>>
She moaned, pushing her ass backwards, my cock entering her further.
<<busids>>Your sex toy. Just made to milk your balls.<</busids>>
I slapped her ass, hilting my cock deep inside her.
<<me>>Don't say that baby.<</me>>
<<busids>>It's true daddy.<</busids>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/09.webp">\
She said, and I could feel her tighten her muscles as she began grinding me as I fucked into her.
<<busids>>I was made to be your masturbator.<</busids>>
I groaned as she worked my cock. Still, I reached forward, and grabbed her hair, pulling her back, getting more leverage. That made her moan out.
<<busids>>That's right. Just a handle for daddy to fuck me.<</busids>>
I slapped her ass again, causing her to yelp.
<<me>>I told you, you little slut. You're not just daddy's sex toy.<</me>>
She looked backwards, giving me a pout. God she looked sexy like that, even as she continued working her pussy on my cock.
<<me>>You're more than that. You feel that?<</me>>
I said, hilting my cock as deep as I could.
<<busids>>Aaahhh, what is that daddy?<</busids>>
<<me>>That's daddy's cock head pressing against your cervix.<</me>>
She gasped, moaning lightly.
<<busids>>Daddy, your cock feels so good.<</busids>>
She pulled her hair, using it to push her pussy even more against my cock.
<<me>>I told you baby. You aren't just daddy's sex toy.<</me>>
<<busids>>No?<</busids>>
<<me>>No baby girl.<</me>>
I leaned forward, kissing her neck.
<<me>>You can't get sex toys pregnant.<</me>>
As soon as I said that, I could feel the walls of her pussy tighten up even more, her body tensing up as she quivered, a small orgasm hitting her just from what I had said.
<<me>>You're not daddy's sex toy, are you?<</me>>
She shook her head, and I pulled her hair a little tighter, a lust filled smile growing even wider.
<<me>>What are you?<</me>>
<<busids>>I... I don't know.<</busids>>
<<me>>You're daddy's sow.<</me>>
She moaned at that.
<<busids>>Are you going to cum inside me daddy?<</busids>>
She asked quietly, sounding as soft as she could.
<<busids>>Are you going to knock your little girl up?<</busids>>
I slapped her ass, and began pistoning into her even harder.
<<me>>You're mine to breed, baby girl.<</me>>
<<busids>>AaaaaAahhhHHhhh-<</busids>>
<<nbusids>> moaned out, my balls tensing up as I continued fucking into her.
<<busids>>Y-yes daddy! Squish my womb daddy.<</busids>>
She moaned.
<<me>>I'm close baby girl.<</me>>
<<busids>>Inside me daddy. I'll make another daughter for you daddy. A sister for me. Breed me with my sister daddy!<</busids>>
I grunted as I hilted inside her, pressing my cock as deep inside her as I could as I began shooting my load again, pushing her over the edge, her entire body convulsing as she was hit with another orgasm. I grunted, shot after shot filling her womb with my cum. After a minute, I finally finished, and pulled out of her, stumbling back into the couch, and I sat there, watching as she continued shaking lightly, my cum slowly dripping out of her. After a few minutes, she finally recovered.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/10.webp">\
<<busids>>Holy fuck, that was good.<</busids>>
She said, slowly pushing herself off the table, before turning back to look at me. She smiled, reaching down to her panties, and slowly pulling them up, stopping the flow of my cum out of her, watching my reaction as I did.
<<busids>>Can I be honest with you?<</busids>>
<<me>>Please.<</me>>
<<busids>>I do not have a breeding fetish.<</busids>>
She said, prompting a raised eyebrow from me. She returned it with a lustful grin.
<<busids>>I //didn't// have one... before you.<</busids>>
She reached up to her stomach, and began rubbing it.
<<me>>Well if it makes you feel better, I didn't really have one until recently.<</me>>
<<busids>>Well, sorry to break it to you, but I am on birth control.<</busids>>
I shrugged, pulling my cock back into my pants.
<<me>>Not exactly shocking.<</me>>
I said, standing up, and walking over to her. She licked her lips, before meeting with mine as we made out. After a minute, I pulled back.
<<me>>Although... One day, I might ask you to change that...<</me>>
I said, walking away from her, enjoying the surprised, but not unhappy look on her face.
<<me>>I'll be seeing you very soon, <<nbusids>>.<</me>>
I said, as I felt a familiar energy build up in my arm, before expelling into her. She was now marked.
<<busids>>I can't wait.<</busids>>
I left the room, closing the door behind me.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "coun1d-2">>\
\
\
\
<<coun1d>>OOoooOhhhh gooOooooOOOddd!<</coun1d>>
<<ncoun1d>> cried out as Lust hit her, my thumb moving out of her mouth.
<<me>>Bend over slut.<</me>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/07.webp">\
I said, grabbing her shirt with both hands and pulling, ripping it apart.
<<coun1d>>Oh fuck!<</coun1d>>
She cried out as I pulled the ruined fabric away from her.
<<me>>Like I said, you'll get all the pleasure, and luxury that you want.<</me>>
She looked up at my eyes, filled with lust. I looked down at her, and undid her bra, playing with her hard nipples.
<<me>>Don't you want to serve me?<</me>>
<<coun1d>>Serve you?<</coun1d>>
She asked. As she did, I could tell she was actually considering the option.
<<me>>That's right.<</me>>
I grabbed her light body, and turned her around, pulling her ass against my hips. As I did, she began grinding her ass against my hard cock.
<<me>>That's all I would ask. To be a good little-<</me>>
I pinched her nipple and clit at the same time, causing her to gasp.
<<me>>Cumdumpster.<</me>>
<<coun1d>>A cumdumpster.<</coun1d>>
<<me>>Doesn't that sound nice?<</me>>
I said, pulling my hand from her panties. I reached up, tasting her juices, before pushing them into her own mouth.
<<me>>You can live the life that you want to.<</me>>
I pulled my fingers out.
<<me>>What do you want to do?<</me>>
I asked, causing her to lick her lips.
<<coun1d>>I just... Want to have fun...<</coun1d>>
<<me>>That's a good dream.<</me>>
I said, pulling down her pants and panties in one swift movement.
<<me>>Do you think I can do that for you?<</me>>
I reached down, and undid my pants, pulling my cock out, slapping it on her bare ass, causing her to moan lightly.
<<coun1d>>I...<</coun1d>>
She looked up to me, and I could see her seriously considering the question.
<<coun1d>>I don't know what it is about you, but... Yeah.<</coun1d>>
I smiled, and leaned down, kissing her lips, and began playing with her nipples again. We made out in the position, her now bare ass grinding against my cock. After a few moments, we broke apart, her all but panting.
<<me>>Then do you think you can do that for me?<</me>>
She looked behind her, my hard cock resting against her as, a small amount of pre-cum covering her lower back.
<<coun1d>>Be your cumdumpster?<</coun1d>>
I slapped her ass.
<<me>>That's right.<</me>>
She bit her lip, and slowly bent forward.
<<coun1d>>I don't know. I think we should find out.<</coun1d>>
I smiled down at her, and pressed the head of my cock against the entrance to her pussy.
<<me>>Well you know how I am when I fuck a slut.<</me>>
I began rubbing the head of my cock up and down against her slit. She gulped.
<<coun1d>>You don't pull out.<</coun1d>>
I pushed forward, feeling the tightness as she moaned out.
<<me>>That's right. You were begging me for it the other day.<</me>>
I began pistoning in and out of her.
<<coun1d>>FuuuUuuUUCCKKKkkkKKk!<</coun1d>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/08.webp">\
She moaned loudly, as I felt the walls of her pussy begin to twitch around my cock as her orgasm hit her. I reached forward, and grabbed her hair around my hand, and used it as leverage to begin fucking her harder.
<<me>>Your womb would be mine to fill up as I see fit.<</me>>
<<coun1d>>Yes!<</coun1d>>
She groaned.
<<me>>So what do you say slut.<</me>>
I slapped her ass.
<<me>>Will you serve me?<</me>>
<<coun1d>>GgggggGgggg-<</coun1d>>
I could feel my balls begin to tense up as I fucked her roughly.
<<me>>Be my live in sextoy?<</me>>
<<coun1d>>YyYEeeEsSSs!<</coun1d>>
She moaned out, before I hilted inside her, and began shooting my load as deep as I could.
<<me>>Good girl. Take my seed.<</me>>
<<coun1d>>Fill me up!<</coun1d>>
She moaned out as I shot rope after rope of my cum directly into her little womb.
<<coun1d>>I'm yours!<</coun1d>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/09.webp">\
I slapped her ass one last time, before finally pulling out, and shooting the last few ropes on her lower back.
<<me>>Good girl.<</me>>
I sighed, leaning against the wall, and watched for a few minutes as <<ncoun1d>> recovered.
<<coun1d>>W-were you being honest? Or was that all just dirty talk?<</coun1d>>
She asked as soon as she recovered. I smiled.
<<me>>Which would you prefer?<</me>>
She blushed fiercely, turning away from me. I nodded.
<<me>>I'll be seeing you soon, my little cumdumpster.<</me>>
I said, grabbing her hair roughly, causing her to moan out. I leaned forward, giving her a kiss on the cheek, before letting her fall back on the desk. I stood up and got dressed, before opening the door.
<<met>>Oh right.<</met>>
I looked back at <<ncoun1d>>, who was fingering herself softly on the desk. I shook my head, and felt a familiar energy build up in my arm, before releasing it into <<ncoun1d>>. She was now marked.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\<<if $replay is "coun1d-1">>\
\
\
\
<<cain>>I still think it can't hurt doing a bit more research.<</cain>>
<<ncain>> said as I opened the door to the Livington city hall. The building was fairly large, and although I had never been there in person, it looked a lot like the style of something like Grand Central Station. There was probably a name for the style, but I never claimed to be an architect.
<<met>>I don't exactly disagree, but I'm not jumping right in. Just doing some recon, you know?<</met>>
<<cain>>I get it, and I'm not saying it won't work, just that more information is better.<</cain>>
I mentally agreed with him as I asked the man at the front where I could find Councillor Lee. He pointed me down one of the hallways, and I made my way.
<<met>>Like I said, I'm not planning on doing something right now.<</met>>
<<ncain>> scoffed as we got closer to an office. The plaque beside it told me I was in the right place, and I opened it.
<<met>>See?<</met>>
<<cain>>Lucky break.<</cain>>
<<ncain>> shrugged, as I walked into the waiting area, and spotted an incredibly attractive woman sitting at a desk, talking on the phone, who I assumed to be the secretary.
<<met>>It's not exactly rocket science. Most men are going to have female secretaries.<</met>>
<<cain>>It's kinda rocket science.<</cain>>
<<met>>Huh?<</met>>
<<cain>>Downstairs rocket, you know?<</cain>>
<<met>>Ooh, BOOOO!!!<</met>>
I shook my head as <<ncain>> dropped what was certainly his worst joke by far.
<<cain>>Everyones a critic.<</cain>>
<<met>>Nah, you don't need to be a critic to recognize that was a bad.<</met>>
<<cain>>Oh, just get to work.<</cain>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Secretary/02.png">\
<<ncain>> waved me off as he went to the back of my mind. I watched the busty woman for a moment.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">No sir, I'm afraid that wouldn't quite work.</span><</say>>
She said, fully focused on the phone and the computer screen in front of her. She hadn't noticed me yet, which was just fine for me.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">He has some time on <<print $Week[($Day + 2) % 7]>>. Would that work for you?
...
Perfect. I'll jot you down at-</span><</say>>
She was finalizing the call when she finally looked over at me, and Lust doing its magic, she was instantly transfixed. I flashed her a smile, and I saw her tremble for a moment as she bit her lip. After a moment, I pointed at the phone.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">Uh, yes, sorry sir, I... I'm here. I'll put you down for <<print $Week[($Day + 2) % 7]>> at 2. Would that be all? Ok, have a good day.</span><</say>>
She said, hastily putting the phone in its receiver, and quickly sitting up straight.
<<say '???' 'images/character icons/Coun1S.png'>><span style="color: #db94ff">Hello sir! Is there anything I can help you with?</span><</say>>
She asked, sounding excited. It still didn't get old, I thought as I walked up to her, and extended my hand.
<<me>>Actually, yes. I'm <<nme>>. What's your name?<</me>>
<<coun1s>><<ncoun1s>>, sir.<</coun1s>>
She took my hand, and I lifted it, kissing the back of it slowly, causing her to take a shallow breath.
<<me>>Pleasure to meet you, <<ncoun1s>>.<</me>>
I said, leaning on her desk, and leaning forward slightly.
<<me>>This is Councillor Lee's office, right?<</me>>
<<coun1s>>Y-yes, it is.<</coun1s>>
She said, mimicing me, leaning forwards, giving me ample view at her cleavage.
<<me>>How did he manage to score such a beautiful woman like you?<</me>>
<<coun1s>>O-ooh, I...<</coun1s>>
She stumbled over her words, flustered.
<<coun1s>>He- he's just my boss, you know?<</coun1s>>
<<me>>Of course, of course. But there's no way you're single.<</me>>
<<coun1s>>I...<</coun1s>>
She paused for a second, looking me up and down, before seemingly making a decision.
<<coun1s>>I can be.<</coun1s>>
I smiled at that response.
<<me>>I will definitely get back to you on that.<</me>>
Her eyebrows raised, clearly excited by the prospect.
<<me>>But right now, I'm here just to see the councillor.<</me>>
<<coun1s>>Oh, right, of course.<</coun1s>>
She flashed a smile, before realizing something.
<<coun1s>>I'm so sorry, <<nme>>, but he's busy ri-<</coun1s>>
Right as she spoke, I heard some yelling come from the door behind her getting louder, as it approached the door, and suddenly it opened.
<<say '???' 'images/character icons/Coun1D.png'>><span style="color: #cd82ff">I don't care! You're the one who made that decision.</span><</say>>
A young woman came out of the office, yelling back into it, surprising both <<ncoun1s>> and myself. A second after, an older man walked out, who I recognized from the council website as <span style="color: #9782ff">Kevin Lee</span>.
<<coun1>>Honey, be reasonable!<</coun1>>
<<say '???' 'images/character icons/Coun1D.png'>><span style="color: #cd82ff">Trust me, this is me being reasonable. Just because you decided to-</span><</say>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/02.png">\
The girl cut off as our eyes met, and in that moment, we both got a good look. <<ncoun1s>> was incredibly beautiful. A full figure, thick waist, large breasts, and very made up. The girl, on the other hand, was petite, very pale. Still, she was incredibly cute in her own way. Clearly, the way we were each looking at each other, we both liked what we saw.
<<coun1>><<ncoun1d>>, let's just talk about it.<</coun1>>
<<ncoun1d>> was suddenly brought back to reality, all of the anger she felt moments ago was gone, and looked back at the councilor.
<<coun1d>>I...<</coun1d>>
Her eyes flicked back to me, before she turned back to what I was quickly coming to the conclusion was her father.
<<coun1d>>I'm done talking about it. I'm gonna be at <<ncoun1df>>s.<</coun1d>>
<<coun1>>Fine. We'll pick this back up tomorrow. Be safe, ok?<</coun1>>
<<coun1d>>Whatever.<</coun1d>>
<<ncoun1d>> blew her father off, and turned to leave, giving me one final look before leaving. Once she was gone, <<ncoun1>> sighed. After a second, he stood up straight, and almost flinched as he spotted me, but quickly recovered. Might be a smaller town, but he was still a politician.
<<coun1>>Hello sir, I'm sorry you had to witness that.<</coun1>>
He said, turning to <<ncoun1s>>.
<<coun1>>Did I have a meeting?<</coun1>>
<<coun1s>>Oh, actually-<</coun1s>>
I stepped forward, putting my hands up.
<<me>>It's clearly not a good time. Please, go to your office, and take a breath. I'll speak with <<ncoun1s>>.<</me>>
<<coun1>>I appreciate it, but I always have time for my-<</coun1>>
<<me>>It's ok <span style="color: #9782ff">Mr. Lee</span>.<</me>>
<<coun1>>Please, call me <<ncoun1>>.<</coun1>>
<<me>>Of course, <<ncoun1>>. Like I said, I'll just talk with <<ncoun1s>>.<</me>>
He nodded, and flashed me a friendly smile.
<<coun1>>Very well. Have a good day, mister...<</coun1>>
<<me>>Just call me <<nme>>.<</me>>
<<coun1>>Of course, have a good day <<nme>>.<</coun1>>
We nodded, and he made his way back into his office, leaving me with his busty secretary. I looked down at her, and she looked up at me with hopeful eyes. I thought it over for a second, and made a decision.
<<me>>I take it <<ncoun1d>> was...<</me>>
<<coun1s>><<ncoun1>>s daughter.<</coun1s>>
<<me>>I figured. They don't get along?<</me>>
<<coun1s>>Not really. <<ncoun1>> divorced her mother a couple of years ago, and he recently remarried.<</coun1s>>
<<me>>And she doesn't like her stepmother?<</me>>
<<coun1s>>Well, it doesn't help that they're basically the same age.<</coun1s>>
<<me>>Damn.<</me>>
I said, chuckling. Who knew <<ncoun1>> had it in him.
<<me>>Alright, that's all I need.<</me>>
<<coun1s>>O-oh. Did you want to book an appointment?<</coun1s>>
<<me>>No, that won't be necessary.<</me>>
I leaned forward, placing my hand on her chin, lifting it, getting close to her lips with mine.
<<me>>But don't worry. I'll be back, for you. I will need your number.<</me>>
<<ncoun1s>> shuddered, and I met our lips, pushing my tongue into her mouth, her tongue happily accepting it. I made out with the busty secretary, and reached down, groping one of her tits, before standing up.
<<me>>You look like you would be fun to play with.<</me>>
<<coun1s>>Y-yes sir...<</coun1s>>
She said breathlessly. I stood up, and walked towards the door.
<<me>>No need to be single either.<</me>>
She nodded, her eyes glazed over, and I walked out.
<<cain>>You got lucky.<</cain>>
<<met>>Oh, I'm planning on it.<</met>>
<<cain>>And you said my jokes were bad.<</cain>>
<<ncain>> said, giving me a thumbs down.
<<linebreak>>
I was sitting in a booth at the Parched Throat, enjoying a drink. The rest of the day had been just as productive. I found <<ncoun1d>>s social media quite quickly, and it didn't take much to find out what her favorite pastime was.
<<cain>>There she is.<</cain>>
<<ncain>> said, and I looked over to where he was pointing, seeing <<ncoun1d>>. Still, I had a plan, and I had to stick to it.
<<cain>>If only you planned this much when the plan doesn't directly involve your dick.<</cain>>
<<met>>Ok, well, let's not get crazy, it's not like this is a meticulous plan.<</met>>
<<cain>>Still.<</cain>>
I shrugged, and continued relaxing, making sure to play the part. A handsome man, a-
<<cain>>Humble too.<</cain>>
<<met>>Shush.<</met>>
Like I was thinking. A handsome man, taking an entire booth to himself. I had gotten quite a few looks. Desire from women, jealousy from men, but not one person made a move to make me leave. And so, I waited. Thankfully, it didn't take too long, as <<ncoun1d>> walked past, doing a double take as she saw me. Her smile proved the plan was going gangbusters.
<<cain>>Gangbusters? What are you, 80 years old?<</cain>>
<<met>>Shut it.<</met>>
I spoke to <<ncain>>, as <<ncoun1d>> made her way to my table. And not alone either.
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/03.png">\
<<coun1d>>Hey!<</coun1d>>
I turned to her, acting casual, and flashed her and her friend a smile. Her friend was a taller blonde, and definitely my type. But not the plan tonight.
<<me>>Oh. Hey! I know you, right?<</me>>
<<coun1d>>Yeah!<</coun1d>>
She said, excited, before calming down a bit.
<<coun1d>>I mean, kinda? You were at my dads office today.<</coun1d>>
<<me>>Your dad... Oh, you mean councilor Lee!<</me>>
<<coun1d>>Yes!<</coun1d>>
<<me>>Right, right! Witnessed the bloodbath.<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/Friend/02.png">\
Her cheeks gained a rosy hue, and she looked down, embarrassed.
<<coun1d>>Y-yeah. Sorry about that!<</coun1d>>
<<me>>Don't apologize. Nothing sexier than a strong woman.<</me>>
I said, turning her rosy hue to crimson. Seeing this, her friend jumped in.
<<coun1df>>Hey, I'm <<ncoun1df>>.<</coun1df>>
<<me>>A pleasure.<</me>>
I said, standing up, and offering them a place at the booth, both of them hopping in. As <<ncoun1d>> walked past, I wrapped my arm around her, and then wrapped my other around <<ncoun1df>>.
<<me>>Can I get you ladies a drink?<</me>>
<<coun1d>>Y-yes, please!<</coun1d>>
<<coun1df>>Some shots sound fun!<</coun1df>>
I nodded, and seated them, before making my way to the bar. I got a couple of shots taken to the table, and made my way, sitting in between them. I turned to <<ncoun1d>>.
<<me>><<ncoun1d>>, right?<</me>>
<<coun1d>>Yeah. I didn't catch your name.<</coun1d>>
<<me>><<nme>>.<</me>>
I said as the shots arrived.
<<linebreak>>
<<coun1d>><<ncoun1df>> is gonna be so mad at me.<</coun1d>>
<<ncoun1d>> said as we walked into a rather large house. I had my hand on <<ncoun1d>>s ass, massaging it.
<<me>>Just tell her I'm more than happy to have fun with her, one on one, some other time.<</me>>
I said, before turning to her, and leaning forward, taking her lips in mine. She moaned, wrapping her arms around my neck, and we made out in the entrance. After a minute, I pulled back.
<<me>>For tonight though, I know what I want.<</me>>
I looked her up and down.
<<me>>Let's get going. I'm just about ready.<</me>>
I said, grabbing her hand, and putting it on my crotch, letting her feel my hardening cock.
<<coun1d>>Oh my god, you're so-<</coun1d>>
Before she could finish, we were suddenly interrupted.
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Manager/02.png">\
<<say '???' 'images/character icons/Coun1M.png'>><span style="color: #82ffb2">You're home quite late.</span><</say>>
<<ncoun1d>> sighed, annoyance on her face.
<<coun1d>>Yeah, well I'm an adult, <<ncoun1m>>, so why don't you go away?<</coun1d>>
<<coun1m>>No need for-<</coun1m>>
Stopped as she finally got a good look at me. She had an... Interesting reaction. Definitely attracted to me, but she seemed like an extreme professional. Still, Lust made it hard to resist.
<<coun1m>>Who's your friend?<</coun1m>>
She asked, a smile crossing her face. <<ncoun1d>> sighed.
<<coun1d>>And like I said, <<ncoun1m>>, I'm an adult, so I-<</coun1d>>
I cut her off.
<<me>>I'm <<nme>>. Are you Mrs. Lee?<</me>>
<<coun1m>>Oh, goodness, no. I'm Mr. Lee's chief of staff.<</coun1m>>
<<me>>Well it's a pleasure regardless.<</me>>
That finally managed to crack her shell, her cheeks flushing slightly, her smile warm.
<<coun1m>>Likewise.<</coun1m>>
She took me in for a second or two, before turning back to <<ncoun1d>>.
<<coun1m>>He seems nice enough, so I'll leave you two alone.<</coun1m>>
<<coun1d>>God, why do-<</coun1d>>
<<ncoun1d>> started, anger in her voice, before she paused, processing <<ncoun1m>>s words.
<<coun1d>>W-wait, that's it?<</coun1d>>
<<coun1m>>Like you said, you're an adult.<</coun1m>>
She took a small step forward, and ran her hand down my button down.
<<coun1m>>I hope to see you again, <<nme>>.<</coun1m>>
She said, before turning around, walking down one of the hallways. I turned back to <<ncoun1d>>, wrapping my hand around her waist.
<<me>>Where were we?<</me>>
<<ncoun1d>> seemed to be shocked, before turning back to me, and remembering why I was here.
<<coun1d>>O-oh, right.<</coun1d>>
She said, but didn't move.
<<me>>I'm down to have fun right here, but I'm guessing you'd prefer a bit more privacy?<</me>>
<<coun1d>>Yeah. Yes, come on.<</coun1d>>
She said, her smile coming back, and she led me to her room. It was a fairly cute room, although it didn't seem very lived in. Still, all we would need was the bed. As we entered, I walked over to the bed and took a seat, rubbing my crotch.
<<me>>Why don't you put on a show?<</me>>
I asked, and she smiled, as she walked over to me, and stood right in front of me, slowly pulling her shirt over her head.
<<coun1d>>God, you're so fucking hot, you know that?<</coun1d>>
<<me>>You're pretty fucking sexy as well.<</me>>
She smiled, and reached back, pulling her bra off, turning around, and dropped it.
<<me>>Come on, don't hide the goods.<</me>>
<<coun1d>>Well well, aren't you excited?<</coun1d>>
I reached forward, and pulled her to me. She turned around, and I got a face full of her tits. I leaned forward, kissing her stomach, and giving it a quick lick.
<<me>>Like I said, I like strong women.<</me>>
<<coun1d>>Mmmmm.<</coun1d>>
<<me>>There's nothing hotter than when they get on their knees and service me.<</me>>
<<coun1d>>Is that what you want?<</coun1d>>
She asked, looking down at me, as I reached up and began rolling her nipple in my fingers.
<<coun1d>>My cute little mouth wrapped around your cock?<</coun1d>>
<<me>>That. And then I'm going to bend you over...<</me>>
I said, pulling her down slowly, kissing her stomach, then her tits, then her neck, and finally her lips, before she was on her knees between me.
<<me>>Well, I don't want to ruin the surprise.<</me>>
She ran her hand over my bulge, moaning as she felt my cock.
<<me>>Now get my cock out.<</me>>
<<coun1d>>Mmm, yes please.<</coun1d>>
She moaned, slowly opening my pants up, before pulling my cock out, letting it spring out.
<<coun1d>>It's so hot.<</coun1d>>
<<me>>I can think of somewhere warmer that I want it in.<</me>>
She grabbed my cock, and pressed it against her face.
<<coun1d>>You're going to ruin my holes with this meatstick.<</coun1d>>
<<me>>You have no idea.<</me>>
I said, grabbing her hair, and pushing it into her mouth, slowly feeling her warm mouth open up.
<<me>>That's a good girl.<</me>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/04.webp">\
She moaned as my cock slid down her tongue, until it pressed against the back of her mouth. She pulled back, before pushing it back in, sucking on the head of my cock.
<<coun1d>>God, it tastes incredible.<</coun1d>>
<<me>>You're going to want to taste the shaft.<</me>>
I said. She smiled, and lowered her head, before I stopped her.
<<me>>No no, not like that.<</me>>
She looked confused, before realizing, and looking at the head of my cock.
<<coun1d>>I don't think it can fit.<</coun1d>>
<<me>>Don't worry. I'll help you.<</me>>
I said, grabbing her head. She opened her mouth, sticking her tongue out, and I placed the head of my cock onto it. She moaned as she tasted it, and I smiled, pushing it in. Slowly, until I was pressed against her throat.
<<me>>Are you ready?<</me>>
She looked up at me, worried.
<<me>>Don't you worry. You're going to love it.<</me>>
I said, pushing my cock against her throat, until finally popping through, causing her to gag.
<<me>>Now be a good girl, and let me fuck your face.<</me>>
I said, as I began pumping into her. Slowly getting my cock further down her gullet. I continued fucking her cute face, but after 20 minutes, I had only half of it in. I pulled her off.
<<coun1d>>Oh fuck.<</coun1d>>
She said, coughing, taking a deep breath. After a few moments, she looked at my cock, reverence on her face.
<<coun1d>>Why did that feel so good?<</coun1d>>
She asked, giving my cock a soft kiss, moaning as she did.
<<me>>Because you're meant to be there. On your knees...<</me>>
I patted her head, and she smiled up at me, looking at me with new eyes.
<<me>>Pleasuring me.<</me>>
She looked back at my cock, acceptance crossing her features. I smiled, and grabbed her head, standing up.
<<me>>But now-<</me>>
I lifted her, moans coming from her, and I positioned her on her bed, her ass in the air.
<<me>>Now I want to use your other hole.<</me>>
I reached forward, and rubbed her pussy through her panties, feeling how wet she was.
<<coun1d>>OOohooOOHO, fuUUuck!<</coun1d>>
She grunted, as she began twitching on the bed. I smiled, continuing to rub as her panties started getting soaked through. After a minute, I pulled back, and tasted her juices.
<<me>>Sweet.<</me>>
<<coun1d>>Oh my fucking god!<</coun1d>>
She half moaned.
<<me>>Are you ready?<</me>>
I asked, pulling her panties to the side, and rubbing the head of my cock onto her lower lips, mixing her saliva with her pussy juices.
<<coun1d>>I... I don't... I'm not on birth control.<</coun1d>>
<<me>>So?<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/05.webp">\
She bit her lip, clearly trying to make a decision. It didn't take her more than a few seconds.
<<coun1d>>O-ok. Just pull out, ok?<</coun1d>>
I sighed.
<<me>>No.<</me>>
<<coun1d>>W-what?<</coun1d>>
<<me>>I'm just letting you know.<</me>>
I stepped onto the bed, and mounted her, my cock pressed against her pussy, a deep moan coming from <<ncoun1d>>.
<<me>>When I fuck sluts, I don't pull out.<</me>>
I grabbed her hair, and wrapped it around my hand, getting a good grip.
<<me>>I like blowing my load deep inside their wombs.<</me>>
<<coun1d>>I... I'm not on birth control.<</coun1d>>
<<me>>I heard you.<</me>>
I pressed my cock against her pussy again, not yet penetrating.
<<me>>If you don't want to risk it, I'll back off, and leave.<</me>>
She looked up at me, then back at my cock, biting her lip.
<<me>>You can hear about it all when I fuck your friend, <<ncoun1df>>. She looks like a slut who will take my load.<</me>>
<<coun1d>>Oh god.<</coun1d>>
<<me>>So? What do you say?<</me>>
She bit her lip, before turning her head, directly on the bed.
<<coun1d>><span style="font-size: 10px">Ok.</span><</coun1d>>
<<me>>What's that?<</me>>
<<coun1d>>Ok.<</coun1d>>
I smiled, then leaned forward, pressing my body against hers, whispering in her ear, my cock still not inside.
<<me>>Not good enough.<</me>>
<<coun1d>>H-huh?<</coun1d>>
<<me>>Beg me to cum inside you.<</me>>
Her eyes flashed of pure desire, her flip completely flipped.
<<coun1d>>Fuck my tight little pussy. Fill me up with your seed.<</coun1d>>
I smiled, and pushed my cock, slowly, until the head slid inside her.
<<coun1d>>OOHOOHohooHOohhohhh, FFfFfffUUUuuUuccKKkKk-<</coun1d>>
She yelled, as she started cumming from the feeling. I smiled, and gripped her hair tightly, using it to pull her towards me, my cock slowly spreading her open. The walls of her pussy were twitching wildly.
<<coun1d>>FILL ME UP! BREED ME!<</coun1d>>
She yelled out, and I pistoned my hips forward, hilting inside her.
<<coun1d>>OoOOOhHH GOD!<</coun1d>>
She groaned, and I began fucking her hard. She hadn't even finished her orgasm as I fucked her into her third one, pistoning hard into her pussy.
<<me>>You're a tight little slut, aren't you?<</me>>
<<coun1d>>Mhmhmmmhhmm.<</coun1d>>
She groaned, barely conscious as I used her small body, using her pussy as a tool to jerk my cock. I continued manhandling her, and after a few minutes, I could feel my own climax approaching.
<<me>>Are-<</me>>
I started, before hearing the creak of the floor. I looked around, and noticed the door was cracked. <<ncoun1d>> definitely closed it, so I looked closer, and saw someone looking inside. The person saw, and our eyes met. It took me a second to realize it was <<ncoun1m>>. I smiled, and looked back down at <<ncoun1d>>, and began fucking her even harder.
<<me>>Are you ready slut?<</me>>
I groaned, loud enough for our audience to hear. Thankfully, <<ncoun1d>> was basically unconscious from the repetitive orgasms that my cock was giving her. I looked back at <<ncoun1m>>, looking her right in the eye.
<<me>>I'm about to fill your little womb with my seed.<</me>>
I heard a moan from the door.
<<me>>I'm about to knock you up slut.<</me>>
I slapped <<ncoun1d>>s ass, keeping eye contact with <<ncoun1m>>.
<<me>>Here it comes!<</me>>
I groaned, as I began blasting my load.
<<me>>There we go, take my fucking load slut.<</me>>
I groaned, filling <<ncoun1d>>s pussy with my cum, even as I was staring directly at <<ncoun1m>>.
<<me>>You like that?<</me>>
I groaned, and saw <<ncoun1m>> nod at the door. I looked down, and saw movement in her skirt. I smiled.
<<me>>There we go, get bred bitch.<</me>>
I said, pulling out, and shooting the last few ropes directly onto <<ncoun1d>>s ass. I sighed, and let her hips go, her limp body falling into the bed, the only movement from her was her twitching legs. I smiled as I watched my cum slowly leak out of her, and I stood up. I made my way to the door, and opened it, seeing <<ncoun1m>> on her knees, her cheeks completely red, her hand in her skirt moving quickly. I stepped forward, and grabbed my softening cock, placing it directly on her face.
<<me>>Did you like watching me breed the little bitch?<</me>>
She didn't respond, her body beginning to twitch as her hand in her skirt was moving fast.
<<me>>Why don't you clean her pussy off my cock, and then cum.<</me>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Manager/03.png">\
She nodded, her tongue sticking out, and slowly running it up my cock. It only took one lick, her eyes rolling back, as she began cumming right there on the floor. I stepped forward, and placed my balls on her chin.
<<me>>This house is overflowing with sluts for me to use, huh?<</me>>
I asked her, not expecting an answer, just enjoying the feeling of her cumming while my balls were resting on her face. After a couple of minutes, her eyes snapped open. She seemed frozen for a moment, before reaching up and grabbing my cock, taking it off her face, although not before giving it a few pumps.
<<coun1m>>I... I don't know what cam-<</coun1m>>
<<me>>Shut it.<</me>>
She looked up at me, surprised. She was clearly not used to being in this position. Not just sexually, but submissively.
<<me>>You saw a man you wanted to serve. Nothing wrong with that.<</me>>
I looked down at her body, and reached down, grabbing one of her breasts through her shirt, eliciting a moan.
<<me>>And I'll gladly let you serve me.<</me>>
She swallowed, nodding.
<<me>>But not tonight.<</me>>
<<coun1m>>Right.<</coun1m>>
She said, awkwardly standing up. As she did, she turned away, I grabbed her ass.
<<me>>I will give you what you need though. Be ready for me.<</me>>
She didn't turn around, but she nodded.
<<coun1m>>Yes... Sir.<</coun1m>>
<<me>>Good girl.<</me>>
I let go of her ass, and slapped it hard, causing her to yelp, but understand, walking away. I smiled, and turned back to <<ncoun1d>>.
<<met>>Success.<</met>>
<<cain>>Not yet.<</cain>>
<<met>>Why you gotta be so negative?<</met>>
I asked, as I slowly exited the room. The hallways were thankfully empty.
<<cain>>The plan is going well, but it's not a success yet. We both know you can fuck any woman unconscious if you try.<</cain>>
<<met>>I guess. Still, it was fun.<</met>>
<<cain>>I'm sure. But now, search, and be careful.<</cain>>
I nodded, as I looked around the house. I made sure to listen carefully for any movement, but it seemed fairly empty. It took only a couple minutes before I found what I was looking for. <<ncoun1>>s office. I opened it, and made my way to the computer, opening it. I began looking through the files, trying to focus on anything that <<nbankm>> mentioned would be important. It was a bit tougher, since I was preoccupied with fucking his wifes asshole as he explained. Still, I finally started making some progress, before I heard some footsteps going down the hallway.
<<met>>Fuck.<</met>>
<<cain>>Relax. This is the magic of planning.<</cain>>
He said, slapping my back.
<<cain>>You know what to do.<</cain>>
I nodded, and closed my eyes. I felt Lust energy begin to build up, but as it did, I started forming it. Making the structure slowly, before carving, or dissolving, channels into it. It took only a few seconds before it was ready, which felt good. I had practised this since the day <<ncov3>> taught it to me, and it had been quick learning. I let the energy flow, and felt the spell activate. It was still weird, feeling the energy flow, but it was so unlike how I used Lust, or Greed. Still, I looked at myself, and saw my hand become transparent. I could still see it, but as I felt before, others couldn't. I calmed down, and waited. The footsteps got closer, and I realized I had left the computer on. I quickly put it to sleep, as the door opened. A larger man peeked in, looking around. He turned the light on, and looked around again. The more time passed, the better I felt, as he wasn't catching me. Nothing but relief as he turned the light back off, and closed the door. I waited until he walked back down the hallway, and opened the computer again.
<<met>>Can I say success now?<</met>>
<<cain>>I'll allow it.<</cain>>
I shook my head, chuckling. I went back through the PC, and finally found what I was looking for. I made a copy, and pocketed it. I put everything back how it was, and slowly made my way back to <<ncoun1d>>s room. I opened the door slowly, happy to see she was still sleeping. I wrote a quick note, placing it on her table, and got dressed. I got what I wanted, and then some, and now it was time to get out.
<<me>>Pure success.<</me>>
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<<elseif $replay is "coun1d-2">>\
\
\
\
<<coun1d>><<nme>>?<</coun1d>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/06.png">\
I looked around to see who called me, and was pleasantly surprised to find <<ncoun1d>> standing there. I suppose I shouldn't have been too shocked, considering where I currently was. After all, the college was a go to spot for me when I wanted to see attractive young women parade themselves around me. Sure, you could make the argument that the Parched Throat would be a good spot, or even Sonar. But considering how effective Lust was, I didn't need to go to the bar. And Sonar... Well, I liked my ear drums exactly as they were. Undamaged. Plus the low light made it harder to see who was hot, and who was using the former to hide the lack of latter.
<<me>><<ncoun1d>>.<</me>>
<<coun1d>>I knew that was you!<</coun1d>>
She said, hopping over to me, giving me a hug. She was hanging out with two other guys, who gave me a jealous look as they watched her.
<<met>>Well, never let it be said I'm a gracious winner.<</met>>
I thought, as I grabbed <<ncoun1d>>s chin softly, and lifted it, pulling her into a deep kiss. She moaned softly into my mouth as our tongues met, which was cute. After a few moments of swapping spit, I finally let her go.
<<coun1d>>Wow.<</coun1d>>
I don't think she meant to say that, as she looked to be in a bit of a daze. Still, it felt nice. After a few more moments, she finally recovered, turning back to her two guy friends.
<<coun1d>>H-hey, these are my friends, Drew and Tristan.<</coun1d>>
<<say 'Drew' 'images/character icons/One Time/AssWF.png'>><span class="BankMText">Hey.</span><</say>>
Tristan didn't say anything, but did nod at me. I nodded back, before wrapping my arm around <<ncoun1d>>, who blushed.
<<coun1d>>Uhm, this is... <<nme>>.<</coun1d>>
I nodded back at them, before looking down at <<ncoun1d>>.
<<me>>You busy?<</me>>
<<coun1d>>Not at all!<</coun1d>>
She answered instantly, before her eyes widened in embarrassment.
<<coun1d>>I mean, no, I just finished class, so-<</coun1d>>
<<me>>Good.<</me>>
I nodded at the two guys.
<<me>>I'm gonna take her. Nice meeting you two.<</me>>
<<coun1d>>O-oh!<</coun1d>>
<<ncoun1d>> exclaimed as I whipped her around, walking away from her friends, not making any movements to stop me. She turned back to them, and yelled out.
<<coun1d>>I'll see you guys <<if $Day is 0>>on Thursday<<elseif $Day gte 3>>on Monday<</if>>!<</coun1d>>
The two of them might have made some noise, but I didn't really register it, as I was making my way to the library. Thanks to <<nmom1>> working here, I was familiar with the layout, and already knew the perfect place to go.
<<coun1d>>S-so what's up?<</coun1d>>
<<me>>Thought you could use a good time.<</me>>
I said, as we entered the library, making our way to the back.
<<coun1d>>Oh, really, I could use it?<</coun1d>>
She said, raising her eyebrow. I stopped, looking down at her.
<<coun1d>>I'm sure you're just thinking about me, huh?<</coun1d>>
<<me>>Well if you want, I could just let you go home.<</me>>
Her smile faded.
<<coun1d>>Well...<</coun1d>>
<<me>>Yeah, let's not pretend you didn't pass out from how much you enjoyed it.<</me>>
Her cheeks got rosy as she looked around, making sure no one was around us as I said it. After a few moments, we finally got to where I was heading to. The Library study rooms. Or, the old ones. The new ones were much nicer, so everyone tended to use those, which left these ones empty 99% of the time. And unlike the newer ones, they were completely private. I opened the door, and brought <<ncoun1d>> in, closing the door behind her.
Once it was, I stepped up, and pushed my tongue back into her mouth, to her surprise.
<<coun1d>>MMm! Mmmmmhhhmmm.<</coun1d>>
Surprised at first, she quickly recovered, as the two of us began pawing at each other. Her hands went to my chest, and mine grabbed her ass, pulling her tiny body closer to mine. However, it only took a few moments for her to push me back.
<<coun1d>>L-listen, <<nme>>, I...<</coun1d>>
She paused, biting her lip as she leaned back on the table. She was clearly fighting with herself.
<<coun1d>>We had a lot of fun the other night...<</coun1d>>
She paused, sighing deeply.
<<coun1d>>A lot of fun... But, I don't think we can do this again.<</coun1d>>
<<me>>Oh?<</me>>
I said, tilting my head, silently asking for an explanation.
<<coun1d>>I... Think you're dangerous.<</coun1d>>
That was definitely not the answer I was expecting, something that <<ncoun1d>> could clearly see in my face, as she was quick to clear up my confusion.
<<coun1d>>Not like, physically.<</coun1d>>
She paused, thinking about it.
<<coun1d>>Well, not like you would hurt me. But because you... I don't think you would be good for my future.<</coun1d>>
I continued looking at her, not speaking, urging her to continue to fill the empty space.
<<coun1d>>I mean, seriously! I had one night with you, and you had me begging for...<</coun1d>>
She trailed off, as her cheeks going crimson clearly showed her memory of our last encounter was still strong.
<<coun1d>>Anyway, that's not what I see for the future.<</coun1d>>
I continued looking at her, but this time, she seemed to really be done.
<<me>>And this future of yours. Who chose it?<</me>>
<<coun1d>>Wha- I did... I mean...<</coun1d>>
She stumbled over her words.
<<me>>Did you? Or was it chosen for you?<</me>>
Her reaction clearly showed that I had hit a nerve.
<<coun1d>>I... My dad, he means well-<</coun1d>>
<<me>>I'm sure he does. But I remember how we met... The first time, at least. And then <<ncoun1m>>.<</me>>
She scrunched up her face at the mention of <<ncoun1m>>. I stepped forward, cupping her face in my hand.
<<me>>Is it too much?<</me>>
<<ncoun1d>> paused, before nodding lightly.
<<coun1d>>I love my dad, but... I wasn't ever allowed to do what I wanted.<</coun1d>>
I nodded, rubbing her cheek with my thumb.
<<coun1d>>It was always what he wanted. Even this-<</coun1d>>
She said, lifting her backpack, dropping it on the floor.
<<coun1d>>I'm just doing this because he made a plan for it.<</coun1d>>
<<me>>Don't you just want to break free?<</me>>
I asked, causing her to look up to me, her eyes shining with hope.
<<me>>I'm your path out.<</me>>
I said, pushing one of my hands down into her pants and began massaging her pussy over her panties.
<<coun1d>>How?<</coun1d>>
<<me>>Be mine.<</me>>
<<coun1d>>L-like... A wif-<</coun1d>>
<<me>>No.<</me>>
I said, cutting her off.
<<me>>That's just another cage.<</me>>
<<coun1d>>Wha-<</coun1d>>
I push my thumb into her mouth, shutting her up, as I push one of my fingers into her pussy.
<<me>>I want to give you a life where you just have fun. Go out with friends, have fun.<</me>>
She nodded, small moans escaping from her as I fingered her.
<<me>>I'll take care of you. All I ask is you take care of me.<</me>>
<<coun1d>>MMmmmmMmm.<</coun1d>>
She moaned, nodding lightly.
<<Button 'Good girl' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<widget "mom1loc">>
<<if $mom1.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom1.name">>
<<if ($mom1.scene.includes(2) && $player.prog gte 5 && $sis3.loc is "bathroom") ||
($mom1.scene.includes(2) && $mom1.loc is "english" && $Time is 2 && $Day is 2) ||
($mom1.scene.includes(3) && $mom1.loc is "room" && $event.mom1 gt 3 && $Time is 1 && $Day is 3)
>>
<img class="liIconns" src="images/character icons/Mom1.png">
<<else>>
<img class="liIcon" src="images/character icons/Mom1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "mom2loc">>
<<if $mom2.marked eq 1>>
<div class="grid-item">
<<hovertip "$mom2.name">>
<<if ($player.prog lte 3 && $mom2.scene.includes(1) && $Time is 2) ||
($player.prog lte 3 && $mom2.scene.includes(2) && $event.mom2 gte 1) ||
($player.prog gte 5 && $mom2.scene.includes(3) && $Day is 3 && $Time is 2) ||
($mom2.scene.includes(4) && $sis1.scene.includes(6) && $lHome.includes($mom2.loc) && $lHome.includes($sis1.loc) && $Time lt 4)
>>
<img class="liIconns" src="images/character icons/Mom2.png">
<<else>>
<img class="liIcon" src="images/character icons/Mom2.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "sis1loc">>
<<if $sis1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis1.name">>
<<if ($player.prog lte 3 && $sis1.scene.includes(1) && $Time is 3) ||
($sis1.scene.includes(2) && $sis1.loc is "sis1room") ||
($sis1.scene.includes(3) && $sis1.loc is "kitchen") ||
($sis1.scene.includes(4) && $sis1.loc is "sis1room" && $event.sis1 gte 4) ||
($sis1.scene.includes(5) && $sis1.loc is "room" && $event.sis1 gte 7)
>>
<img class="liIconns" src="images/character icons/Sis1.png">
<<else>>
<img class="liIcon" src="images/character icons/Sis1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "sis2loc">>
<<if $sis2.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis2.name">>
<<if $lHome.includes($sis1.loc) && $lHome.includes($sis2.loc) && $sis3.scene.includes(7) && $Time lt 4 && $event.sis3 gte 2 && not hasVisited("FamMix: 2-1")
>>
<img class="liIconns" src="images/character icons/Sis2.png">
<<else>>
<img class="liIcon" src="images/character icons/Sis2.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "sis3loc">>
<<if $sis3.marked eq 1>>
<div class="grid-item">
<<hovertip "$sis3.name">>
<<if ($player.prog lte 3 && $sis3.scene.includes(1) && $Time is 2) ||
($sis3.scene.includes(2) && $sis3.loc is "bathroom" && $player.prog gte 5) ||
($sis3.scene.includes(4) && $sis3.loc is "chem" && $Time is 2 && $Day is 4 && $event.sis3 gte 1) ||
($sis3.scene.includes(5) && $sis3.loc is "sis3room" && $Time lt 4) ||
($sis3.scene.includes(6) && $sis3.loc is "sis3room" && hasVisited("Sis3: 5.5") && $event.sis1 gte 1)
>>
<img class="liIconns" src="images/character icons/Sis3.png">
<<else>>
<img class="liIcon" src="images/character icons/Sis3.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "sub1loc">>
<<if $sub1.marked eq 1>>
<div class="grid-item">
<<hovertip "$sub1.name">>
<<if ($sub1.scene.includes(2) && $sub1.loc is "living") ||
($sub1.scene.includes(3) && $sub1.loc is "tech" && $event.sub1 gte 1)
>>
<img class="liIconns" src="images/character icons/Sub1.png">
<<else>>
<img class="liIcon" src="images/character icons/Sub1.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "bankcloc">>
<<if $bankc.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankc.name">>
<<if ($bankc.scene.includes(1) && $bankc.loc is "bank" && $event.bankc gte 1) ||
($bankc.scene.includes(4) && $bankc.loc is "apart" && $event.bankc gte 1) ||
($bankc.scene.includes(5) && $bankc.loc is "bank" && $story.side2 gte 4 && $event.bankc gte 1)
>>
<img class="liIconns" src="images/character icons/BankC.png">
<<else>>
<img class="liIcon" src="images/character icons/BankC.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "bankwloc">>
<<if $bankw.marked eq 1>>
<div class="grid-item">
<<hovertip "$bankw.name">>
<<if ($bankw.scene.includes(5) && $Time lte 2 && $event.bankw gte 3 && $bankw.loc is "bank" && $bankw.text gte 3)
>>
<img class="liIconns" src="images/character icons/BankW.png">
<<else>>
<img class="liIcon" src="images/character icons/BankW.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "combloc">>
<<if $comb.marked eq 1>>
<div class="grid-item">
<<hovertip "$comb.name">>
<<if ($player.prog gte 5 && $comb.scene.includes(1) && $comb.loc is "comic") ||
($comb.scene.includes(2) && $comb.loc is "comic" && hasVisited("Side1-6") && $event.comb gte 7) ||
($comb.scene.includes(3) && $comb.loc is "bar" && not hasVisited("ComB: 3-1") && $event.comb gte 3)
>>
<img class="liIconns" src="images/character icons/ComB.png">
<<else>>
<img class="liIcon" src="images/character icons/ComB.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "asswloc">>
<<if $assw.marked eq 1>>
<div class="grid-item">
<<hovertip "$assw.name">>
<<if ($assw.scene.includes(4))
>>
<img class="liIconns" src="images/character icons/AssW.png">
<<else>>
<img class="liIcon" src="images/character icons/AssW.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "asswgfloc">>
<<if $asswgf.marked eq 1>>
<div class="grid-item">
<<hovertip "$asswgf.name">>
<<if ($asswgf.scene.includes(10))
>>
<img class="liIconns" src="images/character icons/AssWGF.png">
<<else>>
<img class="liIcon" src="images/character icons/AssWGF.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "dassloc">>
<<if $dass.marked eq 1>>
<div class="grid-item">
<<hovertip "$dass.name">>
<<if ($dass.scene.includes(4))
>>
<img class="liIconns" src="images/character icons/DAss.png">
<<else>>
<img class="liIcon" src="images/character icons/DAss.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "hospadloc">>
<<if $hospad.marked eq 1>>
<div class="grid-item">
<<hovertip "$hospad.name">>
<<if ($hospad.scene.includes(5))
>>
<img class="liIconns" src="images/character icons/HospAd.png">
<<else>>
<img class="liIcon" src="images/character icons/HospAd.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "collkeysunlock">>
<<if $keys.coll is 1>>
<div class="grid-item">
<<hovertip "You have keys!">>
<<if $Time gte 4>>
<img class="liIcon" src="images/character icons/Keys.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>>
<<widget "sonarkeysunlock">>
<<if $keys.sonar is 1>>
<div class="grid-item">
<<hovertip "You have keys!">>
<<if $Time lt 3>>
<img class="liIcon" src="images/character icons/Keys.png">
<</if>>
<</hovertip>>
</div>
<</if>>
<</widget>><<sis2>>Come on already, I'm curious.<</sis2>>
<<nsis2>> yelled from her bed. She was with <<nsis1>> in her bed, to both my surprise, and glee. They weren't doing... Well, they were having sex, but their hands were definitely not in places sisters should have them, as <<nsis1>> pinched <<nsis2>>s nipple through her top.
<img class="rightimg" src="images/Characters/House/Roommate 1/26.webp">\
<<sis1>>Hmm, have I not been giving you enough attention?<</sis1>>
<<nsis2>> smiled at <<nsis1>>, and leaned forward, sharing a kiss between the two of them. I smiled, even as I was sitting on her desk chair. I had come in twenty minutes earlier, telling them I had an idea for tonight. I was still finalizing it, so they were fine to hang out. The two were watching things on their phones, sharing videos, laughing. Normal sisterly behavior, if it wasn't for the occasional moan that came from them, a hand moving away from the others erogenous zone as I looked up at them.
<<sis2>>I can't help it. The last time <<nme>> told us he had a plan, we sent him some naughty photos.<</sis2>>
<<sis1>>You never did tell us how it went. With <<nsis3>>.<</sis1>>
I smiled, standing up, and sitting on the bed, leaning back into it, resting my back on their legs.
<<me>>I would say it went well.<</me>>
<<sis2>>How well?<</sis2>>
<<me>>Well enough that I need one of you guys.<</me>>
<<nsis2>> sighed, seeming disappointed.
<<sis2>>If you want a nude, you can just ask.<</sis2>>
<<sis1>>Y-yeah. You can have as many pictures as you want.<</sis1>>
<<nsis1>> said, a bit embarrassed, but excitement still beneath that.
<<me>>Oh, no, not a nude.<</me>>
That made both of them sit up, looking down at me.
<<sis1>>W-wait, like...<</sis1>>
<<sis2>>In person?<</sis2>>
<<nsis2>> finished the sentence that <<nsis1>> had trailed off.
<<me>>Yep.<</me>>
The two of them looked at each other, and excitement slowly bubbled up. I smiled, before wincing a bit.
<<me>>Just one though. It needs to be a bit gradual.<</me>>
I said, as both of them deflated a bit, sharing a look. It was clear they were both interested, but they also didn't want to take the chance from the other. I felt a bit bad, leaving this decision to them, but I figured if I was going to form a fully fledged harem, then I couldn't be choosing favorites. Hell, I didn't even know who I would pick if I did. And I had thought about it a lot.
<<sis2>>So... How do you wanna pick? Flip a coin?<</sis2>>
<<nsis1>> straightened up, then looked at <<nsis2>>.
<<sis1>>No, it's ok. You do it.<</sis1>>
<<sis2>>Well, no, I don't want to... I want to do this, but I know you want to do it as well.<</sis2>>
<<sis1>>I know.<</sis1>>
<<nsis1>> smiled warmly at her sister, caressing her face, leaning forward and kissing <<nsis2>> tenderly. After a moment, she pulled back.
<<sis1>>I'm not just giving this up.<</sis1>>
She looked at me, flashing me a smirk.
<<sis1>>I just want to have first dibs on <<nmom2>>.<</sis1>>
<<nsis2>> shot up, shock on her face, a smile on top.
<<sis2>>Excuse me?! When was this decided?<</sis2>>
<<me>>That was actually the plan before...<</me>>
<<sis1>>Before the harem officially formed.<</sis1>>
I felt <<nsis2>>s legs move out from under me, as she kneeled beside <<nsis1>>, giving her sister her full attention.
<<sis2>>Well tell me everything!<</sis2>>
<<sis1>>Oh?<</sis1>>
<<nsis1>> said, looking innocent.
<<sis1>>Are you interested?<</sis1>>
<<sis2>>Of course I am, what were you two pervs planning?<</sis2>>
<<sis1>>Well now I'm wondering how much it's worth to you.<</sis1>>
<<nsis1>> slowly spread her legs, biting her lip. <<nsis2>> flashed her a smile.
<<sis2>>MMmm, does my big sister want to feel my tongue inside her?<</sis2>>
<<sis1>>I want my little sister to earn it.<</sis1>>
<<nsis2>> moaned as she pushed me off of <<nsis1>>s legs, and laid down in front of her.
<<me>>Alright, <<nsis2>>, it's going down tonight, so I'll text you when to be ready.<</me>>
<<sis2>>Mmmhmmm.<</sis2>>
She responded, followed by <<nsis1>> moaning.
<<sis1>>Mmmm, that's a good girl. Earn your big sisters secrets.<</sis1>>
I smiled, and briefly thought about joining in, before discarding the thought. Plans needed to be finalized.
<<linebreak>>
<img class="leftimg" src="images/Characters/House/Roommate 3/26.png">\
<<sis3>>You texted me daddy?<</sis3>>
I heard a low whisper from the door. I looked up, and saw <<nsis3>> standing innocently at the door, looking wary, even if I could tell she was excited for whatever was about to happen. Her switch was already flipped, and I was ready to keep pushing it. I smiled, and sent a quick text to <<nsis2>>, before sitting up. I patted the spot beside me. <<nsis3>> grinned, and skipped to the bed, jumping onto the bed, bouncing a bit before turning to face me.
<<sis3>>Did daddy need his little rapeslut to drain his balls?<</sis3>>
She asked, biting her lip. I smiled, staying quiet, and stood up, confusing her.
<<sis3>>Is everything ok da-<</sis3>>
I reached up, and put my finger on her lips, quieting her, before pushing my thumb into her mouth. She melted a bit, sucking on it.
<<me>>Daddy needs you to shut your mouth, until spoken to. Can you do that for me princess?<</me>>
Continuing to suck on my thumb, she nodded. I nodded back at her, pulling my thumb out of her mouth, giving it a quick taste, before walking over to my desk I picked up a piece of paper, and walked over to <<nsis3>>. I unlocked my phone, pressed a few buttons, then handed the paper to her. She read it quickly, then looked up at me in confusion, seeing me hold the phone in front of her.
<<sis3>>Uh... Wha-<</sis3>>
<<me>>Read out loud please.<</me>>
<<nsis3>> raised her brow, before shrugging, and looking at the paper.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
She looked up at me, and I nodded, putting my phone down, then walking back to my desk. I opened the drawer, and pulled out the contraption I had been working on. I turned around, showing it to <<nsis3>>, who looked at it in confusion. I walked up to her, and lifted one of my hands, which had a blindfold in it. She looked up at me as I slowly lowered it, but didn't make any move to stop me. Once it was firmly on her eyes, I tightened it a bit, and stood back.
<<me>>Can you see?<</me>>
<<sis3>>Uhm-<</sis3>>
She said, before pulling one corner down a bit.
<<sis3>>Now it's completely dark.<</sis3>>
<<me>>Good.<</me>>
I smiled, before picking up the other object, which was a pair of earmuffs I picked up at the Hardware Store. They were definitely a lot more sensual than the ones I saw online, being lined with fur, but very effective when I did try them. Still, I wasn't finished when I bought them, repurposing an old pair of earphones. I lowered them slowly on <<nsis3>>s head. She flinched in surprise when it touched her, but she quickly lifted her head, and I placed them over her ears. I secured them as best as I could, before standing up.
<<me>>Can you hear me?<</me>>
<<nsis3>> didn't respond, which was exactly what I was hoping would happen. Next, I grabbed the phone, and pressed a button on the screen.
<<me>>Can you hear me?<</me>>
Again, she jumped, flinching from the sudden noise.
<<sis3>><span style="font-size: 1.3em; font-weight: 700;">Yeah, I can.</span><</sis3>>
<<me>>A bit quieter.<</me>>
<<sis3>>Oh. Right, sorry daddy.<</sis3>>
<<me>>It's ok. Now sit there for a second.<</me>>
<<nsis3>> nodded, and I looked at her for a second, before pressing a button on my phone again, causing her to jump again. In moments, however, I could see her cheeks turn red, as I put on the audio recording I made of the script I gave her. Right now, all she could hear was herself reading the script, on repeat. Once I was sure she was ok, I walked over to my door, opening it carefully. I poked my head out into the hallway, and kneeling beside my door was <<nsis2>>.
<<sis2>>A-are you... Is she ready?<</sis2>>
<img class="leftimg" src="images/Characters/House/Roommate 2/20.png">\
<<nsis2>> asked, stumbling over her words, her nervousness shining through. I smiled, nodding, and letting her into the room, enjoying the nervousness she had. She slowly walked in, and gasped lightly when she saw <<nsis3>>, stopping. I put my hand on her back, pushing her forward a bit, earning me a thankful nod from her, as I closed the door behind her.
<<sis2>><span style="font-size: 0.7em;">So that's what you were fiddling with?</span><</sis2>>
She asked, whispering.
<<me>>Yeah. She can't hear a thing right now.<</me>>
<<sis2>>O-oh.<</sis2>>
She said, squinting a bit.
<<sis2>><span style="font-size: 0.7em;">Are those the ones from the Hardware Store? Because they're good, but they're not perfect.</span><</sis2>>
I smiled, and leaned forward, giving her a quick kiss. I could feel her worry melt a bit, and I noticed something.
<<me>>I know. Which is why I altered them a bit. I ripped apart some old earphones.<</me>>
<<sis2>><span style="font-size: 0.7em;">What did you do?</span><</sis2>>
<<me>>I put them in the ear muffs. So she's listening to something right now.<</me>>
I said, causing her to straighten her back.
<<sis2>>Yeah, that should do it.<</sis2>>
She said, tilting her head. As she did, I realized something.
<<me>>You smell different.<</me>>
<<sis2>>O-oh, yeah. That was <<nsis1>>s idea. It wouldn't work if she knew who it was based on our smell.<</sis2>>
<<me>>Huh.<</me>>
I had to give it to them, it was smart. I didn't really think about that, which in hindsight, would have ruined the surprise. I smiled, and looked down at her.
<<me>>Do you want to hear what she's listening to?<</me>>
<<sis2>>I don't think now is the best time to show me a new song.<</sis2>>
She said, smirking. I grinned at her, and put the audio on speaker.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
<<nsis2>>s eyes went wide, her eyes darting to <<nsis3>>.
<<sis2>>Holy fuck.<</sis2>>
<<me>>Do you like it?<</me>>
I asked, wrapping my arms around her waist, giving her neck a kiss from behind.
<<sis2>>That's what she's into?<</sis2>>
<<me>>Can you believe it?<</me>>
<<sis2>>It's so fucking wrong.<</sis2>>
She said, her smile widening.
<<me>>That's not even all.<</me>>
I told her, putting my finger to my lips, telling her to be quiet, before lifting the phone, and pressing a button that simultaneously paused the recording, and sent my audio.
<<me>>How do you feel baby?<</me>>
She didn't flinch this time, her smile growing. As I let go of the button, the recording played again.
<<sis3>>Defenseless, daddy. Like anyone could take advantage of me.<</sis3>>
I smiled at her response, and looked down at <<nsis2>>, who looked like a hungry lioness staring at a big plate of meat.
<<me>>Well? How do you feel?<</me>>
<<sis2>>Like I want to take advantage of the little slut.<</sis2>>
<<me>>Well, let's not get ahead of ourselves.<</me>>
I click the button.
<<me>>Alright baby. Why don't you strip for daddy. I want to see what I'm about to use.<</me>>
<<sis3>>Mmm, I don't think I should be naked for you daddy.<</sis3>>
I let go of the button.
<<sis2>>Disobedient, isn't she?<</sis2>>
<<me>>It's ok. She just needs to be disciplined.<</me>>
I lower my arms, and step away from <<nsis2>>, who nods, her eyes transfixed on <<nsis3>>. She steps forward gingerly, to her smiling sister on my bed. She bites her lip, raising her hand, and giving her cheek a quick swat. I watched <<nsis3>>s face. She looked confused for a second, before rubbing her cheek, and looking up at who she thinks is me.
<<sis3>>I'm sorry daddy. I'll do better.<</sis3>>
She said, slowly standing up. I walked back over to <<nsis2>>, wrapping my arms around her waist again, and we both watched <<nsis3>> slowly strip in front of us. While I enjoyed the sight of her naked, the real pleasure was feeling <<nsis2>>s breath quicken as her bra came undone, showing us her cute tits.
<<me>>Isn't she something?<</me>>
<<sis2>>Yeah, she is.<</sis2>>
Then, she turned around, and slowly bent forward, pulling her panties down slowly, a string of her pussy juice breaking off as she pulled them off.
<<sis2>>She's so wet.<</sis2>>
<img class="rightimg" src="images/Characters/House/Roommate 3/27.png">\
<<me>>Because she knows daddy is about to rape her.<</me>>
<<sis2>>And what do you think she'll think when she realizes daddy isn't alone?<</sis2>>
<<me>>Like a well trained rapeslut...<</me>>
I said, reaching forward, running my finger up her slit, causing her to gasp. I lifted my finger up to <<nsis2>>s mouth.
<<me>>She might start cumming immediately.<</me>>
She leaned forward, taking my finger into her mouth, moaning as she tasted <<nsis3>>s pussy juices.
<<me>>So how about we train the little slut.<</me>>
<<sis2>>Nyess pleathe.<</sis2>>
<<nsis2>> responded with my finger still in her mouth.
<<me>>First things first.<</me>>
I pulled my phone up, and pressed the button.
<<me>>Tell daddy what you are.<</me>>
<<sis3>>I'm daddys sex toy.<</sis3>>
She moaned, turning around to face us as I let go of the button.
<<sis3>>I exist to drain daddys balls of all of his thick, hot cum.<</sis3>>
She said, moaning, her fingers reaching down, rubbing her pussy as she spoke.
<<sis3>>And if I don't want to, daddy should slap me, and hurt me, until I act like the cumslut I was born to be.<</sis3>>
She moaned, and leaned back, spreading her legs slightly. Both <<nsis2>> and I looked down, watching as she spread her pussy lips, her pink insides begging to be stretched.
<<sis3>>He should stretch my holes, and abuse them with his cock.<</sis3>>
She moaned as she slipped a finger inside her.
<<sis3>>And when daddy wants to cum, his rapesluts womb is his to fill.<</sis3>>
She began fingering herself faster.
<<sis3>>And if he knocks me up, then I'll carry daddys rape baby.<</sis3>>
I smiled, and before I could do anything, <<nsis2>> reached forward, pressing her lips against <<nsis3>>s. I sighed.
<<Button 'Use Lust on both of them' 'FamMix: 2-2' '.lustbut' '$player.lust += 2, $Time to 4'>><<sis3>>Mmmm.<</sis3>>
She kissed <<nsis2>> for a moment, before quickly realizing that the tongue she was swapping spit did not belong to me. I sighed, and stepped forward, grabbing her hands as they reached up to the blindfold/muff combo.
<<sis3>>MMMmmMMMmm!<</sis3>>
<<nsis3>> fought a little against my hands, but considering how much smaller she was and the effects of Lust hitting her, I was quickly able to wrap my belt around her arms.
<<sis3>>MMMM!<</sis3>>
I heard her yelp, and looked over to see <<nsis2>> pinching <<nsis3>>s nipple. I shook my head, and finished binding her up, before stepping back. <<nsis2>> clearly got into the mood, as she stepped back, giving <<nsis3>> a slap to her face, and pushed her into the bed. I gave her a look.
<<sis2>>Sorry. I got a bit too excited.<</sis2>>
I couldn't say anything, as <<nsis3>> spoke up.
<<sis3>>D-daddy?! Who is that?<</sis3>>
I looked over at <<nsis2>>.
<<me>>Well? Shut her up.<</me>>
She smiled, nodding, as she stepped forward and placed her hand over <<nsis3>>s mouth. I grabbed my phone, and pressed the button.
<<me>>I told you, didn't I? I'm training you, to be shared with my girlfriends.<</me>>
<<sis3>>MMmmmMM!<</sis3>>
She mumbled into <<nsis2>>s hands. I nodded to her, and she lifted her hand.
<<sis3>>I... Why did they slap me?<</sis3>>
<<me>>To discipline you baby.<</me>>
I said, walking over to the bed, and pet her hair.
<<me>>After all, what was it you keep telling yourself?<</me>>
I asked, letting the question hang for a moment. She gulped.
<<sis3>>I deserve to be raped. I'm only useful when someone is using one of my holes. I cum when I get raped.<</sis3>>
I smiled, and leaned forward, grabbing her thigh, spreading it.
<<me>>That's right baby. So what do you say?<</me>>
She paused again, and I let it hang again.
<<sis3>><span style="font-size: 0.7em;">Thank you...</span><</sis3>>
<<me>>What's that?<</me>>
She gulped, and spread her legs more, giving whoever it was access to her holes.
<<sis3>>Thank you for using me.<</sis3>>
<<me>>Good girl.<</me>>
I let go of the button, and looked over to <<nsis2>>, who was breathing hard, staring at her little sister's holes.
<<me>>Well? The little slut is thanking you. What are you going to do?<</me>>
<<nsis2>> didn't answer, just swallowed deeply, before slowly getting on her knees between <<nsis3>>s legs. She reached up and slowly ran her finger along <<nsis3>>s thigh, causing her to shudder. She liked that reaction, and leaned forward, giving her pussy a quick lick.
<<sis3>>MMMmmmmm.<</sis3>>
<<nsis3>> moaned, which seemed to break the floodgates, as <<nsis2>> dove in, her tongue entering <<nsis3>>.
<<sis3>>OoooOOooHHHhhhhh, daddy!<</sis3>>
I clicked the button.
<<me>>How does that feel baby girl?<</me>>
<<sis3>>I-it feels good daddy!<</sis3>>
<img class="leftimg" src="images/Characters/House/Roommate 2/21.webp">\
<<me>>That's right baby. You're daddy's rape toy.<</me>>
She moaned louder at that, and I watched as <<nsis2>> reached up, and began playing with <<nsis3>>s nipples.
<<me>>Which mean you're his girlfriends rape toy.<</me>>
I leaned forward, kissing her forehead.
<<sis3>>D-daddy! I'm...<</sis3>>
<<me>>Is her tongue making you cum?<</me>>
<<sis3>>Y-yes daddy! I'm so close!<</sis3>>
<<me>>What do you say then?<</me>>
<<sis3>>Thank you for raping me!<</sis3>>
<<me>>Mistress.<</me>>
<<sis3>>Thank you for raping me, mistress!<</sis3>>
As she said that, <<nsis2>> pinched <<nsis3>>s nipples hard, twisting them, causing <<nsis3>>s back to arch, as she began cumming on her older sister's face.
<<me>>That's right, cum on your mistress' tongue.<</me>>
<<sis3>>GgggYyyyyEESSSS!!! Thank yoouuu missstreesSS!<</sis3>>
I let go of the button, and enjoyed the scene, as <<nsis2>> continued eating out <<nsis3>>. After a few minutes, she finally finished shaking, <<nsis2>> let go.
<<me>>Well? How does your little sister taste?<</me>>
Her eyes flicked up to me, and all I could see was hunger.
<<sis2>>She tastes sweet.<</sis2>>
She almost groaned.
<<me>>Well why don't you return the favor?<</me>>
I said, giving <<nsis3>>s nipple a quick pinch, earning a moan from the girl.
<<me>>Doesn't she deserve to know what you taste like?<</me>>
<<nsis2>> grunted, seemingly drunk off of <<nsis3>>s juices. <<nsis2>> stood up, quickly pulling her pants off, and getting on the bed. I made a note of how wet <<nsis2>>s panties were, and watched as <<nsis2>> straddled <<nsis3>>s head. I clicked the button.
<<me>>Daddy's girlfriend liked raping you baby.<</me>>
<<sis3>><span style="font-size: 0.7em;">Thank youuuu...</span><</sis3>>
<<nsis3>> moaned out, still recovering from her orgasm.
<<me>>But now she wants to rape your face.<</me>>
I let go of the button as <<nsis3>> gasped lightly, and extended her tongue. <<nsis2>> grinned, and slowly lowered her hips until she felt her tongue.
<img class="rightimg" src="images/Characters/House/Roommate 2/22.webp">\
<<sis2>>That's right you little slut.<</sis2>>
<<nsis2>> groaned as she felt <<nsis3>>s tongue. She leaned forward, and grabbed her tiny tits, and began gyrating her hips. I clicked the button.
<<me>>Now daddy and his girlfriend are going to rape you. I'm going to put the phone down. Listen to your words while we use your holes. Make sure we enjoy raping you.<</me>>
I tossed the phone on the bed, and undid my pants, my cock rock hard as I pressed it against her pussy lips.
<<sis2>>Use your rape toy.<</sis2>>
<<nsis2>> moaned, as I pushed forward, stretching her pussy.
<<me>>Our rape toy.<</me>>
<<sis2>>God yes!<</sis2>>
<<nsis2>> moaned, leaning forward, and we began making out while I used <<nsis3>>s pussy, while <<nsis2>> got her pussy eaten. We stayed in that position, and in a way, it felt like we were almost fucking each other, with <<nsis3>> acting as a sex toy we shared. I continued pounding <<nsis3>> as <<nsis2>> got her first orgasm, twisting <<nsis3>>s nipples as she squirted all over her little sister's face. It didn't take long for her to cum a second time, and then reach her third orgasm, and for me to approach mine.
<img class="leftimg" src="images/Characters/House/Roommate 3/28.webp">\
<<me>>I'm close.<</me>>
<<sis2>>Are you going to fill the slut up.<</sis2>>
<<me>>Of course.<</me>>
<<sis2>>Mmmm, is daddy going to knock up his rape slut?<</sis2>>
I groaned, my balls tensing up.
<<me>>She's mine to impregnate.<</me>>
<<sis2>>That's right.<</sis2>>
She groaned, her back tensing.
<<sis2>>Fill her up. Fill her with daddy's seed.<</sis2>>
I groaned, and hilted inside of her.
<<sis2>>Do it!<</sis2>>
I grunted, and began shooting my load as deep as I could. I pressed the head of my cock against her womb, filling it directly with my cum.
<<sis3>>MMMMmmmMmmMm!<</sis3>>
<<nsis3>> moaned loudly, pushing <<nsis2>> over the edge, cumming from her tongue for the third time as I filled her with my load.
<<me>>That's it, take my load.<</me>>
<<sis2>>Take it! You're daddy's little fleshlight!<</sis2>>
She said, as we both finished our collective orgasm. After a minute, I pulled out my cock. As I did, <<nsis2>> slowly got off, and kneeled between <<nsis3>>s legs.
<<sis2>>I'll clean her up.<</sis2>>
<<me>>Mmm, then she should do the same.<</me>>
I said, moving onto the bed, until my cock was pressed onto <<nsis3>>s face, who smiled up at me.
<<sis3>>Dddaaaddddyyyy.<</sis3>>
She slurred, her orgasm still hitting her. I aimed my cock, pressing it against her lips. I was glad to see it didn't take long for her to open her mouth, and take my cock. I felt her tongue begin cleaning her own pussy juices mixed with my cum. I fought the urge to fuck her face, quickly pulling out my cock once it was cleaned. I stood up, watching <<nsis2>> in her own world, slowly swallowing the mixture of pussy and my cum out of <<nsis3>>. I let her tongue her little sister for a minute more, before patting her head, causing her to come back to reality.
<<me>>I think it's time you left.<</me>>
<<sis2>>O-oh. Yeah, sorry. It's just...<</sis2>>
I raised my eyebrow, letting her finish.
<<sis2>>I didn't expect to... Enjoy that, as much as I did.<</sis2>>
I kneeled beside her, leaning forward, giving her a deep kiss.
<<me>>I had fun too.<</me>>
She bit her lip, and gave me a quick peck.
<<sis2>>I love you.<</sis2>>
<<me>>I love you too.<</me>>
We both smiled at each other, before we stood up.
<<sis2>>Ok, time to go.<</sis2>>
I watched her get dressed, and give the naked <<nsis3>> one last look, before exiting the room. Once she was gone, I grabbed the phone, pausing the audio recording. I carefully undid the belt, massaging her arms as I did. I lifted her, resting her against my shoulder, before pulling off the blindfold/muff combo. She squinted her eyes, her eyes having gotten used to the darkness, before looking up at me, and giving me a goofy smile.
<<sis3>>Daddy!<</sis3>>
She said softly, reaching up for me, before her eyes went wide, and she looked around the room. When she realized we were alone she looked up at me. I didn't want to say anything, wanting her thoughts, so I let her start.
<<sis3>>Was I good to rape tonight daddy?<</sis3>>
I smiled at her reaction, and leaned down, taking her lips with mine. I kissed her slowly, deeply, noting the taste of <<nsis2>>s pussy in her mouth. Finally, I pulled back.
<<me>>I came really hard baby.<</me>>
She smiled, before looking bashful.
<<sis3>>And... mistress?<</sis3>>
<<me>>She loved raping your holes baby.<</me>>
She smiled at that.
<<sis3>>Good. I'm only useful when someone is using one of my holes.<</sis3>>
<<me>>Good girl.<</me>>
We sat there for a while, me holding her and massaging her. She rested her eyes. After ten minutes, she spoke up.
<<sis3>>So... Who was she?<</sis3>>
<<me>>Hmm.<</me>>
I took a second, pretending to be in thought, before answering.
<<me>>If you want to know, I guess you'll have to ask.<</me>>
<<sis3>>Can I at least get a hint daddy?<</sis3>>
I smiled, enjoying the casual use of the title.
<<me>>Ok.<</me>>
She smiled, looking up at me with curiosity.
<<me>>She's someone you know.<</me>>
<<sis3>>Can... Have I met her just once, or-<</sis3>>
<<me>>She's someone you know well.<</me>>
<<nsis3>> nodded, and looked lost in thought.
<<me>>Daddy has a new rule for you.<</me>>
She looked up at me, her eyes twinkling.
<<me>>If you think you know who it was, you have to go up to her, and ask her straight up if it was her pussy you ate.<</me>>
<<nsis3>>s cheeks went bright red, her eyes darting down. She brought her fingers to her lips, seemingly remembering the taste of <<nsis2>>s pussy.
<<me>>Penny for your thoughts?<</me>>
She gulped, then looked up at me.
<<sis3>>Last time, you had those pictures.<</sis3>>
I nodded.
<<sis3>>You called me the family rape toy.<</sis3>>
I nodded again.
<<sis3>>Was... Was that <<nsis1>>? Or <<nsis2>><</sis3>>
I smiled, and kissed her forehead.
<<me>>I guess you'll have to approach your sisters, and ask them if it was their pussy you ate.<</me>>
Her cheeks burned up again, reaching her ears.
<<me>>Did you like the taste.<</me>>
Her fingers reached up to her lips again, and she licked them.
<<sis3>>I did...<</sis3>>
<<me>>Well then...<</me>>
I leaned forward, getting right against her ear, and whispered.
<<me>>I guess you have something to ask your big sisters, don't you?<</me>>
She nodded, smiling lightly. I leaned back, holding her for a while longer, before sending her back to her room.
<<Button 'Head to sleep' 'Sleep' '.contbut' '$scene to 0, $sis2.percent += 2, $sis2.scene.deleteFirst(5), $sis2.scene.pushUnique(6), $event.sis2 to 0, $sis2.sub +=1, $sis3.percent += 2, $sis3.scene.deleteFirst(7), $sis3.scene.pushUnique(8), $event.sis3 to 0, $sis3.sub +=1'>><<if $player.dec is "pride">><<cain>>I'm glad you're taking precautions like this.<</cain>>
<<ncain>> said as I entered the building.
<<met>>Well if nothing else, I've learned to at least take some precautions.<</met>>
I responded in my head, as I approached the elderly woman at the front desk. After a very quick conversation, I was following her into the offices behind her desk.
<<met>>Especially when dealing with something as... Risky as this.<</met>>
I walked through the offices of the Livington Gazette, a fairly small newspaper. The plan was fairly simple, just having someone else with the story would be good enough leverage. The older woman sat me down in a small office, and after a quick refusal of any snacks or drinks, darted off to find someone to help me.
<<cain>>I feel like I can take some sort of credit for this growth.<</cain>>
<<met>>I suppose all that time in hell really did teach you the ins and outs of blackmail.<</met>>
<<ncain>> walked into my view, before putting his hand on his suit.
<<cain>>Ugh. That's low of you.<</cain>>
He said, feigning offense, before cracking a smile.
<<met>>Oh, please don't tell me that was a pun.<</met>>
<<cain>>Highest form of comedy if you ask me.<</cain>>
<<met>>Dear god, hell really messed you up, huh?<</met>>
<<ncain>> cracked up as the door suddenly opened. A younger looking woman walked in, looking utterly bored, until she finally looked at me.
<img class="leftimg" src="images/Characters/Town/Gazette/Jour1/02.png">\
<<say '???' 'images/character icons/Jour1.png'>><span class="Jour1Text">O-oh. Nancy said we had a...</span><</say>>
She looked back to the office, before turning back to me, flashing a smile.
<<say '???' 'images/character icons/Jour1.png'>><span class="Jour1Text">Are you here to report something sir?</span><</say>>
I smiled, and stood up, offering her my hand.
<<me>><<nme>>.<</me>>
<<jour1>>O-oh. <<njour1>>.<</jour1>>
She responded, as she took my hand. I walked around a chair, and offered it to her. She gingerly took it, her cheeks reddening, before I took the one in front of her.
<<jour1>>S-so, <<nme>>, what can I help you with?<</jour1>>
<<me>>Well, I have a bit of a problem.<</me>>
<<jour1>>Oh?<</jour1>>
<<me>>I have some evidence of misdoings by a prominent political figure.<</me>>
That made her sit up, the blushing girl slowly fading, her features turning serious.
<<jour1>>Who? And what kind of evidence?<</jour1>>
I raised my hand.
<<me>>Easy. The reason I'm here is... As backup, really?<</me>>
<<jour1>>Excuse me?<</jour1>>
<<me>>Well, it's not exactly concrete evidence. However, I do plan on getting some more. If it turns out to be true, then the story is yours.<</me>>
<<njour1>> sat back in her chair, the interest never leaving her eyes.
<<jour1>>So you want us to... What, print it in case something happens to you?<</jour1>>
<<me>>Effectively.<</me>>
<<jour1>>Listen, <<nme>>, if the issue is so serious that you're worried about harm, then I-<</jour1>>
I raised my hand, and placed it on her, causing her to gasp lightly.
<<me>><<njour1>>, I just need a bit of trust.<</me>>
I started twirling my finger on the back of her hand.
<<me>>I don't think anything will happen. It's just in case.<</me>>
<<jour1>>R-right.<</jour1>>
<<me>>Do you trust me, <<njour1>>?<</me>>
She nodded her head lightly.
<<me>>Good.<</me>>
I pulled my chair a bit closer to her, and ran my hand up her arm, before letting her go.
<<me>>The package is in the mail. It will take a few days to get to you.<</me>>
<<jour1>>What do I do when I get it?<</jour1>>
<<me>>Well for that, I'll need your number.<</me>>
She nodded, lost in thought, before snapping back to reality. She wrote down her number in her notebook, before ripping it out, and handing it to me.
<<me>>I'll make sure to send you a text, telling you that everything is ok.<</me>>
<<jour1>>And if you don't?<</jour1>>
<<me>>Well then print it. But if I do, I trust you'll send me a text when you get the package.<</me>>
I pulled my chair closer, and put my hand on her knee.
<<me>>And I'll go over to your house, and you can give me the package.<</me>>
She nodded, biting her lip, shuddering as my hand massaged her leg.
<<me>>And maybe I can give you something else, as a thank you.<</me>>
She nodded, her eyes closed as she enjoyed my hand.
<<me>>Do we have a deal?<</me>>
<<jour1>>Y-yess...<</jour1>>
She whispered, as her chest raised and lowered, her breath speeding up from the sensations she was feeling. I smiled, and let go of her knee as I stood up. I leaned forward, and gave her lips a quick peck, causing her to moan.
<<me>>I'll be seeing you soon, <<njour1>>.<</me>>
She was speechless as I walked away, before turning around.
<<jour1>>Call me!<</jour1>>
I smiled, and made my way out of the building.
<<cain>>Alright. Ready then?<</cain>>
I sighed.
<<me>>As ready as I'll ever be, I guess.<</me>>
<<linebreak>><</if>>\
<<coun1s>><<nme>>!<</coun1s>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Secretary/03.png">\
<<ncoun1s>> called out to me as I entered the office. She stood up, her large breasts jiggling as she did.
<<me>>How are you, <<ncoun1s>>?<</me>>
<<coun1s>>I'm...<</coun1s>>
She looked around her desk, before looking back up at me.
<<coun1s>>Much better now!<</coun1s>>
<<me>>I'm sure. However, as much as I do enjoy seeing you-<</me>>
I emphasized that by looking her up and down. She saw this, and blushed, twirling her body slightly, giving me a better look at her.
<<me>>I am here to see the counselor.<</me>>
She pouted slightly, sitting back down. I walked up to her, and grabbed her breast through her shirt, causing her to yelp.
<<me>>But trust me when I say I'll be seeing you soon.<</me>>
She nodded, her face filled with surprise. We maintained eye contact, my hand massaging her large breast, as she reached over to the phone, and pressed a button, before pulling it to her ear.
<<coun1s>><<ncoun1>>, <<nme>> is here to see you.<</coun1s>>
She nodded, before putting the phone down.
<<me>>Good girl.<</me>>
I gave her breast one last squeeze, getting a moan from the girl, before I let her go, stepping to the door behind her desk, and walking in.
<<coun1>><<nme>>! How can I help you today?<</coun1>>
I smiled, and closed the door behind me, before taking the seat in front of his desk.
<<me>>I just had some things to go over with you.<</me>>
<<linebreak>>
<<me>>All in all, it paints an interesting story, no?<</me>>
I said, putting down the papers in front of him. He was staring down at all of the documents, a bead of sweat forming on his forehead.
<<coun1>>What do you think you'll get here? We both know-<</coun1>>
He said, his voice staying steady as he spoke. However, thanks to a certain banker, I knew what I had.
<<me>>Please don't try to strong arm me right now, <<ncoun1>>. Best case scenario for you, if this comes out, it ruins your political career.<</me>>
I said, sitting back in my chair. Thankfully, I could see the effects of Lust working on him, forming cracks in his confidence. Which was good, considering this wasn't something I was very used to.
<<me>>And I've been to your house. I can't imagine that sort of place comes cheap. A disgraced politician won't be good on the resume.<</me>>
<<coun1>>You... You've been to my house?<</coun1>>
<<me>>Yes, your daughter gave me the tour and everything.<</me>>
His eyes went wide, as he went over some documents, and realized it.
<<coun1>>Y-you took these from my house! You can't-<</coun1>>
I stood up, and raised my voice, steeling it.
<<me>>I assure you, <<ncoun1>>, trying to fight this is only going to end badly for you.<</me>>
I saw him visibly shrink at my voice.
<<me>>Even if you manage to get them thrown out in a court, we both know you don't just deal in the legal side. You answer to the people. And I already have people out there, ready to run this story.<</me>>
He fell back into his chair, his face looking pale.
<<coun1>>W-what do you want?<</coun1>>
I smiled, as I took my seat.
<<me>>That's the beautiful part of all of this, <<ncoun1>>. I don't want to hurt you.<</me>>
He sighed, glaring at me.
<<coun1>>No, I suppose my position has better uses, doesn't it?<</coun1>>
<<me>>I'm going to be honest with you, <<ncoun1>>. I don't plan on interfering much. You're not even who I'm after.<</me>>
That made him sit up, leaning onto his desk. He stared at me for a few moments, but I could see the gears spinning.
<<coun1>><<ndean>>?<</coun1>>
I nodded. He continued watching me for a while.
<<coun1>>To what end?<</coun1>>
<<me>>Those are a bit above your paygrade.<</me>>
I stood up.
<<me>>I suppose for you, all that's changed, is your partner.<</me>>
He laughed, shaking his head.
<<coun1>>Then I wish you luck.<</coun1>>
<<me>>How so?<</me>>
<<coun1>>I only got into business with her husband because I was hoping it would lead to working with her. Turns out, she doesn't respect her husband's opinion much. And eventually, I found out why. The man is a bit of an imbecile. I don't know how he managed to lock her down.<</coun1>>
I raised my brow, before nodding.
<<me>>Well then you'll be happy to know you won't be dealing with him any longer.<</me>>
He stared up at me for a moment, before nodding and standing up.
<<coun1>>I suppose you're definitely a cut above him.<</coun1>>
I smiled, and walked to the door.
<<me>>I just have one last thing I'll need.<</me>>
<<coun1>>What is it?<</coun1>>
<<linebreak>>
<<dass>>What are you doing here?<</dass>>
<img class="rightimg" src="images/Characters/Town/College/DAss/09.png">\
<<ndass>> smiled as she saw me, before blushing, her head turning side to side looking for anyone around us.
<<dass>>My boss is here.<</dass>>
She whispered, before leaning forward, a small smile forming on her lips.
<<dass>>We can't have fun in her office, but if you want to meet up-<</dass>>
I put my hand on her shoulder, and gave her a quick peck on the lips.
<<me>>As fun as that does seem, I'm not here for that.<</me>>
<<ndass>> leaned back, confused.
<<me>>I'm actually trying to talk to your boss.<</me>>
<<ndass>> scrunched her face, looking more confused.
<<dass>>Oh. Well, sorry, but she's pretty busy right now, I don't think-<</dass>>
<<me>>Oh, that's fine. Just let her know. I should be expected.<</me>>
I said, sitting back on her desk. She shrugged, and sat back down, pressing a button on the phone.
<<dass>>Yes, hi ma'am. I know you said you didn't want to be disturbed, but there's someone here, he said-<</dass>>
<<ndass>> abruptly stopped speaking, nodding along.
<<dass>>Yes ma'am.<</dass>>
She hung up the phone, and waved to the door. I leaned down, kissing her head, before walking into the office. As I did, I felt the energy she was giving out subconsciously. She sat there, staring directly at me, not a single hair out of place. The priestess of Pride.
<img class="leftimg" src="images/Characters/Town/College/Dean/04.png">\
<<me>>Hello, I-<</me>>
<<dean>>Let me make this clear, this meeting is only happening because <span class="Coun1Text">Counsellor Lee</span> requested it. So just get to whatever it is you're selling, and then you can leave empty handed that much quicker.<</dean>>
I stifled a laugh. Not to say she wasn't an intimidating person. Just that, she really fit the vision of pride.
<<me>>Not looking to sell anything.<</me>>
I said, walking over to a chair and taking a seat, before putting the folder onto her table. She looked at the folder, unimpressed, her eyes flitting back to mine. Even as we sat across from each other, I could see Lust working. The ways her eyes stayed glued on me, moving up and down my body, her cheeks flushing lightly. But even through all that, she fought. It was fairly impressive.
<<me>>Just wanted to elucidate some things.<</me>>
She didn't move. I sighed, shaking my head. This was clearly a move that had worked for her in the past. It was effective. I sat here, and I felt judged. And her being such a beautiful, powerful woman, it did make me doubt myself. Granted, that doubt was smothered quickly. And so, I sat there. The ball was now in her court. We sat there, staring at each other, and after a minute, the corners of her lips raised.
<<dean>>You're an interesting one, aren't you?<</dean>>
I didn't answer, which only made her smile grow. She looked down at the folder, and opened it.
<<dean>>So, if you're not selling anything, wha-<</dean>>
The smile immediately faded, replaced with a stern glare. I continued watching her, and her eyes returned to the papers, going through them slowly. It took her only another minute.
<<dean>>Why are you here?<</dean>>
<<me>>Interesting response. Don't you mean, what do I want?<</me>>
She closed the folder.
<<dean>>Well?<</dean>>
<<me>>Just figured I'd introduce myself.<</me>>
<<dean>>Then I need your name.<</dean>>
<<me>>I'd take boss, if that works for you.<</me>>
That elicited a laugh from her.
<<dean>>The naivety of youth is impressive sometimes.<</dean>>
She said, pushing the folder away from her.
<<dean>>But ignorance is always what undermines it. You might have something here on the counselor, but-<</dean>>
I raised my hand, cutting her off, something that definitely hit a nerve.
<<me>>I'll just cut you off there. Trying to bully me here isn't going to work. Those documents are detailed, and outline a scheme by your husband to embezzle funds from the college.<</me>>
I saw <<ndean>> bite her lip, her brows furrowing.
<<me>>And no matter how you can try to sell it, you're not going to be able to get away from this scott free.<</me>>
I said, sitting back in my chair, where our staring contest started again. After another minute, she spoke up.
<<dean>>You do have a spine to do this so forwardly.<</dean>>
She stood up, and walked over to her window.
<<dean>>If nothing else, that's something that should be commended. However-<</dean>>
She turned to me, her face neutral.
<<dean>>It would behoove you to drop this...<</dean>>
She walked over to me, and rubbed her finger on my shoulder.
<<dean>>Before you get hurt.<</dean>>
She walked over to her door, and opened it, a smile on her face.
<<dean>>If there's nothing else, sir, it was a pleasure to meet you.<</dean>>
I sighed, nodding, making my way to the door.
<<me>>We'll be seeing each other soon.<</me>>
<<dean>>Oh, I doubt that.<</dean>>
I walked out, and felt the door close behind me. After a few seconds, <<ndass>> walked up to me.
<<dass>>What was that about?<</dass>>
I furrowed my brow.
<<me>>Can you do me a favor?<</me>>
<<dass>>Listen, if it's about <<ndean>>, I don't think it-<</dass>>
<<me>>I'm sorry to put you in this position, <<ndass>>, but I promise it's important.<</me>>
She bit her lip, before nodding.
<<linebreak>>
<<me>>Just three calls?<</me>>
<<dass>>Yeah. Although I can't tell you what happened on them, she told me to get off.<</dass>>
<<me>>Yeah, I figured. So, who were they.<</me>>
<<dass>>First to <span class="Coun1Text">Counsellor Lee</span>, like you said.<</dass>>
I nodded. I'm sure she wanted a pound of his flesh for not giving him any warning.
<<me>>Next to her husband?<</me>>
<<ndass>> paused, before nodding.
<<dass>>I could hear her from the hall. She was really mad.<</dass>>
<<me>>And, the last one?<</me>>
<<dass>>Oh, well, that one, I didn't recognize it. Which was weird. I think that was the first time she's made a call that wasn't a number already in her contacts. Or that the caller ID didn't recognize at least.<</dass>>
<<me>>Huh. What was the number?<</me>>
<<ndass>> read out the number, and I paused.
<<me>>Wait a fucking second...<</me>>
I opened my own phone, and went through my numbers, before finding what I was looking for.
<<me>>Oh, that bitch...<</me>>
<<dass>><<nme>>?<</dass>>
I heard <<ndass>> call out, and I put the phone back to my ear.
<<me>>Right, sorry about that. I owe you one.<</me>>
<<dass>>You owe me five for that.<</dass>>
I smiled.
<<me>>Let's call it an even ten.<</me>>
She giggled.
<<dass>>Deal.<</dass>>
<<me>>I have to go, but I promise to call you soon.<</me>>
<<dass>>You better!<</dass>>
I hung the phone up, and sat back on my computer chair, as <<ncain>> sat on my desk.
<<cain>>So?<</cain>>
<<me>>So, let's see how valuable I am to her.<</me>>
<<cain>>Confident?<</cain>>
<<me>>No. But pissed is a fine substitute.<</me>>
<<Button 'Leave' 'LocationHub' '.contbut' '$f to 1'>><img class="rightimg" src="images/Characters/Town/Hospital/HospAd/17.webp">\
<<me>>That's a good bitch, clean your master's cock.<</me>>
I groaned, sitting on <<nhospad>>'s chair as she cleaned my cock. She had been a bit apprehensive when I first showed up, but it only took me showing her the leash for her to revert back to her natural state.
<<hospad>>Thank you master.<</hospad>>
<<nhospad>> moaned as she suckled on my dick. I smiled down at her, before leaning forward, and tapping a button on her laptop.
<<hospad>>Uhm, <<nme>>, what-<</hospad>>
I quickly reached down, grabbing a fistful of her hair, and pulled her down, my cock going back into her mouth, eliciting a yelp from her.
<<me>>Tell me <<nhospad>>, does a bitch question her master, or does she trust that everything he does, it's for the sake of improving their lives?<</me>>
I asked, looking down at her. Her eyes flicked up to meet mine, and after a moment, she nodded, and pushed her face forward, taking my cock into her throat.
<<me>>Good girl.<</me>>
I gently let go of her hair, and let her continue deepthroating my cock without my assistance, as I fully opened her laptop.
<<cain>>Nail in the coffin?<</cain>>
<<met>>Yeah.<<if $player.dec is "pride">> Going against a counselor was one thing, he had to rely on <<nassw>>. I don't want to find out who <<ncommisha>> has.<<else>> You know I'm not a huge fan of going against a high ranking cop. I've watched TV before. So let's make sure to get anything I could need.<</if>><</met>>
<<ncain>> nodded, and I went through the files. It was all fairly well organized, which wasn't surprising considering whose desk I was sitting in. It only took me ten minutes before I found what I was looking for. An investigation for missing medication, which did point the finger at <<nbusid>>.
<<met>>Huh. If their own internal investigation said she did it, then...<</met>>
I trailed off, as I continued reading, finding the answer. Near the end of the file, it mentioned that everything had been sent to the police, and the police concluded that <<nbusid>> was not at fault.
<<met>>Sounds about right.<</met>>
<<cain>>Still, having this is useful.<</cain>>
I nodded, as I copied the file to a USB, before leaning back, looking down at <<nhospad>>, who was doing a good job at milking my cock.
<<me>>Is my bitch ready to get her lunch?<</me>>
<<nhospad>> nodded, glee in her eyes. I leaned my head back, and pressed her head down, as I started shooting my load directly into her stomach.
<<if $fet.piss is 0>><<me>>Good girl.<</me>><<else>><<me>>Good girl. And stay there once I'm done. Your master needs to take a piss, and your bitch throat seems like the perfect place to do it.<</me>><</if>>
<<linebreak>><<if $player.dec is "wrath">>
<<cain>>I'm glad you're taking precautions like this.<</cain>>
<<ncain>> said as I entered the building.
<<met>>Well if nothing else, I've learned to at least take some precautions.<</met>>
I responded in my head, as I approached the elderly woman at the front desk. After a very quick conversation, I was following her into the offices behind her desk.
<<met>>Especially when dealing with something as... Risky as this.<</met>>
I walked through the offices of the Livington Gazette, a fairly small newspaper. The plan was fairly simple, just having someone else with the story would be good enough leverage. The older woman sat me down in a small office, and after a quick refusal of any snacks or drinks, darted off to find someone to help me.
<<cain>>I feel like I can take some sort of credit for this growth.<</cain>>
<<met>>I suppose all that time in hell really did teach you the ins and outs of blackmail.<</met>>
<<ncain>> walked into my view, before putting his hand on his suit.
<<cain>>Ugh. That's low of you.<</cain>>
He said, feigning offense, before cracking a smile.
<<met>>Oh, please don't tell me that was a pun.<</met>>
<<cain>>Highest form of comedy if you ask me.<</cain>>
<<met>>Dear god, hell really messed you up, huh?<</met>>
<<ncain>> cracked up as the door suddenly opened. A younger looking woman walked in, looking utterly bored, until she finally looked at me.
<img class="leftimg" src="images/Characters/Town/Gazette/Jour1/02.png">\
<<say '???' 'images/character icons/Jour1.png'>><span class="Jour1Text">O-oh. Nancy said we had a...</span><</say>>
She looked back to the office, before turning back to me, flashing a smile.
<<say '???' 'images/character icons/Jour1.png'>><span class="Jour1Text">Are you here to report something sir?</span><</say>>
I smiled, and stood up, offering her my hand.
<<me>><<nme>>.<</me>>
<<jour1>>O-oh. <<njour1>>.<</jour1>>
She responded, as she took my hand. I walked around a chair, and offered it to her. She gingerly took it, her cheeks reddening, before I took the one in front of her.
<<jour1>>S-so, <<nme>>, what can I help you with?<</jour1>>
<<me>>Well, I have a bit of a problem.<</me>>
<<jour1>>Oh?<</jour1>>
<<me>>I have some evidence of misdoings by a prominent figure in the police force.<</me>>
That made her sit up, the blushing girl slowly fading, her features turning serious.
<<jour1>>Who? And what kind of evidence?<</jour1>>
I raised my hand.
<<me>>Easy. The reason I'm here is... As backup, really?<</me>>
<<jour1>>Excuse me?<</jour1>>
<<me>>Well, it's not exactly concrete evidence. However, I do plan on getting some more. If it turns out to be true, then the story is yours.<</me>>
<<njour1>> sat back in her chair, the interest never leaving her eyes.
<<jour1>>So you want us to... What, print it in case something happens to you?<</jour1>>
<<me>>Effectively. And to give the information to the commissioner.<</me>>
<<jour1>>Listen, <<nme>>, if the issue is so serious that you're worried about harm, then I-<</jour1>>
I raised my hand, and placed it on her, causing her to gasp lightly.
<<me>><<njour1>>, I just need a bit of trust.<</me>>
I started twirling my finger on the back of her hand.
<<me>>I don't think anything will happen. It's just in case.<</me>>
<<jour1>>R-right.<</jour1>>
<<me>>Do you trust me, <<njour1>>?<</me>>
She nodded her head lightly.
<<me>>Good.<</me>>
I pulled my chair a bit closer to her, and ran my hand up her arm, before letting her go.
<<me>>The package is in the mail. It will take a few days to get to you.<</me>>
<<jour1>>What do I do when I get it?<</jour1>>
<<me>>Well for that, I'll need your number.<</me>>
She nodded, lost in thought, before snapping back to reality. She wrote down her number in her notebook, before ripping it out, and handing it to me.
<<me>>I'll make sure to send you a text, telling you that everything is ok.<</me>>
<<jour1>>And if you don't?<</jour1>>
<<me>>Well then print it. But if I do, I trust you'll send me a text when you get the package.<</me>>
I pulled my chair closer, and put my hand on her knee.
<<me>>And I'll go over to your house, and you can give me the package.<</me>>
She nodded, biting her lip, shuddering as my hand massaged her leg.
<<me>>And maybe I can give you something else, as a thank you.<</me>>
She nodded, her eyes closed as she enjoyed my hand.
<<me>>Do we have a deal?<</me>>
<<jour1>>Y-yess...<</jour1>>
She whispered, as her chest raised and lowered, her breath speeding up from the sensations she was feeling. I smiled, and let go of her knee as I stood up. I leaned forward, and gave her lips a quick peck, causing her to moan.
<<me>>I'll be seeing you soon, <<njour1>>.<</me>>
She was speechless as I walked away, before turning around.
<<jour1>>Call me!<</jour1>>
I smiled, and made my way out of the building.
<<cain>>Alright. Ready then?<</cain>>
I sighed.
<<me>>As ready as I'll ever be, I guess.<</me>>
<<linebreak>><</if>>
<img class="rightimg" src="images/Characters/Town/CityHall/Commish/Secretary/03.png">\
<<commishas>><<nme>>!<</commishas>>
<<ncommishas>> called out to me as I entered the office. She stood up, showing off her tight figure.
<<me>>Hello <<ncommishas>>. How are you?<</me>>
She pouted.
<<commishas>>Dreadful.<</commishas>>
I walked up to her desk, and sat down on it, facing her.
<<me>>Oh?<</me>>
<<commishas>>Well a certain someone came in here one day, made promises, and then left me empty handed.<</commishas>>
I chuckled.
<<me>>I did say I would let you hold something.<</me>>
<<commishas>>Are you all talk, <<nme>>?<</commishas>>
<<me>>I can assure you I'm not.<</me>>
I say, before sighing.
<<me>>Unfortunately, I'm not here for you today.<</me>>
She stuck her tongue out, sitting down on her chair.
<<commishas>>Boo.<</commishas>>
She waved her hand towards the door behind her.
<<commishas>>He's free, so go on in.<</commishas>>
I nodded, taking a step towards the door, before turning around, and grabbing her head, facing her up towards me, and giving her a deep kiss. She yelped at first, but quickly melted into me, her tongue meeting mine. I made out with her for a few more moments, before letting go,
<<me>>I can't have you thinking I'm all talk.<</me>>
She was breathing heavily, her eyes locked onto mine as a grin formed on her face.
<<commishas>>I'm not sure that convinced me.<</commishas>>
I smiled down at her.
<<me>>It will have to do for now. But I will be changing your mind soon. Trust me.<</me>>
She smiled, and nodded, as I walked to the door, and entered <<ncommisha>>s office.
<<commisha>>Oh, <<nme>>, what can I help you with?<</commisha>>
<<me>>Oh, just wanted to talk about some things.<</me>>
I said, putting the folder on his desk, as I took a seat.
<<commisha>>Well, you came at a good time, I-<</commisha>>
He stopped as he opened the folder.
<<me>>Oh, good, you recognize it.<</me>>
<<ncommisha>> paused, before looking up at me.
<<commisha>>How did you get this?<</commisha>>
<<me>>Is that what you really care about? Right now?<</me>>
<<commisha>>No point in bailing water if you don't plug the hole first.<</commisha>>
<<me>>No point plugging the hole if the ship is sunk in the meantime.<</me>>
<<ncommisha>> sighed.
<<commisha>>Fine. What do you want?<</commisha>>
<<me>>To be your friend.<</me>>
<<commisha>>And what does that entail?<</commisha>>
<<me>>Well if it makes you feel better, I'm not a criminal mastermind. I don't even have a speeding ticket.<</me>>
<<commisha>>Then why do this?<</commisha>>
<<me>>To show you I can be an enemy.<</me>>
He stood up, his hands on his desk, leaning over to try to intimidate you. However, looking at his hands, I could already see cold sweat.
<<commisha>>I'm not going to sit here and be blackmailed by some punk tha-<</commisha>>
I stood up, and got close to his face, causing him to flinch.
<<me>>Then stand. Either way, I wanted you to understand that I have you.<</me>>
He glared at me, and gulped.
<<me>>You know, I met someone a while ago. Beautiful girl. I didn't really expect anything, but we had a good time.<</me>>
I sat back down, and pointed him to his own seat. I could see him thinking about it, before finally taking the seat.
<<me>>She told me a sad story about a bad man. Someone who cared about nothing but his position. About how others see him. Does that sound familiar?<</me>>
He squinted his eyes, and I could see the gears begin to turn.
<<commisha>><<nbusids>>...<</commisha>>
<<me>>I mean it when I tell you I'm not planning on ruining your life. But I am tempted.<</me>>
I stood back up.
<<me>>Are you going to give me a reason to?<</me>>
He looked back down at the papers, and thought about it for a moment.
<<commisha>>No.<</commisha>>
<<me>>Good.<</me>>
I took a step towards the door, before stopping.
<<me>>Oh, I guess it should go without saying, but I'll say it anyway. If anything happens to me, or anyone I care about, the media, the commissioner, and your wife, will be getting a copy of that folder.<</me>>
That finally seemed to break him, as he finally looked at me with fear.
<<me>>Huh. Your wife doesn't know?<</me>>
His fear was momentarily replaced with anger, but even then, I could still see it.
<<met>>Hmm. Maybe I should do more research on his wife then.<</met>>
<<me>>Like I said, do not give me a reason.<</me>>
I walked out of the door, closing it behind me, and turned to <<ncommishas>>.
<<me>>You might want to give <<ncommisha>> some time.<</me>>
<<linebreak>>
I was continually impressed at how far Lust could get me. I was sitting in <<nbusid>>s office. How? I just asked someone at the front desk, and they walked me there. It was useful.
<<cain>>I still think there's better ways of doing this.<</cain>>
I shrugged.
<<met>>Maybe. But at this point I'm hoping she's like her father.<</met>>
I felt <<ncain>> move to the background, as the door clicked open behind me. I didn't bother turning around, facing the desk.
<<busid>>Uhm, can I help you sir?<</busid>>
<<me>>Mmm, I doubt it.<</me>>
<<nbusid>> walked out from behind me, and I could finally see her. As our eyes met, I could see the effects of Lust hitting her. However, they quickly faded, as <<ncain>> told me they would. The priestess of Wrath was granted that level of protection.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/03.png">\
<<busid>>Well you are in my office.<</busid>>
<<me>>By design.<</me>>
<<nbusid>> sighed.
<<busid>>Well, why?<</busid>>
<<me>>To fuck with you.<</me>>
<<busid>>Sir, you're being difficult.<</busid>>
<<me>>Yeah. I was hoping I might be able to break through the mask, but I guess you've had your whole life to practice.<</me>>
<<busid>>Excuse me, sir?<</busid>>
<<me>>Oh, <<nbusids>> says hi.<</me>>
That finally cracked the mask, her eye twitching slightly at the sound of her name.
<<busid>>I'm sorry, who?<</busid>>
<<me>>Your father's other child.<</me>>
Her lips twitched.
<<me>>You know, your half sister.<</me>>
<<busid>>Ok, what do you want?<</busid>>
<<nbusid>> hissed at me, her smile finally fading.
<<busid>>Are you one of the junkies she sold the drugs to?<</busid>>
<<me>>You don't have a great opinion of your sister, do you?<</me>>
<<busid>>The bitch had the audacity to come to my place of work, and ask for money.<</busid>>
She said, before a smile appeared on her face.
<<busid>>She had this juvenile idea that I might actually believe her bullshit.<</busid>>
The smile faded just as quickly.
<<busid>>Why the hell would I buy her bullshit. My dad having an affair with some nobody..<</busid>>
<<me>>I don't know, empathy?<</me>>
<<busid>>Please, I'm not stupid. She just wants part of my inheritance. And she's not gonna get a cent.<</busid>>
<<me>>Right. Well, I just wanted to introduce myself. <<nme>>.<</me>>
I said, extending my hand over the desk she sat at. She looked at my hand, then backed up at me.
<<busid>>Who are you?<</busid>>
<<me>>Hmm. That's a good question. How would I describe myself?<</me>>
I mentally waved <<ncain>> as he made suggestions.
<<me>>I guess I'll say your fathers new partner.<</me>>
Her brow raised at that.
<<me>>No, wait, sorry. I hold the leash.<</me>>
She glared at me.
<<busid>>Excuse me?<</busid>>
<<me>>What can I say? I'm a softie. Your sister told me a tale, and it moved me.<</me>>
<<busid>>What the fuck are yo-<</busid>>
<<me>>So now your fathers balls are in my vice.<</me>>
She continued to glare at me.
<<busid>>You're lying.<</busid>>
I shrugged.
<<me>>Maybe.<</me>>
I stood up, and pushed my chair in, making my way to the door.
<<me>>All I know is your sister asked for my help.<</me>>
I pointed to the phone on her desk.
<<me>>Why don't you call dad, and he'll confirm... Well, I doubt he'll tell you everything, but if he's smart, he'll tell you not to mess with me.<</me>>
I opened the door, and stepped out, as I heard the phone come out of the receiver.
<<met>>I guess we let that stew for a bit.<</met>>
<<Button 'Leave' 'Hospital' '.contbut' '$f to 1'>><<me>>You know, it would be helpful if you weren't doing that.<</me>>
I said, dropping my arm, exhaustion creeping in, my head beginning to hurt. <<ncov3>> kept working the small drill, the noise coming off whatever material she was working with grinding against my ear drums.
<<cov3>>Well sometimes, distractions are going to come up. Learning to work through those is an important lesson.<</cov3>>
She said, stopping the drill, and blowing on the flat disc she was carving into, some dust twirling off of it, before a small twister formed with it, leading it directly into a hole in the wall.
<<cov3>>Still, you've been at it for a while.<</cov3>>
She turned to me, pulling off the goggles she had on, and inspected the structure I had most recently built, grimacing.
<<cov3>>Did you purposefully make this one bad? I mean, your first functional one wasn't anything special, but this one is a step below even that.<</cov3>>
<<me>>Oh, well you'll have to excuse me, I've only been down here for-<</me>>
I check my watch, hanging my head.
<<me>>Six hours, with only the sound of your drill to keep me company.<</me>>
<<cov3>>Oh! I forgot!<</cov3>>
She said, jumping for a moment, before pulling out a necklace, and handing it to me. I inspected it. It was... Simple. Just some thread holding onto the white disk by a hole on the edge of the disc. On closer inspection, I could tell the disk had similar engravings. They felt not unlike the structures I had been building for the past few hours, although simplified. I looked back at her, who gave me an expectant look.
<<cov3>>Well? It's a necklace, isn't it?<</cov3>>
I sighed, and moved to put it on, as <<ncov3>> lifted the drill and turned it back on, the whining coming back, making me wince. However, as the loop went over my head, the noise lowered, until it was barely audible.
<<me>>Wha-<</me>>
<<cov3>>Workshop necessity.<</cov3>>
She said, pulling a necklace out from under her shirt, and showing it off.
<<me>>So you mean you had this the entire time? I have a headache from hearing that all day!<</me>>
<<cov3>>Whoopsie!<</cov3>>
She said, putting her finger to her lip, looking back.
<<me>>Fuck me.<</me>>
I said, shaking my head, sitting down on one of the many chairs in the workshop. It really had been all day, and while I think the structures I made were getting better, the constant reputation, and slow breaking down of my energy had left me tired.
<<cov3>>Sorry, I get a bit consumed on my work.<</cov3>>
She said, sitting down in front of me. I look at her, and sigh.
<<me>>What were you working on anyway?<</me>>
I look down and hold the disk she had just given me.
<<me>>Kind of looked like this.<</me>>
<<cov3>>It was, actually.<</cov3>>
She looked over to her workshop, then back at me, a glint in her eye.
<<cov3>>You could use a break, wanna see?<</cov3>>
<<me>>Sure.<</me>>
She jumped out of her chair, grabbing my wrist, and dragged me over to her desk.
<<cov3>>Great! It's been too long since I've been able to talk about these.<</cov3>>
<<ncov3>> said, sitting me down at the workshop, and quickly reaching her hand into a small cup, and pulling out a couple of the discs, putting them in my hand.
<<cov3>>These are called blank oracles.<</cov3>>
I looked at them closely, noticing why.
<<me>>These are smooth.<</me>>
<<cov3>>Hence, blank.<</cov3>>
I looked down at the necklace she gave me.
<<cov3>>I take it the engravings felt familiar.<</cov3>>
<<me>>They did.<</me>>
I looked up to her.
<<me>>You're carving spells into these.<</me>>
<<cov3>>Yes!<</cov3>>
<<me>>Why?<</me>>
That made her pause. I guess she hadn't expected it.
<<cov3>>What do you mean why?<</cov3>>
<<me>>Well, why not just build spells normally.<</me>>
<<cov3>>Oh. Well, these are mostly for simple spells. They can be supplementary to full spells, but we can cover that another day.<</cov3>>
She said, poking the disc on my necklace. Immediately, the noise level returned to normal in the workshop.
<<cov3>>These discs, for the most part, are for repetitious spells.<</cov3>>
She said, grabbing my hand, and pressing it against the disc.
<<cov3>>Put in some energy. A small amount.<</cov3>>
I nodded, and did so. I felt the energy fill the channels, the noise level going back down, before almost burning myself from the excess of energy that I had poured in. I had placed so little in there, but it was still too much.
<<me>>Oh shit.<</me>>
<<cov3>>Exactly. Consider how much energy it would take to build the structure for this spell, and then fill in the channels.<</cov3>>
<<me>>I didn't even use a tenth of the amount of energy it would take to fill the channels.<</me>>
<<cov3>>That's why. It's why I use this.<</cov3>>
She said, pulling the magnifying glass attached to the desk via a metallic arm towards me.
<<cov3>>The smaller, the less energy used.<</cov3>>
<<me>>Huh.<</me>>
I tilted my head, and gave her a look.
<<me>>Is it just about size? Because-<</me>>
She lifted a hand, stopping me.
<<cov3>>As much as I would like to explain, I... We don't really know what the requirements are.<</cov3>>
She looked at me, and then chuckled at my face.
<<cov3>>Let me just cut you off at the pass. We've tried smaller. Much smaller.<</cov3>>
<<me>>Oh. How much smaller?<</me>>
<<cov3>>I love magic, but scientists, I gotta give it to them, they make some cool toys. And in the past, me and some other witches have... Borrowed them.<</cov3>>
<<me>>How much smaller?<</me>>
<<cov3>>Microscopic.<</cov3>>
<<me>>And?<</me>>
<<ncov3>> sighed.
<<cov3>>Unfortunately, there's a limit. You felt it, right? When you put in too much energy?<</cov3>>
<<me>>Yeah. Like it was shooting the excess out. It felt hot.<</me>>
<<ncov3>> shrugged.
<<cov3>>Seems like not even magic can escape certain laws of physics.<</cov3>>
<<ncov3>> sighed again, grabbing the blank discs from my hand, and putting them back in the cup, before turning back to me.
<<cov3>>But, it doesn't mean we can't still make new things. Like the oracles themselves.<</cov3>>
<<me>>Why are they called oracles?<</me>>
<<cov3>>The witch that...<</cov3>>
She paused, her eyes slowly moving past me, before darting back.
<<cov3>>There was an old custom in ancient China, whereby they would write onto bones, and then chuck them into fire, the crack in the bones being the answer.<</cov3>>
<<me>>And so the name?<</me>>
<<cov3>>Just a reference. As far as we're aware, it wasn't magical, just... Superstitious. But the idea flowed from there. We found bones, unlike a lot of other materials, to be fantastic replacements for custom made structures made of energy.<</cov3>>
<<me>>What-<</me>>
I paused, looking down to the necklace, before catching <<ncov3>>s eyes, a wide smile on her face.
<<cov3>>The spine, in particular, is a great medium. Hard enough to be solid, but easily workable with some tools.<</cov3>>
<<me>>Oh god, I'm wearing someone's spine?!<</me>>
<<cov3>>No, of course not.<</cov3>>
I sighed in relief.
<<cov3>>You're wearing a very thin slice of someone's spine. The entire thing would never fit on a string.<</cov3>>
<<me>>Oh god, that's gross.<</me>>
I said, pulling the necklace off, the workshop volume not covering up <<ncov3>>s laughter.
<<cov3>>We're witches, what did you expect?<</cov3>>
<<me>>I don't know, crystals and shit.<</me>>
<<cov3>>We have those too. And frog eyes, and the leg of a bunny.<</cov3>>
<<ncov3>> shrugged.
<<cov3>>Well, not too many of those anymore. Because these-<</cov3>>
She said, lifting the blank oracles.
<<cov3>>Have replaced most of them.<</cov3>>
<<me>>How do you even get them?<</me>>
<<cov3>>We buy them.<</cov3>>
<<me>>From who, serial killers?<</me>>
<<cov3>>Funeral homes mostly.<</cov3>>
<<me>>Oh. Isn't that a bit... Unethical?<</me>>
<<cov3>>For them, maybe. But we don't buy many. A couple vertebrae a year. Each one can make around 20 blank oracles.<</cov3>>
I sigh, looking at the disc... The piece of bone on the string.
<<cov3>>Wear it or don't. Just understand that this-<</cov3>>
She pointed to the disc.
<<cov3>>Is the culmination of centuries of work. It's the peak of witchcraft in this day and age.<</cov3>>
She sat back on the chair. I shook my head, feeling my temple pulse, and shook my head, before pulling the necklace over my head.
<<me>>I hope you guys washed it.<</me>>
<<cov3>>Of course we did!<</cov3>>
She said, patting me on the back.
<<cov3>>Do you want to see me make one?<</cov3>>
I sighed.
<<me>>Fuck it. What's this one gonna do?<</me>>
<<cov3>>That's the spirit!<</cov3>>
She said, a wide smile on her face.
<<Button 'Leave' 'Brighttown' '.return2' '$scene to 0, $event.mainstory to 0, $story.mainstory += 1, $Time to 4'>><img class="leftimg" src="images/Characters/House/Roommate 1/27.png">\
<<sis1>>That's it?<</sis1>>
<<nsis1>> asked, sitting on my bed as I sat back on my computer chair.
<<me>>Yeah, that should do it.<</me>>
<<sis1>>But...<</sis1>>
She started, doubt on her face. I walked over to her, and said down on top of her, my hands on either side of her shoulders.
<<me>>Trust me, it'll work.<</me>>
<<sis1>>I mean... If that's all I have to do, sure, but it seems... Underwhelming.<</sis1>>
I shrugged, before leaning forward, kissing her neck.
<<sis1>>Mmmm.<</sis1>>
<<me>>I'm very confident.<</me>>
<<sis1>>Mmmm, fine!<</sis1>>
She said, pushing me up, a smile on her face, fighting her feelings to want to keep going.
<<sis1>>Let's just do it, if you get me too excited, we might go too far.<</sis1>>
I smiled, getting off of her and offering my hand to help her get up, which she gladly took. I pulled her up, then close to me, where I gave her ass a light slap.
<<me>>Just make sure you get a good picture.<</me>>
<<linebreak>>
<<sis1>>You're so bad!<</sis1>>
<<nsis1>> said, slapping my shoulder as we both heard footsteps coming down the hall towards the bathroom. One benefit to having lived here as long as we both had, we began to recognize who that was.
<<me>>Come on, doesn't it sound fun?<</me>>
The footsteps got a bit quicker as I spoke. Just before <<nsis1>> could answer, the person we were aiming for walked out from around the corner, to see us.
<<nmom2>>. She walked around the corner, to see the way we were standing. Or, leaning rather, as <<nsis1>> had her back on the wall, and I was in front of her, one hand leaning on the wall beside her. We looked like a couple of young kids, a guy picking up an attractive woman in the hallway, as <<nsis1>> was flashing me a flirtatious smile, and I was flashing my best playboy look.
However, I knew <<nmom2>> well. That's not at all what that looked to her at all. Which was the goal.
<<sis1>>It does sound fun! But I have plans, so none of that...<</sis1>>
She said, stepping around me, before flashing me a knowing smile.
<<sis1>>For now.<</sis1>>
She said, implication heavily slicked on, as she passed by <<nmom2>>.
<img class="leftimg" src="images/Characters/House/Landladies/D14.png">\
<<sis1>>Hey <span class="Mom2Text">mom</span>.<</sis1>>
<<nsis1>> walked around the corner, giving me one last look. I winked at her, before finally looking at <<nmom2>>, who had an interesting reaction. She looked not unlike a deer caught in headlights, frozen in place. I did wonder what was going on through her head. Thankfully, I didn't have to wait long, as I made my way to walk past her, following <<nsis1>>, before her hand grabbed onto my arm.
<<mom2>>What was that?!<</mom2>>
She asked, her voice uncharacteristically quiet. I didn't respond, save but for looking down at her hand around my arm.
<<mom2>>Answer me!<</mom2>>
I pulled my arm away from her, and reached up, grabbing her face, pushing her against the wall.
<<me>>Why the fuck should I answer? You aren't in charge, isn't that right?<</me>>
She looked at me, her earlier anger melting away to a mixture that I was enjoying from her; submission, lust, and confusion. Still, she recovered well enough.
<<mom2>>P-please, she-<</mom2>>
<<me>>What? Don't like seeing me flirt with <<nsis1>>?<</me>>
<<mom2>>I...<</mom2>>
<<me>>Or was it the fact that she was flirting back?<</me>>
She shook her head, although it was clear she didn't have any real conviction with it.
<<mom2>>You... I'm...<</mom2>>
<<me>>What's wrong? Don't like the idea of sharing your masters cock with your favorite daughter?<</me>>
She shook her head again, before her cheeks flushing brightly as she realized what she admitted to.
<<mom2>>No, that's not what I-<</mom2>>
I let go of her face, giving her cheek a tap.
<<me>>Don't worry, she's gonna love my cock.<</me>>
I turned to walk away, before feeling a tug on my arm. I looked back at <<nmom2>>, and smiled. This time, she wasn't grabbing my arm to gain control. No, now she looked at me with a delicious look of desperation.
<<mom2>><span style="font-size: 0.8em;">Don't.</span><</mom2>>
<<me>>Oh, is the bitch trying to make orders?<</me>>
She bit her lip, and shook her head.
<<mom2>>Please... master...<</mom2>>
She trailed off, getting close to me, and reached down to my cock, massaging it through my pants.
<<mom2>>Just use your dyke bitch. You don't need her.<</mom2>>
<<me>>Hmm.<</me>>
I pretended to think about it, as I reached up and grabbed her breast through her shirt, and began manhandling.
<<me>>And is my bitch ready to take all of her discipline in order to get her request granted to her?<</me>>
She nodded lightly.
<<mom2>>You can use your bitch's mouth like it's yours...<</mom2>>
I smiled, and with my other hand, reached up and grabbed her chin lightly, pulling her mouth open with no resistance.
<<me>>It is my mouth, isn't it?<</me>>
<<nmom2>> nodded, her eyes going wide as I leaned forward, pushing my lips against hers, moaning as I pushed my tongue against hers. I made out with her for a few seconds, her soft moans nothing by music to my ears. Still, I pulled back, and was rewarded by the sight of <<nmom2>> leaning forward, not wanting our kiss to end. For a moment at least, her cheeks going crimson as she realized what she did. Still, she didn't say anything, her hand continuing to massage my cock.
<<me>>That's not good enough though...<</me>>
I whispered to her. She gave me a pleading look, and as I gave her no quarter, she nodded. I guess she must have already known that just using her mouth again wasn't going to be good enough.
<<me>>Are you ready to take your masters cock, bitch?<</me>>
<img class="rightimg" src="images/Characters/House/Landladies/D15.png">\
She gulped lightly, and even as she fought small shudder from the excitment her body was feeling as I continued playing with her breast, pulling it out. She pouted.
<<mom2>>If you stay away from <<nsis1>>.<</mom2>>
I reached back, giving her ass a hard, audible slap, before smiling down at her.
<<me>>After you.<</me>>
I said, leading her to my room. As we stepped inside, I closed the door, and turned back to see her standing awkwardly in the middle of my room.
<<me>>Strip.<</me>>
She almost jumped from my order, but nodded, and began to slowly take her clothes off. I raised my hand.
<<me>>No, not like that. Give me a show.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D16.png">\
She gulped. I walked over to my bed, half laying in it, as she slowly reached for the hem of her shirt, as she pulled it over her, a touch of awkwardness in her movements. Still, even as her large tits being held back in her bra were revealed, I couldn't help but moan. She seemingly enjoyed that, as a small smile showed up on her face, some of the earlier awkwardness being shed, as she shook her ass sensually as she pulled her pants down, bending over to give me a good look at her large ass. As she bent over, stepping out of her pants, I undid my own, and pulled out my cock. <<nmom2>> looked back at me from position, and gasped lightly as she saw it.
<<me>>That's right. You're going to take it all today, aren't you?<</me>>
She stoop straight, turning to look at it, swallowing deeply.
<<me>>Well?<</me>>
<<mom2>>Yes master. I'm going to take your cock.<</mom2>>
<<me>>Good girl. But not what I'm talking about. You're not done, are you?<</me>>
<<nmom2>> looked down, almost surprised at seeing herself wearing a bra and panties. She reached behind her, undoing whatever mechanism hers used, before reaching up, grabbing her tits as the bra loosened. She slowly lowered her hand, her bra going with it, showing off her magnificent tits.
<<me>>I can't wait to fuck those tits.<</me>>
She grinned for a split second, before remembering what she was, and reached down to her panties, before freezing, her eyes going wide.
<<me>>What's wrong?<</me>>
<<mom2>>W-well, I-<</mom2>>
I stood up, my cock hanging off of my body. I stepped towards her, the head of my cock pressing against her stomach, a smear of my pre-cum covering her skin, a small moan exitting her lips.
<<me>>Are you afraid of what you're going to find?<</me>>
I asked, getting a pleading look from <<nmom2>>.
<<me>>Are your panties wet, bitch?<</me>>
<<nmom2>> hung her head.
<<mom2>><span style="font-size: 0.8em;">Yes master.</span><</mom2>>
<<me>>What's that?<</me>>
I asked, grabbing her chin, making her look up at me. She bit her lip, pure embarrassment on her face.
<<mom2>>Yes master.<</mom2>>
<<me>>Yes what?<</me>>
<<mom2>>Yes, my panties are wet.<</mom2>>
<<me>>My oh my.<</me>>
I said, pushing my hips forward, pressing my cock harder against her stomach.
<<me>>Is my dyke bitch getting wet at the thought of getting her pussy fucked by her master.<</me>>
She didn't respond.
<<Button 'Well?' 'Mom2: 4-2' '.lustbut' '$player.lust +=1, $mom2.sub += 1'>><<mom2>>Oh fuuuck.<</mom2>>
<<nmom2>> moaned, Lust hitting her hard, as I reached up and began playing with one of her nipples, both very hard.
<<me>>That's a good thing, don't you see?<</me>>
I said, reaching up to her hair, and grabbing it, pulling her over to the bed, before throwing her into it face down.
<<me>>Because today is the start of your new life.<</me>>
I said, rubbing <<nmom2>>s fat ass, before dipping my hand down, pressing my finger against her pussy through her underwear, happy to see that she wasn't just wet, she was dripping, a couple drops of her juices running down her upper thigh.
<<mom2>>MMmmMMmmmmm.<</mom2>>
She moaned, pushing her own head into my mattress, trying and failing to stifle her own moan.
<<me>>It's ok, you can admit it.<</me>>
I said, reaching up and grabbing her panties, pulling them down, almost groaning as I saw a strand of her juices connected as I pulled them down.
<<me>>But here, maybe this might help.<</me>>
I said, reaching up and grabbing her hair, pulling her head up.
<<mom2>>Aaah, wha-<</mom2>>
She started, before being interrupted as I pushed her panties into her mouth, wet spot in first.
<<me>>Do ahead, and taste how wet I made you slut. For now...<</me>>
I stepped behind her, and pressed the head of my cock against her wet slit.
<<me>>Last chance to keep your old life.<</me>>
She looked back at me, and gave me a pleading look.
<<me>>Because once I enter you, your life is never going to be the same.<</me>>
I leaned forward, my cock head still pressed against the entrance to her pussy, as I began rubbing it up and down her hole.
<<mom2>>MmmmmMMmmmaaahhhh...<</mom2>>
She moaned, before shaking her head lightly.
<<me>>I guess I could go down the hall. I'm sure <<nsis1>> would be more than happy to take your place.<</me>>
Her eyes widened at hearing that, before she turned away from me, burying her head into the bed. As she did, she pushed her hips back.
<<me>>Does my bitch want my cock?<</me>>
She didn't turn to me, but I saw her nod, as she continued pushing her hips back towards me. I smiled, and pushed my own hips forward. She was very tight, but eventually, my head pushed into her, causing both of us to moan.
<<mom2>>MMMMMMmmmmmmmmmm...<</mom2>>
<<me>>That's right bitch.<</me>>
I said, pushing my cock further into her wet, warm hole.
<img class="rightimg" src="images/Characters/House/Landladies/D17.webp">\
<<me>>That's what a real cock feels like.<</me>>
<<mom2>>OooooOOOooaaaaaOoAoaaa...<</mom2>>
I began making shallow pumps into her, trying to get deeper with each one.
<<me>>I hope you like it, because you're going to be feeling this whenever I feel like it.<</me>>
I grunted, leaning forward to grab <<nmom2>>s hair as a handle, pulling her head up.
<<mom2>>OOohh FUuuuUccckk...<</mom2>>
I heard <<nmom2>> moan, and saw as the panties fell down onto the bed, her own moans pushing them out of her mouth.
<<me>>Although from how wet you are, you're enjoying this, aren't you?<</me>>
<<nmom2>> moaned, but didn't say anything as I continued pistoning into her tight hole. I pulled her hair lightly, slapping her ass hard.
<<me>>Your master asked you a question!<</me>>
<<mom2>>N-no, I'm not!<</mom2>>
She got out around her moans.
<<mom2>>I-I'm a lesbian!<</mom2>>
<<me>>You are, huh?<</me>>
I said, wrapping her hair around my hand, and pulling her tight against me, playing her nipples as I continued pounbding into her pussy.
<<me>>You hear that slut?<</me>>
She didn't respond, as the only sounds were from our bodies smashing into each others.
<<me>>That's the sound of a bitch enjoying herself.<</me>>
<<mom2>>Shhh-Shut U-<</mom2>>
She said, before stopping, her body tensing up as her insides began twitching around my cock.
<<mom2>>SSHHHHHhhHHhh-<</mom2>>
<<me>>Oh, is my bitch cumming on her masters cock?<</me>>
<<mom2>>NnnnnNNnnooooOOooo!<</mom2>>
She moaned, not doing a good job at hiding her orgasm.
<<me>>That's what it feels like.<</me>>
I grunted, fucking into her harder.
<<me>>I do love filling a bitch with my cum while she's cumming.<</me>>
That made her flinch.
<<mom2>>N-NNnoooo, I-I'm nooOooo-<</mom2>>
She trailed off, her orgasm racking her body as I continued using her pussy as a sextoy.
<<mom2>>NNooo bi-birth conttrrroolll...<</mom2>>
<<me>>What the fuck do I care?<</me>>
I said, pushing my cock in again, finally getting the entirety of my cock inside of her.
<<me>>If I want to fill my bitch with my cum, that's what I'll do.<</me>>
I felt her hole tighten even more as I said that.
<<me>>You're my bitch to knock up.<</me>>
<<mom2>>FFuUUUuuUCK Yyyouuuu-<</mom2>>
She said, my words pushing her into a second orgasm, which milked my cock, pushing me to cum.
<<me>>Take my load bitch.<</me>>
I grunted, as I pushed my cock as deep into <<nmom2>> as I could, shooting my load deep into her womb. We were both silent, only our bodies making noises as we both fucked each other as hard as we could, her ass pushing against me as she felt my warm cum filling her baby room. After a minute, I finally finished, and pulled my cock out.
<img class="leftimg" src="images/Characters/House/Landladies/D18.webp">\
<<me>>Fuck, that wasn't bad for taking your gold star.<</me>>
I said, slapping her ass, and watched as she continued twitching on my bed, even as my cum slowly began pouring out, rolling down her thigh.
<<mom2>><span style="font-size: 0.8em;">No....</span><</mom2>>
She said, breathlessly, trying to get it out.
<<mom2>><span style="font-size: 0.8em;">No touching <<nsis1>>..</span><</mom2>>
I smiled, slapping her ass.
<<me>>I'm a man of my word. She's safe, for now.<</me>>
<<mom2>>For now?<</mom2>>
She asked, confusion in her face. I leaned down, petting her hair.
<<me>>So long as my bitch takes care of my cock, her daughter doesn't get it.<</me>>
She looked up at me, worry in her face, before she bit her lip, nodding.
<<me>>Good girl. Now-<</me>>
I said, grabbing her hair, and pulling her out of my bed.
<<mom2>>H-Hey!<</mom2>>
I pulled her to my door, opened it, and threw her onto the ground outside, in the public hallway, naked and dripping my cum.
<<me>>I'm done with you.<</me>>
I grabbed her clothes, and threw them down the hall, before closing the door behind her. I smiled as I heard her wearily stand up, and run to the clothes. I turned to my room.
<<me>>Well? How was it?<</me>>
I asked. When I didn't get a response, I walked over to the closet, and opened it. I wasn't sure what I expected, but it wasn't that. <<nsis1>> was on her knees completely nake, a ballgag in her mouth, a puddle of juices on the ground right beneath her. I leaned forward, and pulled the ballgag out of her mouth. I looked at it, before looking at her questioningly.
<<sis1>>!... had... to...<</sis1>>
She said, trying to catch her breath, as her body was still shuddering.
<<sis1>><span class="Mom2Text">Mom</span>... would have... heard me...<</sis1>>
I smiled, and stepped towards her, my cock right in front of me.
<<me>>You didn't want her to catch you cumming to the sight of her getting bred like a bitch?<</me>>
<<nsis1>> didn't respond, her eyes locked with my cock. I flexed it, making it jump.
<<me>>That's right. It's covered in <<nmom2>>s juices.<</me>>
She looked up at me.
<<sis1>>Can I please suck your cock... master?<</sis1>>
I smiled, grabbing a hold of <<nsis1>>s head, and pressing the head of my cock against her now outstretched tongue.
<<me>>Well when you ask like that, how can I say no?<</me>>
I said, feeling <<nsis1>>s tongue begin to move.
<<me>>That's right. Clean off your moms pussy juice from my cock.<</me>>
<<Button 'A good next step' 'Home' '.return2' '$mom2.percent += 2, $mom2.scene.deleteFirst(4), $mom2.scene.pushUnique(5), $Time +=1, $event.mom2 to 0'>><<me>>Perfect.<</me>>
I mumbled to myself, as I walked out of the elevator. The floor was quiet, lights to the offices off, which meant that there was likely no one here. Hopefully <<nhospad>> still would be. I gripped the collar in my pocket, cursing myself for not marking her the last time we had been together. Still, no chance like the present. I made my way through the cubicles, larger and more open than those you'd see in a more standard business. It didn't take long before I was validated, as I noticed the lights to <<nhospad>>s office on. Looking around again, I smiled to myself, thankful I hadn't seen anyone else. Lust was powerful, but I didn't want to test it out too much yet. I popped my head into the doorway, peering through the crack, and spotted <<nhospad>>. Knee deep in paperwork.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/12.png">\
<<me>>Don't you look busy?<</me>>
I held back a chuckle from the yelp, <<nhospad>> nearly jumping out of her chair. Her face shot to the door, her shock melting away.
<<hospad>>$player.name[0]$player.name[1]-<</hospad>>
I tilted my head, causing her cheeks to redden, as she looked past me, seeing if anyone was in the hallways. After a moment, she subconsciously lowered her head.
<<hospad>>Master.<</hospad>>
I smiled, stepping into the room, closing the door behind me. I walked to the couch she had in front of her desk, and looked back at her.
<<me>>If your master enters the room, I don't think it's right to stay sitting, is it?<</me>>
Her eyes grew, before focusing on me, a smile appearing.
<<hospad>>You're right, master.<</hospad>>
She said, getting up from the chair, walking around her desk. She approached me, moving her body as much as she could, tempting me with her curves. As usual, she was wearing clothes that accentuated her body. As she reached me, she leaned forward, closing her eyes. I reached up, and grabbed her chin, stopping her.
<<me>>What are you doing?<</me>>
She opened her eyes, confusion filling them.
<<hospad>>I-I'm...<</hospad>>
She trailed off, not knowing what to do next. It was clear she needed this more than I thought. Still, I was here.
<<me>>I thought we cleared this up last time.<</me>>
I shook her head lightly.
<<me>>You and I... We aren't dating. I am not your boy toy.<</me>>
I squeezed her chin lightly, causing her to open her mouth.
<<me>>I am your master. What does that make you?<</me>>
She hesitated, swallowing deeply.
<<hospad>>Your bitch.<</hospad>>
<<me>>So what should a bitch present when her master arrives?<</me>>
Our eyes were locked, as she searched her memory for what I was referring to. It took only a few moments, before her tongue slowly slipped out.
<<me>>Good girl.<</me>>
I said, spitting on her tongue, and letting go of her chin. I looked back, and slowly sunk down onto the couch, as a slow //gulp// could be heard. I turned back just in time to see her swallow it, before opening her eyes, a lust filled smile greeting me.
<<me>>Sit.<</me>>
She nodded, leaning forward to take a seat on the couch beside me. I sighed, and reached up, grabbing her hair roughly, pulling her down onto her knees in front of me.
<<me>>The couch is for people. Pets sit on the ground.<</me>>
<<hospad>>Ahhh... Yes master.<</hospad>>
She moaned, accepting her spot between my legs. I let her go, and she sank down.
<<me>>That will do for now.<</me>>
I said, pulling out something from my pocket, and handing it to her. She held onto it, staring down at it.
<<me>>I figured you were due for a walk.<</me>>
I leaned forward, pulling her head up to look at me.
<<me>>Well?<</me>>
<<hospad>>Thank you...<</hospad>>
She said, looking back down at the collar, before slowly undoing it. Her hands were trembling as she lifted it, wrapping it around her neck, causing her entire body to shudder. Finally, she pushed one end through the strap, and slowly pulled on it, tightening it around her neck. When she was done, she slowly placed her hands onto the ground, and looked back up at me, eyes fully glazed over.
<<hospad>>...Master.<</hospad>>
<<me>>That's a good girl.<</me>>
I reached down, grabbing one of her large breasts through her clothes, massaging it lightly.
<<hospad>>Mmmmmm.<</hospad>>
<<me>>Now, is my bitch ready for her walk?<</me>>
I said, pulling out a leash, shaking it in front of her. She gulped, before looking up at me, then to her door. She stared at it for a few moments, before silently making her decision.
<<hospad>>Yes master.<</hospad>>
I reached down and attached the leash, a satisfying click emitting from the metal loop closing around the one around her neck. I stood up, pulling on the leash, and made my way to the door. I watch her slowly get up, and follow me to the door. I step towards her, and slap her.
<<me>>Bad girl.<</me>>
She rubs her cheek, and looks at me. The confident, powerful woman that normally inhabited this office was nowhere to be seen. The only person here was the meek, submissive girl who had just collared herself, as she looked at me with nothing but worry. Not of what I might do to her, but of how she had messed up.
<<hospad>>I'm sorry master.<</hospad>>
She grabbed my hand and began running her tongue on the back of it.
<<hospad>>What can your bitch do to improve?<</hospad>>
She asked, kissing my hand in between licks.
<<me>>Bitches are supposed to walk on all fours, aren't they?<</me>>
I ask, making <<nhospad>> pause. She gulped.
<<hospad>>Yes master.<</hospad>>
She said, nodding lightly, her knees bending, going further down, until her knees rested on the carpet. After another moment, she nodded again, and leaned forward, pressing both hands down on the carpet. I smiled, and leaned down, pulling her dress up quickly, before slapping her ass lightly.
<<me>>Good girl.<</me>>
I smiled, rubbing her ass in my hand, moving my fingers to her asshole, giving it a slow massage through her panties.
<<hospad>>Mmmmm, thannk you maaster.<</hospad>>
She half moaned out. I gave her ass one last swat, before getting up, unlocking the door. She flinched at the sound, and watched as the door opened, the outer office being revealed.
<<me>>Let's go.<</me>>
I said, giving the collar a quick tug. The tug seemed to unstick her, as her first unsteady step was made out of her private office, and into the public area. She slowly made her way, crawling on all fours, outside, her body trembling as it did. I smiled at every step.
<<me>>It's a beautiful night for a walk, isn't it, bitch?<</me>>
She shuddered again, feeling the carpet vividly on her fingers.
<<hospad>>Yes master. Thank you for taking your bitch on a walk.<</hospad>>
<<me>>Oh, it's my responsibility!<</me>>
I said, leaning down and ruffling her head, patting her. I paused.
<<me>>Although... I'm not really the kind of man that dresses up their pets.<</me>>
She finally met my eyes, as she realized what I meant.
<<me>>Strip.<</me>>
<<hospad>>Master, I-<</hospad>>
I reached down, grabbing her chin and forcing her to look at me.
<<Button 'Strip' 'HospAd: 2-2' '.lustbut' '$player.lust += 1, $hospad.sub += 1'>><<if visited() is 1>><<invdel "Collar">><</if>><<hospad>>Hhaaaahhh.<</hospad>>
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/13.png">\
She moaned, the effects of Lust hitting her quite strongly. I let go of her chin, and took a step back. For a moment, I thought I might have to do something.
<<hospad>><span style="font-size: 0.7em;">Yes master.</span><</hospad>>
<<me>>What's that?<</me>>
She looked up at me, pure adoration and lust in her eyes, as she reached backwards, pulling the zipper down on her dress.
<<hospad>>Yes master.<</hospad>>
I smiled, as her dress quickly came off, leaving her on all fours in just her underwear.
<<hospad>>A bitch shouldn't be wearing clothes.<</hospad>>
She moaned, undoing her bra strap, letting her tits fall down once no longer supported.
<<hospad>>Not when she's getting walked by her owner.<</hospad>>
She sat up straight, still on her knees, only to slowly pull down her panties. The long strand of wetness that connected her pussy to them told me that she was thoroughly enjoying every second of her treatment. She slowly shimmied her legs, and dropped the panties on the pile of clothes she had made, before getting back down on all fours. I leaned down, grabbing the clothes, taking a second to smell her panties, before nodding.
<<me>>Good girl. Let's go.<</me>>
I said, tugging on the leash.
<<hospad>>Mmmmmm. Yes master.<</hospad>>
She lowered her head, and continued following me while on her hands and knees. I walked around for a bit, before stopping.
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/14.webp">\
<<me>>Why don't you lead me bitch.<</me>>
She looked up at me, and nodded, a smile on her face. As she passed me, she gave my leg a quick kiss, rubbing her body against me. Once she was in front of me, we continued, although with the added benefit of being able to watch <<nhospad>>s fat ass slowly crawl, her thighs getting covered in her juices. We reached the end, and she turned, making another turn at the end, and moving back towards the direction of her office. We were doing a lap, and I didn't want it to end yet.
<<me>>We don't have to go back yet bitch.<</me>>
I groaned, slapping her ass. She looked up at me, and understood, as she made a right into what looked to be a small break room. It had some tables, some seats, and a vending machine. Nicer than the one at Splashart, but a breakroom nonetheless. I noticed her hesitate for a second as we got onto the cold, hard tile of the breakroom. She didn't hesitate for long though, as it wasn't long before she was inside. I smiled, and walked over to one of the tables.
<<me>>Are you ok bitch?<</me>>
She looked up at me, almost drooling from how horny she was.
<<hospad>>No master.<</hospad>>
I leaned down, and caressed her face.
<<me>>What's wrong?<</me>>
<<hospad>>I'm in heat master.<</hospad>>
<<me>>Oh no. What can I do to help my bitch?<</me>>
She gulped.
<<hospad>>I need a good fucking, master.<</hospad>>
<<me>>Hmm.<</me>>
I stood back up, and leaned on the table.
<<me>>I think I might be able to help.<</me>>
I said, patting the table.
<<me>>Get.<</me>>
She nodded, smiling brightly, as she slowly raised herself up. I was happy to see that she wasn't trying to stand up, but only trying to get her upper body on the table. When she was up, she looked back at me. I reached down, and pushed a finger into her pussy.
<<hospad>>OOooooOaaaaAaahhhhhhhHHhh...<</hospad>>
She moaned lightly, my finger getting drenched immediately.
<<me>>Oh my, you aren't wrong.<</me>>
I said, beginning to finger <<nhospad>>.
<<me>>You're leaking like a little whore down there.<</me>>
<<hospad>>Yes! Yes, I am master! I'm such a whorish bitch.<</hospad>>
She moaned, already orgasming from my hand, her pussy tightening around my fingers.
<<me>>What should I do, bitch?<</me>>
<<hospad>>AAaaaAAaaaahhh~<</hospad>>
She moaned, riding out an orgasm.
<<me>>Should I plug it?<</me>>
<<hospad>>Yes!<</hospad>>
She snapped, looking back at me with nothing but desire.
<<me>>Well what should I plug your leaking hole with?<</me>>
<<hospad>>Your cock master!<</hospad>>
She moaned.
<<me>>Oh, I don't know about that. What kind of master would I be if I mounted a bitch in heat like you?<</me>>
<<hospad>>A good one, so good master!<</hospad>>
She responded, barely conscious from my moving fingers giving her pleasure.
<<me>>Is that what you want?<</me>>
<<hospad>>Yes master! Mount me!<</hospad>>
She groaned. I reached down, and pulled my cock out with my other hand. I stepped forward, pulling my fingers out. She looked back, ready to beg for my fingers, stopping as she saw my hard cock pressing against her pussy.
<<hospad>>Mount me! Breed your bitch, make me carry your litter!<</hospad>>
She said, her hips moving up and down, covering the head of my cock in her juices. I leaned forward, grabbing the leash with my pussy juice covered hand, and pulled on it, making her arch her back, pistoning inside at the same time.
<<hospad>>OHHhh GggoOOoDdd, YES!<</hospad>>
She moaned, the walls of her warm hole tightening again, another orgasm hitting her.
<img class="rightimg" src="images/Characters/Town/Hospital/HospAd/15.webp">\
<<me>>Is this what you want?<</me>>
I groaned into her ear, as I began to slowly, but forcefully, fuck into her.
<<hospad>>FFFffFFuuuucckkk yeesSSSsss!<</hospad>>
She groaned loudly. As I held onto the leash, I reached forward, and grabbed one hand, then the other, and held them behind her back, holding her arching body by only the leash.
<<me>>Feet off the table, bitch.<</me>>
<<hospad>>yyesss mmmaaassterrr...<</hospad>>
She squeaked out, the collar choking her lightly, as I continued fucking her, her pussy covering my thighs in her juices as I continued fucking her deeply.
<<me>>And last time, you told me you were old enough to be my mother.<</me>>
I groaned into her ear, although I didn't think she could even hear me anymore, her pussy twitching non stop, as I felt my own orgasm rapidly approaching.
<<me>>And now here you are, begging me to breed you like a bitch in heat.<</me>>
<<hospad>>Yes! Master!<</hospad>>
She groaned.
<<me>>Is that what you want? You want me to pump my seed inside, bitch?<</me>>
<<hospad>>Ghhyyeeeee-<</hospad>>
She squeaked out again, nodding, not being able to say much more.
<<me>>Then take it, you fucking slut.<</me>>
I groaned, as I let go of the leash, and hilted deep inside her in one move, pushing her onto the table harshly, and began shooting my load, as I pushed her face into the table.
<<me>>Take your masters load, you fucking whore.<</me>>
<<hospad>>YYyYyYYYYyeeeEEAaAaAa!<</hospad>>
<img class="leftimg" src="images/Characters/Town/Hospital/HospAd/16.webp">\
She moaned, getting hit with another orgasm, as she felt each rope of my cum fill her insides. I continued pistoning my cock into her pussy, making sure every inch of it was covered in my cum. <<if $fet.piss is 1>>As I continued cumming, I heard something. I looked down, and noticed <<nhospad>> was cumming so hard she lost control of her bladder, and was pissing on the ground. I smiled, and continued fucking her, taking care to not get any on me. Once I finished cumming, I pulled out, and stepped back. I watched as <<nhospad>> slowly slid off the table, until she fell off of it, falling right into the puddle of piss.
<<me>>Hey, bitch.<</me>>
I said, nudging her with my foot. It took about a minute, until she was finally back in the land of the living.
<<hospad>>Thank you master.<</hospad>>
She said, a bright smile on her face. I smiled back.
<<me>>You made a mess bitch.<</me>>
I said. She sat up slightly, and her face flushed bright red as she realized what she was sitting in.
<<hospad>>I'm sorry master. I'll clean u-<</hospad>>
<<me>>Hold up.<</me>>
I said. She froze instantly, looking up at me. I reached down, and pointed my cock at her, and let go of my bladder.
<<hospad>>Wha- Master!<</hospad>>
She yelled.
<<me>>Don't move bitch!<</me>>
I growled back at her, causing her to freeze.
<<me>>Good girl.<</me>>
I said, as I continued pissing. I enjoyed every second, aiming first at her face, then her tits, then her pussy, before making my way back up. Before I finished, I pinched.
<<me>>Open your mouth.<</me>>
<<hospad>>Mmm.<</hospad>>
She made a noise, before reluctantly opening her mouth, sticking her tongue out. I smiled, and finished my stream by aiming directly into her mouth, slowly filling it.
<<me>>Good girl. Now, swallow.<</me>>
She paused, before nodding lightly, and small, quiet gulps filled the room. After the final gulp, she opened her mouth again, sticking her tongue out.
<<me>>Such a good girl.<</me>>
I said. Whatever reservation she had moments before, they were gone as the woman beamed up at me.
<<hospad>>Thank you master.<</hospad>>
I nodded, and grabbed the pile of clothes, and threw it onto the puddle off piss.
<<me>>You better clean up, bitch. You don't want anyone asking questions.<</me>>
<<hospad>>Yes master.<</hospad>>
She said, looking determined, as she lifted her dress and underwear, now soaked in our piss.
<<me>>Good girl.<</me>><<else>>Once I finished cumming, I pulled out, and stepped back, and gave her ass a slap.
<<hospad>>Mmmmm.<</hospad>>
She moaned as <<nhospad>> slowly slid off the table, until she fell off of it.
<<me>>Hey, bitch.<</me>>
I said, nudging her with my foot. It took about a minute, until she was finally back in the land of the living.
<<hospad>>Thank you master.<</hospad>>
She said, a bright smile on her face. I smiled back.
<<me>>You made a mess bitch.<</me>>
I said, throwing the pile of clothes onto the ground beside her.
<<hospad>>I'll do better next time master.<</hospad>>
<<me>>Yes you will.<</me>>
I said, reaching down, manhandling her breast, pulling on her nipple. As she moaned at my touch, I slowly built up energy, the familiar feeling of Greed, before sending into her. She was now marked.
<<me>>You better clean up, bitch. You don't want anyone asking questions.<</me>>
<<hospad>>Yes master.<</hospad>>
She said, looking determined, as she lifted her dress and underwear.
<<me>>Good girl.<</me>><</if>>
<<Button 'Leave' 'Hospital' '.return2' '$Time += 1, $hospad.sub +=1, $hospad.percent += 2, $hospad.scene.deleteFirst(3), $hospad.scene.pushUnique(4), $scene to 0, $event.hospad to 0, $hospad.marked to 1'>><<nobr>>
<<set _renumber to random(0, $RanEnHome.length - 1)>>
<<set $ranenplay to $RanEnHome[_renumber]>>
<<set _sceneplay to random(0,2)>>
<</nobr>>\
\
\
<<if $ranenplay is "mom1">>Scene 1 with <<nmom1>>!
<<elseif $ranenplay is "mom2">><<me>>Hey <<nmom1>>.<</me>>
I said, walking into the kitchen. It still felt a little strange, not feeling immedietely uncomfortable from the glare I received from <<nmom2>> as I greeted her wife. And even farther from strange, the power I felt as I saw her break eye contact, the submissiveness I had been disciplining into her coming to the fore.
<<mom1>>Hey baby.<</mom1>>
<<me>>And hey to you too, <<nmom2>>.<</me>>
<img class="leftimg" src="images/Characters/House/Landladies/D19.png">\
I said, as I stepped up to her and grabbed her ass, handling it with little care.
<<mom2>>Wha-<</mom2>>
<<mom1>>We've gone over this <<nme>>, you can call her <span class="Mom2Text">mom</span> as well.<</mom1>>
<<nmom1>> told us nonchalantly, as <<nmom2>> was doing her best not to cause a scene. I wasn't an idiot, after all, and made sure to grab <<nmom2>>s ass while she was hidden behind the island counter we had in here.
<<me>>You know what? I think you might be right.<</me>>
I said, <<nmom2>> seeing right through my fake sincerity.
<<me>>I feel like <<nmom2>> and I have gotten much closer recently. Wouldn't you agree?<</me>>
I asked her, pressing my finger against her asshole through her clothes, causing her to yelp.
<<mom2>>Y-yeah. I think I've finally warmed up to him.<</mom2>>
<<mom1>>That's wonderful honey.<</mom1>>
<<nmom1>> said, leaning forward, planting a kiss on <<nmom2>>s lips, which she reciprocated, even as I massaged her asshole.
<<mom1>>I've always wanted you two to get along better.<</mom1>>
As she said that, she turned to the sink, showing us her back. In the moment, I reached up, grabbing <<nmom2>> by the hair, and pulled her close to my face.
<<me>>Let me taste <<nmom1>> on you.<</me>>
I pressed my lips against hers, and I felt her struggle not to yelp again as my tongue entered her mouth. I made out with her for only a few seconds, before pulling back, leaving her in a state of confusion.
<<me>>I'm gonna head out. I'll talk to you guys later!<</me>>
<<mom1>>Love you baby!<</mom1>>
She said, her back still turned to me and her wife, as I reached up and pinched her nipple through her top, giving her a wink, and leaving the room.
<<elseif $ranenplay is "sis1">>Random scene with <<nsis1>>!
<<elseif $ranenplay is "sis2">>Random scene with <<nsis2>>!
<<elseif $ranenplay is "sis3">><<sis3>>O-oh! It's you.<</sis3>>
<<nsis3>> and I had bumped into each other in the hallway, and I watched as the color returned to her face from the pale white it was seconds ago.
<<me>>What's up with you?<</me>>
As I asked her, the color returned with a vengeance, as her cheeks turned bright red.
<<sis3>>Oohh. I...<</sis3>>
She trailed off, and as she did, I noticed she was holding something behind her back. I stepped forward, grabbing her nipple through her shirt, and began pinching it, causing her to moan.
<<me>>Daddy doesn't like asking twice.<</me>>
<<sis3>>You're right. I'm sorry daddy.<</sis3>>
She said, before presenting me with what she was holding.
<<me>>Was my rapetoy princess being naughty?<</me>>
<img class="rightimg" src="images/Characters/House/Roommate 3/29.png">\
I asked with a smile, as she showed me a dildo that was a bit smaller than my cock, although very visibly wet.
<<sis3>>N-no daddy.<</sis3>>
<<me>>Then what is this?<</me>>
<<sis3>>O-one of my big sisters left this for me daddy.<</sis3>>
I raised my eyebrow, and she continued.
<<sis3>>I went to the bathroom, and when I came back to my room, there was a note on my desk, with this.<</sis3>>
She lifted the dildo, and then presented the note.
<div style="background: #fff382; padding: 1em; border-style: solid; border-width: 0.2em; border-color: #80772a; font-family: Andria; color: black; font-size: 1.5em;"><em>Hey baby sister.
I had fun raping your little holes the other night. I figured you might want to get another taste, so I used this. Now be a good little whore, and clean it with your tongue.</em></div>
I was surprised at the note, and then looked back at the dildo.
<<me>>And?<</me>>
<<sis3>>And what daddy?<</sis3>>
<<me>>Were you a good little whore for your big sister?<</me>>
She blushed, looking down a the floor, before a small nod came.
<<sis3>>Yes daddy.<</sis3>>
<<me>>Good girl.<</me>>
I said, giving her nipple one last pinch, before walking down the hallway.
<<elseif $ranenplay is "sub1">>Random scene with <<nsub1>>!
<<elseif $ranenplay is "comb">>Random scene with <<ncomb>>!
<<elseif $ranenplay is "bankc">>Random scene with <<nbankc>>!
<<elseif $ranenplay is "bankw">>Random scene with <<nbankw>>!
<<elseif $ranenplay is "assw">>Random scene with <<nassw>>!
<<elseif $ranenplay is "asswgf">>Random scene with <<nasswgf>>!
<<elseif $ranenplay is "dass">>Random scene with <<ndass>>!
<<elseif $ranenplay is "hospad">>Random scene with <<nhospad>>!
<</if>><<Button 'Home' 'Home' '.contbut' '$scene to 0'>><<bankm>>I-I'm not sure it's a good idea to have <<nme>> be part of this discussion.<</bankm>>
<<bankw>>He's not.<</bankw>>
<<nbankw>> looked over her shoulder to me.
<<bankw>>He's just going to give your wife an orgasm while we talk, right?<</bankw>>
I nodded, slapping her ass, before driving my cock deep inside her.
<<bankw>>OooOohh. S-so, what did we neEed to talk about?<</bankw>>
<<nbankw>> asked innocently, even as she held back her moans from the feeling of my fucking into her.
<<bankm>>H-honey, I know that he's been...<</bankm>>
<<bankw>>What cuck?<</bankw>>
<<bankm>>I know you've liked having him at home-<</bankm>>
<<bankw>>That's not good enough.<</bankw>>
<<nbankw>> interrupted, before gripping the desk harder.
<<bankw>>I haven't "liked" having him.<</bankw>>
She looked back up at me.
<img class="rightimg" src="images/Characters/Town/Bank/Wife/26.webp">\
<<bankw>>He's made me cum harder than you ever have.<</bankw>>
She turned back to <<nbankm>>, glaring at him.
<<bankw>>I can't believe I ever thought your tiny dick felt nice.<</bankw>>
<<nbankm>> gulped, nodding lightly, trying not to look hurt.
<<bankm>>E-either way, h-honey, just because-<</bankm>>
<<bankw>>Say it cuck.<</bankw>>
<<bankm>>Just be-because he's been making you... Cum harder than I ever have...<</bankm>>
<<bankw>>Good boy.<</bankw>>
I slapped her ass loudly, emphasizing the point as I began fucking her harder.
<<bankw>>Thank you sir! Slap my ass as much as you want. It's yours!<</bankw>>
<<bankm>>Ahem.<</bankm>>
<<nbankm>> cleared his throat.
<<bankm>>Even if that's the case honey, I don't think that means we should hire him<</bankm>>
<<nbankw>> groaned.
<<bankw>>Alright cuck, let's go through some easy questions. Who's cock is fatter?<</bankw>>
<<bankm>>H-his.<</bankm>>
<<bankw>>Who fucks your wifes holes better?<</bankw>>
I slapped her ass again, feeling my orgasm approaching.
<<bankm>>He does.<</bankm>>
<<bankw>>That's right. Who's cum tastes better?<</bankw>>
<<bankm>>I-<</bankm>>
<<bankw>>I guess you've never tasted your own, have you?<</bankw>>
<<nbankm>> turned bright red, as <<nbankw>> turned back to face me.
<<bankw>>He's cleaned my pussy plenty of times after you've filled it with your seed sir.<</bankw>>
<<bankm>>You- you said to do it...<</bankm>>
<<nbankm>> yelled out, before stopping as he realized how loud he was.
<<bankm>>You said it would lower the chance of pregnancy.<</bankm>>
<<nbankw>> laughed at that, and I grabbed onto her tits, as I fucked into her welcoming hole even harder.
<<bankw>>Alright, well, then I can tell you, his cum tastes better.<</bankw>>
She looked back at me.
<<bankw>>I would drink your seed any time you feed it to me sir.<</bankw>>
<<me>>Good whore.<</me>>
<<nbankw>> squealed lightly at the praise, before turning back to her husband.
<<bankw>>Speaking of... Who is the one who is going to impregnate me?<</bankw>>
<<nbankm>>'s eyes went wide at that, looking up at me, before kneeling at his desk, getting close to his wife as I pounded her into the desk.
<<bankm>>H-honey, you said this was just for fun-<</bankm>>
<<bankw>>I haven't slept with your tiny dick in <<if $DaysPlayed lte 30>>weeks<<elseif $DaysPlayed gt 30 && $DaysPlayed lte 60>>over a month<<else>>months<</if>><</bankw>>
<<nbankw>> interrupted, before moaning loudly.
<<bankw>>I think the real man in this relationship should breed me.<</bankw>>
I grunted as I felt my orgasm coming soon.
<<bankm>>But h-honey, what ab-<</bankm>>
<<bankw>>Shut the fuck up cuck!<</bankw>>
<<nbankw>> yelled at <<nbankm>>.
<<bankw>>And answer the question.<</bankw>>
<<nbankw>> began pushing back into me even harder, making the desk shake harder.
<<bankw>>Who is going to impregnate your wife?<</bankw>>
<<nbankm>> gulped again, and sat down, looking defeated.
<<bankm>><<nme>>.<</bankm>>
<<bankw>>What about <<nme>>?<</bankw>>
<<bankm>><<nme>> is going to... Impregnate you, honey.<</bankm>>
<<bankw>>That's right!<</bankw>>
She looked back at me, her face filled with lust.
<<bankw>>And which one of you is going to knock me up after that?<</bankw>>
<<bankm>>He is.<</bankm>>
<<bankw>>That's right.<</bankw>>
She looked up at me.
<<bankw>>Knock me up sir. Make me your cumdumpster.<</bankw>>
I grunted, fucking into her, before shooting my load.
<img class="leftimg" src="images/Characters/Town/Bank/Wife/27.webp">\
<<bankw>>Yes! Watch cuck.<</bankw>>
<<nbankw>> grabbed her husband's shirt, making him look at her.
<<bankw>>You're going to raise his babies. So watch him fill me up.<</bankw>>
I groaned, shooting rope after rope into her womb, making small, shallow thrusts as I emptied as much of my balls as I could, while <<nbankw>> just moaned. Once I was down, I sat down on the chair, pulling my cock out, and watching as the cum slowly began sliding out of her gaping hole.
<<bankw>>So, if he's better than you in every way, shouldn't he be able to get a job here?<</bankw>>
<<nbankm>> sighed.
<<bankm>>Yes honey.<</bankm>>
<<bankw>>Good boy.<</bankw>>
She reached back, taking a large scoop of my cum with her fingers, and taking it into her mouth, before grabbing onto <<nbankm>>'s head, and pulling him into a deep kiss. <<nbankm>> fought for a moment, before acquiescing. They made out for a few moments, before <<nbankw>> pulled back, and turned to me, straddling me.
<<bankw>>There you are sir.<</bankw>>
<<me>>So what's my job?<</me>>
<<bankw>>Using your bitch in any way you want.<</bankw>>
<<nbankw>> leaned forward, whispering in my ear.
<<bankw>>Don't worry. One day, you'll be in <<nbankm>>'s chair. He'll do all the work for you, but you'll be his boss.<</bankw>>
I smiled, and slapped her ass.
<<if hasVisited("BankC: 6-1")>>
<<bankw>>And <<nbankm>> told me about <<nbankc>>. I'm not the only bitch in this building you're going to be fucking.<</bankw>>
<</if>><<me>>Good girl.<</me>>
She slowly got off my lap, and went over to her husband, sitting at the table, and spread her legs.
<<bankw>>Clean me up cuck.<</bankw>>
<<bankm>>Ok honey.<</bankm>>
I smiled, before walking out of the office.
<<Button 'Some more free money' 'Bank' '.return2' '$bankw.percent += 2, $Time += 1, $bankw.scene.deleteFirst(5), $bankw.scene.pushUnique(6), $event.bankw to 0, $bankw.sub +=1, $bankm.sub +=1, $scene to 0'>><img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/07.png">\
Walking into the Parched Throat, I looked around at the crowd. It was the usual people. Not to say I recognized them, but the groups were represented. Mostly younger, probably college kids. The higher up in age, the less there were. Still, I didn't dally, as I made my way to the reason I was here. An invitation from the bartender, <<nbusids>>. As I approached, I decided to just watch for a while. She was clearly busy, handling both drink requests, as well as trying to turn down the drunk guys trying to flirt with her as nicely as possible. After all, they were still going to be tipping. It reminded me a lot of how we first met, actually. And so I sat there, watching for a minute, before she finally saw me down at the end.
<<busids>><<nme>>!<</busids>>
She called out, walking over to my seat.
<<busids>>When did you get here?<</busids>>
She said, leaning on the bar in front of me, smiling.
<<me>>Couple minutes ago.<</me>>
I said, returning the smile.
<<busids>>Why didn't you say anything? I invited you!<</busids>>
She said, giggling.
<<me>>I don't know. I liked watching you work.<</me>>
I leaned forward, making her blush as our faces got close.
<<busids>>W-well, I invited you as, you know, to say thank you!<</busids>>
She said, backing up, visibly flustered.
<<busids>>So, what are you having?<</busids>>
<<me>>How original is "The bartender" as an answer?<</me>>
<<busids>>Not at all.<</busids>>
She paused, before biting her lips.
<<busids>>But it did sound better that time.<</busids>>
She blushed.
<<busids>>But she's off the menu.<</busids>>
<<me>>Hmm. I like my chances. But for now, I'll just take a beer.<</me>>
<<linebreak>>
<<busids>>Close to a year now. <<nbar>>, the guy who owns the bar, took pity on me and hired me.<</busids>>
I laughed.
<<me>>Oh, yeah, I'm sure it was nothing but pity when he hired a beautiful girl to tend at his bar.<</me>>
<<busids>>Well it was! I was terrible! It's been a year, and I can only barely make mixed drinks.<</busids>>
I looked down the bar, which was now significantly less busy now that <<nbusids>> was replaced by a guy after she clocked out.
<<me>>Something tells me your skills aren't the main seller.<</me>>
<<busids>>Oh shut up.<</busids>>
She said, slapping my shoulder, before taking a gulp of her own beer. We shared a smile, as the silence lingered. After a few moments, she finally spoke up.
<<busids>>I know I invited you, but...<</busids>>
She bit her lip.
<<busids>>You really helped me out there, with <span class="AssWText">Ms. Monroe</span>.<</busids>>
She winced for a moment.
<<busids>>You said you would do her a favor. What kind of-<</busids>>
I put my hand on her knee, stopping her.
<<me>>Nothing you have to worry about. Me and <<nassw>>s relationship is... Abnormal. But she told me it was nothing untoward. And I believe her.<</me>>
<<busids>>S-still, I didn-<</busids>>
<<me>>Hey. I'm serious. As much as it felt like I did it on a whim, I think that it would have happened eventually. At least this way, you also get something out of it.<</me>>
She nodded, taking another sip of her drink.
<<busids>>Well, I can't state it enough, I'm thankful.<</busids>>
It was her turn this time, as I felt her hand run up my leg.
<<busids>>Does daddy want to feel how thankful I am?<</busids>>
I smiled, leaning back.
<<me>>Mmm, I do think that nothing pairs with a beer better than my baby girl's throat.<</me>>
She smirked at that, her hand squeezing on my thigh, before looking around.
<<busids>>It's a bit crowded here. Follow me.<</busids>>
<<me>>After you.<</me>>
She stood up, finishing her drink quickly. I went to do the same, before being stopped as she leaned in closely.
<<busids>>Wait daddy. Finish it when you're in my throat.<</busids>>
I smiled, and nodded as she grabbed my hand, bringing me behind the bar, then into a backroom. I was content to follow her, beer in hand, and after a staircase going up, then another door, we finally entered what looked to be a breakroom. Small, but functional. <<nbusids>> smiled, and guided me to the couch, pushing me down, before walking back to the door, letting out an audible click as the lock engaged.
<<busids>>Wouldn't want anyone to walk into you fooling around with me daddy.<</busids>>
I smiled, and spread my legs.
<<me>>This is why I love you baby girl. You deserve a reward.<</me>>
<<busids>>Mmm, what were you thinking daddy?<</busids>>
I reached down to my pants, and slowly lowered my zipper, noise cutting through the noise from downstairs. <<nbusids>> bit her lip, shaking her hips, before slowly approaching me.
<<busids>>Mmm, are you going to feed me something?<</busids>>
<<me>>Anything for you baby girl.<</me>>
I said, as my hard cock sprung out of my underwear. <<nbusids>> bit her lip as she gazed at it lustfully, before kneeling in between my legs. With one hand, she grabbed it at the base, giving it a soft squeeze, before pulling her hand slightly up.
<<me>>Your hand feels nice, baby girl.<</me>>
She bit her lip again, before reaching to my hand with the beer in it, and bringing it to my lips.
<<busids>>You just relax daddy. Your little girl is going to milk your cock.<</busids>>
I groaned as she quickly leaned down, taking the tip of my dick into her mouth, her tongue running over it, tasting the precum.
<<me>>Ahhh, good girl.<</me>>
I said, taking a sip as she slowly took my cock further and further into her mouth, before I felt it pushing against the entrance to her throat, before pushing past it.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/08.gif">\
<<me>>That's it baby. Milk daddy's balls.<</me>>
She was happy to follow those commands as she let out a happy squeal, before she began moving her head up and down faster. I leaned back, and slowly let <<nbusids>> work my cock to an orgasm. It didn;'t take very long as she pressed her nose against my pelvis. I grabbed onto her head, and groaned.
<<me>>Here's your reward, daddy's baby batter.<</me>>
She moaned as I began blasting my load directly into her stomach, her chin pressed against my balls. Rope after rope shot out, her tongue and throat never stopping, trying to give me as much pleasure as she can. I let her continue, until I had finally finished. I let go of her hair, but she stayed there, my cock deep in her throat for a while, until she finally backed up, revealing my softening cock inch by inch, covered in her saliva.
<<busids>>I'm so full daddy. Thank you for feeding me.<</busids>>
As she said that, she leaned forward, giving my balls a slow kiss. As I watched her do that, I could feel my dick hardening again. She grinned, and continued worshiping my balls, until I was ready to go. She looked up, and feigned surprise.
<<busids>>Oh, daddy. Do you need more relief?<</busids>>
I leaned down, and caressed her face.
<<me>>I do, baby girl. But I don't think your throat is going to be enough.<</me>>
<<busids>>Oh! Does daddy want to stretch his little girl's pussy?<</busids>>
I smiled down at her, standing up. She squealed as she got onto her knees on the couch beside me, and gave me a look back.
<<busids>>Stretch my hole daddy. Use your little girl to cum.<</busids>>
<<Button 'Gladly' 'BusiDS: 1-2' '.contbut' '$busids.sub += 1'>><<busids>>Your cock is so fat inside me daddy!<</busids>>
<<nbusids>> groaned out as I pushed my cock inside her.
<<me>>Our bodies are just perfect for each other, baby girl. You feel so tight around my cock.<</me>>
<<busids>>Maybe this is what I was always meant to be, daddy.<</busids>>
She moaned, pushing her ass backwards, my cock entering her further.
<<busids>>Your sex toy. Just made to milk your balls.<</busids>>
I slapped her ass, hilting my cock deep inside her.
<<me>>Don't say that baby.<</me>>
<<busids>>It's true daddy.<</busids>>
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/Sister/09.webp">\
She said, and I could feel her tighten her muscles as she began grinding me as I fucked into her.
<<busids>>I was made to be your masturbator.<</busids>>
I groaned as she worked my cock. Still, I reached forward, and grabbed her hair, pulling her back, getting more leverage. That made her moan out.
<<busids>>That's right. Just a handle for daddy to fuck me.<</busids>>
I slapped her ass again, causing her to yelp.
<<me>>I told you, you little slut. You're not just daddy's sex toy.<</me>>
She looked backwards, giving me a pout. God she looked sexy like that, even as she continued working her pussy on my cock.
<<me>>You're more than that. You feel that?<</me>>
I said, hilting my cock as deep as I could.
<<busids>>Aaahhh, what is that daddy?<</busids>>
<<me>>That's daddy's cock head pressing against your cervix.<</me>>
She gasped, moaning lightly.
<<busids>>Daddy, your cock feels so good.<</busids>>
She pulled her hair, using it to push her pussy even more against my cock.
<<me>>I told you baby. You aren't just daddy's sex toy.<</me>>
<<busids>>No?<</busids>>
<<me>>No baby girl.<</me>>
I leaned forward, kissing her neck.
<<me>>You can't get sex toys pregnant.<</me>>
As soon as I said that, I could feel the walls of her pussy tighten up even more, her body tensing up as she quivered, a small orgasm hitting her just from what I had said.
<<me>>You're not daddy's sex toy, are you?<</me>>
She shook her head, and I pulled her hair a little tighter, a lust filled smile growing even wider.
<<me>>What are you?<</me>>
<<busids>>I... I don't know.<</busids>>
<<me>>You're daddy's sow.<</me>>
She moaned at that.
<<busids>>Are you going to cum inside me daddy?<</busids>>
She asked quietly, sounding as soft as she could.
<<busids>>Are you going to knock your little girl up?<</busids>>
I slapped her ass, and began pistoning into her even harder.
<<me>>You're mine to breed, baby girl.<</me>>
<<busids>>AaaaaAahhhHHhhh-<</busids>>
<<nbusids>> moaned out, my balls tensing up as I continued fucking into her.
<<busids>>Y-yes daddy! Squish my womb daddy.<</busids>>
She moaned.
<<me>>I'm close baby girl.<</me>>
<<busids>>Inside me daddy. I'll make another daughter for you daddy. A sister for me. Breed me with my sister daddy!<</busids>>
I grunted as I hilted inside her, pressing my cock as deep inside her as I could as I began shooting my load again, pushing her over the edge, her entire body convulsing as she was hit with another orgasm. I grunted, shot after shot filling her womb with my cum. After a minute, I finally finished, and pulled out of her, stumbling back into the couch, and I sat there, watching as she continued shaking lightly, my cum slowly dripping out of her. After a few minutes, she finally recovered.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/Sister/10.webp">\
<<busids>>Holy fuck, that was good.<</busids>>
She said, slowly pushing herself off the table, before turning back to look at me. She smiled, reaching down to her panties, and slowly pulling them up, stopping the flow of my cum out of her, watching my reaction as I did.
<<busids>>Can I be honest with you?<</busids>>
<<me>>Please.<</me>>
<<busids>>I do not have a breeding fetish.<</busids>>
She said, prompting a raised eyebrow from me. She returned it with a lustful grin.
<<busids>>I //didn't// have one... before you.<</busids>>
She reached up to her stomach, and began rubbing it.
<<me>>Well if it makes you feel better, I didn't really have one until recently.<</me>>
<<busids>>Well, sorry to break it to you, but I am on birth control.<</busids>>
I shrugged, pulling my cock back into my pants.
<<me>>Not exactly shocking.<</me>>
I said, standing up, and walking over to her. She licked her lips, before meeting with mine as we made out. After a minute, I pulled back.
<<me>>Although... One day, I might ask you to change that...<</me>>
I said, walking away from her, enjoying the surprised, but not unhappy look on her face.
<<me>>I'll be seeing you very soon, <<nbusids>>.<</me>>
I said, as I felt a familiar energy build up in my arm, before expelling into her. She was now marked.
<<busids>>I can't wait.<</busids>>
I left the room, closing the door behind me.
<<Button 'Head back' 'Bar' '.return2' '$busids.percent += 2, $busids.scene.deleteFirst(1), $busids.scene.pushUnique(2), $scene to 0, $event.busids to 0, $busids.marked to 1'>><<coun1d>><<nme>>?<</coun1d>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/06.png">\
I looked around to see who called me, and was pleasantly surprised to find <<ncoun1d>> standing there. I suppose I shouldn't have been too shocked, considering where I currently was. After all, the college was a go to spot for me when I wanted to see attractive young women parade themselves around me. Sure, you could make the argument that the Parched Throat would be a good spot, or even Sonar. But considering how effective Lust was, I didn't need to go to the bar. And Sonar... Well, I liked my ear drums exactly as they were. Undamaged. Plus the low light made it harder to see who was hot, and who was using the former to hide the lack of latter.
<<me>><<ncoun1d>>.<</me>>
<<coun1d>>I knew that was you!<</coun1d>>
She said, hopping over to me, giving me a hug. She was hanging out with two other guys, who gave me a jealous look as they watched her.
<<met>>Well, never let it be said I'm a gracious winner.<</met>>
I thought, as I grabbed <<ncoun1d>>s chin softly, and lifted it, pulling her into a deep kiss. She moaned softly into my mouth as our tongues met, which was cute. After a few moments of swapping spit, I finally let her go.
<<coun1d>>Wow.<</coun1d>>
I don't think she meant to say that, as she looked to be in a bit of a daze. Still, it felt nice. After a few more moments, she finally recovered, turning back to her two guy friends.
<<coun1d>>H-hey, these are my friends, Drew and Tristan.<</coun1d>>
<<say 'Drew' 'images/character icons/One Time/AssWF.png'>><span class="BankMText">Hey.</span><</say>>
Tristan didn't say anything, but did nod at me. I nodded back, before wrapping my arm around <<ncoun1d>>, who blushed.
<<coun1d>>Uhm, this is... <<nme>>.<</coun1d>>
I nodded back at them, before looking down at <<ncoun1d>>.
<<me>>You busy?<</me>>
<<coun1d>>Not at all!<</coun1d>>
She answered instantly, before her eyes widened in embarrassment.
<<coun1d>>I mean, no, I just finished class, so-<</coun1d>>
<<me>>Good.<</me>>
I nodded at the two guys.
<<me>>I'm gonna take her. Nice meeting you two.<</me>>
<<coun1d>>O-oh!<</coun1d>>
<<ncoun1d>> exclaimed as I whipped her around, walking away from her friends, not making any movements to stop me. She turned back to them, and yelled out.
<<coun1d>>I'll see you guys <<if $Day is 0>>on Thursday<<elseif $Day gte 3>>on Monday<</if>>!<</coun1d>>
The two of them might have made some noise, but I didn't really register it, as I was making my way to the library. Thanks to <<nmom1>> working here, I was familiar with the layout, and already knew the perfect place to go.
<<coun1d>>S-so what's up?<</coun1d>>
<<me>>Thought you could use a good time.<</me>>
I said, as we entered the library, making our way to the back.
<<coun1d>>Oh, really, I could use it?<</coun1d>>
She said, raising her eyebrow. I stopped, looking down at her.
<<coun1d>>I'm sure you're just thinking about me, huh?<</coun1d>>
<<me>>Well if you want, I could just let you go home.<</me>>
Her smile faded.
<<coun1d>>Well...<</coun1d>>
<<me>>Yeah, let's not pretend you didn't pass out from how much you enjoyed it.<</me>>
Her cheeks got rosy as she looked around, making sure no one was around us as I said it. After a few moments, we finally got to where I was heading to. The Library study rooms. Or, the old ones. The new ones were much nicer, so everyone tended to use those, which left these ones empty 99% of the time. And unlike the newer ones, they were completely private. I opened the door, and brought <<ncoun1d>> in, closing the door behind her.
Once it was, I stepped up, and pushed my tongue back into her mouth, to her surprise.
<<coun1d>>MMm! Mmmmmhhhmmm.<</coun1d>>
Surprised at first, she quickly recovered, as the two of us began pawing at each other. Her hands went to my chest, and mine grabbed her ass, pulling her tiny body closer to mine. However, it only took a few moments for her to push me back.
<<coun1d>>L-listen, <<nme>>, I...<</coun1d>>
She paused, biting her lip as she leaned back on the table. She was clearly fighting with herself.
<<coun1d>>We had a lot of fun the other night...<</coun1d>>
She paused, sighing deeply.
<<coun1d>>A lot of fun... But, I don't think we can do this again.<</coun1d>>
<<me>>Oh?<</me>>
I said, tilting my head, silently asking for an explanation.
<<coun1d>>I... Think you're dangerous.<</coun1d>>
That was definitely not the answer I was expecting, something that <<ncoun1d>> could clearly see in my face, as she was quick to clear up my confusion.
<<coun1d>>Not like, physically.<</coun1d>>
She paused, thinking about it.
<<coun1d>>Well, not like you would hurt me. But because you... I don't think you would be good for my future.<</coun1d>>
I continued looking at her, not speaking, urging her to continue to fill the empty space.
<<coun1d>>I mean, seriously! I had one night with you, and you had me begging for...<</coun1d>>
She trailed off, as her cheeks going crimson clearly showed her memory of our last encounter was still strong.
<<coun1d>>Anyway, that's not what I see for the future.<</coun1d>>
I continued looking at her, but this time, she seemed to really be done.
<<me>>And this future of yours. Who chose it?<</me>>
<<coun1d>>Wha- I did... I mean...<</coun1d>>
She stumbled over her words.
<<me>>Did you? Or was it chosen for you?<</me>>
Her reaction clearly showed that I had hit a nerve.
<<coun1d>>I... My dad, he means well-<</coun1d>>
<<me>>I'm sure he does. But I remember how we met... The first time, at least. And then <<ncoun1m>>.<</me>>
She scrunched up her face at the mention of <<ncoun1m>>. I stepped forward, cupping her face in my hand.
<<me>>Is it too much?<</me>>
<<ncoun1d>> paused, before nodding lightly.
<<coun1d>>I love my dad, but... I wasn't ever allowed to do what I wanted.<</coun1d>>
I nodded, rubbing her cheek with my thumb.
<<coun1d>>It was always what he wanted. Even this-<</coun1d>>
She said, lifting her backpack, dropping it on the floor.
<<coun1d>>I'm just doing this because he made a plan for it.<</coun1d>>
<<me>>Don't you just want to break free?<</me>>
I asked, causing her to look up to me, her eyes shining with hope.
<<me>>I'm your path out.<</me>>
I said, pushing one of my hands down into her pants and began massaging her pussy over her panties.
<<coun1d>>How?<</coun1d>>
<<me>>Be mine.<</me>>
<<coun1d>>L-like... A wif-<</coun1d>>
<<me>>No.<</me>>
I said, cutting her off.
<<me>>That's just another cage.<</me>>
<<coun1d>>Wha-<</coun1d>>
I push my thumb into her mouth, shutting her up, as I push one of my fingers into her pussy.
<<me>>I want to give you a life where you just have fun. Go out with friends, have fun.<</me>>
She nodded, small moans escaping from her as I fingered her.
<<me>>I'll take care of you. All I ask is you take care of me.<</me>>
<<coun1d>>MMmmmmMmm.<</coun1d>>
She moaned, nodding lightly.
<<Button 'Good girl' 'Coun1D: 1-2' '.lustbut' '$coun1d.sub +=1'>><<coun1d>>OOoooOhhhh gooOooooOOOddd!<</coun1d>>
<<ncoun1d>> cried out as Lust hit her, my thumb moving out of her mouth.
<<me>>Bend over slut.<</me>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/07.webp">\
I said, grabbing her shirt with both hands and pulling, ripping it apart.
<<coun1d>>Oh fuck!<</coun1d>>
She cried out as I pulled the ruined fabric away from her.
<<me>>Like I said, you'll get all the pleasure, and luxury that you want.<</me>>
She looked up at my eyes, filled with lust. I looked down at her, and undid her bra, playing with her hard nipples.
<<me>>Don't you want to serve me?<</me>>
<<coun1d>>Serve you?<</coun1d>>
She asked. As she did, I could tell she was actually considering the option.
<<me>>That's right.<</me>>
I grabbed her light body, and turned her around, pulling her ass against my hips. As I did, she began grinding her ass against my hard cock.
<<me>>That's all I would ask. To be a good little-<</me>>
I pinched her nipple and clit at the same time, causing her to gasp.
<<me>>Cumdumpster.<</me>>
<<coun1d>>A cumdumpster.<</coun1d>>
<<me>>Doesn't that sound nice?<</me>>
I said, pulling my hand from her panties. I reached up, tasting her juices, before pushing them into her own mouth.
<<me>>You can live the life that you want to.<</me>>
I pulled my fingers out.
<<me>>What do you want to do?<</me>>
I asked, causing her to lick her lips.
<<coun1d>>I just... Want to have fun...<</coun1d>>
<<me>>That's a good dream.<</me>>
I said, pulling down her pants and panties in one swift movement.
<<me>>Do you think I can do that for you?<</me>>
I reached down, and undid my pants, pulling my cock out, slapping it on her bare ass, causing her to moan lightly.
<<coun1d>>I...<</coun1d>>
She looked up to me, and I could see her seriously considering the question.
<<coun1d>>I don't know what it is about you, but... Yeah.<</coun1d>>
I smiled, and leaned down, kissing her lips, and began playing with her nipples again. We made out in the position, her now bare ass grinding against my cock. After a few moments, we broke apart, her all but panting.
<<me>>Then do you think you can do that for me?<</me>>
She looked behind her, my hard cock resting against her as, a small amount of pre-cum covering her lower back.
<<coun1d>>Be your cumdumpster?<</coun1d>>
I slapped her ass.
<<me>>That's right.<</me>>
She bit her lip, and slowly bent forward.
<<coun1d>>I don't know. I think we should find out.<</coun1d>>
I smiled down at her, and pressed the head of my cock against the entrance to her pussy.
<<me>>Well you know how I am when I fuck a slut.<</me>>
I began rubbing the head of my cock up and down against her slit. She gulped.
<<coun1d>>You don't pull out.<</coun1d>>
I pushed forward, feeling the tightness as she moaned out.
<<me>>That's right. You were begging me for it the other day.<</me>>
I began pistoning in and out of her.
<<coun1d>>FuuuUuuUUCCKKKkkkKKk!<</coun1d>>
<img class="leftimg" src="images/Characters/Town/CityHall/Coun1/Daughter/08.webp">\
She moaned loudly, as I felt the walls of her pussy begin to twitch around my cock as her orgasm hit her. I reached forward, and grabbed her hair around my hand, and used it as leverage to begin fucking her harder.
<<me>>Your womb would be mine to fill up as I see fit.<</me>>
<<coun1d>>Yes!<</coun1d>>
She groaned.
<<me>>So what do you say slut.<</me>>
I slapped her ass.
<<me>>Will you serve me?<</me>>
<<coun1d>>GgggggGgggg-<</coun1d>>
I could feel my balls begin to tense up as I fucked her roughly.
<<me>>Be my live in sextoy?<</me>>
<<coun1d>>YyYEeeEsSSs!<</coun1d>>
She moaned out, before I hilted inside her, and began shooting my load as deep as I could.
<<me>>Good girl. Take my seed.<</me>>
<<coun1d>>Fill me up!<</coun1d>>
She moaned out as I shot rope after rope of my cum directly into her little womb.
<<coun1d>>I'm yours!<</coun1d>>
<img class="rightimg" src="images/Characters/Town/CityHall/Coun1/Daughter/09.webp">\
I slapped her ass one last time, before finally pulling out, and shooting the last few ropes on her lower back.
<<me>>Good girl.<</me>>
I sighed, leaning against the wall, and watched for a few minutes as <<ncoun1d>> recovered.
<<coun1d>>W-were you being honest? Or was that all just dirty talk?<</coun1d>>
She asked as soon as she recovered. I smiled.
<<me>>Which would you prefer?<</me>>
She blushed fiercely, turning away from me. I nodded.
<<me>>I'll be seeing you soon, my little cumdumpster.<</me>>
I said, grabbing her hair roughly, causing her to moan out. I leaned forward, giving her a kiss on the cheek, before letting her fall back on the desk. I stood up and got dressed, before opening the door.
<<met>>Oh right.<</met>>
I looked back at <<ncoun1d>>, who was fingering herself softly on the desk. I shook my head, and felt a familiar energy build up in my arm, before releasing it into <<ncoun1d>>. She was now marked.
<<Button 'Head out' 'College' '.return2' '$scene to 0, $coun1d.marked to 1, $coun1d.percent += 2, $event.coun1d to 0, $coun1d.scene.deleteFirst(1), $coun1d.scene.pushUnique(2)'>><<if $replay is "busid-1">>\
\
\
\
<<met>>I still think it's a bit excessive.<</met>>
I said, pressing a button on my phone as I took a sip from my beer as I sat in the corner. I had been watching <<nbusid>> for the last twenty minutes. It was at her third shot that <<ncain>> made his suggestion.
<<cain>>Better to have it and not need it, than need it and not have it.<</cain>>
<<met>>Yeah, that's fair.<</met>>
I took another sip of my beer, before standing up and approaching <<nbusid>> at the bar.
<<me>>I take it you didn't get yelled at much as a kid.<</me>>
<<nbusid>> flinched as she heard me, before giving me a bewildered look.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/04.png">\
<<busid>>Excuse me?<</busid>>
<<me>>Did daddy tell you to drop it?<</me>>
Her anger bubbled back up.
<<busid>>Shut up. You don't know me.<</busid>>
<<me>>True. But I still feel I hit the nail on the head.<</me>>
<<nbusid>> turned to me, looking me up and down.
<<busid>>What did you tell him?<</busid>>
<<me>>So I'm right?<</me>>
<<busid>>I asked him if it was about <<nbusids>>, and he yelled at me. He never told me to leave it like that before.<</busid>>
She said, staring at her empty glass.
<<me>>Really makes you think, no?<</me>>
That made her laugh.
<<busid>>Please. There's no way that her story is true.<</busid>>
<<me>>Hmm. You must get your stubbornness from your mother then.<</me>>
<<busid>>What are you even doing he-<</busid>>
She stopped her sentence, looking me up and down again. It was an interesting sight, watching her body language change so completely. She suddenly turned to me, leaning against the bar, accentuating her curves.
<<busid>>Oh, did you come here for something else?<</busid>>
<<me>>That's one hell of a turn around.<</me>>
She giggled, and reached up, running a finger along my cheek.
<<cain>>Told you.<</cain>>
<<met>>Remind me to thank you later.<</met>>
<<busid>>You know, I did think earlier. You are a good looking man.<</busid>>
I turned to face her, and gave her a smile.
<<me>>I try. You aren't too bad looking either.<</me>>
<<busid>>Please.<</busid>>
She said, sitting up, running her hands down her sides, pressing her outfit down, showing off her tight body through it.
<<busid>>I know I look great.<</busid>>
<<me>>I can't disagree with you.<</me>>
I said, taking a sip of my beer.
<<busid>>You know, I can't drive right now. Drank too much.<</busid>>
She said, giving me a sultry smile.
<<me>>Shoot. That's a bummer.<</me>>
<<busid>>Do you think you could take me home? I'd be so thankful if you did.<</busid>>
I looked at my half drank beer, and shrugged.
<<me>>What kind of gentleman would I be if I left you in such dire straits.<</me>>
<<linebreak>>
<<busid>>Take your clothes off.<</busid>>
<<nbusid>> moaned as our lips parted. The moment I entered her apartment, she was on me, kissing me as if her life depended on it. It made getting to her room a bit difficult, but we did eventually get there.
<<me>>I always sa-<</me>>
<<busid>>Shut up and get naked.<</busid>>
She grunted, pushing me onto her bed. I smiled, and proceeded to pull my clothes off. As I did, she smiled, biting her lip, enjoying what she was seeing. It only took a moment for her to follow suit, pulling her shirt over her head. As she did, I put my phone on the bedside table, before undoing my belt. As I pulled my pants down, my cock springing out, <<nbusid>> stripped off her outer layer, standing in front of me in her lingerie.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/05.webp">\
<<me>>Been a while?<</me>>
She smirked as she mounted me, pressing her hand on my chest, her other hand going behind her, wrapping around my hard cock.
<<busid>>Mmmm, you aren't wrong there.<</busid>>
Her hand started moving up and down.
<<busid>>It's hard finding a good man, you know?<</busid>>
<<me>>I'm glad you think so highly of me.<</me>>
That made her laugh.
<<busid>>Please. You're slightly above average.<</busid>>
She said, before looking behind her to my cock, her hand speeding up.
<<busid>>Although some parts are more impressive than others.<</busid>>
She lifted herself, until she was above my cock.
<<busid>>But no. You just meet the criteria to... Relieve some stress.<</busid>>
I smirk.
<<me>>Well I can definitely help w-<</me>>
I lean up, reaching to her, before I feel her hand on my chest press down.
<<busid>>Just shut up, and let me use you.<</busid>>
I shrug, and watch as she pulls her panties to the side, and slides my cock inside of her, slowly.
<<busid>>Oooohh, yesss.<</busid>>
She moaned, closing her eyes as she slowly lowered her body onto my cock. I could feel every crease of her pussy as she savored every moment as I split her open, until she finally sat down fully on it. Her eyes opened, and she looked down, pressing her hand on her stomach.
<<busid>>Fuck, you'll definitely do.<</busid>>
She moaned, as she started moving up, before slowly moving down.
<<busid>>Yesss, your cock is good.<</busid>>
<<me>>I'm-<</me>>
She moved one hand to my mouth, covering it.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/06.webp">\
<<busid>>Just your cock.<</busid>>
She moaned, as she began riding faster.
<<busid>>Yes. Yessss, fuuck me.<</busid>>
I said something, but her hand covering my mouth just muffled it.
<<busid>>Oh god, I'm close.<</busid>>
She moaned, her hips now moving faster and faster. I groaned, as I felt myself getting close as well. I grabbed her hand, and ripped it off my mouth.
<<me>>I'm getting close too.<</me>>
<<busid>>I don't care.<</busid>>
She moaned as she kept bouncing up and down.
<<me>>I'm going to cum. If you don't stop, it will be inside you.<</me>>
<<busid>>Just shut uuuuuppp!<</busid>>
She moaned, as I felt her pussy start to squeeze my cock.
<<busid>>I'm cumming!<</busid>>
She yelled out, as the walls of her pussy began to twitch, milking my cock, and pushing me over the edge, as I began shooting rope after rope of cum inside of her. I groaned, pushing inside her as I did, as both of us rode out our respective orgasm. After a while, when <<nbusid>> finally finished, I smiled.
<<me>>That wasn't-<</me>>
<<busid>>Get out.<</busid>>
<<me>>Oh?<</me>>
My eyebrow raised, as she slowly got off the bed, her legs shaking slightly as she did. Once she stabilized, I watched her push her panties back over her pussy, before turning around to face me, a wicked grin over her face.
<<busid>>Get out, and never talk to my father again.<</busid>>
<<me>>Interesting.<</me>>
<<busid>>I don't know what you two talked about, but if you don't want me to go to the police, then you'll get out of our lives.<</busid>>
I tried to hold my smile back, but couldn't as I responded.
<<me>>Go to the police over what?<</me>>
<<busid>>I'll tell them you raped me.<</busid>>
<<met>><<ncain>>, do you drink wine?<</met>>
<<cain>>I'm not against a nice bottle.<</cain>>
<<met>>You got it.<</met>>
<<me>>Well that would be a false report. You were definitely a consenting party in that little tussle.<</me>>
I said, before correcting myself.
<<me>>Hell, you were leading it.<</me>>
<<busid>>Well that doesn't matter, does it?<</busid>>
She smirked.
<<busid>>All I have to do is go to the police, and put on some tears. I'm sure they'll find plenty of proof of you inside me.<</busid>>
She said, before turning on the tears.
<<busid>>I just wanted a ride home, officers. But when we got there, he pushed into my house. I couldn't stop him! He's a monster...<</busid>>
She trailed off, her hands covering her face. She cried for a few more seconds, before she stopped, her neutral face back as she looked at me.
<<busid>>My father is the assistant commissioner. You'll be buried.<</busid>>
<<me>>Wow.<</me>>
I said, nodding thoughtfully.
<<busid>>Y-yeah.<</busid>>
She said, put off from my calm reaction.
<<busid>>So if you don't want that, you'll leave me, and my father, alone.<</busid>>
I nodded, before putting my finger up.
<<me>>Can I show you something?<</me>>
She squinted at me, as I reached over to my phone, and pressed a button. I stood up, and walked up to her, before pressing replay.
<<say 'Recording' 'images/character icons/Phone.png'>><span class="BusiDText" style="font-style: italic">All I have to do is go to the police, and put on some tears. I'm sure they'll find plenty of proof of you inside me.</span><</say>>
Her eyes went wide, as she lunged for the phone. I pulled it away from her.
<<me>>It doesn't matter if you manage to delete it. It's already in the cloud.<</me>>
I said, smirking, as the blood drained from her face.
<<me>>That's not a nice thing to do.<</me>>
I said, stepping towards her.
<<busid>>I...<</busid>>
<<me>>What would the hospital think if they got this?<</me>>
She was barely listening to me.
<<me>>What would happen to your father?<</me>>
Her eyes snapped to mine, fear in her eyes.
<<me>>Wouldn't want that to happen, right?<</me>>
She shook her head. I smiled, and reached up, grabbing her chin, looking at her.
<<me>>Get naked then.<</me>>
<<busid>>Wh-what?<</busid>>
<<Button 'You heard me' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "busid-1">>\
\
\
\
I watched as Lust tore through any of the defenses that her title might have given her. She was at her weakest at this moment, and couldn't help letting a moan out.
<<me>>You heard me. You're going to get naked, and I'm going to fuck you.<</me>>
<<busid>>I... You don't...<</busid>>
I smirked, as she was trying her best to resist. I reached up, and grabbed her bra, and ripped it off of her, causing her to gasp.
<<me>>I own you now slut. Like I own your father. If I wanted to, I could make your accusation a reality.<</me>>
I said, reaching up to her nipple, and pulled on it lightly.
<<busid>>OooOOoh.<</busid>>
<<me>>Is that what you want me to do? Or do you want to follow my instructions?<</me>>
She looked up at me, the final parts of her anger crumbling in front of me, as it gave way for Lust. Her eyes flicked over to the bed, and then to me.
<<busid>>Will you...<</busid>>
She started, her voice coming out much meeker than before.
<<busid>>If I do, will you erase the recording?<</busid>>
I laughed in her face, and pinched her nipple, causing her to gasp.
<<me>>I told you slut. I own you now.<</me>>
She tried to glare at me, but as she did, I managed to see something. It was quick, and barely visible, but it was something I had become very accustomed to in the last few weeks. Excitement.
<<me>>Now do I need to rip off what's left of your clothing? Or will you do what I tell you?<</me>>
She gulped, before slowly bending down, and pulling her panties down, my cum immediately starting to leak out of her as she did.
<<me>>Smart. Now walk over to your bed, and bend over.<</me>>
She nodded lightly, her eyes on the floor, as she gingerly walked over to her own bed. As she approached it, she paused, a sliver of resistance popping up, before she shook her head, and slowly bent forwards. I smiled, and walked over and gave her ass a slap.
<<busid>>Ahh!<</busid>>
<<me>>Good girl.<</me>>
I left my hand on her ass, rubbing it, appreciating it.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/07.webp">\
<<me>>Spread yourself.<</me>>
<<busid>>W-what?<</busid>>
I slapped her ass again, this time harder.
<<me>>It would be good for you that I don't repeat myself again.<</me>>
She gulped loudly, before reaching back, her face falling into the mattress, and gripping her asscheeks, and pulling them apart. I smirked as I got a good view of her asshole, and more importantly, as her spread pussy started dribbling more cum out of it.
<<me>>I think our last session, you were too busy pleasing yourself.<</me>>
I said.
<<me>>You should apologize for that.<</me>>
I saw her head twist away, as she resisted snapping at me. I smiled at that reaction. It would be fun breaking it entirely.
<<busid>>I'm sorry.<</busid>>
She said, the words entirely flat.
<<me>>For?<</me>>
She sighed, accepting her fate.
<<busid>>For not pleasing you enough sir.<</busid>>
I laughed.
<<me>>Well it's you that missed out. You didn't even get to taste my cum. Why don't you remedy that now.<</me>>
<<busid>>Excuse m-<</busid>>
I slapped her ass again, hard.
<<me>>I told you slut, I don't like repeating myself.<</me>>
She gulped again, her hand letting go of one of her cheeks, and dipping between her legs, trembling, and slowly slid it inside of her. She moaned lightly, before pulling her fingers out, covered in her juices, and more importantly, my cum.
<<me>>Now face me, and taste it.<</me>>
She slowly got up, and turned to face me, before slowly bringing her fingers to her mouth. She grimaced slightly as she got close, but didn't stop. Her mouth opened, and she pushed her fingers in. As she did, her face immediately softened, and she let out a little moan, before her eyes shot open and flicked to me, her cheeks turning a deep shade of crimson.
<<me>>Good girl.<</me>>
Predictably, her embarrassment led to anger. She brought her fingers out, and was ready to yell. As she did, I reached up, and covered her mouth, pushing her onto her back on the bed, with me on top. In one fluid movement, I pushed my cock inside her.
<<busid>>MMmmMMMmm.<</busid>>
She moaned loudly, muffled by my hand, as I reached down and grabbed one of her legs, pulling it up, giving me better access as I began pumping into her pussy.
<<me>>See, that's your problem right there.<</me>>
I groaned as I bottomed out inside of her, causing her to moan again.
<<busid>>MMmmMMmmmm.<</busid>>
<<me>>You're too angry. Full of wrath.<</me>>
I started fucking her harder.
<<me>>But I told you. I own you now.<</me>>
I grunted as I fucked her faster. I smirked as I felt her move her other leg to the side, giving me better access.
<<me>>That's a good girl.<</me>>
I grunted.
<<me>>You just have to accept that I own you.<</me>>
I felt her hole tighten as I said that.
<<me>>Your body already knows it.<</me>>
Her eyes locked with mine as I continued fucking her. She moaned into my hand, and I slowly let her go.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/08.webp">\
<<me>>Are you going to accept it?<</me>>
<<busid>>I...<</busid>>
She moaned, as I felt her pussy tighten again, her body tensing up as she started cumming again.
<<me>>You were talking about a good man. I am that good man. You just need to be a good girl for me.<</me>>
She continued moaning as my cock pistoned into her dripping pussy. I could feel my orgasm approaching again, as I fucked her hard.
<<me>>Well?<</me>>
<<busid>>Ggggoooddddd.<</busid>>
<<me>>I need to hear you slut. Are you going to be a good girl for me?<</me>>
<<busid>>YyyYYeesSSssss!<</busid>>
She moaned, and I bottomed out, as I began shooting my cum inside of her, pushing her into another orgasm. I grunted as I shot rope after rope deep into her womb.
<<me>>Take it slut.<</me>>
<<busid>>YYyyyyYYESSS!<</busid>>
She moaned out, wrapping her free leg around my hips, trying to pull me further inside of her as I shot my load. I groaned, enjoying the feeling. After a few moments, I finally stopped, and rested on top of her. I looked down at her, and leaned forward, taking her lips with mine. She moaned into me, and our tongues met. We sat there, my cock softening inside of her as we kissed. As we did, I felt it. Something inside of me. Like a glass finally filling.
I had manifested Wrath.
I mentally smiled, as I continued making out with <<nbusid>>. After a few more moments, I pulled out of her, untangling our bodies. I looked down at her, trying to catch her breath, and shook my head.
<<cain>>Well done.<</cain>>
<<met>>I got lucky. But, hey, it worked out.<</met>>
<<cain>>That it did.<</cain>>
<<ncain>> spoke, moving to the background as I got dressed. Once I did, I leaned down, patting <<nbusid>>s face.
<<me>>I'm sure once the glow of the orgasm wears off, you'll go back to being angry.<</me>>
She moaned as I said that.
<<me>>All I'm going to say is that it's not so bad being owned by me. Is it?<</me>>
I asked her, leaving her apartment. My work was done with her. For now.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\I watched as Lust tore through any of the defenses that her title might have given her. She was at her weakest at this moment, and couldn't help letting a moan out.
<<me>>You heard me. You're going to get naked, and I'm going to fuck you.<</me>>
<<busid>>I... You don't...<</busid>>
I smirked, as she was trying her best to resist. I reached up, and grabbed her bra, and ripped it off of her, causing her to gasp.
<<me>>I own you now slut. Like I own your father. If I wanted to, I could make your accusation a reality.<</me>>
I said, reaching up to her nipple, and pulled on it lightly.
<<busid>>OooOOoh.<</busid>>
<<me>>Is that what you want me to do? Or do you want to follow my instructions?<</me>>
She looked up at me, the final parts of her anger crumbling in front of me, as it gave way for Lust. Her eyes flicked over to the bed, and then to me.
<<busid>>Will you...<</busid>>
She started, her voice coming out much meeker than before.
<<busid>>If I do, will you erase the recording?<</busid>>
I laughed in her face, and pinched her nipple, causing her to gasp.
<<me>>I told you slut. I own you now.<</me>>
She tried to glare at me, but as she did, I managed to see something. It was quick, and barely visible, but it was something I had become very accustomed to in the last few weeks. Excitement.
<<me>>Now do I need to rip off what's left of your clothing? Or will you do what I tell you?<</me>>
She gulped, before slowly bending down, and pulling her panties down, my cum immediately starting to leak out of her as she did.
<<me>>Smart. Now walk over to your bed, and bend over.<</me>>
She nodded lightly, her eyes on the floor, as she gingerly walked over to her own bed. As she approached it, she paused, a sliver of resistance popping up, before she shook her head, and slowly bent forwards. I smiled, and walked over and gave her ass a slap.
<<busid>>Ahh!<</busid>>
<<me>>Good girl.<</me>>
I left my hand on her ass, rubbing it, appreciating it.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/07.webp">\
<<me>>Spread yourself.<</me>>
<<busid>>W-what?<</busid>>
I slapped her ass again, this time harder.
<<me>>It would be good for you that I don't repeat myself again.<</me>>
She gulped loudly, before reaching back, her face falling into the mattress, and gripping her asscheeks, and pulling them apart. I smirked as I got a good view of her asshole, and more importantly, as her spread pussy started dribbling more cum out of it.
<<me>>I think our last session, you were too busy pleasing yourself.<</me>>
I said.
<<me>>You should apologize for that.<</me>>
I saw her head twist away, as she resisted snapping at me. I smiled at that reaction. It would be fun breaking it entirely.
<<busid>>I'm sorry.<</busid>>
She said, the words entirely flat.
<<me>>For?<</me>>
She sighed, accepting her fate.
<<busid>>For not pleasing you enough sir.<</busid>>
I laughed.
<<me>>Well it's you that missed out. You didn't even get to taste my cum. Why don't you remedy that now.<</me>>
<<busid>>Excuse m-<</busid>>
I slapped her ass again, hard.
<<me>>I told you slut, I don't like repeating myself.<</me>>
She gulped again, her hand letting go of one of her cheeks, and dipping between her legs, trembling, and slowly slid it inside of her. She moaned lightly, before pulling her fingers out, covered in her juices, and more importantly, my cum.
<<me>>Now face me, and taste it.<</me>>
She slowly got up, and turned to face me, before slowly bringing her fingers to her mouth. She grimaced slightly as she got close, but didn't stop. Her mouth opened, and she pushed her fingers in. As she did, her face immediately softened, and she let out a little moan, before her eyes shot open and flicked to me, her cheeks turning a deep shade of crimson.
<<me>>Good girl.<</me>>
Predictably, her embarrassment led to anger. She brought her fingers out, and was ready to yell. As she did, I reached up, and covered her mouth, pushing her onto her back on the bed, with me on top. In one fluid movement, I pushed my cock inside her.
<<busid>>MMmmMMMmm.<</busid>>
She moaned loudly, muffled by my hand, as I reached down and grabbed one of her legs, pulling it up, giving me better access as I began pumping into her pussy.
<<me>>See, that's your problem right there.<</me>>
I groaned as I bottomed out inside of her, causing her to moan again.
<<busid>>MMmmMMmmmm.<</busid>>
<<me>>You're too angry. Full of wrath.<</me>>
I started fucking her harder.
<<me>>But I told you. I own you now.<</me>>
I grunted as I fucked her faster. I smirked as I felt her move her other leg to the side, giving me better access.
<<me>>That's a good girl.<</me>>
I grunted.
<<me>>You just have to accept that I own you.<</me>>
I felt her hole tighten as I said that.
<<me>>Your body already knows it.<</me>>
Her eyes locked with mine as I continued fucking her. She moaned into my hand, and I slowly let her go.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/08.webp">\
<<me>>Are you going to accept it?<</me>>
<<busid>>I...<</busid>>
She moaned, as I felt her pussy tighten again, her body tensing up as she started cumming again.
<<me>>You were talking about a good man. I am that good man. You just need to be a good girl for me.<</me>>
She continued moaning as my cock pistoned into her dripping pussy. I could feel my orgasm approaching again, as I fucked her hard.
<<me>>Well?<</me>>
<<busid>>Ggggoooddddd.<</busid>>
<<me>>I need to hear you slut. Are you going to be a good girl for me?<</me>>
<<busid>>YyyYYeesSSssss!<</busid>>
She moaned, and I bottomed out, as I began shooting my cum inside of her, pushing her into another orgasm. I grunted as I shot rope after rope deep into her womb.
<<me>>Take it slut.<</me>>
<<busid>>YYyyyyYYESSS!<</busid>>
She moaned out, wrapping her free leg around my hips, trying to pull me further inside of her as I shot my load. I groaned, enjoying the feeling. After a few moments, I finally stopped, and rested on top of her. I looked down at her, and leaned forward, taking her lips with mine. She moaned into me, and our tongues met. We sat there, my cock softening inside of her as we kissed. As we did, I felt it. Something inside of me. Like a glass finally filling.
I had manifested Wrath.
I mentally smiled, as I continued making out with <<nbusid>>. After a few more moments, I pulled out of her, untangling our bodies. I looked down at her, trying to catch her breath, and shook my head.
<<cain>>Well done.<</cain>>
<<met>>I got lucky. But, hey, it worked out.<</met>>
<<cain>>That it did.<</cain>>
<<ncain>> spoke, moving to the background as I got dressed. Once I did, I leaned down, patting <<nbusid>>s face.
<<me>>I'm sure once the glow of the orgasm wears off, you'll go back to being angry.<</me>>
She moaned as I said that.
<<me>>All I'm going to say is that it's not so bad being owned by me. Is it?<</me>>
I asked her, leaving her apartment. My work was done with her. For now.
<<Button 'Head home' 'LocationHub' '.return2' '$player.wrath to 1, $Time += 1, $event.gen1 to 0, $busid.sub +=1, $busid.percent += 2, $busid.scene.deleteFirst(1), $busid.scene.pushUnique(2), $scene to 0, $event.busid to 0, $event.assw to 0'>><<met>>I still think it's a bit excessive.<</met>>
I said, pressing a button on my phone as I took a sip from my beer as I sat in the corner. I had been watching <<nbusid>> for the last twenty minutes. It was at her third shot that <<ncain>> made his suggestion.
<<cain>>Better to have it and not need it, than need it and not have it.<</cain>>
<<met>>Yeah, that's fair.<</met>>
I took another sip of my beer, before standing up and approaching <<nbusid>> at the bar.
<<me>>I take it you didn't get yelled at much as a kid.<</me>>
<<nbusid>> flinched as she heard me, before giving me a bewildered look.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/04.png">\
<<busid>>Excuse me?<</busid>>
<<me>>Did daddy tell you to drop it?<</me>>
Her anger bubbled back up.
<<busid>>Shut up. You don't know me.<</busid>>
<<me>>True. But I still feel I hit the nail on the head.<</me>>
<<nbusid>> turned to me, looking me up and down.
<<busid>>What did you tell him?<</busid>>
<<me>>So I'm right?<</me>>
<<busid>>I asked him if it was about <<nbusids>>, and he yelled at me. He never told me to leave it like that before.<</busid>>
She said, staring at her empty glass.
<<me>>Really makes you think, no?<</me>>
That made her laugh.
<<busid>>Please. There's no way that her story is true.<</busid>>
<<me>>Hmm. You must get your stubbornness from your mother then.<</me>>
<<busid>>What are you even doing he-<</busid>>
She stopped her sentence, looking me up and down again. It was an interesting sight, watching her body language change so completely. She suddenly turned to me, leaning against the bar, accentuating her curves.
<<busid>>Oh, did you come here for something else?<</busid>>
<<me>>That's one hell of a turn around.<</me>>
She giggled, and reached up, running a finger along my cheek.
<<cain>>Told you.<</cain>>
<<met>>Remind me to thank you later.<</met>>
<<busid>>You know, I did think earlier. You are a good looking man.<</busid>>
I turned to face her, and gave her a smile.
<<me>>I try. You aren't too bad looking either.<</me>>
<<busid>>Please.<</busid>>
She said, sitting up, running her hands down her sides, pressing her outfit down, showing off her tight body through it.
<<busid>>I know I look great.<</busid>>
<<me>>I can't disagree with you.<</me>>
I said, taking a sip of my beer.
<<busid>>You know, I can't drive right now. Drank too much.<</busid>>
She said, giving me a sultry smile.
<<me>>Shoot. That's a bummer.<</me>>
<<busid>>Do you think you could take me home? I'd be so thankful if you did.<</busid>>
I looked at my half drank beer, and shrugged.
<<me>>What kind of gentleman would I be if I left you in such dire straits.<</me>>
<<linebreak>>
<<busid>>Take your clothes off.<</busid>>
<<nbusid>> moaned as our lips parted. The moment I entered her apartment, she was on me, kissing me as if her life depended on it. It made getting to her room a bit difficult, but we did eventually get there.
<<me>>I always sa-<</me>>
<<busid>>Shut up and get naked.<</busid>>
She grunted, pushing me onto her bed. I smiled, and proceeded to pull my clothes off. As I did, she smiled, biting her lip, enjoying what she was seeing. It only took a moment for her to follow suit, pulling her shirt over her head. As she did, I put my phone on the bedside table, before undoing my belt. As I pulled my pants down, my cock springing out, <<nbusid>> stripped off her outer layer, standing in front of me in her lingerie.
<img class="rightimg" src="images/Characters/Town/Hospital/BusiD/05.webp">\
<<me>>Been a while?<</me>>
She smirked as she mounted me, pressing her hand on my chest, her other hand going behind her, wrapping around my hard cock.
<<busid>>Mmmm, you aren't wrong there.<</busid>>
Her hand started moving up and down.
<<busid>>It's hard finding a good man, you know?<</busid>>
<<me>>I'm glad you think so highly of me.<</me>>
That made her laugh.
<<busid>>Please. You're slightly above average.<</busid>>
She said, before looking behind her to my cock, her hand speeding up.
<<busid>>Although some parts are more impressive than others.<</busid>>
She lifted herself, until she was above my cock.
<<busid>>But no. You just meet the criteria to... Relieve some stress.<</busid>>
I smirk.
<<me>>Well I can definitely help w-<</me>>
I lean up, reaching to her, before I feel her hand on my chest press down.
<<busid>>Just shut up, and let me use you.<</busid>>
I shrug, and watch as she pulls her panties to the side, and slides my cock inside of her, slowly.
<<busid>>Oooohh, yesss.<</busid>>
She moaned, closing her eyes as she slowly lowered her body onto my cock. I could feel every crease of her pussy as she savored every moment as I split her open, until she finally sat down fully on it. Her eyes opened, and she looked down, pressing her hand on her stomach.
<<busid>>Fuck, you'll definitely do.<</busid>>
She moaned, as she started moving up, before slowly moving down.
<<busid>>Yesss, your cock is good.<</busid>>
<<me>>I'm-<</me>>
She moved one hand to my mouth, covering it.
<img class="leftimg" src="images/Characters/Town/Hospital/BusiD/06.webp">\
<<busid>>Just your cock.<</busid>>
She moaned, as she began riding faster.
<<busid>>Yes. Yessss, fuuck me.<</busid>>
I said something, but her hand covering my mouth just muffled it.
<<busid>>Oh god, I'm close.<</busid>>
She moaned, her hips now moving faster and faster. I groaned, as I felt myself getting close as well. I grabbed her hand, and ripped it off my mouth.
<<me>>I'm getting close too.<</me>>
<<busid>>I don't care.<</busid>>
She moaned as she kept bouncing up and down.
<<me>>I'm going to cum. If you don't stop, it will be inside you.<</me>>
<<busid>>Just shut uuuuuppp!<</busid>>
She moaned, as I felt her pussy start to squeeze my cock.
<<busid>>I'm cumming!<</busid>>
She yelled out, as the walls of her pussy began to twitch, milking my cock, and pushing me over the edge, as I began shooting rope after rope of cum inside of her. I groaned, pushing inside her as I did, as both of us rode out our respective orgasm. After a while, when <<nbusid>> finally finished, I smiled.
<<me>>That wasn't-<</me>>
<<busid>>Get out.<</busid>>
<<me>>Oh?<</me>>
My eyebrow raised, as she slowly got off the bed, her legs shaking slightly as she did. Once she stabilized, I watched her push her panties back over her pussy, before turning around to face me, a wicked grin over her face.
<<busid>>Get out, and never talk to my father again.<</busid>>
<<me>>Interesting.<</me>>
<<busid>>I don't know what you two talked about, but if you don't want me to go to the police, then you'll get out of our lives.<</busid>>
I tried to hold my smile back, but couldn't as I responded.
<<me>>Go to the police over what?<</me>>
<<busid>>I'll tell them you raped me.<</busid>>
<<met>><<ncain>>, do you drink wine?<</met>>
<<cain>>I'm not against a nice bottle.<</cain>>
<<met>>You got it.<</met>>
<<me>>Well that would be a false report. You were definitely a consenting party in that little tussle.<</me>>
I said, before correcting myself.
<<me>>Hell, you were leading it.<</me>>
<<busid>>Well that doesn't matter, does it?<</busid>>
She smirked.
<<busid>>All I have to do is go to the police, and put on some tears. I'm sure they'll find plenty of proof of you inside me.<</busid>>
She said, before turning on the tears.
<<busid>>I just wanted a ride home, officers. But when we got there, he pushed into my house. I couldn't stop him! He's a monster...<</busid>>
She trailed off, her hands covering her face. She cried for a few more seconds, before she stopped, her neutral face back as she looked at me.
<<busid>>My father is the assistant commissioner. You'll be buried.<</busid>>
<<me>>Wow.<</me>>
I said, nodding thoughtfully.
<<busid>>Y-yeah.<</busid>>
She said, put off from my calm reaction.
<<busid>>So if you don't want that, you'll leave me, and my father, alone.<</busid>>
I nodded, before putting my finger up.
<<me>>Can I show you something?<</me>>
She squinted at me, as I reached over to my phone, and pressed a button. I stood up, and walked up to her, before pressing replay.
<<say 'Recording' 'images/character icons/Phone.png'>><span class="BusiDText" style="font-style: italic">All I have to do is go to the police, and put on some tears. I'm sure they'll find plenty of proof of you inside me.</span><</say>>
Her eyes went wide, as she lunged for the phone. I pulled it away from her.
<<me>>It doesn't matter if you manage to delete it. It's already in the cloud.<</me>>
I said, smirking, as the blood drained from her face.
<<me>>That's not a nice thing to do.<</me>>
I said, stepping towards her.
<<busid>>I...<</busid>>
<<me>>What would the hospital think if they got this?<</me>>
She was barely listening to me.
<<me>>What would happen to your father?<</me>>
Her eyes snapped to mine, fear in her eyes.
<<me>>Wouldn't want that to happen, right?<</me>>
She shook her head. I smiled, and reached up, grabbing her chin, looking at her.
<<me>>Get naked then.<</me>>
<<busid>>Wh-what?<</busid>>
<<Button 'You heard me' 'BusiD: 1-2' '.lustbut' '$player.lust += 1'>><<if $replay is "dean-1">>\
\
\
\
The awkwardness I was feeling while sitting in the room was, my guess, on purpose. After all, I had entered an arena I was definitely not familiar with, but one that, if I was to guess, I would be familiar with sooner or later.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/16.png">\
<<assw>>You don't have to be so stiff <<nme>>. This was a good deal.<</assw>>
I couldn't help but chuckle at that. It wasn't. Even I could see it. Unfortunately, <<nassw>> was a shrewd business woman, and she found the weak spot, and began poking at it.
<<me>>I think I'd appreciate it if you were a bit more honest about it <<nassw>>.<</me>>
She giggled at that.
<<assw>>A good deal is when everyone gets what they want, <<nme>>. I'll admit, I'm going to get more out of it, but you're still getting what you want.<</assw>>
I sighed, rubbing my head, as I looked at her across the room.
<<me>>I guess I did. But you know, you can do-<</me>>
<<nassw>> raised her hand, cutting me off.
<<assw>>I don't break deals, <<nme>>. Bad business.<</assw>>
<<me>>Well, you'll have to excuse me if that still makes me a bit nervous. I've seen TV.<</me>>
That made her burst out in laughter. Once she recovered, she looked at me with a grin.
<<assw>>This isn't some rinky dink operation, <<nme>>. We don't shoot our competitors. We buy them out.<</assw>>
I raised my brow. She smiled.
<<assw>>Don't ask questions you're not comfort-<</assw>>
<<asswbg>>Ma'am?<</asswbg>>
<<nasswbg>> spoke up, cutting off <<nassw>>. We both looked over to him, sitting opposite both of us, forming a triangle. He stood up, and walked to the door.
<<asswbg>>She's here.<</asswbg>>
<<assw>>Well show her in. The show must go on!<</assw>>
<<nasswbg>> nodded, and disappeared behind the door.
<<assw>>I must say, before our business is concluded for tonight, that this-<</assw>>
She said, lifting the folder I had given her. It included all of the info I had gathered.
<<assw>>Is impressive work. I don't think I have a man that could have gotten all of this... Well, as cleanly as you did. Unless there are bodies you aren't telling me about.<</assw>>
I rolled my eyes, causing her to smile.
<<assw>>Like I said, impressive. I had ideas for you before, but this opens more doors.<</assw>>
<<me>>Great.<</me>>
I said, unenthused, which finally got <<nassw>> to glare at me.
<<assw>>Hey!<</assw>>
She yelled, getting my attention.
<<assw>>You made your choice. You're a part of this world now. No one forced you to do it. So I need you to stop being a little prick, and accept where you are now.<</assw>>
I looked her up and down, and thought about what she said. It definitely wasn't what I was expecting my future to look like, but I didn't exactly have a vision of it before. I sighed.
<<me>>You're right. It's just weird.<</me>>
<<assw>>That I can understand.<</assw>>
<<me>>And believe it or not, this isn't the weirdest life development in the last few months.<</me>>
<<assw>>Oh?<</assw>>
<<me>>I-<</me>>
Before I could say anything further, the door opened, and <<nasswbg>> walked in, followed by the guest of the hour, <<ndean>>.
<<assw>>Ah, there she is.<</assw>>
<<dean>><span class="AssWText">Ms. Monroe</span>.<</dean>>
<<nassw>> stood up as <<ndean>> walked in.
<img class="leftimg" src="images/Characters/Town/College/Dean/05.png">\
<<dean>>I want to thank you for seeing me a-<</dean>>
She stopped, as she finally scanned the rest of the room, and saw me. Her eyes went wide, and I saw the gears begin to turn. She turned to <<nassw>>.
<<dean>>You did this?!<</dean>>
<<nassw>> laughed at that, before smiling at <<ndean>>.
<<assw>>I see why you would think that, but no.<</assw>>
<<nassw>> turned to me, prompting <<ndean>> to do the same.
<<assw>><<nme>> here is not one of mine.<</assw>>
She tilted her head.
<<assw>>Although I'd be lying if I said I didn't want him.<</assw>>
<<dean>>Wha-<</dean>>
<<assw>>No, <<nme>> is an independant here. Everything he's done, has been entirely of his own accord.<</assw>>
<<ndean>> turned back to me, looking at me with new eyes.
<<dean>>Then why is he here?<</dean>>
<<nassw>> pointed to me, giving me my in to the conversation.
<<me>>Oh, that's an easy one. I didn't want to be whacked.<</me>>
<<nassw>> giggled at that, and made her way to me.
<<assw>>Come on <<nme>>, what did I tell you? It's not like TV.<</assw>>
<<me>>Well-<</me>>
<<nassw>> took a seat beside me, placing her hand on my shoulder.
<<assw>>We don't call it whacked, we just call it murder.<</assw>>
<<me>>Semantics.<</me>>
I turned to <<ndean>>.
<<me>>Regardless, I figured this was a meeting I could not miss. Speaking of...<</me>>
I said, and looked at <<nassw>>, who sighed, and stood up.
<<assw>>Very well <<nme>>.<</assw>>
She stood up, and made her way to the exit. As she passed <<ndean>>, she finally spoke up.
<<dean>>I don't know you very well, <span class="AssWText">Ms. Monroe</span>. However, I do know your aunt, and I can't imagine that she would be ok with you throwing away our friendship.<</dean>>
<<nassw>> giggled, turning back to <<ndean>>.
<<assw>>Respectfully, <span class="DeanText">Mrs. Lambert</span>, my aunt has no problem with what's happening. Friendship is nice and all-<</assw>>
She lifted the folder, waving it in front of her.
<<assw>>But you can't force someone's hand with friendship. Blackmail is more effective.<</assw>>
I cleared my throat, and <<nassw>> sighed.
<<assw>>Yes, yes, worry not, <span class="DeanText">Mrs. Lambert</span>. The deal made tonight has clauses.<</assw>>
<<nassw>> turned around and began walking towards the door, as <<nasswbg>> opened it for her.
<<assw>>I'll let <<nme>> fill you in.<</assw>>
She laughed as she left the room, with <<nasswbg>> closing the door behind her, leaving just <<ndean>> and I. She stood there, watching the door for a moment, before finally turning to me, eyeing me warily. Finally, she spoke up.
<<dean>>I suppose it's time for you to talk.<</dean>>
<<me>>I think our last meeting didn't go as I wanted. I'm willing to admit, partially my fault. Didn't go in with all the info. What was it you said? Ignorance of youth.<</me>>
<<dean>>And now?<</dean>>
<<me>>And now you lost your last bargaining chip.<</me>>
That made <<ndean>> laugh, as she made her way to the couch near where <<nassw>> was sitting, and took a spot.
<<dean>>I figured you would say you're less ignorant now.<</dean>>
I shrugged, and stood up.
<<me>>Well I think it doesn't matter now, does it?<</me>>
She sighed.
<<dean>>I suppose not.<</dean>>
<<me>>Believe it or not, I do want to be your friend. Because now the image is a bit clearer.<</me>>
<<dean>>Do explain.<</dean>>
<<me>>Well my question would be, how the hell did your husband manage to land you?<</me>>
<<ndean>> flinched at that. Clearly, it wasn't what she expected.
<<dean>>W-what does that have to do with anything?<</dean>>
<<me>>Idle curiosity.<</me>>
<<ndean>> continued staring at me, studying my face.
<<dean>>I... It was... He was different.<</dean>>
<<me>>Right.<</me>>
I took a step towards her.
<<me>>You're both different now. But you just grew. He withered.<</me>>
<<ndean>> bit her lip.
<<me>>And now you're stuck with him, aren't you?<</me>>
<<dean>>No.<</dean>>
She said, a bit too quickly. I raised my brow.
<<dean>>I... I lo-love him.<</dean>>
She said, almost unsure of herself.
<<me>>Right, of course.<</me>>
I said, as I felt the walls of protection her title was giving her were cracking.
<<me>>But here he is, throwing everything you've worked for into danger.<</me>>
<<dean>>I...<</dean>>
She spoke up, before stopping herself.
<<me>>You can be honest here.<</me>>
<<dean>>I don't know why the hell he did that. We have money. We live good lives.<</dean>>
<<me>>Like I said, he withered.<</me>>
I stepped forward, and I could feel Lust grow inside of her.
<<me>>And I have a theory. I've met women like you before, <<ndean>>.<</me>>
I took another step.
<<me>>When is the last time someone else has taken care of you?<</me>>
<<dean>>W-what?<</dean>>
She asked, surprised by the question. I didn't respond, letting her continue.
<<me>>Because you've worked your entire life to get where you are. But that meant you haven't had time to let go.<</me>>
<<dean>>I don't...<</dean>>
She paused, as if unsure, before continuing.
<<dean>>I don't want to let go.<</dean>>
<<me>>Oh? Aren't you tired?<</me>>
Her face softened, and I could tell how right I was.
<<me>>So, again, when is the last time someone else has taken care of you?<</me>>
<<dean>>I... A long time.<</dean>>
I nodded.
<<me>>Because you don't have a partner that is able to take care of you.<</me>>
I stepped forward.
<<me>>A partner who you want to leave everything to them. Let them think for you.<</me>>
I could see the corners of her lips raise, followed by her head shaking slightly.
<<me>>I can take care of you <<ndean>>.<</me>>
She looked up at me, and seeing me seemingly for the first time. Not as a powerful figure. But as a woman looking at a man.
<<me>>I can help you let go of everything.<</me>>
As I said that, I felt the walls built by Pride make one last push back.
<<dean>>Y-you sold me out! To a criminal. Why would I trust you?<</dean>>
I smiled, and shook my head.
<<me>>Because the clause that <<nassw>> was the one I made. She can use the information to leverage the counselor as much as she wants. But you...?<</me>>
I stepped forward, and gently caressed her face.
<<me>>You're under my protection.<</me>>
<<ndean>> blinked, not knowing how to process what she heard. But as she did, she slowly leaned into my hand, and I felt the walls crumble. I stepped forward, and reached for my belt.
<<me>>Now, do you want my help?<</me>>
<<dean>>Help?<</dean>>
She asked meekly.
<<me>>That's right. All you have to do, is submit.<</me>>
I undid my belt, and pulled my cock out, hanging it right in front of her face.
<<Button 'Submit to me' 'Replay2' '.lustbut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "dean-1">>\
\
\
\
I could feel Lust breaking through her walls, and infecting her, as her face looked at my cock. She licked her lips, and I stepped forward, and gently placed my cock on her face. She gasped at first, before moaning.
<<dean>>It's so warm.<</dean>>
<<me>>And it's for you.<</me>>
<<ndean>> smiled lightly, before tilting her head up and placing her lips on the shaft.
<<me>>That's it. Give my cock a kiss.<</me>>
She opened her eyes, looking at me, and slowly placed a gentle kiss on my shaft. Then another, and another, each one getting higher and higher, until she placed her lips directly on the head of my cock, and left them there.
<<dean>>Mmmmm.<</dean>>
I felt her tongue stick out, and begin to cover the head of my dick in her saliva.
<<me>>How does that taste?<</me>>
<<dean>>Mmmm, good.<</dean>>
<<me>>No, no, no.<</me>>
I said, taking a step back.
<<me>>Submission.<</me>>
She looked at me, then to my cock. It only took a few seconds before she slowly got off the couch, and knelt in front of me, taking the head of my cock back in her mouth, before answering.
<<dean>>Good.<</dean>>
<<me>>Why is that?<</me>>
<<dean>>Because...<</dean>>
She said, grabbing my cock, running her hand up and down, as she looked up at me, contemplating her answer, until she finally came to a conclusion.
<<dean>>Because I don't have to be afraid, right?<</dean>>
I smiled, and put my hand on her head, pushing her down. She nodded, opening her mouth as she took my cock further into her mouth.
<img class="leftimg" src="images/Characters/Town/College/Dean/06.webp">\
<<me>>That's right.<</me>>
I began humping my hips lightly, each thrust getting my cock further inside her mouth.
<<me>>Because you're on your knees, pleasing a man who you know is going to go much farther.<</me>>
I felt her throat on the head of my cock, and she pushed forward, getting deeper and deeper.
<<me>>And I'll take care of you.<</me>>
I gripped her head, and began slowly fucking her throat, getting deeper with each thrust. She was gagging as I did, but she didn't try to fight, and instead willingly let me use her face.
<<me>>All you have to do is submit.<</me>>
I pulled my cock out, and looked down at her. She had a smile on her face, with her eyes glazed over, not only from the treatment, but from the effects of Lust.
<img class="rightimg" src="images/Characters/Town/College/Dean/07.png">\
<<me>>Do you want that?<</me>>
<<dean>>Yes!<</dean>>
She moaned.
<<me>>Well then strip.<</me>>
I said, letting go, and stepping around her, to take the spot she was on before. I spread my legs, my cock glistening in her saliva and my precum. She stood up, her legs a bit shaky as she did, but she turned around, fire in her eyes. Then, slowly, methodically, began to take off her clothing. She was clearly practiced, every movement confident and sensual, until she was standing in front of me in just her underwear.
<<me>>Well?<</me>>
She smirked as I said that, and nodded, as she reached back, and undid her bra, catching it before it fell, only so she could slowly reveal her large, beautiful breasts. She played with them for a few moments, something that she noted was making my cock twitch, before she turned around, and bent over, slowly working her panties off. As she did, I noticed a wet patch on them, leading to her glistening pussy. She stayed bent over, and looked behind me, reaching between her legs to spread her pussy.
<img class="leftimg" src="images/Characters/Town/College/Dean/08.png">\
<<me>>Good girl.<</me>>
She squeaked when she heard that, something that I noticed made her blush. I waved her over, and she came over. I grabbed her ass, massaging it, as I looked up at her.
<<me>>You don't have to be embarrassed for wanting to be a good girl for me.<</me>>
<<dean>>Yes... Sir.<</dean>>
I smiled, nodding, before pulling her quickly, until she was mounted over my lap, her large breasts in my face, my cock pressed against her pussy.
<<dean>>AaaaaAaaahhhhh...<</dean>>
<<me>>Now, I'm already close. Why don't you make me cum?<</me>>
<<dean>>Yes sir...<</dean>>
She said breathlessly, before raising herself, so she could lift my cock, until it was pressing against the head to her hole. She pressed down, until I felt the warm walls of her pussy envelop my cock.
<<dean>>MmmmmMMmmmm...<</dean>>
<<me>>Fuck.<</me>>
I grunted, slapping her ass, causing her to gasp. She paused, catching her breath, until she nodded, and began riding me.
<img class="rightimg" src="images/Characters/Town/College/Dean/09.webp">\
<<dean>>Do you like that sir?<</dean>>
I leaned back, and grabbed onto her breasts, playing with them as she rode me.
<<me>>I do.<</me>>
<<dean>>My pussy pleases you?<</dean>>
She began riding me faster.
<<dean>>Let me milk your balls sir.<</dean>>
She leaned forward, licking my ear, before whispering.
<<dean>>Empty them inside of me sir.<</dean>>
I groaned, feeling close from the blowjob earlier, and her actions were pushing me closer and closer.
<<me>>You're being a good girl for me.<</me>>
As I said that, she started riding me faster.
<<dean>>Cum sir. Let me feel your warmth inside me.<</dean>>
I groaned, as I began shooting my cum inside of her. She whimpered, as I felt her pussy walls tighten, as she was pushed over the edge by the warmth of my load. I slapped her ass, before grabbing her cheeks firmly, using them as leverage to pump into her harder, trying to bury the ropes of cum as deep as I could.
<<dean>>Yes sir, thank you. Fill me up.<</dean>>
I sighed, as I slowly finished, enjoying the warmth of her hole, before finally leaning back. As I sat there, I felt it. Something inside of me. Like a glass finally filling.
I had manifested Pride.
I smiled, and continued resting, until I felt <<ndean>> stir.
<<dean>>That was...<</dean>>
<<me>>Good.<</me>>
She laughed at that.
<<dean>>No. Well, yes. But I was going to say... Unexpected.<</dean>>
I smiled, and leaned forward, taking her lips in mine. Something she didn't expect, but quickly began reciprocating. I made out with her for a few moments, before pulling back.
<<dean>>I don't even know what I'm doing.<</dean>>
She said with a smile on her face.
<<me>>That's ok. Because like I told you, I'll take care of you. That's all you need to know.<</me>>
<<dean>>Why...<</dean>>
She paused, shaking her head.
<<dean>>Why does hearing that make me feel so nice? Out of anyone else, it would just piss me off.<</dean>>
<<me>>Because anyone else would be lying.<</me>>
She smiled, and gave me a peck on the lips, before slowly getting off of me, sitting on the couch beside me.
<<dean>>So now what?<</dean>>
<<me>>Well now, you're mine.<</me>>
She grinned at hearing that.
<<dean>>So we're just having an affair?<</dean>>
<<me>>For now. But like I said, I'll take care of you. So I just ask that you trust me.<</me>>
She sighed, before standing up, and started getting dressed. I was content to watch her. Once she was ready, looking the same as she did as she walked in, save for a slightly messier hair, she looked back at me.
<<dean>>How old are you?<</dean>>
<<me>>22.<</me>>
<<dean>>Jesus.<</dean>>
She said, shaking her head. She seemed to be lost in thought for a moment, before she looked back at me, and smiled.
<<me>>I'd argue I have great potential.<</me>>
<<dean>>I guess you do.<</dean>>
She said, before walking out of the room.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\The awkwardness I was feeling while sitting in the room was, my guess, on purpose. After all, I had entered an arena I was definitely not familiar with, but one that, if I was to guess, I would be familiar with sooner or later.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/16.png">\
<<assw>>You don't have to be so stiff <<nme>>. This was a good deal.<</assw>>
I couldn't help but chuckle at that. It wasn't. Even I could see it. Unfortunately, <<nassw>> was a shrewd business woman, and she found the weak spot, and began poking at it.
<<me>>I think I'd appreciate it if you were a bit more honest about it <<nassw>>.<</me>>
She giggled at that.
<<assw>>A good deal is when everyone gets what they want, <<nme>>. I'll admit, I'm going to get more out of it, but you're still getting what you want.<</assw>>
I sighed, rubbing my head, as I looked at her across the room.
<<me>>I guess I did. But you know, you can do-<</me>>
<<nassw>> raised her hand, cutting me off.
<<assw>>I don't break deals, <<nme>>. Bad business.<</assw>>
<<me>>Well, you'll have to excuse me if that still makes me a bit nervous. I've seen TV.<</me>>
That made her burst out in laughter. Once she recovered, she looked at me with a grin.
<<assw>>This isn't some rinky dink operation, <<nme>>. We don't shoot our competitors. We buy them out.<</assw>>
I raised my brow. She smiled.
<<assw>>Don't ask questions you're not comfort-<</assw>>
<<asswbg>>Ma'am?<</asswbg>>
<<nasswbg>> spoke up, cutting off <<nassw>>. We both looked over to him, sitting opposite both of us, forming a triangle. He stood up, and walked to the door.
<<asswbg>>She's here.<</asswbg>>
<<assw>>Well show her in. The show must go on!<</assw>>
<<nasswbg>> nodded, and disappeared behind the door.
<<assw>>I must say, before our business is concluded for tonight, that this-<</assw>>
She said, lifting the folder I had given her. It included all of the info I had gathered.
<<assw>>Is impressive work. I don't think I have a man that could have gotten all of this... Well, as cleanly as you did. Unless there are bodies you aren't telling me about.<</assw>>
I rolled my eyes, causing her to smile.
<<assw>>Like I said, impressive. I had ideas for you before, but this opens more doors.<</assw>>
<<me>>Great.<</me>>
I said, unenthused, which finally got <<nassw>> to glare at me.
<<assw>>Hey!<</assw>>
She yelled, getting my attention.
<<assw>>You made your choice. You're a part of this world now. No one forced you to do it. So I need you to stop being a little prick, and accept where you are now.<</assw>>
I looked her up and down, and thought about what she said. It definitely wasn't what I was expecting my future to look like, but I didn't exactly have a vision of it before. I sighed.
<<me>>You're right. It's just weird.<</me>>
<<assw>>That I can understand.<</assw>>
<<me>>And believe it or not, this isn't the weirdest life development in the last few months.<</me>>
<<assw>>Oh?<</assw>>
<<me>>I-<</me>>
Before I could say anything further, the door opened, and <<nasswbg>> walked in, followed by the guest of the hour, <<ndean>>.
<<assw>>Ah, there she is.<</assw>>
<<dean>><span class="AssWText">Ms. Monroe</span>.<</dean>>
<<nassw>> stood up as <<ndean>> walked in.
<img class="leftimg" src="images/Characters/Town/College/Dean/05.png">\
<<dean>>I want to thank you for seeing me a-<</dean>>
She stopped, as she finally scanned the rest of the room, and saw me. Her eyes went wide, and I saw the gears begin to turn. She turned to <<nassw>>.
<<dean>>You did this?!<</dean>>
<<nassw>> laughed at that, before smiling at <<ndean>>.
<<assw>>I see why you would think that, but no.<</assw>>
<<nassw>> turned to me, prompting <<ndean>> to do the same.
<<assw>><<nme>> here is not one of mine.<</assw>>
She tilted her head.
<<assw>>Although I'd be lying if I said I didn't want him.<</assw>>
<<dean>>Wha-<</dean>>
<<assw>>No, <<nme>> is an independant here. Everything he's done, has been entirely of his own accord.<</assw>>
<<ndean>> turned back to me, looking at me with new eyes.
<<dean>>Then why is he here?<</dean>>
<<nassw>> pointed to me, giving me my in to the conversation.
<<me>>Oh, that's an easy one. I didn't want to be whacked.<</me>>
<<nassw>> giggled at that, and made her way to me.
<<assw>>Come on <<nme>>, what did I tell you? It's not like TV.<</assw>>
<<me>>Well-<</me>>
<<nassw>> took a seat beside me, placing her hand on my shoulder.
<<assw>>We don't call it whacked, we just call it murder.<</assw>>
<<me>>Semantics.<</me>>
I turned to <<ndean>>.
<<me>>Regardless, I figured this was a meeting I could not miss. Speaking of...<</me>>
I said, and looked at <<nassw>>, who sighed, and stood up.
<<assw>>Very well <<nme>>.<</assw>>
She stood up, and made her way to the exit. As she passed <<ndean>>, she finally spoke up.
<<dean>>I don't know you very well, <span class="AssWText">Ms. Monroe</span>. However, I do know your aunt, and I can't imagine that she would be ok with you throwing away our friendship.<</dean>>
<<nassw>> giggled, turning back to <<ndean>>.
<<assw>>Respectfully, <span class="DeanText">Mrs. Lambert</span>, my aunt has no problem with what's happening. Friendship is nice and all-<</assw>>
She lifted the folder, waving it in front of her.
<<assw>>But you can't force someone's hand with friendship. Blackmail is more effective.<</assw>>
I cleared my throat, and <<nassw>> sighed.
<<assw>>Yes, yes, worry not, <span class="DeanText">Mrs. Lambert</span>. The deal made tonight has clauses.<</assw>>
<<nassw>> turned around and began walking towards the door, as <<nasswbg>> opened it for her.
<<assw>>I'll let <<nme>> fill you in.<</assw>>
She laughed as she left the room, with <<nasswbg>> closing the door behind her, leaving just <<ndean>> and I. She stood there, watching the door for a moment, before finally turning to me, eyeing me warily. Finally, she spoke up.
<<dean>>I suppose it's time for you to talk.<</dean>>
<<me>>I think our last meeting didn't go as I wanted. I'm willing to admit, partially my fault. Didn't go in with all the info. What was it you said? Ignorance of youth.<</me>>
<<dean>>And now?<</dean>>
<<me>>And now you lost your last bargaining chip.<</me>>
That made <<ndean>> laugh, as she made her way to the couch near where <<nassw>> was sitting, and took a spot.
<<dean>>I figured you would say you're less ignorant now.<</dean>>
I shrugged, and stood up.
<<me>>Well I think it doesn't matter now, does it?<</me>>
She sighed.
<<dean>>I suppose not.<</dean>>
<<me>>Believe it or not, I do want to be your friend. Because now the image is a bit clearer.<</me>>
<<dean>>Do explain.<</dean>>
<<me>>Well my question would be, how the hell did your husband manage to land you?<</me>>
<<ndean>> flinched at that. Clearly, it wasn't what she expected.
<<dean>>W-what does that have to do with anything?<</dean>>
<<me>>Idle curiosity.<</me>>
<<ndean>> continued staring at me, studying my face.
<<dean>>I... It was... He was different.<</dean>>
<<me>>Right.<</me>>
I took a step towards her.
<<me>>You're both different now. But you just grew. He withered.<</me>>
<<ndean>> bit her lip.
<<me>>And now you're stuck with him, aren't you?<</me>>
<<dean>>No.<</dean>>
She said, a bit too quickly. I raised my brow.
<<dean>>I... I lo-love him.<</dean>>
She said, almost unsure of herself.
<<me>>Right, of course.<</me>>
I said, as I felt the walls of protection her title was giving her were cracking.
<<me>>But here he is, throwing everything you've worked for into danger.<</me>>
<<dean>>I...<</dean>>
She spoke up, before stopping herself.
<<me>>You can be honest here.<</me>>
<<dean>>I don't know why the hell he did that. We have money. We live good lives.<</dean>>
<<me>>Like I said, he withered.<</me>>
I stepped forward, and I could feel Lust grow inside of her.
<<me>>And I have a theory. I've met women like you before, <<ndean>>.<</me>>
I took another step.
<<me>>When is the last time someone else has taken care of you?<</me>>
<<dean>>W-what?<</dean>>
She asked, surprised by the question. I didn't respond, letting her continue.
<<me>>Because you've worked your entire life to get where you are. But that meant you haven't had time to let go.<</me>>
<<dean>>I don't...<</dean>>
She paused, as if unsure, before continuing.
<<dean>>I don't want to let go.<</dean>>
<<me>>Oh? Aren't you tired?<</me>>
Her face softened, and I could tell how right I was.
<<me>>So, again, when is the last time someone else has taken care of you?<</me>>
<<dean>>I... A long time.<</dean>>
I nodded.
<<me>>Because you don't have a partner that is able to take care of you.<</me>>
I stepped forward.
<<me>>A partner who you want to leave everything to them. Let them think for you.<</me>>
I could see the corners of her lips raise, followed by her head shaking slightly.
<<me>>I can take care of you <<ndean>>.<</me>>
She looked up at me, and seeing me seemingly for the first time. Not as a powerful figure. But as a woman looking at a man.
<<me>>I can help you let go of everything.<</me>>
As I said that, I felt the walls built by Pride make one last push back.
<<dean>>Y-you sold me out! To a criminal. Why would I trust you?<</dean>>
I smiled, and shook my head.
<<me>>Because the clause that <<nassw>> was the one I made. She can use the information to leverage the counselor as much as she wants. But you...?<</me>>
I stepped forward, and gently caressed her face.
<<me>>You're under my protection.<</me>>
<<ndean>> blinked, not knowing how to process what she heard. But as she did, she slowly leaned into my hand, and I felt the walls crumble. I stepped forward, and reached for my belt.
<<me>>Now, do you want my help?<</me>>
<<dean>>Help?<</dean>>
She asked meekly.
<<me>>That's right. All you have to do, is submit.<</me>>
I undid my belt, and pulled my cock out, hanging it right in front of her face.
<<Button 'Submit to me' 'Dean: 1-2' '.lustbut' '$player.lust += 1'>>I could feel Lust breaking through her walls, and infecting her, as her face looked at my cock. She licked her lips, and I stepped forward, and gently placed my cock on her face. She gasped at first, before moaning.
<<dean>>It's so warm.<</dean>>
<<me>>And it's for you.<</me>>
<<ndean>> smiled lightly, before tilting her head up and placing her lips on the shaft.
<<me>>That's it. Give my cock a kiss.<</me>>
She opened her eyes, looking at me, and slowly placed a gentle kiss on my shaft. Then another, and another, each one getting higher and higher, until she placed her lips directly on the head of my cock, and left them there.
<<dean>>Mmmmm.<</dean>>
I felt her tongue stick out, and begin to cover the head of my dick in her saliva.
<<me>>How does that taste?<</me>>
<<dean>>Mmmm, good.<</dean>>
<<me>>No, no, no.<</me>>
I said, taking a step back.
<<me>>Submission.<</me>>
She looked at me, then to my cock. It only took a few seconds before she slowly got off the couch, and knelt in front of me, taking the head of my cock back in her mouth, before answering.
<<dean>>Good.<</dean>>
<<me>>Why is that?<</me>>
<<dean>>Because...<</dean>>
She said, grabbing my cock, running her hand up and down, as she looked up at me, contemplating her answer, until she finally came to a conclusion.
<<dean>>Because I don't have to be afraid, right?<</dean>>
I smiled, and put my hand on her head, pushing her down. She nodded, opening her mouth as she took my cock further into her mouth.
<img class="leftimg" src="images/Characters/Town/College/Dean/06.webp">\
<<me>>That's right.<</me>>
I began humping my hips lightly, each thrust getting my cock further inside her mouth.
<<me>>Because you're on your knees, pleasing a man who you know is going to go much farther.<</me>>
I felt her throat on the head of my cock, and she pushed forward, getting deeper and deeper.
<<me>>And I'll take care of you.<</me>>
I gripped her head, and began slowly fucking her throat, getting deeper with each thrust. She was gagging as I did, but she didn't try to fight, and instead willingly let me use her face.
<<me>>All you have to do is submit.<</me>>
I pulled my cock out, and looked down at her. She had a smile on her face, with her eyes glazed over, not only from the treatment, but from the effects of Lust.
<img class="rightimg" src="images/Characters/Town/College/Dean/07.png">\
<<me>>Do you want that?<</me>>
<<dean>>Yes!<</dean>>
She moaned.
<<me>>Well then strip.<</me>>
I said, letting go, and stepping around her, to take the spot she was on before. I spread my legs, my cock glistening in her saliva and my precum. She stood up, her legs a bit shaky as she did, but she turned around, fire in her eyes. Then, slowly, methodically, began to take off her clothing. She was clearly practiced, every movement confident and sensual, until she was standing in front of me in just her underwear.
<<me>>Well?<</me>>
She smirked as I said that, and nodded, as she reached back, and undid her bra, catching it before it fell, only so she could slowly reveal her large, beautiful breasts. She played with them for a few moments, something that she noted was making my cock twitch, before she turned around, and bent over, slowly working her panties off. As she did, I noticed a wet patch on them, leading to her glistening pussy. She stayed bent over, and looked behind me, reaching between her legs to spread her pussy.
<img class="leftimg" src="images/Characters/Town/College/Dean/08.png">\
<<me>>Good girl.<</me>>
She squeaked when she heard that, something that I noticed made her blush. I waved her over, and she came over. I grabbed her ass, massaging it, as I looked up at her.
<<me>>You don't have to be embarrassed for wanting to be a good girl for me.<</me>>
<<dean>>Yes... Sir.<</dean>>
I smiled, nodding, before pulling her quickly, until she was mounted over my lap, her large breasts in my face, my cock pressed against her pussy.
<<dean>>AaaaaAaaahhhhh...<</dean>>
<<me>>Now, I'm already close. Why don't you make me cum?<</me>>
<<dean>>Yes sir...<</dean>>
She said breathlessly, before raising herself, so she could lift my cock, until the head was pressing against her hole. She pressed down, until I felt the warm walls of her pussy envelop my cock.
<<dean>>MmmmmMMmmmm...<</dean>>
<<me>>Fuck.<</me>>
I grunted, slapping her ass, causing her to gasp. She paused, catching her breath, until she nodded, and began riding me.
<img class="rightimg" src="images/Characters/Town/College/Dean/09.webp">\
<<dean>>Do you like that sir?<</dean>>
I leaned back, and grabbed onto her breasts, playing with them as she rode me.
<<me>>I do.<</me>>
<<dean>>My pussy pleases you?<</dean>>
She began riding me faster.
<<dean>>Let me milk your balls sir.<</dean>>
She leaned forward, licking my ear, before whispering.
<<dean>>Empty them inside of me sir.<</dean>>
I groaned, feeling close from the blowjob earlier, and her actions were pushing me closer and closer.
<<me>>You're being a good girl for me.<</me>>
As I said that, she started riding me faster.
<<dean>>Cum sir. Let me feel your warmth inside me.<</dean>>
I groaned, as I began shooting my cum inside of her. She whimpered, as I felt her pussy walls tighten, as she was pushed over the edge by the warmth of my load. I slapped her ass, before grabbing her cheeks firmly, using them as leverage to pump into her harder, trying to bury the ropes of cum as deep as I could.
<<dean>>Yes sir, thank you. Fill me up.<</dean>>
I sighed, as I slowly finished, enjoying the warmth of her hole, before finally leaning back. As I sat there, I felt it. Something inside of me. Like a glass finally filling.
I had manifested Pride.
I smiled, and continued resting, until I felt <<ndean>> stir.
<<dean>>That was...<</dean>>
<<me>>Good.<</me>>
She laughed at that.
<<dean>>No. Well, yes. But I was going to say... Unexpected.<</dean>>
I smiled, and leaned forward, taking her lips in mine. Something she didn't expect, but quickly began reciprocating. I made out with her for a few moments, before pulling back.
<<dean>>I don't even know what I'm doing.<</dean>>
She said with a smile on her face.
<<me>>That's ok. Because like I told you, I'll take care of you. That's all you need to know.<</me>>
<<dean>>Why...<</dean>>
She paused, shaking her head.
<<dean>>Why does hearing that make me feel so nice? Out of anyone else, it would just piss me off.<</dean>>
<<me>>Because anyone else would be lying.<</me>>
She smiled, and gave me a peck on the lips, before slowly getting off of me, sitting on the couch beside me.
<<dean>>So now what?<</dean>>
<<me>>Well now, you're mine.<</me>>
She grinned at hearing that.
<<dean>>So we're just having an affair?<</dean>>
<<me>>For now. But like I said, I'll take care of you. So I just ask that you trust me.<</me>>
She sighed, before standing up, and started getting dressed. I was content to watch her. Once she was ready, looking the same as she did as she walked in, save for a slightly messier hair, she looked back at me.
<<dean>>How old are you?<</dean>>
<<me>>22.<</me>>
<<dean>>Jesus.<</dean>>
She said, shaking her head. She seemed to be lost in thought for a moment, before she looked back at me, and smiled.
<<me>>I'd argue I have great potential.<</me>>
<<dean>>I guess you do.<</dean>>
She said, before walking out of the room.
<<Button 'Leave Sonar' 'Brighttown' '.return2' '$player.pride to 1, $Time += 1, $event.gen1 to 0, $dean.sub +=1, $dean.percent += 2, $dean.scene.deleteFirst(1), $dean.scene.pushUnique(2), $scene to 0, $event.dean to 0, $event.assw to 0'>>I held my hand up in the air, staring at it as I laid on my back on my bed. It was an interesting feeling, manifesting a new sin. I felt simultaneously bigger, but also like I was more full. It was a feeling I didn't get to really appreciate when manifesting Greed.
<<cain>>It's because you're getting more sensitive to the energy.<</cain>>
I heard <<ncain>> say, as I looked past my hand, and realized he was on the ceiling, laying down on it, looking down at me, his bony hand behind his head.
<<met>>I better not see any scuffmarks up there.<</met>>
<<cain>>Be serious.<</cain>>
I sighed, and let my arm fall to my side, and looked up at him.
<<met>>So what happens when I manifest them all?<</met>>
<<cain>>What do you mean?<</cain>>
<<met>>I mean this feeling.<</met>>
His empty eye holes shrunk, as the spot where his eyebrows would be if he had a face moved down.
<<cain>>I guess the best thing I can say, is that you'll get used to it?<</cain>>
I laughed at that, mostly out of exasperation.
<<met>>Really? That's what I get?<</met>>
I sighed, and raised my hand, and manifested a bit of Pride energy.
<<met>>I already feel how full I'm getting.<</met>>
I looked up at him.
<<met>>What if I manifest them all, and there's no more space?<</met>>
<<cain>>There will be.<</cain>>
He responded, matter of factly.
<<cain>>Listen, I know I haven't been entirely forthcoming when I first got here, but this is something I can tell you with certainty.<</cain>>
I bit my cheek.
<<cain>>Remember, you aren't my first. Others before you have managed to manifest them, and they explained the same feeling. And while they felt full, the space just grew.<</cain>>
<<met>>So what, my soul is growing?<</met>>
<<cain>>Hmm. How do I describe it...<</cain>>
He brought his hand to his chin, and I let him think about it for a bit, before he finally responded.
<<cain>>Yes.<</cain>>
<<met>>Wha- You had to think about it, and you get to me with a single word answer?<</met>>
<<cain>>Yep.<</cain>>
I sighed, half in exasperation, half in exhaustion.
<<met>>Well wouldn't that... I don't know, set off alarm bells? Man with bigger soul spotted, and all that.<</met>>
<<cain>>You're thinking about size in a really... Human way. Human souls come in all different shapes and sizes. Some bigger, some smaller. They very rarely change, but sometimes they do. The thing is, there's no way to notice a difference, except for knowing what it looked like before.<</cain>>
<<met>>What part of that is human?<</met>>
<<cain>>Thinking about it in a third dimensional way. If you could see souls, like thermal vision or something, they would all technically look the same to you, size wise.<</cain>>
<<met>>Oh, ok, third dimensional? Really? You're going to bring up physics right now?<</met>>
<<cain>>I don't think that's physics. It would just be geometry.<</cain>>
I huffed, but moved past it.
<<met>>Ok, well then wouldn't what you're describing just be density?<</met>>
<<cain>>Ehhh, no. Density is different. It's kind of a feeling.<</cain>>
<<met>>How does this make any sense?<</met>>
<<cain>>I don't think it was really made to make sense to humans.<</cain>>
I sighed, rubbing my eyes.
<<met>>Ok, <<ncain>>. What does Pride come with? What are it's abilities?<</met>>
<<ncain>> smiled.
<<cain>>Oh, is your head starting to hurt?<</cain>>
I grabbed a pillow and threw it at him, only for it to just come right back down and land on top of me, making him chuckle.
<<cain>>Ok, ok.<</cain>>
He suddenly disappeared from the ceiling, only to reappear on the floor beside me.
<<cain>>Pride is a sin that deals mostly with the mind. Remember how <<ncov1>> tried to mess with yours?<</cain>>
I thought back to the fight with the Templar, and how it ended.
<<met>>Yeah, her eyes went white, and she grabbed my head.<</met>>
<<cain>>Right, I protected you. But on this week's champion spotli-<</cain>>
<<met>>Oh, I'm supposed to be more serious here, huh?<</met>>
He chuckled again, before straightening his tie.
<<cain>>Alright, alright. I call the first ability "Self Worth".<</cain>>
He paused.
<<met>>Should I be applauding? What, am I not going to need to go to therapy now?<</met>>
He sighed.
<<cain>>No, it's an ability that gives you a lot of resistance against magical mental attacks, whatever they may be.<</cain>>
<<met>>Oh. So if <<ncov1>> tried it again-<</met>>
<<cain>>I wouldn't even have to step in.<</cain>>
I nodded.
<<met>>Alright, I'll give you your applause now.<</met>>
<<cain>>Well hold that thought, because here comes the fun part. The other ability you can use, I call Pliant Mind.<</cain>>
I sat up.
<<cain>>It's a mental attack, and what it does is it, temporarily, lowers the intelligence of the target dramatically. In this state, they are highly suggestable, as they're dumb enough to believe a lot of things.<</cain>>
<<met>>How temporary?<</met>>
<<cain>>Around an hour.<</cain>>
<<met>>Hmm. That's not as long as I would like. And what happens after?<</met>>
<<cain>>Here's the thing. Once the effects wear off, the brain will still retain the events of what happened, but will rationalize them. Typically, it will just do that by ignoring it as much as it can.<</cain>>
I think <<ncain>> could tell I wasn't sold, as his teeth once again bent into a smile.
<<cain>>The fun part of this ability is that it's additive. The mind will retain the information, and once it's worn off, will incorporate it.<</cain>>
<<met>>Wait. Kind of like hypnotism?<</met>>
<<cain>>Exactly. And the more you do it, the stronger the effects will be.<</cain>>
<<met>>Interesting.<</met>>
<<cain>>Just remember, it's not going to be at full strength the first time. So don't go crazy right off the bat.<</cain>>
<<met>>I get you.<</met>>
I said, laying back down, and drumming my fingers on my chest.
<<cain>>So? Who is your first target?<</cain>>
<<met>>I have some ideas. But for tonight? I'm going to bed.<</met>>
He nodded, before receding into my mind.
<<Button 'Go to sleep' 'Sleep' '.contbut' '$scene to 0, $event.commish to 0'>><<if $Time lt 3>>It felt like I was stepping into another dimension. Like being at school during the weekend. There was something wrong with it. Turns out being at a night club in the day elicited a similar feeling. Mostly from how quiet it was. There weren't too many people there, and the ones that were there were preparing for the night. I only got in with the key I was given when I promised a favor. Hence, here I was. I made my way to the back rooms, and up the stairs, until I reached the office, and knocked.
<<else>>Walking into Sonar, the music hit me like a physical wall, as it always did. Still, it was strangely becoming a familiar feeling. Something I wasn't entirely sure I wanted, but like <<nassw>> said, this was a world I stepped into. May as well make my peace with it. I made my way through the crowd, doing my best to avoid getting caught in all of the many, many gazes filled with lust from women that would fit right into magazines. I was here for a reason, and so I would make my way there. The back room, opening it thanks to the key card I was given when I promised the favor, up the stairs, until I reached the office, and knocked.
<</if>><<asswbg>>Come on.<</asswbg>>
<<nasswbg>> mumbled at me as he opened the door.
<<me>><<switch $Time>><<case 0 1>>Morning<<case 2>>Afternoon<<case 3 4>>Hey<</switch>> <<nasswbg>>.<</me>>
He only groaned in response, pointing to <<nassw>>, before leaving out the door behind me.
<<me>>I piss him off?<</me>>
<<assw>>Hmm? Oh, <<nasswbg>>? No, prickly is his natural state.<</assw>>
<<nassw>> said, standing up from the desk, slowly walking over to me.
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/17.png">\
<<assw>>Well well well, here we are.<</assw>>
I sighed, patting my legs.
<<me>>You sound excited.<</me>>
<<assw>>Strangely excited. Like I said-<</assw>>
She walked over to the couch, and patted the spot beside her, putting some folders on her other side. I walked over and took the spot.
<<assw>>I don't know why I feel so good about you, <<nme>>.<</assw>>
She said, putting her hand on my chest, and beginning to rub it.
<<me>>Ahem. <<nassw>>, you had some sort of mission for me, didn't you?<</me>>
She smirked, her hand slowly rubbing downwards.
<<assw>>Yes.<</assw>>
<<me>>So, what is it?<</me>>
As I spoke, her hand got lower, until it was right on my crotch. I could feel the blood flow to my cock as she slowy massaged it through my pants.
<<me>>Shouldn't we get to it?<</me>>
<<assw>>No reason why I can't explain it while we get more comfortable.<</assw>>
She said, as she moved her hand into my pants. I felt her fingers wrap around my hardening cock.
<<assw>>I think you might be more comfortable with the topics at hand. Besides...<</assw>>
She said, grabbing my hand, and lifting it to her breast.
<<assw>>I distinctly remember you enjoying my body, <<nme>>.<</assw>>
As she said that, her hand began moving, stroking my cock. I groaned, and I began massaging her breast.
<<assw>>Atta boy.<</assw>>
I groaned, and I pushed her down on the couch, causing her to yelp as I got on top of her.
<<me>>I'm here, <<nassw>>. You told me I made a choice, and I did. So I'm here. So don't play me like some random chump.<</me>>
<<assw>>Oh boy.<</assw>>
She said, grinning, before looking down. I followed her eyes, and saw the position I was holding her in.
<<assw>>Mmm, I haven't done it like this before, but if that's what works for you, then...<</assw>>
She relaxed her body, resting her hands above her, spreading her legs.
<<assw>>Are you going to force yourself onto me <<nme>>?<</assw>>
I opened my mouth to protest, and stopped.
<<me>>Are you just horny, <<nassw>>?<</me>>
<<nassw>> frowned.
<<assw>>A little. I didn't want to give you too big a head, but it's been a while since our fun time with <<nasswgf>>.<</assw>>
She said, huffing a bit.
<<assw>>And since then, she's told me about all the dirty, cruel things you two have been doing to poor <<nasswgfbf>>.<</assw>>
She leaned in, licking my lips.
<<assw>>You even met his sister. And all this time, I've been stuck at work. A girl has needs, <<nme>>.<</assw>>
She spread her legs, and shook her chest, making her tits jiggle.
<<me>>Well then that's all you had to say <<nassw>>.<</me>>
I said, putting my arm on top of hers, holding her down. She grinned, before she pulled away, feigning resistance.
<<assw>>Is this what you like, <<nme>>?<</assw>>
I reached down, and pulled her top down roughly, and grabbed her breast, massaging it, and rubbing her nipples with my fingers.
<img class="rightimg" src="images/Characters/Town/Borderlands/Ass/18.png">\
<<assw>>Having your way with poor, innocent, girls?<</assw>>
<<me>>Shut up <<nassw>>. You aren't poor, or innocent. You deserve a little rough treatment, don't you?<</me>>
<<nassw>> smirked.
<<assw>>Show me then.<</assw>>
I let go of her hands, and put my hand on her neck, before pulling her in for a kiss. Again she feigned resistance, but her tongue was expressing how excited she was. After a few moments, I pulled back.
<<me>>This can't be all you wanted.<</me>>
Again, she smirked, lifting her legs, and wrapping them around my hips, pulling my close.
<<assw>>Please, I'm not wasting a favor on some fun. I was just hoping we could kill two birds with one stone.<</assw>>
I sighed, but reached down, undoing my belt. <<nassw>> giggled, and reached down, lifting her skirt, showing her bare pussy.
<<me>>Naughty slut.<</me>>
<<assw>>I do need some punishment.<</assw>>
I pulled my pants down, and freed my cock, and began rubbing it back and forth on her pussy.
<<assw>>Mmmmm, fuuck I missed that.<</assw>>
I grabbed her neck again, and made her face me, grabbing her breast again.
<<me>>So, you said we could kill two birds with one stone.<</me>>
I pushed my cock inside her slowly, eliciting a low moan from her.
<<me>>Start explaining slut.<</me>>
<<assw>>Oh fuck, you are a bastard, aren't you?<</assw>>
<<nassw>> moaned out, as I slowly sawed my cock inside of her. I began slowly fucking her, playing with her tits as I did, massaging them roughly, pinching and pulling on her nipples. After a minute, I stopped suddenly.
<<assw>>MMmmMMmm- W-what are you doing?<</assw>>
<<me>>Well you're not doing your part, so I'm not gonna do mine.<</me>>
<<assw>>Fine!<</assw>>
She said, reaching up and grabbing a folder, and shoving it into my chest.
<<assw>>Now fuck.<</assw>>
<<me>>What, you want me to read some documents while I fuck you?<</me>>
I smirked, grabbing the folder, and throwing it back where she took it from.
<<me>>Explain it to me, like a good girl.<</me>>
<<assw>>Oh, you are pushing it.<</assw>>
I pushed my cock deeper inside her.
<<assw>>MmmoooOOOoFFFfffuuUUucKCkk!<</assw>>
<<me>>No, that's me pushing it. Now, explain it to me.<</me>>
<<nassw>> licked her lips, glaring at me.
<<assw>>You know about part of my business already.<</assw>>
<<me>>The club?<</me>>
<<assw>>No. The one that <<ncrim1>> runs.<</assw>>
I squinted at her, before finally remembering who she was talking about.
<<me>>You mean the bitch that tried to get <<nbusid>> to become a whore?<</me>>
<<assw>>The very one.<</assw>>
She said, slapping my ass.
<<assw>>Now fuck.<</assw>>
I grabbed her hair, pulling on it lightly, before starting to fuck into her again.
<<assw>>Now who's a good boy...<</assw>>
She laughed, moaning as she did.
<<me>>Keep going.<</me>>
<<assw>>Well, I'm having- MmmmM - a bit of an issue.<</assw>>
<<me>>You mean her offering me a free ride?<</me>>
I asked, fucking her harder.
<<assw>>That's it!<</assw>>
She moaned out, before shaking her head.
<<assw>>No, that wasn't anything a bit of cracking heads didn't fix.<</assw>>
<<me>>Then what?<</me>>
<img class="leftimg" src="images/Characters/Town/Borderlands/Ass/19.webp">\
<<assw>>Fuck me stud, I'm so close.<</assw>>
<<me>>Hey!<</me>>
I yelled at her, but she wasn't listening, so I reached up and slapped her. As I did, her eyes shot wide, completely in disbelief, before they rolled back, a large orgasm hitting her.
<<me>>Goddammit.<</me>>
I groaned, as I felt the walls of her pussy tighten. I continued fucking into her as she rode her orgasm, not trying to get her attention as she was in the middle of it. There wasn't any point. After a minute more, I finally grabbed her face.
<<me>>Hey, wha-<</me>>
She grabbed my wrist, hard, and glared at me.
<<assw>>Do not - // pant pant // - do that - // pant pant // - again.<</assw>>
I smiled, before leaning down, pressing my lips into her, and started fucking her harder, eliciting a moan from her.
<<me>>I don't know, you seemed to like it just fine.<</me>>
<<assw>>I... I don't care...<</assw>>
She said between moans.
<<assw>>Not again.<</assw>>
I laughed, shaking my head.
<<me>>Fine.<</me>>
I barely got my word out before she pulled me into her lips, as I felt her hips buck up into mine. We made out for another few minutes as I pistoned into her warm wet hole. As I did, I could feel my own orgasm approach. <<nassw>> wouldn't let me go, so I continued fucking her, and before long, I felt myself begin to empty my balls directly into her womb, pushing <<nassw>> into another orgasm. We continued rutting like animals as each of us tried fucking the other as hard and deep as possible, getting my cum directly into her womb. After a few minutes, she finally let me go, and I leaned back, my cock popping out from inside her.
<<me>>Fuck.<</me>>
<<assw>>Damn right.<</assw>>
<<me>>I think we got too into that.<</me>>
<<assw>>Agreed. But, it was needed. Now-<</assw>>
She said, reaching up and grabbing the folder, and handed it to me. I chuckled, and opened it. I went through it, skimming it.
<<me>>I'm... I'm confused, this is a... Competitor?<</me>>
<<assw>>Business partner. Of sorts.<</assw>>
<<me>>Ok.<</me>>
<<nassw>> sighed.
<<assw>>The woman I dealt with was named Madame Moreau.<</assw>>
<<me>>Huh. I'm seeing a Belle Moreau here.<</me>>
<<assw>>Her daughter. And my problem.<</assw>>
<img class="leftimg" src="images/Characters/Town/Brighttown/Sonar/Crim2/02.png">\
I continued leafing through the paper, seeing a picture of her. Pretty. She continued.
<<assw>>Seems the Madame is sick, and training Belle to take over.<</assw>>
<<me>>What exactly do they do for you.<</me>>
<<assw>>To put it indelicately, financial slavery.<</assw>>
My eyebrow raised as I looked over to her. She tilted her head, as if studying my reaction. It took me only a moment more to realize.
<<me>>What <<ncrim1>> tried to do with <<nbusids>>.<</me>>
<<assw>>Correct. But on a more advanced level.<</assw>>
I sighed, and leaned forward, putting my hand on my forehead, rubbing my temples.
<<me>>And you're what in this equation?<</me>>
<<assw>>Distributor of sorts.<</assw>>
<<me>>Just say pimp.<</me>>
I said, opening the folder again.
<<me>>You were indelicate before, why stop now?<</me>>
<<assw>>Just trying not to push you out of the door.<</assw>>
I sighed.
<<me>>Like you said. I made my choice.<</me>>
I looked down at her.
<<me>>So what do you need from me?<</me>>
<<assw>>To meet her.<</assw>>
<<me>>And?<</me>>
<<assw>>If I'm right about you, get me a good deal.<</assw>>
I sighed again.
<<me>>Good deal. Right.<</me>>
I stood up, and handed her the folder.
<<me>>I'm not going to keep this.<</me>>
<<assw>>Are you going to help?<</assw>>
<<me>>I said I would.<</me>>
She smiled at that, and slowly stood up, her large breasts still out of her top. She leaned forward, and kissed my cheek.
<<assw>>Good boy.<</assw>>
I rolled my eyes, before reaching back and slapping her ass, earning a glare.
<<me>>Just text me when the meeting is. I'll be there.<</me>>
<<assw>>Fine.<</assw>>
I made my way to the door as she slowly started fixing her outfit, before looking at me.
<<assw>>Until the next time <<nme>><</assw>>
<<if $Time lt 4>><<Button 'Leave Sonar' 'Brighttown' '.return2' '$scene to 0, $story.side3 += 1, $event.assw to 0, $event.side3 to 0, $Time +=1'>><<else>><<Button 'Go home' 'Sleep' '.return2' '$scene to 0, $story.side3 += 1, $event.assw to 0, $event.side3 to 0'>><</if>><<nobr>><<set $GallPg = 5, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 31>><div class="grid-item GImg"><<link [img[$GallImg[30]]]>><<replace "#phone">><<set $ImgCh to 30>><<include "GallSel6">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 32>><div class="grid-item GImg"><<link [img[$GallImg[31]]]>><<replace "#phone">><<set $ImgCh to 31>><<include "GallSel6">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 33>><div class="grid-item GImg"><<link [img[$GallImg[32]]]>><<replace "#phone">><<set $ImgCh to 32>><<include "GallSel6">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 34>><div class="grid-item GImg"><<link [img[$GallImg[33]]]>><<replace "#phone">><<set $ImgCh to 33>><<include "GallSel6">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 35>><div class="grid-item GImg"><<link [img[$GallImg[34]]]>><<replace "#phone">><<set $ImgCh to 34>><<include "GallSel6">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 36>><div class="grid-item GImg"><<link [img[$GallImg[35]]]>><<replace "#phone">><<set $ImgCh to 35>><<include "GallSel6">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery5">><</replace>><</link>></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>></div>
<div class="grid-item">
<<if $ImgAm gte 37>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery7">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><<set $GallPg = 5, $NewGal to 0>>
<div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 25>><div class="grid-item GImg"><<link [img[$GallImg[24]]]>><<replace "#phone">><<set $ImgCh to 24>><<include "GallSel5">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 26>><div class="grid-item GImg"><<link [img[$GallImg[25]]]>><<replace "#phone">><<set $ImgCh to 25>><<include "GallSel5">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 27>><div class="grid-item GImg"><<link [img[$GallImg[26]]]>><<replace "#phone">><<set $ImgCh to 26>><<include "GallSel5">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 28>><div class="grid-item GImg"><<link [img[$GallImg[27]]]>><<replace "#phone">><<set $ImgCh to 27>><<include "GallSel5">><</replace>><<include "Contacts">><</link>>
</div><</if>>
<<if $ImgAm gte 29>><div class="grid-item GImg"><<link [img[$GallImg[28]]]>><<replace "#phone">><<set $ImgCh to 28>><<include "GallSel5">><</replace>><</link>>
</div><</if>>
<<if $ImgAm gte 30>><div class="grid-item GImg"><<link [img[$GallImg[29]]]>><<replace "#phone">><<set $ImgCh to 29>><<include "GallSel5">><</replace>><</link>>
</div><</if>>
</div>
<div class="HomeButton">
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery4">><</replace>><</link>></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>></div>
<div class="grid-item">
<<if $ImgAm gte 31>><<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "Gallery6">><</replace>><</link>><</if>>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 31>>
<div class="grid-item GImg">[img[$GallImg[30]]]
</div><</if>>
<<if $ImgAm gte 32>>
<div class="grid-item GImg">[img[$GallImg[31]]]
</div><</if>>
<<if $ImgAm gte 33>>
<div class="grid-item GImg">[img[$GallImg[32]]]
</div><</if>>
<<if $ImgAm gte 34>>
<div class="grid-item GImg">[img[$GallImg[33]]]
</div><</if>>
<<if $ImgAm gte 35>>
<div class="grid-item GImg">[img[$GallImg[34]]]
</div><</if>>
<<if $ImgAm gte 36>>
<div class="grid-item GImg">[img[$GallImg[35]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<replace "#phone">><<set $ImgSel to $ImgCh>><<include "Gallery6">><</replace>><</link>>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery6">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<nobr>><div class="Gallery">
<div class="GallImg">
<<if $ImgAm gte 25>>
<div class="grid-item GImg">[img[$GallImg[24]]]
</div><</if>>
<<if $ImgAm gte 26>>
<div class="grid-item GImg">[img[$GallImg[25]]]
</div><</if>>
<<if $ImgAm gte 27>>
<div class="grid-item GImg">[img[$GallImg[26]]]
</div><</if>>
<<if $ImgAm gte 28>>
<div class="grid-item GImg">[img[$GallImg[27]]]
</div><</if>>
<<if $ImgAm gte 29>>
<div class="grid-item GImg">[img[$GallImg[28]]]
</div><</if>>
<<if $ImgAm gte 30>>
<div class="grid-item GImg">[img[$GallImg[29]]]
</div><</if>>
</div>
<div class="GallDisp">
<img src="images/Phone/Misc/Black.png">
<div class="GallSel">
<div class="grid-item">[img[$GallImg[$ImgCh]]]
</div>
<div class="grid-item"><<link '<img src="images/Phone/Misc/Button1.png">'>><<= "<<run $('.Phone').css('background-image','url(images/Phone/Homescreens/" + $ImgSel + ".png)')>>">><<replace "#phone">><<set $ImgSel to $ImgCh>><<include "Gallery5">><</replace>><</link>>
<<link '<img src="images/Phone/Misc/Button2.png">'>><<replace "#phone">><<include "Gallery5">><</replace>><</link>>
</div>
</div>
<div class="HomeButton">
<div class="grid-item"></div>
<div class="grid-item">
<<link '<img src="images/Phone/Misc/Blank.png">'>><<replace "#phone">><<include "PhoneMain">><</replace>><</link>>
</div>
<div class="grid-item"></div>
</div>
</div>
<<include "Notifications">>
</div>
<</nobr>><<if $replay is "commish-1">>\
\
\
\
<<cain>>I don't feel like I've done anything that deserves this level of skepticism.><</cain>>
I heard <<ncain>> say as I walked into the city hall.
<<met>>I guess it was possessing my body, and then not telling me about the dangers involved.<</met>>
<<cain>>You're still upset over that? Get over it.<</cain>>
I felt the sarcasm dripping off of <<ncain>> as I made my way up the front stairs.
<<cain>>Besides, I feel like a lot of positives came along with that.<</cain>>
I shrugged.
<<met>>I am over it. I'm just pointing out the healthy level of skepticism.<</met>>
<<cain>>Ok, then look at it this way. Have I lied about the effects of a sin?<</cain>>
<<met>>No... Listen, it's not that I don't believe it, it's more like...<</met>>
I trailed off, and <<ncain>> stepped in.
<<cain>>What's really the worst thing that can happen? It doesn't work, you use Lust, and sleep with an attractive woman.<</cain>>
I sighed, before shrugging.
<<met>>I guess that's not an awful turn of events.<</met>>
<<cain>>Yeah, you'll really have to bear it. Poor you.<</cain>>
I laughed.
<<met>>Alright, let's give this a go.<</met>>
I stared at the door for a few seconds. The gold lettering on it was both impressive, and intimidating. "<span class="CommishText">$commish.name Warner</span>, Police Commissioner". And yet, the thoughts of what was awaiting me inside just had me filled with excitement. I opened the door, and was greeting to a thin, perhaps too thin, man. Not too much older than me. He stood up, and flashed me a smile.
<<say '???' 'images/character icons/One Time/CommishS.png'>><span class="CommishSText">Hello sir, can I help you?</span><</say>>
<<me>>Ah, I was hoping I could pop in and have a talk with <<ncommish>>.<</me>>
He continued smiling, but I could see from his reaction that he was fighting the effects of Lust.
<<me>>Hey, I'm <<nme>>.<</me>>
I said, extending my hand. He took it, nodding.
<<commishs>><<ncommishs>>.<</commishs>>
<<me>>Nice to meet you <<ncommishs>>.<</me>>
He nodded, and as we shook hands, I could feel the effects of Lust working, making him more and more submissive.
<<me>>Like I said, <<ncommishs>>, I have something I need to discuss with <<ncommish>>.<</me>>
<<commishs>>R-right, it's just...<</commishs>>
He looked back at the door behind him, then back at me, before nodding.
<<commishs>>I can ask her if it's-<</commishs>>
<<me>>Not necessary. It's gonna be quick.<</me>>
<<commishs>>O-ok.<</commishs>>
<<me>>Good man.<</me>>
I patted his shoulder, before walking past him into the office, where I saw <<ncommish>> leaning back on her chair, rubbing her temples.
<<commish>><<ncommishs>>, I told you, no-<</commish>>
She started to snap, before opening her eyes, and seeing me.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/03.png">\
<<me>>Sorry to interrupt, I just had something I needed to chat about.<</me>>
As I spoke, <<ncommish>> got over her surprise, a small slowly creeping onto her lips.
<<commish>><<nme>>, right?<</commish>>
<<me>>That's right.<</me>>
She nodded, before leaning forward, her breasts pushed out, before she rested her head on the desk in front of her.
<<commish>>I suppose I can spare a moment for a concerned citizen.<</commish>>
I smirked, closing the door behind me, as she reached for her phone, pressing a button and opening a line.
<<commishs>>Yes ma'a-<</commishs>>
<<commish>>Hold my calls. And this time, <<ncommishs>>...<</commish>>
She paused, glaring at the phone with enough force that I was sure he could feel it.
<<commish>>No interruptions.<</commish>>
<<commishs>>Y-yes ma'am.<</commishs>>
<<commish>>Please, have a seat.<</commish>>
She said, raising out from behind her desk, and walking over to the couch on the other side of the office. I nodded, and joined her, taking a spot beside her. As she sat down, I couldn't help but notice how her outfit hugged her curves, and I could feel my lust taking over.
<<commish>>So, what can I help you with today, <<nme>>?<</commish>>
As she said that, she leaned to the side, showing off her entire body.
<<Button 'I was wondering if you were thirsty' 'Replay2' '.pridebut' '$f to 1'>>\
\
\
\
<</if>>\<<if $replay is "commish-1">>\
\
\
\
It was a strange experience. <<if hasVisited("BankW: 3-1")>>Not unlike how it was using Greed on <<nbankm>>.<</if>> Hell, it was similar to the effects of Lust, but I guess I had gotten used to the feeling. Or maybe it was just a sight that was more welcoming.
In this case, strange really was the most apt way of putting it. It was like I was watching a light dim. I could see the effects that <<ncain>> had described.
<<commish>>I-I... What were we talking about?<</commish>>
Even her voice. It was the same, but it wasn't. It was difficult to explain, except... She just sounded less intelligent.
<<me>>I thought you might be a little thirsty, so I wanted to come over and help you out, if-<</me>>
Before I could even finish my offer, her face lit up, and she bounced on the couch, before leaning forward, and wrapping me up in her arms.
<<commish>>Oh my god, yes! I'm super thirsty, how did you know?<</commish>>
Every sentence out of her mouth, I could feel my confidence growing.
<<me>>Well, I thought you looked a little stupid last time we met, so of course you forget to drink water.<</me>>
I said, pulling out whatever excuse was most readily available. But it wasn't the best excuse I could think of. Because I don't think it had to be.
<<commish>>Oh my gosh, you're so right!<</commish>>
She said, laughing like a schoolgirl, as she slapped my arm.
<<met>>...<</met>>
<<cain>>Intoxicating, isn't it?<</cain>>
If <<ncain>> wasn't a literal second soul inside of my head, I would have accused him of reading my mind. Watching this powerful woman, reduced to... This... Well, I couldn't help but feel powerful.
<<me>>Well, you're in luck.<</me>>
I said, wrapping my arm around her, causing her to giggle lightly, before cuddling closer to me.
<<me>>I thought I could give you a bit of my spit to drink.<</me>>
I said, feeling a bit embarrassed from the corny line, but I leaned forward anyway. However, I felt her hand pressed on my chest.
<<commish>>W-wait a second! That would be kissing, wouldn't it?<</commish>>
She asked genuinely, as she tried to reason out what I had just said.
<<cain>>I told you, Pride isn't exactly like Lust. It's an ability that stacks. So the first time, you're going to get some resistance.<</cain>>
<<met>>But the more I do it...<</met>>
<<cain>>Bingo. And besides, she might be smart enough to stop that, but-<</cain>>
<<met>>I'm picking up what you're putting down.<</met>>
I thought at <<ncain>>, feeling a pat on my back as he moved to the back of my mind, as I refocused on the confused MILF in front of me.
<<me>>Gotcha!<</me>>
That's all it took, before <<ncommish>> broke out into a giggle, followed by another slap on my arm.
<<commish>>I knew it! I wouldn't cheat on my hubby!<</commish>>
<<me>>Oh, I know you wouldn't, I know how loyal you are.<</me>>
<<commish>>I am!<</commish>>
<<me>>But, I do have a drink for you, if you want to try it?<</me>>
<<commish>>Of course I do!<</commish>>
<<me>>But hey, let's make it a game!<</me>>
<<commish>>Oh my gosh, I love games.<</commish>>
I smiled, standing up, and looked around, spotting a scarf on the coat rack near her door. I walked over, snagged it, and handed it to her.
<<me>>This game is super fun.<</me>>
<<commish>>Yay!<</commish>>
She giggled, before tilting her head.
<<commish>>How do I play?<</commish>>
<<me>>Well the drink is in a special bottle, and you have to get the drink out.<</me>>
<<commish>>Oh, fun! But, what does...<</commish>>
She said, raising the scarf. I grabbed it, and started wrapping it around her eyes, with no resistance from her.
<<me>>Well it wouldn't be a challenge to get the drink if you could see the bottle.<</me>>
<<commish>>Duh! I'm so dumb.<</commish>>
<<me>>Yeah, you are.<</me>>
I said, tightening the scarf.
<<me>>Can you see?<</me>>
<<commish>>Nope!<</commish>>
She said, smiling brightly, bouncing in excitment. I smiled down at her, and slowly undid my belt.
<<me>>Alright, then to start, why don't you stick your tongue out.<</me>>
<<commish>>Aaaaahhhh.<</commish>>
She exclaimed, sticking it out, not questioning me for a moment. I stifled a chuckle, before slapping her tongue with the head of my cock.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/04.webp">\
<<commish>>Oh, it's warm!<</commish>>
<<me>>Well it's getting colder these days. Thought I'd bring you something to keep you warm.<</me>>
<<commish>>Oh my gosh, you're so thoughtful.<</commish>>
I slapped it a couple of times on her tongue, before slowly rubbing my cock all over her face.
<<commish>>Oh, why-<</commish>>
<<me>>I don't want to make it too hard.<</me>>
I felt <<ncain>> fight to laugh.
<<me>>For you... To guess. Now why don't you kiss it.<</me>>
<<commish>>Why?<</commish>>
<<me>>Listen, you're a bit of a stupid bitch, aren't you?<</me>>
<<commish>>Awww...<</commish>>
She pouted for a second, before nodding.
<<commish>>Yeah...<</commish>>
<<me>>So you need to trust me a little. Your lips are so sensitive to touch, so kissing it might give you a hint.<</me>>
<<commish>>Oh, that makes sense.<</commish>>
<<me>>I know, you dummy. Now kiss. With tongue.<</me>>
She followed my instructions, and began placing slow kisses all over my cock, and I felt her tongue stick out momentarily, leaving the spot wet as she moved to kiss somewhere else. I enjoyed the sensation, but had to jump in as I saw her hands move up.
<<me>>Oh, no cheating!<</me>>
<<commish>>Oh, please? I don't know what this is at all!<</commish>>
She begged. I smiled, and grabbed her hands, and slowly bringing them up to my balls.
<<me>>Tell you what. Massage these, they're part of the bottle. Be very gentle with them.<</me>>
<<commish>>Thanks.<</commish>>
She said, completely focusing on massaging my balls gently.
<<me>>And why don't you open your stupid little mouth, and you can get to sucking properly.<</me>>
<<commish>>Sorry, what? Playing with the bottle is so fun!<</commish>>
She said, not hearing what I said.
<<me>>I said open your mouth, and you can try to get the drink out by sucking.<</me>>
<<commish>>Ok!<</commish>>
She exclaimed, as she opened her mouth, and I slowly pushed the head of my cock into her mouth, groaning from the warmth. She was clearly worried, as she backed up her head, and looked up in my direction.
<<commish>>Are you ok <<nme>>?<</commish>>
<<me>>Yeah, I'm great, just suck.<</me>>
<<commish>>As long as-<</commish>>
I cut her off with my cock, using my hand to push her head down on my cock. She got the hint, and began sucking on the head of my cock with gusto, gently massaging my balls as she did. I looked up at the ceiling, enjoying the feeling of her unknowing blowjob. I stood there for a couple of minutes, before groaning down at her.
<<me>>I don't think you're going to be able to get the drink out at this rate.<</me>>
She slowly pulled my cock out, giving it a quick kiss, before looking up at me again.
<<commish>>Are you sure? I think it's already starting to leak, I keep getting a slight salty taste in my mouth, and it's coming from the hole!<</commish>>
<<me>>What did I say earlier?<</me>>
She paused for a moment, before nodding.
<<commish>>I'm a stupid bitch.<</commish>>
<<me>>Say it again.<</me>>
<<commish>>I'm a stupid bitch.<</commish>>
<<me>>So?<</me>>
She nodded again, looking convinced, smiling lightly at me.
<<commish>>That I should trust you!<</commish>>
<<me>>That's right!<</me>>
I caressed her face, and felt her melt into my hand as I gave her praise.
<<commish>>Ok <<nme>>. What should I do?<</commish>>
<<me>>Well, it might get a bit rough, but I think if you let me grab your head, I could work your throat well enough to lube the drink out.<</me>>
<<commish>>How are you gonna grab my head? Your hands aren't that big.<</commish>>
<<me>>Easy.<</me>>
I said, grabbing two fistfuls of hair, and holding them to either side of her head.
<<me>>Bitch handles.<</me>>
She bounced, looking excited when I said that.
<<commish>>Oh, and I'm a stupid bitch!<</commish>>
<<me>>That's right!<</me>>
She smiled brightly.
<<commish>>You're such a good guy, <<nme>>. First the drink, and now helping me get the drink.<</commish>>
<<me>>Yeah, shut the fuck up, and open your mouth.<</me>>
She nodded, opening her mouth widely, sticking her tongue out. I pressed the head of my cock on her tongue, before slowly pushing forward. I slowly started fucking her mouth, her hands still massaging my balls. After a few moments, I pushed forward, until I felt the entrance to her throat. She gagged a little.
<<me>>Are you ready?<</me>>
<<commish>>GHhhHA-<</commish>>
I barely let her get a sound out, before I started pushing forward, entering her throat.
<<me>>There you are. You're a good little bitch, aren't you?<</me>>
She moaned in agreement, fighting back against the gags, as I continued pushing forward, until I managed to get my entire length down her throat.
<<me>>There we go. Where you belong.<</me>>
Again, didn't let her respond, before I gripped her bitch handles, and began slowly sawing out of her throat, before moving back in. I stood there, slowly fucking the police commissioners face in her office, enjoying her hands gently massaging my balls. As I continued, I started speeding up.
<<me>>That's it! You're gonna get my drink soon!<</me>>
I groaned, feeling closer and closer to orgasm with each stroke.
<<me>>You're gonna swallow it all, like a good little bitch!<</me>>
I grunted, hilting in her throat, as I started blasting rope after rope directly into her throat.
<<commish>>MMmmMMmmm...<</commish>>
<<me>>Fuck, you did it slut. I'm feeding you my drink.<</me>>
I groaned, feeling the muscles of her throat massaging me, milking me for every last drop. I could feel myself almost finish, so I pulled out, and shot the last few ropes directly onto her tongue.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/05.webp">\
<<me>>There we go. How'd you like your drink?<</me>>
I asked, as she slowly caught her breath.
<<commish>>It...//gasp//...It was hard to drink.<</commish>>
<<me>>Obviously. That's why I blew most of it down your whore throat.<</me>>
<<commish>>I don't know...//gasp//...I don't think I really liked it.<</commish>>
I leaned down, still holding her head with one of her handles, and with the other hand, slapped her face.
<<me>>Nonsense. You loved it.<</me>>
She brought her hand up to her reddening cheek.
<<commish>>I-I did?<</commish>>
<<me>>Obviously. Like you said, you're a stupid bitch, so you need a man to tell you what you really think.<</me>>
<<commish>>O-oh. R-really? Because I-<</commish>>
I slapped her again.
<<me>>Say the line.<</me>>
She rubbed her cheek again, before looking up in my direction.
<<commish>><span style="font-size: 0.8em">I'm a dumb bitch...</span><</commish>>
<<me>>Again.<</me>>
<<commish>>I'm a dumb bitch.<</commish>>
<<me>>One more time.<</me>>
<<commish>>I'm a dumb bitch!<</commish>>
She said, sounding more sure each time.
<<me>>So how did you like your drink?<</me>>
<<commish>>I loved it!<</commish>>
She smiled brightly, as a drop of my cum dripped from the corner of her mouth.
<<if $fet.piss is 1>><<me>>Good girl. Now open your mouth again.<</me>>
<<commish>>Oh, more?<</commish>>
<<me>>Well this drink actually has a chaser that comes with it.<</me>>
I said, pointing my softening cock at her face.
<<me>>Tongue out.<</me>>
<<commish>>Aaaahhhh!<</commish>>
She did as ordered, and I felt my bladder release, as I began pissing on her. I aimed the stream on her face for a second, making sure to mark her properly, before aiming it at her mouth. I quickly filled it with my urine.
<<me>>Swallow.<</me>>
She gulped loudly, my stream covering her face as she closed her mouth to do it, before she opened her mouth again. I filled her mouth two more times after that, leaving her a bit of a dripping mess, smelling like my piss.
<<else>><<me>>Good girl.<</me>><</if>>
I groaned, pulling my cock back into my pants.
<<me>>So what do you think the drink is?<</me>>
She pursed her lips, putting her hand to her chin, deeply in thought. Well, as deep a thought as she could muster at the moment. It wasn't a few moments later before she groaned.
<<commish>>Ugh, I don't know!<</commish>>
<<me>>Oh, well, you lose then!<</me>>
<<commish>>Aawwww, you have to tell me what it is!<</commish>>
<<me>>No no no, we're just going to have to play again.<</me>>
<<commish>>Ok!<</commish>>
<<me>>Now, since you lost...<</me>>
I leaned forward, and spit on her face. She flinched, before smiling.
<<commish>>I'm totally going to win next time.<</commish>>
<<me>>Sure you are, you stupid little bitch.<</me>>
I smirked, shaking my head as I walked to the door. I looked back at her, and watched her for a moment. She was smiling brightly, sitting still, my fluids combined on her face, dripping off her chin. Her shirt was a mess, and she was still blindfolded, and didn't make any moves to change it. I chuckled, and walked out into the entrance area.
<<me>>Hey <<ncommishs>>.<</me>>
<<commishs>>Yes?<</commishs>>
<<me>>She said she wanted to rest a bit more, so she'll call you when she's ready.<</me>>
He nodded, and I walked out of the office, feeling great.
<<Button 'Finish Replay' 'Replays' '.return2' '$replay to 0'>>\
\
\
\
<</if>>\It was a strange experience. <<if hasVisited("BankW: 3-1")>>Not unlike how it was using Greed on <<nbankm>>.<</if>> Hell, it was similar to the effects of Lust, but I guess I had gotten used to the feeling. Or maybe it was just a sight that was more welcoming.
In this case, strange really was the most apt way of putting it. It was like I was watching a light dim. I could see the effects that <<ncain>> had described.
<<commish>>I-I... What were we talking about?<</commish>>
Even her voice. It was the same, but it wasn't. It was difficult to explain, except... She just sounded less intelligent.
<<me>>I thought you might be a little thirsty, so I wanted to come over and help you out, if-<</me>>
Before I could even finish my offer, her face lit up, and she bounced on the couch, before leaning forward, and wrapping me up in her arms.
<<commish>>Oh my god, yes! I'm super thirsty, how did you know?<</commish>>
Every sentence out of her mouth, I could feel my confidence growing.
<<me>>Well, I thought you looked a little stupid last time we met, so of course you forget to drink water.<</me>>
I said, pulling out whatever excuse was most readily available. But it wasn't the best excuse I could think of. Because I don't think it had to be.
<<commish>>Oh my gosh, you're so right!<</commish>>
She said, laughing like a schoolgirl, as she slapped my arm.
<<met>>...<</met>>
<<cain>>Intoxicating, isn't it?<</cain>>
If <<ncain>> wasn't a literal second soul inside of my head, I would have accused him of reading my mind. Watching this powerful woman, reduced to... This... Well, I couldn't help but feel powerful.
<<me>>Well, you're in luck.<</me>>
I said, wrapping my arm around her, causing her to giggle lightly, before cuddling closer to me.
<<me>>I thought I could give you a bit of my spit to drink.<</me>>
I said, feeling a bit embarrassed from the corny line, but I leaned forward anyway. However, I felt her hand pressed on my chest.
<<commish>>W-wait a second! That would be kissing, wouldn't it?<</commish>>
She asked genuinely, as she tried to reason out what I had just said.
<<cain>>I told you, Pride isn't exactly like Lust. It's an ability that stacks. So the first time, you're going to get some resistance.<</cain>>
<<met>>But the more I do it...<</met>>
<<cain>>Bingo. And besides, she might be smart enough to stop that, but-<</cain>>
<<met>>I'm picking up what you're putting down.<</met>>
I thought at <<ncain>>, feeling a pat on my back as he moved to the back of my mind, as I refocused on the confused MILF in front of me.
<<me>>Gotcha!<</me>>
That's all it took, before <<ncommish>> broke out into a giggle, followed by another slap on my arm.
<<commish>>I knew it! I wouldn't cheat on my hubby!<</commish>>
<<me>>Oh, I know you wouldn't, I know how loyal you are.<</me>>
<<commish>>I am!<</commish>>
<<me>>But, I do have a drink for you, if you want to try it?<</me>>
<<commish>>Of course I do!<</commish>>
<<me>>But hey, let's make it a game!<</me>>
<<commish>>Oh my gosh, I love games.<</commish>>
I smiled, standing up, and looked around, spotting a scarf on the coat rack near her door. I walked over, snagged it, and handed it to her.
<<me>>This game is super fun.<</me>>
<<commish>>Yay!<</commish>>
She giggled, before tilting her head.
<<commish>>How do I play?<</commish>>
<<me>>Well the drink is in a special bottle, and you have to get the drink out.<</me>>
<<commish>>Oh, fun! But, what does...<</commish>>
She said, raising the scarf. I grabbed it, and started wrapping it around her eyes, with no resistance from her.
<<me>>Well it wouldn't be a challenge to get the drink if you could see the bottle.<</me>>
<<commish>>Duh! I'm so dumb.<</commish>>
<<me>>Yeah, you are.<</me>>
I said, tightening the scarf.
<<me>>Can you see?<</me>>
<<commish>>Nope!<</commish>>
She said, smiling brightly, bouncing in excitment. I smiled down at her, and slowly undid my belt.
<<me>>Alright, then to start, why don't you stick your tongue out.<</me>>
<<commish>>Aaaaahhhh.<</commish>>
She exclaimed, sticking it out, not questioning me for a moment. I stifled a chuckle, before slapping her tongue with the head of my cock.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/04.webp">\
<<commish>>Oh, it's warm!<</commish>>
<<me>>Well it's getting colder these days. Thought I'd bring you something to keep you warm.<</me>>
<<commish>>Oh my gosh, you're so thoughtful.<</commish>>
I slapped it a couple of times on her tongue, before slowly rubbing my cock all over her face.
<<commish>>Oh, why-<</commish>>
<<me>>I don't want to make it too hard.<</me>>
I felt <<ncain>> fight to laugh.
<<me>>For you... To guess. Now why don't you kiss it.<</me>>
<<commish>>Why?<</commish>>
<<me>>Listen, you're a bit of a stupid bitch, aren't you?<</me>>
<<commish>>Awww...<</commish>>
She pouted for a second, before nodding.
<<commish>>Yeah...<</commish>>
<<me>>So you need to trust me a little. Your lips are so sensitive to touch, so kissing it might give you a hint.<</me>>
<<commish>>Oh, that makes sense.<</commish>>
<<me>>I know, you dummy. Now kiss. With tongue.<</me>>
She followed my instructions, and began placing slow kisses all over my cock, and I felt her tongue stick out momentarily, leaving the spot wet as she moved to kiss somewhere else. I enjoyed the sensation, but had to jump in as I saw her hands move up.
<<me>>Oh, no cheating!<</me>>
<<commish>>Oh, please? I don't know what this is at all!<</commish>>
She begged. I smiled, and grabbed her hands, and slowly bringing them up to my balls.
<<me>>Tell you what. Massage these, they're part of the bottle. Be very gentle with them.<</me>>
<<commish>>Thanks.<</commish>>
She said, completely focusing on massaging my balls gently.
<<me>>And why don't you open your stupid little mouth, and you can get to sucking properly.<</me>>
<<commish>>Sorry, what? Playing with the bottle is so fun!<</commish>>
She said, not hearing what I said.
<<me>>I said open your mouth, and you can try to get the drink out by sucking.<</me>>
<<commish>>Ok!<</commish>>
She exclaimed, as she opened her mouth, and I slowly pushed the head of my cock into her mouth, groaning from the warmth. She was clearly worried, as she backed up her head, and looked up in my direction.
<<commish>>Are you ok <<nme>>?<</commish>>
<<me>>Yeah, I'm great, just suck.<</me>>
<<commish>>As long as-<</commish>>
I cut her off with my cock, using my hand to push her head down on my cock. She got the hint, and began sucking on the head of my cock with gusto, gently massaging my balls as she did. I looked up at the ceiling, enjoying the feeling of her unknowing blowjob. I stood there for a couple of minutes, before groaning down at her.
<<me>>I don't think you're going to be able to get the drink out at this rate.<</me>>
She slowly pulled my cock out, giving it a quick kiss, before looking up at me again.
<<commish>>Are you sure? I think it's already starting to leak, I keep getting a slight salty taste in my mouth, and it's coming from the hole!<</commish>>
<<me>>What did I say earlier?<</me>>
She paused for a moment, before nodding.
<<commish>>I'm a stupid bitch.<</commish>>
<<me>>Say it again.<</me>>
<<commish>>I'm a stupid bitch.<</commish>>
<<me>>So?<</me>>
She nodded again, looking convinced, smiling lightly at me.
<<commish>>That I should trust you!<</commish>>
<<me>>That's right!<</me>>
I caressed her face, and felt her melt into my hand as I gave her praise.
<<commish>>Ok <<nme>>. What should I do?<</commish>>
<<me>>Well, it might get a bit rough, but I think if you let me grab your head, I could work your throat well enough to lube the drink out.<</me>>
<<commish>>How are you gonna grab my head? Your hands aren't that big.<</commish>>
<<me>>Easy.<</me>>
I said, grabbing two fistfuls of hair, and holding them to either side of her head.
<<me>>Bitch handles.<</me>>
She bounced, looking excited when I said that.
<<commish>>Oh, and I'm a stupid bitch!<</commish>>
<<me>>That's right!<</me>>
She smiled brightly.
<<commish>>You're such a good guy, <<nme>>. First the drink, and now helping me get the drink.<</commish>>
<<me>>Yeah, shut the fuck up, and open your mouth.<</me>>
She nodded, opening her mouth widely, sticking her tongue out. I pressed the head of my cock on her tongue, before slowly pushing forward. I slowly started fucking her mouth, her hands still massaging my balls. After a few moments, I pushed forward, until I felt the entrance to her throat. She gagged a little.
<<me>>Are you ready?<</me>>
<<commish>>GHhhHA-<</commish>>
I barely let her get a sound out, before I started pushing forward, entering her throat.
<<me>>There you are. You're a good little bitch, aren't you?<</me>>
She moaned in agreement, fighting back against the gags, as I continued pushing forward, until I managed to get my entire length down her throat.
<<me>>There we go. Where you belong.<</me>>
Again, didn't let her respond, before I gripped her bitch handles, and began slowly sawing out of her throat, before moving back in. I stood there, slowly fucking the police commissioners face in her office, enjoying her hands gently massaging my balls. As I continued, I started speeding up.
<<me>>That's it! You're gonna get my drink soon!<</me>>
I groaned, feeling closer and closer to orgasm with each stroke.
<<me>>You're gonna swallow it all, like a good little bitch!<</me>>
I grunted, hilting in her throat, as I started blasting rope after rope directly into her throat.
<<commish>>MMmmMMmmm...<</commish>>
<<me>>Fuck, you did it slut. I'm feeding you my drink.<</me>>
I groaned, feeling the muscles of her throat massaging me, milking me for every last drop. I could feel myself almost finish, so I pulled out, and shot the last few ropes directly onto her tongue.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/05.webp">\
<<me>>There we go. How'd you like your drink?<</me>>
I asked, as she slowly caught her breath.
<<commish>>It...//gasp//...It was hard to drink.<</commish>>
<<me>>Obviously. That's why I blew most of it down your whore throat.<</me>>
<<commish>>I don't know...//gasp//...I don't think I really liked it.<</commish>>
I leaned down, still holding her head with one of her handles, and with the other hand, slapped her face.
<<me>>Nonsense. You loved it.<</me>>
She brought her hand up to her reddening cheek.
<<commish>>I-I did?<</commish>>
<<me>>Obviously. Like you said, you're a stupid bitch, so you need a man to tell you what you really think.<</me>>
<<commish>>O-oh. R-really? Because I-<</commish>>
I slapped her again.
<<me>>Say the line.<</me>>
She rubbed her cheek again, before looking up in my direction.
<<commish>><span style="font-size: 0.8em">I'm a dumb bitch...</span><</commish>>
<<me>>Again.<</me>>
<<commish>>I'm a dumb bitch.<</commish>>
<<me>>One more time.<</me>>
<<commish>>I'm a dumb bitch!<</commish>>
She said, sounding more sure each time.
<<me>>So how did you like your drink?<</me>>
<<commish>>I loved it!<</commish>>
She smiled brightly, as a drop of my cum dripped from the corner of her mouth.
<<if $fet.piss is 1>><<me>>Good girl. Now open your mouth again.<</me>>
<<commish>>Oh, more?<</commish>>
<<me>>Well this drink actually has a chaser that comes with it.<</me>>
I said, pointing my softening cock at her face.
<<me>>Tongue out.<</me>>
<<commish>>Aaaahhhh!<</commish>>
She did as ordered, and I felt my bladder release, as I began pissing on her. I aimed the stream on her face for a second, making sure to mark her properly, before aiming it at her mouth. I quickly filled it with my urine.
<<me>>Swallow.<</me>>
She gulped loudly, my stream covering her face as she closed her mouth to do it, before she opened her mouth again. I filled her mouth two more times after that, leaving her a bit of a dripping mess, smelling like my piss.
<<else>><<me>>Good girl.<</me>><</if>>
I groaned, pulling my cock back into my pants.
<<me>>So what do you think the drink is?<</me>>
She pursed her lips, putting her hand to her chin, deeply in thought. Well, as deep a thought as she could muster at the moment. It wasn't a few moments later before she groaned.
<<commish>>Ugh, I don't know!<</commish>>
<<me>>Oh, well, you lose then!<</me>>
<<commish>>Aawwww, you have to tell me what it is!<</commish>>
<<me>>No no no, we're just going to have to play again.<</me>>
<<commish>>Ok!<</commish>>
<<me>>Now, since you lost...<</me>>
I leaned forward, and spit on her face. She flinched, before smiling.
<<commish>>I'm totally going to win next time.<</commish>>
<<me>>Sure you are, you stupid little bitch.<</me>>
I smirked, shaking my head as I walked to the door. I looked back at her, and watched her for a moment. She was smiling brightly, sitting still, my fluids combined on her face, dripping off her chin. Her shirt was a mess, and she was still blindfolded, and didn't make any moves to change it. I chuckled, and walked out into the entrance area.
<<me>>Hey <<ncommishs>>.<</me>>
<<commishs>>Yes?<</commishs>>
<<me>>She said she wanted to rest a bit more, so she'll call you when she's ready.<</me>>
He nodded, and I walked out of the office, feeling great.
<<Button 'Mission success' 'City Hall' '.return2' '$commish.sub += 1, $scene to 0, $commish.percent += 2, $commish.scene.deleteFirst(1), $commish.scene.pushUnique(2), $Time += 1, $event.commish to 0'>><<if not hasVisited("Sub1M: 1-1")>><<cain>>I don't feel like I've done anything that deserves this level of skepticism.><</cain>>
I heard <<ncain>> say as I walked into the city hall.
<<met>>I guess it was possessing my body, and then not telling me about the dangers involved.<</met>>
<<cain>>You're still upset over that? Get over it.<</cain>>
I felt the sarcasm dripping off of <<ncain>> as I made my way up the front stairs.
<<cain>>Besides, I feel like a lot of positives came along with that.<</cain>>
I shrugged.
<<met>>I am over it. I'm just pointing out the healthy level of skepticism.<</met>>
<<cain>>Ok, then look at it this way. Have I lied about the effects of a sin?<</cain>>
<<met>>No... Listen, it's not that I don't believe it, it's more like...<</met>>
I trailed off, and <<ncain>> stepped in.
<<cain>>What's really the worst thing that can happen? It doesn't work, you use Lust, and sleep with an attractive woman.<</cain>>
I sighed, before shrugging.
<<met>>I guess that's not an awful turn of events.<</met>>
<<cain>>Yeah, you'll really have to bear it. Poor you.<</cain>>
I laughed.
<<met>>Alright, let's give this a go.<</met>>
<</if>>I stared at the door for a few seconds. The gold lettering on it was both impressive, and intimidating. "<span class="CommishText">$commish.name Warner</span>, Police Commissioner". And yet, the thoughts of what was awaiting me inside just had me filled with excitement. I opened the door, and was greeting to a thin, perhaps too thin, man. Not too much older than me. He stood up, and flashed me a smile.
<<say '???' 'images/character icons/One Time/CommishS.png'>><span class="CommishSText">Hello sir, can I help you?</span><</say>>
<<me>>Ah, I was hoping I could pop in and have a talk with <<ncommish>>.<</me>>
He continued smiling, but I could see from his reaction that he was fighting the effects of Lust.
<<me>>Hey, I'm <<nme>>.<</me>>
I said, extending my hand. He took it, nodding.
<<commishs>><<ncommishs>>.<</commishs>>
<<me>>Nice to meet you <<ncommishs>>.<</me>>
He nodded, and as we shook hands, I could feel the effects of Lust working, making him more and more submissive.
<<me>>Like I said, <<ncommishs>>, I have something I need to discuss with <<ncommish>>.<</me>>
<<commishs>>R-right, it's just...<</commishs>>
He looked back at the door behind him, then back at me, before nodding.
<<commishs>>I can ask her if it's-<</commishs>>
<<me>>Not necessary. It's gonna be quick.<</me>>
<<commishs>>O-ok.<</commishs>>
<<me>>Good man.<</me>>
I patted his shoulder, before walking past him into the office, where I saw <<ncommish>> leaning back on her chair, rubbing her temples.
<<commish>><<ncommishs>>, I told you, no-<</commish>>
She started to snap, before opening her eyes, and seeing me.
<img class="leftimg" src="images/Characters/Town/CityHall/Commish/03.png">\
<<me>>Sorry to interrupt, I just had something I needed to chat about.<</me>>
As I spoke, <<ncommish>> got over her surprise, a small slowly creeping onto her lips.
<<commish>><<nme>>, right?<</commish>>
<<me>>That's right.<</me>>
She nodded, before leaning forward, her breasts pushed out, before she rested her head on the desk in front of her.
<<commish>>I suppose I can spare a moment for a concerned citizen.<</commish>>
I smirked, closing the door behind me, as she reached for her phone, pressing a button and opening a line.
<<commishs>>Yes ma'a-<</commishs>>
<<commish>>Hold my calls. And this time, <<ncommishs>>...<</commish>>
She paused, glaring at the phone with enough force that I was sure he could feel it.
<<commish>>No interruptions.<</commish>>
<<commishs>>Y-yes ma'am.<</commishs>>
<<commish>>Please, have a seat.<</commish>>
She said, raising out from behind her desk, and walking over to the couch on the other side of the office. I nodded, and joined her, taking a spot beside her. As she sat down, I couldn't help but notice how her outfit hugged her curves, and I could feel my lust taking over.
<<commish>>So, what can I help you with today, <<nme>>?<</commish>>
As she said that, she leaned to the side, showing off her entire body.
<<Button 'I was wondering if you were thirsty' 'Commish: 1-2' '.pridebut' '$player.pride += 1'>>I looked around as I entered <<ncomb>>s house. It really brought to the forefront how different we were. She was a grown woman, with her own house. Sure, she was my boss, but it didn't really hit me. I'm barely an adult, still living in my childhood home. This was a grown woman.
<<comb>>You coming?<</comb>>
<<ncomb>> looked back at me, her tight dress accentuating every bit of her very generous curves. A grown woman, sure, and I was excited to turn her into nothing but a mess of pleasure.
<<me>>Lead the way.<</me>>
I growled, slapping her ass.
<<me>>It won't be the last time.<</me>>
<<comb>>Fuck.<</comb>>
She whispered, and slowly walked down the hallway, and up the stairs, until she got to a door. She stood in front of it, staring at it.
<<me>>Speak your mind.<</me>>
<<comb>>I haven't... Since my husband and I...<</comb>>
I smirked, and put my hands on her hips, pressing my crotch against her ass. She moaned, pushing backwards.
<<me>>Well that's not true, is it?<</me>>
I whispered into her ear. She moaned, nodding.
<<comb>>No... I mean... It's the first time I brought a new guy here.<</comb>>
<<me>>And it will be the last time too.<</me>>
I growled, reaching around, grabbing her breast through her dress.
<<comb>>I don't... I thought <<ncomex>> was the same.<</comb>>
<<me>>Don't compare me to that sad sack.<</me>>
I growled, massaging her breast through her dress, and reaching down with my other hand, slowly hiking up the hem of the dress, running my hands up and down her legs.
<<me>>I told you <<ncomb>>. You're mine. To be completely honest...<</me>>
I began rubbing her pussy through her panties, causing her to moan.
<<me>>It's not entirely up to you.<</me>>
<<comb>>W-what do you mean?<</comb>>
<<me>>I mean what I said. Your body already knows who owns it.<</me>>
She whimpered, nodding as I began speeding up.
<<me>>Now I'm going to explain to you what's going to happen now.<</me>>
<<comb>>Yes.<</comb>>
She whispered, nodding along.
<<me>>You're going to go in there, and I'm going to follow.<</me>>
I pulled her dress down, revealing her large tits, and began massaging them directly.
<<me>>You're going to undress for your owner. You're going to crawl on your bed, and you're going to beg me to teach you what you already know.<</me>>
<<comb>>Yes!<</comb>>
She moaned, my fingers moving in concert. I continued playing with her body, before suddenly letting go, causing her to gasp, and look back at me, pure desire in her eyes.
<<me>>Well?<</me>>
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/14.webp">\
She licked her lips, and I was half worried she was going to jump me right then and there. But she turned around, her dress half taken off all ready, and reached up and opened the door. It swung open, revealing her room, and she slowly walked in. As she did, her hips swaying, she pulled her dress fully off. Then, looking back at me for a moment, she slowly bent forward, pulling her panties off, her juices making a wet spot in them.
<<comb>>Please.<</comb>>
She moaned, looking back at me. Maintaining eye contact, she got onto her bed, on all fours, crawling to the center, before putting her arms down, so she was face down, ass up.
<<comb>>Teach me.<</comb>>
She reached between her legs, and began fingering her pussy.
<<comb>>I'm yours.<</comb>>
I groaned, and pulled my pants off, watching her masturbate. When my cock sprung out, she moaned.
<<me>>Then you know what to say.<</me>>
She moaned, licking her lips. Nodding, she spread her pussy with her fingers.
<<comb>>Fuck me sir.<</comb>>
I groaned, and pressed the head of my cock against her pussy, and pushed, entering her warm hole.
<<comb>>MMmmMMAaaAaffFFFuuUUCCkckkkK-<</comb>>
I felt the walls of her pussy tighten up, her back arching even more, as her orgasm hit her immediately. I reached forward, grabbing her hair.
<<me>>What do you say?<</me>>
I growled, as I began pistoning in and out of her, fucking her through her orgasm.
<<comb>>OH- IM SORR-SORRY SIR!<</comb>>
<<me>>For what?<</me>>
The warm walls of her pussy were tightening around my cock, and I could already feel myself getting close.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/15.webp">\
<<comb>>CUMMING!<</comb>>
I gripped her hair tight, and began pounding her even harder.
<<me>>That's right.<</me>>
I growled, reaching down and playing with her nipple.
<<me>>I own you.<</me>>
She moaned out again, getting hit with another orgasm.
<<comb>>I'M SO-SORRY!<</comb>>
She half whimpered.
<<me>>Where am I going to cum?<</me>>
I growled into her ear.
<<comb>>WHEREVER YOU WANT SIR!<</comb>>
She moaned out, and I groaned, as I hilted inside of her, shooting my load as deep as I could.
<img class="rightimg" src="images/Characters/Town/Comic Store/Owner/16.png">\
<<me>>That's right.<</me>>
I growled, shooting rope after rope of my cum directly into her womb.
<<me>>You're mine to use as I see fit.<</me>>
<<comb>>Yes sir!<</comb>>
She whimpered again, as she continued twitching, feeling the warmth of my seed filling her up.
<<me>>Now get ready slut. Because I'm not done with you yet.<</me>>
<<linebreak>>
I was laying on <<ncomb>>s bed, my arm behind my head, resting, as my other hand was curled around <<ncomb>>s fiery mane, keeping a grip on her as she sucked my cock clean of all of her various juices.
<<me>>Get ready. I'm about to cum.<</me>>
She didn't respond, but for pressing her nose against my pelvis, letting me shoot my load directly into her throat, as I felt her hands massaging my thighs.
<img class="leftimg" src="images/Characters/Town/Comic Store/Owner/17.webp">\
<<me>>Good girl.<</me>>
I groaned, as I emptied what remained in my balls directly into the woman that once was just my boss. After I finished, I pulled her off, and she flashed me a warm smile.
<<comb>>Thank you sir.<</comb>>
<<me>>You're welcome slut.<</me>>
I moaned, and pulled her up, until she was resting on my shoulder. We laid there for a while, recovering, both physically and mentally, before she finally spoke up.
<<comb>>I think... I think I understood the lesson.<</comb>>
I laughed out loud at that, spanking her ass playfully, before looking down at her.
<<me>>Good.<</me>>
She smiled, and leaned forward, before pulling back. I raised my brow.
<<comb>>So... What does this mean then.<</comb>>
<<me>>How do you mean?<</me>>
<<comb>>I mean... I'm your boss, right?<</comb>>
I shrugged, nodding.
<<comb>>But now... You own me.<</comb>>
<<me>>You're damn right.<</me>>
She smiled softly at that, kissing my chest lightly, before turning back to me.
<<comb>>So...<</comb>>
<<me>>So...?<</me>>
<<comb>>I don't know, are you the boss now?<</comb>>
I laughed out loud again.
<<me>>Fuck no.<</me>>
I said in between my laughter. She smiled, but I could still see unease in her, so I calmed down.
<<me>>Listen, <<ncomb>>. I like you. All of you, which involves you being a badass. I'm not looking to turn your into some meek submissive...<</me>>
I paused.
<<me>>Well, outside of the bedroom at least. I love that you're my boss. Will you always be? Probably not, to be honest.<</me>>
She smiled at that, rubbing her hand on my chest.
<<comb>>Good. I'm glad to be able to see you at work, but I think you can do better.<</comb>>
<<me>>But I want you to succeed. Because you're my woman.<</me>>
<<comb>>So then... Nothing changes outside?<</comb>>
<<me>>Well, I'm definitely going to grope you.<</me>>
I said, squeezing her ass. She smiled, and leaned forward, kissing me, as I felt her hand give my cock a light squeeze.
<<comb>>Likewise.<</comb>>
<<me>>And I definitely want to taste your tongue more often.<</me>>
She kissed me again, and we layed there, making out for a minute, before I finally pulled back.
<<me>>I'm going to take care of you. That's all you need to understand.<</me>>
She nodded, and we both layed there, enjoying each others company.
<<Button 'Spend the night' 'Sleep' '.contbut' '$comb.percent += 2, $comb.scene.deleteFirst(3), $comb.scene.pushUnique(4), $comb.sub +=1, $event.comb to 0, $scene to 0'>>